Revision 96e40ea0

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/vm-wizard.js
271 271

  
272 272
	/* step functions */
273 273
	/* step-1: Pick OS */
274
	$('.wizard .os > li').click(function(e) {
274
	$('.wizard .os > li').keydown(function(e) {
275
	  if(e.keyCode == 13) {
276
	    $(this).trigger("click", true);
277
	    e.preventDefault();
278
	  }
279
	});
280

  
281
	$('.wizard .os > li').click(function(e, wasEnterKey) {
275 282
		e.preventDefault();
283
		if ( $(this).hasClass('current') && wasEnterKey) {
284
			ui.wizard.goNext();
285
		}
276 286
		$('.wizard .os >li').removeClass('current');
277 287
		$(this).addClass('current');
278 288
	});
......
427 437
		var self = this;
428 438
		if (e.keyCode == 9 || e.which == 9) {
429 439
			if (e.shiftKey) {
430
				alert(e);
431 440
			} else {
432 441
				//Focus next input
433 442
				if ($(self).attr('data-next')) {
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
38 38

  
39 39
.overlay-wrapper {
40 40
	position: relative;
41
	left:0;
42
	top:0;
41 43
	.overlay-area {
42 44
		display:none;
43 45
		position:absolute;
......
158 160
		height:$bar-height+$bar-submenu-height;
159 161
		position:fixed;
160 162
		left:0;
163
		right:0;
164
		bottom:auto;
161 165
		top:$header-height;
162 166
		width:100%;
163 167
		z-index:40;
b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
8369 8369
/* line 39, ../sass/_overlays.scss */
8370 8370
.overlay-wrapper {
8371 8371
  position: relative;
8372
  left: 0;
8373
  top: 0;
8372 8374
}
8373
/* line 41, ../sass/_overlays.scss */
8375
/* line 43, ../sass/_overlays.scss */
8374 8376
.overlay-wrapper .overlay-area {
8375 8377
  display: none;
8376 8378
  position: absolute;
......
8382 8384
  background: #485057;
8383 8385
  z-index: 20;
8384 8386
}
8385
/* line 52, ../sass/_overlays.scss */
8387
/* line 54, ../sass/_overlays.scss */
8386 8388
.overlay-wrapper .close {
8387 8389
  position: absolute;
8388 8390
  right: 15px;
......
8390 8392
  font-size: 30px;
8391 8393
  color: #919194;
8392 8394
}
8393
/* line 58, ../sass/_overlays.scss */
8395
/* line 60, ../sass/_overlays.scss */
8394 8396
.overlay-wrapper .close:hover, .overlay-wrapper .close:focus {
8395 8397
  color: white;
8396 8398
}
8397
/* line 63, ../sass/_overlays.scss */
8399
/* line 65, ../sass/_overlays.scss */
8398 8400
.overlay-wrapper .row .close {
8399 8401
  position: static;
8400 8402
  float: right;
8401 8403
}
8402
/* line 68, ../sass/_overlays.scss */
8404
/* line 70, ../sass/_overlays.scss */
8403 8405
.overlay-wrapper .overlay-div {
8404 8406
  display: none;
8405 8407
  z-index: 100;
......
8410 8412
  width: 50%;
8411 8413
  padding: 25px;
8412 8414
}
8413
/* line 78, ../sass/_overlays.scss */
8415
/* line 80, ../sass/_overlays.scss */
8414 8416
.overlay-wrapper .overlay-div .buttons a {
8415 8417
  margin-right: 20px;
8416 8418
}
8417
/* line 82, ../sass/_overlays.scss */
8419
/* line 84, ../sass/_overlays.scss */
8418 8420
.overlay-wrapper .overlay-div.upload-widget {
8419 8421
  background: transparent;
8420 8422
  padding: 45px 0;
......
8422 8424
  left: 10%;
8423 8425
  border: 1px solid white;
8424 8426
}
8425
/* line 89, ../sass/_overlays.scss */
8427
/* line 91, ../sass/_overlays.scss */
8426 8428
.overlay-wrapper .overlay-div.wizard {
8427 8429
  background: #485057;
8428 8430
  padding: 0;
......
8431 8433
  left: 0;
8432 8434
}
8433 8435

  
8434
/* line 100, ../sass/_overlays.scss */
8436
/* line 102, ../sass/_overlays.scss */
8435 8437
.overlay {
8436 8438
  background: #30c79e;
8437 8439
  position: relative;
8438 8440
}
8439
/* line 104, ../sass/_overlays.scss */
8441
/* line 106, ../sass/_overlays.scss */
8440 8442
.overlay .lt-sidebar {
8441 8443
  border-right: 1px solid #fff;
8442 8444
  color: #fff;
8443 8445
}
8444
/* line 108, ../sass/_overlays.scss */
8446
/* line 110, ../sass/_overlays.scss */
8445 8447
.overlay .lt-sidebar ul li {
8446 8448
  list-style: none outside none;
8447 8449
}
8448
/* line 111, ../sass/_overlays.scss */
8450
/* line 113, ../sass/_overlays.scss */
8449 8451
.overlay .lt-sidebar ul li a {
8450 8452
  display: block;
8451 8453
  color: #fff;
8452 8454
}
8453
/* line 114, ../sass/_overlays.scss */
8455
/* line 116, ../sass/_overlays.scss */
8454 8456
.overlay .lt-sidebar ul li a span {
8455 8457
  float: right;
8456 8458
  display: none;
8457 8459
}
8458
/* line 116, ../sass/_overlays.scss */
8460
/* line 118, ../sass/_overlays.scss */
8459 8461
.overlay .lt-sidebar ul li a:hover, .overlay .lt-sidebar ul li a.current {
8460 8462
  text-decoration: none;
8461 8463
}
8462
/* line 118, ../sass/_overlays.scss */
8464
/* line 120, ../sass/_overlays.scss */
8463 8465
.overlay .lt-sidebar ul li a:hover span, .overlay .lt-sidebar ul li a.current span {
8464 8466
  display: inline;
8465 8467
}
8466
/* line 129, ../sass/_overlays.scss */
8468
/* line 131, ../sass/_overlays.scss */
8467 8469
.overlay .lt-sidebar,
8468 8470
.overlay .main {
8469 8471
  padding: 100px 15px;
8470 8472
  position: relative;
8471 8473
}
8472
/* line 134, ../sass/_overlays.scss */
8474
/* line 136, ../sass/_overlays.scss */
8473 8475
.overlay .navigation .rt {
8474 8476
  float: right;
8475 8477
}
8476
/* line 138, ../sass/_overlays.scss */
8478
/* line 140, ../sass/_overlays.scss */
8477 8479
.overlay .close {
8478 8480
  position: absolute;
8479 8481
  right: 15px;
......
8485 8487
  text-indent: -2000px;
8486 8488
  overflow: hidden;
8487 8489
}
8488
/* line 144, ../sass/_overlays.scss */
8490
/* line 146, ../sass/_overlays.scss */
8489 8491
.overlay .close_char {
8490 8492
  background: none;
8491 8493
  text-indent: 0;
......
8494 8496
  color: white;
8495 8497
}
8496 8498

  
8497
/* line 152, ../sass/_overlays.scss */
8499
/* line 154, ../sass/_overlays.scss */
8498 8500
.wizard {
8499 8501
  position: relative;
8500 8502
  top: 0;
8501 8503
  color: white;
8502 8504
}
8503
/* line 156, ../sass/_overlays.scss */
8505
/* line 158, ../sass/_overlays.scss */
8504 8506
.wizard .top {
8505 8507
  background: #636a70;
8506 8508
  height: 90px;
8507 8509
  position: fixed;
8508 8510
  left: 0;
8511
  right: 0;
8512
  bottom: auto;
8509 8513
  top: 80px;
8510 8514
  width: 100%;
8511 8515
  z-index: 40;
8512 8516
}
8513
/* line 166, ../sass/_overlays.scss */
8517
/* line 170, ../sass/_overlays.scss */
8514 8518
.wizard .top .numbers {
8515 8519
  height: 50px;
8516 8520
  line-height: 50px;
8517 8521
  background: #33383d;
8518 8522
}
8519
/* line 167, ../sass/_overlays.scss */
8523
/* line 171, ../sass/_overlays.scss */
8520 8524
.wizard .top .numbers .row {
8521 8525
  max-width: 100%;
8522 8526
  padding: 0 15px;
8523 8527
}
8524
/* line 176, ../sass/_overlays.scss */
8528
/* line 180, ../sass/_overlays.scss */
8525 8529
.wizard .top .sub-menu {
8526 8530
  display: none;
8527 8531
}
8528
/* line 178, ../sass/_overlays.scss */
8532
/* line 182, ../sass/_overlays.scss */
8529 8533
.wizard .top .sub-menu[data-step="1"] {
8530 8534
  display: block;
8531 8535
}
8532
/* line 181, ../sass/_overlays.scss */
8536
/* line 185, ../sass/_overlays.scss */
8533 8537
.wizard .top .sub-menu ul {
8534 8538
  margin: 0;
8535 8539
  padding: 0;
8536 8540
  list-style: none outside none;
8537 8541
  font-size: 0.75em;
8538 8542
}
8539
/* line 186, ../sass/_overlays.scss */
8543
/* line 190, ../sass/_overlays.scss */
8540 8544
.wizard .top .sub-menu ul li {
8541 8545
  display: inline;
8542 8546
  margin-right: 10px;
8543 8547
  line-height: 40px;
8544 8548
  list-style: none outside none;
8545 8549
}
8546
/* line 191, ../sass/_overlays.scss */
8550
/* line 195, ../sass/_overlays.scss */
8547 8551
.wizard .top .sub-menu ul li a {
8548 8552
  color: #1a1a1a;
8549 8553
}
8550
/* line 193, ../sass/_overlays.scss */
8554
/* line 197, ../sass/_overlays.scss */
8551 8555
.wizard .top .sub-menu ul li a:hover, .wizard .top .sub-menu ul li a:focus, .wizard .top .sub-menu ul li a.current {
8552 8556
  color: white;
8553 8557
}
8554
/* line 196, ../sass/_overlays.scss */
8558
/* line 200, ../sass/_overlays.scss */
8555 8559
.wizard .top .sub-menu ul li a.current {
8556 8560
  text-decoration: underline;
8557 8561
}
8558
/* line 203, ../sass/_overlays.scss */
8562
/* line 207, ../sass/_overlays.scss */
8559 8563
.wizard .top .nums {
8560 8564
  text-align: right;
8561 8565
  list-style: none outside none;
......
8566 8570
  padding-right: 120px;
8567 8571
  color: #30c79e;
8568 8572
}
8569
/* line 212, ../sass/_overlays.scss */
8573
/* line 216, ../sass/_overlays.scss */
8570 8574
.wizard .top .nums li {
8571 8575
  list-style: none outside none;
8572 8576
  display: inline;
8573 8577
}
8574
/* line 215, ../sass/_overlays.scss */
8578
/* line 219, ../sass/_overlays.scss */
8575 8579
.wizard .top .nums li p {
8576 8580
  display: none;
8577 8581
  position: relative;
......
8579 8583
  font-size: 12px;
8580 8584
  margin-left: 12px;
8581 8585
}
8582
/* line 221, ../sass/_overlays.scss */
8586
/* line 225, ../sass/_overlays.scss */
8583 8587
.wizard .top .nums li p strong {
8584 8588
  margin-right: 5px;
8585 8589
}
8586
/* line 225, ../sass/_overlays.scss */
8590
/* line 229, ../sass/_overlays.scss */
8587 8591
.wizard .top .nums li em {
8588 8592
  display: inline-block;
8589 8593
  border-radius: 50%;
......
8595 8599
  text-align: center;
8596 8600
  font-style: normal;
8597 8601
}
8598
/* line 236, ../sass/_overlays.scss */
8602
/* line 240, ../sass/_overlays.scss */
8599 8603
.wizard .top .nums li a {
8600 8604
  color: #30c79e;
8601 8605
  display: block;
8602 8606
}
8603
/* line 239, ../sass/_overlays.scss */
8607
/* line 243, ../sass/_overlays.scss */
8604 8608
.wizard .top .nums li a:hover {
8605 8609
  cursor: default;
8606 8610
}
8607
/* line 243, ../sass/_overlays.scss */
8611
/* line 247, ../sass/_overlays.scss */
8608 8612
.wizard .top .nums li.current {
8609 8613
  float: left;
8610 8614
}
8611
/* line 245, ../sass/_overlays.scss */
8615
/* line 249, ../sass/_overlays.scss */
8612 8616
.wizard .top .nums li.current p {
8613 8617
  display: inline-block;
8614 8618
}
8615
/* line 248, ../sass/_overlays.scss */
8619
/* line 252, ../sass/_overlays.scss */
8616 8620
.wizard .top .nums li.current em {
8617 8621
  font-size: 12px;
8618 8622
  width: 30px;
......
8620 8624
  line-height: 27px;
8621 8625
  border-color: #30c79e;
8622 8626
}
8623
/* line 254, ../sass/_overlays.scss */
8627
/* line 258, ../sass/_overlays.scss */
8624 8628
.wizard .top .nums li.current em * {
8625 8629
  color: #30c79e;
8626 8630
}
8627
/* line 262, ../sass/_overlays.scss */
8631
/* line 266, ../sass/_overlays.scss */
8628 8632
.wizard .middle {
8629 8633
  padding-top: 90px;
8630 8634
}
8631
/* line 264, ../sass/_overlays.scss */
8635
/* line 268, ../sass/_overlays.scss */
8632 8636
.wizard .middle .steps {
8633 8637
  position: relative;
8634 8638
  width: 100%;
8635 8639
}
8636
/* line 268, ../sass/_overlays.scss */
8640
/* line 272, ../sass/_overlays.scss */
8637 8641
.wizard .middle .step {
8638 8642
  position: absolute;
8639 8643
  top: 0;
......
8641 8645
  display: none;
8642 8646
  padding: 50px 0 50px;
8643 8647
}
8644
/* line 273, ../sass/_overlays.scss */
8648
/* line 277, ../sass/_overlays.scss */
8645 8649
.wizard .middle .step.current {
8646 8650
  display: block;
8647 8651
}
8648
/* line 277, ../sass/_overlays.scss */
8652
/* line 281, ../sass/_overlays.scss */
8649 8653
.wizard .middle .step.step-2 {
8650 8654
  padding-top: 30px;
8651 8655
}
8652
/* line 279, ../sass/_overlays.scss */
8656
/* line 283, ../sass/_overlays.scss */
8653 8657
.wizard .middle .step.step-2 .dropdown {
8654 8658
  margin-bottom: 40px;
8655 8659
}
8656
/* line 283, ../sass/_overlays.scss */
8660
/* line 287, ../sass/_overlays.scss */
8657 8661
.wizard .middle .step.step-3 {
8658 8662
  padding-top: 45px;
8659 8663
}
8660
/* line 287, ../sass/_overlays.scss */
8664
/* line 291, ../sass/_overlays.scss */
8661 8665
.wizard .middle .step .os li {
8662 8666
  display: none;
8663 8667
  list-style: none outside none;
8664 8668
  font-size: 0.75em;
8665 8669
  padding: 15px 0;
8666 8670
}
8667
/* line 294, ../sass/_overlays.scss */
8671
/* line 298, ../sass/_overlays.scss */
8668 8672
.wizard .middle .step .os li:hover, .wizard .middle .step .os li.hover {
8669 8673
  background: #33383d;
8670 8674
}
8671
/* line 297, ../sass/_overlays.scss */
8675
/* line 301, ../sass/_overlays.scss */
8672 8676
.wizard .middle .step .os li.current {
8673 8677
  background: white;
8674 8678
  color: #485057;
8675 8679
}
8676
/* line 300, ../sass/_overlays.scss */
8680
/* line 304, ../sass/_overlays.scss */
8677 8681
.wizard .middle .step .os li.current .name-col {
8678 8682
  color: #485057;
8679 8683
}
8680
/* line 304, ../sass/_overlays.scss */
8684
/* line 308, ../sass/_overlays.scss */
8681 8685
.wizard .middle .step .os li.current .btn-col a {
8682 8686
  border-color: #485057;
8683 8687
  color: #485057;
8684 8688
}
8685
/* line 307, ../sass/_overlays.scss */
8689
/* line 311, ../sass/_overlays.scss */
8686 8690
.wizard .middle .step .os li.current .btn-col a.current {
8687 8691
  color: white;
8688 8692
  background: #485057;
8689 8693
}
8690
/* line 314, ../sass/_overlays.scss */
8694
/* line 318, ../sass/_overlays.scss */
8691 8695
.wizard .middle .step .os li .img-col {
8692 8696
  float: left;
8693 8697
  width: 50px;
8694 8698
  line-height: 30px;
8695 8699
}
8696
/* line 319, ../sass/_overlays.scss */
8700
/* line 323, ../sass/_overlays.scss */
8697 8701
.wizard .middle .step .os li .name-col {
8698 8702
  float: left;
8699 8703
  color: white;
......
8701 8705
  padding-right: 10px;
8702 8706
  line-height: 30px;
8703 8707
}
8704
/* line 326, ../sass/_overlays.scss */
8708
/* line 330, ../sass/_overlays.scss */
8705 8709
.wizard .middle .step .os li .size-col {
8706 8710
  float: left;
8707 8711
  width: 10%;
8708 8712
  line-height: 30px;
8709 8713
}
8710
/* line 331, ../sass/_overlays.scss */
8714
/* line 335, ../sass/_overlays.scss */
8711 8715
.wizard .middle .step .os li .btn-col {
8712 8716
  float: right;
8713 8717
  width: 10%;
8714 8718
  margin-left: 10px;
8715 8719
}
8716
/* line 335, ../sass/_overlays.scss */
8720
/* line 339, ../sass/_overlays.scss */
8717 8721
.wizard .middle .step .os li .btn-col a {
8718 8722
  font-size: 1em;
8719 8723
}
8720
/* line 339, ../sass/_overlays.scss */
8724
/* line 343, ../sass/_overlays.scss */
8721 8725
.wizard .middle .step .os li .btn-col a.current {
8722 8726
  color: #485057;
8723 8727
}
8724
/* line 344, ../sass/_overlays.scss */
8728
/* line 348, ../sass/_overlays.scss */
8725 8729
.wizard .middle .step .os li .details {
8726 8730
  display: none;
8727 8731
  background: #e6e6e6;
......
8729 8733
  margin: 20px 6px -9px;
8730 8734
  color: #222222;
8731 8735
}
8732
/* line 350, ../sass/_overlays.scss */
8736
/* line 354, ../sass/_overlays.scss */
8733 8737
.wizard .middle .step .os li .details h3 {
8734 8738
  font-size: 1em;
8735 8739
  font-weight: normal;
8736 8740
  margin-bottom: 1em;
8737 8741
  padding-left: 50px;
8738 8742
}
8739
/* line 356, ../sass/_overlays.scss */
8743
/* line 360, ../sass/_overlays.scss */
8740 8744
.wizard .middle .step .os li .details dl {
8741 8745
  margin: 0;
8742 8746
  padding-left: 50px;
8743 8747
}
8744
/* line 360, ../sass/_overlays.scss */
8748
/* line 364, ../sass/_overlays.scss */
8745 8749
.wizard .middle .step .os li .details dl dt {
8746 8750
  width: 20%;
8747 8751
  float: left;
8748 8752
  color: #1a1a1a;
8749 8753
  font-weight: normal;
8750 8754
}
8751
/* line 366, ../sass/_overlays.scss */
8755
/* line 370, ../sass/_overlays.scss */
8752 8756
.wizard .middle .step .os li .details dl dd {
8753 8757
  color: #485057;
8754 8758
  margin: 0 0 5px;
8755 8759
}
8756
/* line 374, ../sass/_overlays.scss */
8760
/* line 378, ../sass/_overlays.scss */
8757 8761
.wizard .middle .step .flavor {
8758 8762
  list-style: none outside none;
8759 8763
}
8760
/* line 376, ../sass/_overlays.scss */
8764
/* line 380, ../sass/_overlays.scss */
8761 8765
.wizard .middle .step .flavor li {
8762 8766
  list-style: none outside none;
8763 8767
  margin-bottom: 30px;
8764 8768
}
8765
/* line 379, ../sass/_overlays.scss */
8769
/* line 383, ../sass/_overlays.scss */
8766 8770
.wizard .middle .step .flavor li .title {
8767 8771
  height: 40px;
8768 8772
  overflow: hidden;
......
8770 8774
  color: white;
8771 8775
  vertical-align: top;
8772 8776
}
8773
/* line 386, ../sass/_overlays.scss */
8777
/* line 390, ../sass/_overlays.scss */
8774 8778
.wizard .middle .step .flavor li .title .icon {
8775 8779
  display: block;
8776 8780
  width: 60px;
8777 8781
  font-size: 2.5em;
8778 8782
  float: left;
8779 8783
}
8780
/* line 392, ../sass/_overlays.scss */
8784
/* line 396, ../sass/_overlays.scss */
8781 8785
.wizard .middle .step .flavor li .title h2 {
8782 8786
  font-size: 0.875em;
8783 8787
  float: left;
......
8786 8790
  margin-right: 60px;
8787 8791
  padding-left: 0.625em;
8788 8792
}
8789
/* line 394, ../sass/_overlays.scss */
8793
/* line 398, ../sass/_overlays.scss */
8790 8794
.wizard .middle .step .flavor li .title h2 span {
8791 8795
  font-weight: normal;
8792 8796
}
8793
/* line 403, ../sass/_overlays.scss */
8797
/* line 407, ../sass/_overlays.scss */
8794 8798
.wizard .middle .step .flavor li .title h2:hover em {
8795 8799
  opacity: 1;
8796 8800
}
8797
/* line 407, ../sass/_overlays.scss */
8801
/* line 411, ../sass/_overlays.scss */
8798 8802
.wizard .middle .step .flavor li .title h2 em {
8799 8803
  display: block;
8800 8804
  margin-top: 4px;
......
8805 8809
  opacity: 0.6;
8806 8810
  white-space: nowrap;
8807 8811
}
8808
/* line 418, ../sass/_overlays.scss */
8812
/* line 422, ../sass/_overlays.scss */
8809 8813
.wizard .middle .step .flavor li .title p {
8810 8814
  visibility: hidden;
8811 8815
  overflow: hidden;
......
8813 8817
  color: #1a1a1a;
8814 8818
  font-size: 11px;
8815 8819
}
8816
/* line 428, ../sass/_overlays.scss */
8820
/* line 432, ../sass/_overlays.scss */
8817 8821
.wizard .middle .step .flavor li .options-bar .bar {
8818 8822
  width: 200px;
8819 8823
  float: left;
......
8822 8826
  position: relative;
8823 8827
  top: 10px;
8824 8828
}
8825
/* line 435, ../sass/_overlays.scss */
8829
/* line 439, ../sass/_overlays.scss */
8826 8830
.wizard .middle .step .flavor li .options-bar .bar .wrap {
8827 8831
  border: 1px solid white;
8828 8832
  padding: 1px;
8829 8833
  height: 100%;
8830 8834
}
8831
/* line 439, ../sass/_overlays.scss */
8835
/* line 443, ../sass/_overlays.scss */
8832 8836
.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
8833 8837
  border-color: #3a4046;
8834 8838
}
8835
/* line 442, ../sass/_overlays.scss */
8839
/* line 446, ../sass/_overlays.scss */
8836 8840
.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
8837 8841
  background-color: #3a4046;
8838 8842
}
8839
/* line 447, ../sass/_overlays.scss */
8843
/* line 451, ../sass/_overlays.scss */
8840 8844
.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
8841 8845
  height: 100%;
8842 8846
}
8843
/* line 449, ../sass/_overlays.scss */
8847
/* line 453, ../sass/_overlays.scss */
8844 8848
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
8845 8849
  background: #919194;
8846 8850
  height: 100%;
8847 8851
  float: left;
8848 8852
  position: relative;
8849 8853
}
8850
/* line 454, ../sass/_overlays.scss */
8854
/* line 458, ../sass/_overlays.scss */
8851 8855
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
8852 8856
  background: white;
8853 8857
  height: 100%;
8854 8858
  float: left;
8855 8859
}
8856
/* line 459, ../sass/_overlays.scss */
8860
/* line 463, ../sass/_overlays.scss */
8857 8861
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
8858 8862
  position: absolute;
8859 8863
  right: 10px;
......
8861 8865
  font-size: 0.5625em;
8862 8866
  top: 2px;
8863 8867
}
8864
/* line 467, ../sass/_overlays.scss */
8868
/* line 471, ../sass/_overlays.scss */
8865 8869
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
8866 8870
  right: -30px;
8867 8871
  color: white;
8868 8872
}
8869
/* line 477, ../sass/_overlays.scss */
8873
/* line 481, ../sass/_overlays.scss */
8870 8874
.wizard .middle .step .flavor li .options-bar .options {
8871 8875
  overflow: hidden;
8872 8876
  list-style: none outside none;
8873 8877
}
8874
/* line 480, ../sass/_overlays.scss */
8878
/* line 484, ../sass/_overlays.scss */
8875 8879
.wizard .middle .step .flavor li .options-bar .options li {
8876 8880
  list-style: none outside none;
8877 8881
  display: inline-block;
8878 8882
  margin-right: 10px;
8879 8883
  margin-bottom: 0;
8880 8884
}
8881
/* line 485, ../sass/_overlays.scss */
8885
/* line 489, ../sass/_overlays.scss */
8882 8886
.wizard .middle .step .flavor li .options-bar .options li a {
8883 8887
  min-width: 60px;
8884 8888
}
8885
/* line 488, ../sass/_overlays.scss */
8889
/* line 492, ../sass/_overlays.scss */
8886 8890
.wizard .middle .step .flavor li .options-bar .options li a.current {
8887 8891
  color: #485057;
8888 8892
}
8889
/* line 497, ../sass/_overlays.scss */
8893
/* line 501, ../sass/_overlays.scss */
8890 8894
.wizard .middle .step .summary {
8891 8895
  padding-bottom: 40px;
8892 8896
}
8893
/* line 500, ../sass/_overlays.scss */
8897
/* line 504, ../sass/_overlays.scss */
8894 8898
.wizard .middle .step .summary .row .wrap {
8895 8899
  max-width: 36.25em;
8896 8900
  border-top: 1px solid white;
8897 8901
  padding-top: 2em;
8898 8902
  margin-top: 1em;
8899 8903
}
8900
/* line 507, ../sass/_overlays.scss */
8904
/* line 511, ../sass/_overlays.scss */
8901 8905
.wizard .middle .step .summary .row:first-child .wrap {
8902 8906
  border-top: 0 none;
8903 8907
  margin-top: 0;
8904 8908
}
8905
/* line 512, ../sass/_overlays.scss */
8909
/* line 516, ../sass/_overlays.scss */
8906 8910
.wizard .middle .step .summary .row:first-child dl dt {
8907 8911
  font-weight: bold;
8908 8912
}
8909
/* line 518, ../sass/_overlays.scss */
8913
/* line 522, ../sass/_overlays.scss */
8910 8914
.wizard .middle .step .summary h2 {
8911 8915
  font-size: 1em;
8912 8916
  color: white;
8913 8917
  margin-bottom: 1em;
8914 8918
}
8915
/* line 523, ../sass/_overlays.scss */
8919
/* line 527, ../sass/_overlays.scss */
8916 8920
.wizard .middle .step .summary dl {
8917 8921
  margin-bottom: 0;
8918 8922
}
8919
/* line 525, ../sass/_overlays.scss */
8923
/* line 529, ../sass/_overlays.scss */
8920 8924
.wizard .middle .step .summary dl span {
8921 8925
  width: 40px;
8922 8926
  display: inline-block;
8923 8927
  font-size: 20px;
8924 8928
}
8925
/* line 530, ../sass/_overlays.scss */
8929
/* line 534, ../sass/_overlays.scss */
8926 8930
.wizard .middle .step .summary dl dt {
8927 8931
  display: inline-block;
8928 8932
  width: 42%;
8929 8933
  vertical-align: top;
8930 8934
  font-weight: 600;
8931 8935
}
8932
/* line 536, ../sass/_overlays.scss */
8936
/* line 540, ../sass/_overlays.scss */
8933 8937
.wizard .middle .step .summary dl dd {
8934 8938
  display: inline-block;
8935 8939
  width: 45%;
8936 8940
  margin-bottom: 1em;
8937 8941
}
8938
/* line 543, ../sass/_overlays.scss */
8942
/* line 547, ../sass/_overlays.scss */
8939 8943
.wizard .middle .step .advanced-conf-step {
8940 8944
  color: white;
8941 8945
}
8942
/* line 545, ../sass/_overlays.scss */
8946
/* line 549, ../sass/_overlays.scss */
8943 8947
.wizard .middle .step .advanced-conf-step h2 {
8944 8948
  color: white;
8945 8949
  font-size: 1em;
8946 8950
  margin-bottom: 10px;
8947 8951
}
8948
/* line 550, ../sass/_overlays.scss */
8952
/* line 554, ../sass/_overlays.scss */
8949 8953
.wizard .middle .step .advanced-conf-step p {
8950 8954
  font-size: 10px;
8951 8955
}
8952
/* line 553, ../sass/_overlays.scss */
8956
/* line 557, ../sass/_overlays.scss */
8953 8957
.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
8954 8958
  color: white;
8955 8959
}
8956
/* line 556, ../sass/_overlays.scss */
8960
/* line 560, ../sass/_overlays.scss */
8957 8961
.wizard .middle .step .advanced-conf-step .expand-btn {
8958 8962
  margin: 50px 0 2.5em;
8959 8963
}
8960
/* line 558, ../sass/_overlays.scss */
8964
/* line 562, ../sass/_overlays.scss */
8961 8965
.wizard .middle .step .advanced-conf-step .expand-btn a {
8962 8966
  color: white;
8963 8967
}
8964
/* line 560, ../sass/_overlays.scss */
8968
/* line 564, ../sass/_overlays.scss */
8965 8969
.wizard .middle .step .advanced-conf-step .expand-btn a span {
8966 8970
  padding-left: 24px;
8967 8971
}
8968
/* line 571, ../sass/_overlays.scss */
8972
/* line 575, ../sass/_overlays.scss */
8969 8973
.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
8970 8974
  color: white;
8971 8975
  font-size: 1em;
8972 8976
  margin-bottom: 0.5em;
8973 8977
}
8974
/* line 580, ../sass/_overlays.scss */
8978
/* line 584, ../sass/_overlays.scss */
8975 8979
.wizard .middle .step .advanced-conf-step .btn5:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover {
8976 8980
  color: white;
8977 8981
}
8978
/* line 583, ../sass/_overlays.scss */
8982
/* line 587, ../sass/_overlays.scss */
8979 8983
.wizard .middle .step .advanced-conf-step .btn5.current, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .btn5.current:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover {
8980 8984
  color: #485057;
8981 8985
}
8982
/* line 587, ../sass/_overlays.scss */
8986
/* line 591, ../sass/_overlays.scss */
8983 8987
.wizard .middle .step .advanced-conf-step .advanced-conf-options {
8984 8988
  display: none;
8985 8989
}
8986
/* line 589, ../sass/_overlays.scss */
8990
/* line 593, ../sass/_overlays.scss */
8987 8991
.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
8988 8992
  font-size: 20px;
8989 8993
}
8990
/* line 592, ../sass/_overlays.scss */
8994
/* line 596, ../sass/_overlays.scss */
8991 8995
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
8992 8996
  padding: 2.5em 0;
8993 8997
}
8994
/* line 595, ../sass/_overlays.scss */
8998
/* line 599, ../sass/_overlays.scss */
8995 8999
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
8996 9000
  max-width: 340px;
8997 9001
  margin-bottom: 20px;
8998 9002
}
8999
/* line 601, ../sass/_overlays.scss */
9003
/* line 605, ../sass/_overlays.scss */
9000 9004
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9001 9005
  position: relative;
9002 9006
  list-style: none outside none;
9003 9007
  margin-bottom: 7px;
9004 9008
}
9005
/* line 606, ../sass/_overlays.scss */
9009
/* line 610, ../sass/_overlays.scss */
9006 9010
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9007 9011
  cursor: pointer;
9008 9012
}
9009
/* line 610, ../sass/_overlays.scss */
9013
/* line 614, ../sass/_overlays.scss */
9010 9014
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9011 9015
  width: 18.75em;
9012 9016
  color: white;
......
9015 9019
  margin: 0 28px 0 0;
9016 9020
  display: inline-block;
9017 9021
}
9018
/* line 622, ../sass/_overlays.scss */
9022
/* line 626, ../sass/_overlays.scss */
9019 9023
.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9020 9024
  background-color: #ff7049;
9021 9025
}
9022
/* line 624, ../sass/_overlays.scss */
9026
/* line 628, ../sass/_overlays.scss */
9023 9027
.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .flavor li .options-bar .options li a, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a {
9024 9028
  margin-top: 3px;
9025 9029
}
9026
/* line 629, ../sass/_overlays.scss */
9030
/* line 633, ../sass/_overlays.scss */
9027 9031
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9028 9032
  background-color: #ff948c;
9029 9033
}
9030
/* line 631, ../sass/_overlays.scss */
9034
/* line 635, ../sass/_overlays.scss */
9031 9035
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9032 9036
  position: relative;
9033 9037
  margin-bottom: 0;
9034 9038
}
9035
/* line 636, ../sass/_overlays.scss */
9039
/* line 640, ../sass/_overlays.scss */
9036 9040
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9037 9041
  padding-right: 30px;
9038 9042
  display: inline-block;
......
9042 9046
  margin-bottom: 0;
9043 9047
  position: relative;
9044 9048
}
9045
/* line 644, ../sass/_overlays.scss */
9049
/* line 648, ../sass/_overlays.scss */
9046 9050
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9047 9051
  position: relative;
9048 9052
}
9049
/* line 646, ../sass/_overlays.scss */
9053
/* line 650, ../sass/_overlays.scss */
9050 9054
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-modem {
9051 9055
  top: -1px;
9052 9056
}
9053
/* line 649, ../sass/_overlays.scss */
9057
/* line 653, ../sass/_overlays.scss */
9054 9058
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9055 9059
  top: 6px;
9056 9060
}
9057
/* line 652, ../sass/_overlays.scss */
9061
/* line 656, ../sass/_overlays.scss */
9058 9062
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-network_full {
9059 9063
  top: 5px;
9060 9064
}
9061
/* line 655, ../sass/_overlays.scss */
9065
/* line 659, ../sass/_overlays.scss */
9062 9066
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9063 9067
  position: absolute;
9064 9068
  height: 1px;
......
9066 9070
  background: white;
9067 9071
  bottom: 15px;
9068 9072
}
9069
/* line 661, ../sass/_overlays.scss */
9073
/* line 665, ../sass/_overlays.scss */
9070 9074
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line1 {
9071 9075
  right: 56px;
9072 9076
}
9073
/* line 662, ../sass/_overlays.scss */
9077
/* line 666, ../sass/_overlays.scss */
9074 9078
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line2 {
9075 9079
  right: 97px;
9076 9080
  width: 10px;
9077 9081
}
9078
/* line 669, ../sass/_overlays.scss */
9082
/* line 673, ../sass/_overlays.scss */
9079 9083
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
9080 9084
  background: #fff4f3;
9081 9085
  margin: 2.5em 0;
9082 9086
  padding: 2.5em 0;
9083 9087
  color: #ff948c;
9084 9088
}
9085
/* line 674, ../sass/_overlays.scss */
9089
/* line 678, ../sass/_overlays.scss */
9086 9090
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
9087 9091
  color: #ff948c;
9088 9092
  padding-left: 145px;
9089 9093
}
9090
/* line 677, ../sass/_overlays.scss */
9094
/* line 681, ../sass/_overlays.scss */
9091 9095
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
9092 9096
  cursor: pointer;
9093 9097
}
9094
/* line 681, ../sass/_overlays.scss */
9098
/* line 685, ../sass/_overlays.scss */
9095 9099
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .flavor li.more .options-bar .options li a, .wizard .middle .step .flavor .advanced-conf-step .advanced-conf-options .networks-area li.more .options-bar .options li a {
9096 9100
  margin-top: 20px;
9097 9101
  border-color: #ff948c;
9098 9102
  color: #ff948c;
9099 9103
  margin-left: 145px;
9100 9104
}
9101
/* line 689, ../sass/_overlays.scss */
9105
/* line 693, ../sass/_overlays.scss */
9102 9106
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .checkbox a span {
9103 9107
  color: #ff948c;
9104 9108
}
9105
/* line 698, ../sass/_overlays.scss */
9109
/* line 702, ../sass/_overlays.scss */
9106 9110
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
9107 9111
  background-color: #4c71ff;
9108 9112
}
9109
/* line 700, ../sass/_overlays.scss */
9113
/* line 704, ../sass/_overlays.scss */
9110 9114
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
9111 9115
  display: none;
9112 9116
}
9113
/* line 703, ../sass/_overlays.scss */
9117
/* line 707, ../sass/_overlays.scss */
9114 9118
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
9115 9119
  position: relative;
9116 9120
  width: 207px;
9117 9121
  margin: 30px 5px;
9118 9122
  display: inline-block;
9119 9123
}
9120
/* line 709, ../sass/_overlays.scss */
9124
/* line 713, ../sass/_overlays.scss */
9121 9125
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
9122 9126
  margin-top: 77px;
9123 9127
  margin-bottom: 30px;
9124 9128
}
9125
/* line 713, ../sass/_overlays.scss */
9129
/* line 717, ../sass/_overlays.scss */
9126 9130
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a {
9127 9131
  margin-right: 20px;
9128 9132
}
9129
/* line 716, ../sass/_overlays.scss */
9133
/* line 720, ../sass/_overlays.scss */
9130 9134
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #color {
9131 9135
  left: 10px;
9132 9136
}
9133
/* line 719, ../sass/_overlays.scss */
9137
/* line 723, ../sass/_overlays.scss */
9134 9138
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
9135 9139
  width: 18.75em;
9136 9140
  color: white;
......
9139 9143
  margin: 0 28px 0 0;
9140 9144
  display: inline-block;
9141 9145
}
9142
/* line 728, ../sass/_overlays.scss */
9146
/* line 732, ../sass/_overlays.scss */
9143 9147
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
9144 9148
  position: relative;
9145 9149
  left: -14px;
9146 9150
}
9147
/* line 731, ../sass/_overlays.scss */
9151
/* line 735, ../sass/_overlays.scss */
9148 9152
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
9149 9153
  margin-right: 35px;
9150 9154
}
9151
/* line 742, ../sass/_overlays.scss */
9155
/* line 746, ../sass/_overlays.scss */
9152 9156
.wizard .bottom {
9153 9157
  position: fixed;
9154 9158
  left: 0;
......
9157 9161
  border-top: 1px solid #636a70;
9158 9162
  background: #485057;
9159 9163
}
9160
/* line 749, ../sass/_overlays.scss */
9164
/* line 753, ../sass/_overlays.scss */
9161 9165
.wizard .bottom .row {
9162 9166
  height: 50px;
9163 9167
  line-height: 50px;
9164 9168
}
9165
/* line 753, ../sass/_overlays.scss */
9169
/* line 757, ../sass/_overlays.scss */
9166 9170
.wizard .bottom .nav {
9167 9171
  height: 50px;
9168 9172
  line-height: 50px;
......
9173 9177
  top: 10px;
9174 9178
  width: 100px;
9175 9179
}
9176
/* line 763, ../sass/_overlays.scss */
9180
/* line 767, ../sass/_overlays.scss */
9177 9181
.wizard .bottom .nav:hover, .wizard .bottom .nav:focus {
9178 9182
  -webkit-transition: background 0ms ease-out;
9179 9183
  -moz-transition: background 0ms ease-out;
......
9181 9185
  -o-transition: background 0ms ease-out;
9182 9186
  transition: background 0ms ease-out;
9183 9187
}
9184
/* line 766, ../sass/_overlays.scss */
9188
/* line 770, ../sass/_overlays.scss */
9185 9189
.wizard .bottom .nav span {
9186 9190
  display: inline-block;
9187 9191
  height: 30px;
9188 9192
  line-height: 30px;
9189 9193
  float: left;
9190 9194
}
9191
/* line 772, ../sass/_overlays.scss */
9195
/* line 776, ../sass/_overlays.scss */
9192 9196
.wizard .bottom .nav span:hover, .wizard .bottom .nav span:focus {
9193 9197
  -webkit-transition: background 0ms linear;
9194 9198
  -moz-transition: background 0ms linear;
......
9196 9200
  -o-transition: background 0ms linear;
9197 9201
  transition: background 0ms linear;
9198 9202
}
9199
/* line 777, ../sass/_overlays.scss */
9203
/* line 781, ../sass/_overlays.scss */
9200 9204
.wizard .bottom .prev {
9201 9205
  float: left;
9202 9206
  height: 30px;
9203 9207
  padding-left: 18px;
9204 9208
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9205 9209
}
9206
/* line 782, ../sass/_overlays.scss */
9210
/* line 786, ../sass/_overlays.scss */
9207 9211
.wizard .bottom .prev span {
9208 9212
  padding-right: 10px;
9209 9213
  background: url("../images/nav-lt.png") no-repeat right top;
9210 9214
}
9211
/* line 788, ../sass/_overlays.scss */
9215
/* line 792, ../sass/_overlays.scss */
9212 9216
.wizard .bottom .prev:hover, .wizard .bottom .prev.active, .wizard .bottom .items-list li .container:hover .prev.check, .items-list li .container:hover .wizard .bottom .prev.check, .wizard .bottom .prev:focus {
9213 9217
  background-position: left bottom;
9214 9218
}
9215
/* line 790, ../sass/_overlays.scss */
9219
/* line 794, ../sass/_overlays.scss */
9216 9220
.wizard .bottom .prev:hover span, .wizard .bottom .prev.active span, .wizard .bottom .items-list li .container:hover .prev.check span, .items-list li .container:hover .wizard .bottom .prev.check span, .wizard .bottom .prev:focus span {
9217 9221
  background-position: right bottom;
9218 9222
}
9219
/* line 795, ../sass/_overlays.scss */
9223
/* line 799, ../sass/_overlays.scss */
9220 9224
.wizard .bottom .next {
9221 9225
  float: right;
9222 9226
  height: 30px;
9223 9227
  padding-right: 18px;
9224 9228
  background: url("../images/nav-edge-rt.png") no-repeat right top;
9225 9229
}
9226
/* line 800, ../sass/_overlays.scss */
9230
/* line 804, ../sass/_overlays.scss */
9227 9231
.wizard .bottom .next span {
9228 9232
  padding-left: 10px;
9229 9233
  background: url("../images/nav-rt.png") no-repeat left top;
9230 9234
  float: right;
9231 9235
}
9232
/* line 807, ../sass/_overlays.scss */
9236
/* line 811, ../sass/_overlays.scss */
9233 9237
.wizard .bottom .next:hover, .wizard .bottom .next.active, .wizard .bottom .items-list li .container:hover .next.check, .items-list li .container:hover .wizard .bottom .next.check, .wizard .bottom .next:focus {
9234 9238
  background-position: right bottom;
9235 9239
}
9236
/* line 809, ../sass/_overlays.scss */
9240
/* line 813, ../sass/_overlays.scss */
9237 9241
.wizard .bottom .next:hover span, .wizard .bottom .next.active span, .wizard .bottom .items-list li .container:hover .next.check span, .items-list li .container:hover .wizard .bottom .next.check span, .wizard .bottom .next:focus span {
9238 9242
  background-position: left bottom;
9239 9243
  float: right;
......
9241 9245

  
9242 9246
/* Responive ------------------------------------------------ */
9243 9247
@media only screen and (max-width: 768px) {
9244
  /* line 824, ../sass/_overlays.scss */
9248
  /* line 828, ../sass/_overlays.scss */
9245 9249
  .wizard .top {
9246 9250
    position: static;
9247 9251
  }
9248
  /* line 827, ../sass/_overlays.scss */
9252
  /* line 831, ../sass/_overlays.scss */
9249 9253
  .wizard .middle {
9250 9254
    padding-top: 0;
9251 9255
  }
9252 9256

  
9253
  /* line 832, ../sass/_overlays.scss */
9257
  /* line 836, ../sass/_overlays.scss */
9254 9258
  .overlay-wrapper .overlay-area {
9255 9259
    top: 0;
9256 9260
  }

Also available in: Unified diff