Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 913 | Rev 922 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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