Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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