Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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