Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16844 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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