Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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