7 /* line 4, ../sass/murano/_core.scss */
11 /* line 8, ../sass/murano/_core.scss */
13 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
15 /* WAT IS THIS I DON'T EVEN *
16 * ------------------------- */
17 /* line 15, ../sass/murano/_core.scss */
19 background: transparent !important; }
21 /* line 19, ../sass/murano/_core.scss */
23 display: none !important; }
25 /* line 23, ../sass/murano/_core.scss */
27 background-image: url("../img/tools/tool-sprites.png") !important; }
29 /* line 27, ../sass/murano/_core.scss */
30 .x-layout-split-left {
31 background: url("../img/util/splitter/mini-left.png") no-repeat top right !important; }
33 /* line 31, ../sass/murano/_core.scss */
34 .x-layout-split-right {
35 background: url("../img/util/splitter/mini-right.png") no-repeat top left !important; }
37 /* line 35, ../sass/murano/_core.scss */
39 background: url("../img/util/splitter/mini-bottom.png") no-repeat top left !important; }
41 /* line 39, ../sass/murano/_core.scss */
42 .x-layout-split-bottom {
43 background: url("../img/util/splitter/mini-top.png") no-repeat top left !important; }
45 /* line 44, ../sass/murano/_core.scss */
46 .x-splitter-collapsed .x-layout-split-left {
47 background: url("../img/util/splitter/mini-right.png") no-repeat top left !important; }
48 /* line 48, ../sass/murano/_core.scss */
49 .x-splitter-collapsed .x-layout-split-right {
50 background: url("../img/util/splitter/mini-left.png") no-repeat top right !important; }
51 /* line 52, ../sass/murano/_core.scss */
52 .x-splitter-collapsed .x-layout-split-top {
53 background: url("../img/util/splitter/mini-top.png") no-repeat top left !important; }
54 /* line 56, ../sass/murano/_core.scss */
55 .x-splitter-collapsed .x-layout-split-bottom {
56 background: url("../img/util/splitter/mini-bottom.png") no-repeat top left !important; }
58 /* VARIABLES THAT $include-default: false; DOES NOT GET RID OF *
59 * ----------------------------------------------------------- */
60 /* line 1, ../sass/murano/components/_panel.scss */
62 background: rgba(0, 0, 0, 0.85);
65 border: 1px solid rgba(255, 255, 255, 0.15);
70 /* line 13, ../sass/murano/components/_panel.scss */
71 .x-panel .x-panel .x-panel-body, .x-window .x-panel .x-panel-body {
74 /* line 19, ../sass/murano/components/_panel.scss */
76 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
77 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
78 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
79 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
80 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
81 -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
82 -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
83 -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
84 box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
85 border-top: 1px solid #FFF;
88 padding: 0 3px 0 6px; }
90 /* line 28, ../sass/murano/components/_panel.scss */
91 .x-panel-header-vertical {
92 background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
93 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
94 background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
95 background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
96 background: linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
98 /* line 32, ../sass/murano/components/_panel.scss */
105 /* line 39, ../sass/murano/components/_panel.scss */
106 .x-panel-default-framed {
107 border: 1px solid rgba(255, 255, 255, 0.5);
108 border-top-color: white;
109 -moz-border-radius: 6px 6px 0 0;
110 -webkit-border-radius: 6px 6px 0 0;
111 -o-border-radius: 6px 6px 0 0;
112 -ms-border-radius: 6px 6px 0 0;
113 -khtml-border-radius: 6px 6px 0 0;
114 border-radius: 6px 6px 0 0; }
116 /* line 45, ../sass/murano/components/_panel.scss */
117 .x-panel-default-framed .x-panel-header {
119 -moz-border-radius: 6px 6px 0 0;
120 -webkit-border-radius: 6px 6px 0 0;
121 -o-border-radius: 6px 6px 0 0;
122 -ms-border-radius: 6px 6px 0 0;
123 -khtml-border-radius: 6px 6px 0 0;
124 border-radius: 6px 6px 0 0;
131 /* line 58, ../sass/murano/components/_panel.scss */
133 background: #333333 !important;
134 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important;
135 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
136 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
137 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
138 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
139 -moz-border-radius: 4px;
140 -webkit-border-radius: 4px;
141 -o-border-radius: 4px;
142 -ms-border-radius: 4px;
143 -khtml-border-radius: 4px;
145 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
146 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
147 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
148 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
149 border: 1px solid #333333 !important;
150 border-top: 1px solid #888888 !important; }
151 /* line 65, ../sass/murano/components/_panel.scss */
153 background-color: black !important;
154 -moz-border-radius: 3px;
155 -webkit-border-radius: 3px;
156 -o-border-radius: 3px;
157 -ms-border-radius: 3px;
158 -khtml-border-radius: 3px;
160 border: 1px solid #333333 !important;
161 border-bottom: 1px solid #888888 !important;
162 color: #cccccc !important; }
164 /* line 1, ../sass/murano/components/_window.scss */
166 background: rgba(0, 0, 0, 0.85);
167 -moz-border-radius: 6px 6px 0 0;
168 -webkit-border-radius: 6px 6px 0 0;
169 -o-border-radius: 6px 6px 0 0;
170 -ms-border-radius: 6px 6px 0 0;
171 -khtml-border-radius: 6px 6px 0 0;
172 border-radius: 6px 6px 0 0;
173 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
174 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
175 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
176 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
177 border: 1px solid rgba(255, 255, 255, 0.5);
178 border-top-color: white; }
180 /* line 9, ../sass/murano/components/_window.scss */
182 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
183 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
184 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
185 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
186 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
187 -moz-border-radius: 6px 6px 0 0;
188 -webkit-border-radius: 6px 6px 0 0;
189 -o-border-radius: 6px 6px 0 0;
190 -ms-border-radius: 6px 6px 0 0;
191 -khtml-border-radius: 6px 6px 0 0;
192 border-radius: 6px 6px 0 0;
193 -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
194 -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
195 -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
196 box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
197 padding: 0 3px 0 6px;
201 /* line 18, ../sass/murano/components/_window.scss */
205 background-color: rgba(0, 0, 0, 0.1); }
207 /* line 1, ../sass/murano/components/_button.scss */
214 /* line 8, ../sass/murano/components/_button.scss */
215 .x-btn, .x-btn-pressed {
216 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
217 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
218 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
219 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
220 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
221 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
222 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
223 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
224 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
225 -moz-border-radius: 2px;
226 -webkit-border-radius: 2px;
227 -o-border-radius: 2px;
228 -ms-border-radius: 2px;
229 -khtml-border-radius: 2px;
231 background-color: rgba(0, 0, 0, 0.425);
232 border: 1px solid rgba(255, 255, 255, 0.3);
233 border-top-color: rgba(255, 255, 255, 0.5);
234 border-bottom-color: rgba(255, 255, 255, 0.05);
239 display: inline-block;
241 /* line 24, ../sass/murano/components/_button.scss */
242 .x-btn em, .x-btn-pressed em {
245 /* line 29, ../sass/murano/components/_button.scss */
247 border-color: #066cd1;
248 border-top-color: #439ffa;
249 border-bottom-color: #05529f; }
251 /* line 35, ../sass/murano/components/_button.scss */
253 background-color: rgba(255, 255, 255, 0.2);
254 border-color: rgba(255, 255, 255, 0.2);
255 border-top-color: rgba(255, 255, 255, 0.4);
256 border-bottom-color: rgba(255, 255, 255, 0.1); }
258 /* line 43, ../sass/murano/components/_button.scss */
260 background: rgba(0, 0, 0, 0.5);
261 -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
262 -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
263 -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
264 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
265 border: 1px solid rgba(255, 255, 255, 0.5); }
267 /* line 49, ../sass/murano/components/_button.scss */
272 background-repeat: no-repeat; }
274 /* different sizes */
275 /* line 63, ../sass/murano/components/_button.scss */
276 .x-btn-noicon .x-btn-inner, .x-btn-default-icon .x-btn-inner, .x-btn-icon-text-left .x-btn-inner, .x-btn-icon-text-right .x-btn-inner {
279 /* line 69, ../sass/murano/components/_button.scss */
280 .x-btn-default-medium-noicon .x-btn-inner, .x-btn-default-medium-icon-text-left .x-btn-inner, .x-btn-default-medium-icon-text-right .x-btn-inner {
283 /* line 75, ../sass/murano/components/_button.scss */
284 .x-btn-default-large-noicon .x-btn-inner, .x-btn-default-large-icon-text-left .x-btn-inner, .x-btn-default-large-icon-text-right .x-btn-inner {
290 /* line 85, ../sass/murano/components/_button.scss */
291 .x-btn-default-small-icon .x-btn-inner, .x-btn-icon .x-btn-inner {
296 /* line 90, ../sass/murano/components/_button.scss */
297 .x-btn-default-medium-icon .x-btn-inner {
302 /* line 95, ../sass/murano/components/_button.scss */
303 .x-btn-default-large-icon .x-btn-inner {
308 /* text w/ icon left */
309 /* line 103, ../sass/murano/components/_button.scss */
310 .x-btn-icon-text-left {
311 background-position: 0 center; }
313 /* line 107, ../sass/murano/components/_button.scss */
314 .x-btn-icon-text-left .x-btn-inner {
315 padding-left: 18px; }
317 /* line 110, ../sass/murano/components/_button.scss */
318 .x-btn-default-medium-icon-text-left .x-btn-inner {
319 padding-left: 26px; }
321 /* line 113, ../sass/murano/components/_button.scss */
322 .x-btn-default-large-icon-text-left .x-btn-inner {
323 padding-left: 34px; }
325 /* text w/ icon top */
326 /* line 119, ../sass/murano/components/_button.scss */
327 .x-btn-icon-text-top .x-btn-inner {
328 background-position: center 2px; }
330 /* line 122, ../sass/murano/components/_button.scss */
331 .x-btn-default-small-icon-text-top .x-btn-inner {
334 /* line 125, ../sass/murano/components/_button.scss */
335 .x-btn-default-medium-icon-text-top .x-btn-inner {
338 /* line 128, ../sass/murano/components/_button.scss */
339 .x-btn-default-large-icon-text-top .x-btn-inner {
342 /* text w/ icon right */
343 /* line 134, ../sass/murano/components/_button.scss */
344 .x-btn-icon-text-right .x-btn-inner {
345 background-position: right center; }
347 /* line 137, ../sass/murano/components/_button.scss */
348 .x-btn-default-small-icon-text-right .x-btn-inner {
349 padding-right: 18px; }
351 /* line 140, ../sass/murano/components/_button.scss */
352 .x-btn-default-medium-icon-text-right .x-btn-inner {
353 padding-right: 26px; }
355 /* line 143, ../sass/murano/components/_button.scss */
356 .x-btn-default-large-icon-text-right .x-btn-inner {
357 padding-right: 34px; }
359 /* text w/ icon bottom */
360 /* line 149, ../sass/murano/components/_button.scss */
361 .x-btn-icon-text-bottom .x-btn-inner {
362 background-position: center bottom; }
364 /* line 152, ../sass/murano/components/_button.scss */
365 .x-btn-default-small-icon-text-bottom .x-btn-inner {
366 padding-bottom: 16px; }
368 /* line 155, ../sass/murano/components/_button.scss */
369 .x-btn-default-medium-icon-text-bottom .x-btn-inner {
370 padding-bottom: 24px; }
372 /* line 158, ../sass/murano/components/_button.scss */
373 .x-btn-default-large-icon-text-bottom .x-btn-inner {
374 padding-bottom: 32px; }
377 /* line 163, ../sass/murano/components/_button.scss */
380 background: transparent url("../img/btn/menu.png") right center no-repeat; }
382 /* arrow on botton */
383 /* line 169, ../sass/murano/components/_button.scss */
384 .x-btn-arrow-bottom {
385 padding-bottom: 14px;
386 background: transparent url("../img/btn/menu.png") center bottom no-repeat; }
389 /* line 176, ../sass/murano/components/_button.scss */
392 background: transparent url("../img/btn/splith.png") right center no-repeat;
395 /* split on bottom */
396 /* line 184, ../sass/murano/components/_button.scss */
397 .x-btn-split-bottom {
398 padding-bottom: 16px;
399 background: transparent url("../img/btn/splitv.png") center bottom no-repeat;
402 /* line 1, ../sass/murano/components/_grid.scss */
407 /* line 6, ../sass/murano/components/_grid.scss */
409 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
410 background: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
411 background: -moz-linear-gradient(top, #cccccc, #aaaaaa);
412 background: -o-linear-gradient(top, #cccccc, #aaaaaa);
413 background: linear-gradient(top, #cccccc, #aaaaaa);
414 -moz-box-shadow: 0 1px 0 0 #999999;
415 -webkit-box-shadow: 0 1px 0 0 #999999;
416 -o-box-shadow: 0 1px 0 0 #999999;
417 box-shadow: 0 1px 0 0 #999999; }
419 /* line 11, ../sass/murano/components/_grid.scss */
421 border-top: 1px solid #DDD;
424 text-shadow: 0 1px 0 #FFF;
426 border-right: 1px solid rgba(0, 0, 0, 0.1); }
428 /* line 20, ../sass/murano/components/_grid.scss */
431 /* line 22, ../sass/murano/components/_grid.scss */
432 .x-column-header .x-column-header-trigger {
434 background: transparent url("../img/triggericons/spinner-down.png") center 6px no-repeat;
436 /* line 28, ../sass/murano/components/_grid.scss */
437 .x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
439 background-color: #AAA;
440 border-left: 1px solid #FFF;
441 border-right: 1px solid #888; }
443 /* line 38, ../sass/murano/components/_grid.scss */
444 .x-column-header-sort-DESC, .x-column-header-sort-ASC {
445 border-top: 1px solid #BBB;
446 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #888888));
447 background: -webkit-linear-gradient(top, #aaaaaa, #888888);
448 background: -moz-linear-gradient(top, #aaaaaa, #888888);
449 background: -o-linear-gradient(top, #aaaaaa, #888888);
450 background: linear-gradient(top, #aaaaaa, #888888);
451 -moz-box-shadow: 0 1px 0 0 #777777;
452 -webkit-box-shadow: 0 1px 0 0 #777777;
453 -o-box-shadow: 0 1px 0 0 #777777;
454 box-shadow: 0 1px 0 0 #777777;
455 text-shadow: 0 1px 0 #DDD; }
457 /* line 45, ../sass/murano/components/_grid.scss */
458 .x-column-header-trigger {
465 /* line 54, ../sass/murano/components/_grid.scss */
468 border-collapse: separate;
470 table-layout: fixed; }
471 /* line 59, ../sass/murano/components/_grid.scss */
472 .x-grid-table td, .x-grid-table th {
476 vertical-align: top; }
478 /* line 66, ../sass/murano/components/_grid.scss */
482 text-overflow: ellipsis;
485 /* line 75, ../sass/murano/components/_grid.scss */
487 border-top: 1px solid transparent;
488 border-bottom: 1px solid transparent; }
490 /* line 81, ../sass/murano/components/_grid.scss */
492 background: rgba(255, 255, 255, 0.1); }
493 /* line 83, ../sass/murano/components/_grid.scss */
495 border-top: 1px solid rgba(255, 255, 255, 0.05);
496 border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
498 /* line 90, ../sass/murano/components/_grid.scss */
499 .x-grid-row-over td {
500 background: rgba(255, 255, 255, 0.05); }
502 /* line 95, ../sass/murano/components/_grid.scss */
503 .x-grid-row-selected {
504 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
505 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
506 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
507 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
508 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
509 background-color: #000; }
510 /* line 98, ../sass/murano/components/_grid.scss */
511 .x-grid-row-selected td {
512 border-top: 1px solid #1286f8;
513 border-bottom: 1px solid #066cd1; }
515 /* line 104, ../sass/murano/components/_grid.scss */
516 .x-grid-resize-marker {
519 position: absolute; }
521 /* line 112, ../sass/murano/components/_grid.scss */
523 position: absolute !important;
526 overflow: visible !important; }
527 /* line 120, ../sass/murano/components/_grid.scss */
528 .x-grid-row-editor .x-form-display-field {
530 /* line 124, ../sass/murano/components/_grid.scss */
531 .x-grid-row-editor .x-panel-body {
532 border-top: 1px solid #066cd1 !important;
533 border-bottom: 1px solid #066cd1 !important;
534 border-left: none !important;
535 border-right: none !important; }
537 /* line 137, ../sass/murano/components/_grid.scss */
538 .x-grid-row-editor .x-form-text {
541 /* line 143, ../sass/murano/components/_grid.scss */
542 .x-grid-editor .x-form-cb-wrap {
543 text-align: center; }
545 /* line 148, ../sass/murano/components/_grid.scss */
546 .x-grid-row-editor-buttons {
553 -moz-border-radius: 0 0 4px 4px;
554 -webkit-border-radius: 0 0 4px 4px;
555 -o-border-radius: 0 0 4px 4px;
556 -ms-border-radius: 0 0 4px 4px;
557 -khtml-border-radius: 0 0 4px 4px;
558 border-radius: 0 0 4px 4px;
559 border-bottom: 1px solid #066cd1;
560 border-left: 1px solid #066cd1;
561 border-right: 1px solid #066cd1; }
562 /* line 162, ../sass/murano/components/_grid.scss */
563 .x-strict .x-grid-row-editor-buttons {
567 /* line 169, ../sass/murano/components/_grid.scss */
568 .x-grid-row-editor-errors ul {
570 /* line 172, ../sass/murano/components/_grid.scss */
571 .x-grid-row-editor-errors li {
575 /* line 1, ../sass/murano/components/_toolbar.scss */
577 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(10%, #444444), color-stop(90%, #666666), color-stop(100%, #444444));
578 background: -webkit-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
579 background: -moz-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
580 background: -o-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
581 background: linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
584 /* line 7, ../sass/murano/components/_toolbar.scss */
588 white-space: nowrap; }
590 /* line 14, ../sass/murano/components/_toolbar.scss */
594 white-space: nowrap; }
596 /* line 20, ../sass/murano/components/_toolbar.scss */
597 .x-toolbar-separator {
598 border-right: 1px solid rgba(255, 255, 255, 0.25);
599 border-left: 1px solid rgba(0, 0, 0, 0.25);
602 /* line 26, ../sass/murano/components/_toolbar.scss */
603 .x-toolbar-separator-vertical {
606 border-top: 1px solid rgba(0, 0, 0, 0.25);
607 border-bottom: 1px solid rgba(255, 255, 255, 0.25);
610 /* line 2, ../sass/murano/components/form/_htmleditor.scss */
611 .x-html-editor-wrap {
612 border: 1px solid black; }
613 /* line 5, ../sass/murano/components/form/_htmleditor.scss */
614 .x-html-editor-wrap .x-toolbar {
616 border-left-width: 0;
617 border-right-width: 0; }
618 /* line 11, ../sass/murano/components/form/_htmleditor.scss */
619 .x-html-editor-wrap textarea {
620 background-color: white; }
622 /* line 16, ../sass/murano/components/form/_htmleditor.scss */
623 .x-html-editor-tb .x-btn-inner {
629 background: transparent url("../img/editor/tb-sprite.png") no-repeat; }
631 /* line 26, ../sass/murano/components/form/_htmleditor.scss */
632 .x-html-editor-tb .x-edit-bold,
633 .x-menu-item img.x-edit-bold {
634 background-position: 0 0;
635 background-image: url("../img/editor/tb-sprite.png"); }
637 /* line 32, ../sass/murano/components/form/_htmleditor.scss */
638 .x-html-editor-tb .x-edit-italic,
639 .x-menu-item img.x-edit-italic {
640 background-position: -16px 0;
641 background-image: url("../img/editor/tb-sprite.png"); }
643 /* line 38, ../sass/murano/components/form/_htmleditor.scss */
644 .x-html-editor-tb .x-edit-underline,
645 .x-menu-item img.x-edit-underline {
646 background-position: -32px 0;
647 background-image: url("../img/editor/tb-sprite.png"); }
649 /* line 44, ../sass/murano/components/form/_htmleditor.scss */
650 .x-html-editor-tb .x-edit-forecolor,
651 .x-menu-item img.x-edit-forecolor {
652 background-position: -160px 0;
653 background-image: url("../img/editor/tb-sprite.png"); }
655 /* line 50, ../sass/murano/components/form/_htmleditor.scss */
656 .x-html-editor-tb .x-edit-backcolor,
657 .x-menu-item img.x-edit-backcolor {
658 background-position: -176px 0;
659 background-image: url("../img/editor/tb-sprite.png"); }
661 /* line 56, ../sass/murano/components/form/_htmleditor.scss */
662 .x-html-editor-tb .x-edit-justifyleft,
663 .x-menu-item img.x-edit-justifyleft {
664 background-position: -112px 0;
665 background-image: url("../img/editor/tb-sprite.png"); }
667 /* line 62, ../sass/murano/components/form/_htmleditor.scss */
668 .x-html-editor-tb .x-edit-justifycenter,
669 .x-menu-item img.x-edit-justifycenter {
670 background-position: -128px 0;
671 background-image: url("../img/editor/tb-sprite.png"); }
673 /* line 68, ../sass/murano/components/form/_htmleditor.scss */
674 .x-html-editor-tb .x-edit-justifyright,
675 .x-menu-item img.x-edit-justifyright {
676 background-position: -144px 0;
677 background-image: url("../img/editor/tb-sprite.png"); }
679 /* line 74, ../sass/murano/components/form/_htmleditor.scss */
680 .x-html-editor-tb .x-edit-insertorderedlist,
681 .x-menu-item img.x-edit-insertorderedlist {
682 background-position: -80px 0;
683 background-image: url("../img/editor/tb-sprite.png"); }
685 /* line 80, ../sass/murano/components/form/_htmleditor.scss */
686 .x-html-editor-tb .x-edit-insertunorderedlist,
687 .x-menu-item img.x-edit-insertunorderedlist {
688 background-position: -96px 0;
689 background-image: url("../img/editor/tb-sprite.png"); }
691 /* line 86, ../sass/murano/components/form/_htmleditor.scss */
692 .x-html-editor-tb .x-edit-increasefontsize,
693 .x-menu-item img.x-edit-increasefontsize {
694 background-position: -48px 0;
695 background-image: url("../img/editor/tb-sprite.png"); }
697 /* line 92, ../sass/murano/components/form/_htmleditor.scss */
698 .x-html-editor-tb .x-edit-decreasefontsize,
699 .x-menu-item img.x-edit-decreasefontsize {
700 background-position: -64px 0;
701 background-image: url("../img/editor/tb-sprite.png"); }
703 /* line 98, ../sass/murano/components/form/_htmleditor.scss */
704 .x-html-editor-tb .x-edit-sourceedit,
705 .x-menu-item img.x-edit-sourceedit {
706 background-position: -192px 0;
707 background-image: url("../img/editor/tb-sprite.png"); }
709 /* line 104, ../sass/murano/components/form/_htmleditor.scss */
710 .x-html-editor-tb .x-edit-createlink,
711 .x-menu-item img.x-edit-createlink {
712 background-position: -208px 0;
713 background-image: url("../img/editor/tb-sprite.png"); }
715 /* line 109, ../sass/murano/components/form/_htmleditor.scss */
716 .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
718 padding-bottom: 1px; }
720 /* line 115, ../sass/murano/components/form/_htmleditor.scss */
721 .x-html-editor-tb .x-toolbar {
722 position: static !important; }
723 /* line 118, ../sass/murano/components/form/_htmleditor.scss */
724 .x-html-editor-tb .x-font-select {
727 /* line 123, ../sass/murano/components/form/_htmleditor.scss */
728 .x-html-editor-wrap textarea {
733 /* line 6, ../sass/murano/components/_form.scss */
735 margin-bottom: 6px; }
737 /* line 10, ../sass/murano/components/_form.scss */
738 .x-form-item-body, .x-form-item-label-left {
740 position: relative; }
742 /* line 15, ../sass/murano/components/_form.scss */
745 -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
746 -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
747 -o-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
748 box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
749 border: 1px solid #000;
754 /* line 24, ../sass/murano/components/_form.scss */
755 .x-form-text:focus, .x-form-trigger-wrap-focus .x-form-text {
759 /* line 29, ../sass/murano/components/_form.scss */
763 /* line 32, ../sass/murano/components/_form.scss */
764 .x-form-invalid-field {
767 /* line 35, ../sass/murano/components/_form.scss */
768 .x-form-invalid-icon {
769 text-indent: -9999px; }
771 /* line 38, ../sass/murano/components/_form.scss */
772 .x-form-invalid-icon ul {
775 /* line 42, ../sass/murano/components/_form.scss */
776 .x-form-checkbox, .x-form-radio {
784 /* line 50, ../sass/murano/components/_form.scss */
786 background: url("../img/form/unchecked.png"); }
788 /* line 53, ../sass/murano/components/_form.scss */
789 .x-form-cb-checked .x-form-checkbox {
790 background: url("../img/form/checked.png"); }
792 /* line 57, ../sass/murano/components/_form.scss */
794 background: url("../img/form/unradioed.png"); }
796 /* line 60, ../sass/murano/components/_form.scss */
797 .x-form-cb-checked .x-form-radio {
798 background: url("../img/form/radioed.png"); }
800 /* line 64, ../sass/murano/components/_form.scss */
801 .x-form-cb-label-after {
804 /* line 68, ../sass/murano/components/_form.scss */
805 .x-form-invalid-icon {
809 background: url("../img/form/exclamation.png") right center no-repeat; }
811 /* line 76, ../sass/murano/components/_form.scss */
812 .x-form-field, .x-form-display-field {
816 /* line 82, ../sass/murano/components/_form.scss */
818 border: 1px solid #666;
820 margin-bottom: 10px; }
822 /* line 87, ../sass/murano/components/_form.scss */
827 /* line 91, ../sass/murano/components/_form.scss */
828 .x-fieldset-header-text {
831 /* line 94, ../sass/murano/components/_form.scss */
832 .x-fieldset-header .x-tool, .x-fieldset-header .x-form-item {
836 /* line 98, ../sass/murano/components/_form.scss */
837 .x-fieldset-collapsed {
838 border-width: 1px 1px 0 1px !important;
839 padding-bottom: 0px !important;
840 border-left-color: transparent;
841 border-right-color: transparent; }
843 /* line 105, ../sass/murano/components/_form.scss */
844 .x-boundlist, .x-menu {
846 border: 1px solid #333; }
848 /* line 110, ../sass/murano/components/_form.scss */
849 .x-boundlist-floating {
850 -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
851 -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
852 -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
853 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); }
855 /* line 113, ../sass/murano/components/_form.scss */
858 border: 1px solid transparent;
860 -moz-border-radius: 5px;
861 -webkit-border-radius: 5px;
862 -o-border-radius: 5px;
863 -ms-border-radius: 5px;
864 -khtml-border-radius: 5px;
865 border-radius: 5px; }
866 /* line 118, ../sass/murano/components/_form.scss */
867 .x-boundlist-item-over {
868 border: 1px solid #1286f8;
869 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1286f8), color-stop(100%, #066cd1));
870 background-image: -webkit-linear-gradient(#1286f8, #066cd1);
871 background-image: -moz-linear-gradient(#1286f8, #066cd1);
872 background-image: -o-linear-gradient(#1286f8, #066cd1);
873 background-image: linear-gradient(#1286f8, #066cd1);
874 -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
875 -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
876 -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
877 box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
879 /* line 124, ../sass/murano/components/_form.scss */
880 .x-boundlist-selected {
881 border: 1px solid #066cd1;
882 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f));
883 background-image: -webkit-linear-gradient(#066cd1, #05529f);
884 background-image: -moz-linear-gradient(#066cd1, #05529f);
885 background-image: -o-linear-gradient(#066cd1, #05529f);
886 background-image: linear-gradient(#066cd1, #05529f);
887 -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
888 -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
889 -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
890 box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
892 /* line 7, ../sass/murano/components/form/_triggers.scss */
893 .x-form-trigger-wrap {
895 -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
896 -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
897 -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
898 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
900 border: 1px solid #000;
902 -moz-border-radius: 0 4px 4px 0;
903 -webkit-border-radius: 0 4px 4px 0;
904 -o-border-radius: 0 4px 4px 0;
905 -ms-border-radius: 0 4px 4px 0;
906 -khtml-border-radius: 0 4px 4px 0;
907 border-radius: 0 4px 4px 0; }
909 /* line 17, ../sass/murano/components/form/_triggers.scss */
910 .x-form-trigger-wrap .x-form-spinner-up {
912 -moz-border-radius: 0 3px 0 0;
913 -webkit-border-radius: 0 3px 0 0;
914 -o-border-radius: 0 3px 0 0;
915 -ms-border-radius: 0 3px 0 0;
916 -khtml-border-radius: 0 3px 0 0;
917 border-radius: 0 3px 0 0;
918 background: #666666 url("../img/triggericons/spinner-up.png") center top no-repeat;
919 border-bottom: 1px solid #444; }
920 /* line 22, ../sass/murano/components/form/_triggers.scss */
921 .x-form-trigger-wrap .x-form-spinner-up-over {
922 background-color: #999; }
923 /* line 26, ../sass/murano/components/form/_triggers.scss */
924 .x-form-trigger-wrap .x-form-spinner-down {
927 -moz-border-radius: 0 0 3px 0;
928 -webkit-border-radius: 0 0 3px 0;
929 -o-border-radius: 0 0 3px 0;
930 -ms-border-radius: 0 0 3px 0;
931 -khtml-border-radius: 0 0 3px 0;
932 border-radius: 0 0 3px 0;
933 background: #555555 url("../img/triggericons/spinner-down.png") center top no-repeat;
934 border-top: 1px solid #888; }
935 /* line 32, ../sass/murano/components/form/_triggers.scss */
936 .x-form-trigger-wrap .x-form-spinner-down-over {
937 background-color: #888;
938 border-color: #888; }
940 /* line 39, ../sass/murano/components/form/_triggers.scss */
941 .x-form-trigger-wrap-focus .x-form-spinner-up {
942 background-color: #999; }
943 /* line 42, ../sass/murano/components/form/_triggers.scss */
944 .x-form-trigger-wrap-focus .x-form-spinner-down {
945 background-color: #888; }
947 /* line 48, ../sass/murano/components/form/_triggers.scss */
948 .x-form-trigger-wrap-focus .x-form-trigger {
949 background-color: #AAA;
950 border-color: #AAA; }
951 /* line 51, ../sass/murano/components/form/_triggers.scss */
952 .x-form-trigger-wrap-focus .x-form-trigger-click {
953 background-color: #888;
954 border-color: #888; }
956 /* line 58, ../sass/murano/components/form/_triggers.scss */
958 -moz-border-radius: 0 3px 3px 0;
959 -webkit-border-radius: 0 3px 3px 0;
960 -o-border-radius: 0 3px 3px 0;
961 -ms-border-radius: 0 3px 3px 0;
962 -khtml-border-radius: 0 3px 3px 0;
963 border-radius: 0 3px 3px 0;
967 background-color: #666;
968 border: 1px solid #666; }
969 /* line 65, ../sass/murano/components/form/_triggers.scss */
970 .x-form-trigger-over {
971 background-color: #AAA;
972 border-color: #AAA; }
973 /* line 69, ../sass/murano/components/form/_triggers.scss */
974 .x-form-trigger-click {
975 background-color: #888;
976 border-color: #888; }
978 /* line 76, ../sass/murano/components/form/_triggers.scss */
979 .x-form-clear-trigger {
980 -moz-border-radius: 0;
981 -webkit-border-radius: 0;
983 -ms-border-radius: 0;
984 -khtml-border-radius: 0;
986 border-right-color: #888; }
988 /* line 2, ../sass/murano/components/form/_triggers.scss */
989 .x-form-arrow-trigger {
990 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/chev.png");
991 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png");
992 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png");
993 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png");
994 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png"); }
996 /* line 2, ../sass/murano/components/form/_triggers.scss */
997 .x-form-time-trigger {
998 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/time.png");
999 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png");
1000 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png");
1001 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png");
1002 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png"); }
1004 /* line 2, ../sass/murano/components/form/_triggers.scss */
1005 .x-form-date-trigger {
1006 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/date.png");
1007 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png");
1008 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png");
1009 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png");
1010 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png"); }
1012 /* line 2, ../sass/murano/components/form/_triggers.scss */
1013 .x-form-clear-trigger {
1014 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/clear.png");
1015 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png");
1016 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png");
1017 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png");
1018 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png"); }
1020 /* line 2, ../sass/murano/components/form/_triggers.scss */
1021 .x-form-search-trigger {
1022 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/search.png");
1023 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png");
1024 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png");
1025 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png");
1026 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png"); }
1028 /* line 1, ../sass/murano/components/form/_slider.scss */
1030 border: 1px solid #000;
1031 -moz-border-radius: 6px;
1032 -webkit-border-radius: 6px;
1033 -o-border-radius: 6px;
1034 -ms-border-radius: 6px;
1035 -khtml-border-radius: 6px;
1039 position: relative; }
1041 /* line 9, ../sass/murano/components/form/_slider.scss */
1045 -moz-border-radius: 5px;
1046 -webkit-border-radius: 5px;
1047 -o-border-radius: 5px;
1048 -ms-border-radius: 5px;
1049 -khtml-border-radius: 5px;
1051 border: 1px solid #DDD;
1052 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #cccccc));
1053 background: -webkit-linear-gradient(#aaaaaa, #cccccc);
1054 background: -moz-linear-gradient(#aaaaaa, #cccccc);
1055 background: -o-linear-gradient(#aaaaaa, #cccccc);
1056 background: linear-gradient(#aaaaaa, #cccccc);
1058 -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
1059 -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
1060 -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
1061 box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35); }
1063 /* line 19, ../sass/murano/components/form/_slider.scss */
1064 .x-slider-thumb-over {
1066 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #ffffff));
1067 background: -webkit-linear-gradient(#cccccc, #ffffff);
1068 background: -moz-linear-gradient(#cccccc, #ffffff);
1069 background: -o-linear-gradient(#cccccc, #ffffff);
1070 background: linear-gradient(#cccccc, #ffffff); }
1072 /* line 24, ../sass/murano/components/form/_slider.scss */
1074 -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1075 -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1076 -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1077 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1079 /* line 27, ../sass/murano/components/form/_slider.scss */
1080 .x-slider-horz .x-slider-end {
1081 padding-right: 12px;
1083 /* line 31, ../sass/murano/components/form/_slider.scss */
1084 .x-slider-horz .x-slider-inner {
1086 /* line 34, ../sass/murano/components/form/_slider.scss */
1087 .x-slider-horz .x-slider-thumb {
1090 /* line 39, ../sass/murano/components/form/_slider.scss */
1092 -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1093 -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1094 -o-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1095 box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1097 /* line 42, ../sass/murano/components/form/_slider.scss */
1098 .x-slider-vert .x-slider-inner {
1100 /* line 45, ../sass/murano/components/form/_slider.scss */
1101 .x-slider-vert .x-slider-end {
1102 padding-bottom: 10px;
1104 /* line 49, ../sass/murano/components/form/_slider.scss */
1105 .x-slider-vert .x-slider-thumb {
1107 margin-bottom: 4px; }
1109 /* line 1, ../sass/murano/components/_tab.scss */
1111 -moz-border-radius: 3px 3px 0 0;
1112 -webkit-border-radius: 3px 3px 0 0;
1113 -o-border-radius: 3px 3px 0 0;
1114 -ms-border-radius: 3px 3px 0 0;
1115 -khtml-border-radius: 3px 3px 0 0;
1116 border-radius: 3px 3px 0 0;
1117 border: 1px solid rgba(255, 255, 255, 0.15);
1118 border-top: 1px solid rgba(255, 255, 255, 0.5);
1119 border-bottom: none;
1120 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1121 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1122 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1123 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1124 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1125 background-color: #000;
1128 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1129 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1130 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1131 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1133 white-space: nowrap; }
1134 /* line 13, ../sass/murano/components/_tab.scss */
1137 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); }
1139 /* line 21, ../sass/murano/components/_tab.scss */
1141 border-color: #066cd1;
1142 border-top-color: #439ffa; }
1143 /* line 24, ../sass/murano/components/_tab.scss */
1144 .x-tab-over button {
1147 /* line 29, ../sass/murano/components/_tab.scss */
1149 border-color: rgba(255, 255, 255, 0.35);
1150 border-top-color: #FFF;
1152 -moz-box-shadow: none;
1153 -webkit-box-shadow: none;
1154 -o-box-shadow: none;
1156 /* line 32, ../sass/murano/components/_tab.scss */
1157 .x-tab-active button {
1160 /* line 39, ../sass/murano/components/_tab.scss */
1163 line-height: 14px; }
1165 /* line 44, ../sass/murano/components/_tab.scss */
1170 /* line 49, ../sass/murano/components/_tab.scss */
1171 .x-tab-closable em {
1172 padding-right: 15px; }
1174 /* line 53, ../sass/murano/components/_tab.scss */
1181 background: url("../img/tab/tab-close.png");
1182 text-indent: -119988px; }
1184 /* line 63, ../sass/murano/components/_tab.scss */
1187 border-top: 1px solid rgba(255, 255, 255, 0.35);
1188 border-bottom: 1px solid rgba(255, 255, 255, 0.35);
1192 position: relative; }
1194 /* line 73, ../sass/murano/components/_tab.scss */
1196 width: 18px !important;
1197 height: 22px !important; }
1199 /* line 78, ../sass/murano/components/_tab.scss */
1200 .x-tabbar-scroll-left {
1201 background: url("../img/tab-bar/l.png") !important; }
1202 /* line 80, ../sass/murano/components/_tab.scss */
1203 .x-tabbar-scroll-left-hover {
1204 background-position: left center !important; }
1205 /* line 83, ../sass/murano/components/_tab.scss */
1206 .x-tabbar-scroll-left-disabled {
1207 background-position: left top !important; }
1209 /* line 89, ../sass/murano/components/_tab.scss */
1210 .x-tabbar-scroll-right {
1211 background: url("../img/tab-bar/r.png") !important; }
1212 /* line 91, ../sass/murano/components/_tab.scss */
1213 .x-tabbar-scroll-right-hover {
1214 background-position: left center !important; }
1215 /* line 94, ../sass/murano/components/_tab.scss */
1216 .x-tabbar-scroll-right-disabled {
1217 background-position: left top !important; }
1219 /* line 1, ../sass/murano/components/_tooltip.scss */
1220 .x-tip, .x-form-invalid-tip {
1221 background-color: #05529f;
1222 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1223 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1224 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1225 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1226 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1228 -moz-border-radius: 5px;
1229 -webkit-border-radius: 5px;
1230 -o-border-radius: 5px;
1231 -ms-border-radius: 5px;
1232 -khtml-border-radius: 5px;
1234 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1235 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1236 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1237 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; }
1239 /* line 9, ../sass/murano/components/_tooltip.scss */
1240 .x-form-invalid-tip {
1241 background-color: #800000; }
1243 /* line 13, ../sass/murano/components/_tooltip.scss */
1245 font-weight: bold; }
1247 /* line 17, ../sass/murano/components/_tooltip.scss */
1249 position: relative; }
1251 /* line 1, ../sass/murano/components/_progress_bar.scss */
1255 border: 1px solid #000;
1258 -moz-border-radius: 10px;
1259 -webkit-border-radius: 10px;
1260 -o-border-radius: 10px;
1261 -ms-border-radius: 10px;
1262 -khtml-border-radius: 10px;
1263 border-radius: 10px;
1266 -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1267 -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1268 -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1269 box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1272 text-transform: uppercase;
1273 letter-spacing: 1px; }
1275 /* line 16, ../sass/murano/components/_progress_bar.scss */
1282 border: 1px solid #666;
1283 -moz-border-radius: 10px;
1284 -webkit-border-radius: 10px;
1285 -o-border-radius: 10px;
1286 -ms-border-radius: 10px;
1287 -khtml-border-radius: 10px;
1288 border-radius: 10px;
1289 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #666666));
1290 background: -webkit-linear-gradient(#444444, #666666);
1291 background: -moz-linear-gradient(#444444, #666666);
1292 background: -o-linear-gradient(#444444, #666666);
1293 background: linear-gradient(#444444, #666666);
1294 -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1295 -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1296 -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1297 box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1300 /* line 29, ../sass/murano/components/_progress_bar.scss */
1303 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); }
1305 /* line 34, ../sass/murano/components/_progress_bar.scss */
1306 .x-progress-text-back {
1309 /* line 1, ../sass/murano/components/_datepicker.scss */
1311 background-color: #000;
1312 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
1313 background-image: -webkit-linear-gradient(#333333, #000000);
1314 background-image: -moz-linear-gradient(#333333, #000000);
1315 background-image: -o-linear-gradient(#333333, #000000);
1316 background-image: linear-gradient(#333333, #000000);
1317 border-left: 1px solid #000;
1318 border-right: 1px solid #000; }
1320 /* line 7, ../sass/murano/components/_datepicker.scss */
1321 .x-datepicker-prev, .x-datepicker-next {
1325 /* line 11, ../sass/murano/components/_datepicker.scss */
1326 .x-datepicker-prev a, .x-datepicker-next a {
1330 background: url("../img/shared/btn-left.png"); }
1332 /* line 18, ../sass/murano/components/_datepicker.scss */
1333 .x-datepicker-next {
1336 /* line 21, ../sass/murano/components/_datepicker.scss */
1337 .x-datepicker-next a {
1338 background: url("../img/shared/btn-right.png"); }
1340 /* line 25, ../sass/murano/components/_datepicker.scss */
1341 .x-datepicker-header, .x-datepicker-footer {
1342 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #111111));
1343 background-image: -webkit-linear-gradient(#333333, #111111);
1344 background-image: -moz-linear-gradient(#333333, #111111);
1345 background-image: -o-linear-gradient(#333333, #111111);
1346 background-image: linear-gradient(#333333, #111111);
1347 border-bottom: 1px solid #000;
1348 border-top: 1px solid #444;
1350 text-align: center; }
1352 /* line 32, ../sass/murano/components/_datepicker.scss */
1353 .x-datepicker-inner {
1357 table-layout: fixed; }
1358 /* line 36, ../sass/murano/components/_datepicker.scss */
1359 .x-datepicker-inner th, .x-datepicker-inner td {
1360 text-align: center; }
1361 /* line 39, ../sass/murano/components/_datepicker.scss */
1362 .x-datepicker-inner thead {
1363 border-top: 1px solid #777;
1365 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1366 background-image: -webkit-linear-gradient(#666666, #444444);
1367 background-image: -moz-linear-gradient(#666666, #444444);
1368 background-image: -o-linear-gradient(#666666, #444444);
1369 background-image: linear-gradient(#666666, #444444);
1370 border-bottom: 1px solid #222; }
1372 /* line 48, ../sass/murano/components/_datepicker.scss */
1373 .x-datepicker-inner a {
1375 text-decoration: none;
1377 border: 1px solid transparent; }
1378 /* line 53, ../sass/murano/components/_datepicker.scss */
1379 .x-datepicker-inner a em, .x-datepicker-inner a span {
1381 /* line 56, ../sass/murano/components/_datepicker.scss */
1382 .x-datepicker-inner a em {
1383 border: 1px solid transparent; }
1385 /* line 60, ../sass/murano/components/_datepicker.scss */
1386 .x-datepicker-prevday a {
1389 /* line 63, ../sass/murano/components/_datepicker.scss */
1390 .x-datepicker-today span {
1391 background-color: #555;
1392 -moz-border-radius: 2px;
1393 -webkit-border-radius: 2px;
1394 -o-border-radius: 2px;
1395 -ms-border-radius: 2px;
1396 -khtml-border-radius: 2px;
1397 border-radius: 2px; }
1399 /* line 67, ../sass/murano/components/_datepicker.scss */
1400 .x-datepicker-selected a {
1401 border-color: rgba(0, 0, 0, 0.25); }
1402 /* line 69, ../sass/murano/components/_datepicker.scss */
1403 .x-datepicker-selected a em {
1404 border-color: #066cd1;
1405 border-top-color: #439ffa;
1406 border-bottom-color: #05529f; }
1407 /* line 74, ../sass/murano/components/_datepicker.scss */
1408 .x-datepicker-selected a span {
1409 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1410 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1411 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1412 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1413 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1415 -moz-border-radius: 0;
1416 -webkit-border-radius: 0;
1417 -o-border-radius: 0;
1418 -ms-border-radius: 0;
1419 -khtml-border-radius: 0;
1422 /* line 81, ../sass/murano/components/_datepicker.scss */
1426 /* line 83, ../sass/murano/components/_datepicker.scss */
1428 text-decoration: none;
1431 /* line 89, ../sass/murano/components/_datepicker.scss */
1432 .x-monthpicker-years {
1436 /* line 93, ../sass/murano/components/_datepicker.scss */
1437 .x-monthpicker-months {
1440 border-right: 1px solid #444; }
1442 /* line 98, ../sass/murano/components/_datepicker.scss */
1443 .x-monthpicker-item {
1447 text-align: center; }
1448 /* line 103, ../sass/murano/components/_datepicker.scss */
1449 .x-monthpicker-item a {
1451 border: 1px solid transparent;
1454 -moz-border-radius: 3px;
1455 -webkit-border-radius: 3px;
1456 -o-border-radius: 3px;
1457 -ms-border-radius: 3px;
1458 -khtml-border-radius: 3px;
1459 border-radius: 3px; }
1460 /* line 106, ../sass/murano/components/_datepicker.scss */
1461 .x-monthpicker-item a:hover {
1462 background-color: #333; }
1463 /* line 113, ../sass/murano/components/_datepicker.scss */
1464 .x-monthpicker-item .x-monthpicker-selected {
1465 background-color: #333;
1466 border: 1px solid #555;
1467 border-top-color: #999;
1468 border-bottom-color: #444;
1469 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1470 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1471 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1472 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1473 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1476 /* line 122, ../sass/murano/components/_datepicker.scss */
1477 .x-monthpicker-yearnav-prev, .x-monthpicker-yearnav-next {
1478 margin: 6px 12px 6px 15px;
1483 background: url("../img/shared/btn-left.png"); }
1485 /* line 130, ../sass/murano/components/_datepicker.scss */
1486 .x-monthpicker-yearnav-next {
1487 background: url("../img/shared/btn-right.png"); }
1489 /* line 133, ../sass/murano/components/_datepicker.scss */
1490 .x-monthpicker .x-btn, .x-monthpicker .x-btn-pressed {
1495 /* line 138, ../sass/murano/components/_datepicker.scss */
1496 .x-monthpicker-buttons {
1497 border-top: 1px solid #777;
1498 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1499 background-image: -webkit-linear-gradient(#666666, #444444);
1500 background-image: -moz-linear-gradient(#666666, #444444);
1501 background-image: -o-linear-gradient(#666666, #444444);
1502 background-image: linear-gradient(#666666, #444444);
1507 /* line 145, ../sass/murano/components/_datepicker.scss */
1508 .x-datepicker-footer {
1509 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1510 background-image: -webkit-linear-gradient(#666666, #444444);
1511 background-image: -moz-linear-gradient(#666666, #444444);
1512 background-image: -o-linear-gradient(#666666, #444444);
1513 background-image: linear-gradient(#666666, #444444);
1514 border-top-color: #777;
1515 border-bottom-color: #222; }
1517 /* line 1, ../sass/murano/components/_sizer.scss */
1518 .x-resizable-handle-west {
1519 background: transparent url("../img/sizer/w.png") left center no-repeat !important; }
1521 /* line 4, ../sass/murano/components/_sizer.scss */
1522 .x-resizable-handle-east {
1523 background: transparent url("../img/sizer/e.png") right center no-repeat !important; }
1525 /* line 7, ../sass/murano/components/_sizer.scss */
1526 .x-resizable-handle-north {
1527 background: transparent url("../img/sizer/n.png") top center no-repeat !important; }
1529 /* line 10, ../sass/murano/components/_sizer.scss */
1530 .x-resizable-handle-south {
1531 background: transparent url("../img/sizer/s.png") bottom center no-repeat !important; }
1533 /* line 13, ../sass/murano/components/_sizer.scss */
1534 .x-resizable-handle-northwest {
1535 background: transparent url("../img/sizer/nw.png") left top no-repeat !important; }
1537 /* line 16, ../sass/murano/components/_sizer.scss */
1538 .x-resizable-handle-northeast {
1539 background: transparent url("../img/sizer/ne.png") right top no-repeat !important; }
1541 /* line 19, ../sass/murano/components/_sizer.scss */
1542 .x-resizable-handle-southwest {
1543 background: transparent url("../img/sizer/sw.png") left bottom no-repeat !important; }
1545 /* line 22, ../sass/murano/components/_sizer.scss */
1546 .x-resizable-handle-southeast {
1547 background: transparent url("../img/sizer/se.png") right bottom no-repeat !important; }
1549 /* line 10, ../sass/murano/components/_tree.scss */
1550 .x-tree-panel .x-grid-row-selected {
1551 background-color: #000;
1553 /* line 13, ../sass/murano/components/_tree.scss */
1554 .x-tree-panel .x-grid-row-selected td {
1555 -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1556 -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1557 -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1558 box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); }
1560 /* line 19, ../sass/murano/components/_tree.scss */
1561 .x-tree-no-lines .x-tree-elbow {
1562 background-color: transparent; }
1564 /* line 23, ../sass/murano/components/_tree.scss */
1565 .x-tree-no-lines .x-tree-elbow-end {
1566 background-color: transparent; }
1568 /* line 27, ../sass/murano/components/_tree.scss */
1569 .x-tree-no-lines .x-tree-elbow-line {
1570 background-color: transparent; }
1572 /* line 32, ../sass/murano/components/_tree.scss */
1573 .x-tree-arrows .x-tree-elbow-plus {
1574 background: transparent no-repeat 0 0; }
1576 /* line 36, ../sass/murano/components/_tree.scss */
1577 .x-tree-arrows .x-tree-elbow-end-plus {
1578 background: transparent no-repeat 0 0; }
1580 /* line 40, ../sass/murano/components/_tree.scss */
1581 .x-tree-arrows .x-tree-elbow-end-minus {
1582 background: transparent no-repeat -16px 0; }
1584 /* line 44, ../sass/murano/components/_tree.scss */
1585 .x-tree-arrows .x-tree-elbow-minus {
1586 background: transparent no-repeat -16px 0; }
1588 /* line 48, ../sass/murano/components/_tree.scss */
1589 .x-tree-arrows .x-tree-elbow {
1590 background-color: transparent !important; }
1592 /* line 52, ../sass/murano/components/_tree.scss */
1593 .x-tree-arrows .x-tree-elbow-end {
1594 background-color: transparent !important; }
1596 /* line 56, ../sass/murano/components/_tree.scss */
1597 .x-tree-arrows .x-tree-elbow-line {
1598 background-color: transparent !important; }
1600 /* line 62, ../sass/murano/components/_tree.scss */
1601 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-plus,
1602 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-plus {
1603 background-position: -32px 0; }
1605 /* line 67, ../sass/murano/components/_tree.scss */
1606 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-minus,
1607 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-minus {
1608 background-position: -48px 0; }
1610 /* line 72, ../sass/murano/components/_tree.scss */
1611 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus,
1612 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1613 background-position: -16px 0; }
1615 /* line 77, ../sass/murano/components/_tree.scss */
1616 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-plus,
1617 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-end-plus {
1618 background-position: -48px 0; }
1620 /* line 84, ../sass/murano/components/_tree.scss */
1622 .x-tree-elbow-minus,
1623 .x-tree-elbow-end-plus,
1624 .x-tree-elbow-end-minus {
1627 /* line 90, ../sass/murano/components/_tree.scss */
1628 .x-tree-lines .x-tree-elbow {
1629 background-image: url("../img/tree/elbow.gif"); }
1630 /* line 94, ../sass/murano/components/_tree.scss */
1631 .x-tree-lines .x-tree-elbow-end {
1632 background-image: url("../img/tree/elbow-end.gif"); }
1633 /* line 98, ../sass/murano/components/_tree.scss */
1634 .x-tree-lines .x-tree-elbow-plus {
1635 background-image: url("../../fugue-icons/icons-shadowless/plus-small-white.png"); }
1636 /* line 103, ../sass/murano/components/_tree.scss */
1637 .x-tree-lines .x-tree-elbow-end-plus {
1638 background-image: url("../../fugue-icons/icons-shadowless/plus-small-white.png"); }
1639 /* line 108, ../sass/murano/components/_tree.scss */
1640 .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
1641 background-image: url("../../fugue-icons/icons-shadowless/minus-small-white.png"); }
1642 /* line 113, ../sass/murano/components/_tree.scss */
1643 .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1644 background-image: url("../../fugue-icons/icons-shadowless/minus-small-white.png"); }
1645 /* line 118, ../sass/murano/components/_tree.scss */
1646 .x-tree-lines .x-tree-elbow-line {
1647 background-image: url("../img/tree/elbow-line.gif"); }
1649 /* line 125, ../sass/murano/components/_tree.scss */
1650 .x-tree-no-lines .x-tree-elbow-plus,
1651 .x-tree-no-lines .x-tree-elbow-end-plus {
1652 background-image: url("../img/tree/elbow-plus-nl.gif"); }
1653 /* line 130, ../sass/murano/components/_tree.scss */
1654 .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-plus,
1655 .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1656 background-image: url("../img/tree/elbow-end-minus-nl.gif"); }
1658 /* line 139, ../sass/murano/components/_tree.scss */
1659 .x-tree-arrows .x-tree-elbow-plus,
1660 .x-tree-arrows .x-tree-elbow-minus,
1661 .x-tree-arrows .x-tree-elbow-end-plus,
1662 .x-tree-arrows .x-tree-elbow-end-minus {
1663 background-image: url("../img/tree/arrows.gif"); }
1665 /* line 144, ../sass/murano/components/_tree.scss */
1667 margin-right: 3px; }
1669 /* line 153, ../sass/murano/components/_tree.scss */
1673 .x-tree-elbow-end-plus,
1674 .x-tree-elbow-empty,
1675 .x-tree-elbow-line {
1679 /* line 158, ../sass/murano/components/_tree.scss */
1682 background-image: url("../../fugue-icons/icons-shadowless/leaf.png"); }
1684 /* line 163, ../sass/murano/components/_tree.scss */
1685 .x-tree-icon-parent {
1687 background-image: url("../../fugue-icons/icons-shadowless/folder-horizontal.png"); }
1689 /* line 168, ../sass/murano/components/_tree.scss */
1690 .x-grid-tree-node-expanded .x-tree-icon-parent {
1691 background-image: url("../../fugue-icons/icons-shadowless/folder-horizontal-open.png"); }
1693 /* line 172, ../sass/murano/components/_tree.scss */
1697 /* line 176, ../sass/murano/components/_tree.scss */
1698 .x-tree-panel .x-grid-cell-inner {
1701 /* line 180, ../sass/murano/components/_tree.scss */
1702 .x-tree-panel .x-grid-row .x-grid-cell {
1705 /* line 184, ../sass/murano/components/_tree.scss */
1706 .x-tree-panel .x-grid-row .x-grid-cell-inner {
1709 vertical-align: middle;
1711 /* line 191, ../sass/murano/components/_tree.scss */
1712 .x-tree-panel .x-grid-row .x-grid-cell-inner img {
1715 /* line 197, ../sass/murano/components/_tree.scss */
1716 .x-ie .x-tree-panel .x-grid-row .x-grid-cell-inner {
1717 white-space: normal; }
1719 /* line 203, ../sass/murano/components/_tree.scss */
1722 margin: 2px 3px 0 0;
1726 background: url('../img/url("../img/form/unchecked.png")') no-repeat;
1730 /* line 215, ../sass/murano/components/_tree.scss */
1731 .x-tree-checkbox::-moz-focus-inner {
1735 /* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */
1736 /* line 223, ../sass/murano/components/_tree.scss */
1737 .x-nbr.x-ie .x-tree-checkbox {
1740 /* line 228, ../sass/murano/components/_tree.scss */
1741 .x-tree-checkbox-checked {
1742 background: url('../img/url("../img/form/checked.png")') no-repeat; }
1744 /* line 233, ../sass/murano/components/_tree.scss */
1745 .x-tree-panel .x-grid-cell-inner {
1746 border-width: 0 !important; }
1748 /* line 240, ../sass/murano/components/_tree.scss */
1749 .x-gecko .x-tree-panel .x-grid-row .x-grid-cell-inner {
1750 line-height: 14px; }
1752 /* line 246, ../sass/murano/components/_tree.scss */
1753 .x-tree-drop-ok-append .x-dd-drop-icon {
1754 background-image: url("../img/tree/drop-append.gif"); }
1756 /* line 250, ../sass/murano/components/_tree.scss */
1757 .x-tree-drop-ok-above .x-dd-drop-icon {
1758 background-image: url("../img/tree/drop-above.gif"); }
1760 /* line 254, ../sass/murano/components/_tree.scss */
1761 .x-tree-drop-ok-below .x-dd-drop-icon {
1762 background-image: url("../img/tree/drop-below.gif"); }
1764 /* line 258, ../sass/murano/components/_tree.scss */
1765 .x-tree-drop-ok-between .x-dd-drop-icon {
1766 background-image: url("../img/tree/drop-between.gif"); }
1768 /* line 262, ../sass/murano/components/_tree.scss */
1769 .x-grid-tree-loading .x-tree-icon {
1770 background-image: url("../img/tree/loading.gif"); }
1772 /* line 266, ../sass/murano/components/_tree.scss */
1773 .x-tree-ddindicator {
1775 border-width: 1px 0px 0px;
1776 border-style: dotted;
1777 border-color: green; }
1779 /* line 273, ../sass/murano/components/_tree.scss */
1780 .x-grid-tree-loading span {
1784 /* line 278, ../sass/murano/components/_tree.scss */
1785 .x-tree-animator-wrap {
1788 /* line 1, ../sass/murano/components/_menu.scss */
1790 -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1791 -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1792 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1793 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1794 white-space: nowrap; }
1796 /* line 7, ../sass/murano/components/_menu.scss */
1798 position: absolute; }
1800 /* line 11, ../sass/murano/components/_menu.scss */
1804 /* line 15, ../sass/murano/components/_menu.scss */
1807 border: 1px solid transparent;
1808 -moz-border-radius: 5px;
1809 -webkit-border-radius: 5px;
1810 -o-border-radius: 5px;
1811 -ms-border-radius: 5px;
1812 -khtml-border-radius: 5px;
1814 text-decoration: none;
1818 /* line 24, ../sass/murano/components/_menu.scss */
1819 .x-menu-item-active .x-menu-item-link {
1820 border-color: #066cd1;
1821 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f));
1822 background-image: -webkit-linear-gradient(#066cd1, #05529f);
1823 background-image: -moz-linear-gradient(#066cd1, #05529f);
1824 background-image: -o-linear-gradient(#066cd1, #05529f);
1825 background-image: linear-gradient(#066cd1, #05529f);
1826 -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1827 -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1828 -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1829 box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
1831 /* line 30, ../sass/murano/components/_menu.scss */
1838 /* line 38, ../sass/murano/components/_menu.scss */
1839 .x-menu-item-unchecked .x-menu-item-icon {
1840 background: url("../img/form/unchecked.png"); }
1841 /* line 41, ../sass/murano/components/_menu.scss */
1842 .x-menu-item-unchecked .x-menu-group-icon {
1843 background: url("../img/form/unradioed.png"); }
1845 /* line 46, ../sass/murano/components/_menu.scss */
1846 .x-menu-item-checked .x-menu-item-icon {
1847 background: url("../img/form/checked.png"); }
1848 /* line 49, ../sass/murano/components/_menu.scss */
1849 .x-menu-item-checked .x-menu-group-icon {
1850 background: url("../img/form/radioed.png"); }
1852 /* line 54, ../sass/murano/components/_menu.scss */
1853 .x-menu-item-separator {
1856 margin: 3px 9px 3px 10px;
1857 border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
1859 /* line 3, ../sass/murano/components/_scroller.scss */
1861 border: none !important; }
1862 /* line 5, ../sass/murano/components/_scroller.scss */
1863 .x-scroller::-webkit-scrollbar {
1866 /* line 8, ../sass/murano/components/_scroller.scss */
1867 .x-scroller::-webkit-scrollbar-track {
1868 background: transparent; }
1869 /* line 11, ../sass/murano/components/_scroller.scss */
1870 .x-scroller::-webkit-scrollbar-track-piece:start {
1873 /* line 15, ../sass/murano/components/_scroller.scss */
1874 .x-scroller::-webkit-scrollbar-track-piece:end {
1876 margin-bottom: 1px; }
1877 /* line 19, ../sass/murano/components/_scroller.scss */
1878 .x-scroller::-webkit-scrollbar-thumb {
1879 border: 1px solid #000;
1880 background-color: #666666;
1881 -moz-border-radius: 8px;
1882 -webkit-border-radius: 8px;
1883 -o-border-radius: 8px;
1884 -ms-border-radius: 8px;
1885 -khtml-border-radius: 8px;
1887 -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1888 -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1889 -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1890 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset; }
1891 /* line 24, ../sass/murano/components/_scroller.scss */
1892 .x-scroller::-webkit-scrollbar-thumb:hover {
1893 background-color: #737373; }
1894 /* line 27, ../sass/murano/components/_scroller.scss */
1895 .x-scroller::-webkit-scrollbar-thumb:active {
1896 background-color: gray; }
1898 /* line 34, ../sass/murano/components/_scroller.scss */
1899 .x-scroller-vertical::-webkit-scrollbar-thumb {
1900 background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1901 background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1902 background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1903 background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1904 background-image: linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
1906 /* line 37, ../sass/murano/components/_scroller.scss */
1907 .x-scroller-horizontal::-webkit-scrollbar-thumb {
1908 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1909 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1910 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1911 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1912 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
1914 /* line 1, ../sass/murano/components/_splitter.scss */
1916 background-color: #000; }
1918 /* line 1, ../sass/murano/components/_icons.scss */
1920 background: transparent url("../../fugue-icons/icons-shadowless/control-180.png") center center no-repeat; }
1922 /* line 4, ../sass/murano/components/_icons.scss */
1923 .x-tbar-page-first {
1924 background: transparent url("../../fugue-icons/icons-shadowless/control-stop-180.png") center center no-repeat; }
1926 /* line 7, ../sass/murano/components/_icons.scss */
1928 background: transparent url("../../fugue-icons/icons-shadowless/control.png") center center no-repeat; }
1930 /* line 10, ../sass/murano/components/_icons.scss */
1932 background: transparent url("../../fugue-icons/icons-shadowless/control-stop.png") center center no-repeat; }
1934 /* line 13, ../sass/murano/components/_icons.scss */
1936 background: transparent url("../../fugue-icons/icons-shadowless/arrow-circle-double-135.png") center center no-repeat; }
1939 * @var {string} $prefix
1940 * The prefix to be applied to all CSS selectors. If this is changed, it must also be changed in your
1941 * JavaScript application.
1944 * @var {string} $theme-name
1945 * The name of the theme. This must match the the output directory of the images.
1946 * (defaults to 'default')
1949 * @var {boolean/string} $relative-image-path-for-uis
1950 * True to use a relative image path for all new UIs. If true, the path will be "../images/".
1951 * It can also be a string of the path value.
1952 * It defaults to false, which means it will look for the images in the ExtJS SDK folder.
1955 * @var {string} $font-family
1956 * The default font-family to be used throughout the theme.
1959 * @var {string} $base-gradient
1960 * The base gradient to be used throughout the theme.
1963 * @var {color} $base-color
1964 * The base color to be used throughout the theme.
1967 * @var {boolean} $include-ie
1968 * True to include Internet Explorer specific rules
1971 * @var {boolean} $include-ff
1972 * True to include Firefox specific rules
1975 * @var {boolean} $include-chrome
1976 * True to include Chrome specific rules
1979 * @var {boolean} $include-safari
1980 * True to include Safari specific rules
1983 * @var {boolean} $include-opera
1984 * True to include Opera specific rules
1987 * @var {boolean} $include-webkit
1988 * True to include Webkit specific rules
1991 * @var {boolean} $compile-all
1992 * True to copile all CSS, even if above include rules are false
1995 * @var {boolean} $scope-reset-css
1996 * True to scope the reset CSS within the $prefix variable.
1999 * @var {color} $css-shadow-background-color
2000 * The base color for CSS shadows
2009 * @class Ext.form.field.Base
2012 * @class Ext.form.field.TextArea
2015 * @class Ext.form.Label
2018 * @class Ext.form.field.Checkbox
2021 * @class Ext.form.field.Radio
2033 * @mixin background-gradient
2035 * @param {Color} $background-color The background color of the gradient
2036 * @param {String/List} $type The type of gradient to be used. Can either be a String which is a predefined gradient, or it can
2037 * can be a list of color_stops. If none is set, it will still set the `background-color` to the $background-color.
2038 * @param {String} $direction The direction of the gradient. Can either me `top` or `left`. (defaults to `top`)
2040 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2041 html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
2042 h4, h5, h6, pre, code, form, fieldset, legend,
2043 input, textarea, p, blockquote, th, td {
2047 /* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2049 border-collapse: collapse;
2050 border-spacing: 0; }
2052 /* line 79, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2056 /* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2057 address, caption, cite, code,
2058 dfn, em, strong, th, var {
2060 font-weight: normal; }
2062 /* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2066 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2070 /* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2071 h1, h2, h3, h4, h5, h6 {
2074 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2079 /* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2082 font-variant: normal; }
2084 /* line 111, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2086 vertical-align: text-top; }
2088 /* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2090 vertical-align: text-bottom; }
2092 /* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2093 input, textarea, select {
2094 font-family: inherit;
2096 font-weight: inherit; }
2098 /* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2102 /* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2103 .x-border-box .x-reset,
2104 .x-border-box .x-reset * {
2105 box-sizing: border-box;
2106 -moz-box-sizing: border-box;
2107 -ms-box-sizing: border-box;
2108 -webkit-box-sizing: border-box; }
2110 /* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2114 font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; }
2116 /* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2125 /* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2131 /* line 22, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2137 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2138 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2141 /* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2143 display: none !important; }
2145 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2146 .x-hide-visibility {
2147 visibility: hidden !important; }
2149 /* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2151 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
2152 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
2155 /* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2156 .x-ie6 .x-item-disabled {
2159 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2162 display: block !important;
2163 position: absolute !important;
2164 left: -10000px !important;
2165 top: -10000px !important; }
2167 /* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2169 height: 0 !important;
2170 width: 0 !important; }
2172 /* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2173 .x-masked-relative {
2174 position: relative; }
2176 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2177 .x-ie6 .x-masked select,
2178 .x-ie6.x-body-masked select {
2179 visibility: hidden !important; }
2181 /* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2184 -moz-border-radius: 5px 5px;
2185 -webkit-border-radius: 5px 5px;
2186 -o-border-radius: 5px 5px;
2187 -ms-border-radius: 5px 5px;
2188 -khtml-border-radius: 5px 5px;
2189 border-radius: 5px 5px; }
2191 /* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2193 background-color: #777;
2199 /* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2205 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2209 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2218 /* line 104, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2219 .x-frame-shadow .xstc,
2220 .x-frame-shadow .xsbc {
2224 /* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2225 .x-frame-shadow .xsc {
2228 /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2229 .x-frame-shadow .xsml {
2230 background: transparent repeat-y 0 0; }
2232 /* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2233 .x-frame-shadow .xsmr {
2234 background: transparent repeat-y -6px 0; }
2236 /* line 121, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2237 .x-frame-shadow .xstl {
2238 background: transparent no-repeat 0 0; }
2240 /* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2241 .x-frame-shadow .xstc {
2242 background: transparent repeat-x 0 -30px; }
2244 /* line 129, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2245 .x-frame-shadow .xstr {
2246 background: transparent repeat-x 0 -18px; }
2248 /* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2249 .x-frame-shadow .xsbl {
2250 background: transparent no-repeat 0 -12px; }
2252 /* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2253 .x-frame-shadow .xsbc {
2254 background: transparent repeat-x 0 -36px; }
2256 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2257 .x-frame-shadow .xsbr {
2258 background: transparent repeat-x 0 -6px; }
2260 /* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2261 .x-frame-shadow .xstl,
2262 .x-frame-shadow .xstc,
2263 .x-frame-shadow .xstr,
2264 .x-frame-shadow .xsbl,
2265 .x-frame-shadow .xsbc,
2266 .x-frame-shadow .xsbr {
2270 background-image: url('../extjs/resources/themes/images/default/shared/shadow.png'); }
2272 /* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2273 .x-frame-shadow .xsml,
2274 .x-frame-shadow .xsmr {
2278 background-image: url('../extjs/resources/themes/images/default/shared/shadow-lr.png'); }
2280 /* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2281 .x-frame-shadow .xsmc {
2284 background-image: url('../extjs/resources/themes/images/default/shared/shadow-c.png'); }
2286 /* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2287 .x-frame-shadow .xst,
2288 .x-frame-shadow .xsb {
2293 /* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2301 /* line 9, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2310 /* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2312 .x-focus-frame-bottom,
2313 .x-focus-frame-left,
2314 .x-focus-frame-right {
2319 /* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2321 .x-focus-frame-bottom {
2322 border-top: solid 2px #15428b;
2325 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2326 .x-focus-frame-left,
2327 .x-focus-frame-right {
2328 border-left: solid 2px #15428b;
2333 * Used to create the base structure of an Ext.Button
2336 * @mixin extjs-btn-group-ui
2337 * @class Ext.ButtonGroup
2344 * Used to create the base structure of an Ext.Panel
2348 * Used to create a visual theme for an Ext.Panel
2351 * @mixin ext-toolbar-ui
2352 * @class Ext.toolbar.Toolbar
2353 * @param {String} $ui The name of the UI
2354 * @param {Color} $background-color The background color of the toolbar (defaults to transparent)
2355 * @param {Gradient/color-stops} $background-gradient The background gradient of the toolbar (defaults to null)
2356 * @param {Color} $border-color The border color of the toolbar (defaults to null)
2360 * Used to create a visual theme for an Ext.Panel
2363 * @class Ext.tab.Bar
2369 * @class Ext.LoadMask
2370 * Component used to mask a component
2372 /* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2378 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2379 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2384 background: #cccccc; }
2386 /* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2394 border-color: #99bbe8;
2395 background-image: none;
2396 background-color: #dfe8f6; }
2397 /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2399 padding: 5px 10px 5px 25px;
2400 background-image: url('../extjs/resources/themes/images/default/grid/loading.gif');
2401 background-repeat: no-repeat;
2402 background-position: 5px center;
2404 border: 1px solid #a3bad9;
2405 background-color: #eeeeee;
2407 font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; }
2410 * @mixin extjs-progress-ui
2413 * W3C Suggested Default style sheet for HTML 4
2414 * http://www.w3.org/TR/CSS21/sample.html
2416 /* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2417 .x-dd-drag-repair .x-dd-drag-ghost {
2418 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
2419 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
2421 /* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2422 .x-dd-drag-repair .x-dd-drop-icon {
2425 /* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2427 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
2428 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
2432 white-space: nowrap;
2434 font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
2436 border-color: #ddd #bbb #bbb #ddd;
2437 background-color: #fff; }
2439 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2447 background-color: transparent;
2448 background-position: center;
2449 background-repeat: no-repeat;
2452 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2458 background-color: #c3daf9;
2459 border: 1px dotted #3399bb;
2460 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2461 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2465 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2466 .x-dd-drop-nodrop .x-dd-drop-icon {
2467 background-image: url('../extjs/resources/themes/images/default/dd/drop-no.gif'); }
2469 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2470 .x-dd-drop-ok .x-dd-drop-icon {
2471 background-image: url('../extjs/resources/themes/images/default/dd/drop-yes.gif'); }
2473 /* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2474 .x-dd-drop-ok-add .x-dd-drop-icon {
2475 background-image: url('../extjs/resources/themes/images/default/dd/drop-add.gif'); }
2477 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2478 .x-resizable-handle {
2485 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2486 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2488 background-color: #fff; }
2490 /* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2491 .x-resizable-handle-east {
2497 /* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2498 .x-resizable-over .x-resizable-handle-east {
2501 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2502 .x-resizable-handle-south {
2508 /* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2509 .x-resizable-over .x-resizable-handle-south {
2512 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2513 .x-resizable-handle-west {
2519 /* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2520 .x-resizable-over .x-resizable-handle-west {
2523 /* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2524 .x-resizable-handle-north {
2530 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2531 .x-resizable-over .x-resizable-handle-north {
2534 /* line 75, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2535 .x-resizable-handle-southeast {
2542 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2543 .x-resizable-over .x-resizable-handle-southeast {
2544 cursor: se-resize; }
2546 /* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2547 .x-resizable-handle-northwest {
2554 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2555 .x-resizable-over .x-resizable-handle-northwest {
2556 cursor: nw-resize; }
2558 /* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2559 .x-resizable-handle-northeast {
2566 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2567 .x-resizable-over .x-resizable-handle-northeast {
2568 cursor: ne-resize; }
2570 /* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2571 .x-resizable-handle-southwest {
2578 /* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2579 .x-resizable-over .x-resizable-handle-southwest {
2580 cursor: sw-resize; }
2582 /*IE rounding error*/
2583 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2584 .x-ie .x-resizable-handle-east {
2586 /*IE rounding error*/ }
2587 /* line 145, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2588 .x-ie .x-resizable-handle-south {
2589 margin-bottom: -1px; }
2591 /* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2592 .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
2593 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
2594 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
2597 /* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2598 .x-window .x-window-handle {
2599 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2600 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2603 /* line 158, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2604 .x-window-collapsed .x-window-handle {
2607 /* line 162, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2608 .x-resizable-proxy {
2609 border: 1px dashed #3b5a82;
2616 /* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2617 .x-resizable-overlay {
2625 background-color: #fff;
2626 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2627 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2630 /* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2631 .x-resizable-over .x-resizable-handle-east,
2632 .x-resizable-over .x-resizable-handle-west,
2633 .x-resizable-pinned .x-resizable-handle-east,
2634 .x-resizable-pinned .x-resizable-handle-west {
2635 background-position: left;
2636 background-image: url('../extjs/resources/themes/images/default/sizer/e-handle.gif'); }
2637 /* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2638 .x-resizable-over .x-resizable-handle-south,
2639 .x-resizable-over .x-resizable-handle-north,
2640 .x-resizable-pinned .x-resizable-handle-south,
2641 .x-resizable-pinned .x-resizable-handle-north {
2642 background-position: top;
2643 background-image: url('../extjs/resources/themes/images/default/sizer/s-handle.gif'); }
2644 /* line 202, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2645 .x-resizable-over .x-resizable-handle-southeast,
2646 .x-resizable-pinned .x-resizable-handle-southeast {
2647 background-position: top left;
2648 background-image: url('../extjs/resources/themes/images/default/sizer/se-handle.gif'); }
2649 /* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2650 .x-resizable-over .x-resizable-handle-northwest,
2651 .x-resizable-pinned .x-resizable-handle-northwest {
2652 background-position: bottom right;
2653 background-image: url('../extjs/resources/themes/images/default/sizer/nw-handle.gif'); }
2654 /* line 212, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2655 .x-resizable-over .x-resizable-handle-northeast,
2656 .x-resizable-pinned .x-resizable-handle-northeast {
2657 background-position: bottom left;
2658 background-image: url('../extjs/resources/themes/images/default/sizer/ne-handle.gif'); }
2659 /* line 217, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2660 .x-resizable-over .x-resizable-handle-southwest,
2661 .x-resizable-pinned .x-resizable-handle-southwest {
2662 background-position: top right;
2663 background-image: url('../extjs/resources/themes/images/default/sizer/sw-handle.gif'); }
2665 /* line 3, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2666 .x-splitter .x-collapse-el {
2669 background-color: transparent;
2670 background-repeat: no-repeat !important; }
2672 /* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2673 .x-layout-split-left,
2674 .x-layout-split-right {
2680 /* line 24, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2681 .x-layout-split-top,
2682 .x-layout-split-bottom {
2686 margin-left: -17px; }
2688 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2689 .x-layout-split-left {
2690 background: url('../extjs/resources/themes/images/default/util/splitter/mini-left.gif') no-repeat top right; }
2692 /* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2693 .x-layout-split-right {
2694 background: url('../extjs/resources/themes/images/default/util/splitter/mini-right.gif') no-repeat top left; }
2696 /* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2697 .x-layout-split-top {
2698 background: url('../extjs/resources/themes/images/default/util/splitter/mini-top.gif') no-repeat top left; }
2700 /* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2701 .x-layout-split-bottom {
2702 background: url('../extjs/resources/themes/images/default/util/splitter/mini-bottom.gif') no-repeat top left; }
2704 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2705 .x-splitter-collapsed .x-layout-split-left {
2706 background: url('../extjs/resources/themes/images/default/util/splitter/mini-right.gif') no-repeat top left; }
2707 /* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2708 .x-splitter-collapsed .x-layout-split-right {
2709 background: url('../extjs/resources/themes/images/default/util/splitter/mini-left.gif') no-repeat top right; }
2710 /* line 58, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2711 .x-splitter-collapsed .x-layout-split-top {
2712 background: url('../extjs/resources/themes/images/default/util/splitter/mini-bottom.gif') no-repeat top left; }
2713 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2714 .x-splitter-collapsed .x-layout-split-bottom {
2715 background: url('../extjs/resources/themes/images/default/util/splitter/mini-top.gif') no-repeat top left; }
2717 /* line 67, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2718 .x-splitter-horizontal {
2723 /* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2724 .x-splitter-vertical {
2729 /* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2730 .x-splitter-collapsed {
2733 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2734 .x-splitter-active {
2737 background-color: #b4b4b4;
2738 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2739 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
2742 /* line 88, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2743 .x-splitter-active .x-collapse-el {
2744 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2745 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
2748 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2751 background: #b4b4b4;
2752 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2753 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
2756 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2763 * @todo move this somewhere else?
2765 /* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2767 border-bottom-width: 0 !important; }
2769 /* line 15, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2771 border-top-width: 0 !important; }
2773 /* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2775 border-right-width: 0 !important; }
2777 /* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2779 border-left-width: 0 !important; }
2781 /* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2782 .x-docked-noborder-top {
2783 border-top-width: 0 !important; }
2785 /* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2786 .x-docked-noborder-right {
2787 border-right-width: 0 !important; }
2789 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2790 .x-docked-noborder-bottom {
2791 border-bottom-width: 0 !important; }
2793 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2794 .x-docked-noborder-left {
2795 border-left-width: 0 !important; }
2797 /* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2805 /* line 53, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2807 position: absolute !important;
2811 /* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2813 .x-border-layout-ct {
2817 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2818 .x-overflow-hidden {
2819 overflow: hidden !important; }
2821 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2822 .x-inline-children > * {
2823 display: inline-block !important; }
2825 /* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2826 .x-abs-layout-item {
2827 position: absolute; }
2829 /* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2830 .x-border-layout-ct {
2831 background-color: #dfe8f6; }
2833 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2834 .x-border-region-slide-in {
2837 /* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2838 .x-region-collapsed-placeholder {
2841 /* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2842 .x-accordion-hd .x-panel-header-text {
2844 font-weight: normal; }
2846 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2848 background: #d9e7f8 !important;
2849 -moz-box-shadow: inset 0 0 0 0 #d9e7f8;
2850 -webkit-box-shadow: inset 0 0 0 0 #d9e7f8;
2851 -o-box-shadow: inset 0 0 0 0 #d9e7f8;
2852 box-shadow: inset 0 0 0 0 #d9e7f8; }
2853 /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2854 .x-accordion-hd .x-tool-collapse-top,
2855 .x-accordion-hd .x-tool-collapse-right,
2856 .x-accordion-hd .x-tool-collapse-bottom,
2857 .x-accordion-hd .x-tool-collapse-left {
2858 background-position: 0 -255px; }
2859 /* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2860 .x-accordion-hd .x-tool-expand-top,
2861 .x-accordion-hd .x-tool-expand-right,
2862 .x-accordion-hd .x-tool-expand-bottom,
2863 .x-accordion-hd .x-tool-expand-left {
2864 background-position: 0 -240px; }
2865 /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2866 .x-accordion-hd .x-tool-over .x-tool-collapse-top,
2867 .x-accordion-hd .x-tool-over .x-tool-collapse-right,
2868 .x-accordion-hd .x-tool-over .x-tool-collapse-bottom,
2869 .x-accordion-hd .x-tool-over .x-tool-collapse-left {
2870 background-position: -15px -255px; }
2871 /* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2872 .x-accordion-hd .x-tool-over .x-tool-expand-top,
2873 .x-accordion-hd .x-tool-over .x-tool-expand-right,
2874 .x-accordion-hd .x-tool-over .x-tool-expand-bottom,
2875 .x-accordion-hd .x-tool-over .x-tool-expand-left {
2876 background-position: -15px -240px; }
2878 /* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2880 border-width: 1px 0 1px 0 !important;
2881 padding: 4px 5px 5px 5px;
2882 border-top-color: #f3f7fb !important; }
2884 /* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2886 border-width: 0 !important; }
2888 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2889 .x-accordion-hd-sibling-expanded {
2890 border-top-color: #99bbe8 !important;
2891 -moz-box-shadow: inset 0 1px 0 0 #f3f7fb;
2892 -webkit-box-shadow: inset 0 1px 0 0 #f3f7fb;
2893 -o-box-shadow: inset 0 1px 0 0 #f3f7fb;
2894 box-shadow: inset 0 1px 0 0 #f3f7fb; }
2896 /* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2897 .x-accordion-hd-last-collapsed {
2898 border-bottom-color: #d9e7f8 !important; }
2900 /* line 155, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2908 background-repeat: no-repeat; }
2910 /* line 161, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2913 background-repeat: repeat-x; }
2915 /* line 165, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2918 background-repeat: repeat-x;
2921 /* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2922 .x-box-scroller-left {
2926 /* line 181, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2927 .x-box-scroller-left .x-toolbar-scroll-left,
2928 .x-box-scroller-left .x-tabbar-scroll-left {
2933 background: url('../extjs/resources/themes/images/default/tab-bar/scroll-left.gif') transparent no-repeat -18px 0; }
2934 /* line 188, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2935 .x-box-scroller-left .x-toolbar-scroll-left-hover {
2936 background-position: 0 0; }
2937 /* line 192, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2938 .x-box-scroller-left .x-toolbar-scroll-left-disabled,
2939 .x-box-scroller-left .x-tabbar-scroll-left-disabled {
2940 background-position: -18px 0;
2941 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2942 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2944 /* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2945 .x-box-scroller-left .x-toolbar-scroll-left {
2946 background-image: url('../extjs/resources/themes/images/default/toolbar/scroll-left.gif');
2947 background-position: -14px 0; }
2948 /* line 201, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2949 .x-box-scroller-left .x-toolbar-scroll-left-hover {
2950 background-position: 0 0; }
2951 /* line 204, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2952 .x-box-scroller-left .x-toolbar-scroll-left-disabled {
2953 background-position: -14px 0; }
2954 /* line 208, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2955 .x-box-scroller-left .x-toolbar-scroll-left {
2958 border-bottom: 1px solid #8db2e3; }
2960 /* line 216, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2961 .x-horizontal-box-overflow-body {
2964 /* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2965 .x-box-scroller-right {
2969 /* line 226, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2970 .x-box-scroller-right .x-toolbar-scroll-right,
2971 .x-box-scroller-right .x-tabbar-scroll-right {
2976 background: url('../extjs/resources/themes/images/default/tab-bar/scroll-right.gif') transparent no-repeat 0 0; }
2977 /* line 233, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2978 .x-box-scroller-right .x-toolbar-scroll-right-hover {
2979 background-position: -18px 0; }
2980 /* line 237, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2981 .x-box-scroller-right .x-toolbar-scroll-right-disabled,
2982 .x-box-scroller-right .x-tabbar-scroll-right-disabled {
2983 background-position: 0 0;
2984 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2985 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2987 /* line 242, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2988 .x-box-scroller-right .x-toolbar-scroll-right {
2989 background-image: url('../extjs/resources/themes/images/default/toolbar/scroll-right.gif'); }
2990 /* line 245, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2991 .x-box-scroller-right .x-toolbar-scroll-right-hover {
2992 background-position: -14px 0; }
2993 /* line 248, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2994 .x-box-scroller-right .x-toolbar-scroll-right-disabled {
2995 background-position: 0 0; }
2996 /* line 252, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2997 .x-box-scroller-right .x-toolbar-scroll-right {
3000 border-bottom: 1px solid #8db2e3; }
3002 /* line 262, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3003 .x-box-scroller-top .x-box-scroller {
3006 /* line 266, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3007 .x-box-scroller-top .x-menu-scroll-top {
3008 background: url('../extjs/resources/themes/images/default/layout/mini-top.gif') transparent no-repeat center center;
3012 /* line 273, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3013 .x-box-scroller-bottom .x-box-scroller {
3016 /* line 277, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3017 .x-box-scroller-bottom .x-menu-scroll-bottom {
3018 background: url('../extjs/resources/themes/images/default/layout/mini-bottom.gif') transparent no-repeat center center;
3022 /* line 284, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3025 padding-right: 2px; }
3027 /* line 289, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3031 /* line 293, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3034 /*prevent IE6 double-margin bug*/ }
3036 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3039 /* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3045 background-color: transparent;
3046 background-repeat: no-repeat;
3047 background-image: url('../extjs/resources/themes/images/default/tools/tool-sprites.gif');
3050 /* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3051 .x-panel-header-horizontal .x-tool,
3052 .x-window-header-horizontal .x-tool {
3055 /* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3056 .x-panel-header-vertical .x-tool,
3057 .x-window-header-vertical .x-tool {
3058 margin-bottom: 2px; }
3060 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3061 .x-tool-placeholder {
3062 visibility: hidden; }
3064 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3066 background-position: 0 -60px; }
3068 /* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3069 .x-tool-over .x-tool-toggle {
3070 background-position: -15px -60px; }
3072 /* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3073 .x-panel-collapsed .x-tool-toggle,
3074 .x-fieldset-collapsed .x-tool-toggle {
3075 background-position: 0 -75px; }
3076 /* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3077 .x-panel-collapsed .x-tool-over .x-tool-toggle,
3078 .x-fieldset-collapsed .x-tool-over .x-tool-toggle {
3079 background-position: -15px -75px; }
3081 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3083 background-position: 0 0; }
3085 /* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3087 background-position: 0 -15px; }
3089 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3091 background-position: 0 -30px; }
3093 /* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3095 background-position: 0 -45px; }
3097 /* line 78, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3099 background-position: 0 -90px; }
3101 /* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3103 background-position: 0 -105px; }
3105 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3107 background-position: 0 -120px; }
3109 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3111 background-position: 0 -135px; }
3113 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3115 background-position: 0 -150px; }
3117 /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3119 background-position: 0 -165px; }
3121 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3123 background-position: 0 -180px; }
3125 /* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3127 background-position: 0 -300px; }
3129 /* line 110, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3131 background-position: 0 -285px; }
3133 /* line 114, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3135 background-position: 0 -270px; }
3137 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3139 background-position: 0 -255px; }
3141 /* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3143 background-position: 0 -240px; }
3145 /* line 126, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3147 background-position: 0 -225px; }
3149 /* line 130, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3151 background-position: 0 -210px; }
3153 /* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3155 background-position: 0 -195px; }
3157 /* line 138, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3159 background-position: 0 -375px; }
3161 /* line 142, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3163 background-position: 0 -360px; }
3165 /* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3167 background-position: 0 -345px; }
3169 /* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3171 background-position: 0 -330px; }
3173 /* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3175 background-position: 0 -315px; }
3177 /* line 159, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3178 .x-tool-expand-bottom,
3179 .x-tool-collapse-bottom {
3180 background-position: 0 -195px; }
3182 /* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3184 .x-tool-collapse-top {
3185 background-position: 0 -210px; }
3187 /* line 169, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3188 .x-tool-expand-left,
3189 .x-tool-collapse-left {
3190 background-position: 0 -180px; }
3192 /* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3193 .x-tool-expand-right,
3194 .x-tool-collapse-right {
3195 background-position: 0 -165px; }
3197 /* line 179, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3198 .x-tool-over .x-tool-close {
3199 background-position: -15px 0; }
3200 /* line 183, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3201 .x-tool-over .x-tool-minimize {
3202 background-position: -15px -15px; }
3203 /* line 187, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3204 .x-tool-over .x-tool-maximize {
3205 background-position: -15px -30px; }
3206 /* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3207 .x-tool-over .x-tool-restore {
3208 background-position: -15px -45px; }
3209 /* line 195, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3210 .x-tool-over .x-tool-gear {
3211 background-position: -15px -90px; }
3212 /* line 199, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3213 .x-tool-over .x-tool-prev {
3214 background-position: -15px -105px; }
3215 /* line 203, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3216 .x-tool-over .x-tool-next {
3217 background-position: -15px -120px; }
3218 /* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3219 .x-tool-over .x-tool-pin {
3220 background-position: -15px -135px; }
3221 /* line 211, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3222 .x-tool-over .x-tool-unpin {
3223 background-position: -15px -150px; }
3224 /* line 215, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3225 .x-tool-over .x-tool-right {
3226 background-position: -15px -165px; }
3227 /* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3228 .x-tool-over .x-tool-left {
3229 background-position: -15px -180px; }
3230 /* line 223, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3231 .x-tool-over .x-tool-down {
3232 background-position: -15px -195px; }
3233 /* line 227, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3234 .x-tool-over .x-tool-up {
3235 background-position: -15px -210px; }
3236 /* line 231, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3237 .x-tool-over .x-tool-refresh {
3238 background-position: -15px -225px; }
3239 /* line 235, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3240 .x-tool-over .x-tool-plus {
3241 background-position: -15px -240px; }
3242 /* line 239, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3243 .x-tool-over .x-tool-minus {
3244 background-position: -15px -255px; }
3245 /* line 243, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3246 .x-tool-over .x-tool-search {
3247 background-position: -15px -270px; }
3248 /* line 247, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3249 .x-tool-over .x-tool-save {
3250 background-position: -15px -285px; }
3251 /* line 251, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3252 .x-tool-over .x-tool-help {
3253 background-position: -15px -300px; }
3254 /* line 255, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3255 .x-tool-over .x-tool-print {
3256 background-position: -15px -315px; }
3257 /* line 259, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3258 .x-tool-over .x-tool-expand {
3259 background-position: -15px -330px; }
3260 /* line 263, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3261 .x-tool-over .x-tool-collapse {
3262 background-position: -15px -345px; }
3263 /* line 267, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3264 .x-tool-over .x-tool-resize {
3265 background-position: -15px -360px; }
3266 /* line 271, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3267 .x-tool-over .x-tool-move {
3268 background-position: -15px -375px; }
3269 /* line 276, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3270 .x-tool-over .x-tool-expand-bottom,
3271 .x-tool-over .x-tool-collapse-bottom {
3272 background-position: -15px -195px; }
3273 /* line 281, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3274 .x-tool-over .x-tool-expand-top,
3275 .x-tool-over .x-tool-collapse-top {
3276 background-position: -15px -210px; }
3277 /* line 286, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3278 .x-tool-over .x-tool-expand-left,
3279 .x-tool-over .x-tool-collapse-left {
3280 background-position: -15px -180px; }
3281 /* line 291, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3282 .x-tool-over .x-tool-expand-right,
3283 .x-tool-over .x-tool-collapse-right {
3284 background-position: -15px -165px; }
3286 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3287 .x-horizontal-scroller-present .x-grid-body {
3288 border-bottom: none; }
3290 /* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3291 .x-vertical-scroller-present .x-grid-body {
3292 border-right: none; }
3294 /* line 10, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3295 .x-scroller-vertical {
3298 border: 1px solid #99bbe8;
3299 border-top-color: #c5c5c5; }
3301 /* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3302 .x-scroller-horizontal {
3305 border: 1px solid #99bbe8; }
3307 /* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3309 /* Begin bidirectionality settings (do not change) */ }
3310 /* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3321 .x-html frame, .x-html frameset,
3338 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3342 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3345 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3348 /* line 36, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3350 display: table-row; }
3351 /* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3353 display: table-header-group; }
3354 /* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3356 display: table-row-group; }
3357 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3359 display: table-footer-group; }
3360 /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3362 display: table-column; }
3363 /* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3365 display: table-column-group; }
3366 /* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3369 display: table-cell; }
3370 /* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3372 display: table-caption; }
3373 /* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3375 font-weight: bolder;
3376 text-align: center; }
3377 /* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3379 text-align: center; }
3380 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3383 /* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3387 /* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3391 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3395 /* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3407 /* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3411 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3415 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3424 font-weight: bolder; }
3425 /* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3426 .x-html blockquote {
3428 margin-right: 40px; }
3429 /* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3435 font-style: italic; }
3436 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3442 font-family: monospace; }
3443 /* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3446 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3451 display: inline-block; }
3452 /* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3454 font-size: 1.17em; }
3455 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3460 /* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3462 vertical-align: sub; }
3463 /* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3465 vertical-align: super; }
3466 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3468 border-spacing: 2px; }
3469 /* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3473 vertical-align: middle; }
3474 /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3477 vertical-align: inherit; }
3478 /* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3482 text-decoration: line-through; }
3483 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3485 border: 1px inset; }
3486 /* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3492 margin-left: 40px; }
3493 /* line 108, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3494 .x-html ul, .x-html menu, .x-html dir {
3495 list-style-type: disc; }
3496 /* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3498 list-style-type: decimal; }
3499 /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3506 /* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3509 text-decoration: underline; }
3510 /* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3513 /* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3514 .x-html :before, .x-html :after {
3515 white-space: pre-line; }
3516 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3518 text-align: center; }
3519 /* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3520 .x-html :link, .x-html :visited {
3521 text-decoration: underline; }
3522 /* line 120, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3524 outline: invert dotted thin; }
3525 /* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3526 .x-html BDO[DIR="ltr"] {
3528 unicode-bidi: bidi-override; }
3529 /* line 124, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3530 .x-html BDO[DIR="rtl"] {
3532 unicode-bidi: bidi-override; }
3534 /* line 1, ../sass/murano/overrides/_accordion.scss */
3536 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important;
3537 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3538 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3539 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3540 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3541 background-color: #666666 !important;
3543 border-top: 1px solid #999999 !important;
3544 border-bottom: 1px solid #555555 !important; }
3545 /* line 2, ../sass/murano/overrides/_accordion.scss */
3546 .x-accordion-hd .x-panel-header-text {
3547 color: white !important;
3548 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); }
3549 /* line 11, ../sass/murano/overrides/_accordion.scss */
3550 .x-accordion-hd .x-tool {
3551 top: 3px !important; }