Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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