Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5302 | Rev 5304 | 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%;
640
    justify-content: end;
3508 stevensc 641
    display: flex;
3987 stevensc 642
    gap: 0.5rem;
3508 stevensc 643
    flex-direction: column;
644
    align-items: center;
5300 stevensc 645
 
646
    .search_input,
647
    .search_categories {
648
        position: relative;
649
        margin-bottom: 0;
650
 
651
        input,
652
        select,
653
        input:focus {
654
            background-color: $bg-color;
5303 stevensc 655
            border-radius: 5rem;
5300 stevensc 656
 
657
            &::placeholder {
658
                color: $font-color;
659
            }
660
        }
661
    }
3508 stevensc 662
}
663
 
664
.search-btn {
5303 stevensc 665
    width: 0 .8rem;
3508 stevensc 666
    right: 0;
667
    height: 100%;
5303 stevensc 668
    background: $button-bg;
3508 stevensc 669
    position: absolute;
670
    top: 0;
5303 stevensc 671
    color: $button-text-color;
3508 stevensc 672
    font-weight: 600;
5303 stevensc 673
    border-start-end-radius: 5rem;
674
    border-bottom-right-radius: 5rem;
675
    opacity: .8;
676
    transition: all 200ms;
677
 
678
    &:hover {
679
        opacity: 1;
680
    }
3508 stevensc 681
}
682
 
683
.section_admin_title_buttons h1.title,
684
.section_admin_title_buttons h2 {
3523 stevensc 685
    color: $title-color;
3508 stevensc 686
    font-weight: bold;
687
    font-size: 18px;
688
}
689
 
690
.section_admin_title_buttons h2 {
691
    cursor: pointer;
692
}
693
 
694
@media (min-width: 768px) {
695
    .section_admin_title_buttons {
696
        width: 50%;
697
        margin-left: auto;
698
    }
699
 
700
    .market_admin_title_buttons {
701
        flex-direction: row;
702
    }
703
 
704
}
705
 
706
.section_admin_form {
707
    float: left;
708
    width: 100%;
709
    padding-left: 15px;
710
}
711
 
712
.section_admin_form form input,
713
.section_admin_form form select {
714
    width: 100%;
715
    padding: 0 15px 0 15px;
716
    color: #000000;
717
    font-size: 14px;
718
    border: 1px solid #e5e5e5;
719
    height: 40px;
720
}
721
 
722
.section_admin_form form textarea {
723
    width: 100%;
724
    padding: 10px 15px 0 15px;
725
    color: #000000;
726
    font-size: 14px;
727
    border: 1px solid #e5e5e5;
728
    height: 300px;
729
}
730
 
731
/* .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; }*/
732
.section_admin_form .form-group label {
733
    color: #666 !important;
734
    font-weight: 400;
735
    font-size: 14px;
736
    padding-bottom: 5px;
737
}
738
 
739
.section_admin_form .form-group .toggle-group label {
740
    color: #fff !important;
741
    font-weight: 400;
742
    font-size: 16px;
743
    padding-bottom: 5px;
744
}
745
 
746
.section_admin_form .form-group .toggle-group label.toggle-off {
747
    background-color: #808080;
748
    border-color: #808080;
749
}
750
 
751
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
752
    background-color: #808080;
753
    border-color: #808080;
754
}
755
 
756
.select2-results__option {
757
    display: block;
758
    padding: 10px 15px 0 15px !important;
759
    overflow: hidden;
760
    text-overflow: ellipsis;
761
    white-space: nowrap;
762
    font-size: 14px;
763
    border: 1px solid #e5e5e5;
764
    height: 40px;
765
}
766
 
767
.text-vertical-middle {
768
    vertical-align: middle !important;
769
}
770
 
771
table.dataTable thead .sorting:before,
772
table.dataTable thead .sorting_asc:before,
773
table.dataTable thead .sorting_desc:before,
774
table.dataTable thead .sorting_asc_disabled:before,
775
table.dataTable thead .sorting_desc_disabled:before {
776
    right: 1em;
777
    /* content: "\2191";*/
778
    content: none !important;
779
}
780
 
781
table.dataTable thead .sorting:after,
782
table.dataTable thead .sorting_asc:after,
783
table.dataTable thead .sorting_desc:after,
784
table.dataTable thead .sorting_asc_disabled:after,
785
table.dataTable thead .sorting_desc_disabled:after {
786
    right: 0.5em;
787
    /*content: "\2193";*/
788
    content: none !important;
789
}
790
 
791
.btn-edit {
792
    display: inline-block;
793
    padding: 0 12px;
794
    color: #fff;
795
    height: 35px;
796
    line-height: 35px;
797
    background-color: #0961bf;
798
}
799
 
800
.btn-delete {
801
    display: inline-block;
802
    padding: 0 12px;
803
    color: #fff;
804
    height: 35px;
805
    line-height: 35px;
806
    background-color: #e44d3a;
807
}
808
 
809
.overview-box.open {
810
    z-index: 1000 !important;
811
}
812
 
813
.social_links li a {
814
    line-height: 18px;
815
}
816
 
817
.datepicky {
818
    float: none;
819
}
820
 
821
.datefm {
822
    float: none;
823
}
824
 
825
span.group-span-filestyle {
826
    border: 1px solid #aaa;
827
    color: #fff;
828
    background-color: #0961bf;
829
    margin-top: 10px;
830
}
831
 
832
span.group-span-filestyle:hover {
833
    color: #fff;
834
    background-color: #0961bf;
835
}
836
 
837
.pac-container {
838
    z-index: 1051 !important;
839
}
840
 
841
.custom-file-label:after {
842
    content: none;
843
}
844
 
845
.add-pic-box a {
846
    background: #fff;
847
    border: 2px solid #0961bf;
848
    border-radius: 3px;
849
    color: #0961bf;
850
    cursor: pointer;
851
    display: inline-block;
852
    font-size: 15px;
853
    font-weight: 600;
854
    outline: none;
855
    padding: 12px 20px;
856
    position: relative;
857
    transition: all 0.3s;
858
    vertical-align: middle;
859
    margin: 0;
860
    text-transform: uppercase;
861
}
862
 
863
#skills-box ul {
864
    height: auto;
865
}
866
 
5076 stevensc 867
.custom-control-input:checked~.custom-control-label::before {
3508 stevensc 868
    color: #fff;
869
    border-color: #007bff;
870
    background-color: #007bff;
871
    box-shadow: none;
872
    outline: none;
873
}
874
 
875
#user-img-change {
876
    width: 150px;
877
    height: 150px;
878
    margin-right: 10px;
879
    -webkit-border-radius: 100px;
880
    -moz-border-radius: 100px;
881
    -ms-border-radius: 100px;
882
    -o-border-radius: 100px;
883
    border-radius: 100px;
3589 stevensc 884
    background-color: #fff;
3508 stevensc 885
}
886
 
887
.btn-onroom {
888
    cursor: pointer;
889
}
890
 
891
.form-group .toggle-btn .custom-control-label {
892
    position: relative;
893
    padding-left: 50px;
894
}
895
 
896
.file-upload-indicator {
897
    display: none;
898
}
899
 
900
b,
901
strong {
902
    font-weight: bolder !important;
903
}
904
 
905
a.read-more {
906
    color: #666666;
907
    font-weight: bold;
908
}
909
 
910
a.read-morea:visited {
911
    color: #666666;
912
    font-weight: bold;
913
}
914
 
915
.show-read-more p {
916
    text-align: justify;
917
    font-weight: 600;
3551 stevensc 918
    color: $subtitle-color;
5076 stevensc 919
 
3987 stevensc 920
    .more-text {
921
        display: none;
922
    }
3508 stevensc 923
}
924
 
925
.btn-trans:hover {
926
    color: #929292 !important;
927
}
928
 
5076 stevensc 929
.job-status-bar>a:hover {
3508 stevensc 930
    color: #1e5591 !important;
931
}
932
 
5076 stevensc 933
.job-status-bar>ul>li>a:hover {
3508 stevensc 934
    color: #1e5591;
935
}
936
 
937
.comment-section {
938
    box-shadow: none;
939
}
940
 
941
.process-comm {
942
    padding-top: 10px;
943
    padding-bottom: 20px;
944
}
945
 
946
ul.avail-checks-search-type li.active {
947
    background-color: #666666;
948
}
949
 
950
nav ul li a {
951
    color: #000000;
952
}
953
 
954
.usy-name h4 {
955
    color: #000000;
956
    font-size: 16px;
957
    text-transform: capitalize;
958
    font-weight: 600;
959
    margin-bottom: 5px;
960
    margin-top: 2px;
961
}
962
 
963
.message-btn a.btn-request-connection {
964
    background-color: #53d690;
965
}
966
 
967
.message-btn a.btn-cancel-connection {
968
    background-color: #e44d3a;
969
}
970
 
971
.message-btn a.btn-send-message {
972
    background-color: #51a5fb;
973
}
974
 
975
.bootbox-confirm .btn-danger {
976
    color: #000000;
977
}
978
 
979
.title-bar {
980
    float: left;
981
    width: 280px;
982
    margin-top: 12px;
983
    margin-bottom: 9px;
984
    vertical-align: middle;
985
}
986
 
987
.title-bar .title {
988
    color: #ffffff;
989
    font-size: 20px;
990
    text-transform: capitalize;
991
    font-weight: 600;
992
}
993
 
994
/*New Style*/
995
.online-btn {
996
    border-radius: 50px;
997
    width: 20px;
998
    height: 20px;
999
}
1000
 
1001
/***********************************new style jm*********************************/
1002
.forum-links ul li.active a {
1003
    color: #1dac98;
1004
}
1005
 
1006
.forum-links ul li.active {
1007
    border-color: #1dac98;
1008
}
1009
 
1010
.ask-question {
1011
    color: #0961bf !important;
1012
}
1013
 
5076 stevensc 1014
.suggestion-usd>span i:hover {
3508 stevensc 1015
    background-color: #f4e6a6;
1016
}
1017
 
5076 stevensc 1018
.view-more>.btn {
3508 stevensc 1019
    background-color: #0961bf;
1020
}
1021
 
1022
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
1023
.bid_now {
1024
    background-color: #0961bf;
1025
}
1026
 
1027
.follow {
1028
    background-color: #1eb89e;
1029
}
1030
 
1031
.footy-sec.mn ul li a {
1032
    color: #01245d;
1033
    font-size: 0.9rem;
1034
}
1035
 
1036
.footy-sec.mn ul li a:hover {
1037
    color: #01245d;
1038
    font-weight: bold;
1039
    transition: all 0.5s;
1040
}
1041
 
1042
.footy-sec.mn p {
1043
    color: #01245d;
1044
}
1045
 
1046
.star-descp ul li i {
1047
    color: #cacf8c;
1048
}
1049
 
1050
.hire-us {
1051
    background-color: #0961bf;
1052
}
1053
 
1054
.company-up-info {
1055
    background-color: #ffff;
1056
}
1057
 
1058
.post_with_border {
1059
    border-left: 4px solid #1eb89e;
1060
}
1061
 
1062
.sign_link {
1063
    background-color: #ffff;
1064
}
1065
 
1066
.search-title {
1067
    padding-left: 2%;
1068
    font-size: 1.2rem;
1069
}
1070
 
1071
.portfolio-gallery-sec {
1072
    background-color: #f5f5f7;
1073
}
1074
 
1075
.paddy {
1076
    background-color: transparent;
1077
}
1078
 
1079
.filter-heading {
1080
    background-color: transparent;
1081
}
1082
 
1083
.filter-dd form input,
1084
.filter-dd form select {
1085
    background-color: #fff;
1086
}
1087
 
1088
.user-profile {
1089
    /* background-color: #f4e6a6; */
1090
    border-radius: 5px 0 0 5px;
1091
}
1092
 
1093
.feed-comment-container {
1094
    margin-top: 1rem;
1095
}
1096
 
1097
.pagination li .page-link {
1098
    color: #0961bf;
1099
}
1100
 
1101
.comment-section {
1102
    background-color: #f5f5f7;
1103
}
1104
 
1105
.company_profile_info {
1106
    border-radius: 5px;
1107
}
1108
 
1109
.full-width {
1110
    border-radius: 5px;
1111
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1112
}
1113
 
1114
.tab-feed.st2 ul li :hover {
1115
    border-bottom: 3px solid #f4e6a6;
1116
}
1117
 
1118
.user-info a {
1119
    color: #18516f;
1120
}
1121
 
1122
.border-none {
1123
    border: none !important;
1124
}
1125
 
5076 stevensc 1126
.usr-pic>img {
3508 stevensc 1127
    width: 80%;
1128
}
1129
 
1130
.user-specs {
1131
    padding: 39px 0 10px 0;
1132
}
1133
 
1134
.job-status-bar {
1135
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1136
    display: flex;
1137
    justify-content: space-between;
1138
    align-items: center;
1139
    /* border-radius: 10px; */
1140
}
1141
 
1142
.message-bar-head {
1143
    display: flex;
1144
    height: 13vh;
1145
    justify-content: space-between;
1146
    padding: 20px;
1147
    width: 100%;
1148
}
1149
 
1150
.form-control:disabled,
1151
.form-control[readonly] {
1152
    background-color: #ffff;
1153
}
1154
 
1155
.user-info {
1156
    /* padding: 10px 38px 2px 40px; */
1157
    height: 45px;
1158
    width: 45px;
1159
    margin-left: 1rem;
1160
}
1161
 
1162
/* .user-info > i {right: 25px; } */
1163
.file-caption.icon-visible .file-caption-name {
1164
    padding-bottom: 15px;
1165
}
1166
 
1167
/**notificaciones**/
1168
.notification {
1169
    color: white;
1170
    text-decoration: none;
1171
    padding: 0px 10px;
1172
    position: relative;
1173
    display: inline-block;
1174
    border-radius: 2px;
1175
    /* top: 10px; */
1176
    font-size: 16px;
1177
}
1178
 
1179
.text-submenu {
1180
    color: #0961bf;
1181
}
1182
 
1183
.text-submenu:hover {
1184
    font-weight: bold;
1185
    color: #0961bf;
1186
    transition: all 0.5s;
1187
}
1188
 
1189
header a:hover {
1190
    font-weight: bold;
1191
    color: #0961bf;
1192
    transition: all 0.5s;
1193
}
1194
 
1195
header .btn:hover {
1196
    color: #0961bf;
1197
    font-weight: bold;
1198
    transition: all 0.5s;
1199
}
1200
 
1201
.my-company-dropdown.show {
1202
    display: block;
1203
}
1204
 
1205
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1206
 
1207
.message-btn {
1208
    /*display: inline-flex;*/
1209
    display: inherit;
1210
    flex-direction: column;
1211
}
1212
 
1213
.rc-anchor-checkbox-label {
1214
    font-size: 10px !important;
1215
}
1216
 
1217
.comment {
1218
    padding-right: 10px;
1219
}
1220
 
1221
/**** INICIO breadcrumb ***/
1222
ul.breadcrumb {
1223
    padding: 10px 16px;
1224
    list-style: none;
1225
    background-color: #f5f5f7;
1226
 
5126 stevensc 1227
    li {
1228
        display: inline;
1229
        font-size: 14px;
3508 stevensc 1230
 
5126 stevensc 1231
        &+li:before {
1232
            padding: 8px;
1233
            color: black;
1234
            content: ">\00a0";
1235
        }
3508 stevensc 1236
 
5126 stevensc 1237
        a {
1238
            color: #0275d8;
1239
            text-decoration: none;
3508 stevensc 1240
 
5126 stevensc 1241
            &:hover {
1242
                color: #01447e;
1243
                text-decoration: underline;
1244
            }
1245
        }
1246
    }
3508 stevensc 1247
}
1248
 
1249
/**** FIN breadcrumb ***/
1250
 
1251
.feed-avatar {
1252
    width: 50px;
1253
    height: auto;
1254
}
1255
 
1256
.cursor-pointer {
1257
    cursor: pointer;
1258
}
1259
 
4590 stevensc 1260
.cursor-auto {
1261
    cursor: initial !important;
1262
}
1263
 
3508 stevensc 1264
.chat-conversation {
1265
    background-image: none;
1266
}
1267
 
1268
.view-more-pro {
1269
    display: inline-block;
1270
    color: #000000;
1271
    font-size: 16px;
1272
    font-weight: 500;
1273
    padding: 18px 0;
5076 stevensc 1274
}