Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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