Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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