Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5320 | Rev 5342 | 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
.media-block .media-left {
391
    display: block;
392
    float: left;
393
}
394
 
395
.media-block .media-right {
396
    float: right;
397
}
398
 
399
.media-block .media-body {
400
    display: block;
401
    overflow: hidden;
402
    width: auto;
403
}
404
 
405
.middle .media-left,
406
.middle .media-right,
407
.middle .media-body {
408
    vertical-align: middle;
409
}
410
 
411
.thumbnail {
412
    border-radius: 0;
413
    border-color: #e9e9e9;
414
}
415
 
416
.tag.tag-sm,
5076 stevensc 417
.btn-group-sm>.tag {
3508 stevensc 418
    padding: 5px 10px;
419
}
420
 
421
.tag:not(.label) {
422
    background-color: #fff;
423
    padding: 6px 12px;
424
    border-radius: 2px;
425
    border: 1px solid #cdd6e1;
426
    font-size: 12px;
427
    line-height: 1.42857;
428
    vertical-align: middle;
429
    -webkit-transition: all 0.15s;
430
    transition: all 0.15s;
431
}
432
 
433
.text-muted,
434
a.text-muted:hover,
435
a.text-muted:focus {
436
    color: #acacac;
437
}
438
 
439
.text-sm {
440
    font-size: 0.9em;
441
}
442
 
443
.text-5x,
444
.text-4x,
445
.text-5x,
446
.text-2x,
447
.text-lg,
448
.text-sm,
449
.text-xs {
450
    line-height: 1.25;
451
}
452
 
453
.btn-trans {
454
    background-color: transparent;
455
    border-color: transparent;
456
    color: #929292;
457
}
458
 
459
.btn-icon {
460
    padding-left: 9px;
461
    padding-right: 9px;
462
}
463
 
464
.btn-sm,
5076 stevensc 465
.btn-group-sm>.btn,
3508 stevensc 466
.btn-icon.btn-sm {
467
    padding: 5px 10px !important;
468
}
469
 
470
.mar-top {
471
    margin-top: 15px;
472
}
473
 
474
.save {
475
    background-color: #0961bf;
476
}
477
 
5076 stevensc 478
.actions-common-com>a i {
3508 stevensc 479
    -webkit-transition: all 0.4s ease-in;
480
    -moz-transition: all 0.4s ease-in;
481
    -ms-transition: all 0.4s ease-in;
482
    -o-transition: all 0.4s ease-in;
483
    transition: all 0.4s ease-in;
484
}
485
 
486
.actions-common-com {
487
    float: right;
488
    margin-top: 20px;
489
}
490
 
491
.actions-common-com li {
492
    display: inline-block;
493
    margin-right: 15px;
494
}
495
 
496
.actions-common-com li a {
497
    color: #b2b2b2;
498
    font-size: 14px;
499
    font-weight: 500;
500
    float: left;
501
    margin-top: 6px;
502
    margin-right: 5px;
503
}
504
 
505
.actions-common-com li a:hover {
506
    color: #e44d3a;
507
}
508
 
509
.actions-common-com li a.active {
510
    color: #e44d3a;
511
}
512
 
513
.actions-common-com li a i {
514
    margin-right: 2px;
515
    font-size: 14px;
516
    position: relative;
517
    top: 2px;
518
}
519
 
520
.actions-common-com li span {
521
    color: #ffffff;
522
    font-size: 13px;
523
    width: 30px;
524
    height: 30px;
525
    background-color: #e44d3a;
526
    line-height: 30px;
527
    -webkit-border-radius: 30px;
528
    -moz-border-radius: 30px;
529
    -ms-border-radius: 30px;
530
    -o-border-radius: 30px;
531
    border-radius: 30px;
532
    float: left;
533
    text-align: center;
534
    font-weight: 600;
535
    margin-left: -25px;
536
}
537
 
538
.actions-common-com li .com {
539
    position: relative;
540
    top: -9px;
541
}
542
 
543
.actions-common-com li .com img {
544
    margin-right: 10px;
545
}
546
 
547
.copylink a {
548
    background-color: #0961bf;
549
}
550
 
551
.custom-file-input::before {
552
    background: #0961bf;
553
}
554
 
555
.custom-file-input:hover::before {
556
    background-color: #1dac98;
557
}
558
 
559
.place-bid-btn {
560
    background-color: #0961bf !important;
561
}
562
 
563
.user-info img {
564
    /* width: 30px; height: 30px; */
565
    width: 100%;
566
    height: 100%;
567
    border-radius: 50%;
568
}
569
 
570
.sn-field-has-error {
571
    border: 1px solid red;
572
    margin-bottom: 5px;
573
}
574
 
575
.sn-field-invalid-feedback {
576
    color: red;
577
    font-size: 13px;
578
    line-height: 20px;
579
    margin-bottom: 5px;
580
}
581
 
582
.form-group {
583
    margin-bottom: 5px;
584
    margin-top: 5px;
585
}
586
 
587
.form-group-has-error {
588
    border: 1px solid red !important;
589
}
590
 
591
.form-group-invalid-feedback {
592
    color: red;
593
    font-size: 13px;
594
    line-height: 20px;
595
    margin-bottom: 5px;
596
}
597
 
5076 stevensc 598
.fgt-sec input[type="checkbox"]+label span:before {
3508 stevensc 599
    background-color: #0961bf;
600
}
601
 
602
::-webkit-input-placeholder {
603
    /* Edge */
604
    color: #515151;
605
}
606
 
607
:-ms-input-placeholder {
608
    /* Internet Explorer 10-11 */
609
    color: #515151;
610
}
611
 
612
::placeholder {
613
    color: #515151;
614
}
615
 
616
.info-page {
617
    padding: 50px 0;
618
}
619
 
620
.section_admin_title_buttons {
621
    width: 100%;
622
    display: flex;
623
    margin-left: 0;
624
    justify-content: space-between;
625
    align-items: center;
626
}
627
 
628
.market_admin_title_buttons {
5303 stevensc 629
    width: 100%;
3508 stevensc 630
    display: flex;
3987 stevensc 631
    gap: 0.5rem;
5304 stevensc 632
    flex-direction: column-reverse;
5300 stevensc 633
 
634
    .search_input,
635
    .search_categories {
636
        position: relative;
637
        margin-bottom: 0;
638
 
639
        input,
640
        select,
641
        input:focus {
642
            background-color: $bg-color;
5303 stevensc 643
            border-radius: 5rem;
5300 stevensc 644
 
645
            &::placeholder {
646
                color: $font-color;
647
            }
648
        }
649
    }
3508 stevensc 650
}
651
 
652
.search-btn {
5304 stevensc 653
    padding: 0 .8rem;
3508 stevensc 654
    right: 0;
655
    height: 100%;
5303 stevensc 656
    background: $button-bg;
3508 stevensc 657
    position: absolute;
658
    top: 0;
5303 stevensc 659
    color: $button-text-color;
3508 stevensc 660
    font-weight: 600;
5303 stevensc 661
    border-start-end-radius: 5rem;
662
    border-bottom-right-radius: 5rem;
663
    opacity: .8;
664
    transition: all 200ms;
665
 
5304 stevensc 666
    &:hover,
667
    &:active {
5303 stevensc 668
        opacity: 1;
669
    }
3508 stevensc 670
}
671
 
672
.section_admin_title_buttons h1.title,
673
.section_admin_title_buttons h2 {
3523 stevensc 674
    color: $title-color;
3508 stevensc 675
    font-weight: bold;
676
    font-size: 18px;
677
}
678
 
679
.section_admin_title_buttons h2 {
680
    cursor: pointer;
681
}
682
 
683
@media (min-width: 768px) {
684
    .section_admin_title_buttons {
685
        width: 50%;
686
        margin-left: auto;
687
    }
688
 
689
    .market_admin_title_buttons {
5305 stevensc 690
        align-items: center;
3508 stevensc 691
        flex-direction: row;
5305 stevensc 692
        justify-content: end;
3508 stevensc 693
    }
694
 
695
}
696
 
697
.section_admin_form {
698
    float: left;
699
    width: 100%;
700
    padding-left: 15px;
701
}
702
 
703
.section_admin_form form input,
704
.section_admin_form form select {
705
    width: 100%;
706
    padding: 0 15px 0 15px;
707
    color: #000000;
708
    font-size: 14px;
709
    border: 1px solid #e5e5e5;
710
    height: 40px;
711
}
712
 
713
.section_admin_form form textarea {
714
    width: 100%;
715
    padding: 10px 15px 0 15px;
716
    color: #000000;
717
    font-size: 14px;
718
    border: 1px solid #e5e5e5;
719
    height: 300px;
720
}
721
 
722
/* .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; }*/
723
.section_admin_form .form-group label {
724
    color: #666 !important;
725
    font-weight: 400;
726
    font-size: 14px;
727
    padding-bottom: 5px;
728
}
729
 
730
.section_admin_form .form-group .toggle-group label {
731
    color: #fff !important;
732
    font-weight: 400;
733
    font-size: 16px;
734
    padding-bottom: 5px;
735
}
736
 
737
.section_admin_form .form-group .toggle-group label.toggle-off {
738
    background-color: #808080;
739
    border-color: #808080;
740
}
741
 
742
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
743
    background-color: #808080;
744
    border-color: #808080;
745
}
746
 
747
.select2-results__option {
748
    display: block;
749
    padding: 10px 15px 0 15px !important;
750
    overflow: hidden;
751
    text-overflow: ellipsis;
752
    white-space: nowrap;
753
    font-size: 14px;
754
    border: 1px solid #e5e5e5;
755
    height: 40px;
756
}
757
 
758
.text-vertical-middle {
759
    vertical-align: middle !important;
760
}
761
 
762
table.dataTable thead .sorting:before,
763
table.dataTable thead .sorting_asc:before,
764
table.dataTable thead .sorting_desc:before,
765
table.dataTable thead .sorting_asc_disabled:before,
766
table.dataTable thead .sorting_desc_disabled:before {
767
    right: 1em;
768
    /* content: "\2191";*/
769
    content: none !important;
770
}
771
 
772
table.dataTable thead .sorting:after,
773
table.dataTable thead .sorting_asc:after,
774
table.dataTable thead .sorting_desc:after,
775
table.dataTable thead .sorting_asc_disabled:after,
776
table.dataTable thead .sorting_desc_disabled:after {
777
    right: 0.5em;
778
    /*content: "\2193";*/
779
    content: none !important;
780
}
781
 
782
.btn-edit {
783
    display: inline-block;
784
    padding: 0 12px;
785
    color: #fff;
786
    height: 35px;
787
    line-height: 35px;
788
    background-color: #0961bf;
789
}
790
 
791
.btn-delete {
792
    display: inline-block;
793
    padding: 0 12px;
794
    color: #fff;
795
    height: 35px;
796
    line-height: 35px;
797
    background-color: #e44d3a;
798
}
799
 
800
.overview-box.open {
801
    z-index: 1000 !important;
802
}
803
 
804
.social_links li a {
805
    line-height: 18px;
806
}
807
 
808
.datepicky {
809
    float: none;
810
}
811
 
812
.datefm {
813
    float: none;
814
}
815
 
816
span.group-span-filestyle {
817
    border: 1px solid #aaa;
818
    color: #fff;
819
    background-color: #0961bf;
820
    margin-top: 10px;
821
}
822
 
823
span.group-span-filestyle:hover {
824
    color: #fff;
825
    background-color: #0961bf;
826
}
827
 
828
.pac-container {
829
    z-index: 1051 !important;
830
}
831
 
832
.custom-file-label:after {
833
    content: none;
834
}
835
 
836
.add-pic-box a {
837
    background: #fff;
838
    border: 2px solid #0961bf;
839
    border-radius: 3px;
840
    color: #0961bf;
841
    cursor: pointer;
842
    display: inline-block;
843
    font-size: 15px;
844
    font-weight: 600;
845
    outline: none;
846
    padding: 12px 20px;
847
    position: relative;
848
    transition: all 0.3s;
849
    vertical-align: middle;
850
    margin: 0;
851
    text-transform: uppercase;
852
}
853
 
854
#skills-box ul {
855
    height: auto;
856
}
857
 
5076 stevensc 858
.custom-control-input:checked~.custom-control-label::before {
3508 stevensc 859
    color: #fff;
860
    border-color: #007bff;
861
    background-color: #007bff;
862
    box-shadow: none;
863
    outline: none;
864
}
865
 
866
#user-img-change {
867
    width: 150px;
868
    height: 150px;
869
    margin-right: 10px;
870
    -webkit-border-radius: 100px;
871
    -moz-border-radius: 100px;
872
    -ms-border-radius: 100px;
873
    -o-border-radius: 100px;
874
    border-radius: 100px;
3589 stevensc 875
    background-color: #fff;
3508 stevensc 876
}
877
 
878
.btn-onroom {
879
    cursor: pointer;
880
}
881
 
882
.form-group .toggle-btn .custom-control-label {
883
    position: relative;
884
    padding-left: 50px;
885
}
886
 
887
.file-upload-indicator {
888
    display: none;
889
}
890
 
891
b,
892
strong {
893
    font-weight: bolder !important;
894
}
895
 
896
a.read-more {
897
    color: #666666;
898
    font-weight: bold;
899
}
900
 
901
a.read-morea:visited {
902
    color: #666666;
903
    font-weight: bold;
904
}
905
 
906
.show-read-more p {
907
    text-align: justify;
908
    font-weight: 600;
3551 stevensc 909
    color: $subtitle-color;
5076 stevensc 910
 
3987 stevensc 911
    .more-text {
912
        display: none;
913
    }
3508 stevensc 914
}
915
 
916
.btn-trans:hover {
917
    color: #929292 !important;
918
}
919
 
5076 stevensc 920
.job-status-bar>a:hover {
3508 stevensc 921
    color: #1e5591 !important;
922
}
923
 
5076 stevensc 924
.job-status-bar>ul>li>a:hover {
3508 stevensc 925
    color: #1e5591;
926
}
927
 
928
.comment-section {
929
    box-shadow: none;
930
}
931
 
932
.process-comm {
933
    padding-top: 10px;
934
    padding-bottom: 20px;
935
}
936
 
937
ul.avail-checks-search-type li.active {
938
    background-color: #666666;
939
}
940
 
941
nav ul li a {
942
    color: #000000;
943
}
944
 
945
.usy-name h4 {
946
    color: #000000;
947
    font-size: 16px;
948
    text-transform: capitalize;
949
    font-weight: 600;
950
    margin-bottom: 5px;
951
    margin-top: 2px;
952
}
953
 
954
.message-btn a.btn-request-connection {
955
    background-color: #53d690;
956
}
957
 
958
.message-btn a.btn-cancel-connection {
959
    background-color: #e44d3a;
960
}
961
 
962
.message-btn a.btn-send-message {
963
    background-color: #51a5fb;
964
}
965
 
966
.bootbox-confirm .btn-danger {
967
    color: #000000;
968
}
969
 
970
.title-bar {
971
    float: left;
972
    width: 280px;
973
    margin-top: 12px;
974
    margin-bottom: 9px;
975
    vertical-align: middle;
976
}
977
 
978
.title-bar .title {
979
    color: #ffffff;
980
    font-size: 20px;
981
    text-transform: capitalize;
982
    font-weight: 600;
983
}
984
 
985
/*New Style*/
986
.online-btn {
987
    border-radius: 50px;
988
    width: 20px;
989
    height: 20px;
990
}
991
 
992
/***********************************new style jm*********************************/
993
.forum-links ul li.active a {
994
    color: #1dac98;
995
}
996
 
997
.forum-links ul li.active {
998
    border-color: #1dac98;
999
}
1000
 
1001
.ask-question {
1002
    color: #0961bf !important;
1003
}
1004
 
5076 stevensc 1005
.suggestion-usd>span i:hover {
3508 stevensc 1006
    background-color: #f4e6a6;
1007
}
1008
 
5076 stevensc 1009
.view-more>.btn {
3508 stevensc 1010
    background-color: #0961bf;
1011
}
1012
 
1013
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
1014
.bid_now {
1015
    background-color: #0961bf;
1016
}
1017
 
1018
.follow {
1019
    background-color: #1eb89e;
1020
}
1021
 
1022
.footy-sec.mn ul li a {
1023
    color: #01245d;
1024
    font-size: 0.9rem;
1025
}
1026
 
1027
.footy-sec.mn ul li a:hover {
1028
    color: #01245d;
1029
    font-weight: bold;
1030
    transition: all 0.5s;
1031
}
1032
 
1033
.footy-sec.mn p {
1034
    color: #01245d;
1035
}
1036
 
1037
.star-descp ul li i {
1038
    color: #cacf8c;
1039
}
1040
 
1041
.hire-us {
1042
    background-color: #0961bf;
1043
}
1044
 
1045
.company-up-info {
1046
    background-color: #ffff;
1047
}
1048
 
1049
.post_with_border {
1050
    border-left: 4px solid #1eb89e;
1051
}
1052
 
1053
.sign_link {
1054
    background-color: #ffff;
1055
}
1056
 
1057
.search-title {
1058
    padding-left: 2%;
1059
    font-size: 1.2rem;
1060
}
1061
 
1062
.portfolio-gallery-sec {
1063
    background-color: #f5f5f7;
1064
}
1065
 
1066
.paddy {
1067
    background-color: transparent;
1068
}
1069
 
1070
.filter-heading {
1071
    background-color: transparent;
1072
}
1073
 
1074
.filter-dd form input,
1075
.filter-dd form select {
1076
    background-color: #fff;
1077
}
1078
 
1079
.user-profile {
1080
    /* background-color: #f4e6a6; */
1081
    border-radius: 5px 0 0 5px;
1082
}
1083
 
1084
.feed-comment-container {
1085
    margin-top: 1rem;
1086
}
1087
 
1088
.pagination li .page-link {
1089
    color: #0961bf;
1090
}
1091
 
1092
.comment-section {
1093
    background-color: #f5f5f7;
1094
}
1095
 
1096
.company_profile_info {
1097
    border-radius: 5px;
1098
}
1099
 
1100
.full-width {
1101
    border-radius: 5px;
1102
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1103
}
1104
 
1105
.tab-feed.st2 ul li :hover {
1106
    border-bottom: 3px solid #f4e6a6;
1107
}
1108
 
1109
.user-info a {
1110
    color: #18516f;
1111
}
1112
 
1113
.border-none {
1114
    border: none !important;
1115
}
1116
 
5076 stevensc 1117
.usr-pic>img {
3508 stevensc 1118
    width: 80%;
1119
}
1120
 
1121
.user-specs {
1122
    padding: 39px 0 10px 0;
1123
}
1124
 
1125
.job-status-bar {
1126
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1127
    display: flex;
1128
    justify-content: space-between;
1129
    align-items: center;
1130
    /* border-radius: 10px; */
1131
}
1132
 
1133
.message-bar-head {
1134
    display: flex;
1135
    height: 13vh;
1136
    justify-content: space-between;
1137
    padding: 20px;
1138
    width: 100%;
1139
}
1140
 
1141
.form-control:disabled,
1142
.form-control[readonly] {
1143
    background-color: #ffff;
1144
}
1145
 
1146
.user-info {
1147
    /* padding: 10px 38px 2px 40px; */
1148
    height: 45px;
1149
    width: 45px;
1150
    margin-left: 1rem;
1151
}
1152
 
1153
/* .user-info > i {right: 25px; } */
1154
.file-caption.icon-visible .file-caption-name {
1155
    padding-bottom: 15px;
1156
}
1157
 
1158
/**notificaciones**/
1159
.notification {
1160
    color: white;
1161
    text-decoration: none;
1162
    padding: 0px 10px;
1163
    position: relative;
1164
    display: inline-block;
1165
    border-radius: 2px;
1166
    /* top: 10px; */
1167
    font-size: 16px;
1168
}
1169
 
1170
.text-submenu {
1171
    color: #0961bf;
1172
}
1173
 
1174
.text-submenu:hover {
1175
    font-weight: bold;
1176
    color: #0961bf;
1177
    transition: all 0.5s;
1178
}
1179
 
1180
header a:hover {
1181
    font-weight: bold;
1182
    color: #0961bf;
1183
    transition: all 0.5s;
1184
}
1185
 
1186
header .btn:hover {
1187
    color: #0961bf;
1188
    font-weight: bold;
1189
    transition: all 0.5s;
1190
}
1191
 
1192
.my-company-dropdown.show {
1193
    display: block;
1194
}
1195
 
1196
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1197
 
1198
.message-btn {
1199
    /*display: inline-flex;*/
1200
    display: inherit;
1201
    flex-direction: column;
1202
}
1203
 
1204
.rc-anchor-checkbox-label {
1205
    font-size: 10px !important;
1206
}
1207
 
1208
.comment {
1209
    padding-right: 10px;
1210
}
1211
 
1212
/**** INICIO breadcrumb ***/
1213
ul.breadcrumb {
1214
    padding: 10px 16px;
1215
    list-style: none;
1216
    background-color: #f5f5f7;
1217
 
5126 stevensc 1218
    li {
1219
        display: inline;
1220
        font-size: 14px;
3508 stevensc 1221
 
5126 stevensc 1222
        &+li:before {
1223
            padding: 8px;
1224
            color: black;
1225
            content: ">\00a0";
1226
        }
3508 stevensc 1227
 
5126 stevensc 1228
        a {
1229
            color: #0275d8;
1230
            text-decoration: none;
3508 stevensc 1231
 
5126 stevensc 1232
            &:hover {
1233
                color: #01447e;
1234
                text-decoration: underline;
1235
            }
1236
        }
1237
    }
3508 stevensc 1238
}
1239
 
1240
/**** FIN breadcrumb ***/
1241
 
1242
.feed-avatar {
1243
    width: 50px;
1244
    height: auto;
1245
}
1246
 
1247
.cursor-pointer {
1248
    cursor: pointer;
1249
}
1250
 
4590 stevensc 1251
.cursor-auto {
1252
    cursor: initial !important;
1253
}
1254
 
3508 stevensc 1255
.view-more-pro {
1256
    display: inline-block;
1257
    color: #000000;
1258
    font-size: 16px;
1259
    font-weight: 500;
1260
    padding: 18px 0;
5076 stevensc 1261
}