Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1080 | Rev 1099 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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