Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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