Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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