Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16848 | | 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
.save-stngs ul li button:hover {
955
    background-color: #007bff;
956
}
957
 
958
.btn-onroom {
959
    cursor: pointer;
960
}
961
 
962
.file-upload-indicator {
963
    display: none;
964
}
965
 
966
b,
967
strong {
968
    font-weight: bolder !important;
969
}
970
 
971
a.read-more {
972
    color: #666666;
973
    font-weight: bold;
974
}
975
 
976
a.read-morea:visited {
977
    color: #666666;
978
    font-weight: bold;
979
}
980
 
981
.show-read-more .more-text {
982
    display: none;
983
}
984
 
985
.show-read-more {
986
    color: #666666;
987
    font-size: 15px;
988
    /* line-height: 24px; */
989
    /* margin-bottom: 20px; */
990
    text-align: justify;
991
}
992
 
993
.show-read-more p {
994
    font-size: 15px;
995
    text-align: justify;
996
}
997
 
998
.btn-trans:hover {
999
    color: #007bff !important;
1000
}
1001
 
1002
.like-com li a:hover {
1003
    color: #007bff;
1004
}
1005
 
1006
.job-status-bar>a:hover {
1007
    color: #1e5591 !important;
1008
}
1009
 
1010
.job-status-bar>ul>li>a:hover {
1011
    color: #1e5591;
1012
}
1013
 
1014
/* btn-indicator*/
1015
.job_descp video,
1016
.job_descp img {
1017
    width: 100%;
1018
    height: auto;
1019
    border-radius: 10px;
1020
    /* margin-top: 1rem; */
1021
}
1022
 
1023
.comment-section {
1024
    box-shadow: none;
1025
}
1026
 
1027
.process-comm {
1028
    padding-top: 10px;
1029
    padding-bottom: 20px;
1030
}
1031
 
1032
ul.avail-checks-search-type li.active {
1033
    background-color: #666666;
1034
}
1035
 
1036
.usy-name h4 {
1037
    color: #000000;
1038
    font-size: 16px;
1039
    text-transform: capitalize;
1040
    font-weight: 600;
1041
    margin-bottom: 5px;
1042
    margin-top: 2px;
1043
}
1044
 
1045
.message-btn a.btn-request-connection {
1046
    background-color: #53d690;
1047
}
1048
 
1049
.message-btn a.btn-cancel-connection {
1050
    background-color: #e44d3a;
1051
}
1052
 
1053
.message-btn a.btn-send-message {
1054
    background-color: #51a5fb;
1055
}
1056
 
1057
.bootbox-confirm .btn-danger {
1058
    color: #000000;
1059
}
1060
 
1061
.title-bar {
1062
    float: left;
1063
    width: 280px;
1064
    margin-top: 12px;
1065
    margin-bottom: 9px;
1066
    vertical-align: middle;
1067
}
1068
 
1069
.title-bar .title {
1070
    color: #ffffff;
1071
    font-size: 20px;
1072
    text-transform: capitalize;
1073
    font-weight: 600;
1074
}
1075
 
1076
/*New Style*/
1077
.online-btn {
1078
    border-radius: 50px;
1079
    width: 20px;
1080
    height: 20px;
1081
}
1082
 
1083
/***********************************new style jm*********************************/
1084
.forum-links ul li.active a {
1085
    color: #1dac98;
1086
}
1087
 
1088
.forum-links ul li.active {
1089
    border-color: #1dac98;
1090
}
1091
 
1092
.suggestion-usd>span i:hover {
1093
    background-color: #f4e6a6;
1094
}
1095
 
1096
.bk-links li i {
1097
    background-color: #0961bf;
1098
}
1099
 
1100
.view-more>.btn {
1101
    background-color: #0961bf;
1102
}
1103
 
1104
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
1105
.bid_now {
1106
    background-color: #0961bf;
1107
}
1108
 
1109
.follow {
1110
    background-color: #1eb89e;
1111
}
1112
 
1113
.footy-sec.mn ul li a {
1114
    color: #01245d;
1115
    font-size: 0.9rem;
1116
}
1117
 
1118
.footy-sec.mn ul li a:hover {
1119
    color: #01245d;
1120
    font-weight: bold;
1121
    transition: all 0.5s;
1122
}
1123
 
1124
.footy-sec.mn p {
1125
    color: #01245d;
1126
}
1127
 
1128
.star-descp ul li i {
1129
    color: #cacf8c;
1130
}
1131
 
1132
.hre {
1133
    background-color: #0961bf;
1134
}
1135
 
1136
.hire-us {
1137
    background-color: #0961bf;
1138
}
1139
 
1140
.company-up-info {
1141
    background-color: #ffff;
1142
}
1143
 
1144
.suggestions-list {
1145
    background-color: transparent;
1146
}
1147
 
1148
.tags-sec {
1149
    background-color: #ffff;
1150
}
1151
 
1152
.comment_box input {
1153
    background-color: #efefef;
1154
}
1155
 
1156
.post-bar {
1157
    /* background-color:#dee2e6; */
1158
    background-color: #ffff;
1159
}
1160
 
1161
.post_with_border {
1162
    border-left: 4px solid #1eb89e;
1163
}
1164
 
1165
.post-topbar {
1166
    background-color: #ffff;
1167
}
1168
 
1169
.user-fw-status {
1170
    background-color: transparent;
1171
    margin-bottom: 1rem;
1172
}
1173
 
1174
.sd-title {
1175
    background-color: transparent;
1176
    /* border-top: 1px solid #e5e5e5; */
1177
    padding: 10px;
1178
}
1179
 
1180
.sign_link {
1181
    background-color: #ffff;
1182
}
1183
 
1184
.widget {
1185
    background-color: #ffff;
1186
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1187
    padding: 1rem 0;
1188
}
1189
 
1190
.search-title {
1191
    padding-left: 2%;
1192
    font-size: 1.2rem;
1193
}
1194
 
1195
.paddy {
1196
    background-color: transparent;
1197
}
1198
 
1199
.filter-heading {
1200
    background-color: transparent;
1201
}
1202
 
1203
.filter-dd form input,
1204
.filter-dd form select {
1205
    background-color: #fff;
1206
}
1207
 
1208
.user-profile {
1209
    /* background-color: #f4e6a6; */
1210
    border-radius: 5px 0 0 5px;
1211
}
1212
 
1213
.feed-comment-container {
1214
    margin-top: 1rem;
1215
}
1216
 
1217
.comment_box input {
1218
    background-color: #fff;
1219
    margin-top: 1rem;
1220
}
1221
 
1222
#app {
1223
    background-color: #fff;
1224
}
1225
 
1226
.pagination li .page-link {
1227
    color: #0961bf;
1228
}
1229
 
1230
.comment-section {
1231
    background-color: #f5f5f7;
1232
}
1233
 
1234
nav ul li a {
1235
    color: #fff;
1236
    transition: 0.2s linear;
1237
    font-size: 1rem;
1238
}
1239
 
1240
nav ul li a:hover {
1241
    color: #16283c;
1242
}
1243
 
1244
.like-com li a:hover {
1245
    color: #1eb89e;
1246
}
1247
 
1248
.full-width {
1249
    border-radius: 5px;
1250
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1251
}
1252
 
1253
.tab-feed.st2 ul li :hover {
1254
    border-bottom: 3px solid #f4e6a6;
1255
}
1256
 
1257
.user-info a {
1258
    color: #18516f;
1259
}
1260
 
1261
.border-none {
1262
    border: none !important;
1263
}
1264
 
1265
.acc-setting {
1266
    background-color: #ffff;
1267
}
1268
 
1269
.footy-sec {
1270
    background-color: white;
1271
}
1272
 
1273
.auth-footy-sec {
1274
    background-color: initial;
1275
}
1276
 
1277
.auth-footy-sec ul li a {
1278
    font-size: 1rem;
1279
}
1280
 
1281
.btn.focus,
1282
.btn:focus {
1283
    outline: 0;
1284
    box-shadow: none;
1285
}
1286
 
1287
.auth-footy-sec p {
1288
    font-size: 1rem;
1289
}
1290
 
1291
.modal-content input {
1292
    border-radius: 5px;
1293
}
1294
 
1295
.modal-content select {
1296
    border-radius: 5px;
1297
}
1298
 
1299
.acc-leftbar {
1300
    background-color: #fff;
1301
}
1302
 
1303
.save-stngs ul li button {
1304
    background: #0961bf;
1305
    color: #fff !important;
1306
}
1307
 
1308
.user-profile-ov ul li a {
1309
    background-color: #0961bf;
1310
    color: #ffff;
1311
}
1312
 
1313
.usr-pic>img {
1314
    width: 80%;
1315
}
1316
 
1317
.user-specs {
1318
    padding: 39px 0 10px 0;
1319
}
1320
 
1321
.username-dt {
1322
    padding-top: 10px;
1323
    border-radius: 5px 5px 0 0;
1324
}
1325
 
1326
.post_topbar {
1327
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1328
    /* border-radius: 10px; */
1329
    padding-bottom: 10px;
1330
    border-bottom: 1px solid #e4e4e4;
1331
}
1332
 
1333
.share_feed_post_topbar {
1334
    padding-bottom: 10px;
1335
}
1336
 
1337
.job-status-bar {
1338
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1339
    display: flex;
1340
    justify-content: space-between;
1341
    align-items: center;
1342
    padding-top: 1rem;
1343
    /* border-radius: 10px; */
1344
    border-top: 1px solid #e5e5e5;
1345
}
1346
 
1347
.comment_box form button {
1348
    width: 20%;
1349
    margin-top: 1rem;
1350
}
1351
 
1352
.comment_box input {
1353
    width: 371px;
1354
    border-radius: 5px;
1355
    color: black;
1356
    font-weight: 400;
1357
}
1358
 
1359
.like-com li a {
1360
    color: #0961bf;
1361
}
1362
 
1363
.like-com li a:hover {
1364
    color: #1e5591 !important;
1365
}
1366
 
1367
.message-bar-head {
1368
    display: flex;
1369
    height: 13vh;
1370
    justify-content: space-between;
1371
    padding: 20px;
1372
    width: 100%;
1373
}
1374
 
1375
.user-info {
1376
    /* padding: 10px 38px 2px 40px; */
1377
    height: 45px;
1378
    width: 45px;
1379
    margin-left: 1rem;
1380
}
1381
 
1382
/* .user-info > i {right: 25px; } */
1383
.file-caption.icon-visible .file-caption-name {
1384
    padding-bottom: 15px;
1385
}
1386
 
1387
/**notificaciones**/
1388
.notification {
1389
    color: white;
1390
    text-decoration: none;
1391
    padding: 0px 10px;
1392
    position: relative;
1393
    display: inline-block;
1394
    border-radius: 2px;
1395
    /* top: 10px; */
1396
    font-size: 16px;
1397
}
1398
 
1399
.mail_menu>.notification {
1400
    margin-bottom: 0.25rem;
1401
}
1402
 
1403
.notification:hover {
1404
    color: #ecec0e;
1405
}
1406
 
1407
.notification .badge {
1408
    position: absolute;
1409
    top: -10px;
1410
    right: 2px;
1411
    padding: 3px 6px;
1412
    border-radius: 50%;
1413
    background-color: red;
1414
    color: white;
1415
}
1416
 
1417
.text-submenu {
1418
    color: #0961bf;
1419
}
1420
 
1421
.text-submenu:hover {
1422
    font-weight: bold;
1423
    color: #0961bf;
1424
    transition: all 0.5s;
1425
}
1426
 
1427
header a:hover {
1428
    font-weight: bold;
1429
    color: #0961bf;
1430
    transition: all 0.5s;
1431
}
1432
 
1433
header .btn:hover {
1434
    color: #0961bf;
1435
    font-weight: bold;
1436
    transition: all 0.5s;
1437
}
1438
 
1439
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1440
.main-left-sidebar {
1441
    margin-top: 37px;
1442
}
1443
 
1444
.comment-list {
1445
    display: grid;
1446
}
1447
 
1448
.comment {
1449
    padding-right: 10px;
1450
}
1451
 
1452
 
1453
.job_descp>p {
1454
    background-color: white;
1455
    /* border-radius: 5px; */
1456
}
1457
 
1458
 
1459
.chat-conversation {
1460
    background-image: none;
1461
    background-color: #f5f5f7;
16848 stevensc 1462
}