Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

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