Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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