Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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