Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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