Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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