Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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