Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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