Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3511 | Rev 3523 | 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 {
872
    color: var(--dark);
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%;
1079
    background-color: #ffff !important;
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 {
1087
    color: #000000;
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;
1095
}
1096
 
1097
.user-profile-extended-ov p {
1098
    line-height: 20px;
1099
}
1100
 
1101
.user-profile-extended-ov i {
1102
    color: #000000;
1103
    font-size: 13px;
1104
    /* margin-left: 5px; */
1105
}
1106
 
1107
.user-profile-extended-ov strong {
1108
    font-weight: bold !important;
1109
}
1110
 
1111
.user-social-network-ov {
1112
    float: left;
1113
    width: 100%;
1114
    background-color: #fff;
1115
    padding: 30px;
1116
    border-left: 1px solid #e4e4e4;
1117
    border-bottom: 1px solid #e4e4e4;
1118
    border-right: 1px solid #e4e4e4;
1119
    margin-bottom: 20px;
1120
}
1121
 
1122
.user-social-network-ov h3 {
1123
    color: #000000;
1124
    font-size: 18px;
1125
    font-weight: 600;
1126
}
1127
 
1128
.user-social-network-ov i {
1129
    color: #000000;
1130
    font-size: 13px;
1131
    padding-left: 5px;
1132
}
1133
 
1134
.social_links li a {
1135
    line-height: 18px;
1136
    background-color: #ffff;
1137
}
1138
 
1139
.overview-edit form .select2-container--default .select2-selection--single {
1140
    height: 40px;
1141
    margin-bottom: 25px;
1142
}
1143
 
1144
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__rendered {
1145
    color: #444;
1146
    line-height: 34px;
1147
}
1148
 
1149
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__arrow b {
1150
    margin-top: 4px;
1151
}
1152
 
1153
.overview-edit form textarea,
1154
.overview-edit form input,
1155
.overview-edit form select {
1156
    color: #444;
1157
}
1158
 
1159
.datepicky {
1160
    float: none;
1161
}
1162
 
1163
.datefm {
1164
    float: none;
1165
}
1166
 
1167
.modal-dialog {
1168
    /* width: 100%; background-color: #fff; padding: 15px 10px; */
1169
}
1170
 
1171
/* .modal-header {background-color: #fff; padding: 0px; border-bottom: 0px; } */
1172
.modal-title h3 {
1173
    color: #000000;
1174
    font-size: 18px;
1175
    font-weight: 600;
1176
    width: 100%;
1177
    margin-bottom: 25px;
1178
}
1179
 
1180
.modal-content {
1181
    border: 0px;
1182
    padding: 1rem;
1183
}
1184
 
1185
.modal-content textarea,
1186
.modal-content input,
1187
.modal-content select {
1188
    width: 100% !important;
1189
    resize: none;
1190
    border: 1px solid #aaa;
1191
    color: #444 !important;
1192
    font-size: 14px;
1193
}
1194
 
1195
.modal-content input {
1196
    height: 40px;
1197
    padding-left: 15px;
1198
    margin-bottom: 0;
1199
}
1200
 
1201
.modal-content select {
1202
    height: 40px;
1203
    padding-left: 15px;
1204
    margin-bottom: 0;
1205
    background-color: #fff;
1206
}
1207
 
1208
span.group-span-filestyle {
1209
    border: 1px solid #aaa;
1210
    color: #fff;
1211
    background-color: #0961bf;
1212
    margin-top: 10px;
1213
}
1214
 
1215
span.group-span-filestyle:hover {
1216
    color: #fff;
1217
    background-color: #0961bf;
1218
}
1219
 
1220
.modal-content .form-group .toggle-group label {
1221
    color: #fff !important;
1222
    font-weight: 400;
1223
    font-size: 16px;
1224
    padding-bottom: 5px;
1225
}
1226
 
1227
.modal-content .form-group .toggle-group label.toggle-off {
1228
    background-color: #808080;
1229
    border-color: #808080;
1230
}
1231
 
1232
.modal-content .form-group .toggle-group label.toggle-off:hover {
1233
    background-color: #808080;
1234
    border-color: #808080;
1235
}
1236
 
1237
.modal-content .select2-container--default .select2-selection--single {
1238
    height: 40px;
1239
    margin-bottom: 0;
1240
}
1241
 
1242
.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered {
1243
    color: #444;
1244
    line-height: 34px;
1245
}
1246
 
1247
.modal-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
1248
    margin-top: 4px;
1249
}
1250
 
1251
.modal-content .select2-container--bootstrap4 .select2-selection--multiple {
1252
    height: auto;
1253
    margin-bottom: 0;
1254
}
1255
 
1256
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
1257
    color: #444;
1258
    line-height: 28px;
1259
    float: left;
1260
}
1261
 
1262
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__arrow b {
1263
    margin-top: 4px;
1264
}
1265
 
1266
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
1267
    border: 0 !important;
1268
}
1269
 
1270
.modal-content .select2-container--bootstrap4.select2-container--focus .select2-selection {
1271
    border: 1px solid #e5e5e5;
1272
    -webkit-box-shadow: none;
1273
    -moz-box-shadow: none;
1274
    box-shadow: none;
1275
}
1276
 
1277
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
1278
    color: #000;
1279
    padding-left: 8px;
1280
    padding-right: 8px;
1281
    font-weight: inherit;
1282
    border: 1px solid #000;
1283
    margin-right: 5px;
1284
}
1285
 
1286
.modal-content .select2-container .select2-search--inline .select2-search__field {
1287
    margin-left: 0px;
1288
}
1289
 
1290
.modal-footer button {
1291
    float: left;
1292
    border: 1px solid #e5e5e5;
1293
    font-weight: 600;
1294
    font-size: 16px;
1295
    padding: 13px 34px;
1296
    margin-right: 20px;
1297
    outline: none;
1298
    cursor: pointer;
1299
}
1300
 
1301
.modal-footer button:hover {
1302
    background-color: #1e5591;
1303
    /* color: #000; */
1304
    /* border: 1px solid #e5e5e5; */
1305
    border: none;
1306
}
1307
 
1308
.modal-footer button:active {
1309
    background-color: #1e5591;
1310
    /* color: #000; */
1311
    /* border: 1px solid #e5e5e5; */
1312
    border: none;
1313
}
1314
 
1315
.modal-footer button.save {
1316
    color: #fff;
1317
    background-color: #007bff;
1318
    border-color: #007bff;
1319
}
1320
 
1321
.modal-footer button.save:hover {
1322
    color: #fff;
1323
    background-color: #0961bf;
1324
    /* border-color: #007bff; */
1325
}
1326
 
1327
/** Autocomplete de google */
1328
.pac-container {
1329
    z-index: 1051 !important;
1330
}
1331
 
1332
.custom-file-label:after {
1333
    content: none;
1334
}
1335
 
1336
.add-pic-box a {
1337
    background: #fff;
1338
    border: 2px solid #0961bf;
1339
    border-radius: 3px;
1340
    color: #0961bf;
1341
    cursor: pointer;
1342
    display: inline-block;
1343
    font-size: 15px;
1344
    font-weight: 600;
1345
    outline: none;
1346
    padding: 12px 20px;
1347
    position: relative;
1348
    transition: all 0.3s;
1349
    vertical-align: middle;
1350
    margin: 0;
1351
    float: right;
1352
    text-transform: uppercase;
1353
}
1354
 
1355
#skills-box ul {
1356
    height: auto;
1357
}
1358
 
1359
/* .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; }*/
1360
.select2-container .select2-search--inline .select2-search__field {
1361
    margin-left: 0px;
1362
}
1363
 
1364
.custom-control-input:checked ~ .custom-control-label::before {
1365
    color: #fff;
1366
    border-color: #007bff;
1367
    background-color: #007bff;
1368
    box-shadow: none;
1369
    outline: none;
1370
}
1371
 
1372
.save-stngs ul li button:hover {
1373
    background-color: #007bff;
1374
}
1375
 
1376
#user-img-change {
1377
    width: 150px;
1378
    height: 150px;
1379
    margin-right: 10px;
1380
    -webkit-border-radius: 100px;
1381
    -moz-border-radius: 100px;
1382
    -ms-border-radius: 100px;
1383
    -o-border-radius: 100px;
1384
    border-radius: 100px;
1385
}
1386
 
1387
.btn-onroom {
1388
    cursor: pointer;
1389
}
1390
 
1391
.form-group .toggle-btn .custom-control-label {
1392
    position: relative;
1393
    padding-left: 50px;
1394
}
1395
 
1396
.file-upload-indicator {
1397
    display: none;
1398
}
1399
 
1400
b,
1401
strong {
1402
    font-weight: bolder !important;
1403
}
1404
 
1405
a.read-more {
1406
    color: #666666;
1407
    font-weight: bold;
1408
}
1409
 
1410
a.read-morea:visited {
1411
    color: #666666;
1412
    font-weight: bold;
1413
}
1414
 
1415
.show-read-more .more-text {
1416
    display: none;
1417
}
1418
 
1419
.show-read-more {
3511 stevensc 1420
    color: $font-color;
3508 stevensc 1421
    font-size: 15px;
1422
    margin-bottom: 1.2rem;
1423
    text-align: justify;
1424
}
1425
 
1426
.show-read-more p {
1427
    font-size: 15px;
1428
    text-align: justify;
1429
    font-weight: 600;
1430
}
1431
 
1432
.btn-trans:hover {
1433
    color: #929292 !important;
1434
}
1435
 
1436
.like-com li a:hover {
1437
    color: #007bff;
1438
}
1439
 
1440
.job-status-bar > a:hover {
1441
    color: #1e5591 !important;
1442
}
1443
 
1444
.job-status-bar > ul > li > a:hover {
1445
    color: #1e5591;
1446
}
1447
 
1448
/* btn-indicator*/
1449
.job_descp video,
1450
.job_descp img {
1451
    width: 100%;
1452
    height: 400px;
1453
    border-radius: 10px;
1454
    object-fit: cover;
3511 stevensc 1455
    background-color: #fff;
3508 stevensc 1456
}
1457
 
1458
.modal-content .job_descp img,
1459
.modal-content .job_descp video {
1460
    object-fit: contain;
1461
    height: auto;
1462
    max-height: 600px;
1463
}
1464
 
1465
.comment-section {
1466
    box-shadow: none;
1467
}
1468
 
1469
.process-comm {
1470
    padding-top: 10px;
1471
    padding-bottom: 20px;
1472
}
1473
 
1474
ul.avail-checks-search-type li.active {
1475
    background-color: #666666;
1476
}
1477
 
1478
nav ul li a {
1479
    color: #000000;
1480
}
1481
 
1482
.usy-name h4 {
1483
    color: #000000;
1484
    font-size: 16px;
1485
    text-transform: capitalize;
1486
    font-weight: 600;
1487
    margin-bottom: 5px;
1488
    margin-top: 2px;
1489
}
1490
 
1491
.message-btn a.btn-request-connection {
1492
    background-color: #53d690;
1493
}
1494
 
1495
.message-btn a.btn-cancel-connection {
1496
    background-color: #e44d3a;
1497
}
1498
 
1499
.message-btn a.btn-send-message {
1500
    background-color: #51a5fb;
1501
}
1502
 
1503
.bootbox-confirm .btn-danger {
1504
    color: #000000;
1505
}
1506
 
1507
.title-bar {
1508
    float: left;
1509
    width: 280px;
1510
    margin-top: 12px;
1511
    margin-bottom: 9px;
1512
    vertical-align: middle;
1513
}
1514
 
1515
.title-bar .title {
1516
    color: #ffffff;
1517
    font-size: 20px;
1518
    text-transform: capitalize;
1519
    font-weight: 600;
1520
}
1521
 
1522
/*New Style*/
1523
.online-btn {
1524
    border-radius: 50px;
1525
    width: 20px;
1526
    height: 20px;
1527
}
1528
 
1529
/***********************************new style jm*********************************/
1530
.forum-links ul li.active a {
1531
    color: #1dac98;
1532
}
1533
 
1534
.forum-links ul li.active {
1535
    border-color: #1dac98;
1536
}
1537
 
1538
.ask-question {
1539
    color: #0961bf !important;
1540
}
1541
 
1542
.suggestion-usd > span i:hover {
1543
    background-color: #f4e6a6;
1544
}
1545
 
1546
.bk-links li i {
1547
    background-color: #0961bf;
1548
}
1549
 
1550
.view-more > .btn {
1551
    background-color: #0961bf;
1552
}
1553
 
1554
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
1555
.bid_now {
1556
    background-color: #0961bf;
1557
}
1558
 
1559
.follow {
1560
    background-color: #1eb89e;
1561
}
1562
 
1563
.footy-sec.mn ul li a {
1564
    color: #01245d;
1565
    font-size: 0.9rem;
1566
}
1567
 
1568
.footy-sec.mn ul li a:hover {
1569
    color: #01245d;
1570
    font-weight: bold;
1571
    transition: all 0.5s;
1572
}
1573
 
1574
.footy-sec.mn p {
1575
    color: #01245d;
1576
}
1577
 
1578
.star-descp ul li i {
1579
    color: #cacf8c;
1580
}
1581
 
1582
.hre {
1583
    background-color: #0961bf;
1584
}
1585
 
1586
.hire-us {
1587
    background-color: #0961bf;
1588
}
1589
 
1590
.company-up-info {
1591
    background-color: #ffff;
1592
}
1593
 
1594
body {
1595
    /* background-color: #ffff; */
1596
    background-color: #f5f5f7;
1597
}
1598
 
1599
.suggestions-list {
1600
    background-color: transparent;
1601
}
1602
 
1603
.tags-sec {
1604
    background-color: #ffff;
1605
}
1606
 
1607
.comment_box input {
1608
    background-color: #efefef;
1609
}
1610
 
1611
.post-bar {
1612
    /* background-color:#dee2e6; */
1613
    background-color: #ffff;
1614
}
1615
 
1616
.post_with_border {
1617
    border-left: 4px solid #1eb89e;
1618
}
1619
 
1620
.post-topbar {
3509 stevensc 1621
    background-color: $bg-color;
3508 stevensc 1622
}
1623
 
1624
.user-fw-status {
1625
    background-color: transparent;
1626
    margin-bottom: 1rem;
1627
}
1628
 
1629
.sd-title {
1630
    background-color: transparent;
1631
    /* border-top: 1px solid #e5e5e5; */
1632
    padding: 10px 5px 20px;
1633
}
1634
 
1635
.sign_link {
1636
    background-color: #ffff;
1637
}
1638
 
1639
.user_pro_status {
1640
    border-bottom: 0px solid #e5e5e5;
1641
    padding-bottom: 5px;
1642
    background-color: #ffff;
1643
}
1644
 
1645
.widget {
1646
    background-color: #ffff;
1647
}
1648
 
1649
.search-title {
1650
    padding-left: 2%;
1651
    font-size: 1.2rem;
1652
}
1653
 
1654
.user-profile-ov {
1655
    background-color: #fff;
1656
}
1657
 
1658
.portfolio-gallery-sec {
1659
    background-color: #f5f5f7;
1660
}
1661
 
1662
.social_links li {
1663
    background-color: #fff;
1664
}
1665
 
1666
.paddy {
1667
    background-color: transparent;
1668
}
1669
 
1670
.filter-heading {
1671
    background-color: transparent;
1672
}
1673
 
1674
.filter-dd form input,
1675
.filter-dd form select {
1676
    background-color: #fff;
1677
}
1678
 
1679
.user-profile {
1680
    /* background-color: #f4e6a6; */
1681
    border-radius: 5px 0 0 5px;
1682
}
1683
 
1684
.feed-comment-container {
1685
    margin-top: 1rem;
1686
}
1687
 
1688
.comment_box input {
1689
    background-color: #fff;
1690
    margin-top: 1rem;
1691
}
1692
 
1693
.pagination li .page-link {
1694
    color: #0961bf;
1695
}
1696
 
1697
.comment-section {
1698
    background-color: #f5f5f7;
1699
}
1700
 
1701
nav ul ul {
1702
    background-color: #1eb89e;
1703
}
1704
 
1705
nav ul li a {
1706
    color: $font-color;
1707
    transition: 0.2s linear;
1708
    font-size: 1rem;
1709
}
1710
 
1711
nav ul li a:hover {
1712
    color: $font-color;
1713
}
1714
 
1715
.like-com li a:hover {
1716
    color: #1eb89e;
1717
}
1718
 
1719
.company_profile_info {
1720
    border-radius: 5px;
1721
}
1722
 
1723
.full-width {
1724
    border-radius: 5px;
1725
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1726
}
1727
 
1728
.tab-feed.st2 ul li :hover {
1729
    border-bottom: 3px solid #f4e6a6;
1730
}
1731
 
1732
.user-info a {
1733
    color: #18516f;
1734
}
1735
 
1736
/* .user-info img {width: 30px; height: 30px; } */
1737
.modal-footer button {
1738
    /* color: #fff; */
1739
    background-color: #0961bf;
1740
    border: none;
1741
}
1742
 
1743
.user-profile-extended-ov {
1744
    background-color: #f5f5f7;
1745
}
1746
 
1747
.border-none {
1748
    border: none !important;
1749
}
1750
 
1751
.acc-setting {
1752
    background-color: #ffff;
1753
}
1754
 
1755
.auth-footy-sec {
1756
    background-color: initial;
1757
}
1758
 
1759
.auth-footy-sec ul li a {
1760
    font-size: 1rem;
1761
}
1762
 
1763
.btn.focus,
1764
.btn:focus {
1765
    outline: 0;
1766
    box-shadow: none;
1767
}
1768
 
1769
.auth-footy-sec p {
1770
    font-size: 1rem;
1771
}
1772
 
1773
.modal-content input {
1774
    border-radius: 5px;
1775
}
1776
 
1777
.modal-content select {
1778
    border-radius: 5px;
1779
}
1780
 
1781
/* .modal-header {background-color: #f2f2f2; padding: 0px; border-bottom: 0px; } */
1782
.acc-leftbar {
1783
    background-color: #fff;
1784
}
1785
 
1786
.save-stngs ul li button {
1787
    background: #0961bf;
1788
    color: #fff !important;
1789
}
1790
 
1791
.user-profile-ov ul li a {
1792
    background-color: #0961bf;
1793
    color: #ffff;
1794
}
1795
 
1796
.usr-pic > img {
1797
    width: 80%;
1798
}
1799
 
1800
.user-specs {
1801
    padding: 39px 0 10px 0;
1802
}
1803
 
1804
.username-dt {
1805
    padding-top: 10px;
1806
    border-radius: 5px 5px 0 0;
1807
}
1808
 
1809
.sign_link {
1810
    /* border-top: 1px solid #6c757d; */
1811
}
1812
 
1813
.job-status-bar {
1814
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1815
    display: flex;
1816
    justify-content: space-between;
1817
    align-items: center;
1818
    /* border-radius: 10px; */
1819
}
1820
 
1821
.comment_box form button {
1822
    width: 20%;
1823
    margin-top: 1rem;
1824
}
1825
 
1826
.comment_box input {
1827
    width: 371px;
1828
    border-radius: 5px;
1829
    color: black;
1830
    font-weight: 400;
1831
}
1832
 
1833
.like-com li a {
1834
    color: #0961bf;
1835
}
1836
 
1837
.like-com li a:hover {
1838
    color: #1e5591 !important;
1839
}
1840
 
1841
.message-bar-head {
1842
    display: flex;
1843
    height: 13vh;
1844
    justify-content: space-between;
1845
    padding: 20px;
1846
    width: 100%;
1847
}
1848
 
1849
.form-control:disabled,
1850
.form-control[readonly] {
1851
    background-color: #ffff;
1852
}
1853
 
1854
.user-info {
1855
    /* padding: 10px 38px 2px 40px; */
1856
    height: 45px;
1857
    width: 45px;
1858
    margin-left: 1rem;
1859
}
1860
 
1861
/* .user-info > i {right: 25px; } */
1862
.file-caption.icon-visible .file-caption-name {
1863
    padding-bottom: 15px;
1864
}
1865
 
1866
/**notificaciones**/
1867
.notification {
1868
    color: white;
1869
    text-decoration: none;
1870
    padding: 0px 10px;
1871
    position: relative;
1872
    display: inline-block;
1873
    border-radius: 2px;
1874
    /* top: 10px; */
1875
    font-size: 16px;
1876
}
1877
 
1878
.mail_menu > .notification {
1879
    margin-bottom: 0.25rem;
1880
}
1881
 
1882
.notification:hover {
1883
    color: #ecec0e;
1884
}
1885
 
1886
.notification .badge {
1887
    position: absolute;
1888
    top: -10px;
1889
    right: 2px;
1890
    padding: 3px 6px;
1891
    border-radius: 50%;
1892
    background-color: red;
1893
    color: white;
1894
}
1895
 
1896
.text-submenu {
1897
    color: #0961bf;
1898
}
1899
 
1900
.text-submenu:hover {
1901
    font-weight: bold;
1902
    color: #0961bf;
1903
    transition: all 0.5s;
1904
}
1905
 
1906
header a:hover {
1907
    font-weight: bold;
1908
    color: #0961bf;
1909
    transition: all 0.5s;
1910
}
1911
 
1912
header .btn:hover {
1913
    color: #0961bf;
1914
    font-weight: bold;
1915
    transition: all 0.5s;
1916
}
1917
 
1918
.my-company-dropdown.show {
1919
    display: block;
1920
}
1921
 
1922
.main-ws-sec {
1923
    /* background-color: #ffff; */
1924
}
1925
 
1926
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1927
.main-left-sidebar {
1928
    margin-top: 30px;
1929
}
1930
 
1931
.message-btn {
1932
    /*display: inline-flex;*/
1933
    display: inherit;
1934
    flex-direction: column;
1935
}
1936
 
1937
.rc-anchor-checkbox-label {
1938
    font-size: 10px !important;
1939
}
1940
 
1941
.rc-anchor-normal .rc-anchor-content {
1942
    width: 165px !important;
1943
}
1944
 
1945
.rc-anchor-normal .rc-anchor-pt {
1946
    text-align: center;
1947
}
1948
 
1949
.rc-anchor-normal {
1950
    zoom: 87%;
1951
}
1952
 
1953
.comment-list {
1954
    display: grid;
1955
}
1956
 
1957
.comment {
1958
    padding-right: 10px;
1959
}
1960
 
1961
.slick-slider {
1962
    display: grid !important;
1963
    grid-template-rows: 2rem auto;
1964
}
1965
 
1966
@media (min-width: 768px) {
1967
    .slick-slider {
1968
        display: flex !important;
1969
        align-items: center;
1970
    }
1971
}
1972
 
1973
.microlearning-up-info {
1974
    width: 100%;
1975
    background-color: white;
1976
    display: flex;
1977
    flex-direction: column;
1978
    gap: 5px;
1979
    text-align: start;
1980
}
1981
 
1982
.microlearning-up-info img {
1983
    float: none;
1984
    object-fit: cover;
1985
}
1986
 
1987
.microlearning-up-info h3 {
1988
    color: #000000;
1989
    font-size: 18px;
1990
    font-weight: 600;
1991
    margin-bottom: 10px;
1992
}
1993
 
1994
.microlearning-up-info h4 {
1995
    color: #686868;
1996
    font-size: 14px;
1997
    font-weight: 500;
1998
    margin-bottom: 21px;
1999
}
2000
 
2001
.microlearning-up-info ul {
2002
    width: 100%;
2003
}
2004
 
2005
.microlearning-up-info ul li {
2006
    display: flex;
2007
}
2008
 
2009
.microlearning-up-info ul li a {
2010
    display: inline-block;
2011
    padding: 0 12px;
2012
    color: #fff;
2013
    height: 35px;
2014
    line-height: 35px;
2015
}
2016
 
2017
.microlearning-up-info ul li a i {
2018
    font-size: 24px;
2019
    position: relative;
2020
    top: 3px;
2021
}
2022
 
2023
/**** INICIO breadcrumb ***/
2024
ul.breadcrumb {
2025
    padding: 10px 16px;
2026
    list-style: none;
2027
    background-color: #f5f5f7;
2028
}
2029
 
2030
ul.breadcrumb li {
2031
    display: inline;
2032
    font-size: 14px;
2033
}
2034
 
2035
ul.breadcrumb li + li:before {
2036
    padding: 8px;
2037
    color: black;
2038
    content: ">\00a0";
2039
}
2040
 
2041
ul.breadcrumb li a {
2042
    color: #0275d8;
2043
    text-decoration: none;
2044
}
2045
 
2046
ul.breadcrumb li a:hover {
2047
    color: #01447e;
2048
    text-decoration: underline;
2049
}
2050
 
2051
/**** FIN breadcrumb ***/
2052
.job_descp > p {
2053
    background-color: white;
2054
    /* border-radius: 5px; */
2055
}
2056
 
2057
.user-fw-status li {
2058
    padding: 2px 0;
2059
}
2060
 
2061
form > input {
2062
    border-radius: 5px;
2063
}
2064
 
2065
.feed-avatar {
2066
    width: 50px;
2067
    height: auto;
2068
}
2069
 
2070
.cursor-pointer {
2071
    cursor: pointer;
2072
}
2073
 
2074
.chat-conversation {
2075
    background-image: none;
2076
    background-color: #f5f5f7;
2077
}
2078
 
2079
.view-more-pro {
2080
    display: inline-block;
2081
    color: #000000;
2082
    font-size: 16px;
2083
    font-weight: 500;
2084
    padding: 18px 0;
2085
}
2086
 
2087
#cke-description .cke_path_item,
2088
#cke_2_path {
2089
    display: none !important;
2090
}