Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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