Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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