Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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