Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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