Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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