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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
9344 9344
  z-index: 40;
9345 9345
}
9346 9346
/* line 19, ../sass/_wizards.scss */
9347
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers {
9347
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers.row {
9348
  max-width: 100%;
9349
  padding: 0 15px;
9348 9350
  height: 50px;
9349 9351
  line-height: 50px;
9350 9352
  background: #2d3338;
9351 9353
}
9352
/* line 20, ../sass/_wizards.scss */
9353
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row {
9354
  max-width: 100%;
9355
  padding: 0 15px;
9356
}
9357
/* line 23, ../sass/_wizards.scss */
9358
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close {
9354
/* line 22, ../sass/_wizards.scss */
9355
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers.row .close {
9359 9356
  color: #bebebe;
9360 9357
}
9361
/* line 25, ../sass/_wizards.scss */
9362
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:focus {
9358
/* line 24, ../sass/_wizards.scss */
9359
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers.row .close:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers.row .close:focus {
9363 9360
  color: white;
9364 9361
}
9365
/* line 34, ../sass/_wizards.scss */
9362
/* line 32, ../sass/_wizards.scss */
9366 9363
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus {
9367 9364
  height: 40px;
9368 9365
}
9369
/* line 36, ../sass/_wizards.scss */
9366
/* line 34, ../sass/_wizards.scss */
9370 9367
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu {
9371 9368
  display: none;
9372 9369
}
9373
/* line 38, ../sass/_wizards.scss */
9374
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu[data-step="1"] {
9370
/* line 36, ../sass/_wizards.scss */
9371
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu.current {
9375 9372
  display: block;
9373
  animation: fadeIn 0.7s;
9374
  -webkit-animation: fadeIn 0.7s;
9376 9375
}
9377 9376
/* line 41, ../sass/_wizards.scss */
9378 9377
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul {
......
9389 9388
  list-style: none outside none;
9390 9389
}
9391 9390
/* line 51, ../sass/_wizards.scss */
9392
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a {
9393
  color: #2d3338;
9391
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li.current {
9392
  text-decoration: underline;
9394 9393
}
9395 9394
/* line 53, ../sass/_wizards.scss */
9396
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:focus, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
9395
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li.current a {
9397 9396
  color: white;
9398 9397
}
9399
/* line 56, ../sass/_wizards.scss */
9400
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
9401
  text-decoration: underline;
9398
/* line 57, ../sass/_wizards.scss */
9399
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a {
9400
  color: #2d3338;
9402 9401
}
9403 9402
/* line 59, ../sass/_wizards.scss */
9403
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:focus {
9404
  color: white;
9405
}
9406
/* line 62, ../sass/_wizards.scss */
9404 9407
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.disabled {
9405 9408
  color: #bebebe;
9406 9409
  cursor: default;
9407 9410
}
9408
/* line 69, ../sass/_wizards.scss */
9411
/* line 72, ../sass/_wizards.scss */
9409 9412
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums {
9410 9413
  text-align: right;
9411 9414
  list-style: none outside none;
......
9416 9419
  padding-right: 120px;
9417 9420
  color: #30c79e;
9418 9421
}
9419
/* line 78, ../sass/_wizards.scss */
9422
/* line 81, ../sass/_wizards.scss */
9420 9423
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li {
9421 9424
  list-style: none outside none;
9422 9425
  display: inline;
9423 9426
}
9424
/* line 81, ../sass/_wizards.scss */
9427
/* line 84, ../sass/_wizards.scss */
9425 9428
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p {
9426 9429
  display: none;
9427 9430
  position: relative;
......
9429 9432
  font-size: 12px;
9430 9433
  margin-left: 12px;
9431 9434
}
9432
/* line 87, ../sass/_wizards.scss */
9435
/* line 90, ../sass/_wizards.scss */
9433 9436
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p strong {
9434 9437
  margin-right: 5px;
9435 9438
}
9436
/* line 91, ../sass/_wizards.scss */
9439
/* line 94, ../sass/_wizards.scss */
9437 9440
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li em {
9438 9441
  display: inline-block;
9439 9442
  border-radius: 50%;
......
9445 9448
  text-align: center;
9446 9449
  font-style: normal;
9447 9450
}
9448
/* line 102, ../sass/_wizards.scss */
9451
/* line 105, ../sass/_wizards.scss */
9449 9452
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a {
9450 9453
  color: #30c79e;
9451 9454
  display: block;
9452 9455
}
9453
/* line 105, ../sass/_wizards.scss */
9456
/* line 108, ../sass/_wizards.scss */
9454 9457
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a:hover {
9455 9458
  cursor: default;
9456 9459
}
9457
/* line 109, ../sass/_wizards.scss */
9460
/* line 112, ../sass/_wizards.scss */
9458 9461
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current {
9459 9462
  float: left;
9460 9463
  animation: fadeIn 0.7s;
9461 9464
  -webkit-animation: fadeIn 0.7s;
9462 9465
}
9463
/* line 113, ../sass/_wizards.scss */
9466
/* line 116, ../sass/_wizards.scss */
9464 9467
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current p {
9465 9468
  display: inline-block;
9466 9469
}
9467
/* line 116, ../sass/_wizards.scss */
9470
/* line 119, ../sass/_wizards.scss */
9468 9471
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em {
9469 9472
  font-size: 12px;
9470 9473
  width: 30px;
......
9472 9475
  line-height: 27px;
9473 9476
  border-color: #30c79e;
9474 9477
}
9475
/* line 122, ../sass/_wizards.scss */
9478
/* line 125, ../sass/_wizards.scss */
9476 9479
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em * {
9477 9480
  color: #30c79e;
9478 9481
}
9479
/* line 127, ../sass/_wizards.scss */
9482
/* line 130, ../sass/_wizards.scss */
9480 9483
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.past {
9481 9484
  display: none;
9482 9485
}
9483
/* line 133, ../sass/_wizards.scss */
9486
/* line 136, ../sass/_wizards.scss */
9484 9487
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle {
9485 9488
  padding-top: 70px;
9486 9489
}
9487
/* line 135, ../sass/_wizards.scss */
9490
/* line 138, ../sass/_wizards.scss */
9488 9491
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .steps {
9489 9492
  position: relative;
9490 9493
  width: 100%;
9491 9494
}
9492
/* line 139, ../sass/_wizards.scss */
9495
/* line 142, ../sass/_wizards.scss */
9493 9496
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step {
9494 9497
  position: absolute;
9495 9498
  top: 0;
......
9497 9500
  display: none;
9498 9501
  padding: 50px 0 50px;
9499 9502
}
9500
/* line 145, ../sass/_wizards.scss */
9503
/* line 148, ../sass/_wizards.scss */
9501 9504
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.current {
9502 9505
  display: block;
9503 9506
}
9504
/* line 148, ../sass/_wizards.scss */
9507
/* line 151, ../sass/_wizards.scss */
9505 9508
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step h2 {
9506 9509
  color: white;
9507 9510
  font-size: 1em;
9508 9511
}
9509
/* line 152, ../sass/_wizards.scss */
9512
/* line 155, ../sass/_wizards.scss */
9510 9513
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step li {
9511 9514
  list-style: none outside none;
9512 9515
  position: relative;
9513 9516
}
9514
/* line 157, ../sass/_wizards.scss */
9517
/* line 160, ../sass/_wizards.scss */
9515 9518
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step a {
9516 9519
  color: white;
9517 9520
}
9518
/* line 160, ../sass/_wizards.scss */
9521
/* line 163, ../sass/_wizards.scss */
9519 9522
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list {
9520 9523
  margin-top: 1em;
9521 9524
}
9522
/* line 162, ../sass/_wizards.scss */
9525
/* line 165, ../sass/_wizards.scss */
9523 9526
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li {
9524 9527
  margin-bottom: 0.5em;
9525 9528
  margin-left: 1.5em;
9526 9529
}
9527
/* line 166, ../sass/_wizards.scss */
9530
/* line 169, ../sass/_wizards.scss */
9528 9531
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li:first-child .img-wrap .snf-font {
9529 9532
  color: white;
9530 9533
}
9531
/* line 170, ../sass/_wizards.scss */
9534
/* line 173, ../sass/_wizards.scss */
9532 9535
.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 {
9533 9536
  display: inline-block;
9534 9537
  margin-right: 15px;
9535 9538
}
9536
/* line 174, ../sass/_wizards.scss */
9539
/* line 177, ../sass/_wizards.scss */
9537 9540
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap {
9538 9541
  position: relative;
9539 9542
  width: 1.875em;
9540 9543
}
9541
/* line 177, ../sass/_wizards.scss */
9544
/* line 180, ../sass/_wizards.scss */
9542 9545
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .snf-font {
9543 9546
  font-size: 1.875em;
9544 9547
  color: #30c79e;
9545 9548
  line-height: 120%;
9546 9549
}
9547
/* line 182, ../sass/_wizards.scss */
9550
/* line 185, ../sass/_wizards.scss */
9548 9551
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .os {
9549 9552
  background: url("../images/os-unknown.png") no-repeat center center;
9550 9553
  width: 14px;
......
9556 9559
  top: 5px;
9557 9560
  left: 18px;
9558 9561
}
9559
/* line 189, ../sass/_wizards.scss */
9562
/* line 192, ../sass/_wizards.scss */
9560 9563
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .name {
9561 9564
  width: 18.75em;
9562 9565
}
9563
/* line 199, ../sass/_wizards.scss */
9566
/* line 202, ../sass/_wizards.scss */
9564 9567
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9565 9568
  margin-bottom: 40px;
9566 9569
}
9567
/* line 207, ../sass/_wizards.scss */
9570
/* line 210, ../sass/_wizards.scss */
9568 9571
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9569 9572
  display: none;
9570 9573
  list-style: none outside none;
9571 9574
  font-size: 0.75em;
9572 9575
  padding: 15px 0;
9573 9576
}
9574
/* line 214, ../sass/_wizards.scss */
9577
/* line 217, ../sass/_wizards.scss */
9575 9578
.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 {
9576 9579
  background: #2d3338;
9577 9580
}
9578
/* line 217, ../sass/_wizards.scss */
9581
/* line 220, ../sass/_wizards.scss */
9579 9582
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9580 9583
  background: white;
9581 9584
  color: #485057;
9582 9585
}
9583
/* line 220, ../sass/_wizards.scss */
9586
/* line 223, ../sass/_wizards.scss */
9584 9587
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9585 9588
  color: #485057;
9586 9589
}
9587
/* line 224, ../sass/_wizards.scss */
9590
/* line 227, ../sass/_wizards.scss */
9588 9591
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9589 9592
  border-color: #485057;
9590 9593
  color: #485057;
9591 9594
}
9592
/* line 229, ../sass/_wizards.scss */
9595
/* line 232, ../sass/_wizards.scss */
9593 9596
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a:hover span {
9594 9597
  border-color: #485057;
9595 9598
}
9596
/* line 233, ../sass/_wizards.scss */
9599
/* line 236, ../sass/_wizards.scss */
9597 9600
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9598 9601
  color: white;
9599 9602
}
9600
/* line 235, ../sass/_wizards.scss */
9603
/* line 238, ../sass/_wizards.scss */
9601 9604
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current span {
9602 9605
  background: #485057;
9603 9606
}
9604
/* line 242, ../sass/_wizards.scss */
9607
/* line 245, ../sass/_wizards.scss */
9605 9608
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9606 9609
  display: list-item;
9607 9610
}
9608
/* line 245, ../sass/_wizards.scss */
9611
/* line 248, ../sass/_wizards.scss */
9609 9612
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9610 9613
  float: left;
9611 9614
  width: 50px;
9612 9615
  line-height: 30px;
9613 9616
}
9614
/* line 250, ../sass/_wizards.scss */
9617
/* line 253, ../sass/_wizards.scss */
9615 9618
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9616 9619
  float: left;
9617 9620
  color: white;
......
9619 9622
  padding-right: 10px;
9620 9623
  line-height: 30px;
9621 9624
}
9622
/* line 257, ../sass/_wizards.scss */
9625
/* line 260, ../sass/_wizards.scss */
9623 9626
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9624 9627
  float: left;
9625 9628
  width: 10%;
9626 9629
  line-height: 30px;
9627 9630
}
9628
/* line 262, ../sass/_wizards.scss */
9631
/* line 265, ../sass/_wizards.scss */
9629 9632
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9630 9633
  float: right;
9631 9634
  width: 10%;
9632 9635
  margin-left: 10px;
9633 9636
}
9634
/* line 266, ../sass/_wizards.scss */
9637
/* line 269, ../sass/_wizards.scss */
9635 9638
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9636 9639
  font-size: 1em;
9637 9640
}
9638
/* line 270, ../sass/_wizards.scss */
9641
/* line 273, ../sass/_wizards.scss */
9639 9642
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9640 9643
  color: #485057;
9641 9644
}
9642
/* line 275, ../sass/_wizards.scss */
9645
/* line 278, ../sass/_wizards.scss */
9643 9646
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9644 9647
  display: none;
9645 9648
  background: #e6e6e6;
......
9647 9650
  margin: 20px 6px -9px;
9648 9651
  color: #2d3338;
9649 9652
}
9650
/* line 281, ../sass/_wizards.scss */
9653
/* line 284, ../sass/_wizards.scss */
9651 9654
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9652 9655
  font-size: 1em;
9653 9656
  font-weight: normal;
9654 9657
  margin-bottom: 1em;
9655 9658
  padding-left: 50px;
9656 9659
}
9657
/* line 287, ../sass/_wizards.scss */
9660
/* line 290, ../sass/_wizards.scss */
9658 9661
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9659 9662
  margin: 0;
9660 9663
  padding-left: 50px;
9661 9664
}
9662
/* line 291, ../sass/_wizards.scss */
9665
/* line 294, ../sass/_wizards.scss */
9663 9666
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9664 9667
  width: 20%;
9665 9668
  float: left;
9666 9669
  font-weight: normal;
9667 9670
}
9668
/* line 296, ../sass/_wizards.scss */
9671
/* line 299, ../sass/_wizards.scss */
9669 9672
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9670 9673
  margin: 0 0 5px;
9671 9674
}
9672
/* line 303, ../sass/_wizards.scss */
9675
/* line 306, ../sass/_wizards.scss */
9673 9676
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9674 9677
  list-style: none outside none;
9675 9678
}
9676
/* line 305, ../sass/_wizards.scss */
9679
/* line 308, ../sass/_wizards.scss */
9677 9680
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9678 9681
  list-style: none outside none;
9679 9682
  margin-bottom: 30px;
9680 9683
}
9681
/* line 308, ../sass/_wizards.scss */
9684
/* line 311, ../sass/_wizards.scss */
9682 9685
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9683 9686
  height: 40px;
9684 9687
  overflow: hidden;
......
9686 9689
  color: white;
9687 9690
  vertical-align: top;
9688 9691
}
9689
/* line 315, ../sass/_wizards.scss */
9692
/* line 318, ../sass/_wizards.scss */
9690 9693
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .snf-font {
9691 9694
  display: block;
9692 9695
  width: 60px;
......
9695 9698
  position: relative;
9696 9699
  bottom: -3px;
9697 9700
}
9698
/* line 323, ../sass/_wizards.scss */
9701
/* line 326, ../sass/_wizards.scss */
9699 9702
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9700 9703
  font-size: 0.875em;
9701 9704
  float: left;
......
9704 9707
  margin-right: 60px;
9705 9708
  padding-left: 0.625em;
9706 9709
}
9707
/* line 325, ../sass/_wizards.scss */
9710
/* line 328, ../sass/_wizards.scss */
9708 9711
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9709 9712
  font-weight: normal;
9710 9713
}
9711
/* line 333, ../sass/_wizards.scss */
9714
/* line 336, ../sass/_wizards.scss */
9712 9715
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9713 9716
  display: block;
9714 9717
  margin-top: 4px;
......
9718 9721
  white-space: nowrap;
9719 9722
  line-height: 13px;
9720 9723
}
9721
/* line 343, ../sass/_wizards.scss */
9724
/* line 346, ../sass/_wizards.scss */
9722 9725
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9723 9726
  visibility: hidden;
9724 9727
  overflow: hidden;
......
9726 9729
  font-size: 11px;
9727 9730
  line-height: 11px;
9728 9731
}
9729
/* line 353, ../sass/_wizards.scss */
9732
/* line 356, ../sass/_wizards.scss */
9730 9733
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9731 9734
  width: 200px;
9732 9735
  float: left;
......
9735 9738
  position: relative;
9736 9739
  top: 10px;
9737 9740
}
9738
/* line 360, ../sass/_wizards.scss */
9741
/* line 363, ../sass/_wizards.scss */
9739 9742
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9740 9743
  border: 1px solid white;
9741 9744
  padding: 1px;
9742 9745
  height: 100%;
9743 9746
}
9744
/* line 364, ../sass/_wizards.scss */
9747
/* line 367, ../sass/_wizards.scss */
9745 9748
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9746 9749
  border-color: #bebebe;
9747 9750
}
9748
/* line 367, ../sass/_wizards.scss */
9751
/* line 370, ../sass/_wizards.scss */
9749 9752
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9750 9753
  background-color: #bebebe;
9751 9754
}
9752
/* line 372, ../sass/_wizards.scss */
9755
/* line 375, ../sass/_wizards.scss */
9753 9756
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9754 9757
  height: 100%;
9755 9758
}
9756
/* line 374, ../sass/_wizards.scss */
9759
/* line 377, ../sass/_wizards.scss */
9757 9760
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9758 9761
  background: #bebebe;
9759 9762
  height: 100%;
9760 9763
  float: left;
9761 9764
  position: relative;
9762 9765
}
9763
/* line 379, ../sass/_wizards.scss */
9766
/* line 382, ../sass/_wizards.scss */
9764 9767
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9765 9768
  background: white;
9766 9769
  height: 100%;
9767 9770
  float: left;
9768 9771
}
9769
/* line 384, ../sass/_wizards.scss */
9772
/* line 387, ../sass/_wizards.scss */
9770 9773
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9771 9774
  position: absolute;
9772 9775
  right: 10px;
9773 9776
  font-size: 0.5625em;
9774 9777
  top: 2px;
9775 9778
}
9776
/* line 391, ../sass/_wizards.scss */
9779
/* line 394, ../sass/_wizards.scss */
9777 9780
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9778 9781
  right: -30px;
9779 9782
  color: white;
9780 9783
}
9781
/* line 401, ../sass/_wizards.scss */
9784
/* line 404, ../sass/_wizards.scss */
9782 9785
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9783 9786
  overflow: hidden;
9784 9787
  list-style: none outside none;
9785 9788
}
9786
/* line 404, ../sass/_wizards.scss */
9789
/* line 407, ../sass/_wizards.scss */
9787 9790
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9788 9791
  list-style: none outside none;
9789 9792
  display: inline-block;
9790 9793
  margin-right: 10px;
9791 9794
  margin-bottom: 0;
9792 9795
}
9793
/* line 409, ../sass/_wizards.scss */
9796
/* line 412, ../sass/_wizards.scss */
9794 9797
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9795 9798
  min-width: 60px;
9796 9799
}
9797
/* line 412, ../sass/_wizards.scss */
9800
/* line 415, ../sass/_wizards.scss */
9798 9801
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9799 9802
  color: #485057;
9800 9803
}
9801
/* line 415, ../sass/_wizards.scss */
9804
/* line 418, ../sass/_wizards.scss */
9802 9805
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9803 9806
  border-color: #bebebe;
9804 9807
  color: #bebebe;
9805 9808
}
9806
/* line 418, ../sass/_wizards.scss */
9809
/* line 421, ../sass/_wizards.scss */
9807 9810
.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 {
9808 9811
  cursor: default;
9809 9812
  border-width: 1px;
9810 9813
  line-height: 28px;
9811 9814
}
9812
/* line 431, ../sass/_wizards.scss */
9815
/* line 434, ../sass/_wizards.scss */
9813 9816
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9814 9817
  padding-bottom: 40px;
9815 9818
}
9816
/* line 434, ../sass/_wizards.scss */
9819
/* line 437, ../sass/_wizards.scss */
9817 9820
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9818 9821
  max-width: 36.25em;
9819 9822
  border-top: 1px solid white;
9820 9823
  padding-top: 1em;
9821 9824
}
9822
/* line 441, ../sass/_wizards.scss */
9825
/* line 444, ../sass/_wizards.scss */
9823 9826
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9824 9827
  border-top: 0 none;
9825 9828
  margin-top: 0;
9826 9829
}
9827
/* line 446, ../sass/_wizards.scss */
9830
/* line 449, ../sass/_wizards.scss */
9828 9831
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9829 9832
  font-weight: bold;
9830 9833
}
9831
/* line 452, ../sass/_wizards.scss */
9834
/* line 455, ../sass/_wizards.scss */
9832 9835
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9833 9836
  font-size: 1em;
9834 9837
  color: white;
9835 9838
  margin-bottom: 1em;
9836 9839
}
9837
/* line 457, ../sass/_wizards.scss */
9840
/* line 460, ../sass/_wizards.scss */
9838 9841
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9839 9842
  margin-bottom: 0;
9840 9843
}
9841
/* line 459, ../sass/_wizards.scss */
9844
/* line 462, ../sass/_wizards.scss */
9842 9845
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9843 9846
  width: 40px;
9844 9847
  display: inline-block;
......
9846 9849
  position: relative;
9847 9850
  bottom: -2px;
9848 9851
}
9849
/* line 466, ../sass/_wizards.scss */
9852
/* line 469, ../sass/_wizards.scss */
9850 9853
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9851 9854
  display: inline-block;
9852 9855
  width: 42%;
9853 9856
  vertical-align: top;
9854 9857
  font-weight: 600;
9855 9858
}
9856
/* line 472, ../sass/_wizards.scss */
9859
/* line 475, ../sass/_wizards.scss */
9857 9860
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9858 9861
  display: inline-block;
9859 9862
  width: 45%;
9860 9863
  margin-bottom: 1em;
9861 9864
}
9862
/* line 479, ../sass/_wizards.scss */
9865
/* line 482, ../sass/_wizards.scss */
9863 9866
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9864 9867
  color: white;
9865 9868
}
9866
/* line 481, ../sass/_wizards.scss */
9869
/* line 484, ../sass/_wizards.scss */
9867 9870
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9868 9871
  color: white;
9869 9872
  font-size: 1em;
9870 9873
  margin-bottom: 10px;
9871 9874
  line-height: 1;
9872 9875
}
9873
/* line 487, ../sass/_wizards.scss */
9876
/* line 490, ../sass/_wizards.scss */
9874 9877
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9875 9878
  font-size: 10px;
9876 9879
}
9877
/* line 490, ../sass/_wizards.scss */
9880
/* line 493, ../sass/_wizards.scss */
9878 9881
.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 {
9879 9882
  color: white;
9880 9883
}
9881
/* line 493, ../sass/_wizards.scss */
9884
/* line 496, ../sass/_wizards.scss */
9882 9885
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9883 9886
  margin: 50px 0 2.5em;
9884 9887
}
9885
/* line 495, ../sass/_wizards.scss */
9888
/* line 498, ../sass/_wizards.scss */
9886 9889
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9887 9890
  color: white;
9888 9891
}
9889
/* line 497, ../sass/_wizards.scss */
9892
/* line 500, ../sass/_wizards.scss */
9890 9893
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9891 9894
  padding-left: 24px;
9892 9895
}
9893
/* line 504, ../sass/_wizards.scss */
9896
/* line 507, ../sass/_wizards.scss */
9894 9897
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9895 9898
  color: white;
9896 9899
  font-size: 1em;
9897 9900
  margin-bottom: 0.5em;
9898 9901
}
9899
/* line 512, ../sass/_wizards.scss */
9902
/* line 515, ../sass/_wizards.scss */
9900 9903
.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 {
9901 9904
  color: white;
9902 9905
}
9903
/* line 515, ../sass/_wizards.scss */
9906
/* line 518, ../sass/_wizards.scss */
9904 9907
.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 {
9905 9908
  color: #485057;
9906 9909
}
9907
/* line 519, ../sass/_wizards.scss */
9910
/* line 522, ../sass/_wizards.scss */
9908 9911
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9909 9912
  display: none;
9910 9913
}
9911
/* line 521, ../sass/_wizards.scss */
9914
/* line 524, ../sass/_wizards.scss */
9912 9915
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9913 9916
  font-size: 20px;
9914 9917
}
9915
/* line 524, ../sass/_wizards.scss */
9918
/* line 527, ../sass/_wizards.scss */
9916 9919
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9917 9920
  padding: 2.5em 0;
9918 9921
}
9919
/* line 527, ../sass/_wizards.scss */
9922
/* line 530, ../sass/_wizards.scss */
9920 9923
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9921 9924
  max-width: 340px;
9922 9925
  margin-bottom: 20px;
9923 9926
}
9924
/* line 533, ../sass/_wizards.scss */
9927
/* line 536, ../sass/_wizards.scss */
9925 9928
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9926 9929
  position: relative;
9927 9930
  list-style: none outside none;
9928 9931
  margin-bottom: 7px;
9929 9932
}
9930
/* line 538, ../sass/_wizards.scss */
9933
/* line 541, ../sass/_wizards.scss */
9931 9934
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9932 9935
  cursor: pointer;
9933 9936
}
9934
/* line 542, ../sass/_wizards.scss */
9937
/* line 545, ../sass/_wizards.scss */
9935 9938
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9936 9939
  width: 18.75em;
9937 9940
  color: white;
......
9940 9943
  margin: 0 28px 0 0;
9941 9944
  display: inline-block;
9942 9945
}
9943
/* line 554, ../sass/_wizards.scss */
9946
/* line 557, ../sass/_wizards.scss */
9944 9947
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9945 9948
  background-color: #ff7049;
9946 9949
}
9947
/* line 556, ../sass/_wizards.scss */
9950
/* line 559, ../sass/_wizards.scss */
9948 9951
.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 {
9949 9952
  margin-top: 3px;
9950 9953
}
9951
/* line 561, ../sass/_wizards.scss */
9954
/* line 564, ../sass/_wizards.scss */
9952 9955
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9953 9956
  background-color: #f6938d;
9954 9957
}
9955
/* line 563, ../sass/_wizards.scss */
9958
/* line 566, ../sass/_wizards.scss */
9956 9959
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9957 9960
  position: relative;
9958 9961
  margin-bottom: 0;
9959 9962
}
9960
/* line 568, ../sass/_wizards.scss */
9963
/* line 571, ../sass/_wizards.scss */
9961 9964
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9962 9965
  padding-right: 30px;
9963 9966
  display: inline-block;
......
9967 9970
  margin-bottom: 0;
9968 9971
  position: relative;
9969 9972
}
9970
/* line 576, ../sass/_wizards.scss */
9973
/* line 579, ../sass/_wizards.scss */
9971 9974
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9972 9975
  position: relative;
9973 9976
}
9974
/* line 578, ../sass/_wizards.scss */
9977
/* line 581, ../sass/_wizards.scss */
9975 9978
.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 {
9976 9979
  top: -1px;
9977 9980
}
9978
/* line 581, ../sass/_wizards.scss */
9981
/* line 584, ../sass/_wizards.scss */
9979 9982
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9980 9983
  top: 5px;
9981 9984
}
9982
/* line 584, ../sass/_wizards.scss */
9985
/* line 587, ../sass/_wizards.scss */
9983 9986
.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 {
9984 9987
  top: 5px;
9985 9988
}
9986
/* line 587, ../sass/_wizards.scss */
9989
/* line 590, ../sass/_wizards.scss */
9987 9990
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9988 9991
  position: absolute;
9989 9992
  height: 1px;
......
9991 9994
  background: white;
9992 9995
  bottom: 15px;
9993 9996
}
9994
/* line 593, ../sass/_wizards.scss */
9997
/* line 596, ../sass/_wizards.scss */
9995 9998
.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 {
9996 9999
  right: 56px;
9997 10000
}
9998
/* line 594, ../sass/_wizards.scss */
10001
/* line 597, ../sass/_wizards.scss */
9999 10002
.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 {
10000 10003
  right: 97px;
10001 10004
  width: 10px;
10002 10005
}
10003
/* line 601, ../sass/_wizards.scss */
10006
/* line 604, ../sass/_wizards.scss */
10004 10007
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
10005 10008
  background: #fcd9d7;
10006 10009
  margin: 2.5em 6px;
10007 10010
  padding: 2.5em 0;
10008 10011
  color: #fff;
10009 10012
}
10010
/* line 606, ../sass/_wizards.scss */
10013
/* line 609, ../sass/_wizards.scss */
10011 10014
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
10012 10015
  color: #fff;
10013 10016
  padding-left: 145px;
10014 10017
}
10015
/* line 609, ../sass/_wizards.scss */
10018
/* line 612, ../sass/_wizards.scss */
10016 10019
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
10017 10020
  cursor: pointer;
10018 10021
}
10019
/* line 613, ../sass/_wizards.scss */
10022
/* line 616, ../sass/_wizards.scss */
10020 10023
.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 {
10021 10024
  margin-top: 20px;
10022 10025
  border-color: #fff;
10023 10026
  color: #fff;
10024 10027
  margin-left: 145px;
10025 10028
}
10026
/* line 621, ../sass/_wizards.scss */
10029
/* line 624, ../sass/_wizards.scss */
10027 10030
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .trigger-checkbox a span {
10028 10031
  color: #fff;
10029 10032
}
10030
/* line 630, ../sass/_wizards.scss */
10033
/* line 633, ../sass/_wizards.scss */
10031 10034
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
10032 10035
  background-color: #4c71ff;
10033 10036
}
10034
/* line 632, ../sass/_wizards.scss */
10037
/* line 635, ../sass/_wizards.scss */
10035 10038
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
10036 10039
  display: none;
10037 10040
}
10038
/* line 635, ../sass/_wizards.scss */
10041
/* line 638, ../sass/_wizards.scss */
10039 10042
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
10040 10043
  position: relative;
10041 10044
  width: 207px;
10042 10045
  margin: 30px 5px;
10043 10046
  display: inline-block;
10044 10047
}
10045
/* line 641, ../sass/_wizards.scss */
10048
/* line 644, ../sass/_wizards.scss */
10046 10049
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
10047 10050
  margin-top: 77px;
10048 10051
  margin-bottom: 30px;
10049 10052
}
10050
/* line 645, ../sass/_wizards.scss */
10053
/* line 648, ../sass/_wizards.scss */
10051 10054
.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 {
10052 10055
  margin-right: 20px;
10053 10056
}
10054
/* line 648, ../sass/_wizards.scss */
10057
/* line 651, ../sass/_wizards.scss */
10055 10058
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo {
10056 10059
  display: inline-block;
10057 10060
  -webkit-border-radius: 999px;
......
10066 10069
  border-color: transparent;
10067 10070
  color: transparent;
10068 10071
}
10069
/* line 655, ../sass/_wizards.scss */
10072
/* line 658, ../sass/_wizards.scss */
10070 10073
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag4 {
10071 10074
  background-color: #e02b2b;
10072 10075
}
10073
/* line 658, ../sass/_wizards.scss */
10076
/* line 661, ../sass/_wizards.scss */
10074 10077
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag5 {
10075 10078
  background-color: #ffc748;
10076 10079
}
10077
/* line 661, ../sass/_wizards.scss */
10080
/* line 664, ../sass/_wizards.scss */
10078 10081
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag6 {
10079 10082
  background-color: #ff7049;
10080 10083
}
10081
/* line 665, ../sass/_wizards.scss */
10084
/* line 668, ../sass/_wizards.scss */
10082 10085
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
10083 10086
  width: 18.75em;
10084 10087
  color: white;
......
10087 10090
  margin: 0 28px 0 0;
10088 10091
  display: inline-block;
10089 10092
}
10090
/* line 674, ../sass/_wizards.scss */
10093
/* line 677, ../sass/_wizards.scss */
10091 10094
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
10092 10095
  position: relative;
10093 10096
  left: -14px;
10094 10097
}
10095
/* line 677, ../sass/_wizards.scss */
10098
/* line 680, ../sass/_wizards.scss */
10096 10099
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
10097 10100
  margin-right: 35px;
10098 10101
}
10099
/* line 686, ../sass/_wizards.scss */
10102
/* line 689, ../sass/_wizards.scss */
10100 10103
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
10101 10104
  position: fixed;
10102 10105
  left: 0;
......
10105 10108
  border-top: 1px solid #2d3338;
10106 10109
  background: #485057;
10107 10110
}
10108
/* line 693, ../sass/_wizards.scss */
10111
/* line 696, ../sass/_wizards.scss */
10109 10112
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
10110 10113
  height: 40px;
10111 10114
  line-height: 40px;
10112 10115
}
10113
/* line 697, ../sass/_wizards.scss */
10116
/* line 700, ../sass/_wizards.scss */
10114 10117
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
10115 10118
  height: 40px;
10116 10119
  line-height: 40px;
......
10121 10124
  top: 5px;
10122 10125
  width: 100px;
10123 10126
}
10124
/* line 707, ../sass/_wizards.scss */
10127
/* line 710, ../sass/_wizards.scss */
10125 10128
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
10126 10129
  -webkit-transition: background 0ms ease-out;
10127 10130
  -moz-transition: background 0ms ease-out;
......
10129 10132
  -o-transition: background 0ms ease-out;
10130 10133
  transition: background 0ms ease-out;
10131 10134
}
10132
/* line 710, ../sass/_wizards.scss */
10135
/* line 713, ../sass/_wizards.scss */
10133 10136
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
10134 10137
  display: inline-block;
10135 10138
  height: 30px;
10136 10139
  line-height: 30px;
10137 10140
  float: left;
10138 10141
}
10139
/* line 716, ../sass/_wizards.scss */
10142
/* line 719, ../sass/_wizards.scss */
10140 10143
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
10141 10144
  -webkit-transition: background 0ms linear;
10142 10145
  -moz-transition: background 0ms linear;
......
10144 10147
  -o-transition: background 0ms linear;
10145 10148
  transition: background 0ms linear;
10146 10149
}
10147
/* line 721, ../sass/_wizards.scss */
10150
/* line 724, ../sass/_wizards.scss */
10148 10151
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
10149 10152
  float: left;
10150 10153
  height: 30px;
10151 10154
  padding-left: 18px;
10152 10155
  background: url("../images/nav-edge-lt.png") no-repeat left top;
10153 10156
}
10154
/* line 726, ../sass/_wizards.scss */
10157
/* line 729, ../sass/_wizards.scss */
10155 10158
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
10156 10159
  padding-right: 10px;
10157 10160
  background: url("../images/nav-lt.png") no-repeat right top;
10158 10161
}
10159
/* line 732, ../sass/_wizards.scss */
10162
/* line 735, ../sass/_wizards.scss */
10160 10163
.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 {
10161 10164
  background-position: left bottom;
10162 10165
}
10163
/* line 734, ../sass/_wizards.scss */
10166
/* line 737, ../sass/_wizards.scss */
10164 10167
.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 {
10165 10168
  background-position: right bottom;
10166 10169
}
10167
/* line 739, ../sass/_wizards.scss */
10170
/* line 742, ../sass/_wizards.scss */
10168 10171
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
10169 10172
  float: right;
10170 10173
  height: 30px;
10171 10174
  padding-right: 18px;
10172 10175
  background: url("../images/nav-edge-rt.png") no-repeat right top;
10173 10176
}
10174
/* line 744, ../sass/_wizards.scss */
10177
/* line 747, ../sass/_wizards.scss */
10175 10178
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
10176 10179
  padding-left: 10px;
10177 10180
  background: url("../images/nav-rt.png") no-repeat left top;
10178 10181
  float: right;
10179 10182
}
10180
/* line 751, ../sass/_wizards.scss */
10183
/* line 754, ../sass/_wizards.scss */
10181 10184
.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 {
10182 10185
  background-position: right bottom;
10183 10186
}
10184
/* line 753, ../sass/_wizards.scss */
10187
/* line 756, ../sass/_wizards.scss */
10185 10188
.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 {
10186 10189
  background-position: left bottom;
10187 10190
  float: right;
10188 10191
}
10189 10192

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

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

Also available in: Unified diff