Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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