Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 832 | Rev 834 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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