Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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