Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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