Revision 91c8f399

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_images.scss
4 4
			&>li {
5 5
				.img-wrap {
6 6
					.os.symbol {
7
						top: 16px;
7
						// top: 10px;
8 8
						color: white;
9 9
					}
10 10
				}
......
17 17
				.img-wrap {
18 18
					.os.symbol {
19 19
						font-size: 16px;
20
						top: 4px;
20
						// top: 4px;
21 21
						color: white;
22 22
					}
23 23
				}
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss
79 79
		}
80 80
		h4 {
81 81
			font-size: emCalc(12px);
82
			overflow: hidden;
82
			// overflow: hidden;
83 83
			margin-bottom: 4px;
84 84
			height: 32px;
85 85
			font-weight: normal;
......
142 142
				height:$grid-icon-height;
143 143
				.snf-font {
144 144
					font-size: $grid-icon-height;
145
					line-height: 120%;
145
					// line-height: 120%;
146 146
				}
147 147
			}
148 148
			.container {
......
237 237
				float:left;
238 238
				text-align: center;
239 239
				height: $list-icon-height;
240
				top: -6px;
240 241
				.os {
241
					@include sprite('../images/os-unknown.png', 16px, 16px);
242
					@include sprite('../images/os-unknown.png', 14px, 14px);
242 243
					background-size:100%;
243 244
					position: absolute;
244 245
					display: block;
245 246
					text-align: center;
246
					line-height:18px;
247
					// line-height:18px;
247 248
					left:50%;
248
					margin-left:-8px;
249
					top:4px;
249
					margin-left: -7px;
250
					top: 6px;
250 251
				}
251 252
				.snf-font {
252 253
					font-size: $list-icon-height;
......
254 255
				}
255 256
			}
256 257
			h4 {
257
				width:$h4-w
258
				;
258
				width:$h4-w;
259
				overflow: hidden;
259 260
				float:left;
260 261
				text-align: left;
261 262
				height:20px;
......
305 306
					visibility: hidden;
306 307
				}
307 308
				h4 {
308
					height:auto;
309
					line-height: $bar-height;
309
					// height:auto;
310
					// line-height: $bar-height;
310 311
					margin:0;
311 312
				}
312 313
				.img-wrap {
......
370 371
.img-wrap {
371 372
	width: 60px;
372 373
	position: relative;
373
	overflow: hidden;
374
	// overflow: hidden;
374 375
	display: inline-block;
375 376
	line-height: 100%;
376 377
	span {
......
381 382
	.os {
382 383
		@include sprite('../images/os-unknown.png', 22px, 22px);
383 384
		position: absolute;
384
		top:12px;
385
		top: 8px;
385 386
		left:50%;
386 387
		margin-left:-11px;
387 388
		&.windows { background-image:url('../images/os-windows.png'); }
388 389
		&.kubuntu { background-image:url('../images/os-kubuntu.png'); }
389 390
		&.fedora { background-image:url('../images/os-fedora.png'); }
391
		&.symbol {
392
			position: relative;
393
			top: -50px;
394
			left: 0;
395
			margin-left: 0;
396
			width: auto;
397
			height: auto;
398
			// top: 10px;
399
		}
390 400
	}
391 401
}
392 402

  
......
417 427
	.img-wrap {
418 428
		.snf-pc-full {
419 429
			display: block;
420
			overflow: hidden;
430
			// overflow: hidden;
421 431
		}
422 432
		.incomplete {
423 433
			color: $vm-building-color;
......
425 435
		}
426 436
		.complete {
427 437
			width: 0%;
428
			position: relative;
429
			top: -60px;
438
			position: absolute;
439
			top: 0;
440
			overflow: hidden;
430 441
		}
431 442
	}
432 443
}
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_wizards.scss
175 175
										line-height: 120%
176 176
									}
177 177
									.os{
178
										background-size: emCalc(14px);
179
										top: 0px;
178
										@include sprite('../images/os-unknown.png', 14px, 14px);
179
										background-size: 14px;
180
										top: 5px;
181
										left: 18px;
180 182
									}
181 183
								}
182 184
								.name {
b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
7458 7458
/* line 80, ../sass/_items-list.scss */
7459 7459
.items-list > li h4 {
7460 7460
  font-size: 0.75em;
7461
  overflow: hidden;
7462 7461
  margin-bottom: 4px;
7463 7462
  height: 32px;
7464 7463
  font-weight: normal;
......
7599 7598
/* line 143, ../sass/_items-list.scss */
7600 7599
.grid-view .items-list > li .img-wrap .snf-font {
7601 7600
  font-size: 3.75em;
7602
  line-height: 120%;
7603 7601
}
7604 7602
/* line 148, ../sass/_items-list.scss */
7605 7603
.grid-view .items-list > li .container {
......
7713 7711
  float: left;
7714 7712
  text-align: center;
7715 7713
  height: 2.125em;
7714
  top: -6px;
7716 7715
}
7717
/* line 240, ../sass/_items-list.scss */
7716
/* line 241, ../sass/_items-list.scss */
7718 7717
.list-view .items-list > li .img-wrap .os {
7719 7718
  background: url("../images/os-unknown.png") no-repeat center center;
7720
  width: 16px;
7721
  height: 16px;
7719
  width: 14px;
7720
  height: 14px;
7722 7721
  display: inline-block;
7723 7722
  text-indent: -2000px;
7724 7723
  overflow: hidden;
......
7726 7725
  position: absolute;
7727 7726
  display: block;
7728 7727
  text-align: center;
7729
  line-height: 18px;
7730 7728
  left: 50%;
7731
  margin-left: -8px;
7732
  top: 4px;
7729
  margin-left: -7px;
7730
  top: 6px;
7733 7731
}
7734
/* line 251, ../sass/_items-list.scss */
7732
/* line 252, ../sass/_items-list.scss */
7735 7733
.list-view .items-list > li .img-wrap .snf-font {
7736 7734
  font-size: 2.125em;
7737 7735
  line-height: 120%;
7738 7736
}
7739
/* line 256, ../sass/_items-list.scss */
7737
/* line 257, ../sass/_items-list.scss */
7740 7738
.list-view .items-list > li h4 {
7741 7739
  width: 40%;
7740
  overflow: hidden;
7742 7741
  float: left;
7743 7742
  text-align: left;
7744 7743
  height: 20px;
7745 7744
}
7746
/* line 263, ../sass/_items-list.scss */
7745
/* line 264, ../sass/_items-list.scss */
7747 7746
.list-view .items-list > li .tags {
7748 7747
  float: left;
7749 7748
  width: 8%;
7750 7749
  height: 2.125em;
7751 7750
  line-height: 2.125em;
7752 7751
}
7753
/* line 268, ../sass/_items-list.scss */
7752
/* line 269, ../sass/_items-list.scss */
7754 7753
.list-view .items-list > li .tags a {
7755 7754
  vertical-align: text-top;
7756 7755
}
7757
/* line 272, ../sass/_items-list.scss */
7756
/* line 273, ../sass/_items-list.scss */
7758 7757
.list-view .items-list > li .status {
7759 7758
  position: absolute;
7760 7759
  left: 240px;
......
7762 7761
  top: 30px;
7763 7762
  width: 40%;
7764 7763
}
7765
/* line 278, ../sass/_items-list.scss */
7764
/* line 279, ../sass/_items-list.scss */
7766 7765
.list-view .items-list > li .status span {
7767 7766
  display: inline;
7768 7767
}
7769
/* line 282, ../sass/_items-list.scss */
7768
/* line 283, ../sass/_items-list.scss */
7770 7769
.list-view .items-list > li .info {
7771 7770
  float: left;
7772 7771
  width: 25%;
7773 7772
  font-size: 0.75em;
7774 7773
}
7775
/* line 287, ../sass/_items-list.scss */
7774
/* line 288, ../sass/_items-list.scss */
7776 7775
.list-view .items-list > li .actions {
7777 7776
  float: left;
7778 7777
  height: 2.125em;
......
7781 7780
  top: -4px;
7782 7781
  margin: 0 10px;
7783 7782
}
7784
/* line 295, ../sass/_items-list.scss */
7783
/* line 296, ../sass/_items-list.scss */
7785 7784
.list-view .items-list > li .actions a:first-child {
7786 7785
  margin-right: 5px;
7787 7786
}
7788
/* line 301, ../sass/_items-list.scss */
7787
/* line 302, ../sass/_items-list.scss */
7789 7788
.list-view .items-list > li.add-new:hover {
7790 7789
  background: #485057;
7791 7790
}
7792
/* line 304, ../sass/_items-list.scss */
7791
/* line 305, ../sass/_items-list.scss */
7793 7792
.list-view .items-list > li.add-new .check {
7794 7793
  visibility: hidden;
7795 7794
}
7796
/* line 307, ../sass/_items-list.scss */
7795
/* line 308, ../sass/_items-list.scss */
7797 7796
.list-view .items-list > li.add-new h4 {
7798
  height: auto;
7799
  line-height: 30px;
7800 7797
  margin: 0;
7801 7798
}
7802
/* line 313, ../sass/_items-list.scss */
7799
/* line 314, ../sass/_items-list.scss */
7803 7800
.list-view .items-list > li.add-new .img-wrap .symbol {
7804 7801
  font-size: 24px;
7805 7802
}
7806
/* line 320, ../sass/_items-list.scss */
7803
/* line 321, ../sass/_items-list.scss */
7807 7804
.list-view .items-list > li.building .img-wrap .incomplete {
7808 7805
  width: 2.125em;
7809 7806
  margin: 0 auto;
7810 7807
}
7811
/* line 324, ../sass/_items-list.scss */
7808
/* line 325, ../sass/_items-list.scss */
7812 7809
.list-view .items-list > li.building .img-wrap .complete {
7813 7810
  top: -2.125em;
7814 7811
  margin: 0 auto;
7815 7812
}
7816 7813

  
7817
/* line 336, ../sass/_items-list.scss */
7814
/* line 337, ../sass/_items-list.scss */
7818 7815
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
7819 7816
  display: none;
7820 7817
}
7821
/* line 339, ../sass/_items-list.scss */
7818
/* line 340, ../sass/_items-list.scss */
7822 7819
.lt-bar .items-list > li {
7823 7820
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
7824 7821
  padding: 40px;
7825 7822
  height: auto;
7826 7823
}
7827
/* line 343, ../sass/_items-list.scss */
7824
/* line 344, ../sass/_items-list.scss */
7828 7825
.lt-bar .items-list > li:hover {
7829 7826
  background-color: #ebebec;
7830 7827
}
7831
/* line 346, ../sass/_items-list.scss */
7828
/* line 347, ../sass/_items-list.scss */
7832 7829
.lt-bar .items-list > li.add-new {
7833 7830
  background-color: #30c79e;
7834 7831
}
7835
/* line 348, ../sass/_items-list.scss */
7832
/* line 349, ../sass/_items-list.scss */
7836 7833
.lt-bar .items-list > li.add-new:hover {
7837 7834
  background-color: #485057;
7838 7835
}
7839
/* line 353, ../sass/_items-list.scss */
7836
/* line 354, ../sass/_items-list.scss */
7840 7837
.lt-bar .items-list .container {
7841 7838
  height: 160px;
7842 7839
  position: relative;
7843 7840
  line-height: 120%;
7844 7841
}
7845
/* line 357, ../sass/_items-list.scss */
7842
/* line 358, ../sass/_items-list.scss */
7846 7843
.lt-bar .items-list .container .tags {
7847 7844
  width: 100%;
7848 7845
  min-height: 12px;
......
7851 7848
}
7852 7849

  
7853 7850
/* img-wrap div ( colors & styles ) */
7854
/* line 370, ../sass/_items-list.scss */
7851
/* line 371, ../sass/_items-list.scss */
7855 7852
.img-wrap {
7856 7853
  width: 60px;
7857 7854
  position: relative;
7858
  overflow: hidden;
7859 7855
  display: inline-block;
7860 7856
  line-height: 100%;
7861 7857
}
7862
/* line 377, ../sass/_items-list.scss */
7858
/* line 378, ../sass/_items-list.scss */
7863 7859
.img-wrap span:hover {
7864 7860
  cursor: pointer;
7865 7861
}
7866
/* line 381, ../sass/_items-list.scss */
7862
/* line 382, ../sass/_items-list.scss */
7867 7863
.img-wrap .os {
7868 7864
  background: url("../images/os-unknown.png") no-repeat center center;
7869 7865
  width: 22px;
......
7872 7868
  text-indent: -2000px;
7873 7869
  overflow: hidden;
7874 7870
  position: absolute;
7875
  top: 12px;
7871
  top: 8px;
7876 7872
  left: 50%;
7877 7873
  margin-left: -11px;
7878 7874
}
7879
/* line 387, ../sass/_items-list.scss */
7875
/* line 388, ../sass/_items-list.scss */
7880 7876
.img-wrap .os.windows {
7881 7877
  background-image: url("../images/os-windows.png");
7882 7878
}
7883
/* line 388, ../sass/_items-list.scss */
7879
/* line 389, ../sass/_items-list.scss */
7884 7880
.img-wrap .os.kubuntu {
7885 7881
  background-image: url("../images/os-kubuntu.png");
7886 7882
}
7887
/* line 389, ../sass/_items-list.scss */
7883
/* line 390, ../sass/_items-list.scss */
7888 7884
.img-wrap .os.fedora {
7889 7885
  background-image: url("../images/os-fedora.png");
7890 7886
}
7887
/* line 391, ../sass/_items-list.scss */
7888
.img-wrap .os.symbol {
7889
  position: relative;
7890
  top: -50px;
7891
  left: 0;
7892
  margin-left: 0;
7893
  width: auto;
7894
  height: auto;
7895
}
7891 7896

  
7892 7897
/* line 127, ../sass/_common.scss */
7893 7898
.running .img-wrap .snf-pc-full,
......
7959 7964
  color: #30c79e;
7960 7965
}
7961 7966

  
7962
/* line 418, ../sass/_items-list.scss */
7967
/* line 428, ../sass/_items-list.scss */
7963 7968
.building .img-wrap .snf-pc-full {
7964 7969
  display: block;
7965
  overflow: hidden;
7966 7970
}
7967
/* line 422, ../sass/_items-list.scss */
7971
/* line 432, ../sass/_items-list.scss */
7968 7972
.building .img-wrap .incomplete {
7969 7973
  color: #54d6b3;
7970 7974
  width: 60px;
7971 7975
}
7972
/* line 426, ../sass/_items-list.scss */
7976
/* line 436, ../sass/_items-list.scss */
7973 7977
.building .img-wrap .complete {
7974 7978
  width: 0%;
7975
  position: relative;
7976
  top: -60px;
7979
  position: absolute;
7980
  top: 0;
7981
  overflow: hidden;
7977 7982
}
7978 7983

  
7979 7984
/* line 3, ../sass/_details.scss */
......
9024 9029
}
9025 9030
/* line 177, ../sass/_wizards.scss */
9026 9031
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .os {
9027
  background-size: 0.875em;
9028
  top: 0px;
9032
  background: url("../images/os-unknown.png") no-repeat center center;
9033
  width: 14px;
9034
  height: 14px;
9035
  display: inline-block;
9036
  text-indent: -2000px;
9037
  overflow: hidden;
9038
  background-size: 14px;
9039
  top: 5px;
9040
  left: 18px;
9029 9041
}
9030
/* line 182, ../sass/_wizards.scss */
9042
/* line 184, ../sass/_wizards.scss */
9031 9043
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .name {
9032 9044
  width: 18.75em;
9033 9045
}
9034
/* line 192, ../sass/_wizards.scss */
9046
/* line 194, ../sass/_wizards.scss */
9035 9047
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9036 9048
  margin-bottom: 40px;
9037 9049
}
9038
/* line 200, ../sass/_wizards.scss */
9050
/* line 202, ../sass/_wizards.scss */
9039 9051
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9040 9052
  display: none;
9041 9053
  list-style: none outside none;
9042 9054
  font-size: 0.75em;
9043 9055
  padding: 15px 0;
9044 9056
}
9045
/* line 207, ../sass/_wizards.scss */
9057
/* line 209, ../sass/_wizards.scss */
9046 9058
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.hover {
9047 9059
  background: #33383d;
9048 9060
}
9049
/* line 210, ../sass/_wizards.scss */
9061
/* line 212, ../sass/_wizards.scss */
9050 9062
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9051 9063
  background: white;
9052 9064
  color: #485057;
9053 9065
}
9054
/* line 213, ../sass/_wizards.scss */
9066
/* line 215, ../sass/_wizards.scss */
9055 9067
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9056 9068
  color: #485057;
9057 9069
}
9058
/* line 217, ../sass/_wizards.scss */
9070
/* line 219, ../sass/_wizards.scss */
9059 9071
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9060 9072
  border-color: #485057;
9061 9073
  color: #485057;
9062 9074
}
9063
/* line 220, ../sass/_wizards.scss */
9075
/* line 222, ../sass/_wizards.scss */
9064 9076
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9065 9077
  color: white;
9066 9078
  background: #485057;
9067 9079
}
9068
/* line 227, ../sass/_wizards.scss */
9080
/* line 229, ../sass/_wizards.scss */
9069 9081
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9070 9082
  display: list-item;
9071 9083
}
9072
/* line 230, ../sass/_wizards.scss */
9084
/* line 232, ../sass/_wizards.scss */
9073 9085
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9074 9086
  float: left;
9075 9087
  width: 50px;
9076 9088
  line-height: 30px;
9077 9089
}
9078
/* line 235, ../sass/_wizards.scss */
9090
/* line 237, ../sass/_wizards.scss */
9079 9091
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9080 9092
  float: left;
9081 9093
  color: white;
......
9083 9095
  padding-right: 10px;
9084 9096
  line-height: 30px;
9085 9097
}
9086
/* line 242, ../sass/_wizards.scss */
9098
/* line 244, ../sass/_wizards.scss */
9087 9099
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9088 9100
  float: left;
9089 9101
  width: 10%;
9090 9102
  line-height: 30px;
9091 9103
}
9092
/* line 247, ../sass/_wizards.scss */
9104
/* line 249, ../sass/_wizards.scss */
9093 9105
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9094 9106
  float: right;
9095 9107
  width: 10%;
9096 9108
  margin-left: 10px;
9097 9109
}
9098
/* line 251, ../sass/_wizards.scss */
9110
/* line 253, ../sass/_wizards.scss */
9099 9111
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9100 9112
  font-size: 1em;
9101 9113
}
9102
/* line 255, ../sass/_wizards.scss */
9114
/* line 257, ../sass/_wizards.scss */
9103 9115
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9104 9116
  color: #485057;
9105 9117
}
9106
/* line 260, ../sass/_wizards.scss */
9118
/* line 262, ../sass/_wizards.scss */
9107 9119
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9108 9120
  display: none;
9109 9121
  background: #e6e6e6;
......
9111 9123
  margin: 20px 6px -9px;
9112 9124
  color: #1e1e1e;
9113 9125
}
9114
/* line 266, ../sass/_wizards.scss */
9126
/* line 268, ../sass/_wizards.scss */
9115 9127
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9116 9128
  font-size: 1em;
9117 9129
  font-weight: normal;
9118 9130
  margin-bottom: 1em;
9119 9131
  padding-left: 50px;
9120 9132
}
9121
/* line 272, ../sass/_wizards.scss */
9133
/* line 274, ../sass/_wizards.scss */
9122 9134
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9123 9135
  margin: 0;
9124 9136
  padding-left: 50px;
9125 9137
}
9126
/* line 276, ../sass/_wizards.scss */
9138
/* line 278, ../sass/_wizards.scss */
9127 9139
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9128 9140
  width: 20%;
9129 9141
  float: left;
9130 9142
  font-weight: normal;
9131 9143
}
9132
/* line 281, ../sass/_wizards.scss */
9144
/* line 283, ../sass/_wizards.scss */
9133 9145
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9134 9146
  margin: 0 0 5px;
9135 9147
}
9136
/* line 288, ../sass/_wizards.scss */
9148
/* line 290, ../sass/_wizards.scss */
9137 9149
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9138 9150
  list-style: none outside none;
9139 9151
}
9140
/* line 290, ../sass/_wizards.scss */
9152
/* line 292, ../sass/_wizards.scss */
9141 9153
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9142 9154
  list-style: none outside none;
9143 9155
  margin-bottom: 30px;
9144 9156
}
9145
/* line 293, ../sass/_wizards.scss */
9157
/* line 295, ../sass/_wizards.scss */
9146 9158
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9147 9159
  height: 40px;
9148 9160
  overflow: hidden;
......
9150 9162
  color: white;
9151 9163
  vertical-align: top;
9152 9164
}
9153
/* line 300, ../sass/_wizards.scss */
9165
/* line 302, ../sass/_wizards.scss */
9154 9166
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .snf-font {
9155 9167
  display: block;
9156 9168
  width: 60px;
......
9159 9171
  position: relative;
9160 9172
  bottom: -3px;
9161 9173
}
9162
/* line 308, ../sass/_wizards.scss */
9174
/* line 310, ../sass/_wizards.scss */
9163 9175
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9164 9176
  font-size: 0.875em;
9165 9177
  float: left;
......
9168 9180
  margin-right: 60px;
9169 9181
  padding-left: 0.625em;
9170 9182
}
9171
/* line 310, ../sass/_wizards.scss */
9183
/* line 312, ../sass/_wizards.scss */
9172 9184
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9173 9185
  font-weight: normal;
9174 9186
}
9175
/* line 318, ../sass/_wizards.scss */
9187
/* line 320, ../sass/_wizards.scss */
9176 9188
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9177 9189
  display: block;
9178 9190
  margin-top: 4px;
......
9182 9194
  white-space: nowrap;
9183 9195
  line-height: 13px;
9184 9196
}
9185
/* line 328, ../sass/_wizards.scss */
9197
/* line 330, ../sass/_wizards.scss */
9186 9198
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9187 9199
  visibility: hidden;
9188 9200
  overflow: hidden;
......
9190 9202
  font-size: 11px;
9191 9203
  line-height: 11px;
9192 9204
}
9193
/* line 338, ../sass/_wizards.scss */
9205
/* line 340, ../sass/_wizards.scss */
9194 9206
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9195 9207
  width: 200px;
9196 9208
  float: left;
......
9199 9211
  position: relative;
9200 9212
  top: 10px;
9201 9213
}
9202
/* line 345, ../sass/_wizards.scss */
9214
/* line 347, ../sass/_wizards.scss */
9203 9215
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9204 9216
  border: 1px solid white;
9205 9217
  padding: 1px;
9206 9218
  height: 100%;
9207 9219
}
9208
/* line 349, ../sass/_wizards.scss */
9220
/* line 351, ../sass/_wizards.scss */
9209 9221
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9210 9222
  border-color: #919194;
9211 9223
}
9212
/* line 352, ../sass/_wizards.scss */
9224
/* line 354, ../sass/_wizards.scss */
9213 9225
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9214 9226
  background-color: #919194;
9215 9227
}
9216
/* line 357, ../sass/_wizards.scss */
9228
/* line 359, ../sass/_wizards.scss */
9217 9229
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9218 9230
  height: 100%;
9219 9231
}
9220
/* line 359, ../sass/_wizards.scss */
9232
/* line 361, ../sass/_wizards.scss */
9221 9233
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9222 9234
  background: #919194;
9223 9235
  height: 100%;
9224 9236
  float: left;
9225 9237
  position: relative;
9226 9238
}
9227
/* line 364, ../sass/_wizards.scss */
9239
/* line 366, ../sass/_wizards.scss */
9228 9240
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9229 9241
  background: white;
9230 9242
  height: 100%;
9231 9243
  float: left;
9232 9244
}
9233
/* line 369, ../sass/_wizards.scss */
9245
/* line 371, ../sass/_wizards.scss */
9234 9246
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9235 9247
  position: absolute;
9236 9248
  right: 10px;
9237 9249
  font-size: 0.5625em;
9238 9250
  top: 2px;
9239 9251
}
9240
/* line 376, ../sass/_wizards.scss */
9252
/* line 378, ../sass/_wizards.scss */
9241 9253
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9242 9254
  right: -30px;
9243 9255
  color: white;
9244 9256
}
9245
/* line 386, ../sass/_wizards.scss */
9257
/* line 388, ../sass/_wizards.scss */
9246 9258
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9247 9259
  overflow: hidden;
9248 9260
  list-style: none outside none;
9249 9261
}
9250
/* line 389, ../sass/_wizards.scss */
9262
/* line 391, ../sass/_wizards.scss */
9251 9263
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9252 9264
  list-style: none outside none;
9253 9265
  display: inline-block;
9254 9266
  margin-right: 10px;
9255 9267
  margin-bottom: 0;
9256 9268
}
9257
/* line 394, ../sass/_wizards.scss */
9269
/* line 396, ../sass/_wizards.scss */
9258 9270
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9259 9271
  min-width: 60px;
9260 9272
}
9261
/* line 397, ../sass/_wizards.scss */
9273
/* line 399, ../sass/_wizards.scss */
9262 9274
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9263 9275
  color: #485057;
9264 9276
}
9265
/* line 400, ../sass/_wizards.scss */
9277
/* line 402, ../sass/_wizards.scss */
9266 9278
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9267 9279
  border-color: #919194;
9268 9280
  color: #919194;
9269 9281
}
9270
/* line 403, ../sass/_wizards.scss */
9282
/* line 405, ../sass/_wizards.scss */
9271 9283
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:active {
9272 9284
  cursor: default;
9273 9285
  border-width: 1px;
9274 9286
  line-height: 28px;
9275 9287
}
9276
/* line 416, ../sass/_wizards.scss */
9288
/* line 418, ../sass/_wizards.scss */
9277 9289
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9278 9290
  padding-bottom: 40px;
9279 9291
}
9280
/* line 419, ../sass/_wizards.scss */
9292
/* line 421, ../sass/_wizards.scss */
9281 9293
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9282 9294
  max-width: 36.25em;
9283 9295
  border-top: 1px solid white;
9284 9296
  padding-top: 1em;
9285 9297
}
9286
/* line 426, ../sass/_wizards.scss */
9298
/* line 428, ../sass/_wizards.scss */
9287 9299
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9288 9300
  border-top: 0 none;
9289 9301
  margin-top: 0;
9290 9302
}
9291
/* line 431, ../sass/_wizards.scss */
9303
/* line 433, ../sass/_wizards.scss */
9292 9304
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9293 9305
  font-weight: bold;
9294 9306
}
9295
/* line 437, ../sass/_wizards.scss */
9307
/* line 439, ../sass/_wizards.scss */
9296 9308
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9297 9309
  font-size: 1em;
9298 9310
  color: white;
9299 9311
  margin-bottom: 1em;
9300 9312
}
9301
/* line 442, ../sass/_wizards.scss */
9313
/* line 444, ../sass/_wizards.scss */
9302 9314
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9303 9315
  margin-bottom: 0;
9304 9316
}
9305
/* line 444, ../sass/_wizards.scss */
9317
/* line 446, ../sass/_wizards.scss */
9306 9318
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9307 9319
  width: 40px;
9308 9320
  display: inline-block;
......
9310 9322
  position: relative;
9311 9323
  bottom: -2px;
9312 9324
}
9313
/* line 451, ../sass/_wizards.scss */
9325
/* line 453, ../sass/_wizards.scss */
9314 9326
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9315 9327
  display: inline-block;
9316 9328
  width: 42%;
9317 9329
  vertical-align: top;
9318 9330
  font-weight: 600;
9319 9331
}
9320
/* line 457, ../sass/_wizards.scss */
9332
/* line 459, ../sass/_wizards.scss */
9321 9333
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9322 9334
  display: inline-block;
9323 9335
  width: 45%;
9324 9336
  margin-bottom: 1em;
9325 9337
}
9326
/* line 464, ../sass/_wizards.scss */
9338
/* line 466, ../sass/_wizards.scss */
9327 9339
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9328 9340
  color: white;
9329 9341
}
9330
/* line 466, ../sass/_wizards.scss */
9342
/* line 468, ../sass/_wizards.scss */
9331 9343
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9332 9344
  color: white;
9333 9345
  font-size: 1em;
9334 9346
  margin-bottom: 10px;
9335 9347
  line-height: 1;
9336 9348
}
9337
/* line 472, ../sass/_wizards.scss */
9349
/* line 474, ../sass/_wizards.scss */
9338 9350
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9339 9351
  font-size: 10px;
9340 9352
}
9341
/* line 475, ../sass/_wizards.scss */
9353
/* line 477, ../sass/_wizards.scss */
9342 9354
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
9343 9355
  color: white;
9344 9356
}
9345
/* line 478, ../sass/_wizards.scss */
9357
/* line 480, ../sass/_wizards.scss */
9346 9358
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9347 9359
  margin: 50px 0 2.5em;
9348 9360
}
9349
/* line 480, ../sass/_wizards.scss */
9361
/* line 482, ../sass/_wizards.scss */
9350 9362
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9351 9363
  color: white;
9352 9364
}
9353
/* line 482, ../sass/_wizards.scss */
9365
/* line 484, ../sass/_wizards.scss */
9354 9366
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9355 9367
  padding-left: 24px;
9356 9368
}
9357
/* line 489, ../sass/_wizards.scss */
9369
/* line 491, ../sass/_wizards.scss */
9358 9370
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9359 9371
  color: white;
9360 9372
  font-size: 1em;
9361 9373
  margin-bottom: 0.5em;
9362 9374
}
9363
/* line 497, ../sass/_wizards.scss */
9375
/* line 499, ../sass/_wizards.scss */
9364 9376
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover {
9365 9377
  color: white;
9366 9378
}
9367
/* line 500, ../sass/_wizards.scss */
9379
/* line 502, ../sass/_wizards.scss */
9368 9380
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover {
9369 9381
  color: #485057;
9370 9382
}
9371
/* line 504, ../sass/_wizards.scss */
9383
/* line 506, ../sass/_wizards.scss */
9372 9384
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9373 9385
  display: none;
9374 9386
}
9375
/* line 506, ../sass/_wizards.scss */
9387
/* line 508, ../sass/_wizards.scss */
9376 9388
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9377 9389
  font-size: 20px;
9378 9390
}
9379
/* line 509, ../sass/_wizards.scss */
9391
/* line 511, ../sass/_wizards.scss */
9380 9392
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9381 9393
  padding: 2.5em 0;
9382 9394
}
9383
/* line 512, ../sass/_wizards.scss */
9395
/* line 514, ../sass/_wizards.scss */
9384 9396
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9385 9397
  max-width: 340px;
9386 9398
  margin-bottom: 20px;
9387 9399
}
9388
/* line 518, ../sass/_wizards.scss */
9400
/* line 520, ../sass/_wizards.scss */
9389 9401
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9390 9402
  position: relative;
9391 9403
  list-style: none outside none;
9392 9404
  margin-bottom: 7px;
9393 9405
}
9394
/* line 523, ../sass/_wizards.scss */
9406
/* line 525, ../sass/_wizards.scss */
9395 9407
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9396 9408
  cursor: pointer;
9397 9409
}
9398
/* line 527, ../sass/_wizards.scss */
9410
/* line 529, ../sass/_wizards.scss */
9399 9411
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9400 9412
  width: 18.75em;
9401 9413
  color: white;
......
9404 9416
  margin: 0 28px 0 0;
9405 9417
  display: inline-block;
9406 9418
}
9407
/* line 539, ../sass/_wizards.scss */
9419
/* line 541, ../sass/_wizards.scss */
9408 9420
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9409 9421
  background-color: #ff7049;
9410 9422
}
9411
/* line 541, ../sass/_wizards.scss */
9423
/* line 543, ../sass/_wizards.scss */
9412 9424
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .overlay-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, .overlay-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, .overlay-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 .overlay-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, .overlay-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 .overlay-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 {
9413 9425
  margin-top: 3px;
9414 9426
}
9415
/* line 546, ../sass/_wizards.scss */
9427
/* line 548, ../sass/_wizards.scss */
9416 9428
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9417 9429
  background-color: #ff948c;
9418 9430
}
9419
/* line 548, ../sass/_wizards.scss */
9431
/* line 550, ../sass/_wizards.scss */
9420 9432
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9421 9433
  position: relative;
9422 9434
  margin-bottom: 0;
9423 9435
}
9424
/* line 553, ../sass/_wizards.scss */
9436
/* line 555, ../sass/_wizards.scss */
9425 9437
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9426 9438
  padding-right: 30px;
9427 9439
  display: inline-block;
......
9431 9443
  margin-bottom: 0;
9432 9444
  position: relative;
9433 9445
}
9434
/* line 561, ../sass/_wizards.scss */
9446
/* line 563, ../sass/_wizards.scss */
9435 9447
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9436 9448
  position: relative;
9437 9449
}
9438
/* line 563, ../sass/_wizards.scss */
9450
/* line 565, ../sass/_wizards.scss */
9439 9451
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-router-outline {
9440 9452
  top: -1px;
9441 9453
}
9442
/* line 566, ../sass/_wizards.scss */
9454
/* line 568, ../sass/_wizards.scss */
9443 9455
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9444 9456
  top: 5px;
9445 9457
}
9446
/* line 569, ../sass/_wizards.scss */
9458
/* line 571, ../sass/_wizards.scss */
9447 9459
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-network-full {
9448 9460
  top: 5px;
9449 9461
}
9450
/* line 572, ../sass/_wizards.scss */
9462
/* line 574, ../sass/_wizards.scss */
9451 9463
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9452 9464
  position: absolute;
9453 9465
  height: 1px;
......
9455 9467
  background: white;
9456 9468
  bottom: 15px;
9457 9469
}
9458
/* line 578, ../sass/_wizards.scss */
9470
/* line 580, ../sass/_wizards.scss */
9459 9471
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line1 {
9460 9472
  right: 56px;
9461 9473
}
9462
/* line 579, ../sass/_wizards.scss */
9474
/* line 581, ../sass/_wizards.scss */
9463 9475
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line2 {
9464 9476
  right: 97px;
9465 9477
  width: 10px;
9466 9478
}
9467
/* line 586, ../sass/_wizards.scss */
9479
/* line 588, ../sass/_wizards.scss */
9468 9480
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
9469 9481
  background: #ffb5af;
9470 9482
  margin: 2.5em 6px;
9471 9483
  padding: 2.5em 0;
9472 9484
  color: #fff;
9473 9485
}
9474
/* line 591, ../sass/_wizards.scss */
9486
/* line 593, ../sass/_wizards.scss */
9475 9487
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
9476 9488
  color: #fff;
9477 9489
  padding-left: 145px;
9478 9490
}
9479
/* line 594, ../sass/_wizards.scss */
9491
/* line 596, ../sass/_wizards.scss */
9480 9492
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
9481 9493
  cursor: pointer;
9482 9494
}
9483
/* line 598, ../sass/_wizards.scss */
9495
/* line 600, ../sass/_wizards.scss */
9484 9496
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .overlay-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, .overlay-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, .overlay-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 .overlay-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, .overlay-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 .overlay-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 {
9485 9497
  margin-top: 20px;
9486 9498
  border-color: #fff;
9487 9499
  color: #fff;
9488 9500
  margin-left: 145px;
9489 9501
}
9490
/* line 606, ../sass/_wizards.scss */
9502
/* line 608, ../sass/_wizards.scss */
9491 9503
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .with-checkbox a span {
9492 9504
  color: #fff;
9493 9505
}
9494
/* line 615, ../sass/_wizards.scss */
9506
/* line 617, ../sass/_wizards.scss */
9495 9507
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
9496 9508
  background-color: #4c71ff;
9497 9509
}
9498
/* line 617, ../sass/_wizards.scss */
9510
/* line 619, ../sass/_wizards.scss */
9499 9511
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
9500 9512
  display: none;
9501 9513
}
9502
/* line 620, ../sass/_wizards.scss */
9514
/* line 622, ../sass/_wizards.scss */
9503 9515
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
9504 9516
  position: relative;
9505 9517
  width: 207px;
9506 9518
  margin: 30px 5px;
9507 9519
  display: inline-block;
9508 9520
}
9509
/* line 626, ../sass/_wizards.scss */
9521
/* line 628, ../sass/_wizards.scss */
9510 9522
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
9511 9523
  margin-top: 77px;
9512 9524
  margin-bottom: 30px;
9513 9525
}
9514
/* line 630, ../sass/_wizards.scss */
9526
/* line 632, ../sass/_wizards.scss */
9515 9527
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, .overlay-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 .overlay-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, .overlay-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 .overlay-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 {
9516 9528
  margin-right: 20px;
9517 9529
}
9518
/* line 633, ../sass/_wizards.scss */
9530
/* line 635, ../sass/_wizards.scss */
9519 9531
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker #color, .snf-color-picker .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #color {
9520 9532
  left: 10px;
9521 9533
}
9522
/* line 636, ../sass/_wizards.scss */
9534
/* line 638, ../sass/_wizards.scss */
9523 9535
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
9524 9536
  width: 18.75em;
9525 9537
  color: white;
......
9528 9540
  margin: 0 28px 0 0;
9529 9541
  display: inline-block;
9530 9542
}
9531
/* line 645, ../sass/_wizards.scss */
9543
/* line 647, ../sass/_wizards.scss */
9532 9544
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
9533 9545
  position: relative;
9534 9546
  left: -14px;
9535 9547
}
9536
/* line 648, ../sass/_wizards.scss */
9548
/* line 650, ../sass/_wizards.scss */
9537 9549
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
9538 9550
  margin-right: 35px;
9539 9551
}
9540
/* line 657, ../sass/_wizards.scss */
9552
/* line 659, ../sass/_wizards.scss */
9541 9553
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
9542 9554
  position: fixed;
9543 9555
  left: 0;
......
9546 9558
  border-top: 1px solid #636a70;
9547 9559
  background: #485057;
9548 9560
}
9549
/* line 664, ../sass/_wizards.scss */
9561
/* line 666, ../sass/_wizards.scss */
9550 9562
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
9551 9563
  height: 40px;
9552 9564
  line-height: 40px;
9553 9565
}
9554
/* line 668, ../sass/_wizards.scss */
9566
/* line 670, ../sass/_wizards.scss */
9555 9567
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
9556 9568
  height: 40px;
9557 9569
  line-height: 40px;
......
9562 9574
  top: 5px;
9563 9575
  width: 100px;
9564 9576
}
9565
/* line 678, ../sass/_wizards.scss */
9577
/* line 680, ../sass/_wizards.scss */
9566 9578
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
9567 9579
  -webkit-transition: background 0ms ease-out;
9568 9580
  -moz-transition: background 0ms ease-out;
......
9570 9582
  -o-transition: background 0ms ease-out;
9571 9583
  transition: background 0ms ease-out;
9572 9584
}
9573
/* line 681, ../sass/_wizards.scss */
9585
/* line 683, ../sass/_wizards.scss */
9574 9586
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
9575 9587
  display: inline-block;
9576 9588
  height: 30px;
9577 9589
  line-height: 30px;
9578 9590
  float: left;
9579 9591
}
9580
/* line 687, ../sass/_wizards.scss */
9592
/* line 689, ../sass/_wizards.scss */
9581 9593
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
9582 9594
  -webkit-transition: background 0ms linear;
9583 9595
  -moz-transition: background 0ms linear;
......
9585 9597
  -o-transition: background 0ms linear;
9586 9598
  transition: background 0ms linear;
9587 9599
}
9588
/* line 692, ../sass/_wizards.scss */
9600
/* line 694, ../sass/_wizards.scss */
9589 9601
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
9590 9602
  float: left;
9591 9603
  height: 30px;
9592 9604
  padding-left: 18px;
9593 9605
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9594 9606
}
9595
/* line 697, ../sass/_wizards.scss */
9607
/* line 699, ../sass/_wizards.scss */
9596 9608
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
9597 9609
  padding-right: 10px;
9598 9610
  background: url("../images/nav-lt.png") no-repeat right top;
9599 9611
}
9600
/* line 703, ../sass/_wizards.scss */
9612
/* line 705, ../sass/_wizards.scss */
9601 9613
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus {
9602 9614
  background-position: left bottom;
9603 9615
}
9604
/* line 705, ../sass/_wizards.scss */
9616
/* line 707, ../sass/_wizards.scss */
9605 9617
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus span {
9606 9618
  background-position: right bottom;
9607 9619
}
9608
/* line 710, ../sass/_wizards.scss */
9620
/* line 712, ../sass/_wizards.scss */
9609 9621
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
9610 9622
  float: right;
9611 9623
  height: 30px;
9612 9624
  padding-right: 18px;
9613 9625
  background: url("../images/nav-edge-rt.png") no-repeat right top;
9614 9626
}
9615
/* line 715, ../sass/_wizards.scss */
9627
/* line 717, ../sass/_wizards.scss */
9616 9628
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
9617 9629
  padding-left: 10px;
9618 9630
  background: url("../images/nav-rt.png") no-repeat left top;
9619 9631
  float: right;
9620 9632
}
9621
/* line 722, ../sass/_wizards.scss */
9633
/* line 724, ../sass/_wizards.scss */
9622 9634
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus {
9623 9635
  background-position: right bottom;
9624 9636
}
9625
/* line 724, ../sass/_wizards.scss */
9637
/* line 726, ../sass/_wizards.scss */
9626 9638
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus span {
9627 9639
  background-position: left bottom;
9628 9640
  float: right;
9629 9641
}
9630 9642

  
9631
/* line 742, ../sass/_wizards.scss */
9643
/* line 744, ../sass/_wizards.scss */
9632 9644
#network-wizard a.nav:focus {
9633 9645
  border: none;
9634 9646
}
9635
/* line 745, ../sass/_wizards.scss */
9647
/* line 747, ../sass/_wizards.scss */
9636 9648
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
9637 9649
  border: 1px solid #aee7cc;
9638 9650
  padding: 2px;
9639 9651
}
9640
/* line 750, ../sass/_wizards.scss */
9652
/* line 752, ../sass/_wizards.scss */
9641 9653
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
9642 9654
  font-size: 1.3em;
9643 9655
}
9644
/* line 753, ../sass/_wizards.scss */
9656
/* line 755, ../sass/_wizards.scss */
9645 9657
#network-wizard .subnet_options {
9646 9658
  margin: 0;
9647 9659
}
9648
/* line 755, ../sass/_wizards.scss */
9660
/* line 757, ../sass/_wizards.scss */
9649 9661
#network-wizard .subnet_options li {
9650 9662
  margin-top: 20px;
9651 9663
}
9652
/* line 760, ../sass/_wizards.scss */
9664
/* line 762, ../sass/_wizards.scss */
9653 9665
#network-wizard .step a {
9654 9666
  color: white;
9655 9667
}
9656
/* line 761, ../sass/_wizards.scss */
9668
/* line 763, ../sass/_wizards.scss */
9657 9669
#network-wizard .step .network_options {
9658 9670
  position: relative;
9659 9671
  padding-bottom: 20px;
9660 9672
}
9661
/* line 764, ../sass/_wizards.scss */
9673
/* line 766, ../sass/_wizards.scss */
9662 9674
#network-wizard .step .network_options .explanatory {
9663 9675
  font-size: 0.75em;
9664 9676
  margin-top: 20px;
9665 9677
  margin-bottom: 60px;
9666 9678
}
9667
/* line 769, ../sass/_wizards.scss */
9679
/* line 771, ../sass/_wizards.scss */
9668 9680
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
9669 9681
  position: absolute;
9670 9682
  right: 0;
9671 9683
}
9672
/* line 772, ../sass/_wizards.scss */
9684
/* line 774, ../sass/_wizards.scss */
9673 9685
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
9674 9686
  right: -3px;
9675 9687
  top: -3px;
9676 9688
}
9677
/* line 777, ../sass/_wizards.scss */
9689
/* line 779, ../sass/_wizards.scss */
9678 9690
#network-wizard .step .network_options .network-name {
9679 9691
  margin: 40px 0;
9680 9692
}
9681
/* line 779, ../sass/_wizards.scss */
9693
/* line 781, ../sass/_wizards.scss */
9682 9694
#network-wizard .step .network_options .network-name h2 {
9683 9695
  color: white;
9684 9696
  font-size: 1em;
9685 9697
}
9686
/* line 786, ../sass/_wizards.scss */
9698
/* line 788, ../sass/_wizards.scss */
9687 9699
#network-wizard .step .network_options li {
9688 9700
  display: block;
9689 9701
  width: 360px;
9690 9702
}
9691
/* line 789, ../sass/_wizards.scss */
9703
/* line 791, ../sass/_wizards.scss */
9692 9704
#network-wizard .step .network_options li.manual {
9693 9705
  position: relative;
9694 9706
}
9695
/* line 791, ../sass/_wizards.scss */
9707
/* line 793, ../sass/_wizards.scss */
9696 9708
#network-wizard .step .network_options li.manual .input {
9697 9709
  position: absolute;
9698 9710
  right: -170px;
......
9700 9712
  bottom: 5px;
9701 9713
  display: none;
9702 9714
}
9703
/* line 799, ../sass/_wizards.scss */
9715
/* line 801, ../sass/_wizards.scss */
9704 9716
#network-wizard .step .network_options li.project-selection li {
9705 9717
  width: 100%;
9706 9718
}
9707 9719

  
9708
/* line 810, ../sass/_wizards.scss */
9720
/* line 812, ../sass/_wizards.scss */
9709 9721
#volume-wizard a.nav:focus {
9710 9722
  border: none;
9711 9723
}
9712
/* line 813, ../sass/_wizards.scss */
9724
/* line 815, ../sass/_wizards.scss */
9713 9725
#volume-wizard a.radio_btn:focus, #volume-wizard a.check:focus {
9714 9726
  border: 1px solid #aee7cc;
9715 9727
  padding: 2px;
9716 9728
}
9717
/* line 818, ../sass/_wizards.scss */
9729
/* line 820, ../sass/_wizards.scss */
9718 9730
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
9719 9731
  font-size: 1.3em;
9720 9732
}
9721
/* line 822, ../sass/_wizards.scss */
9733
/* line 824, ../sass/_wizards.scss */
9722 9734
#volume-wizard .step a {
9723 9735
  color: white;
9724 9736
}
9725
/* line 825, ../sass/_wizards.scss */
9737
/* line 827, ../sass/_wizards.scss */
9726 9738
#volume-wizard .step p {
9727 9739
  font-size: 14px;
9728 9740
  line-height: 1;
9729 9741
}
9730
/* line 829, ../sass/_wizards.scss */
9742
/* line 831, ../sass/_wizards.scss */
9731 9743
#volume-wizard .step h2 {
9732 9744
  color: white;
9733 9745
  font-size: 1em;
9734 9746
}
9735
/* line 834, ../sass/_wizards.scss */
9747
/* line 836, ../sass/_wizards.scss */
9736 9748
#volume-wizard .step .volume_options > li {
9737 9749
  display: block;
9738 9750
  list-style: none outside none;
9739 9751
  margin-bottom: 30px;
9740 9752
}
9741
/* line 836, ../sass/_wizards.scss */
9753
/* line 838, ../sass/_wizards.scss */
9742 9754
#volume-wizard .step .volume_options > li.volume-name {
9743 9755
  margin: 40px 0;
9744 9756
}
9745
/* line 841, ../sass/_wizards.scss */
9757
/* line 843, ../sass/_wizards.scss */
9746 9758
#volume-wizard .step .volume_options > li .title {
9747 9759
  height: 40px;
9748 9760
  overflow: hidden;
......
9750 9762
  color: white;
9751 9763
  vertical-align: top;
9752 9764
}
9753
/* line 848, ../sass/_wizards.scss */
9765
/* line 850, ../sass/_wizards.scss */
9754 9766
#volume-wizard .step .volume_options > li .title .snf-font {
9755 9767
  display: block;
9756 9768
  width: 60px;
......
9759 9771
  position: relative;
9760 9772
  bottom: -3px;
9761 9773
}
9762
/* line 856, ../sass/_wizards.scss */
9774
/* line 858, ../sass/_wizards.scss */
9763 9775
#volume-wizard .step .volume_options > li .title h2 {
9764 9776
  font-size: 0.875em;
9765 9777
  float: left;
......
9768 9780
  margin-right: 60px;
9769 9781
  padding-left: 0.625em;
9770 9782
}
9771
/* line 858, ../sass/_wizards.scss */
9783
/* line 860, ../sass/_wizards.scss */
9772 9784
#volume-wizard .step .volume_options > li .title h2 span {
9773 9785
  font-weight: normal;
9774 9786
}
9775
/* line 866, ../sass/_wizards.scss */
9787
/* line 868, ../sass/_wizards.scss */
9776 9788
#volume-wizard .step .volume_options > li .title h2 em {
9777 9789
  display: block;
9778 9790
  margin-top: 4px;
......
9782 9794
  white-space: nowrap;
9783 9795
  line-height: 13px;
9784 9796
}
9785
/* line 876, ../sass/_wizards.scss */
9797
/* line 878, ../sass/_wizards.scss */
9786 9798
#volume-wizard .step .volume_options > li .title p {
9787 9799
  visibility: hidden;
9788 9800
  overflow: hidden;
......
9790 9802
  font-size: 11px;
9791 9803
  line-height: 11px;
9792 9804
}
9793
/* line 886, ../sass/_wizards.scss */
9805
/* line 888, ../sass/_wizards.scss */
9794 9806
#volume-wizard .step .volume_options > li .options-bar .bar {
9795 9807
  width: 200px;
9796 9808
  float: left;
......
9799 9811
  position: relative;
9800 9812
  top: 10px;
9801 9813
}
9802
/* line 893, ../sass/_wizards.scss */
9814
/* line 895, ../sass/_wizards.scss */
9803 9815
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
9804 9816
  border: 1px solid white;
9805 9817
  padding: 1px;
9806 9818
  height: 100%;
9807 9819
}
9808
/* line 897, ../sass/_wizards.scss */
9820
/* line 899, ../sass/_wizards.scss */
9809 9821
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
9810 9822
  border-color: #919194;
9811 9823
}
9812
/* line 900, ../sass/_wizards.scss */
9824
/* line 902, ../sass/_wizards.scss */
9813 9825
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9814 9826
  background-color: #919194;
9815 9827
}
9816
/* line 905, ../sass/_wizards.scss */
9828
/* line 907, ../sass/_wizards.scss */
9817 9829
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
9818 9830
  height: 100%;
9819 9831
}
9820
/* line 907, ../sass/_wizards.scss */
9832
/* line 909, ../sass/_wizards.scss */
9821 9833
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
9822 9834
  background: #919194;
9823 9835
  height: 100%;
9824 9836
  float: left;
9825 9837
  position: relative;
9826 9838
}
9827
/* line 912, ../sass/_wizards.scss */
9839
/* line 914, ../sass/_wizards.scss */
9828 9840
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
9829 9841
  background: white;
9830 9842
  height: 100%;
9831 9843
  float: left;
9832 9844
}
9833
/* line 917, ../sass/_wizards.scss */
9845
/* line 919, ../sass/_wizards.scss */
9834 9846
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
9835 9847
  position: absolute;
9836 9848
  right: 10px;
9837 9849
  font-size: 0.5625em;
9838 9850
  top: 2px;
9839 9851
}
9840
/* line 924, ../sass/_wizards.scss */
9852
/* line 926, ../sass/_wizards.scss */
9841 9853
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
9842 9854
  right: -30px;
9843 9855
  color: white;
9844 9856
}
9845
/* line 933, ../sass/_wizards.scss */
9857
/* line 935, ../sass/_wizards.scss */
9846 9858
#volume-wizard .step .volume_options > li .options-bar .options {
9847 9859
  overflow: hidden;
9848 9860
  list-style: none outside none;
9849 9861
}
9850
/* line 936, ../sass/_wizards.scss */
9862
/* line 938, ../sass/_wizards.scss */
9851 9863
#volume-wizard .step .volume_options > li .options-bar .options li {
9852 9864
  list-style: none outside none;
9853 9865
  display: inline-block;
9854 9866
  margin-right: 10px;
9855 9867
  margin-bottom: 0;
9856 9868
}
9857
/* line 941, ../sass/_wizards.scss */
9869
/* line 943, ../sass/_wizards.scss */
9858 9870
#volume-wizard .step .volume_options > li .options-bar .options li a {
9859 9871
  min-width: 60px;
9860 9872
}
9861
/* line 944, ../sass/_wizards.scss */
9873
/* line 946, ../sass/_wizards.scss */
9862 9874
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
9863 9875
  color: #485057;
9864 9876
}
9865
/* line 947, ../sass/_wizards.scss */
9877
/* line 949, ../sass/_wizards.scss */
9866 9878
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
9867 9879
  border-color: #919194;
9868 9880
  color: #919194;
9869 9881
}
9870
/* line 950, ../sass/_wizards.scss */
9882
/* line 952, ../sass/_wizards.scss */
9871 9883
#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 {
9872 9884
  cursor: default;
9873 9885
  border-width: 1px;
9874 9886
  line-height: 28px;
9875 9887
}
9876
/* line 963, ../sass/_wizards.scss */
9888
/* line 965, ../sass/_wizards.scss */
9877 9889
#volume-wizard .step .explain {
9878 9890
  margin-bottom: 1em;
9879 9891
}
......
10556 10568

  
10557 10569
/* line 6, ../sass/_images.scss */
10558 10570
.images.grid-view .items-list > li .img-wrap .os.symbol {
10559
  top: 16px;
10560 10571
  color: white;
10561 10572
}
10562 10573
/* line 18, ../sass/_images.scss */
10563 10574
.images.list-view .items-list > li .img-wrap .os.symbol {
10564 10575
  font-size: 16px;
10565
  top: 4px;
10566 10576
  color: white;
10567 10577
}
10568 10578

  

Also available in: Unified diff