Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev Autor Línea Nro. Línea
3508 stevensc 1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
2
@import "./settings/variables.scss";
3
 
4
body {
5
    overflow-y: scroll;
6
}
7
 
8
header {
9
    float: left;
10
    width: 100%;
11
    /*background-color: #0961bf; border-bottom: 8px #1dac98 solid;*/
12
    background-color: white;
13
    border-bottom: 1px solid #afafaf;
14
}
15
 
16
.search-bar {
17
    margin-top: 10px;
18
}
19
 
20
nav > ul > li > a:hover {
21
    /*color: #1dac98 !important;*/
22
    color: #ffffff;
23
}
24
 
25
.user-account {
26
    border-left: none;
27
    border-right: none;
28
    display: flex;
29
    height: 56px;
30
    align-items: center;
31
    justify-content: space-between;
32
}
33
 
34
.mail_menu {
35
    display: flex;
36
    flex-direction: column;
37
    justify-content: center;
38
    align-items: center;
39
    /* gap: 0.5rem; */
40
}
41
 
42
nav ul ul {
43
    /* background-color: #1dac98; */
44
    background-color: #f4e6a6;
45
}
46
 
47
.search-bar form input {
48
    width: 100%;
49
    background-color: #fff;
50
    height: 30px;
51
    color: #b2b2b2;
52
    font-size: 12px;
53
    border: 0;
54
    padding: 0 10px;
55
    border-radius: 25px;
56
}
57
 
58
.search-bar form button i {
59
    /* color: #0a0a0a; */
60
    color: #fff;
61
    font-size: 20px;
62
    font-weight: bold;
63
}
64
 
65
.search-bar form button {
66
    position: absolute;
67
    top: 0;
68
    right: 0;
69
    background-color: #efefef;
70
    width: 38px;
71
    height: 100%;
72
    /*border: 0;*/
73
    border-radius: 25px;
74
}
75
 
76
.username-dt {
77
    float: left;
78
    width: 100%;
79
    /*background-color: #1dac98; */
80
    /* background-color: #F7EE9F; */
81
    background-color: #1eb89e;
82
    padding-top: 40px;
83
}
84
 
85
.post-topbar {
86
    /* border-top: 4px solid #ffd600; */
3509 stevensc 87
    border-top: 4px solid $border-primary;
3508 stevensc 88
}
89
 
90
.post-st ul li a:hover,
91
.post-st ul li a.active {
92
    /* background-color: #1dac98; */
93
    background-color: #82d0d4;
94
    color: #fff;
95
}
96
 
97
.widget-about img {
98
    float: none;
99
    padding-top: 0px;
100
}
101
 
102
.modal-notificacion {
103
    /* color: #0961bf !important; */
104
    color: #0961bf !important;
105
}
106
 
107
.view-all-nots > a {
108
    /* background-color: #0961bf; */
109
    background-color: #0961bf;
110
}
111
 
112
/* .notification-box {top: 24px !important; } */
113
.comment_box form button {
114
    /* background-color: #0961bf; */
115
    background-color: #0860bf !important;
116
    color: #ffffff;
117
    height: 38px;
118
    font-size: 15px !important;
119
}
120
 
121
.comment_box form button:hover {
122
    /* background-color: #0961bf; */
123
    background-color: #1e5591 !important;
124
}
125
 
126
.chat-mg span {
127
    /* background-color: #0961bf !important; */
128
    background-color: #0961bf !important;
129
}
130
 
131
.post-project h3 {
132
    background-color: #1dac98;
133
}
134
 
135
.post-project-fields form ul li button.active {
136
    background-color: #1dac98;
137
    color: #fff;
138
}
139
 
140
.chat-msg p {
141
    background-color: #1dac98;
142
}
143
 
144
.con-title {
145
    /* background-color: #0961bf !important; */
146
    background-color: #0961bf !important;
147
}
148
 
149
.typing-msg form button {
150
    /* color: #0961bf; */
151
    color: #0961bf;
152
}
153
 
154
.msg-numbers {
155
    background-color: #1dac98;
156
}
157
 
158
.search_form form button {
159
    /* background-color: #0961bf; */
160
    background-color: #0961bf;
161
}
162
 
163
.bk-links li i.la-envelope {
164
    /* background-color: #0961bf; */
165
    background-color: #0961bf;
166
}
167
 
168
.message-btn a {
169
    margin: 0.5rem 0;
170
}
171
 
172
.sign-in {
173
    background-color: white;
174
}
175
 
176
.sign_in_sec {
177
    padding-left: 25px;
178
}
179
 
180
.sign_in_sec form button {
181
    background-color: #0961bf;
182
}
183
 
184
.sign_in_sec form button:disabled {
185
    background-color: #dddddd;
186
    color: #a3a1a1;
187
}
188
 
189
.sign-control li {
190
    /* background-color: #0961bf; */
191
}
192
 
193
.sign-control li.current a {
194
    background-color: #0961bf;
195
}
196
 
197
.sign-control li a.current {
198
    background-color: #0961bf;
199
    color: white !important;
200
}
201
 
202
.sign_in_sec h3:before {
203
    background-color: #0961bf;
204
}
205
 
206
.signup-tab ul li.current a {
207
    background-color: #0961bf;
208
}
209
 
210
.cm-logo {
211
    display: flex;
212
    flex-direction: column;
213
    justify-content: center;
214
    align-items: center;
215
    padding: 0 3rem;
216
}
217
 
218
.cm-logo img {
219
    width: 250px;
220
}
221
 
222
.filter-heading h3 {
223
    color: #0961bf;
224
}
225
 
226
.theme-green .back-bar .selected-bar {
227
    background-color: #0961bf;
228
    background-image: linear-gradient(to bottom, #0961bf, #0961bf);
229
}
230
 
231
.theme-green .back-bar .pointer {
232
    background-color: #0961bf;
233
}
234
 
235
.job_descp > p a {
236
    color: #0961bf;
237
}
238
 
239
.like-com li a.active {
240
    color: #0961bf;
241
}
242
 
243
.like-com li button {
244
    color: #bebebe;
245
    font-size: 0.95rem;
246
}
247
 
248
.btn-feed-share {
249
    font-size: 0.95rem;
250
    color: #929292;
251
}
252
 
253
.btn-feed-share i {
254
    margin-right: 5px;
255
}
256
 
257
.btn-unlike,
258
.btn-like {
259
    color: #0961bf;
260
}
261
 
262
.btn-profile-cancel {
263
    background-color: #e44d3a;
264
    border: none;
265
    display: inline-block;
266
    padding: 0 12px;
267
    color: #fff;
268
    height: 35px;
269
    line-height: 35px;
270
}
271
 
272
.display-reactions {
273
    background: #efefef;
274
    border-radius: 5px;
275
    padding: 10px;
276
    display: flex;
277
    align-items: center;
278
    justify-content: center;
279
    gap: 5px;
280
}
281
 
282
.display-reactions button {
283
    color: #0961bf;
284
}
285
 
286
.sign_link > a {
287
    color: #0961bf;
288
}
289
 
290
.view-more > a:hover {
291
    color: #0961bf;
292
}
293
 
294
.view-more > a {
295
    color: #0961bf;
296
}
297
 
298
.nav-tabs .nav-item.show .nav-link,
299
.nav-tabs .nav-link.active {
300
    color: #0961bf;
301
}
302
 
303
.tab-feed ul li.active span {
304
    color: #0961bf;
305
}
306
 
307
.btn-feed-trash,
308
.btn-comment-trash {
309
    color: #b2b2b2;
310
    margin-left: 0.2rem;
311
    transition: 0.2s linear;
312
}
313
 
314
.btn-feed-trash:hover,
315
.btn-comment-trash:hover {
316
    color: #df3e3e;
317
    margin-left: 0.2rem;
318
}
319
 
320
.btn-purple {
321
    background-color: #04478f;
322
}
323
 
324
.message-inner-dt > p {
325
    background-color: transparent;
326
    border: 1px solid #3333;
327
    border-bottom-left-radius: 0;
328
}
329
 
330
.ta-right .message-dt .message-inner-dt > p {
331
    background-color: #f3f3f3;
332
    border: none;
333
    border-bottom-right-radius: 0;
334
    border-bottom-left-radius: 15px;
335
}
336
 
337
.msg-notifc {
338
    background-color: #0961bf;
339
}
340
 
341
.msg-status {
342
    background-color: #0961bf;
343
}
344
 
345
.select-with-icon {
346
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
347
    background-repeat: no-repeat;
348
    background-position-x: 100%;
349
    background-position-y: 5px;
350
}
351
 
352
/* .mf-field > button {
353
    width: 1.7rem;
354
    white-space: nowrap;
355
    overflow: hidden;
356
    border: none !important;
357
}
358
.mf-field button i {
359
    margin-right: 5px;
360
    font-size: 1.5rem;
361
}
362
.mf-field > button:hover{
363
    color: #fff !important;
364
    text-shadow: 2px 2px 2px #0003 !important;
365
    border: none !important;
366
} */
367
.msg-title {
368
    display: flex;
369
    align-items: center;
370
    justify-content: space-between;
371
}
372
 
373
.msg-title .msgs_icons-container {
374
    display: flex;
375
    align-items: center;
376
}
377
 
378
.messages-sec .icon {
379
    cursor: pointer;
380
    height: 30px;
381
    display: grid;
382
    place-items: center;
383
    width: 30px;
384
    border-radius: 50px;
385
    padding: 0;
386
    transition: all 0.2s;
387
    color: #0860bf;
388
}
389
 
390
.messages-sec .icon:hover {
391
    background-color: #efefef;
392
}
393
 
394
.messages-page > .container h1 {
395
    font-weight: 600;
396
    font-size: 2rem;
397
    text-align: left;
398
    margin-bottom: 1.5rem;
399
}
400
 
401
.messages-list > .messages_conversation-search {
402
    transition: all 0.2s;
403
    padding: 10px 20px;
404
    position: relative;
405
    overflow: hidden;
406
}
407
 
408
.messages-list > .messages_conversation-search.hide {
409
    height: 0;
410
    padding: 0;
411
}
412
 
413
.messages-list > .messages_conversation-search input {
414
    outline: none;
415
    box-shadow: none;
416
    border: 1px solid #e6e6e6;
417
}
418
 
419
.messages-line {
420
    display: flex;
421
    flex-direction: column-reverse;
422
    height: auto;
423
    overflow: auto;
424
}
425
 
426
.main-conversation-box > .messages-line > hr {
427
    margin-top: 0 !important;
428
    margin-bottom: 0 !important;
429
    opacity: 0 !important;
430
}
431
 
432
.message-bar-head .usr-msg-details {
433
    display: flex;
434
    align-items: center;
435
}
436
 
437
.message-select-conversation {
438
    display: grid;
439
    place-items: center;
440
    width: 100%;
441
    min-height: 300px;
442
    height: 100%;
3572 stevensc 443
    position: absolute;
3508 stevensc 444
}
445
 
446
.message-select-conversation .msgs-select-container {
447
    display: flex;
448
    flex-direction: column;
449
    align-items: center;
450
}
451
 
452
.message-select-conversation .msgs-select-container .icon {
453
    font-size: 2.5rem;
454
    margin-bottom: 1rem;
455
}
456
 
457
.message-select-conversation .msgs-select-container .icon:hover {
458
    background-color: #0000;
459
}
460
 
461
@media (min-width: 1200px) {
462
    .msgs-container {
463
        max-width: 1000px;
464
    }
465
}
466
 
467
.main-conversation-box .message-bar-head .usr-msg-details .icon {
468
    display: none;
469
}
470
 
471
.msgs-hide {
472
    font-size: 1.2rem;
473
    color: var(--gray);
474
}
475
 
476
@media (max-width: 992px) {
477
    .main-conversation-box .message-bar-head .usr-msg-details .icon {
478
        display: grid;
479
    }
480
}
481
 
482
@media (max-width: 992px) {
483
    .msgs-hide {
484
        display: none;
485
    }
486
}
487
 
488
@media (min-width: 992px) {
489
    .icon-hide {
490
        display: none !important;
491
    }
492
}
493
 
494
#shared_with {
495
    font-size: 16px;
496
    display: inline-block;
497
    height: 40px;
498
    padding: 0 15px;
499
    line-height: 40px;
500
    font-weight: 500;
501
}
502
 
503
#shared_with > option {
504
    font-size: 1.2rem;
505
    display: inline-block;
506
    height: 40px;
507
    padding: 0 15px;
508
    line-height: 40px;
509
    font-weight: 500;
510
}
511
 
512
.flww {
513
    background-color: #0961bf;
514
}
515
 
516
.tab-feed ul li.active span {
517
    color: #1dac98;
518
}
519
 
520
.add-pic-box [type="file"] + label {
521
    border: 2px solid #0961bf;
522
    color: #0961bf;
523
}
524
 
525
.add-pic-box [type="file"] + label:hover {
526
    background: #0961bf;
527
}
528
 
529
.user-pro-img .add-dp {
530
    left: 34%;
531
}
532
 
533
/****estilos del feed***/
534
.img-sm {
535
    width: 46px;
536
    height: 46px;
537
}
538
 
539
.panel {
540
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
541
    border-radius: 0;
542
    border: 0;
543
    margin-bottom: 15px;
544
}
545
 
546
.panel .panel-footer,
547
.panel > :last-child {
548
    border-bottom-left-radius: 0;
549
    border-bottom-right-radius: 0;
550
}
551
 
552
.panel .panel-heading,
553
.panel > :first-child {
554
    border-top-left-radius: 0;
555
    border-top-right-radius: 0;
556
}
557
 
558
.panel-body {
559
    padding: 25px 20px;
560
}
561
 
562
.media-block .media-left {
563
    display: block;
564
    float: left;
565
}
566
 
567
.media-block .media-right {
568
    float: right;
569
}
570
 
571
.media-block .media-body {
572
    display: block;
573
    overflow: hidden;
574
    width: auto;
575
}
576
 
577
.middle .media-left,
578
.middle .media-right,
579
.middle .media-body {
580
    vertical-align: middle;
581
}
582
 
583
.thumbnail {
584
    border-radius: 0;
585
    border-color: #e9e9e9;
586
}
587
 
588
.tag.tag-sm,
589
.btn-group-sm > .tag {
590
    padding: 5px 10px;
591
}
592
 
593
.tag:not(.label) {
594
    background-color: #fff;
595
    padding: 6px 12px;
596
    border-radius: 2px;
597
    border: 1px solid #cdd6e1;
598
    font-size: 12px;
599
    line-height: 1.42857;
600
    vertical-align: middle;
601
    -webkit-transition: all 0.15s;
602
    transition: all 0.15s;
603
}
604
 
605
.text-muted,
606
a.text-muted:hover,
607
a.text-muted:focus {
608
    color: #acacac;
609
}
610
 
611
.text-sm {
612
    font-size: 0.9em;
613
}
614
 
615
.text-5x,
616
.text-4x,
617
.text-5x,
618
.text-2x,
619
.text-lg,
620
.text-sm,
621
.text-xs {
622
    line-height: 1.25;
623
}
624
 
625
.btn-trans {
626
    background-color: transparent;
627
    border-color: transparent;
628
    color: #929292;
629
}
630
 
631
.btn-icon {
632
    padding-left: 9px;
633
    padding-right: 9px;
634
}
635
 
636
.btn:hover {
637
    color: #fff;
638
}
639
 
640
.btn-sm,
641
.btn-group-sm > .btn,
642
.btn-icon.btn-sm {
643
    padding: 5px 10px !important;
644
}
645
 
646
.mar-top {
647
    margin-top: 15px;
648
}
649
 
650
.post_comment_sec form button {
651
    background-color: #0961bf;
652
}
653
 
654
.save {
655
    background-color: #0961bf;
656
}
657
 
658
.post_comment_sec form textarea {
659
    height: 80px;
660
}
661
 
662
.actions-common-com > a i {
663
    -webkit-transition: all 0.4s ease-in;
664
    -moz-transition: all 0.4s ease-in;
665
    -ms-transition: all 0.4s ease-in;
666
    -o-transition: all 0.4s ease-in;
667
    transition: all 0.4s ease-in;
668
}
669
 
670
.actions-common-com {
671
    float: right;
672
    margin-top: 20px;
673
}
674
 
675
.actions-common-com li {
676
    display: inline-block;
677
    margin-right: 15px;
678
}
679
 
680
.actions-common-com li a {
681
    color: #b2b2b2;
682
    font-size: 14px;
683
    font-weight: 500;
684
    float: left;
685
    margin-top: 6px;
686
    margin-right: 5px;
687
}
688
 
689
.actions-common-com li a:hover {
690
    color: #e44d3a;
691
}
692
 
693
.actions-common-com li a.active {
694
    color: #e44d3a;
695
}
696
 
697
.actions-common-com li a i {
698
    margin-right: 2px;
699
    font-size: 14px;
700
    position: relative;
701
    top: 2px;
702
}
703
 
704
.actions-common-com li span {
705
    color: #ffffff;
706
    font-size: 13px;
707
    width: 30px;
708
    height: 30px;
709
    background-color: #e44d3a;
710
    line-height: 30px;
711
    -webkit-border-radius: 30px;
712
    -moz-border-radius: 30px;
713
    -ms-border-radius: 30px;
714
    -o-border-radius: 30px;
715
    border-radius: 30px;
716
    float: left;
717
    text-align: center;
718
    font-weight: 600;
719
    margin-left: -25px;
720
}
721
 
722
.actions-common-com li .com {
723
    position: relative;
724
    top: -9px;
725
}
726
 
727
.actions-common-com li .com img {
728
    margin-right: 10px;
729
}
730
 
731
.widget-about button {
3565 stevensc 732
    background-color: $button-bg;
3508 stevensc 733
}
734
 
735
.copylink a {
736
    background-color: #0961bf;
737
}
738
 
739
/* .modal-header {background-color: #0961bf; } */
740
.custom-file-input::before {
741
    background: #0961bf;
742
}
743
 
744
.custom-file-input:hover::before {
745
    background-color: #1dac98;
746
}
747
 
748
.place-bid-btn {
749
    background-color: #0961bf !important;
750
}
751
 
752
.widget-about button:hover {
3565 stevensc 753
    background-color: $button-bg-hover;
3508 stevensc 754
}
755
 
756
.user-info img {
757
    /* width: 30px; height: 30px; */
758
    width: 100%;
759
    height: 100%;
760
    border-radius: 50%;
761
}
762
 
763
.sn-field-has-error {
764
    border: 1px solid red;
765
    margin-bottom: 5px;
766
}
767
 
768
.sn-field-invalid-feedback {
769
    color: red;
770
    font-size: 13px;
771
    line-height: 20px;
772
    margin-bottom: 5px;
773
}
774
 
775
.form-group {
776
    margin-bottom: 5px;
777
    margin-top: 5px;
778
}
779
 
780
.form-group-has-error {
781
    border: 1px solid red !important;
782
}
783
 
784
.form-group-invalid-feedback {
785
    color: red;
786
    font-size: 13px;
787
    line-height: 20px;
788
    margin-bottom: 5px;
789
}
790
 
791
.sign_in_sec form input,
792
.sign_in_sec form select {
793
    color: #000000;
794
}
795
 
796
.fgt-sec input[type="checkbox"] + label span:before {
797
    background-color: #0961bf;
798
}
799
 
800
::-webkit-input-placeholder {
801
    /* Edge */
802
    color: #515151;
803
}
804
 
805
:-ms-input-placeholder {
806
    /* Internet Explorer 10-11 */
807
    color: #515151;
808
}
809
 
810
::placeholder {
811
    color: #515151;
812
}
813
 
814
.info-page {
815
    padding: 50px 0;
816
}
817
 
818
.section_admin_title_buttons {
819
    width: 100%;
820
    display: flex;
821
    margin-left: 0;
822
    justify-content: space-between;
823
    align-items: center;
824
}
825
 
826
.market_admin_title_buttons {
827
    width: 100%;
828
    display: flex;
829
    gap: 1rem;
830
    flex-direction: column;
831
    justify-content: space-between;
832
    align-items: center;
833
}
834
 
835
.search-btn {
836
    width: 100px;
837
    right: 0;
838
    height: 100%;
3573 stevensc 839
    background: $bg-color;
3508 stevensc 840
    position: absolute;
3573 stevensc 841
    border: 1px solid $border-primary;
3508 stevensc 842
    top: 0;
3573 stevensc 843
    color: $font-color;
3508 stevensc 844
    font-weight: 600;
845
    border-start-end-radius: 0.25rem;
846
    border-bottom-right-radius: 0.25rem;
847
}
848
 
849
.market_admin_title_buttons .search_input {
850
    width: 100%;
851
    position: relative;
3573 stevensc 852
    input,
853
    input:focus {
854
        background: $bg-color;
855
    }
3508 stevensc 856
}
857
 
858
.market_admin_title_buttons .search_categories {
859
    width: 100%;
3573 stevensc 860
    select {
861
        background-color: $bg-color;
862
    }
3508 stevensc 863
}
864
 
865
.section_admin_title_buttons h1.title,
866
.section_admin_title_buttons h2 {
3523 stevensc 867
    color: $title-color;
3508 stevensc 868
    font-weight: bold;
869
    font-size: 18px;
870
}
871
 
872
.section_admin_title_buttons h2 {
873
    cursor: pointer;
874
}
875
 
876
@media (min-width: 768px) {
877
    .section_admin_title_buttons {
878
        width: 50%;
879
        margin-left: auto;
880
    }
881
 
882
    .market_admin_title_buttons {
883
        flex-direction: row;
884
    }
885
 
886
    .market_admin_title_buttons .search_input {
887
        width: 60%;
888
    }
889
 
890
    .market_admin_title_buttons .search_categories {
891
        width: 40%;
892
    }
893
}
894
 
895
.section_admin_form {
896
    float: left;
897
    width: 100%;
898
    padding-left: 15px;
899
}
900
 
901
.section_admin_form form input,
902
.section_admin_form form select {
903
    width: 100%;
904
    padding: 0 15px 0 15px;
905
    color: #000000;
906
    font-size: 14px;
907
    border: 1px solid #e5e5e5;
908
    height: 40px;
909
}
910
 
911
.section_admin_form form textarea {
912
    width: 100%;
913
    padding: 10px 15px 0 15px;
914
    color: #000000;
915
    font-size: 14px;
916
    border: 1px solid #e5e5e5;
917
    height: 300px;
918
}
919
 
920
/* .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; }*/
921
.section_admin_form .form-group label {
922
    color: #666 !important;
923
    font-weight: 400;
924
    font-size: 14px;
925
    padding-bottom: 5px;
926
}
927
 
928
.section_admin_form .form-group .toggle-group label {
929
    color: #fff !important;
930
    font-weight: 400;
931
    font-size: 16px;
932
    padding-bottom: 5px;
933
}
934
 
935
.section_admin_form .form-group .toggle-group label.toggle-off {
936
    background-color: #808080;
937
    border-color: #808080;
938
}
939
 
940
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
941
    background-color: #808080;
942
    border-color: #808080;
943
}
944
 
945
.select2-container .select2-selection--single .select2-selection__rendered {
946
    display: block;
947
    padding: 0 15px 0 15px;
948
    overflow: hidden;
949
    text-overflow: ellipsis;
950
    white-space: nowrap;
951
    color: #000000;
952
    font-size: 14px;
953
    border: 1px solid #e5e5e5;
954
    height: 40px;
955
}
956
 
957
.select2-container .select2-search--inline .select2-search__field {
958
    margin-left: 0px;
959
}
960
 
961
.select2-results__option {
962
    display: block;
963
    padding: 10px 15px 0 15px !important;
964
    overflow: hidden;
965
    text-overflow: ellipsis;
966
    white-space: nowrap;
967
    font-size: 14px;
968
    border: 1px solid #e5e5e5;
969
    height: 40px;
970
}
971
 
972
.text-vertical-middle {
973
    vertical-align: middle !important;
974
}
975
 
976
table.dataTable thead .sorting:before,
977
table.dataTable thead .sorting_asc:before,
978
table.dataTable thead .sorting_desc:before,
979
table.dataTable thead .sorting_asc_disabled:before,
980
table.dataTable thead .sorting_desc_disabled:before {
981
    right: 1em;
982
    /* content: "\2191";*/
983
    content: none !important;
984
}
985
 
986
table.dataTable thead .sorting:after,
987
table.dataTable thead .sorting_asc:after,
988
table.dataTable thead .sorting_desc:after,
989
table.dataTable thead .sorting_asc_disabled:after,
990
table.dataTable thead .sorting_desc_disabled:after {
991
    right: 0.5em;
992
    /*content: "\2193";*/
993
    content: none !important;
994
}
995
 
996
.btn-edit {
997
    display: inline-block;
998
    padding: 0 12px;
999
    color: #fff;
1000
    height: 35px;
1001
    line-height: 35px;
1002
    background-color: #0961bf;
1003
}
1004
 
1005
.btn-delete {
1006
    display: inline-block;
1007
    padding: 0 12px;
1008
    color: #fff;
1009
    height: 35px;
1010
    line-height: 35px;
1011
    background-color: #e44d3a;
1012
}
1013
 
1014
.post-project-fields form label {
1015
    color: #666 !important;
1016
    font-weight: 400;
1017
    font-size: 14px;
1018
    padding-bottom: 5px;
1019
}
1020
 
1021
.post-project-fields form input,
1022
.post-project-fields form textarea,
1023
.post-project-fields form select {
1024
    width: 100%;
1025
    color: #000000;
1026
    font-size: 14px;
1027
    border: 1px solid #b4b4b4;
1028
    margin-bottom: 20px;
1029
    font-weight: 500;
1030
}
1031
 
1032
.overview-box.open {
1033
    z-index: 1000 !important;
1034
}
1035
 
1036
.overview-edit form select {
1037
    padding-left: 0 !important;
1038
    -webkit-border-radius: 0 !important;
1039
    -moz-border-radius: 0 !important;
1040
    -ms-border-radius: 0 !important;
1041
    -o-border-radius: 0 !important;
1042
    border-radius: 0 !important;
1043
}
1044
 
1045
.overview-edit form textarea,
1046
.overview-edit form input,
1047
.overview-edit form select {
1048
    border: 1px solid #aaa;
1049
    color: #b2b2b2 !important;
1050
}
1051
 
1052
.overview-edit span {
1053
    float: none;
1054
}
1055
 
1056
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
1057
    color: #000;
1058
    font-size: 14px;
1059
    line-height: 20px;
1060
}
1061
 
1062
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
1063
    line-height: 20px;
1064
}
1065
 
1066
.select2-container--bootstrap4.select2-container--focus .select2-selection {
1067
    border-color: inherit;
1068
    -webkit-box-shadow: inherit;
1069
    box-shadow: inherit;
1070
}
1071
 
1072
.user-profile-extended-ov {
1073
    width: 100%;
3550 stevensc 1074
    background-color: $bg-color;
3508 stevensc 1075
    padding: 10px 20px 30px;
1076
    box-shadow: 0px 4px 14px rgb(0 0 0 / 12%);
1077
    margin-bottom: 20px;
1078
    border-radius: 10px;
1079
}
1080
 
1081
.user-profile-extended-ov h3 {
3551 stevensc 1082
    color: $title-color;
3508 stevensc 1083
    font-size: 18px;
1084
    font-weight: 600;
1085
    margin-bottom: 0.5rem;
1086
}
1087
 
1088
.user-profile-extended-ov span {
1089
    line-height: 22px;
3550 stevensc 1090
    color: $font-color;
3508 stevensc 1091
}
1092
 
1093
.user-profile-extended-ov p {
3550 stevensc 1094
    color: $font-color;
3508 stevensc 1095
    line-height: 20px;
1096
}
1097
 
1098
.user-profile-extended-ov i {
3551 stevensc 1099
    color: $font-color;
3508 stevensc 1100
    font-size: 13px;
1101
    /* margin-left: 5px; */
1102
}
1103
 
1104
.user-profile-extended-ov strong {
1105
    font-weight: bold !important;
1106
}
1107
 
1108
.user-social-network-ov {
1109
    float: left;
1110
    width: 100%;
3550 stevensc 1111
    background-color: $bg-color;
3508 stevensc 1112
    padding: 30px;
1113
    margin-bottom: 20px;
1114
}
1115
 
1116
.user-social-network-ov h3 {
3551 stevensc 1117
    color: $title-color;
3508 stevensc 1118
    font-size: 18px;
1119
    font-weight: 600;
1120
}
1121
 
1122
.user-social-network-ov i {
3550 stevensc 1123
    color: $font-color;
3508 stevensc 1124
    font-size: 13px;
1125
    padding-left: 5px;
1126
}
1127
 
1128
.social_links li a {
1129
    line-height: 18px;
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 {
3566 stevensc 1634
    background-color: $bg-color !important;
3508 stevensc 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
.paddy {
1647
    background-color: transparent;
1648
}
1649
 
1650
.filter-heading {
1651
    background-color: transparent;
1652
}
1653
 
1654
.filter-dd form input,
1655
.filter-dd form select {
1656
    background-color: #fff;
1657
}
1658
 
1659
.user-profile {
1660
    /* background-color: #f4e6a6; */
1661
    border-radius: 5px 0 0 5px;
1662
}
1663
 
1664
.feed-comment-container {
1665
    margin-top: 1rem;
1666
}
1667
 
1668
.comment_box input {
1669
    background-color: #fff;
1670
    margin-top: 1rem;
1671
}
1672
 
1673
.pagination li .page-link {
1674
    color: #0961bf;
1675
}
1676
 
1677
.comment-section {
1678
    background-color: #f5f5f7;
1679
}
1680
 
1681
nav ul ul {
1682
    background-color: #1eb89e;
1683
}
1684
 
1685
nav ul li a {
1686
    color: $font-color;
1687
    transition: 0.2s linear;
1688
    font-size: 1rem;
1689
}
1690
 
1691
nav ul li a:hover {
1692
    color: $font-color;
1693
}
1694
 
1695
.like-com li a:hover {
1696
    color: #1eb89e;
1697
}
1698
 
1699
.company_profile_info {
1700
    border-radius: 5px;
1701
}
1702
 
1703
.full-width {
1704
    border-radius: 5px;
1705
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1706
}
1707
 
1708
.tab-feed.st2 ul li :hover {
1709
    border-bottom: 3px solid #f4e6a6;
1710
}
1711
 
1712
.user-info a {
1713
    color: #18516f;
1714
}
1715
 
1716
/* .user-info img {width: 30px; height: 30px; } */
1717
.modal-footer button {
1718
    /* color: #fff; */
1719
    background-color: #0961bf;
1720
    border: none;
1721
}
1722
 
1723
.border-none {
1724
    border: none !important;
1725
}
1726
 
1727
.acc-setting {
1728
    background-color: #ffff;
1729
}
1730
 
1731
.auth-footy-sec {
1732
    background-color: initial;
1733
}
1734
 
1735
.auth-footy-sec ul li a {
1736
    font-size: 1rem;
1737
}
1738
 
1739
.btn.focus,
1740
.btn:focus {
1741
    outline: 0;
1742
    box-shadow: none;
1743
}
1744
 
1745
.auth-footy-sec p {
1746
    font-size: 1rem;
1747
}
1748
 
1749
.modal-content input {
1750
    border-radius: 5px;
1751
}
1752
 
1753
.modal-content select {
1754
    border-radius: 5px;
1755
}
1756
 
1757
/* .modal-header {background-color: #f2f2f2; padding: 0px; border-bottom: 0px; } */
1758
.acc-leftbar {
1759
    background-color: #fff;
1760
}
1761
 
1762
.save-stngs ul li button {
1763
    background: #0961bf;
1764
    color: #fff !important;
1765
}
1766
 
1767
.usr-pic > img {
1768
    width: 80%;
1769
}
1770
 
1771
.user-specs {
1772
    padding: 39px 0 10px 0;
1773
}
1774
 
1775
.username-dt {
1776
    padding-top: 10px;
1777
    border-radius: 5px 5px 0 0;
1778
}
1779
 
1780
.sign_link {
1781
    /* border-top: 1px solid #6c757d; */
1782
}
1783
 
1784
.job-status-bar {
1785
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1786
    display: flex;
1787
    justify-content: space-between;
1788
    align-items: center;
1789
    /* border-radius: 10px; */
1790
}
1791
 
1792
.comment_box form button {
1793
    width: 20%;
1794
    margin-top: 1rem;
1795
}
1796
 
1797
.comment_box input {
1798
    width: 371px;
1799
    border-radius: 5px;
1800
    color: black;
1801
    font-weight: 400;
1802
}
1803
 
1804
.like-com li a {
1805
    color: #0961bf;
1806
}
1807
 
1808
.like-com li a:hover {
1809
    color: #1e5591 !important;
1810
}
1811
 
1812
.message-bar-head {
1813
    display: flex;
1814
    height: 13vh;
1815
    justify-content: space-between;
1816
    padding: 20px;
1817
    width: 100%;
1818
}
1819
 
1820
.form-control:disabled,
1821
.form-control[readonly] {
1822
    background-color: #ffff;
1823
}
1824
 
1825
.user-info {
1826
    /* padding: 10px 38px 2px 40px; */
1827
    height: 45px;
1828
    width: 45px;
1829
    margin-left: 1rem;
1830
}
1831
 
1832
/* .user-info > i {right: 25px; } */
1833
.file-caption.icon-visible .file-caption-name {
1834
    padding-bottom: 15px;
1835
}
1836
 
1837
/**notificaciones**/
1838
.notification {
1839
    color: white;
1840
    text-decoration: none;
1841
    padding: 0px 10px;
1842
    position: relative;
1843
    display: inline-block;
1844
    border-radius: 2px;
1845
    /* top: 10px; */
1846
    font-size: 16px;
1847
}
1848
 
1849
.mail_menu > .notification {
1850
    margin-bottom: 0.25rem;
1851
}
1852
 
1853
.notification:hover {
1854
    color: #ecec0e;
1855
}
1856
 
1857
.notification .badge {
1858
    position: absolute;
1859
    top: -10px;
1860
    right: 2px;
1861
    padding: 3px 6px;
1862
    border-radius: 50%;
1863
    background-color: red;
1864
    color: white;
1865
}
1866
 
1867
.text-submenu {
1868
    color: #0961bf;
1869
}
1870
 
1871
.text-submenu:hover {
1872
    font-weight: bold;
1873
    color: #0961bf;
1874
    transition: all 0.5s;
1875
}
1876
 
1877
header a:hover {
1878
    font-weight: bold;
1879
    color: #0961bf;
1880
    transition: all 0.5s;
1881
}
1882
 
1883
header .btn:hover {
1884
    color: #0961bf;
1885
    font-weight: bold;
1886
    transition: all 0.5s;
1887
}
1888
 
1889
.my-company-dropdown.show {
1890
    display: block;
1891
}
1892
 
1893
.main-ws-sec {
1894
    /* background-color: #ffff; */
1895
}
1896
 
1897
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1898
.main-left-sidebar {
1899
    margin-top: 30px;
1900
}
1901
 
1902
.message-btn {
1903
    /*display: inline-flex;*/
1904
    display: inherit;
1905
    flex-direction: column;
1906
}
1907
 
1908
.rc-anchor-checkbox-label {
1909
    font-size: 10px !important;
1910
}
1911
 
1912
.rc-anchor-normal .rc-anchor-content {
1913
    width: 165px !important;
1914
}
1915
 
1916
.rc-anchor-normal .rc-anchor-pt {
1917
    text-align: center;
1918
}
1919
 
1920
.rc-anchor-normal {
1921
    zoom: 87%;
1922
}
1923
 
1924
.comment-list {
1925
    display: grid;
1926
}
1927
 
1928
.comment {
1929
    padding-right: 10px;
1930
}
1931
 
1932
.slick-slider {
1933
    display: grid !important;
1934
    grid-template-rows: 2rem auto;
1935
}
1936
 
1937
@media (min-width: 768px) {
1938
    .slick-slider {
1939
        display: flex !important;
1940
        align-items: center;
1941
    }
1942
}
1943
 
1944
.microlearning-up-info {
1945
    width: 100%;
3572 stevensc 1946
    background-color: $bg-color;
3508 stevensc 1947
    display: flex;
1948
    flex-direction: column;
1949
    gap: 5px;
1950
    text-align: start;
1951
}
1952
 
1953
.microlearning-up-info img {
1954
    float: none;
1955
    object-fit: cover;
1956
}
1957
 
1958
.microlearning-up-info h3 {
3572 stevensc 1959
    color: $title-color;
3508 stevensc 1960
    font-size: 18px;
1961
    font-weight: 600;
1962
    margin-bottom: 10px;
1963
}
1964
 
1965
.microlearning-up-info h4 {
3572 stevensc 1966
    color: $subtitle-color;
3508 stevensc 1967
    font-size: 14px;
1968
    font-weight: 500;
1969
    margin-bottom: 21px;
1970
}
1971
 
1972
.microlearning-up-info ul {
1973
    width: 100%;
1974
}
1975
 
1976
.microlearning-up-info ul li {
1977
    display: flex;
1978
}
1979
 
1980
.microlearning-up-info ul li a {
1981
    display: inline-block;
1982
    padding: 0 12px;
3572 stevensc 1983
    color: $font-color;
3508 stevensc 1984
    height: 35px;
1985
    line-height: 35px;
1986
}
1987
 
1988
.microlearning-up-info ul li a i {
1989
    font-size: 24px;
1990
    position: relative;
1991
    top: 3px;
1992
}
1993
 
1994
/**** INICIO breadcrumb ***/
1995
ul.breadcrumb {
1996
    padding: 10px 16px;
1997
    list-style: none;
1998
    background-color: #f5f5f7;
1999
}
2000
 
2001
ul.breadcrumb li {
2002
    display: inline;
2003
    font-size: 14px;
2004
}
2005
 
2006
ul.breadcrumb li + li:before {
2007
    padding: 8px;
2008
    color: black;
2009
    content: ">\00a0";
2010
}
2011
 
2012
ul.breadcrumb li a {
2013
    color: #0275d8;
2014
    text-decoration: none;
2015
}
2016
 
2017
ul.breadcrumb li a:hover {
2018
    color: #01447e;
2019
    text-decoration: underline;
2020
}
2021
 
2022
/**** FIN breadcrumb ***/
2023
.job_descp > p {
2024
    background-color: white;
2025
    /* border-radius: 5px; */
2026
}
2027
 
2028
.user-fw-status li {
2029
    padding: 2px 0;
2030
}
2031
 
2032
form > input {
2033
    border-radius: 5px;
2034
}
2035
 
2036
.feed-avatar {
2037
    width: 50px;
2038
    height: auto;
2039
}
2040
 
2041
.cursor-pointer {
2042
    cursor: pointer;
2043
}
2044
 
2045
.chat-conversation {
2046
    background-image: none;
2047
    background-color: #f5f5f7;
2048
}
2049
 
2050
.view-more-pro {
2051
    display: inline-block;
2052
    color: #000000;
2053
    font-size: 16px;
2054
    font-weight: 500;
2055
    padding: 18px 0;
2056
}
2057
 
2058
#cke-description .cke_path_item,
2059
#cke_2_path {
2060
    display: none !important;
2061
}