Revision 44110e0e snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
9494 9494
}
9495 9495
/* line 142, ../sass/_wizards.scss */
9496 9496
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step {
9497
  border: 1px solid white;
9497 9498
  position: absolute;
9498 9499
  top: 0;
9499 9500
  width: 100%;
9500 9501
  display: none;
9501 9502
  padding: 50px 0 50px;
9502 9503
}
9503
/* line 148, ../sass/_wizards.scss */
9504
/* line 143, ../sass/_wizards.scss */
9505
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.moveLeft {
9506
  left: 100%;
9507
  top: 0;
9508
}
9509
/* line 154, ../sass/_wizards.scss */
9504 9510
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.current {
9505 9511
  display: block;
9506 9512
}
9507
/* line 151, ../sass/_wizards.scss */
9513
/* line 157, ../sass/_wizards.scss */
9508 9514
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step h2 {
9509 9515
  color: white;
9510 9516
  font-size: 1em;
9511 9517
}
9512
/* line 155, ../sass/_wizards.scss */
9518
/* line 161, ../sass/_wizards.scss */
9513 9519
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step li {
9514 9520
  list-style: none outside none;
9515 9521
  position: relative;
9516 9522
}
9517
/* line 160, ../sass/_wizards.scss */
9523
/* line 166, ../sass/_wizards.scss */
9518 9524
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step a {
9519 9525
  color: white;
9520 9526
}
9521
/* line 163, ../sass/_wizards.scss */
9527
/* line 169, ../sass/_wizards.scss */
9522 9528
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list {
9523 9529
  margin-top: 1em;
9524 9530
}
9525
/* line 165, ../sass/_wizards.scss */
9531
/* line 171, ../sass/_wizards.scss */
9526 9532
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li {
9527 9533
  margin-bottom: 0.5em;
9528 9534
  margin-left: 1.5em;
9529 9535
}
9530
/* line 169, ../sass/_wizards.scss */
9536
/* line 175, ../sass/_wizards.scss */
9531 9537
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li:first-child .img-wrap .snf-font {
9532 9538
  color: white;
9533 9539
}
9534
/* line 173, ../sass/_wizards.scss */
9540
/* line 179, ../sass/_wizards.scss */
9535 9541
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li > div, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li > a {
9536 9542
  display: inline-block;
9537 9543
  margin-right: 15px;
9538 9544
}
9539
/* line 177, ../sass/_wizards.scss */
9545
/* line 183, ../sass/_wizards.scss */
9540 9546
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap {
9541 9547
  position: relative;
9542 9548
  width: 1.875em;
9543 9549
}
9544
/* line 180, ../sass/_wizards.scss */
9550
/* line 186, ../sass/_wizards.scss */
9545 9551
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .snf-font {
9546 9552
  font-size: 1.875em;
9547 9553
  color: #30c79e;
9548 9554
  line-height: 120%;
9549 9555
}
9550
/* line 185, ../sass/_wizards.scss */
9556
/* line 191, ../sass/_wizards.scss */
9551 9557
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .os {
9552 9558
  background: url("../images/os-unknown.png") no-repeat center center;
9553 9559
  width: 14px;
......
9559 9565
  top: 5px;
9560 9566
  left: 18px;
9561 9567
}
9562
/* line 192, ../sass/_wizards.scss */
9568
/* line 198, ../sass/_wizards.scss */
9563 9569
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .name {
9564 9570
  width: 18.75em;
9565 9571
}
9566
/* line 202, ../sass/_wizards.scss */
9572
/* line 208, ../sass/_wizards.scss */
9567 9573
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9568 9574
  margin-bottom: 40px;
9569 9575
}
9570
/* line 210, ../sass/_wizards.scss */
9576
/* line 216, ../sass/_wizards.scss */
9571 9577
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9572 9578
  display: none;
9573 9579
  list-style: none outside none;
9574 9580
  font-size: 0.75em;
9575 9581
  padding: 15px 0;
9576 9582
}
9577
/* line 217, ../sass/_wizards.scss */
9583
/* line 223, ../sass/_wizards.scss */
9578 9584
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.hover {
9579 9585
  background: #2d3338;
9580 9586
}
9581
/* line 220, ../sass/_wizards.scss */
9587
/* line 226, ../sass/_wizards.scss */
9582 9588
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9583 9589
  background: white;
9584 9590
  color: #485057;
9585 9591
}
9586
/* line 223, ../sass/_wizards.scss */
9592
/* line 229, ../sass/_wizards.scss */
9587 9593
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9588 9594
  color: #485057;
9589 9595
}
9590
/* line 227, ../sass/_wizards.scss */
9596
/* line 233, ../sass/_wizards.scss */
9591 9597
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9592 9598
  border-color: #485057;
9593 9599
  color: #485057;
9594 9600
}
9595
/* line 232, ../sass/_wizards.scss */
9601
/* line 238, ../sass/_wizards.scss */
9596 9602
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a:hover span {
9597 9603
  border-color: #485057;
9598 9604
}
9599
/* line 236, ../sass/_wizards.scss */
9605
/* line 242, ../sass/_wizards.scss */
9600 9606
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9601 9607
  color: white;
9602 9608
}
9603
/* line 238, ../sass/_wizards.scss */
9609
/* line 244, ../sass/_wizards.scss */
9604 9610
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current span {
9605 9611
  background: #485057;
9606 9612
}
9607
/* line 245, ../sass/_wizards.scss */
9613
/* line 251, ../sass/_wizards.scss */
9608 9614
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9609 9615
  display: list-item;
9610 9616
}
9611
/* line 248, ../sass/_wizards.scss */
9617
/* line 254, ../sass/_wizards.scss */
9612 9618
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9613 9619
  float: left;
9614 9620
  width: 50px;
9615 9621
  line-height: 30px;
9616 9622
}
9617
/* line 253, ../sass/_wizards.scss */
9623
/* line 259, ../sass/_wizards.scss */
9618 9624
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9619 9625
  float: left;
9620 9626
  color: white;
......
9622 9628
  padding-right: 10px;
9623 9629
  line-height: 30px;
9624 9630
}
9625
/* line 260, ../sass/_wizards.scss */
9631
/* line 266, ../sass/_wizards.scss */
9626 9632
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9627 9633
  float: left;
9628 9634
  width: 10%;
9629 9635
  line-height: 30px;
9630 9636
}
9631
/* line 265, ../sass/_wizards.scss */
9637
/* line 271, ../sass/_wizards.scss */
9632 9638
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9633 9639
  float: right;
9634 9640
  width: 10%;
9635 9641
  margin-left: 10px;
9636 9642
}
9637
/* line 269, ../sass/_wizards.scss */
9643
/* line 275, ../sass/_wizards.scss */
9638 9644
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9639 9645
  font-size: 1em;
9640 9646
}
9641
/* line 273, ../sass/_wizards.scss */
9647
/* line 279, ../sass/_wizards.scss */
9642 9648
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9643 9649
  color: #485057;
9644 9650
}
9645
/* line 278, ../sass/_wizards.scss */
9651
/* line 284, ../sass/_wizards.scss */
9646 9652
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9647 9653
  display: none;
9648 9654
  background: #e6e6e6;
......
9650 9656
  margin: 20px 6px -9px;
9651 9657
  color: #2d3338;
9652 9658
}
9653
/* line 284, ../sass/_wizards.scss */
9659
/* line 290, ../sass/_wizards.scss */
9654 9660
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9655 9661
  font-size: 1em;
9656 9662
  font-weight: normal;
9657 9663
  margin-bottom: 1em;
9658 9664
  padding-left: 50px;
9659 9665
}
9660
/* line 290, ../sass/_wizards.scss */
9666
/* line 296, ../sass/_wizards.scss */
9661 9667
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9662 9668
  margin: 0;
9663 9669
  padding-left: 50px;
9664 9670
}
9665
/* line 294, ../sass/_wizards.scss */
9671
/* line 300, ../sass/_wizards.scss */
9666 9672
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9667 9673
  width: 20%;
9668 9674
  float: left;
9669 9675
  font-weight: normal;
9670 9676
}
9671
/* line 299, ../sass/_wizards.scss */
9677
/* line 305, ../sass/_wizards.scss */
9672 9678
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9673 9679
  margin: 0 0 5px;
9674 9680
}
9675
/* line 306, ../sass/_wizards.scss */
9681
/* line 312, ../sass/_wizards.scss */
9676 9682
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9677 9683
  list-style: none outside none;
9678 9684
}
9679
/* line 308, ../sass/_wizards.scss */
9685
/* line 314, ../sass/_wizards.scss */
9680 9686
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9681 9687
  list-style: none outside none;
9682 9688
  margin-bottom: 30px;
9683 9689
}
9684
/* line 311, ../sass/_wizards.scss */
9690
/* line 317, ../sass/_wizards.scss */
9685 9691
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9686 9692
  height: 40px;
9687 9693
  overflow: hidden;
......
9689 9695
  color: white;
9690 9696
  vertical-align: top;
9691 9697
}
9692
/* line 318, ../sass/_wizards.scss */
9698
/* line 324, ../sass/_wizards.scss */
9693 9699
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .snf-font {
9694 9700
  display: block;
9695 9701
  width: 60px;
......
9698 9704
  position: relative;
9699 9705
  bottom: -3px;
9700 9706
}
9701
/* line 326, ../sass/_wizards.scss */
9707
/* line 332, ../sass/_wizards.scss */
9702 9708
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9703 9709
  font-size: 0.875em;
9704 9710
  float: left;
......
9707 9713
  margin-right: 60px;
9708 9714
  padding-left: 0.625em;
9709 9715
}
9710
/* line 328, ../sass/_wizards.scss */
9716
/* line 334, ../sass/_wizards.scss */
9711 9717
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9712 9718
  font-weight: normal;
9713 9719
}
9714
/* line 336, ../sass/_wizards.scss */
9720
/* line 342, ../sass/_wizards.scss */
9715 9721
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9716 9722
  display: block;
9717 9723
  margin-top: 4px;
......
9721 9727
  white-space: nowrap;
9722 9728
  line-height: 13px;
9723 9729
}
9724
/* line 346, ../sass/_wizards.scss */
9730
/* line 352, ../sass/_wizards.scss */
9725 9731
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9726 9732
  visibility: hidden;
9727 9733
  overflow: hidden;
......
9729 9735
  font-size: 11px;
9730 9736
  line-height: 11px;
9731 9737
}
9732
/* line 356, ../sass/_wizards.scss */
9738
/* line 362, ../sass/_wizards.scss */
9733 9739
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9734 9740
  width: 200px;
9735 9741
  float: left;
......
9738 9744
  position: relative;
9739 9745
  top: 10px;
9740 9746
}
9741
/* line 363, ../sass/_wizards.scss */
9747
/* line 369, ../sass/_wizards.scss */
9742 9748
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9743 9749
  border: 1px solid white;
9744 9750
  padding: 1px;
9745 9751
  height: 100%;
9746 9752
}
9747
/* line 367, ../sass/_wizards.scss */
9753
/* line 373, ../sass/_wizards.scss */
9748 9754
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9749 9755
  border-color: #bebebe;
9750 9756
}
9751
/* line 370, ../sass/_wizards.scss */
9757
/* line 376, ../sass/_wizards.scss */
9752 9758
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9753 9759
  background-color: #bebebe;
9754 9760
}
9755
/* line 375, ../sass/_wizards.scss */
9761
/* line 381, ../sass/_wizards.scss */
9756 9762
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9757 9763
  height: 100%;
9758 9764
}
9759
/* line 377, ../sass/_wizards.scss */
9765
/* line 383, ../sass/_wizards.scss */
9760 9766
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9761 9767
  background: #bebebe;
9762 9768
  height: 100%;
9763 9769
  float: left;
9764 9770
  position: relative;
9765 9771
}
9766
/* line 382, ../sass/_wizards.scss */
9772
/* line 388, ../sass/_wizards.scss */
9767 9773
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9768 9774
  background: white;
9769 9775
  height: 100%;
9770 9776
  float: left;
9771 9777
}
9772
/* line 387, ../sass/_wizards.scss */
9778
/* line 393, ../sass/_wizards.scss */
9773 9779
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9774 9780
  position: absolute;
9775 9781
  right: 10px;
9776 9782
  font-size: 0.5625em;
9777 9783
  top: 2px;
9778 9784
}
9779
/* line 394, ../sass/_wizards.scss */
9785
/* line 400, ../sass/_wizards.scss */
9780 9786
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9781 9787
  right: -30px;
9782 9788
  color: white;
9783 9789
}
9784
/* line 404, ../sass/_wizards.scss */
9790
/* line 410, ../sass/_wizards.scss */
9785 9791
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9786 9792
  overflow: hidden;
9787 9793
  list-style: none outside none;
9788 9794
}
9789
/* line 407, ../sass/_wizards.scss */
9795
/* line 413, ../sass/_wizards.scss */
9790 9796
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9791 9797
  list-style: none outside none;
9792 9798
  display: inline-block;
9793 9799
  margin-right: 10px;
9794 9800
  margin-bottom: 0;
9795 9801
}
9796
/* line 412, ../sass/_wizards.scss */
9802
/* line 418, ../sass/_wizards.scss */
9797 9803
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9798 9804
  min-width: 60px;
9799 9805
}
9800
/* line 415, ../sass/_wizards.scss */
9806
/* line 421, ../sass/_wizards.scss */
9801 9807
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9802 9808
  color: #485057;
9803 9809
}
9804
/* line 418, ../sass/_wizards.scss */
9810
/* line 424, ../sass/_wizards.scss */
9805 9811
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9806 9812
  border-color: #bebebe;
9807 9813
  color: #bebebe;
9808 9814
}
9809
/* line 421, ../sass/_wizards.scss */
9815
/* line 427, ../sass/_wizards.scss */
9810 9816
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:active {
9811 9817
  cursor: default;
9812 9818
  border-width: 1px;
9813 9819
  line-height: 28px;
9814 9820
}
9815
/* line 434, ../sass/_wizards.scss */
9821
/* line 440, ../sass/_wizards.scss */
9816 9822
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9817 9823
  padding-bottom: 40px;
9818 9824
}
9819
/* line 437, ../sass/_wizards.scss */
9825
/* line 443, ../sass/_wizards.scss */
9820 9826
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9821 9827
  max-width: 36.25em;
9822 9828
  border-top: 1px solid white;
9823 9829
  padding-top: 1em;
9824 9830
}
9825
/* line 444, ../sass/_wizards.scss */
9831
/* line 450, ../sass/_wizards.scss */
9826 9832
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9827 9833
  border-top: 0 none;
9828 9834
  margin-top: 0;
9829 9835
}
9830
/* line 449, ../sass/_wizards.scss */
9836
/* line 455, ../sass/_wizards.scss */
9831 9837
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9832 9838
  font-weight: bold;
9833 9839
}
9834
/* line 455, ../sass/_wizards.scss */
9840
/* line 461, ../sass/_wizards.scss */
9835 9841
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9836 9842
  font-size: 1em;
9837 9843
  color: white;
9838 9844
  margin-bottom: 1em;
9839 9845
}
9840
/* line 460, ../sass/_wizards.scss */
9846
/* line 466, ../sass/_wizards.scss */
9841 9847
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9842 9848
  margin-bottom: 0;
9843 9849
}
9844
/* line 462, ../sass/_wizards.scss */
9850
/* line 468, ../sass/_wizards.scss */
9845 9851
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9846 9852
  width: 40px;
9847 9853
  display: inline-block;
......
9849 9855
  position: relative;
9850 9856
  bottom: -2px;
9851 9857
}
9852
/* line 469, ../sass/_wizards.scss */
9858
/* line 475, ../sass/_wizards.scss */
9853 9859
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9854 9860
  display: inline-block;
9855 9861
  width: 42%;
9856 9862
  vertical-align: top;
9857 9863
  font-weight: 600;
9858 9864
}
9859
/* line 475, ../sass/_wizards.scss */
9865
/* line 481, ../sass/_wizards.scss */
9860 9866
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9861 9867
  display: inline-block;
9862 9868
  width: 45%;
9863 9869
  margin-bottom: 1em;
9864 9870
}
9865
/* line 482, ../sass/_wizards.scss */
9871
/* line 488, ../sass/_wizards.scss */
9866 9872
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9867 9873
  color: white;
9868 9874
}
9869
/* line 484, ../sass/_wizards.scss */
9875
/* line 490, ../sass/_wizards.scss */
9870 9876
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9871 9877
  color: white;
9872 9878
  font-size: 1em;
9873 9879
  margin-bottom: 10px;
9874 9880
  line-height: 1;
9875 9881
}
9876
/* line 490, ../sass/_wizards.scss */
9882
/* line 496, ../sass/_wizards.scss */
9877 9883
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9878 9884
  font-size: 10px;
9879 9885
}
9880
/* line 493, ../sass/_wizards.scss */
9886
/* line 499, ../sass/_wizards.scss */
9881 9887
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
9882 9888
  color: white;
9883 9889
}
9884
/* line 496, ../sass/_wizards.scss */
9890
/* line 502, ../sass/_wizards.scss */
9885 9891
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9886 9892
  margin: 50px 0 2.5em;
9887 9893
}
9888
/* line 498, ../sass/_wizards.scss */
9894
/* line 504, ../sass/_wizards.scss */
9889 9895
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9890 9896
  color: white;
9891 9897
}
9892
/* line 500, ../sass/_wizards.scss */
9898
/* line 506, ../sass/_wizards.scss */
9893 9899
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9894 9900
  padding-left: 24px;
9895 9901
}
9896
/* line 507, ../sass/_wizards.scss */
9902
/* line 513, ../sass/_wizards.scss */
9897 9903
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9898 9904
  color: white;
9899 9905
  font-size: 1em;
9900 9906
  margin-bottom: 0.5em;
9901 9907
}
9902
/* line 515, ../sass/_wizards.scss */
9908
/* line 521, ../sass/_wizards.scss */
9903 9909
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover {
9904 9910
  color: white;
9905 9911
}
9906
/* line 518, ../sass/_wizards.scss */
9912
/* line 524, ../sass/_wizards.scss */
9907 9913
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover {
9908 9914
  color: #485057;
9909 9915
}
9910
/* line 522, ../sass/_wizards.scss */
9916
/* line 528, ../sass/_wizards.scss */
9911 9917
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9912 9918
  display: none;
9913 9919
}
9914
/* line 524, ../sass/_wizards.scss */
9920
/* line 530, ../sass/_wizards.scss */
9915 9921
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9916 9922
  font-size: 20px;
9917 9923
}
9918
/* line 527, ../sass/_wizards.scss */
9924
/* line 533, ../sass/_wizards.scss */
9919 9925
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9920 9926
  padding: 2.5em 0;
9921 9927
}
9922
/* line 530, ../sass/_wizards.scss */
9928
/* line 536, ../sass/_wizards.scss */
9923 9929
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9924 9930
  max-width: 340px;
9925 9931
  margin-bottom: 20px;
9926 9932
}
9927
/* line 536, ../sass/_wizards.scss */
9933
/* line 542, ../sass/_wizards.scss */
9928 9934
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9929 9935
  position: relative;
9930 9936
  list-style: none outside none;
9931 9937
  margin-bottom: 7px;
9932 9938
}
9933
/* line 541, ../sass/_wizards.scss */
9939
/* line 547, ../sass/_wizards.scss */
9934 9940
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9935 9941
  cursor: pointer;
9936 9942
}
9937
/* line 545, ../sass/_wizards.scss */
9943
/* line 551, ../sass/_wizards.scss */
9938 9944
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9939 9945
  width: 18.75em;
9940 9946
  color: white;
......
9943 9949
  margin: 0 28px 0 0;
9944 9950
  display: inline-block;
9945 9951
}
9946
/* line 557, ../sass/_wizards.scss */
9952
/* line 563, ../sass/_wizards.scss */
9947 9953
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9948 9954
  background-color: #ff7049;
9949 9955
}
9950
/* line 559, ../sass/_wizards.scss */
9956
/* line 565, ../sass/_wizards.scss */
9951 9957
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .volume_options > li .options-bar .options li a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .volume_options > li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a {
9952 9958
  margin-top: 3px;
9953 9959
}
9954
/* line 564, ../sass/_wizards.scss */
9960
/* line 570, ../sass/_wizards.scss */
9955 9961
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9956 9962
  background-color: #f6938d;
9957 9963
}
9958
/* line 566, ../sass/_wizards.scss */
9964
/* line 572, ../sass/_wizards.scss */
9959 9965
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9960 9966
  position: relative;
9961 9967
  margin-bottom: 0;
9962 9968
}
9963
/* line 571, ../sass/_wizards.scss */
9969
/* line 577, ../sass/_wizards.scss */
9964 9970
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9965 9971
  padding-right: 30px;
9966 9972
  display: inline-block;
......
9970 9976
  margin-bottom: 0;
9971 9977
  position: relative;
9972 9978
}
9973
/* line 579, ../sass/_wizards.scss */
9979
/* line 585, ../sass/_wizards.scss */
9974 9980
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9975 9981
  position: relative;
9976 9982
}
9977
/* line 581, ../sass/_wizards.scss */
9983
/* line 587, ../sass/_wizards.scss */
9978 9984
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-router-outline {
9979 9985
  top: -1px;
9980 9986
}
9981
/* line 584, ../sass/_wizards.scss */
9987
/* line 590, ../sass/_wizards.scss */
9982 9988
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9983 9989
  top: 5px;
9984 9990
}
9985
/* line 587, ../sass/_wizards.scss */
9991
/* line 593, ../sass/_wizards.scss */
9986 9992
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-network-full {
9987 9993
  top: 5px;
9988 9994
}
9989
/* line 590, ../sass/_wizards.scss */
9995
/* line 596, ../sass/_wizards.scss */
9990 9996
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9991 9997
  position: absolute;
9992 9998
  height: 1px;
......
9994 10000
  background: white;
9995 10001
  bottom: 15px;
9996 10002
}
9997
/* line 596, ../sass/_wizards.scss */
10003
/* line 602, ../sass/_wizards.scss */
9998 10004
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line1 {
9999 10005
  right: 56px;
10000 10006
}
10001
/* line 597, ../sass/_wizards.scss */
10007
/* line 603, ../sass/_wizards.scss */
10002 10008
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line2 {
10003 10009
  right: 97px;
10004 10010
  width: 10px;
10005 10011
}
10006
/* line 604, ../sass/_wizards.scss */
10012
/* line 610, ../sass/_wizards.scss */
10007 10013
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
10008 10014
  background: #fcd9d7;
10009 10015
  margin: 2.5em 6px;
10010 10016
  padding: 2.5em 0;
10011 10017
  color: #fff;
10012 10018
}
10013
/* line 609, ../sass/_wizards.scss */
10019
/* line 615, ../sass/_wizards.scss */
10014 10020
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
10015 10021
  color: #fff;
10016 10022
  padding-left: 145px;
10017 10023
}
10018
/* line 612, ../sass/_wizards.scss */
10024
/* line 618, ../sass/_wizards.scss */
10019 10025
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
10020 10026
  cursor: pointer;
10021 10027
}
10022
/* line 616, ../sass/_wizards.scss */
10028
/* line 622, ../sass/_wizards.scss */
10023 10029
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .flavor li.more .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor .advanced-conf-step .advanced-conf-options .networks-area li.more .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .networks-area .volume_options > li .options-bar .options li.more a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .volume_options > li .options-bar .options li.more a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options .advanced-conf-step .advanced-conf-options .networks-area li.more a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options .advanced-conf-step .advanced-conf-options .networks-area li.more a {
10024 10030
  margin-top: 20px;
10025 10031
  border-color: #fff;
10026 10032
  color: #fff;
10027 10033
  margin-left: 145px;
10028 10034
}
10029
/* line 624, ../sass/_wizards.scss */
10035
/* line 630, ../sass/_wizards.scss */
10030 10036
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .trigger-checkbox a span {
10031 10037
  color: #fff;
10032 10038
}
10033
/* line 633, ../sass/_wizards.scss */
10039
/* line 639, ../sass/_wizards.scss */
10034 10040
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
10035 10041
  background-color: #4c71ff;
10036 10042
}
10037
/* line 635, ../sass/_wizards.scss */
10043
/* line 641, ../sass/_wizards.scss */
10038 10044
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
10039 10045
  display: none;
10040 10046
}
10041
/* line 638, ../sass/_wizards.scss */
10047
/* line 644, ../sass/_wizards.scss */
10042 10048
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
10043 10049
  position: relative;
10044 10050
  width: 207px;
10045 10051
  margin: 30px 5px;
10046 10052
  display: inline-block;
10047 10053
}
10048
/* line 644, ../sass/_wizards.scss */
10054
/* line 650, ../sass/_wizards.scss */
10049 10055
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
10050 10056
  margin-top: 77px;
10051 10057
  margin-bottom: 30px;
10052 10058
}
10053
/* line 648, ../sass/_wizards.scss */
10059
/* line 654, ../sass/_wizards.scss */
10054 10060
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .tags-area .volume_options > li .options-bar .options li a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .volume_options > li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a {
10055 10061
  margin-right: 20px;
10056 10062
}
10057
/* line 651, ../sass/_wizards.scss */
10063
/* line 657, ../sass/_wizards.scss */
10058 10064
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo {
10059 10065
  display: inline-block;
10060 10066
  -webkit-border-radius: 999px;
......
10069 10075
  border-color: transparent;
10070 10076
  color: transparent;
10071 10077
}
10072
/* line 658, ../sass/_wizards.scss */
10078
/* line 664, ../sass/_wizards.scss */
10073 10079
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag4 {
10074 10080
  background-color: #e02b2b;
10075 10081
}
10076
/* line 661, ../sass/_wizards.scss */
10082
/* line 667, ../sass/_wizards.scss */
10077 10083
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag5 {
10078 10084
  background-color: #ffc748;
10079 10085
}
10080
/* line 664, ../sass/_wizards.scss */
10086
/* line 670, ../sass/_wizards.scss */
10081 10087
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag6 {
10082 10088
  background-color: #ff7049;
10083 10089
}
10084
/* line 668, ../sass/_wizards.scss */
10090
/* line 674, ../sass/_wizards.scss */
10085 10091
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
10086 10092
  width: 18.75em;
10087 10093
  color: white;
......
10090 10096
  margin: 0 28px 0 0;
10091 10097
  display: inline-block;
10092 10098
}
10093
/* line 677, ../sass/_wizards.scss */
10099
/* line 683, ../sass/_wizards.scss */
10094 10100
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
10095 10101
  position: relative;
10096 10102
  left: -14px;
10097 10103
}
10098
/* line 680, ../sass/_wizards.scss */
10104
/* line 686, ../sass/_wizards.scss */
10099 10105
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
10100 10106
  margin-right: 35px;
10101 10107
}
10102
/* line 689, ../sass/_wizards.scss */
10108
/* line 695, ../sass/_wizards.scss */
10103 10109
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
10104 10110
  position: fixed;
10105 10111
  left: 0;
......
10108 10114
  border-top: 1px solid #2d3338;
10109 10115
  background: #485057;
10110 10116
}
10111
/* line 696, ../sass/_wizards.scss */
10117
/* line 702, ../sass/_wizards.scss */
10112 10118
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
10113 10119
  height: 40px;
10114 10120
  line-height: 40px;
10115 10121
}
10116
/* line 700, ../sass/_wizards.scss */
10122
/* line 706, ../sass/_wizards.scss */
10117 10123
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
10118 10124
  height: 40px;
10119 10125
  line-height: 40px;
......
10124 10130
  top: 5px;
10125 10131
  width: 100px;
10126 10132
}
10127
/* line 710, ../sass/_wizards.scss */
10133
/* line 716, ../sass/_wizards.scss */
10128 10134
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
10129 10135
  -webkit-transition: background 0ms ease-out;
10130 10136
  -moz-transition: background 0ms ease-out;
......
10132 10138
  -o-transition: background 0ms ease-out;
10133 10139
  transition: background 0ms ease-out;
10134 10140
}
10135
/* line 713, ../sass/_wizards.scss */
10141
/* line 719, ../sass/_wizards.scss */
10136 10142
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
10137 10143
  display: inline-block;
10138 10144
  height: 30px;
10139 10145
  line-height: 30px;
10140 10146
  float: left;
10141 10147
}
10142
/* line 719, ../sass/_wizards.scss */
10148
/* line 725, ../sass/_wizards.scss */
10143 10149
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
10144 10150
  -webkit-transition: background 0ms linear;
10145 10151
  -moz-transition: background 0ms linear;
......
10147 10153
  -o-transition: background 0ms linear;
10148 10154
  transition: background 0ms linear;
10149 10155
}
10150
/* line 724, ../sass/_wizards.scss */
10156
/* line 730, ../sass/_wizards.scss */
10151 10157
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
10152 10158
  float: left;
10153 10159
  height: 30px;
10154 10160
  padding-left: 18px;
10155 10161
  background: url("../images/nav-edge-lt.png") no-repeat left top;
10156 10162
}
10157
/* line 729, ../sass/_wizards.scss */
10163
/* line 735, ../sass/_wizards.scss */
10158 10164
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
10159 10165
  padding-right: 10px;
10160 10166
  background: url("../images/nav-lt.png") no-repeat right top;
10161 10167
}
10162
/* line 735, ../sass/_wizards.scss */
10168
/* line 741, ../sass/_wizards.scss */
10163 10169
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus {
10164 10170
  background-position: left bottom;
10165 10171
}
10166
/* line 737, ../sass/_wizards.scss */
10172
/* line 743, ../sass/_wizards.scss */
10167 10173
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus span {
10168 10174
  background-position: right bottom;
10169 10175
}
10170
/* line 742, ../sass/_wizards.scss */
10176
/* line 748, ../sass/_wizards.scss */
10171 10177
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
10172 10178
  float: right;
10173 10179
  height: 30px;
10174 10180
  padding-right: 18px;
10175 10181
  background: url("../images/nav-edge-rt.png") no-repeat right top;
10176 10182
}
10177
/* line 747, ../sass/_wizards.scss */
10183
/* line 753, ../sass/_wizards.scss */
10178 10184
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
10179 10185
  padding-left: 10px;
10180 10186
  background: url("../images/nav-rt.png") no-repeat left top;
10181 10187
  float: right;
10182 10188
}
10183
/* line 754, ../sass/_wizards.scss */
10189
/* line 760, ../sass/_wizards.scss */
10184 10190
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus {
10185 10191
  background-position: right bottom;
10186 10192
}
10187
/* line 756, ../sass/_wizards.scss */
10193
/* line 762, ../sass/_wizards.scss */
10188 10194
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus span {
10189 10195
  background-position: left bottom;
10190 10196
  float: right;
10191 10197
}
10192 10198

  
10193
/* line 770, ../sass/_wizards.scss */
10199
/* line 776, ../sass/_wizards.scss */
10194 10200
#network-wizard a.nav:focus {
10195 10201
  border: none;
10196 10202
}
10197
/* line 773, ../sass/_wizards.scss */
10203
/* line 779, ../sass/_wizards.scss */
10198 10204
#network-wizard a.radiobtn:focus, #network-wizard a.check:focus {
10199 10205
  border: 1px solid #aee7cc;
10200 10206
  padding: 2px;
10201 10207
}
10202
/* line 778, ../sass/_wizards.scss */
10208
/* line 784, ../sass/_wizards.scss */
10203 10209
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
10204 10210
  font-size: 1.3em;
10205 10211
}
10206
/* line 781, ../sass/_wizards.scss */
10212
/* line 787, ../sass/_wizards.scss */
10207 10213
#network-wizard .subnet-options {
10208 10214
  margin: 0;
10209 10215
}
10210
/* line 783, ../sass/_wizards.scss */
10216
/* line 789, ../sass/_wizards.scss */
10211 10217
#network-wizard .subnet-options li {
10212 10218
  margin-top: 20px;
10213 10219
}
10214
/* line 788, ../sass/_wizards.scss */
10220
/* line 794, ../sass/_wizards.scss */
10215 10221
#network-wizard .step a {
10216 10222
  color: white;
10217 10223
}
10218
/* line 789, ../sass/_wizards.scss */
10224
/* line 795, ../sass/_wizards.scss */
10219 10225
#network-wizard .step .network-options {
10220 10226
  position: relative;
10221 10227
  padding-bottom: 20px;
10222 10228
}
10223
/* line 792, ../sass/_wizards.scss */
10229
/* line 798, ../sass/_wizards.scss */
10224 10230
#network-wizard .step .network-options .explanatory {
10225 10231
  font-size: 0.75em;
10226 10232
  margin-top: 20px;
10227 10233
  margin-bottom: 60px;
10228 10234
}
10229
/* line 797, ../sass/_wizards.scss */
10235
/* line 803, ../sass/_wizards.scss */
10230 10236
#network-wizard .step .network-options .check, #network-wizard .step .network-options .radiobtn {
10231 10237
  position: absolute;
10232 10238
  right: 0;
10233 10239
}
10234
/* line 800, ../sass/_wizards.scss */
10240
/* line 806, ../sass/_wizards.scss */
10235 10241
#network-wizard .step .network-options .check:focus, #network-wizard .step .network-options .radiobtn:focus {
10236 10242
  right: -3px;
10237 10243
  top: -3px;
10238 10244
}
10239
/* line 805, ../sass/_wizards.scss */
10245
/* line 811, ../sass/_wizards.scss */
10240 10246
#network-wizard .step .network-options .network-name {
10241 10247
  margin: 40px 0;
10242 10248
}
10243
/* line 807, ../sass/_wizards.scss */
10249
/* line 813, ../sass/_wizards.scss */
10244 10250
#network-wizard .step .network-options .network-name h2 {
10245 10251
  color: white;
10246 10252
  font-size: 1em;
10247 10253
}
10248
/* line 814, ../sass/_wizards.scss */
10254
/* line 820, ../sass/_wizards.scss */
10249 10255
#network-wizard .step .network-options li {
10250 10256
  display: block;
10251 10257
  width: 360px;
10252 10258
}
10253
/* line 817, ../sass/_wizards.scss */
10259
/* line 823, ../sass/_wizards.scss */
10254 10260
#network-wizard .step .network-options li.manual {
10255 10261
  position: relative;
10256 10262
}
10257
/* line 819, ../sass/_wizards.scss */
10263
/* line 825, ../sass/_wizards.scss */
10258 10264
#network-wizard .step .network-options li.manual .input {
10259 10265
  position: absolute;
10260 10266
  right: -170px;
......
10262 10268
  bottom: 5px;
10263 10269
  display: none;
10264 10270
}
10265
/* line 827, ../sass/_wizards.scss */
10271
/* line 833, ../sass/_wizards.scss */
10266 10272
#network-wizard .step .network-options li.project-selection li {
10267 10273
  width: 100%;
10268 10274
}
10269 10275

  
10270
/* line 838, ../sass/_wizards.scss */
10276
/* line 844, ../sass/_wizards.scss */
10271 10277
#volume-wizard a.nav:focus {
10272 10278
  border: none;
10273 10279
}
10274
/* line 841, ../sass/_wizards.scss */
10280
/* line 847, ../sass/_wizards.scss */
10275 10281
#volume-wizard a.radiobtn:focus, #volume-wizard a.check:focus {
10276 10282
  border: 1px solid #aee7cc;
10277 10283
  padding: 2px;
10278 10284
}
10279
/* line 846, ../sass/_wizards.scss */
10285
/* line 852, ../sass/_wizards.scss */
10280 10286
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
10281 10287
  font-size: 1.3em;
10282 10288
}
10283
/* line 850, ../sass/_wizards.scss */
10289
/* line 856, ../sass/_wizards.scss */
10284 10290
#volume-wizard .step a {
10285 10291
  color: white;
10286 10292
}
10287
/* line 853, ../sass/_wizards.scss */
10293
/* line 859, ../sass/_wizards.scss */
10288 10294
#volume-wizard .step p {
10289 10295
  font-size: 14px;
10290 10296
  line-height: 1;
10291 10297
}
10292
/* line 857, ../sass/_wizards.scss */
10298
/* line 863, ../sass/_wizards.scss */
10293 10299
#volume-wizard .step h2 {
10294 10300
  color: white;
10295 10301
  font-size: 1em;
10296 10302
}
10297
/* line 862, ../sass/_wizards.scss */
10303
/* line 868, ../sass/_wizards.scss */
10298 10304
#volume-wizard .step .volume_options > li {
10299 10305
  display: block;
10300 10306
  list-style: none outside none;
10301 10307
  margin-bottom: 30px;
10302 10308
}
10303
/* line 864, ../sass/_wizards.scss */
10309
/* line 870, ../sass/_wizards.scss */
10304 10310
#volume-wizard .step .volume_options > li.volume-name {
10305 10311
  margin: 40px 0;
10306 10312
}
10307
/* line 869, ../sass/_wizards.scss */
10313
/* line 875, ../sass/_wizards.scss */
10308 10314
#volume-wizard .step .volume_options > li .title {
10309 10315
  height: 40px;
10310 10316
  overflow: hidden;
......
10312 10318
  color: white;
10313 10319
  vertical-align: top;
10314 10320
}
10315
/* line 876, ../sass/_wizards.scss */
10321
/* line 882, ../sass/_wizards.scss */
10316 10322
#volume-wizard .step .volume_options > li .title .snf-font {
10317 10323
  display: block;
10318 10324
  width: 60px;
......
10321 10327
  position: relative;
10322 10328
  bottom: -3px;
10323 10329
}
10324
/* line 884, ../sass/_wizards.scss */
10330
/* line 890, ../sass/_wizards.scss */
10325 10331
#volume-wizard .step .volume_options > li .title h2 {
10326 10332
  font-size: 0.875em;
10327 10333
  float: left;
......
10330 10336
  margin-right: 60px;
10331 10337
  padding-left: 0.625em;
10332 10338
}
10333
/* line 886, ../sass/_wizards.scss */
10339
/* line 892, ../sass/_wizards.scss */
10334 10340
#volume-wizard .step .volume_options > li .title h2 span {
10335 10341
  font-weight: normal;
10336 10342
}
10337
/* line 894, ../sass/_wizards.scss */
10343
/* line 900, ../sass/_wizards.scss */
10338 10344
#volume-wizard .step .volume_options > li .title h2 em {
10339 10345
  display: block;
10340 10346
  margin-top: 4px;
......
10344 10350
  white-space: nowrap;
10345 10351
  line-height: 13px;
10346 10352
}
10347
/* line 904, ../sass/_wizards.scss */
10353
/* line 910, ../sass/_wizards.scss */
10348 10354
#volume-wizard .step .volume_options > li .title p {
10349 10355
  visibility: hidden;
10350 10356
  overflow: hidden;
......
10352 10358
  font-size: 11px;
10353 10359
  line-height: 11px;
10354 10360
}
10355
/* line 914, ../sass/_wizards.scss */
10361
/* line 920, ../sass/_wizards.scss */
10356 10362
#volume-wizard .step .volume_options > li .options-bar .bar {
10357 10363
  width: 200px;
10358 10364
  float: left;
......
10361 10367
  position: relative;
10362 10368
  top: 10px;
10363 10369
}
10364
/* line 921, ../sass/_wizards.scss */
10370
/* line 927, ../sass/_wizards.scss */
10365 10371
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
10366 10372
  border: 1px solid white;
10367 10373
  padding: 1px;
10368 10374
  height: 100%;
10369 10375
}
10370
/* line 925, ../sass/_wizards.scss */
10376
/* line 931, ../sass/_wizards.scss */
10371 10377
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
10372 10378
  border-color: #bebebe;
10373 10379
}
10374
/* line 928, ../sass/_wizards.scss */
10380
/* line 934, ../sass/_wizards.scss */
10375 10381
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
10376 10382
  background-color: #bebebe;
10377 10383
}
10378
/* line 933, ../sass/_wizards.scss */
10384
/* line 939, ../sass/_wizards.scss */
10379 10385
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
10380 10386
  height: 100%;
10381 10387
}
10382
/* line 935, ../sass/_wizards.scss */
10388
/* line 941, ../sass/_wizards.scss */
10383 10389
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
10384 10390
  background: #bebebe;
10385 10391
  height: 100%;
10386 10392
  float: left;
10387 10393
  position: relative;
10388 10394
}
10389
/* line 940, ../sass/_wizards.scss */
10395
/* line 946, ../sass/_wizards.scss */
10390 10396
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
10391 10397
  background: white;
10392 10398
  height: 100%;
10393 10399
  float: left;
10394 10400
}
10395
/* line 945, ../sass/_wizards.scss */
10401
/* line 951, ../sass/_wizards.scss */
10396 10402
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
10397 10403
  position: absolute;
10398 10404
  right: 10px;
10399 10405
  font-size: 0.5625em;
10400 10406
  top: 2px;
10401 10407
}
10402
/* line 952, ../sass/_wizards.scss */
10408
/* line 958, ../sass/_wizards.scss */
10403 10409
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
10404 10410
  right: -30px;
10405 10411
  color: white;
10406 10412
}
10407
/* line 961, ../sass/_wizards.scss */
10413
/* line 967, ../sass/_wizards.scss */
10408 10414
#volume-wizard .step .volume_options > li .options-bar .options {
10409 10415
  overflow: hidden;
10410 10416
  list-style: none outside none;
10411 10417
}
10412
/* line 964, ../sass/_wizards.scss */
10418
/* line 970, ../sass/_wizards.scss */
10413 10419
#volume-wizard .step .volume_options > li .options-bar .options li {
10414 10420
  list-style: none outside none;
10415 10421
  display: inline-block;
10416 10422
  margin-right: 10px;
10417 10423
  margin-bottom: 0;
10418 10424
}
10419
/* line 969, ../sass/_wizards.scss */
10425
/* line 975, ../sass/_wizards.scss */
10420 10426
#volume-wizard .step .volume_options > li .options-bar .options li a {
10421 10427
  min-width: 60px;
10422 10428
}
10423
/* line 972, ../sass/_wizards.scss */
10429
/* line 978, ../sass/_wizards.scss */
10424 10430
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
10425 10431
  color: #485057;
10426 10432
}
10427
/* line 975, ../sass/_wizards.scss */
10433
/* line 981, ../sass/_wizards.scss */
10428 10434
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
10429 10435
  border-color: #bebebe;
10430 10436
  color: #bebebe;
10431 10437
}
10432
/* line 978, ../sass/_wizards.scss */
10438
/* line 984, ../sass/_wizards.scss */
10433 10439
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled:hover, #volume-wizard .step .volume_options > li .options-bar .options li a.disabled:active {
10434 10440
  cursor: default;
10435 10441
  border-width: 1px;
10436 10442
  line-height: 28px;
10437 10443
}
10438
/* line 991, ../sass/_wizards.scss */
10444
/* line 997, ../sass/_wizards.scss */
10439 10445
#volume-wizard .step .explain {
10440 10446
  margin-bottom: 1em;
10441 10447
}

Also available in: Unified diff