Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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