Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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