Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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