Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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