Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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