Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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