Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4329 | Rev 4351 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3508 stevensc 1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
2
@import "./settings/variables.scss";
3
 
4
body {
5
    overflow-y: scroll;
6
}
7
 
8
header {
9
    float: left;
10
    width: 100%;
11
    /*background-color: #0961bf; border-bottom: 8px #1dac98 solid;*/
12
    background-color: white;
13
    border-bottom: 1px solid #afafaf;
14
}
15
 
16
.search-bar {
17
    margin-top: 10px;
18
}
19
 
20
nav > ul > li > a:hover {
21
    /*color: #1dac98 !important;*/
22
    color: #ffffff;
23
}
24
 
25
.user-account {
26
    border-left: none;
27
    border-right: none;
28
    display: flex;
29
    height: 56px;
30
    align-items: center;
31
    justify-content: space-between;
32
}
33
 
34
.mail_menu {
35
    display: flex;
36
    flex-direction: column;
37
    justify-content: center;
38
    align-items: center;
39
    /* gap: 0.5rem; */
40
}
41
 
42
.search-bar form input {
43
    width: 100%;
44
    background-color: #fff;
45
    height: 30px;
46
    color: #b2b2b2;
47
    font-size: 12px;
48
    border: 0;
49
    padding: 0 10px;
50
    border-radius: 25px;
51
}
52
 
53
.search-bar form button i {
54
    /* color: #0a0a0a; */
55
    color: #fff;
56
    font-size: 20px;
57
    font-weight: bold;
58
}
59
 
60
.search-bar form button {
61
    position: absolute;
62
    top: 0;
63
    right: 0;
64
    background-color: #efefef;
65
    width: 38px;
66
    height: 100%;
67
    /*border: 0;*/
68
    border-radius: 25px;
69
}
70
 
71
.username-dt {
72
    float: left;
73
    width: 100%;
74
    /*background-color: #1dac98; */
75
    /* background-color: #F7EE9F; */
76
    background-color: #1eb89e;
77
    padding-top: 40px;
78
}
79
 
80
.widget-about img {
81
    float: none;
82
    padding-top: 0px;
83
}
84
 
85
.modal-notificacion {
86
    /* color: #0961bf !important; */
87
    color: #0961bf !important;
88
}
89
 
90
.view-all-nots > a {
91
    /* background-color: #0961bf; */
92
    background-color: #0961bf;
93
}
94
 
95
/* .notification-box {top: 24px !important; } */
96
.comment_box form button {
97
    /* background-color: #0961bf; */
98
    background-color: #0860bf !important;
99
    color: #ffffff;
100
    height: 38px;
101
    font-size: 15px !important;
102
}
103
 
104
.comment_box form button:hover {
105
    /* background-color: #0961bf; */
106
    background-color: #1e5591 !important;
107
}
108
 
109
.chat-mg span {
110
    /* background-color: #0961bf !important; */
111
    background-color: #0961bf !important;
112
}
113
 
114
.post-project h3 {
115
    background-color: #1dac98;
116
}
117
 
118
.chat-msg p {
119
    background-color: #1dac98;
120
}
121
 
122
.con-title {
123
    /* background-color: #0961bf !important; */
124
    background-color: #0961bf !important;
125
}
126
 
127
.typing-msg form button {
128
    /* color: #0961bf; */
129
    color: #0961bf;
130
}
131
 
132
.msg-numbers {
133
    background-color: #1dac98;
134
}
135
 
136
.search_form form button {
137
    /* background-color: #0961bf; */
138
    background-color: #0961bf;
139
}
140
 
141
.bk-links li i.la-envelope {
142
    /* background-color: #0961bf; */
143
    background-color: #0961bf;
144
}
145
 
146
.message-btn a {
147
    margin: 0.5rem 0;
148
}
149
 
150
.sign-in {
151
    background-color: white;
152
}
153
 
154
.sign_in_sec {
155
    padding-left: 25px;
156
}
157
 
158
.sign_in_sec form button:disabled {
159
    background-color: #dddddd;
160
    color: #a3a1a1;
161
}
162
 
163
.sign-control li.current a {
3737 stevensc 164
    background-color: $button-bg-secondary;
3508 stevensc 165
}
166
 
167
.sign-control li a.current {
3737 stevensc 168
    background-color: $button-bg-secondary;
169
    color: $button-text-color-secondary !important;
170
    border: 1px solid $border-primary;
3508 stevensc 171
}
172
 
173
.sign_in_sec h3:before {
174
    background-color: #0961bf;
175
}
176
 
177
.signup-tab ul li.current a {
178
    background-color: #0961bf;
179
}
180
 
181
.filter-heading h3 {
182
    color: #0961bf;
183
}
184
 
185
.theme-green .back-bar .selected-bar {
186
    background-color: #0961bf;
187
    background-image: linear-gradient(to bottom, #0961bf, #0961bf);
188
}
189
 
190
.theme-green .back-bar .pointer {
191
    background-color: #0961bf;
192
}
193
 
194
.like-com li a.active {
195
    color: #0961bf;
196
}
197
 
198
.like-com li button {
199
    color: #bebebe;
200
    font-size: 0.95rem;
201
}
202
 
203
.btn-feed-share {
204
    font-size: 0.95rem;
205
    color: #929292;
206
}
207
 
208
.btn-feed-share i {
209
    margin-right: 5px;
210
}
211
 
212
.btn-unlike,
213
.btn-like {
214
    color: #0961bf;
215
}
216
 
217
.btn-profile-cancel {
218
    background-color: #e44d3a;
219
    border: none;
220
    display: inline-block;
221
    padding: 0 12px;
222
    color: #fff;
223
    height: 35px;
224
    line-height: 35px;
225
}
226
 
227
.display-reactions {
228
    border-radius: 5px;
229
    padding: 10px;
230
    display: flex;
231
    align-items: center;
232
    justify-content: center;
233
    gap: 5px;
234
}
235
 
236
.display-reactions button {
3601 stevensc 237
    color: $chat-color;
3508 stevensc 238
}
239
 
240
.sign_link > a {
241
    color: #0961bf;
242
}
243
 
244
.view-more > a:hover {
245
    color: #0961bf;
246
}
247
 
248
.view-more > a {
249
    color: #0961bf;
250
}
251
 
252
.nav-tabs .nav-item.show .nav-link,
253
.nav-tabs .nav-link.active {
254
    color: #0961bf;
255
}
256
 
257
.tab-feed ul li.active span {
258
    color: #0961bf;
259
}
260
 
261
.btn-feed-trash,
262
.btn-comment-trash {
263
    color: #b2b2b2;
264
    margin-left: 0.2rem;
265
    transition: 0.2s linear;
266
}
267
 
268
.btn-feed-trash:hover,
269
.btn-comment-trash:hover {
270
    color: #df3e3e;
271
    margin-left: 0.2rem;
272
}
273
 
274
.btn-purple {
275
    background-color: #04478f;
276
}
277
 
278
.msg-notifc {
279
    background-color: #0961bf;
280
}
281
 
282
.msg-status {
283
    background-color: #0961bf;
284
}
285
 
286
.select-with-icon {
287
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
288
    background-repeat: no-repeat;
289
    background-position-x: 100%;
290
    background-position-y: 5px;
291
}
292
 
293
/* .mf-field > button {
294
    width: 1.7rem;
295
    white-space: nowrap;
296
    overflow: hidden;
297
    border: none !important;
298
}
299
.mf-field button i {
300
    margin-right: 5px;
301
    font-size: 1.5rem;
302
}
303
.mf-field > button:hover{
304
    color: #fff !important;
305
    text-shadow: 2px 2px 2px #0003 !important;
306
    border: none !important;
307
} */
308
 
4329 stevensc 309
.msgs_icons-container {
3508 stevensc 310
    display: flex;
311
    align-items: center;
312
}
313
 
314
.messages-sec .icon {
315
    cursor: pointer;
316
    height: 30px;
317
    display: grid;
318
    place-items: center;
319
    width: 30px;
320
    border-radius: 50px;
321
    padding: 0;
322
    transition: all 0.2s;
323
    color: #0860bf;
324
}
325
 
326
.messages-sec .icon:hover {
327
    background-color: #efefef;
328
}
329
 
330
.messages-page > .container h1 {
331
    font-weight: 600;
332
    font-size: 2rem;
333
    text-align: left;
334
    margin-bottom: 1.5rem;
335
}
336
 
337
.messages-list > .messages_conversation-search {
338
    transition: all 0.2s;
339
    padding: 10px 20px;
340
    position: relative;
341
    overflow: hidden;
342
}
343
 
344
.messages-list > .messages_conversation-search.hide {
345
    height: 0;
346
    padding: 0;
347
}
348
 
349
.messages-list > .messages_conversation-search input {
350
    outline: none;
351
    box-shadow: none;
352
    border: 1px solid #e6e6e6;
353
}
354
 
355
.messages-line {
356
    display: flex;
357
    flex-direction: column-reverse;
358
    height: auto;
359
    overflow: auto;
360
}
361
 
362
.main-conversation-box > .messages-line > hr {
363
    margin-top: 0 !important;
364
    margin-bottom: 0 !important;
365
    opacity: 0 !important;
366
}
367
 
368
.message-bar-head .usr-msg-details {
369
    display: flex;
370
    align-items: center;
371
}
372
 
373
.message-select-conversation {
374
    display: grid;
375
    place-items: center;
376
    width: 100%;
4345 stevensc 377
    height: 100%;
3508 stevensc 378
    min-height: 300px;
4345 stevensc 379
    .msgs-select-container {
380
        display: flex;
381
        flex-direction: column;
382
        align-items: center;
383
        gap: 0.5rem;
384
        .icon {
385
            font-size: 2.5rem;
386
            &:hover {
387
                background-color: #0000;
388
            }
389
        }
390
    }
3508 stevensc 391
}
392
 
393
@media (min-width: 1200px) {
394
    .msgs-container {
395
        max-width: 1000px;
396
    }
397
}
398
 
399
.main-conversation-box .message-bar-head .usr-msg-details .icon {
400
    display: none;
401
}
402
 
403
.msgs-hide {
404
    font-size: 1.2rem;
405
    color: var(--gray);
406
}
407
 
408
@media (max-width: 992px) {
409
    .main-conversation-box .message-bar-head .usr-msg-details .icon {
410
        display: grid;
411
    }
412
}
413
 
414
@media (max-width: 992px) {
415
    .msgs-hide {
416
        display: none;
417
    }
418
}
419
 
420
@media (min-width: 992px) {
421
    .icon-hide {
422
        display: none !important;
423
    }
424
}
425
 
426
#shared_with {
427
    font-size: 16px;
428
    display: inline-block;
429
    height: 40px;
430
    padding: 0 15px;
431
    line-height: 40px;
432
    font-weight: 500;
433
}
434
 
435
#shared_with > option {
436
    font-size: 1.2rem;
437
    display: inline-block;
438
    height: 40px;
439
    padding: 0 15px;
440
    line-height: 40px;
441
    font-weight: 500;
442
}
443
 
444
.flww {
445
    background-color: #0961bf;
446
}
447
 
448
.tab-feed ul li.active span {
449
    color: #1dac98;
450
}
451
 
452
.add-pic-box [type="file"] + label {
453
    border: 2px solid #0961bf;
454
    color: #0961bf;
455
}
456
 
457
.add-pic-box [type="file"] + label:hover {
458
    background: #0961bf;
459
}
460
 
461
.user-pro-img .add-dp {
462
    left: 34%;
463
}
464
 
465
/****estilos del feed***/
466
.img-sm {
467
    width: 46px;
468
    height: 46px;
469
}
470
 
471
.panel .panel-footer,
472
.panel > :last-child {
473
    border-bottom-left-radius: 0;
474
    border-bottom-right-radius: 0;
475
}
476
 
477
.panel .panel-heading,
478
.panel > :first-child {
479
    border-top-left-radius: 0;
480
    border-top-right-radius: 0;
481
}
482
 
483
.panel-body {
484
    padding: 25px 20px;
485
}
486
 
487
.media-block .media-left {
488
    display: block;
489
    float: left;
490
}
491
 
492
.media-block .media-right {
493
    float: right;
494
}
495
 
496
.media-block .media-body {
497
    display: block;
498
    overflow: hidden;
499
    width: auto;
500
}
501
 
502
.middle .media-left,
503
.middle .media-right,
504
.middle .media-body {
505
    vertical-align: middle;
506
}
507
 
508
.thumbnail {
509
    border-radius: 0;
510
    border-color: #e9e9e9;
511
}
512
 
513
.tag.tag-sm,
514
.btn-group-sm > .tag {
515
    padding: 5px 10px;
516
}
517
 
518
.tag:not(.label) {
519
    background-color: #fff;
520
    padding: 6px 12px;
521
    border-radius: 2px;
522
    border: 1px solid #cdd6e1;
523
    font-size: 12px;
524
    line-height: 1.42857;
525
    vertical-align: middle;
526
    -webkit-transition: all 0.15s;
527
    transition: all 0.15s;
528
}
529
 
530
.text-muted,
531
a.text-muted:hover,
532
a.text-muted:focus {
533
    color: #acacac;
534
}
535
 
536
.text-sm {
537
    font-size: 0.9em;
538
}
539
 
540
.text-5x,
541
.text-4x,
542
.text-5x,
543
.text-2x,
544
.text-lg,
545
.text-sm,
546
.text-xs {
547
    line-height: 1.25;
548
}
549
 
550
.btn-trans {
551
    background-color: transparent;
552
    border-color: transparent;
553
    color: #929292;
554
}
555
 
556
.btn-icon {
557
    padding-left: 9px;
558
    padding-right: 9px;
559
}
560
 
561
.btn:hover {
562
    color: #fff;
563
}
564
 
565
.btn-sm,
566
.btn-group-sm > .btn,
567
.btn-icon.btn-sm {
568
    padding: 5px 10px !important;
569
}
570
 
571
.mar-top {
572
    margin-top: 15px;
573
}
574
 
575
.save {
576
    background-color: #0961bf;
577
}
578
 
579
.actions-common-com > a i {
580
    -webkit-transition: all 0.4s ease-in;
581
    -moz-transition: all 0.4s ease-in;
582
    -ms-transition: all 0.4s ease-in;
583
    -o-transition: all 0.4s ease-in;
584
    transition: all 0.4s ease-in;
585
}
586
 
587
.actions-common-com {
588
    float: right;
589
    margin-top: 20px;
590
}
591
 
592
.actions-common-com li {
593
    display: inline-block;
594
    margin-right: 15px;
595
}
596
 
597
.actions-common-com li a {
598
    color: #b2b2b2;
599
    font-size: 14px;
600
    font-weight: 500;
601
    float: left;
602
    margin-top: 6px;
603
    margin-right: 5px;
604
}
605
 
606
.actions-common-com li a:hover {
607
    color: #e44d3a;
608
}
609
 
610
.actions-common-com li a.active {
611
    color: #e44d3a;
612
}
613
 
614
.actions-common-com li a i {
615
    margin-right: 2px;
616
    font-size: 14px;
617
    position: relative;
618
    top: 2px;
619
}
620
 
621
.actions-common-com li span {
622
    color: #ffffff;
623
    font-size: 13px;
624
    width: 30px;
625
    height: 30px;
626
    background-color: #e44d3a;
627
    line-height: 30px;
628
    -webkit-border-radius: 30px;
629
    -moz-border-radius: 30px;
630
    -ms-border-radius: 30px;
631
    -o-border-radius: 30px;
632
    border-radius: 30px;
633
    float: left;
634
    text-align: center;
635
    font-weight: 600;
636
    margin-left: -25px;
637
}
638
 
639
.actions-common-com li .com {
640
    position: relative;
641
    top: -9px;
642
}
643
 
644
.actions-common-com li .com img {
645
    margin-right: 10px;
646
}
647
 
648
.widget-about button {
3565 stevensc 649
    background-color: $button-bg;
3508 stevensc 650
}
651
 
652
.copylink a {
653
    background-color: #0961bf;
654
}
655
 
656
/* .modal-header {background-color: #0961bf; } */
657
.custom-file-input::before {
658
    background: #0961bf;
659
}
660
 
661
.custom-file-input:hover::before {
662
    background-color: #1dac98;
663
}
664
 
665
.place-bid-btn {
666
    background-color: #0961bf !important;
667
}
668
 
669
.widget-about button:hover {
3565 stevensc 670
    background-color: $button-bg-hover;
3508 stevensc 671
}
672
 
673
.user-info img {
674
    /* width: 30px; height: 30px; */
675
    width: 100%;
676
    height: 100%;
677
    border-radius: 50%;
678
}
679
 
680
.sn-field-has-error {
681
    border: 1px solid red;
682
    margin-bottom: 5px;
683
}
684
 
685
.sn-field-invalid-feedback {
686
    color: red;
687
    font-size: 13px;
688
    line-height: 20px;
689
    margin-bottom: 5px;
690
}
691
 
692
.form-group {
693
    margin-bottom: 5px;
694
    margin-top: 5px;
695
}
696
 
697
.form-group-has-error {
698
    border: 1px solid red !important;
699
}
700
 
701
.form-group-invalid-feedback {
702
    color: red;
703
    font-size: 13px;
704
    line-height: 20px;
705
    margin-bottom: 5px;
706
}
707
 
708
.fgt-sec input[type="checkbox"] + label span:before {
709
    background-color: #0961bf;
710
}
711
 
712
::-webkit-input-placeholder {
713
    /* Edge */
714
    color: #515151;
715
}
716
 
717
:-ms-input-placeholder {
718
    /* Internet Explorer 10-11 */
719
    color: #515151;
720
}
721
 
722
::placeholder {
723
    color: #515151;
724
}
725
 
726
.info-page {
727
    padding: 50px 0;
728
}
729
 
730
.section_admin_title_buttons {
731
    width: 100%;
732
    display: flex;
733
    margin-left: 0;
734
    justify-content: space-between;
735
    align-items: center;
736
}
737
 
738
.market_admin_title_buttons {
739
    width: 100%;
740
    display: flex;
3987 stevensc 741
    gap: 0.5rem;
3508 stevensc 742
    flex-direction: column;
743
    justify-content: space-between;
744
    align-items: center;
745
}
746
 
747
.search-btn {
748
    width: 100px;
749
    right: 0;
750
    height: 100%;
3573 stevensc 751
    background: $bg-color;
3508 stevensc 752
    position: absolute;
3573 stevensc 753
    border: 1px solid $border-primary;
3508 stevensc 754
    top: 0;
3573 stevensc 755
    color: $font-color;
3508 stevensc 756
    font-weight: 600;
757
    border-start-end-radius: 0.25rem;
758
    border-bottom-right-radius: 0.25rem;
759
}
760
 
761
.market_admin_title_buttons .search_input {
762
    width: 100%;
763
    position: relative;
3867 stevensc 764
    margin-bottom: 0;
3573 stevensc 765
    input,
766
    input:focus {
767
        background: $bg-color;
3574 stevensc 768
        &::placeholder {
769
            color: $font-color;
770
        }
3573 stevensc 771
    }
3508 stevensc 772
}
773
 
774
.market_admin_title_buttons .search_categories {
775
    width: 100%;
3869 stevensc 776
    margin-bottom: 0;
3573 stevensc 777
    select {
778
        background-color: $bg-color;
3574 stevensc 779
        &::placeholder {
780
            color: $font-color;
781
        }
3573 stevensc 782
    }
3508 stevensc 783
}
784
 
785
.section_admin_title_buttons h1.title,
786
.section_admin_title_buttons h2 {
3523 stevensc 787
    color: $title-color;
3508 stevensc 788
    font-weight: bold;
789
    font-size: 18px;
790
}
791
 
792
.section_admin_title_buttons h2 {
793
    cursor: pointer;
794
}
795
 
796
@media (min-width: 768px) {
797
    .section_admin_title_buttons {
798
        width: 50%;
799
        margin-left: auto;
800
    }
801
 
802
    .market_admin_title_buttons {
803
        flex-direction: row;
804
    }
805
 
806
    .market_admin_title_buttons .search_input {
807
        width: 60%;
808
    }
809
 
810
    .market_admin_title_buttons .search_categories {
811
        width: 40%;
812
    }
813
}
814
 
815
.section_admin_form {
816
    float: left;
817
    width: 100%;
818
    padding-left: 15px;
819
}
820
 
821
.section_admin_form form input,
822
.section_admin_form form select {
823
    width: 100%;
824
    padding: 0 15px 0 15px;
825
    color: #000000;
826
    font-size: 14px;
827
    border: 1px solid #e5e5e5;
828
    height: 40px;
829
}
830
 
831
.section_admin_form form textarea {
832
    width: 100%;
833
    padding: 10px 15px 0 15px;
834
    color: #000000;
835
    font-size: 14px;
836
    border: 1px solid #e5e5e5;
837
    height: 300px;
838
}
839
 
840
/* .section_admin_form form button {color: #ffffff; font-size: 16px; background-color: #0961bf; padding: 12px 27px; border: 0; font-weight: 500; margin-top: 30px; cursor: pointer; }*/
841
.section_admin_form .form-group label {
842
    color: #666 !important;
843
    font-weight: 400;
844
    font-size: 14px;
845
    padding-bottom: 5px;
846
}
847
 
848
.section_admin_form .form-group .toggle-group label {
849
    color: #fff !important;
850
    font-weight: 400;
851
    font-size: 16px;
852
    padding-bottom: 5px;
853
}
854
 
855
.section_admin_form .form-group .toggle-group label.toggle-off {
856
    background-color: #808080;
857
    border-color: #808080;
858
}
859
 
860
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
861
    background-color: #808080;
862
    border-color: #808080;
863
}
864
 
865
.select2-container .select2-selection--single .select2-selection__rendered {
866
    display: block;
867
    padding: 0 15px 0 15px;
868
    overflow: hidden;
869
    text-overflow: ellipsis;
870
    white-space: nowrap;
871
    color: #000000;
872
    font-size: 14px;
873
    border: 1px solid #e5e5e5;
874
    height: 40px;
875
}
876
 
877
.select2-container .select2-search--inline .select2-search__field {
878
    margin-left: 0px;
879
}
880
 
881
.select2-results__option {
882
    display: block;
883
    padding: 10px 15px 0 15px !important;
884
    overflow: hidden;
885
    text-overflow: ellipsis;
886
    white-space: nowrap;
887
    font-size: 14px;
888
    border: 1px solid #e5e5e5;
889
    height: 40px;
890
}
891
 
892
.text-vertical-middle {
893
    vertical-align: middle !important;
894
}
895
 
896
table.dataTable thead .sorting:before,
897
table.dataTable thead .sorting_asc:before,
898
table.dataTable thead .sorting_desc:before,
899
table.dataTable thead .sorting_asc_disabled:before,
900
table.dataTable thead .sorting_desc_disabled:before {
901
    right: 1em;
902
    /* content: "\2191";*/
903
    content: none !important;
904
}
905
 
906
table.dataTable thead .sorting:after,
907
table.dataTable thead .sorting_asc:after,
908
table.dataTable thead .sorting_desc:after,
909
table.dataTable thead .sorting_asc_disabled:after,
910
table.dataTable thead .sorting_desc_disabled:after {
911
    right: 0.5em;
912
    /*content: "\2193";*/
913
    content: none !important;
914
}
915
 
916
.btn-edit {
917
    display: inline-block;
918
    padding: 0 12px;
919
    color: #fff;
920
    height: 35px;
921
    line-height: 35px;
922
    background-color: #0961bf;
923
}
924
 
925
.btn-delete {
926
    display: inline-block;
927
    padding: 0 12px;
928
    color: #fff;
929
    height: 35px;
930
    line-height: 35px;
931
    background-color: #e44d3a;
932
}
933
 
934
.overview-box.open {
935
    z-index: 1000 !important;
936
}
937
 
938
.overview-edit form select {
939
    padding-left: 0 !important;
940
    -webkit-border-radius: 0 !important;
941
    -moz-border-radius: 0 !important;
942
    -ms-border-radius: 0 !important;
943
    -o-border-radius: 0 !important;
944
    border-radius: 0 !important;
945
}
946
 
947
.overview-edit form textarea,
948
.overview-edit form input,
949
.overview-edit form select {
950
    border: 1px solid #aaa;
951
    color: #b2b2b2 !important;
952
}
953
 
954
.overview-edit span {
955
    float: none;
956
}
957
 
958
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
959
    color: #000;
960
    font-size: 14px;
961
    line-height: 20px;
962
}
963
 
964
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
965
    line-height: 20px;
966
}
967
 
968
.select2-container--bootstrap4.select2-container--focus .select2-selection {
969
    border-color: inherit;
970
    -webkit-box-shadow: inherit;
971
    box-shadow: inherit;
972
}
973
 
974
.user-profile-extended-ov {
975
    width: 100%;
3550 stevensc 976
    background-color: $bg-color;
3508 stevensc 977
    padding: 10px 20px 30px;
3641 stevensc 978
    box-shadow: $shadow;
3508 stevensc 979
    margin-bottom: 20px;
980
    border-radius: 10px;
3641 stevensc 981
    h3 {
982
        color: $title-color;
983
        font-size: 18px;
984
        font-weight: 600;
985
        margin-bottom: 0.5rem;
986
    }
987
    span {
988
        line-height: 22px;
989
        color: $font-color;
990
    }
991
    p {
992
        color: $font-color;
993
        line-height: 20px;
994
    }
995
    i {
996
        color: $font-color;
997
        font-size: 13px;
998
    }
999
    strong {
1000
        font-weight: bold !important;
1001
    }
3508 stevensc 1002
}
1003
 
1004
.user-social-network-ov {
1005
    width: 100%;
3550 stevensc 1006
    background-color: $bg-color;
3641 stevensc 1007
    h3 {
1008
        color: $title-color;
1009
        font-size: 18px;
1010
        font-weight: 600;
1011
    }
1012
    i {
1013
        color: $font-color;
1014
        font-size: 13px;
1015
        padding-left: 5px;
1016
    }
3508 stevensc 1017
}
1018
 
1019
.social_links li a {
1020
    line-height: 18px;
1021
}
1022
 
1023
.overview-edit form .select2-container--default .select2-selection--single {
1024
    height: 40px;
1025
    margin-bottom: 25px;
1026
}
1027
 
1028
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__rendered {
1029
    color: #444;
1030
    line-height: 34px;
1031
}
1032
 
1033
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__arrow b {
1034
    margin-top: 4px;
1035
}
1036
 
1037
.overview-edit form textarea,
1038
.overview-edit form input,
1039
.overview-edit form select {
1040
    color: #444;
1041
}
1042
 
1043
.datepicky {
1044
    float: none;
1045
}
1046
 
1047
.datefm {
1048
    float: none;
1049
}
1050
 
1051
.modal-dialog {
1052
    /* width: 100%; background-color: #fff; padding: 15px 10px; */
1053
}
1054
 
1055
/* .modal-header {background-color: #fff; padding: 0px; border-bottom: 0px; } */
1056
.modal-title h3 {
1057
    color: #000000;
1058
    font-size: 18px;
1059
    font-weight: 600;
1060
    width: 100%;
1061
    margin-bottom: 25px;
1062
}
1063
 
1064
.modal-content {
1065
    border: 0px;
1066
    padding: 1rem;
1067
}
1068
 
1069
.modal-content textarea,
1070
.modal-content input,
1071
.modal-content select {
1072
    width: 100% !important;
1073
    resize: none;
1074
    border: 1px solid #aaa;
1075
    color: #444 !important;
1076
    font-size: 14px;
1077
}
1078
 
1079
.modal-content input {
1080
    height: 40px;
1081
    padding-left: 15px;
1082
    margin-bottom: 0;
1083
}
1084
 
1085
.modal-content select {
1086
    height: 40px;
1087
    padding-left: 15px;
1088
    margin-bottom: 0;
1089
    background-color: #fff;
1090
}
1091
 
1092
span.group-span-filestyle {
1093
    border: 1px solid #aaa;
1094
    color: #fff;
1095
    background-color: #0961bf;
1096
    margin-top: 10px;
1097
}
1098
 
1099
span.group-span-filestyle:hover {
1100
    color: #fff;
1101
    background-color: #0961bf;
1102
}
1103
 
1104
.modal-content .form-group .toggle-group label {
1105
    color: #fff !important;
1106
    font-weight: 400;
1107
    font-size: 16px;
1108
    padding-bottom: 5px;
1109
}
1110
 
1111
.modal-content .form-group .toggle-group label.toggle-off {
1112
    background-color: #808080;
1113
    border-color: #808080;
1114
}
1115
 
1116
.modal-content .form-group .toggle-group label.toggle-off:hover {
1117
    background-color: #808080;
1118
    border-color: #808080;
1119
}
1120
 
1121
.modal-content .select2-container--default .select2-selection--single {
1122
    height: 40px;
1123
    margin-bottom: 0;
1124
}
1125
 
1126
.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered {
1127
    color: #444;
1128
    line-height: 34px;
1129
}
1130
 
1131
.modal-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
1132
    margin-top: 4px;
1133
}
1134
 
1135
.modal-content .select2-container--bootstrap4 .select2-selection--multiple {
1136
    height: auto;
1137
    margin-bottom: 0;
1138
}
1139
 
1140
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
1141
    color: #444;
1142
    line-height: 28px;
1143
    float: left;
1144
}
1145
 
1146
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__arrow b {
1147
    margin-top: 4px;
1148
}
1149
 
1150
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
1151
    border: 0 !important;
1152
}
1153
 
1154
.modal-content .select2-container--bootstrap4.select2-container--focus .select2-selection {
1155
    border: 1px solid #e5e5e5;
1156
    -webkit-box-shadow: none;
1157
    -moz-box-shadow: none;
1158
    box-shadow: none;
1159
}
1160
 
1161
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
1162
    color: #000;
1163
    padding-left: 8px;
1164
    padding-right: 8px;
1165
    font-weight: inherit;
1166
    border: 1px solid #000;
1167
    margin-right: 5px;
1168
}
1169
 
1170
.modal-content .select2-container .select2-search--inline .select2-search__field {
1171
    margin-left: 0px;
1172
}
1173
 
1174
/** Autocomplete de google */
1175
.pac-container {
1176
    z-index: 1051 !important;
1177
}
1178
 
1179
.custom-file-label:after {
1180
    content: none;
1181
}
1182
 
1183
.add-pic-box a {
1184
    background: #fff;
1185
    border: 2px solid #0961bf;
1186
    border-radius: 3px;
1187
    color: #0961bf;
1188
    cursor: pointer;
1189
    display: inline-block;
1190
    font-size: 15px;
1191
    font-weight: 600;
1192
    outline: none;
1193
    padding: 12px 20px;
1194
    position: relative;
1195
    transition: all 0.3s;
1196
    vertical-align: middle;
1197
    margin: 0;
1198
    float: right;
1199
    text-transform: uppercase;
1200
}
1201
 
1202
#skills-box ul {
1203
    height: auto;
1204
}
1205
 
1206
/* .btn-info, .btn-add, .btn-edit, .btn-delete {color: #e5e5e5; background-color: #A4A4A4; border: 1px solid #A4A4A4; } .btn-info:hover, .btn-add:hover, .btn-edit:hover, .btn-delete:hover {background-color: #808080; border: 1px solid #808080; }*/
1207
.select2-container .select2-search--inline .select2-search__field {
1208
    margin-left: 0px;
1209
}
1210
 
1211
.custom-control-input:checked ~ .custom-control-label::before {
1212
    color: #fff;
1213
    border-color: #007bff;
1214
    background-color: #007bff;
1215
    box-shadow: none;
1216
    outline: none;
1217
}
1218
 
1219
#user-img-change {
1220
    width: 150px;
1221
    height: 150px;
1222
    margin-right: 10px;
1223
    -webkit-border-radius: 100px;
1224
    -moz-border-radius: 100px;
1225
    -ms-border-radius: 100px;
1226
    -o-border-radius: 100px;
1227
    border-radius: 100px;
3589 stevensc 1228
    background-color: #fff;
3508 stevensc 1229
}
1230
 
1231
.btn-onroom {
1232
    cursor: pointer;
1233
}
1234
 
1235
.form-group .toggle-btn .custom-control-label {
1236
    position: relative;
1237
    padding-left: 50px;
1238
}
1239
 
1240
.file-upload-indicator {
1241
    display: none;
1242
}
1243
 
1244
b,
1245
strong {
1246
    font-weight: bolder !important;
1247
}
1248
 
1249
a.read-more {
1250
    color: #666666;
1251
    font-weight: bold;
1252
}
1253
 
1254
a.read-morea:visited {
1255
    color: #666666;
1256
    font-weight: bold;
1257
}
1258
 
1259
.show-read-more p {
1260
    text-align: justify;
1261
    font-weight: 600;
3551 stevensc 1262
    color: $subtitle-color;
3987 stevensc 1263
    .more-text {
1264
        display: none;
1265
    }
3508 stevensc 1266
}
1267
 
1268
.btn-trans:hover {
1269
    color: #929292 !important;
1270
}
1271
 
1272
.like-com li a:hover {
1273
    color: #007bff;
1274
}
1275
 
1276
.job-status-bar > a:hover {
1277
    color: #1e5591 !important;
1278
}
1279
 
1280
.job-status-bar > ul > li > a:hover {
1281
    color: #1e5591;
1282
}
1283
 
1284
.modal-content .job_descp img,
1285
.modal-content .job_descp video {
1286
    object-fit: contain;
1287
    height: auto;
1288
    max-height: 600px;
1289
}
1290
 
1291
.comment-section {
1292
    box-shadow: none;
1293
}
1294
 
1295
.process-comm {
1296
    padding-top: 10px;
1297
    padding-bottom: 20px;
1298
}
1299
 
1300
ul.avail-checks-search-type li.active {
1301
    background-color: #666666;
1302
}
1303
 
1304
nav ul li a {
1305
    color: #000000;
1306
}
1307
 
1308
.usy-name h4 {
1309
    color: #000000;
1310
    font-size: 16px;
1311
    text-transform: capitalize;
1312
    font-weight: 600;
1313
    margin-bottom: 5px;
1314
    margin-top: 2px;
1315
}
1316
 
1317
.message-btn a.btn-request-connection {
1318
    background-color: #53d690;
1319
}
1320
 
1321
.message-btn a.btn-cancel-connection {
1322
    background-color: #e44d3a;
1323
}
1324
 
1325
.message-btn a.btn-send-message {
1326
    background-color: #51a5fb;
1327
}
1328
 
1329
.bootbox-confirm .btn-danger {
1330
    color: #000000;
1331
}
1332
 
1333
.title-bar {
1334
    float: left;
1335
    width: 280px;
1336
    margin-top: 12px;
1337
    margin-bottom: 9px;
1338
    vertical-align: middle;
1339
}
1340
 
1341
.title-bar .title {
1342
    color: #ffffff;
1343
    font-size: 20px;
1344
    text-transform: capitalize;
1345
    font-weight: 600;
1346
}
1347
 
1348
/*New Style*/
1349
.online-btn {
1350
    border-radius: 50px;
1351
    width: 20px;
1352
    height: 20px;
1353
}
1354
 
1355
/***********************************new style jm*********************************/
1356
.forum-links ul li.active a {
1357
    color: #1dac98;
1358
}
1359
 
1360
.forum-links ul li.active {
1361
    border-color: #1dac98;
1362
}
1363
 
1364
.ask-question {
1365
    color: #0961bf !important;
1366
}
1367
 
1368
.suggestion-usd > span i:hover {
1369
    background-color: #f4e6a6;
1370
}
1371
 
1372
.bk-links li i {
1373
    background-color: #0961bf;
1374
}
1375
 
1376
.view-more > .btn {
1377
    background-color: #0961bf;
1378
}
1379
 
1380
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
1381
.bid_now {
1382
    background-color: #0961bf;
1383
}
1384
 
1385
.follow {
1386
    background-color: #1eb89e;
1387
}
1388
 
1389
.footy-sec.mn ul li a {
1390
    color: #01245d;
1391
    font-size: 0.9rem;
1392
}
1393
 
1394
.footy-sec.mn ul li a:hover {
1395
    color: #01245d;
1396
    font-weight: bold;
1397
    transition: all 0.5s;
1398
}
1399
 
1400
.footy-sec.mn p {
1401
    color: #01245d;
1402
}
1403
 
1404
.star-descp ul li i {
1405
    color: #cacf8c;
1406
}
1407
 
1408
.hre {
1409
    background-color: #0961bf;
1410
}
1411
 
1412
.hire-us {
1413
    background-color: #0961bf;
1414
}
1415
 
1416
.company-up-info {
1417
    background-color: #ffff;
1418
}
1419
 
1420
body {
1421
    background-color: #f5f5f7;
1422
}
1423
 
1424
.comment_box input {
1425
    background-color: #efefef;
1426
}
1427
 
1428
.post_with_border {
1429
    border-left: 4px solid #1eb89e;
1430
}
1431
 
1432
.user-fw-status {
1433
    background-color: transparent;
1434
    margin-bottom: 1rem;
1435
}
1436
 
1437
.sign_link {
1438
    background-color: #ffff;
1439
}
1440
 
1441
.search-title {
1442
    padding-left: 2%;
1443
    font-size: 1.2rem;
1444
}
1445
 
1446
.portfolio-gallery-sec {
1447
    background-color: #f5f5f7;
1448
}
1449
 
1450
.paddy {
1451
    background-color: transparent;
1452
}
1453
 
1454
.filter-heading {
1455
    background-color: transparent;
1456
}
1457
 
1458
.filter-dd form input,
1459
.filter-dd form select {
1460
    background-color: #fff;
1461
}
1462
 
1463
.user-profile {
1464
    /* background-color: #f4e6a6; */
1465
    border-radius: 5px 0 0 5px;
1466
}
1467
 
1468
.feed-comment-container {
1469
    margin-top: 1rem;
1470
}
1471
 
1472
.comment_box input {
1473
    background-color: #fff;
1474
    margin-top: 1rem;
1475
}
1476
 
1477
.pagination li .page-link {
1478
    color: #0961bf;
1479
}
1480
 
1481
.comment-section {
1482
    background-color: #f5f5f7;
1483
}
1484
 
1485
nav ul li a {
1486
    color: $font-color;
1487
    transition: 0.2s linear;
1488
    font-size: 1rem;
1489
}
1490
 
1491
nav ul li a:hover {
1492
    color: $font-color;
1493
}
1494
 
1495
.like-com li a:hover {
1496
    color: #1eb89e;
1497
}
1498
 
1499
.company_profile_info {
1500
    border-radius: 5px;
1501
}
1502
 
1503
.full-width {
1504
    border-radius: 5px;
1505
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1506
}
1507
 
1508
.tab-feed.st2 ul li :hover {
1509
    border-bottom: 3px solid #f4e6a6;
1510
}
1511
 
1512
.user-info a {
1513
    color: #18516f;
1514
}
1515
 
1516
/* .user-info img {width: 30px; height: 30px; } */
1517
.modal-footer button {
1518
    /* color: #fff; */
1519
    background-color: #0961bf;
1520
    border: none;
1521
}
1522
 
1523
.border-none {
1524
    border: none !important;
1525
}
1526
 
1527
.auth-footy-sec {
1528
    background-color: initial;
1529
}
1530
 
1531
.auth-footy-sec ul li a {
1532
    font-size: 1rem;
1533
}
1534
 
1535
.btn.focus,
1536
.btn:focus {
1537
    outline: 0;
1538
    box-shadow: none;
1539
}
1540
 
1541
.auth-footy-sec p {
1542
    font-size: 1rem;
1543
}
1544
 
1545
.modal-content input {
1546
    border-radius: 5px;
1547
}
1548
 
1549
.modal-content select {
1550
    border-radius: 5px;
1551
}
1552
 
1553
/* .modal-header {background-color: #f2f2f2; padding: 0px; border-bottom: 0px; } */
1554
 
1555
.save-stngs ul li button {
1556
    background: #0961bf;
1557
    color: #fff !important;
1558
}
1559
 
1560
.usr-pic > img {
1561
    width: 80%;
1562
}
1563
 
1564
.user-specs {
1565
    padding: 39px 0 10px 0;
1566
}
1567
 
1568
.username-dt {
1569
    padding-top: 10px;
1570
    border-radius: 5px 5px 0 0;
1571
}
1572
 
1573
.sign_link {
1574
    /* border-top: 1px solid #6c757d; */
1575
}
1576
 
1577
.job-status-bar {
1578
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1579
    display: flex;
1580
    justify-content: space-between;
1581
    align-items: center;
1582
    /* border-radius: 10px; */
1583
}
1584
 
1585
.comment_box form button {
1586
    width: 20%;
1587
    margin-top: 1rem;
1588
}
1589
 
1590
.comment_box input {
1591
    width: 371px;
1592
    border-radius: 5px;
1593
    color: black;
1594
    font-weight: 400;
1595
}
1596
 
1597
.like-com li a {
1598
    color: #0961bf;
1599
}
1600
 
1601
.like-com li a:hover {
1602
    color: #1e5591 !important;
1603
}
1604
 
1605
.message-bar-head {
1606
    display: flex;
1607
    height: 13vh;
1608
    justify-content: space-between;
1609
    padding: 20px;
1610
    width: 100%;
1611
}
1612
 
1613
.form-control:disabled,
1614
.form-control[readonly] {
1615
    background-color: #ffff;
1616
}
1617
 
1618
.user-info {
1619
    /* padding: 10px 38px 2px 40px; */
1620
    height: 45px;
1621
    width: 45px;
1622
    margin-left: 1rem;
1623
}
1624
 
1625
/* .user-info > i {right: 25px; } */
1626
.file-caption.icon-visible .file-caption-name {
1627
    padding-bottom: 15px;
1628
}
1629
 
1630
/**notificaciones**/
1631
.notification {
1632
    color: white;
1633
    text-decoration: none;
1634
    padding: 0px 10px;
1635
    position: relative;
1636
    display: inline-block;
1637
    border-radius: 2px;
1638
    /* top: 10px; */
1639
    font-size: 16px;
1640
}
1641
 
1642
.mail_menu > .notification {
1643
    margin-bottom: 0.25rem;
1644
}
1645
 
1646
.text-submenu {
1647
    color: #0961bf;
1648
}
1649
 
1650
.text-submenu:hover {
1651
    font-weight: bold;
1652
    color: #0961bf;
1653
    transition: all 0.5s;
1654
}
1655
 
1656
header a:hover {
1657
    font-weight: bold;
1658
    color: #0961bf;
1659
    transition: all 0.5s;
1660
}
1661
 
1662
header .btn:hover {
1663
    color: #0961bf;
1664
    font-weight: bold;
1665
    transition: all 0.5s;
1666
}
1667
 
1668
.my-company-dropdown.show {
1669
    display: block;
1670
}
1671
 
1672
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1673
 
1674
.message-btn {
1675
    /*display: inline-flex;*/
1676
    display: inherit;
1677
    flex-direction: column;
1678
}
1679
 
1680
.rc-anchor-checkbox-label {
1681
    font-size: 10px !important;
1682
}
1683
 
1684
.rc-anchor-normal .rc-anchor-content {
1685
    width: 165px !important;
1686
}
1687
 
1688
.rc-anchor-normal .rc-anchor-pt {
1689
    text-align: center;
1690
}
1691
 
1692
.rc-anchor-normal {
1693
    zoom: 87%;
1694
}
1695
 
1696
.comment {
1697
    padding-right: 10px;
1698
}
1699
 
1700
.slick-slider {
1701
    display: grid !important;
1702
    grid-template-rows: 2rem auto;
1703
}
1704
 
1705
@media (min-width: 768px) {
1706
    .slick-slider {
1707
        display: flex !important;
1708
        align-items: center;
1709
    }
1710
}
1711
 
1712
.microlearning-up-info {
1713
    width: 100%;
3572 stevensc 1714
    background-color: $bg-color;
3508 stevensc 1715
    display: flex;
1716
    flex-direction: column;
1717
    gap: 5px;
1718
    text-align: start;
1719
}
1720
 
1721
.microlearning-up-info img {
1722
    float: none;
1723
    object-fit: cover;
1724
}
1725
 
1726
.microlearning-up-info h3 {
3572 stevensc 1727
    color: $title-color;
3508 stevensc 1728
    font-size: 18px;
1729
    font-weight: 600;
1730
    margin-bottom: 10px;
1731
}
1732
 
1733
.microlearning-up-info h4 {
3572 stevensc 1734
    color: $subtitle-color;
3508 stevensc 1735
    font-size: 14px;
1736
    font-weight: 500;
1737
    margin-bottom: 21px;
1738
}
1739
 
1740
.microlearning-up-info ul {
1741
    width: 100%;
1742
}
1743
 
1744
.microlearning-up-info ul li {
1745
    display: flex;
1746
}
1747
 
1748
.microlearning-up-info ul li a {
1749
    display: inline-block;
1750
    padding: 0 12px;
3572 stevensc 1751
    color: $font-color;
3508 stevensc 1752
    height: 35px;
1753
    line-height: 35px;
1754
}
1755
 
1756
.microlearning-up-info ul li a i {
1757
    font-size: 24px;
1758
    position: relative;
1759
    top: 3px;
1760
}
1761
 
1762
/**** INICIO breadcrumb ***/
1763
ul.breadcrumb {
1764
    padding: 10px 16px;
1765
    list-style: none;
1766
    background-color: #f5f5f7;
1767
}
1768
 
1769
ul.breadcrumb li {
1770
    display: inline;
1771
    font-size: 14px;
1772
}
1773
 
1774
ul.breadcrumb li + li:before {
1775
    padding: 8px;
1776
    color: black;
1777
    content: ">\00a0";
1778
}
1779
 
1780
ul.breadcrumb li a {
1781
    color: #0275d8;
1782
    text-decoration: none;
1783
}
1784
 
1785
ul.breadcrumb li a:hover {
1786
    color: #01447e;
1787
    text-decoration: underline;
1788
}
1789
 
1790
/**** FIN breadcrumb ***/
1791
 
1792
.user-fw-status li {
1793
    padding: 2px 0;
1794
}
1795
 
1796
form > input {
1797
    border-radius: 5px;
1798
}
1799
 
1800
.feed-avatar {
1801
    width: 50px;
1802
    height: auto;
1803
}
1804
 
1805
.cursor-pointer {
1806
    cursor: pointer;
1807
}
1808
 
1809
.chat-conversation {
1810
    background-image: none;
1811
}
1812
 
1813
.view-more-pro {
1814
    display: inline-block;
1815
    color: #000000;
1816
    font-size: 16px;
1817
    font-weight: 500;
1818
    padding: 18px 0;
1819
}
1820
 
1821
#cke-description .cke_path_item,
1822
#cke_2_path {
1823
    display: none !important;
1824
}