Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16848 | Rev 16866 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16848 Rev 16849
Línea 178... Línea 178...
178
section {
178
section {
179
    width: 100%;
179
    width: 100%;
180
    position: relative;
180
    position: relative;
181
}
181
}
Línea 182... Línea -...
182
 
-
 
183
img {
-
 
184
    float: left;
-
 
185
}
-
 
186
 
182
 
187
p {
183
p {
188
    font-size: 14px;
184
    font-size: 14px;
189
    line-height: 24px;
185
    line-height: 24px;
190
    color: #666666;
186
    color: #666666;
Línea 201... Línea 197...
201
 
197
 
202
img {
198
img {
203
    max-width: 100%;
199
    max-width: 100%;
Línea 204... Línea -...
204
}
-
 
205
 
-
 
206
.ask-question,
-
 
207
nav,
-
 
208
.notification-box.active,
-
 
209
nav ul li a,
-
 
210
.user-account-settingss.active,
-
 
211
.user-info a,
-
 
212
.suggestion-usd>span i,
-
 
213
.view-more>a,
-
 
214
.tags-sec ul li a,
-
 
215
.post-st ul li a,
-
 
216
.ed-opts>a,
-
 
217
.bk-links li a,
-
 
218
.like-com li a,
-
 
219
.user-profy>a,
-
 
220
.slick-previous:before,
-
 
221
.slick-nexti:before,
-
 
222
.comment>a,
-
 
223
.sign_link>a,
-
 
224
.post-popup,
-
 
225
.post-project>a,
-
 
226
.post-project-fields form ul li button,
-
 
227
.post-project-fields form ul li a,
-
 
228
.sign-control li a,
-
 
229
.cover-sec>a,
-
 
230
.star-descp>a,
-
 
231
.message-btn a,
-
 
232
.pf-gallery ul li,
-
 
233
.gallery_pt:before,
-
 
234
.gallery_pt>a,
-
 
235
.overview-box,
-
 
236
.skl-name,
-
 
237
.conv-list,
-
 
238
.save-stngs ul li button,
-
 
239
.forum-links.active,
-
 
240
.react-links li a,
-
 
241
.next-prev>a,
-
 
242
nav ul li:hover>ul,
-
 
243
.user-pro-img>a i {
-
 
244
    -webkit-transition: all 0.2s;
-
 
245
    -moz-transition: all 0.2s;
-
 
246
    -ms-transition: all 0.2s;
-
 
247
    -o-transition: all 0.2s;
-
 
248
    transition: all 0.2s;
-
 
249
}
200
}
250
 
-
 
251
/* ============== DEFAULT BORDER RADIUS =========== */
-
 
252
 
-
 
253
.ask-question,
-
 
254
.login_register ul li a,
-
 
255
.search-bar form input,
201
 
256
.search-bar form button,
202
/* ============== DEFAULT BORDER RADIUS =========== */
257
.search_form form input,
203
.search_form form input,
258
.post-st ul li a,
204
.post-st ul li a,
259
.post-bar,
205
.post-bar,
Línea 302... Línea 248...
302
.mf-field button,
248
.mf-field button,
303
.pagination li .page-link,
249
.pagination li .page-link,
304
.post_comment_sec form textarea,
250
.post_comment_sec form textarea,
305
.post_comment_sec form button,
251
.post_comment_sec form button,
306
.next-prev>a {
252
.next-prev>a {
307
    -webkit-border-radius: 4px;
-
 
308
    -moz-border-radius: 4px;
-
 
309
    -ms-border-radius: 4px;
-
 
310
    -o-border-radius: 4px;
-
 
311
    border-radius: 3px;
253
    border-radius: 3px;
312
}
254
}
Línea 313... Línea 255...
313
 
255
 
314
.wrapper {
-
 
315
    float: left;
256
.wrapper {
316
    width: 100%;
257
    width: 100%;
317
    min-height: 100vh;
258
    min-height: 100vh;
318
    position: relative;
259
    position: relative;
319
    background-color: #fff;
260
    background-color: #fff;
Línea 334... Línea 275...
334
    float: left;
275
    float: left;
335
    width: 100%;
276
    width: 100%;
336
    background-color: #e44d3a;
277
    background-color: #e44d3a;
337
}
278
}
Línea 338... Línea -...
338
 
-
 
339
.header-data {
-
 
340
    float: left;
-
 
341
    width: 100%;
-
 
342
}
-
 
343
 
279
 
344
.logo {
280
.logo {
345
    float: left;
281
    float: left;
346
    width: 40px;
282
    width: 40px;
347
    margin-right: 14px;
283
    margin-right: 14px;
348
    margin-top: 10px;
284
    margin-top: 10px;
Línea 349... Línea -...
349
}
-
 
350
 
-
 
351
.logo.pd-btm {
-
 
352
    padding-bottom: 10px;
-
 
353
}
-
 
354
 
-
 
355
.forum-bar {
-
 
356
    float: left;
-
 
357
    margin-top: 10px;
-
 
358
    width: 400px;
-
 
359
}
-
 
360
 
-
 
361
.forum-bar h2 {
-
 
362
    float: left;
-
 
363
    margin-right: 40px;
-
 
364
}
-
 
365
 
-
 
366
.forum-bar ul {
-
 
367
    float: left;
-
 
368
    margin-top: 0px;
-
 
369
}
-
 
370
 
-
 
371
.ask-question {
-
 
372
    background-color: #fff;
-
 
373
    padding: 10px 25px;
-
 
374
    color: #e44d3a !important;
-
 
375
    font-size: 14px;
-
 
376
    font-weight: 600;
-
 
377
}
-
 
378
 
-
 
379
.ask-question:hover {
-
 
380
    color: #e44d3a;
-
 
381
}
-
 
382
 
-
 
383
.forum-bar ul li {
-
 
384
    display: inline-block;
-
 
385
    margin-right: 40px;
-
 
386
}
-
 
387
 
-
 
388
.forum-bar ul li:last-child {
-
 
389
    margin-right: 0;
-
 
390
}
-
 
391
 
-
 
392
.forum-bar ul li a {
-
 
393
    display: inline-block;
-
 
394
    color: #ffffff;
-
 
395
    font-size: 14px;
-
 
396
    font-weight: 500;
-
 
397
}
-
 
398
 
-
 
399
.forum-bar h2 {
-
 
400
    color: #ffffff;
-
 
401
    font-size: 28px;
-
 
402
    font-weight: 500;
-
 
403
}
-
 
404
 
-
 
405
/* ========== login_register ========== */
-
 
406
 
-
 
407
.login_register {
-
 
408
    float: right;
-
 
409
    margin-top: 8px;
-
 
410
    padding-left: 30px;
-
 
411
}
-
 
412
 
-
 
413
.login_register ul li {
-
 
414
    display: inline-block;
-
 
415
    margin-right: 8px;
-
 
416
}
-
 
417
 
-
 
418
.login_register ul li:last-child {
-
 
419
    margin-right: 0;
-
 
420
}
-
 
421
 
-
 
422
.login_register ul li a {
-
 
423
    display: inline-block;
-
 
424
    color: #ffffff;
-
 
425
    font-size: 14px;
-
 
426
    border: 1px solid #fff;
-
 
427
    height: 40px;
-
 
428
    line-height: 40px;
-
 
429
    padding: 0 20px;
-
 
430
    font-weight: 600;
-
 
431
}
-
 
432
 
-
 
433
.search-bar.st2 {
-
 
434
    float: right;
-
 
435
}
-
 
436
 
-
 
437
.search-bar {
-
 
438
    float: left;
-
 
439
    width: 280px;
-
 
440
    margin-top: 9px;
-
 
441
}
-
 
442
 
-
 
443
.search-bar form {
-
 
444
    float: left;
-
 
445
    width: 100%;
-
 
446
    position: relative;
-
 
447
}
-
 
448
 
-
 
449
.search-bar form input {
-
 
450
    width: 100%;
-
 
451
    background-color: #fff;
-
 
452
    height: 38px;
-
 
453
    color: #b2b2b2;
-
 
454
    font-size: 12px;
-
 
455
    border: 0;
-
 
456
    padding: 0 10px;
-
 
457
}
-
 
458
 
-
 
459
.search-bar form button {
-
 
460
    position: absolute;
-
 
461
    top: 0;
-
 
462
    right: 0;
-
 
463
    background-color: #efefef;
-
 
464
    width: 38px;
-
 
465
    height: 100%;
-
 
466
    border: 0;
-
 
467
}
-
 
468
 
-
 
469
.search-bar form button i {
-
 
470
    color: #e44d3a;
-
 
471
    font-size: 20px;
-
 
472
    font-weight: bold;
-
 
473
}
-
 
474
 
-
 
475
.notification-box.msg p {
-
 
476
    line-height: 20px;
-
 
477
    font-size: 14px;
-
 
478
    font-weight: 400;
-
 
479
    margin-top: 2px;
-
 
480
}
-
 
481
 
-
 
482
.notification-box.msg .nott-list .notification-info span {
-
 
483
    bottom: auto;
-
 
484
    top: 5px;
-
 
485
}
-
 
486
 
-
 
487
.notification-box.msg .notification-info h3 {
-
 
488
    margin-bottom: 1px;
-
 
489
}
-
 
490
 
-
 
491
.notification-box.msg .nott-list .notfication-details {
-
 
492
    padding: 17px 20px 17px 20px;
-
 
493
}
-
 
494
 
-
 
495
.notification-box {
-
 
496
    position: absolute;
-
 
497
    top: 100%;
-
 
498
    right: 0;
-
 
499
    width: 300px;
-
 
500
    background-color: #fff;
-
 
501
    opacity: 1;
-
 
502
    visibility: visible;
-
 
503
    z-index: 999;
-
 
504
    display: none;
-
 
505
}
-
 
506
 
-
 
507
.notification-box.active {
-
 
508
    opacity: 1;
-
 
509
    visibility: visible;
-
 
510
    z-index: 999999999;
-
 
511
}
-
 
512
 
-
 
513
.nt-title {
-
 
514
    float: left;
-
 
515
    width: 100%;
-
 
516
    border-bottom: 1px solid #e5e5e5;
-
 
517
    padding: 10px 20px;
-
 
518
}
-
 
519
 
-
 
520
.nt-title h4 {
-
 
521
    float: left;
-
 
522
    color: #686868;
-
 
523
    font-size: 12px;
-
 
524
    font-weight: 600;
-
 
525
}
-
 
526
 
-
 
527
.nt-title>a {
-
 
528
    float: right;
-
 
529
    color: #686868;
-
 
530
    font-size: 12px;
-
 
531
    font-weight: 600;
-
 
532
}
-
 
533
 
-
 
534
.nott-list {
-
 
535
    float: left;
-
 
536
    width: 100%;
-
 
537
}
-
 
538
 
-
 
539
.nott-list .notification-info {
-
 
540
    width: 86%;
-
 
541
    float: left;
-
 
542
    text-align: left;
-
 
543
    position: relative;
-
 
544
}
-
 
545
 
-
 
546
.nott-list .notfication-details {
-
 
547
    padding: 20px 20px 12px 20px;
-
 
548
}
-
 
549
 
-
 
550
.nott-list .notification-info h3 {
-
 
551
    line-height: 20px;
-
 
552
}
-
 
553
 
-
 
554
.nott-list .notification-info span {
-
 
555
    position: absolute;
-
 
556
    bottom: 5px;
-
 
557
    right: 0;
-
 
558
}
285
}
559
 
286
 
560
.view-all-nots {
287
.view-all-nots {
561
    float: left;
288
    float: left;
Línea 601... Línea 328...
601
    position: relative;
328
    position: relative;
602
    padding: 0 1rem;
329
    padding: 0 1rem;
603
}
330
}
Línea 604... Línea 331...
604
 
331
 
605
.user-info {
-
 
606
    /* float: left; width: 100%; padding: 13px 10px; */
332
.user-info {
607
    position: relative;
333
    position: relative;
Línea 608... Línea -...
608
}
-
 
609
 
-
 
610
.user-account-settingss {
-
 
611
    position: absolute;
-
 
612
    opacity: 1;
-
 
613
    visibility: visible;
-
 
614
    z-index: 999;
-
 
615
    display: none;
-
 
616
    top: 100%;
-
 
617
    right: 0;
-
 
618
    width: 240px;
-
 
619
    background-color: #fff;
-
 
620
    border-left: 1px solid #e5e5e5;
-
 
621
    border-bottom: 1px solid #e5e5e5;
-
 
622
    border-right: 1px solid #e5e5e5;
-
 
623
    -webkit-border-radius: 0 0 5px 5px;
-
 
624
    -moz-border-radius: 0 0 5px 5px;
-
 
625
    -ms-border-radius: 0 0 5px 5px;
-
 
626
    -o-border-radius: 0 0 5px 5px;
-
 
627
    border-radius: 0 0 5px 5px;
-
 
628
    -webkit-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
-
 
629
    -moz-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
-
 
630
    -ms-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
-
 
631
    -o-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
-
 
632
    box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
-
 
633
    /*opacity: 0; visibility: hidden;*/
-
 
634
}
-
 
635
 
-
 
636
.user-account-settingss.active {
-
 
637
    opacity: 1;
-
 
638
    visibility: visible;
-
 
639
    z-index: 9999;
-
 
640
}
-
 
641
 
-
 
642
.user-account-settingss>h3 {
-
 
643
    color: #000000;
-
 
644
    font-size: 16px;
-
 
645
    font-weight: 600;
-
 
646
    float: left;
-
 
647
    width: 100%;
-
 
648
    border-bottom: 1px solid #e5e5e5;
-
 
649
    padding: 15px 20px;
-
 
650
}
334
}
651
 
335
 
652
.on-off-status {
336
.on-off-status {
653
    float: left;
337
    float: left;
654
    width: 100%;
338
    width: 100%;
Línea 4897... Línea 4581...
4897
    font-size: 14px;
4581
    font-size: 14px;
4898
    line-height: 24px;
4582
    line-height: 24px;
4899
    width: 75%;
4583
    width: 75%;
4900
}
4584
}
Línea 4901... Línea -...
4901
 
-
 
4902
.toggle-btn {
-
 
4903
    position: absolute;
-
 
4904
    top: 35px;
-
 
4905
    right: 20px;
-
 
4906
}
-
 
4907
 
4585
 
4908
.save-stngs {
4586
.save-stngs {
4909
    float: left;
4587
    float: left;
4910
    width: 100%;
4588
    width: 100%;
4911
    padding: 30px 20px 50px 20px;
4589
    padding: 30px 20px 50px 20px;
Línea 7070... Línea 6748...
7070
.notice span {
6748
.notice span {
7071
    font-weight: 500;
6749
    font-weight: 500;
7072
    padding-right: 5px;
6750
    padding-right: 5px;
7073
}
6751
}
Línea 7074... Línea -...
7074
 
-
 
7075
.innerbody {
-
 
7076
    padding: 15px;
-
 
7077
}
-
 
7078
 
-
 
7079
.innerbody h3 {
-
 
7080
    font-size: 18px;
-
 
7081
    font-weight: 600;
-
 
7082
}
-
 
7083
 
-
 
7084
.innerbody h4 {
-
 
7085
    font-weight: 600;
-
 
7086
    font-size: 14px;
-
 
7087
    margin-left: -15px;
-
 
7088
    float: left;
-
 
7089
}
-
 
7090
 
-
 
7091
.delivery .input-group select {
-
 
7092
    width: 150px;
-
 
7093
    height: 50px !important;
-
 
7094
    font-size: 19px;
-
 
7095
    border: 1px solid #e5e5e5;
-
 
7096
    border-radius: 3px;
-
 
7097
}
-
 
7098
 
6752
 
7099
.input-group-prepend {
6753
.input-group-prepend {
7100
    background-color: #f3f3f3;
6754
    background-color: #f3f3f3;
7101
    color: #bfbfbf;
6755
    color: #bfbfbf;
7102
    text-align: center;
6756
    text-align: center;
Línea 7109... Línea 6763...
7109
    background-color: #f5f5f5 !important;
6763
    background-color: #f5f5f5 !important;
7110
    border: 0px !important;
6764
    border: 0px !important;
7111
    border-radius: 3px !important;
6765
    border-radius: 3px !important;
7112
}
6766
}
Línea 7113... Línea -...
7113
 
-
 
7114
.place-bid-form {
-
 
7115
    position: relative;
-
 
7116
    left: 20px;
-
 
7117
    top: -15px;
-
 
7118
    padding-bottom: 15px;
-
 
7119
}
-
 
7120
 
-
 
7121
.place-bid-form .input-group input {
-
 
7122
    width: 70px;
-
 
7123
    border: 1px solid #e5e5e5;
-
 
7124
}
-
 
7125
 
-
 
7126
.paydel {
-
 
7127
    padding: 40px 0 0;
-
 
7128
}
-
 
7129
 
-
 
7130
.beatcompitation {
-
 
7131
    background-color: #f3f3f3;
-
 
7132
    padding: 15px;
-
 
7133
}
-
 
7134
 
-
 
7135
.beatcompitation h3 {
-
 
7136
    font-weight: 500;
-
 
7137
}
-
 
7138
 
-
 
7139
.sponser i {
-
 
7140
    background-color: #e44d3a;
-
 
7141
    color: #fff;
-
 
7142
    margin-right: 5px;
-
 
7143
    padding: 2px;
-
 
7144
}
-
 
7145
 
-
 
7146
.sponser h2 {
-
 
7147
    font-size: 18px;
-
 
7148
    font-weight: 600;
-
 
7149
    padding-top: 15px;
-
 
7150
    padding-bottom: 15px;
-
 
7151
}
-
 
7152
 
-
 
7153
.sponser {
-
 
7154
    padding: 15px;
-
 
7155
}
-
 
7156
 
-
 
7157
.place-bid-btn {
-
 
7158
    font-size: 15px;
-
 
7159
    font-weight: 500;
-
 
7160
    color: #fff !important;
-
 
7161
    background-color: #e44d3a !important;
-
 
7162
    border: none;
-
 
7163
    padding: 10px;
-
 
7164
    border: 1px solid #e44d3a;
-
 
7165
    border-radius: 3px;
-
 
7166
}
-
 
7167
 
-
 
7168
.usy-dt .reply {
-
 
7169
    margin: 3px 0 0 10px;
-
 
7170
    width: 360px;
-
 
7171
    height: 40px;
-
 
7172
    background-color: #efefef;
-
 
7173
    border: 1px solid #e5e5e5;
-
 
7174
    padding-left: 10px;
-
 
7175
    border-radius: 3px;
-
 
7176
}
-
 
7177
 
-
 
7178
.replybtn {
-
 
7179
    background-color: #e44d3a;
-
 
7180
    color: #fff;
-
 
7181
    padding: 10px;
-
 
7182
    margin-left: 15px;
-
 
7183
    border-radius: 3px;
-
 
7184
}
-
 
7185
 
-
 
7186
.replybtn:hover {
-
 
7187
    color: #fff;
-
 
7188
}
-
 
7189
 
6767
 
7190
.rewivew ul li {
6768
.rewivew ul li {
7191
    margin-right: 5px !important;
6769
    margin-right: 5px !important;
Línea 7192... Línea 6770...
7192
}
6770
}
Línea 7216... Línea 6794...
7216
 
6794
 
7217
.noborder {
6795
.noborder {
7218
    border-bottom: none;
6796
    border-bottom: none;
Línea 7219... Línea -...
7219
}
-
 
7220
 
-
 
7221
.manbids {
-
 
7222
    margin-bottom: 0 !important;
-
 
7223
}
-
 
7224
 
-
 
7225
.noreply {
-
 
7226
    padding-top: 30px;
-
 
7227
}
-
 
7228
 
-
 
7229
#my-bids .nav-tabs {
-
 
7230
    margin-bottom: 20px;
-
 
7231
    margin-top: 7px;
-
 
7232
    padding-bottom: 0;
-
 
7233
}
-
 
7234
 
-
 
7235
#my-bids ul {
-
 
7236
    margin-bottom: 15px;
-
 
7237
    margin-top: 7px;
-
 
7238
    padding-bottom: 0;
-
 
7239
}
-
 
7240
 
-
 
7241
.savedjob-info p {
-
 
7242
    color: #666666;
-
 
7243
    margin-top: 5px;
-
 
7244
}
-
 
7245
 
-
 
7246
#my-bids ul li a {
-
 
7247
    color: #000000;
-
 
7248
    font-size: 16px;
-
 
7249
    font-weight: 500;
-
 
7250
}
-
 
7251
 
-
 
7252
#my-bids li a:hover {
-
 
7253
    color: #e44d3a;
-
 
7254
}
-
 
7255
 
-
 
7256
#saved-jobs ul {
-
 
7257
    margin-bottom: 20px;
-
 
7258
}
-
 
7259
 
-
 
7260
#saved-jobs ul li a {
-
 
7261
    color: #000000;
-
 
7262
    font-size: 16px;
-
 
7263
    font-weight: 500;
-
 
7264
}
-
 
7265
 
-
 
7266
#saved-jobs li a:hover {
-
 
7267
    color: #e44d3a;
-
 
7268
}
-
 
7269
 
-
 
7270
.wordpressdevlp h2 {
-
 
7271
    font-size: 18px;
-
 
7272
    font-weight: 600;
-
 
7273
    margin-bottom: 15px;
-
 
7274
}
-
 
7275
 
-
 
7276
#saved-jobs .nav-tabs .nav-item.show .nav-link,
-
 
7277
#saved-jobs .nav-tabs .nav-link.active {
-
 
7278
    background-color: inherit;
-
 
7279
    color: #e44d3a !important;
-
 
7280
    padding-bottom: 9px;
-
 
7281
    border-bottom: 2px solid #e44d3a !important;
-
 
7282
}
-
 
7283
 
-
 
7284
#my-bids .nav-tabs .nav-item.show .nav-link,
-
 
7285
#my-bids .nav-tabs .nav-link.active {
-
 
7286
    background-color: inherit;
-
 
7287
    color: #e44d3a !important;
-
 
7288
    padding-bottom: 9px;
-
 
7289
    border-bottom: 2px solid #e44d3a !important;
-
 
7290
}
-
 
7291
 
-
 
7292
.descptab li img {
-
 
7293
    float: left !important;
-
 
7294
    filter: inherit !important;
-
 
7295
}
-
 
7296
 
-
 
7297
.bklink {
-
 
7298
    border-bottom: none !important;
-
 
7299
    width: unset !important;
-
 
7300
    float: right !important;
-
 
7301
}
-
 
7302
 
-
 
7303
.bklik {
-
 
7304
    border-bottom: none !important;
-
 
7305
}
6797
}
Línea 7306... Línea -...
7306
 
-
 
7307
/*////////////////////////////////////////My css//////////////////////////////// //////////////////////////////////////////////////////////////////////////////*/
-
 
7308
 
-
 
7309
.savedjob-info li {
-
 
7310
    display: inline-block;
-
 
7311
    padding-left: 25px;
-
 
7312
}
-
 
7313
 
-
 
7314
.savedjob-info h3 {
-
 
7315
    font-size: 14px;
-
 
7316
    font-weight: 500;
-
 
7317
}
-
 
7318
 
-
 
7319
.settingjb ul li {
-
 
7320
    margin-right: 25px !important;
6798
 
7321
}
6799
/*////////////////////////////////////////My css//////////////////////////////// //////////////////////////////////////////////////////////////////////////////*/
7322
 
6800
 
7323
.mangebid li {
6801
.mangebid li {
7324
    padding-left: 0;
6802
    padding-left: 0;
Línea 7437... Línea 6915...
7437
.video-iframe {
6915
.video-iframe {
7438
    width: 100%;
6916
    width: 100%;
7439
    height: 400px;
6917
    height: 400px;
7440
}
6918
}
Línea 7441... Línea -...
7441
 
-
 
7442
.custom-file-input {
-
 
7443
    color: transparent;
-
 
7444
    opacity: 1;
-
 
7445
    /* margin-left: 140px; */
-
 
7446
    margin-bottom: 10px;
-
 
7447
}
-
 
7448
 
-
 
7449
.custom-file-input::-webkit-file-upload-button {
-
 
7450
    visibility: hidden;
-
 
7451
}
-
 
7452
 
-
 
7453
.custom-file-input::before {
-
 
7454
    content: "Select Files";
-
 
7455
    color: #fff;
-
 
7456
    display: inline-block;
-
 
7457
    border: 1px solid #e5e5e5;
-
 
7458
    border-radius: 3px;
-
 
7459
    background: #e44d3a;
-
 
7460
    font-weight: 500;
-
 
7461
    padding: 10px 15px;
-
 
7462
    outline: none;
-
 
7463
    white-space: nowrap;
-
 
7464
    cursor: pointer;
-
 
7465
}
-
 
7466
 
-
 
7467
.custom-file-input:hover::before {
-
 
7468
    background-color: #e44d3a;
-
 
7469
    color: #fff;
-
 
7470
}
-
 
7471
 
-
 
7472
.custom-file-input:active {
-
 
7473
    outline: 0;
-
 
7474
}
-
 
7475
 
-
 
7476
.custom-file-input:active::before {
-
 
7477
    background: #e44d3a;
-
 
7478
    color: #fff;
-
 
7479
}
-
 
7480
 
6919
 
7481
.bids-time {
6920
.bids-time {
7482
    float: right;
6921
    float: right;
Línea 7483... Línea 6922...
7483
}
6922
}
Línea 7531... Línea 6970...
7531
    float: left;
6970
    float: left;
7532
    width: 100%;
6971
    width: 100%;
7533
    position: relative;
6972
    position: relative;
7534
}
6973
}
Línea 7535... Línea -...
7535
 
-
 
7536
.toggle-btn .custom-switch .custom-control-label::before {
-
 
7537
    left: -2.25rem;
-
 
7538
    width: 70px;
-
 
7539
    pointer-events: all;
-
 
7540
    border-radius: 100px;
-
 
7541
    height: 30px;
-
 
7542
    top: -1px;
-
 
7543
    box-shadow: none;
-
 
7544
}
-
 
7545
 
-
 
7546
.toggle-btn .custom-control-label::before {
-
 
7547
    position: absolute;
-
 
7548
    top: 0.25rem;
-
 
7549
    left: -1.5rem;
-
 
7550
    display: block;
-
 
7551
    width: 1rem;
-
 
7552
    height: 1rem;
-
 
7553
    pointer-events: none;
-
 
7554
    content: "";
-
 
7555
    background-color: #fff;
-
 
7556
    border: #e1e1e1 solid 2px;
-
 
7557
}
-
 
7558
 
-
 
7559
.custom-control-input:checked~.custom-control-label::before {
-
 
7560
    color: #fff;
-
 
7561
    border-color: #e44d3a;
-
 
7562
    background-color: #e44d3a;
-
 
7563
    box-shadow: none;
-
 
7564
    outline: none;
-
 
7565
}
-
 
7566
 
-
 
7567
.toggle-btn .custom-switch .custom-control-label::after {
-
 
7568
    top: calc(-1px + 2px);
-
 
7569
    left: calc(-36px + 2px);
-
 
7570
    width: calc(30px - 4px);
-
 
7571
    height: calc(30px - 4px);
-
 
7572
    background-color: #e1e1e1;
-
 
7573
    border-radius: 100%;
-
 
7574
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
-
 
7575
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-
 
7576
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
-
 
7577
}
-
 
7578
 
-
 
7579
.toggle-btn .custom-control-label::after {
-
 
7580
    position: absolute;
-
 
7581
    top: 0.25rem;
-
 
7582
    left: -1.5rem;
-
 
7583
    display: block;
-
 
7584
    width: 0;
-
 
7585
    height: 0;
-
 
7586
    content: "";
-
 
7587
    background: no-repeat 50%/50% 50%;
-
 
7588
}
-
 
7589
 
-
 
7590
.toggle-btn .custom-control-label {
-
 
7591
    position: initial;
-
 
7592
    margin-bottom: 0;
-
 
7593
    vertical-align: top;
-
 
7594
}
-
 
7595
 
-
 
7596
.toggle-btn .custom-switch .custom-control-input:checked~.custom-control-label::after {
-
 
7597
    background-color: #fff;
-
 
7598
    -webkit-transform: translateX(2.5rem);
-
 
7599
    transform: translateX(2.5rem);
-
 
7600
}
-
 
7601
 
-
 
7602
.custom-control-label {
-
 
7603
    position: relative;
-
 
7604
    margin-bottom: 0;
-
 
7605
    vertical-align: top;
-
 
7606
    line-height: 24px;
-
 
7607
    font-size: 14px;
-
 
7608
    color: #666666;
-
 
7609
}
-
 
7610
 
6974
 
7611
.small-text-children p,
6975
.small-text-children p,
7612
.small-text-children span {
6976
.small-text-children span {
7613
    font-size: .8rem;
6977
    font-size: .8rem;
Línea 7618... Línea 6982...
7618
    background: #F0F0F0;
6982
    background: #F0F0F0;
7619
    border-radius: 6px;
6983
    border-radius: 6px;
7620
    font-weight: bold;
6984
    font-weight: bold;
7621
}
6985
}
Línea 7622... Línea -...
7622
 
-
 
7623
main {
-
 
7624
    background-color: #fff !important;
-
 
7625
}
-
 
7626
 
6986
 
7627
.row .sc-dkzDqf {
6987
.row .sc-dkzDqf {
7628
    margin: 0 auto;
6988
    margin: 0 auto;
Línea 7629... Línea -...
7629
}
-
 
7630
 
-
 
7631
.test-section .title,
-
 
7632
.test-section .description {
-
 
7633
    margin-bottom: 10px;
-
 
7634
}
-
 
7635
 
-
 
7636
.test-section .btn-danger {
-
 
7637
    margin-right: 10px;
-
 
7638
}
-
 
7639
 
-
 
7640
.test-section .panel-body {
-
 
7641
    padding: 20px 0px;
-
 
7642
}
-
 
7643
 
-
 
7644
.test-section .panel {
-
 
7645
    margin-top: 20px;
-
 
7646
    padding-bottom: 10px;
-
 
7647
}
-
 
7648
 
-
 
7649
.test-section .panel-title {
-
 
7650
    font-size: 16px;
-
 
7651
    font-weight: bold;
-
 
7652
    text-transform: uppercase;
-
 
7653
}
-
 
7654
 
-
 
7655
.test-section .np-padding {
-
 
7656
    padding: 0px;
-
 
7657
}
-
 
7658
 
-
 
7659
.test-section .checkbox {
-
 
7660
    display: flex;
-
 
7661
    margin: 20px 0px;
-
 
7662
}
-
 
7663
 
-
 
7664
.test-section .option {
-
 
7665
    margin-left: 10px;
-
 
7666
}
6989
}
7667
 
6990
 
7668
.checkbox input[type=checkbox],
6991
.checkbox input[type=checkbox],
7669
input[type=radio] {
6992
input[type=radio] {
Línea 7670... Línea -...
7670
    margin-top: 5px !important;
-
 
7671
}
-
 
7672
 
-
 
7673
.test-section h6 {
-
 
7674
    margin-bottom: 10px;
-
 
7675
    color: #0860bf;
6993
    margin-top: 5px !important;
7676
}
6994
}
7677
 
6995
 
7678
.wizard {
6996
.wizard {
Línea 7688... Línea 7006...
7688
.btn-secondary:disabled,
7006
.btn-secondary:disabled,
7689
.btn-primary:disabled {
7007
.btn-primary:disabled {
7690
    cursor: no-drop;
7008
    cursor: no-drop;
7691
}
7009
}
Línea 7692... Línea -...
7692
 
-
 
7693
.test-section .btn-primary {
-
 
7694
    margin-left: 10px
-
 
7695
}
-
 
7696
 
7010
 
7697
.previous {
7011
.previous {
7698
    text-align: left;
7012
    text-align: left;
Línea 7699... Línea 7013...
7699
}
7013
}
Línea 7713... Línea 7027...
7713
 
7027
 
7714
.ratin-range li .option {
7028
.ratin-range li .option {
7715
    margin-top: 2px !important;
7029
    margin-top: 2px !important;
Línea 7716... Línea -...
7716
}
-
 
7717
 
-
 
7718
#react-self-evaluation .company-up-info ul {
-
 
7719
    width: 100%;
-
 
7720
    position: absolute;
-
 
7721
    float: left;
-
 
7722
    left: 0px;
-
 
7723
    bottom: 4vw;
-
 
7724
}
-
 
7725
 
-
 
7726
#react-self-evaluation .company-up-info {
-
 
7727
    padding: 30px 10px;
-
 
7728
    min-height: 20vw;
-
 
7729
    border: 1px solid #e5e5e5
-
 
7730
}
-
 
7731
 
-
 
7732
#react-self-evaluation .company-up-info h3 {
-
 
7733
    width: 90%;
-
 
7734
    margin: 5px auto;
-
 
7735
}
7030
}
7736
 
7031
 
7737
.mb10 {
7032
.mb10 {
Línea 7738... Línea 7033...
7738
    margin-bottom: 3vw;
7033
    margin-bottom: 3vw;