Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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