Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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