Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16848 | Ir a la última revisión | | Ultima modificación | Ver Log |

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