Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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