Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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