Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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