Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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