Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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