Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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