Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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