Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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