Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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