Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 816 | Rev 818 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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