Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4779 | Rev 5076 | 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
    float: left;
10
    width: 100%;
11
    /*background-color: #0961bf; border-bottom: 8px #1dac98 solid;*/
12
    background-color: white;
13
    border-bottom: 1px solid #afafaf;
14
}
15
 
16
.search-bar {
17
    margin-top: 10px;
18
}
19
 
20
nav > ul > li > a:hover {
21
    /*color: #1dac98 !important;*/
22
    color: #ffffff;
23
}
24
 
25
.user-account {
26
    border-left: none;
27
    border-right: none;
28
    display: flex;
29
    height: 56px;
30
    align-items: center;
31
    justify-content: space-between;
32
}
33
 
34
.mail_menu {
35
    display: flex;
36
    flex-direction: column;
37
    justify-content: center;
38
    align-items: center;
39
    /* gap: 0.5rem; */
40
}
41
 
42
.search-bar form input {
43
    width: 100%;
44
    background-color: #fff;
45
    height: 30px;
46
    color: #b2b2b2;
47
    font-size: 12px;
48
    border: 0;
49
    padding: 0 10px;
50
    border-radius: 25px;
51
}
52
 
53
.search-bar form button i {
54
    /* color: #0a0a0a; */
55
    color: #fff;
56
    font-size: 20px;
57
    font-weight: bold;
58
}
59
 
60
.search-bar form button {
61
    position: absolute;
62
    top: 0;
63
    right: 0;
64
    background-color: #efefef;
65
    width: 38px;
66
    height: 100%;
67
    /*border: 0;*/
68
    border-radius: 25px;
69
}
70
 
71
.username-dt {
72
    float: left;
73
    width: 100%;
74
    /*background-color: #1dac98; */
75
    /* background-color: #F7EE9F; */
76
    background-color: #1eb89e;
77
    padding-top: 40px;
78
}
79
 
80
.widget-about img {
81
    float: none;
82
    padding-top: 0px;
83
}
84
 
85
.modal-notificacion {
86
    /* color: #0961bf !important; */
87
    color: #0961bf !important;
88
}
89
 
90
.view-all-nots > a {
91
    /* background-color: #0961bf; */
92
    background-color: #0961bf;
93
}
94
 
95
/* .notification-box {top: 24px !important; } */
96
.comment_box form button {
97
    /* background-color: #0961bf; */
98
    background-color: #0860bf !important;
99
    color: #ffffff;
100
    height: 38px;
101
    font-size: 15px !important;
102
}
103
 
104
.comment_box form button:hover {
105
    /* background-color: #0961bf; */
106
    background-color: #1e5591 !important;
107
}
108
 
109
.chat-mg span {
110
    /* background-color: #0961bf !important; */
111
    background-color: #0961bf !important;
112
}
113
 
114
.post-project h3 {
115
    background-color: #1dac98;
116
}
117
 
118
.chat-msg p {
119
    background-color: #1dac98;
120
}
121
 
122
.con-title {
123
    /* background-color: #0961bf !important; */
124
    background-color: #0961bf !important;
125
}
126
 
127
.typing-msg form button {
128
    /* color: #0961bf; */
129
    color: #0961bf;
130
}
131
 
132
.msg-numbers {
133
    background-color: #1dac98;
134
}
135
 
136
.search_form form button {
137
    /* background-color: #0961bf; */
138
    background-color: #0961bf;
139
}
140
 
141
.bk-links li i.la-envelope {
142
    /* background-color: #0961bf; */
143
    background-color: #0961bf;
144
}
145
 
146
.message-btn a {
147
    margin: 0.5rem 0;
148
}
149
 
150
.sign-in {
151
    background-color: white;
152
}
153
 
154
.sign-control li.current a {
3737 stevensc 155
    background-color: $button-bg-secondary;
3508 stevensc 156
}
157
 
158
.sign-control li a.current {
3737 stevensc 159
    background-color: $button-bg-secondary;
160
    color: $button-text-color-secondary !important;
161
    border: 1px solid $border-primary;
3508 stevensc 162
}
163
 
164
.signup-tab ul li.current a {
165
    background-color: #0961bf;
166
}
167
 
168
.filter-heading h3 {
169
    color: #0961bf;
170
}
171
 
172
.theme-green .back-bar .selected-bar {
173
    background-color: #0961bf;
174
    background-image: linear-gradient(to bottom, #0961bf, #0961bf);
175
}
176
 
177
.theme-green .back-bar .pointer {
178
    background-color: #0961bf;
179
}
180
 
181
.like-com li a.active {
182
    color: #0961bf;
183
}
184
 
185
.like-com li button {
186
    color: #bebebe;
187
    font-size: 0.95rem;
188
}
189
 
190
.btn-feed-share {
191
    font-size: 0.95rem;
192
    color: #929292;
193
}
194
 
195
.btn-feed-share i {
196
    margin-right: 5px;
197
}
198
 
199
.btn-unlike,
200
.btn-like {
201
    color: #0961bf;
202
}
203
 
204
.btn-profile-cancel {
205
    background-color: #e44d3a;
206
    border: none;
207
    display: inline-block;
208
    padding: 0 12px;
209
    color: #fff;
210
    height: 35px;
211
    line-height: 35px;
212
}
213
 
214
.display-reactions {
215
    border-radius: 5px;
216
    padding: 10px;
217
    display: flex;
218
    align-items: center;
219
    justify-content: center;
220
    gap: 5px;
221
}
222
 
223
.display-reactions button {
3601 stevensc 224
    color: $chat-color;
3508 stevensc 225
}
226
 
227
.sign_link > a {
228
    color: #0961bf;
229
}
230
 
231
.view-more > a:hover {
232
    color: #0961bf;
233
}
234
 
235
.view-more > a {
236
    color: #0961bf;
237
}
238
 
239
.nav-tabs .nav-item.show .nav-link,
240
.nav-tabs .nav-link.active {
241
    color: #0961bf;
242
}
243
 
244
.tab-feed ul li.active span {
245
    color: #0961bf;
246
}
247
 
248
.btn-feed-trash,
249
.btn-comment-trash {
250
    color: #b2b2b2;
251
    margin-left: 0.2rem;
252
    transition: 0.2s linear;
253
}
254
 
255
.btn-feed-trash:hover,
256
.btn-comment-trash:hover {
257
    color: #df3e3e;
258
    margin-left: 0.2rem;
259
}
260
 
261
.btn-purple {
262
    background-color: #04478f;
263
}
264
 
265
.msg-notifc {
266
    background-color: #0961bf;
267
}
268
 
269
.msg-status {
270
    background-color: #0961bf;
271
}
272
 
273
.select-with-icon {
274
    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>");
275
    background-repeat: no-repeat;
276
    background-position-x: 100%;
277
    background-position-y: 5px;
278
}
279
 
280
/* .mf-field > button {
281
    width: 1.7rem;
282
    white-space: nowrap;
283
    overflow: hidden;
284
    border: none !important;
285
}
286
.mf-field button i {
287
    margin-right: 5px;
288
    font-size: 1.5rem;
289
}
290
.mf-field > button:hover{
291
    color: #fff !important;
292
    text-shadow: 2px 2px 2px #0003 !important;
293
    border: none !important;
294
} */
295
 
4329 stevensc 296
.msgs_icons-container {
3508 stevensc 297
    display: flex;
4773 stevensc 298
    flex-direction: column;
4779 stevensc 299
    gap: 0.5rem;
3508 stevensc 300
}
301
 
302
.messages-sec .icon {
303
    cursor: pointer;
304
    height: 30px;
305
    display: grid;
306
    place-items: center;
307
    width: 30px;
308
    border-radius: 50px;
309
    padding: 0;
310
    transition: all 0.2s;
311
    color: #0860bf;
312
}
313
 
314
.messages-sec .icon:hover {
315
    background-color: #efefef;
316
}
317
 
318
.messages-page > .container h1 {
319
    font-weight: 600;
320
    font-size: 2rem;
321
    text-align: left;
322
    margin-bottom: 1.5rem;
323
}
324
 
325
.messages-list > .messages_conversation-search {
326
    transition: all 0.2s;
327
    padding: 10px 20px;
328
    position: relative;
329
    overflow: hidden;
330
}
331
 
332
.messages-list > .messages_conversation-search.hide {
333
    height: 0;
334
    padding: 0;
335
}
336
 
337
.messages-list > .messages_conversation-search input {
338
    outline: none;
339
    box-shadow: none;
340
    border: 1px solid #e6e6e6;
341
}
342
 
343
.messages-line {
344
    display: flex;
345
    flex-direction: column-reverse;
4351 stevensc 346
    flex: 1;
3508 stevensc 347
    overflow: auto;
4351 stevensc 348
    & > hr {
349
        margin-top: 0 !important;
350
        margin-bottom: 0 !important;
351
        opacity: 0 !important;
352
    }
3508 stevensc 353
}
354
 
355
.message-bar-head .usr-msg-details {
356
    display: flex;
357
    align-items: center;
358
}
359
 
360
.message-select-conversation {
361
    display: grid;
362
    place-items: center;
363
    width: 100%;
4345 stevensc 364
    height: 100%;
3508 stevensc 365
    min-height: 300px;
4345 stevensc 366
    .msgs-select-container {
367
        display: flex;
368
        flex-direction: column;
369
        align-items: center;
370
        gap: 0.5rem;
371
        .icon {
372
            font-size: 2.5rem;
373
            &:hover {
374
                background-color: #0000;
375
            }
376
        }
377
    }
3508 stevensc 378
}
379
 
380
@media (min-width: 1200px) {
381
    .msgs-container {
382
        max-width: 1000px;
383
    }
384
}
385
 
386
.main-conversation-box .message-bar-head .usr-msg-details .icon {
387
    display: none;
388
}
389
 
390
.msgs-hide {
391
    font-size: 1.2rem;
392
    color: var(--gray);
393
}
394
 
395
@media (max-width: 992px) {
396
    .main-conversation-box .message-bar-head .usr-msg-details .icon {
397
        display: grid;
398
    }
399
}
400
 
401
@media (max-width: 992px) {
402
    .msgs-hide {
403
        display: none;
404
    }
405
}
406
 
4373 stevensc 407
.icon-hide {
408
    display: flex;
409
    align-items: center;
410
    gap: 0.5rem;
411
    padding-top: 0.5rem;
412
    font-size: 1.2rem;
413
    cursor: pointer;
414
    &,
415
    span {
416
        color: $icons-color;
417
    }
418
    @media (min-width: 992px) {
3508 stevensc 419
        display: none !important;
420
    }
421
}
422
 
423
#shared_with {
424
    font-size: 16px;
425
    display: inline-block;
426
    height: 40px;
427
    padding: 0 15px;
428
    line-height: 40px;
429
    font-weight: 500;
430
}
431
 
432
#shared_with > option {
433
    font-size: 1.2rem;
434
    display: inline-block;
435
    height: 40px;
436
    padding: 0 15px;
437
    line-height: 40px;
438
    font-weight: 500;
439
}
440
 
441
.flww {
442
    background-color: #0961bf;
443
}
444
 
445
.tab-feed ul li.active span {
446
    color: #1dac98;
447
}
448
 
449
.add-pic-box [type="file"] + label {
450
    border: 2px solid #0961bf;
451
    color: #0961bf;
452
}
453
 
454
.add-pic-box [type="file"] + label:hover {
455
    background: #0961bf;
456
}
457
 
458
.user-pro-img .add-dp {
459
    left: 34%;
460
}
461
 
462
/****estilos del feed***/
463
.img-sm {
464
    width: 46px;
465
    height: 46px;
466
}
467
 
468
.panel .panel-footer,
469
.panel > :last-child {
470
    border-bottom-left-radius: 0;
471
    border-bottom-right-radius: 0;
472
}
473
 
474
.panel .panel-heading,
475
.panel > :first-child {
476
    border-top-left-radius: 0;
477
    border-top-right-radius: 0;
478
}
479
 
480
.panel-body {
481
    padding: 25px 20px;
482
}
483
 
484
.media-block .media-left {
485
    display: block;
486
    float: left;
487
}
488
 
489
.media-block .media-right {
490
    float: right;
491
}
492
 
493
.media-block .media-body {
494
    display: block;
495
    overflow: hidden;
496
    width: auto;
497
}
498
 
499
.middle .media-left,
500
.middle .media-right,
501
.middle .media-body {
502
    vertical-align: middle;
503
}
504
 
505
.thumbnail {
506
    border-radius: 0;
507
    border-color: #e9e9e9;
508
}
509
 
510
.tag.tag-sm,
511
.btn-group-sm > .tag {
512
    padding: 5px 10px;
513
}
514
 
515
.tag:not(.label) {
516
    background-color: #fff;
517
    padding: 6px 12px;
518
    border-radius: 2px;
519
    border: 1px solid #cdd6e1;
520
    font-size: 12px;
521
    line-height: 1.42857;
522
    vertical-align: middle;
523
    -webkit-transition: all 0.15s;
524
    transition: all 0.15s;
525
}
526
 
527
.text-muted,
528
a.text-muted:hover,
529
a.text-muted:focus {
530
    color: #acacac;
531
}
532
 
533
.text-sm {
534
    font-size: 0.9em;
535
}
536
 
537
.text-5x,
538
.text-4x,
539
.text-5x,
540
.text-2x,
541
.text-lg,
542
.text-sm,
543
.text-xs {
544
    line-height: 1.25;
545
}
546
 
547
.btn-trans {
548
    background-color: transparent;
549
    border-color: transparent;
550
    color: #929292;
551
}
552
 
553
.btn-icon {
554
    padding-left: 9px;
555
    padding-right: 9px;
556
}
557
 
558
.btn:hover {
559
    color: #fff;
560
}
561
 
562
.btn-sm,
563
.btn-group-sm > .btn,
564
.btn-icon.btn-sm {
565
    padding: 5px 10px !important;
566
}
567
 
568
.mar-top {
569
    margin-top: 15px;
570
}
571
 
572
.save {
573
    background-color: #0961bf;
574
}
575
 
576
.actions-common-com > a i {
577
    -webkit-transition: all 0.4s ease-in;
578
    -moz-transition: all 0.4s ease-in;
579
    -ms-transition: all 0.4s ease-in;
580
    -o-transition: all 0.4s ease-in;
581
    transition: all 0.4s ease-in;
582
}
583
 
584
.actions-common-com {
585
    float: right;
586
    margin-top: 20px;
587
}
588
 
589
.actions-common-com li {
590
    display: inline-block;
591
    margin-right: 15px;
592
}
593
 
594
.actions-common-com li a {
595
    color: #b2b2b2;
596
    font-size: 14px;
597
    font-weight: 500;
598
    float: left;
599
    margin-top: 6px;
600
    margin-right: 5px;
601
}
602
 
603
.actions-common-com li a:hover {
604
    color: #e44d3a;
605
}
606
 
607
.actions-common-com li a.active {
608
    color: #e44d3a;
609
}
610
 
611
.actions-common-com li a i {
612
    margin-right: 2px;
613
    font-size: 14px;
614
    position: relative;
615
    top: 2px;
616
}
617
 
618
.actions-common-com li span {
619
    color: #ffffff;
620
    font-size: 13px;
621
    width: 30px;
622
    height: 30px;
623
    background-color: #e44d3a;
624
    line-height: 30px;
625
    -webkit-border-radius: 30px;
626
    -moz-border-radius: 30px;
627
    -ms-border-radius: 30px;
628
    -o-border-radius: 30px;
629
    border-radius: 30px;
630
    float: left;
631
    text-align: center;
632
    font-weight: 600;
633
    margin-left: -25px;
634
}
635
 
636
.actions-common-com li .com {
637
    position: relative;
638
    top: -9px;
639
}
640
 
641
.actions-common-com li .com img {
642
    margin-right: 10px;
643
}
644
 
645
.widget-about button {
3565 stevensc 646
    background-color: $button-bg;
3508 stevensc 647
}
648
 
649
.copylink a {
650
    background-color: #0961bf;
651
}
652
 
653
/* .modal-header {background-color: #0961bf; } */
654
.custom-file-input::before {
655
    background: #0961bf;
656
}
657
 
658
.custom-file-input:hover::before {
659
    background-color: #1dac98;
660
}
661
 
662
.place-bid-btn {
663
    background-color: #0961bf !important;
664
}
665
 
666
.widget-about button:hover {
3565 stevensc 667
    background-color: $button-bg-hover;
3508 stevensc 668
}
669
 
670
.user-info img {
671
    /* width: 30px; height: 30px; */
672
    width: 100%;
673
    height: 100%;
674
    border-radius: 50%;
675
}
676
 
677
.sn-field-has-error {
678
    border: 1px solid red;
679
    margin-bottom: 5px;
680
}
681
 
682
.sn-field-invalid-feedback {
683
    color: red;
684
    font-size: 13px;
685
    line-height: 20px;
686
    margin-bottom: 5px;
687
}
688
 
689
.form-group {
690
    margin-bottom: 5px;
691
    margin-top: 5px;
692
}
693
 
694
.form-group-has-error {
695
    border: 1px solid red !important;
696
}
697
 
698
.form-group-invalid-feedback {
699
    color: red;
700
    font-size: 13px;
701
    line-height: 20px;
702
    margin-bottom: 5px;
703
}
704
 
705
.fgt-sec input[type="checkbox"] + label span:before {
706
    background-color: #0961bf;
707
}
708
 
709
::-webkit-input-placeholder {
710
    /* Edge */
711
    color: #515151;
712
}
713
 
714
:-ms-input-placeholder {
715
    /* Internet Explorer 10-11 */
716
    color: #515151;
717
}
718
 
719
::placeholder {
720
    color: #515151;
721
}
722
 
723
.info-page {
724
    padding: 50px 0;
725
}
726
 
727
.section_admin_title_buttons {
728
    width: 100%;
729
    display: flex;
730
    margin-left: 0;
731
    justify-content: space-between;
732
    align-items: center;
733
}
734
 
735
.market_admin_title_buttons {
736
    width: 100%;
737
    display: flex;
3987 stevensc 738
    gap: 0.5rem;
3508 stevensc 739
    flex-direction: column;
740
    justify-content: space-between;
741
    align-items: center;
742
}
743
 
744
.search-btn {
745
    width: 100px;
746
    right: 0;
747
    height: 100%;
3573 stevensc 748
    background: $bg-color;
3508 stevensc 749
    position: absolute;
3573 stevensc 750
    border: 1px solid $border-primary;
3508 stevensc 751
    top: 0;
3573 stevensc 752
    color: $font-color;
3508 stevensc 753
    font-weight: 600;
754
    border-start-end-radius: 0.25rem;
755
    border-bottom-right-radius: 0.25rem;
756
}
757
 
758
.market_admin_title_buttons .search_input {
759
    width: 100%;
760
    position: relative;
3867 stevensc 761
    margin-bottom: 0;
3573 stevensc 762
    input,
763
    input:focus {
764
        background: $bg-color;
3574 stevensc 765
        &::placeholder {
766
            color: $font-color;
767
        }
3573 stevensc 768
    }
3508 stevensc 769
}
770
 
771
.market_admin_title_buttons .search_categories {
772
    width: 100%;
3869 stevensc 773
    margin-bottom: 0;
3573 stevensc 774
    select {
775
        background-color: $bg-color;
3574 stevensc 776
        &::placeholder {
777
            color: $font-color;
778
        }
3573 stevensc 779
    }
3508 stevensc 780
}
781
 
782
.section_admin_title_buttons h1.title,
783
.section_admin_title_buttons h2 {
3523 stevensc 784
    color: $title-color;
3508 stevensc 785
    font-weight: bold;
786
    font-size: 18px;
787
}
788
 
789
.section_admin_title_buttons h2 {
790
    cursor: pointer;
791
}
792
 
793
@media (min-width: 768px) {
794
    .section_admin_title_buttons {
795
        width: 50%;
796
        margin-left: auto;
797
    }
798
 
799
    .market_admin_title_buttons {
800
        flex-direction: row;
801
    }
802
 
803
    .market_admin_title_buttons .search_input {
804
        width: 60%;
805
    }
806
 
807
    .market_admin_title_buttons .search_categories {
808
        width: 40%;
809
    }
810
}
811
 
812
.section_admin_form {
813
    float: left;
814
    width: 100%;
815
    padding-left: 15px;
816
}
817
 
818
.section_admin_form form input,
819
.section_admin_form form select {
820
    width: 100%;
821
    padding: 0 15px 0 15px;
822
    color: #000000;
823
    font-size: 14px;
824
    border: 1px solid #e5e5e5;
825
    height: 40px;
826
}
827
 
828
.section_admin_form form textarea {
829
    width: 100%;
830
    padding: 10px 15px 0 15px;
831
    color: #000000;
832
    font-size: 14px;
833
    border: 1px solid #e5e5e5;
834
    height: 300px;
835
}
836
 
837
/* .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; }*/
838
.section_admin_form .form-group label {
839
    color: #666 !important;
840
    font-weight: 400;
841
    font-size: 14px;
842
    padding-bottom: 5px;
843
}
844
 
845
.section_admin_form .form-group .toggle-group label {
846
    color: #fff !important;
847
    font-weight: 400;
848
    font-size: 16px;
849
    padding-bottom: 5px;
850
}
851
 
852
.section_admin_form .form-group .toggle-group label.toggle-off {
853
    background-color: #808080;
854
    border-color: #808080;
855
}
856
 
857
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
858
    background-color: #808080;
859
    border-color: #808080;
860
}
861
 
862
.select2-container .select2-selection--single .select2-selection__rendered {
863
    display: block;
864
    padding: 0 15px 0 15px;
865
    overflow: hidden;
866
    text-overflow: ellipsis;
867
    white-space: nowrap;
868
    color: #000000;
869
    font-size: 14px;
870
    border: 1px solid #e5e5e5;
871
    height: 40px;
872
}
873
 
874
.select2-container .select2-search--inline .select2-search__field {
875
    margin-left: 0px;
876
}
877
 
878
.select2-results__option {
879
    display: block;
880
    padding: 10px 15px 0 15px !important;
881
    overflow: hidden;
882
    text-overflow: ellipsis;
883
    white-space: nowrap;
884
    font-size: 14px;
885
    border: 1px solid #e5e5e5;
886
    height: 40px;
887
}
888
 
889
.text-vertical-middle {
890
    vertical-align: middle !important;
891
}
892
 
893
table.dataTable thead .sorting:before,
894
table.dataTable thead .sorting_asc:before,
895
table.dataTable thead .sorting_desc:before,
896
table.dataTable thead .sorting_asc_disabled:before,
897
table.dataTable thead .sorting_desc_disabled:before {
898
    right: 1em;
899
    /* content: "\2191";*/
900
    content: none !important;
901
}
902
 
903
table.dataTable thead .sorting:after,
904
table.dataTable thead .sorting_asc:after,
905
table.dataTable thead .sorting_desc:after,
906
table.dataTable thead .sorting_asc_disabled:after,
907
table.dataTable thead .sorting_desc_disabled:after {
908
    right: 0.5em;
909
    /*content: "\2193";*/
910
    content: none !important;
911
}
912
 
913
.btn-edit {
914
    display: inline-block;
915
    padding: 0 12px;
916
    color: #fff;
917
    height: 35px;
918
    line-height: 35px;
919
    background-color: #0961bf;
920
}
921
 
922
.btn-delete {
923
    display: inline-block;
924
    padding: 0 12px;
925
    color: #fff;
926
    height: 35px;
927
    line-height: 35px;
928
    background-color: #e44d3a;
929
}
930
 
931
.overview-box.open {
932
    z-index: 1000 !important;
933
}
934
 
935
.overview-edit form select {
936
    padding-left: 0 !important;
937
    -webkit-border-radius: 0 !important;
938
    -moz-border-radius: 0 !important;
939
    -ms-border-radius: 0 !important;
940
    -o-border-radius: 0 !important;
941
    border-radius: 0 !important;
942
}
943
 
944
.overview-edit form textarea,
945
.overview-edit form input,
946
.overview-edit form select {
947
    border: 1px solid #aaa;
948
    color: #b2b2b2 !important;
949
}
950
 
951
.overview-edit span {
952
    float: none;
953
}
954
 
955
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
956
    color: #000;
957
    font-size: 14px;
958
    line-height: 20px;
959
}
960
 
961
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
962
    line-height: 20px;
963
}
964
 
965
.select2-container--bootstrap4.select2-container--focus .select2-selection {
966
    border-color: inherit;
967
    -webkit-box-shadow: inherit;
968
    box-shadow: inherit;
969
}
970
 
971
.user-profile-extended-ov {
972
    width: 100%;
3550 stevensc 973
    background-color: $bg-color;
3508 stevensc 974
    padding: 10px 20px 30px;
3641 stevensc 975
    box-shadow: $shadow;
3508 stevensc 976
    margin-bottom: 20px;
977
    border-radius: 10px;
3641 stevensc 978
    h3 {
979
        color: $title-color;
980
        font-size: 18px;
981
        font-weight: 600;
982
        margin-bottom: 0.5rem;
983
    }
984
    span {
985
        line-height: 22px;
986
        color: $font-color;
987
    }
988
    p {
989
        color: $font-color;
990
        line-height: 20px;
991
    }
992
    i {
993
        color: $font-color;
994
        font-size: 13px;
995
    }
996
    strong {
997
        font-weight: bold !important;
998
    }
3508 stevensc 999
}
1000
 
1001
.user-social-network-ov {
1002
    width: 100%;
3550 stevensc 1003
    background-color: $bg-color;
3641 stevensc 1004
    h3 {
1005
        color: $title-color;
1006
        font-size: 18px;
1007
        font-weight: 600;
1008
    }
1009
    i {
1010
        color: $font-color;
1011
        font-size: 13px;
1012
        padding-left: 5px;
1013
    }
3508 stevensc 1014
}
1015
 
1016
.social_links li a {
1017
    line-height: 18px;
1018
}
1019
 
1020
.overview-edit form .select2-container--default .select2-selection--single {
1021
    height: 40px;
1022
    margin-bottom: 25px;
1023
}
1024
 
1025
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__rendered {
1026
    color: #444;
1027
    line-height: 34px;
1028
}
1029
 
1030
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__arrow b {
1031
    margin-top: 4px;
1032
}
1033
 
1034
.overview-edit form textarea,
1035
.overview-edit form input,
1036
.overview-edit form select {
1037
    color: #444;
1038
}
1039
 
1040
.datepicky {
1041
    float: none;
1042
}
1043
 
1044
.datefm {
1045
    float: none;
1046
}
1047
 
1048
.modal-dialog {
1049
    /* width: 100%; background-color: #fff; padding: 15px 10px; */
1050
}
1051
 
1052
/* .modal-header {background-color: #fff; padding: 0px; border-bottom: 0px; } */
1053
.modal-title h3 {
1054
    color: #000000;
1055
    font-size: 18px;
1056
    font-weight: 600;
1057
    width: 100%;
1058
    margin-bottom: 25px;
1059
}
1060
 
1061
.modal-content {
1062
    border: 0px;
1063
    padding: 1rem;
1064
}
1065
 
1066
.modal-content textarea,
1067
.modal-content input,
1068
.modal-content select {
1069
    width: 100% !important;
1070
    resize: none;
1071
    border: 1px solid #aaa;
1072
    color: #444 !important;
1073
    font-size: 14px;
1074
}
1075
 
1076
.modal-content input {
1077
    height: 40px;
1078
    padding-left: 15px;
1079
    margin-bottom: 0;
1080
}
1081
 
1082
.modal-content select {
1083
    height: 40px;
1084
    padding-left: 15px;
1085
    margin-bottom: 0;
1086
    background-color: #fff;
1087
}
1088
 
1089
span.group-span-filestyle {
1090
    border: 1px solid #aaa;
1091
    color: #fff;
1092
    background-color: #0961bf;
1093
    margin-top: 10px;
1094
}
1095
 
1096
span.group-span-filestyle:hover {
1097
    color: #fff;
1098
    background-color: #0961bf;
1099
}
1100
 
1101
.modal-content .form-group .toggle-group label {
1102
    color: #fff !important;
1103
    font-weight: 400;
1104
    font-size: 16px;
1105
    padding-bottom: 5px;
1106
}
1107
 
1108
.modal-content .form-group .toggle-group label.toggle-off {
1109
    background-color: #808080;
1110
    border-color: #808080;
1111
}
1112
 
1113
.modal-content .form-group .toggle-group label.toggle-off:hover {
1114
    background-color: #808080;
1115
    border-color: #808080;
1116
}
1117
 
1118
.modal-content .select2-container--default .select2-selection--single {
1119
    height: 40px;
1120
    margin-bottom: 0;
1121
}
1122
 
1123
.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered {
1124
    color: #444;
1125
    line-height: 34px;
1126
}
1127
 
1128
.modal-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
1129
    margin-top: 4px;
1130
}
1131
 
1132
.modal-content .select2-container--bootstrap4 .select2-selection--multiple {
1133
    height: auto;
1134
    margin-bottom: 0;
1135
}
1136
 
1137
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
1138
    color: #444;
1139
    line-height: 28px;
1140
    float: left;
1141
}
1142
 
1143
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__arrow b {
1144
    margin-top: 4px;
1145
}
1146
 
1147
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
1148
    border: 0 !important;
1149
}
1150
 
1151
.modal-content .select2-container--bootstrap4.select2-container--focus .select2-selection {
1152
    border: 1px solid #e5e5e5;
1153
    -webkit-box-shadow: none;
1154
    -moz-box-shadow: none;
1155
    box-shadow: none;
1156
}
1157
 
1158
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
1159
    color: #000;
1160
    padding-left: 8px;
1161
    padding-right: 8px;
1162
    font-weight: inherit;
1163
    border: 1px solid #000;
1164
    margin-right: 5px;
1165
}
1166
 
1167
.modal-content .select2-container .select2-search--inline .select2-search__field {
1168
    margin-left: 0px;
1169
}
1170
 
1171
/** Autocomplete de google */
1172
.pac-container {
1173
    z-index: 1051 !important;
1174
}
1175
 
1176
.custom-file-label:after {
1177
    content: none;
1178
}
1179
 
1180
.add-pic-box a {
1181
    background: #fff;
1182
    border: 2px solid #0961bf;
1183
    border-radius: 3px;
1184
    color: #0961bf;
1185
    cursor: pointer;
1186
    display: inline-block;
1187
    font-size: 15px;
1188
    font-weight: 600;
1189
    outline: none;
1190
    padding: 12px 20px;
1191
    position: relative;
1192
    transition: all 0.3s;
1193
    vertical-align: middle;
1194
    margin: 0;
1195
    float: right;
1196
    text-transform: uppercase;
1197
}
1198
 
1199
#skills-box ul {
1200
    height: auto;
1201
}
1202
 
1203
/* .btn-info, .btn-add, .btn-edit, .btn-delete {color: #e5e5e5; background-color: #A4A4A4; border: 1px solid #A4A4A4; } .btn-info:hover, .btn-add:hover, .btn-edit:hover, .btn-delete:hover {background-color: #808080; border: 1px solid #808080; }*/
1204
.select2-container .select2-search--inline .select2-search__field {
1205
    margin-left: 0px;
1206
}
1207
 
1208
.custom-control-input:checked ~ .custom-control-label::before {
1209
    color: #fff;
1210
    border-color: #007bff;
1211
    background-color: #007bff;
1212
    box-shadow: none;
1213
    outline: none;
1214
}
1215
 
1216
#user-img-change {
1217
    width: 150px;
1218
    height: 150px;
1219
    margin-right: 10px;
1220
    -webkit-border-radius: 100px;
1221
    -moz-border-radius: 100px;
1222
    -ms-border-radius: 100px;
1223
    -o-border-radius: 100px;
1224
    border-radius: 100px;
3589 stevensc 1225
    background-color: #fff;
3508 stevensc 1226
}
1227
 
1228
.btn-onroom {
1229
    cursor: pointer;
1230
}
1231
 
1232
.form-group .toggle-btn .custom-control-label {
1233
    position: relative;
1234
    padding-left: 50px;
1235
}
1236
 
1237
.file-upload-indicator {
1238
    display: none;
1239
}
1240
 
1241
b,
1242
strong {
1243
    font-weight: bolder !important;
1244
}
1245
 
1246
a.read-more {
1247
    color: #666666;
1248
    font-weight: bold;
1249
}
1250
 
1251
a.read-morea:visited {
1252
    color: #666666;
1253
    font-weight: bold;
1254
}
1255
 
1256
.show-read-more p {
1257
    text-align: justify;
1258
    font-weight: 600;
3551 stevensc 1259
    color: $subtitle-color;
3987 stevensc 1260
    .more-text {
1261
        display: none;
1262
    }
3508 stevensc 1263
}
1264
 
1265
.btn-trans:hover {
1266
    color: #929292 !important;
1267
}
1268
 
1269
.like-com li a:hover {
1270
    color: #007bff;
1271
}
1272
 
1273
.job-status-bar > a:hover {
1274
    color: #1e5591 !important;
1275
}
1276
 
1277
.job-status-bar > ul > li > a:hover {
1278
    color: #1e5591;
1279
}
1280
 
1281
.modal-content .job_descp img,
1282
.modal-content .job_descp video {
1283
    object-fit: contain;
1284
    height: auto;
1285
    max-height: 600px;
1286
}
1287
 
1288
.comment-section {
1289
    box-shadow: none;
1290
}
1291
 
1292
.process-comm {
1293
    padding-top: 10px;
1294
    padding-bottom: 20px;
1295
}
1296
 
1297
ul.avail-checks-search-type li.active {
1298
    background-color: #666666;
1299
}
1300
 
1301
nav ul li a {
1302
    color: #000000;
1303
}
1304
 
1305
.usy-name h4 {
1306
    color: #000000;
1307
    font-size: 16px;
1308
    text-transform: capitalize;
1309
    font-weight: 600;
1310
    margin-bottom: 5px;
1311
    margin-top: 2px;
1312
}
1313
 
1314
.message-btn a.btn-request-connection {
1315
    background-color: #53d690;
1316
}
1317
 
1318
.message-btn a.btn-cancel-connection {
1319
    background-color: #e44d3a;
1320
}
1321
 
1322
.message-btn a.btn-send-message {
1323
    background-color: #51a5fb;
1324
}
1325
 
1326
.bootbox-confirm .btn-danger {
1327
    color: #000000;
1328
}
1329
 
1330
.title-bar {
1331
    float: left;
1332
    width: 280px;
1333
    margin-top: 12px;
1334
    margin-bottom: 9px;
1335
    vertical-align: middle;
1336
}
1337
 
1338
.title-bar .title {
1339
    color: #ffffff;
1340
    font-size: 20px;
1341
    text-transform: capitalize;
1342
    font-weight: 600;
1343
}
1344
 
1345
/*New Style*/
1346
.online-btn {
1347
    border-radius: 50px;
1348
    width: 20px;
1349
    height: 20px;
1350
}
1351
 
1352
/***********************************new style jm*********************************/
1353
.forum-links ul li.active a {
1354
    color: #1dac98;
1355
}
1356
 
1357
.forum-links ul li.active {
1358
    border-color: #1dac98;
1359
}
1360
 
1361
.ask-question {
1362
    color: #0961bf !important;
1363
}
1364
 
1365
.suggestion-usd > span i:hover {
1366
    background-color: #f4e6a6;
1367
}
1368
 
1369
.bk-links li i {
1370
    background-color: #0961bf;
1371
}
1372
 
1373
.view-more > .btn {
1374
    background-color: #0961bf;
1375
}
1376
 
1377
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
1378
.bid_now {
1379
    background-color: #0961bf;
1380
}
1381
 
1382
.follow {
1383
    background-color: #1eb89e;
1384
}
1385
 
1386
.footy-sec.mn ul li a {
1387
    color: #01245d;
1388
    font-size: 0.9rem;
1389
}
1390
 
1391
.footy-sec.mn ul li a:hover {
1392
    color: #01245d;
1393
    font-weight: bold;
1394
    transition: all 0.5s;
1395
}
1396
 
1397
.footy-sec.mn p {
1398
    color: #01245d;
1399
}
1400
 
1401
.star-descp ul li i {
1402
    color: #cacf8c;
1403
}
1404
 
1405
.hre {
1406
    background-color: #0961bf;
1407
}
1408
 
1409
.hire-us {
1410
    background-color: #0961bf;
1411
}
1412
 
1413
.company-up-info {
1414
    background-color: #ffff;
1415
}
1416
 
1417
body {
1418
    background-color: #f5f5f7;
1419
}
1420
 
1421
.comment_box input {
1422
    background-color: #efefef;
1423
}
1424
 
1425
.post_with_border {
1426
    border-left: 4px solid #1eb89e;
1427
}
1428
 
1429
.user-fw-status {
1430
    background-color: transparent;
1431
    margin-bottom: 1rem;
1432
}
1433
 
1434
.sign_link {
1435
    background-color: #ffff;
1436
}
1437
 
1438
.search-title {
1439
    padding-left: 2%;
1440
    font-size: 1.2rem;
1441
}
1442
 
1443
.portfolio-gallery-sec {
1444
    background-color: #f5f5f7;
1445
}
1446
 
1447
.paddy {
1448
    background-color: transparent;
1449
}
1450
 
1451
.filter-heading {
1452
    background-color: transparent;
1453
}
1454
 
1455
.filter-dd form input,
1456
.filter-dd form select {
1457
    background-color: #fff;
1458
}
1459
 
1460
.user-profile {
1461
    /* background-color: #f4e6a6; */
1462
    border-radius: 5px 0 0 5px;
1463
}
1464
 
1465
.feed-comment-container {
1466
    margin-top: 1rem;
1467
}
1468
 
1469
.comment_box input {
1470
    background-color: #fff;
1471
    margin-top: 1rem;
1472
}
1473
 
1474
.pagination li .page-link {
1475
    color: #0961bf;
1476
}
1477
 
1478
.comment-section {
1479
    background-color: #f5f5f7;
1480
}
1481
 
1482
nav ul li a {
1483
    color: $font-color;
1484
    transition: 0.2s linear;
1485
    font-size: 1rem;
1486
}
1487
 
1488
nav ul li a:hover {
1489
    color: $font-color;
1490
}
1491
 
1492
.like-com li a:hover {
1493
    color: #1eb89e;
1494
}
1495
 
1496
.company_profile_info {
1497
    border-radius: 5px;
1498
}
1499
 
1500
.full-width {
1501
    border-radius: 5px;
1502
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1503
}
1504
 
1505
.tab-feed.st2 ul li :hover {
1506
    border-bottom: 3px solid #f4e6a6;
1507
}
1508
 
1509
.user-info a {
1510
    color: #18516f;
1511
}
1512
 
1513
/* .user-info img {width: 30px; height: 30px; } */
1514
.modal-footer button {
1515
    /* color: #fff; */
1516
    background-color: #0961bf;
1517
    border: none;
1518
}
1519
 
1520
.border-none {
1521
    border: none !important;
1522
}
1523
 
1524
.auth-footy-sec {
1525
    background-color: initial;
1526
}
1527
 
1528
.auth-footy-sec ul li a {
1529
    font-size: 1rem;
1530
}
1531
 
1532
.btn.focus,
1533
.btn:focus {
1534
    outline: 0;
1535
    box-shadow: none;
1536
}
1537
 
1538
.auth-footy-sec p {
1539
    font-size: 1rem;
1540
}
1541
 
1542
.modal-content input {
1543
    border-radius: 5px;
1544
}
1545
 
1546
.modal-content select {
1547
    border-radius: 5px;
1548
}
1549
 
1550
/* .modal-header {background-color: #f2f2f2; padding: 0px; border-bottom: 0px; } */
1551
 
1552
.usr-pic > img {
1553
    width: 80%;
1554
}
1555
 
1556
.user-specs {
1557
    padding: 39px 0 10px 0;
1558
}
1559
 
1560
.username-dt {
1561
    padding-top: 10px;
1562
    border-radius: 5px 5px 0 0;
1563
}
1564
 
1565
.sign_link {
1566
    /* border-top: 1px solid #6c757d; */
1567
}
1568
 
1569
.job-status-bar {
1570
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1571
    display: flex;
1572
    justify-content: space-between;
1573
    align-items: center;
1574
    /* border-radius: 10px; */
1575
}
1576
 
1577
.comment_box form button {
1578
    width: 20%;
1579
    margin-top: 1rem;
1580
}
1581
 
1582
.comment_box input {
1583
    width: 371px;
1584
    border-radius: 5px;
1585
    color: black;
1586
    font-weight: 400;
1587
}
1588
 
1589
.like-com li a {
1590
    color: #0961bf;
1591
}
1592
 
1593
.like-com li a:hover {
1594
    color: #1e5591 !important;
1595
}
1596
 
1597
.message-bar-head {
1598
    display: flex;
1599
    height: 13vh;
1600
    justify-content: space-between;
1601
    padding: 20px;
1602
    width: 100%;
1603
}
1604
 
1605
.form-control:disabled,
1606
.form-control[readonly] {
1607
    background-color: #ffff;
1608
}
1609
 
1610
.user-info {
1611
    /* padding: 10px 38px 2px 40px; */
1612
    height: 45px;
1613
    width: 45px;
1614
    margin-left: 1rem;
1615
}
1616
 
1617
/* .user-info > i {right: 25px; } */
1618
.file-caption.icon-visible .file-caption-name {
1619
    padding-bottom: 15px;
1620
}
1621
 
1622
/**notificaciones**/
1623
.notification {
1624
    color: white;
1625
    text-decoration: none;
1626
    padding: 0px 10px;
1627
    position: relative;
1628
    display: inline-block;
1629
    border-radius: 2px;
1630
    /* top: 10px; */
1631
    font-size: 16px;
1632
}
1633
 
1634
.mail_menu > .notification {
1635
    margin-bottom: 0.25rem;
1636
}
1637
 
1638
.text-submenu {
1639
    color: #0961bf;
1640
}
1641
 
1642
.text-submenu:hover {
1643
    font-weight: bold;
1644
    color: #0961bf;
1645
    transition: all 0.5s;
1646
}
1647
 
1648
header a:hover {
1649
    font-weight: bold;
1650
    color: #0961bf;
1651
    transition: all 0.5s;
1652
}
1653
 
1654
header .btn:hover {
1655
    color: #0961bf;
1656
    font-weight: bold;
1657
    transition: all 0.5s;
1658
}
1659
 
1660
.my-company-dropdown.show {
1661
    display: block;
1662
}
1663
 
1664
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1665
 
1666
.message-btn {
1667
    /*display: inline-flex;*/
1668
    display: inherit;
1669
    flex-direction: column;
1670
}
1671
 
1672
.rc-anchor-checkbox-label {
1673
    font-size: 10px !important;
1674
}
1675
 
1676
.rc-anchor-normal .rc-anchor-content {
1677
    width: 165px !important;
1678
}
1679
 
1680
.rc-anchor-normal .rc-anchor-pt {
1681
    text-align: center;
1682
}
1683
 
1684
.rc-anchor-normal {
1685
    zoom: 87%;
1686
}
1687
 
1688
.comment {
1689
    padding-right: 10px;
1690
}
1691
 
1692
.slick-slider {
1693
    display: grid !important;
1694
    grid-template-rows: 2rem auto;
1695
}
1696
 
1697
@media (min-width: 768px) {
1698
    .slick-slider {
1699
        display: flex !important;
1700
        align-items: center;
1701
    }
1702
}
1703
 
1704
.microlearning-up-info {
1705
    width: 100%;
3572 stevensc 1706
    background-color: $bg-color;
3508 stevensc 1707
    display: flex;
1708
    flex-direction: column;
1709
    gap: 5px;
1710
    text-align: start;
1711
}
1712
 
1713
.microlearning-up-info img {
1714
    float: none;
1715
    object-fit: cover;
1716
}
1717
 
1718
.microlearning-up-info h3 {
3572 stevensc 1719
    color: $title-color;
3508 stevensc 1720
    font-size: 18px;
1721
    font-weight: 600;
1722
    margin-bottom: 10px;
1723
}
1724
 
1725
.microlearning-up-info h4 {
3572 stevensc 1726
    color: $subtitle-color;
3508 stevensc 1727
    font-size: 14px;
1728
    font-weight: 500;
1729
    margin-bottom: 21px;
1730
}
1731
 
1732
.microlearning-up-info ul {
1733
    width: 100%;
1734
}
1735
 
1736
.microlearning-up-info ul li {
1737
    display: flex;
1738
}
1739
 
1740
.microlearning-up-info ul li a {
1741
    display: inline-block;
1742
    padding: 0 12px;
3572 stevensc 1743
    color: $font-color;
3508 stevensc 1744
    height: 35px;
1745
    line-height: 35px;
1746
}
1747
 
1748
.microlearning-up-info ul li a i {
1749
    font-size: 24px;
1750
    position: relative;
1751
    top: 3px;
1752
}
1753
 
1754
/**** INICIO breadcrumb ***/
1755
ul.breadcrumb {
1756
    padding: 10px 16px;
1757
    list-style: none;
1758
    background-color: #f5f5f7;
1759
}
1760
 
1761
ul.breadcrumb li {
1762
    display: inline;
1763
    font-size: 14px;
1764
}
1765
 
1766
ul.breadcrumb li + li:before {
1767
    padding: 8px;
1768
    color: black;
1769
    content: ">\00a0";
1770
}
1771
 
1772
ul.breadcrumb li a {
1773
    color: #0275d8;
1774
    text-decoration: none;
1775
}
1776
 
1777
ul.breadcrumb li a:hover {
1778
    color: #01447e;
1779
    text-decoration: underline;
1780
}
1781
 
1782
/**** FIN breadcrumb ***/
1783
 
1784
.user-fw-status li {
1785
    padding: 2px 0;
1786
}
1787
 
1788
form > input {
1789
    border-radius: 5px;
1790
}
1791
 
1792
.feed-avatar {
1793
    width: 50px;
1794
    height: auto;
1795
}
1796
 
1797
.cursor-pointer {
1798
    cursor: pointer;
1799
}
1800
 
4590 stevensc 1801
.cursor-auto {
1802
    cursor: initial !important;
1803
}
1804
 
3508 stevensc 1805
.chat-conversation {
1806
    background-image: none;
1807
}
1808
 
1809
.view-more-pro {
1810
    display: inline-block;
1811
    color: #000000;
1812
    font-size: 16px;
1813
    font-weight: 500;
1814
    padding: 18px 0;
1815
}
1816
 
1817
#cke-description .cke_path_item,
1818
#cke_2_path {
1819
    display: none !important;
1820
}