Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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