Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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