Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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