Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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