Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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