Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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