Replaced the old murano with the new.
[philo.git] / philo / contrib / gilbert / static / gilbert / murano / css / murano.css
1 /* BASE VARIABLES *
2  * -------------- */
3 /* PANEL VARIABLES *
4  * --------------- */
5 /* WINDOW VARIABLES *
6  * ---------------- */
7 /* line 4, ../sass/murano/_core.scss */
8 body {
9   background: #cccccc url("http://apod.nasa.gov/apod/image/1010/LagoonClose_hst.jpg") center center repeat fixed;
10   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
11
12 /* WAT IS THIS I DON'T EVEN  *
13  * ------------------------- */
14 /* line 12, ../sass/murano/_core.scss */
15 .x-border-layout-ct {
16   background: transparent !important; }
17
18 /* line 16, ../sass/murano/_core.scss */
19 .x-css-shadow {
20   display: none !important; }
21
22 /* line 20, ../sass/murano/_core.scss */
23 .x-tool img {
24   background-image: url('../../extjs/resources/themes/images/murano/tools/tool-sprites.png') !important; }
25
26 /* line 24, ../sass/murano/_core.scss */
27 .x-layout-split-left {
28   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.png') no-repeat top right !important; }
29
30 /* line 28, ../sass/murano/_core.scss */
31 .x-layout-split-right {
32   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.png') no-repeat top left !important; }
33
34 /* line 32, ../sass/murano/_core.scss */
35 .x-layout-split-top {
36   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.png') no-repeat top left !important; }
37
38 /* line 36, ../sass/murano/_core.scss */
39 .x-layout-split-bottom {
40   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.png') no-repeat top left !important; }
41
42 /* line 41, ../sass/murano/_core.scss */
43 .x-splitter-collapsed .x-layout-split-left {
44   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.png') no-repeat top left !important; }
45 /* line 45, ../sass/murano/_core.scss */
46 .x-splitter-collapsed .x-layout-split-right {
47   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.png') no-repeat top right !important; }
48 /* line 49, ../sass/murano/_core.scss */
49 .x-splitter-collapsed .x-layout-split-top {
50   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.png') no-repeat top left !important; }
51 /* line 53, ../sass/murano/_core.scss */
52 .x-splitter-collapsed .x-layout-split-bottom {
53   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.png') no-repeat top left !important; }
54
55 /* VARIABLES THAT $include-default: false; DOES NOT GET RID OF *
56  * ----------------------------------------------------------- */
57 /* line 1, ../sass/murano/components/_panel.scss */
58 .x-panel {
59   background: rgba(0, 0, 0, 0.85);
60   overflow: hidden;
61   position: relative; }
62
63 /* line 9, ../sass/murano/components/_panel.scss */
64 .x-panel .x-panel .x-panel-body, .x-window .x-panel .x-panel-body {
65   background: #222; }
66
67 /* line 15, ../sass/murano/components/_panel.scss */
68 .x-panel-header {
69   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)));
70   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%);
71   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%);
72   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%);
73   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%);
74   -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
75   -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
76   -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
77   box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
78   border-top: 1px solid #FFF;
79   line-height: 24px;
80   height: 24px;
81   padding: 0 3px 0 6px; }
82
83 /* line 24, ../sass/murano/components/_panel.scss */
84 .x-panel-body {
85   position: relative;
86   padding: 0; }
87
88 /* FRAMED PANEL
89  * ------------ */
90 /* line 31, ../sass/murano/components/_panel.scss */
91 .x-panel-default-framed {
92   border: 1px solid rgba(255, 255, 255, 0.5);
93   border-top-color: white;
94   -moz-border-radius: 6px;
95   -webkit-border-radius: 6px;
96   -o-border-radius: 6px;
97   -ms-border-radius: 6px;
98   -khtml-border-radius: 6px;
99   border-radius: 6px; }
100
101 /* line 37, ../sass/murano/components/_panel.scss */
102 .x-panel-default-framed .x-panel-header {
103   border-top: 0;
104   -moz-border-radius: 6px 6px 0 0;
105   -webkit-border-radius: 6px 6px 0 0;
106   -o-border-radius: 6px 6px 0 0;
107   -ms-border-radius: 6px 6px 0 0;
108   -khtml-border-radius: 6px 6px 0 0;
109   border-radius: 6px 6px 0 0;
110   margin-top: 1px;
111   margin-left: 1px;
112   margin-right: 1px; }
113
114 /* MASKED PANEL
115  * ------------ */
116 /* line 50, ../sass/murano/components/_panel.scss */
117 .x-mask-msg {
118   background: #333333 !important;
119   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;
120   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;
121   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;
122   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;
123   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;
124   -moz-border-radius: 4px;
125   -webkit-border-radius: 4px;
126   -o-border-radius: 4px;
127   -ms-border-radius: 4px;
128   -khtml-border-radius: 4px;
129   border-radius: 4px;
130   -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
131   -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
132   -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
133   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
134   border: 1px solid #333333 !important;
135   border-top: 1px solid #888888 !important; }
136   /* line 57, ../sass/murano/components/_panel.scss */
137   .x-mask-msg div {
138     background-color: black !important;
139     -moz-border-radius: 3px;
140     -webkit-border-radius: 3px;
141     -o-border-radius: 3px;
142     -ms-border-radius: 3px;
143     -khtml-border-radius: 3px;
144     border-radius: 3px;
145     border: 1px solid #333333 !important;
146     border-bottom: 1px solid #888888 !important;
147     color: #cccccc !important; }
148
149 /* line 1, ../sass/murano/components/_window.scss */
150 .x-window {
151   background: rgba(0, 0, 0, 0.85);
152   -moz-border-radius: 6px;
153   -webkit-border-radius: 6px;
154   -o-border-radius: 6px;
155   -ms-border-radius: 6px;
156   -khtml-border-radius: 6px;
157   border-radius: 6px;
158   -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
159   -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
160   -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
161   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
162   border: 1px solid rgba(255, 255, 255, 0.5);
163   border-top-color: white; }
164
165 /* line 9, ../sass/murano/components/_window.scss */
166 .x-window-header {
167   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)));
168   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%);
169   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%);
170   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%);
171   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%);
172   -moz-border-radius: 6px 6px 0 0;
173   -webkit-border-radius: 6px 6px 0 0;
174   -o-border-radius: 6px 6px 0 0;
175   -ms-border-radius: 6px 6px 0 0;
176   -khtml-border-radius: 6px 6px 0 0;
177   border-radius: 6px 6px 0 0;
178   -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
179   -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
180   -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
181   box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
182   padding: 0 3px 0 6px;
183   line-height: 24px;
184   height: 24px; }
185
186 /* line 18, ../sass/murano/components/_window.scss */
187 .x-window-body {
188   position: relative;
189   padding: 0;
190   background-color: rgba(0, 0, 0, 0.1); }
191
192 /* line 1, ../sass/murano/components/_button.scss */
193 button {
194   margin: 0;
195   padding: 0;
196   background: none;
197   border-width: 0; }
198
199 /* line 8, ../sass/murano/components/_button.scss */
200 .x-btn, .x-btn-pressed {
201   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)));
202   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%);
203   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%);
204   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%);
205   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%);
206   -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
207   -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
208   -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
209   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
210   -moz-border-radius: 2px;
211   -webkit-border-radius: 2px;
212   -o-border-radius: 2px;
213   -ms-border-radius: 2px;
214   -khtml-border-radius: 2px;
215   border-radius: 2px;
216   background-color: rgba(0, 0, 0, 0.425);
217   border: 1px solid rgba(255, 255, 255, 0.3);
218   border-top-color: rgba(255, 255, 255, 0.5);
219   border-bottom-color: rgba(255, 255, 255, 0.05);
220   margin-top: 1px;
221   margin-bottom: 1px;
222   position: relative;
223   white-space: nowrap;
224   display: inline-block;
225   padding: 2px; }
226   /* line 24, ../sass/murano/components/_button.scss */
227   .x-btn em, .x-btn-pressed em {
228     display: block; }
229
230 /* line 29, ../sass/murano/components/_button.scss */
231 .x-btn-over {
232   border-color: #066cd1;
233   border-top-color: #439ffa;
234   border-bottom-color: #05529f; }
235
236 /* line 35, ../sass/murano/components/_button.scss */
237 .x-btn-pressed {
238   background-color: rgba(255, 255, 255, 0.2);
239   border-color: rgba(255, 255, 255, 0.2);
240   border-top-color: rgba(255, 255, 255, 0.4);
241   border-bottom-color: rgba(255, 255, 255, 0.1); }
242
243 /* line 43, ../sass/murano/components/_button.scss */
244 .x-btn-menu-active {
245   background: rgba(0, 0, 0, 0.5);
246   -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
247   -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
248   -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
249   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
250   border: 1px solid rgba(255, 255, 255, 0.5); }
251
252 /* line 49, ../sass/murano/components/_button.scss */
253 .x-btn-inner {
254   display: block;
255   padding: 0 5px;
256   color: white;
257   background-repeat: no-repeat; }
258
259 /* different sizes */
260 /* line 63, ../sass/murano/components/_button.scss */
261 .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 {
262   line-height: 16px; }
263
264 /* line 69, ../sass/murano/components/_button.scss */
265 .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 {
266   line-height: 24px; }
267
268 /* line 75, ../sass/murano/components/_button.scss */
269 .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 {
270   line-height: 32px; }
271
272 /* icons
273  * ----- */
274 /* icon only */
275 /* line 85, ../sass/murano/components/_button.scss */
276 .x-btn-default-small-icon .x-btn-inner, .x-btn-icon .x-btn-inner {
277   padding: 0;
278   width: 16px;
279   height: 16px; }
280
281 /* line 90, ../sass/murano/components/_button.scss */
282 .x-btn-default-medium-icon .x-btn-inner {
283   padding: 0;
284   width: 24px;
285   height: 24px; }
286
287 /* line 95, ../sass/murano/components/_button.scss */
288 .x-btn-default-large-icon .x-btn-inner {
289   padding: 0;
290   width: 32px;
291   height: 32px; }
292
293 /* text w/ icon left */
294 /* line 103, ../sass/murano/components/_button.scss */
295 .x-btn-icon-text-left {
296   background-position: 0 center; }
297
298 /* line 107, ../sass/murano/components/_button.scss */
299 .x-btn-icon-text-left .x-btn-inner {
300   padding-left: 18px; }
301
302 /* line 110, ../sass/murano/components/_button.scss */
303 .x-btn-default-medium-icon-text-left .x-btn-inner {
304   padding-left: 26px; }
305
306 /* line 113, ../sass/murano/components/_button.scss */
307 .x-btn-default-large-icon-text-left .x-btn-inner {
308   padding-left: 34px; }
309
310 /* text w/ icon top */
311 /* line 119, ../sass/murano/components/_button.scss */
312 .x-btn-icon-text-top .x-btn-inner {
313   background-position: center 2px; }
314
315 /* line 122, ../sass/murano/components/_button.scss */
316 .x-btn-default-small-icon-text-top .x-btn-inner {
317   padding-top: 18px; }
318
319 /* line 125, ../sass/murano/components/_button.scss */
320 .x-btn-default-medium-icon-text-top .x-btn-inner {
321   padding-top: 26px; }
322
323 /* line 128, ../sass/murano/components/_button.scss */
324 .x-btn-default-large-icon-text-top .x-btn-inner {
325   padding-top: 34px; }
326
327 /* text w/ icon right */
328 /* line 134, ../sass/murano/components/_button.scss */
329 .x-btn-icon-text-right .x-btn-inner {
330   background-position: right center; }
331
332 /* line 137, ../sass/murano/components/_button.scss */
333 .x-btn-default-small-icon-text-right .x-btn-inner {
334   padding-right: 18px; }
335
336 /* line 140, ../sass/murano/components/_button.scss */
337 .x-btn-default-medium-icon-text-right .x-btn-inner {
338   padding-right: 26px; }
339
340 /* line 143, ../sass/murano/components/_button.scss */
341 .x-btn-default-large-icon-text-right .x-btn-inner {
342   padding-right: 34px; }
343
344 /* text w/ icon bottom */
345 /* line 149, ../sass/murano/components/_button.scss */
346 .x-btn-icon-text-bottom .x-btn-inner {
347   background-position: center bottom; }
348
349 /* line 152, ../sass/murano/components/_button.scss */
350 .x-btn-default-small-icon-text-bottom .x-btn-inner {
351   padding-bottom: 16px; }
352
353 /* line 155, ../sass/murano/components/_button.scss */
354 .x-btn-default-medium-icon-text-bottom .x-btn-inner {
355   padding-bottom: 24px; }
356
357 /* line 158, ../sass/murano/components/_button.scss */
358 .x-btn-default-large-icon-text-bottom .x-btn-inner {
359   padding-bottom: 32px; }
360
361 /* arrow on right */
362 /* line 163, ../sass/murano/components/_button.scss */
363 .x-btn-arrow-right {
364   padding-right: 14px;
365   background: transparent url('../../extjs/resources/themes/images/murano/btn/menu.png') right center no-repeat; }
366
367 /* arrow on botton */
368 /* line 169, ../sass/murano/components/_button.scss */
369 .x-btn-arrow-bottom {
370   padding-bottom: 14px;
371   background: transparent url('../../extjs/resources/themes/images/murano/btn/menu.png') center bottom no-repeat; }
372
373 /* split on right */
374 /* line 176, ../sass/murano/components/_button.scss */
375 .x-btn-split-right {
376   padding-right: 16px;
377   background: transparent url('../../extjs/resources/themes/images/murano/btn/splith.png') right center no-repeat;
378   display: block; }
379
380 /* split on bottom */
381 /* line 184, ../sass/murano/components/_button.scss */
382 .x-btn-split-bottom {
383   padding-bottom: 16px;
384   background: transparent url('../../extjs/resources/themes/images/murano/btn/splitv.png') center bottom no-repeat;
385   display: block; }
386
387 /* line 1, ../sass/murano/components/_grid.scss */
388 .x-grid-view {
389   position: relative;
390   overflow: hidden; }
391
392 /* line 6, ../sass/murano/components/_grid.scss */
393 .x-grid-header-ct {
394   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
395   background: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
396   background: -moz-linear-gradient(top, #cccccc, #aaaaaa);
397   background: -o-linear-gradient(top, #cccccc, #aaaaaa);
398   background: linear-gradient(top, #cccccc, #aaaaaa);
399   -moz-box-shadow: 0 1px 0 0 #999999;
400   -webkit-box-shadow: 0 1px 0 0 #999999;
401   -o-box-shadow: 0 1px 0 0 #999999;
402   box-shadow: 0 1px 0 0 #999999; }
403
404 /* line 11, ../sass/murano/components/_grid.scss */
405 .x-column-header {
406   border-top: 1px solid #DDD;
407   padding: 2px 5px;
408   color: #222;
409   text-shadow: 0 1px 0 #FFF;
410   white-space: nowrap; }
411
412 /* line 19, ../sass/murano/components/_grid.scss */
413 .x-column-header {
414   overflow: hidden; }
415   /* line 21, ../sass/murano/components/_grid.scss */
416   .x-column-header .x-column-header-trigger {
417     display: none;
418     background: transparent url('../../extjs/resources/themes/images/murano/triggericons/spinner-down.png') center 6px no-repeat;
419     width: 20px; }
420   /* line 27, ../sass/murano/components/_grid.scss */
421   .x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
422     display: block;
423     background-color: #AAA;
424     border-left: 1px solid #FFF;
425     border-right: 1px solid #888; }
426
427 /* line 37, ../sass/murano/components/_grid.scss */
428 .x-column-header-sort-DESC, .x-column-header-sort-ASC {
429   border-top: 1px solid #BBB;
430   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #888888));
431   background: -webkit-linear-gradient(top, #aaaaaa, #888888);
432   background: -moz-linear-gradient(top, #aaaaaa, #888888);
433   background: -o-linear-gradient(top, #aaaaaa, #888888);
434   background: linear-gradient(top, #aaaaaa, #888888);
435   -moz-box-shadow: 0 1px 0 0 #777777;
436   -webkit-box-shadow: 0 1px 0 0 #777777;
437   -o-box-shadow: 0 1px 0 0 #777777;
438   box-shadow: 0 1px 0 0 #777777;
439   text-shadow: 0 1px 0 #DDD; }
440
441 /* line 44, ../sass/murano/components/_grid.scss */
442 .x-column-header-trigger {
443   width: 14px;
444   height: 100%;
445   position: absolute;
446   top: 0;
447   right: 0; }
448
449 /* line 53, ../sass/murano/components/_grid.scss */
450 .x-grid-table {
451   font-size: inherit;
452   border-collapse: separate;
453   border-spacing: 0;
454   table-layout: fixed; }
455   /* line 58, ../sass/murano/components/_grid.scss */
456   .x-grid-table td, .x-grid-table th {
457     overflow: hidden;
458     text-align: left;
459     white-space: nowrap;
460     vertical-align: top; }
461
462 /* line 65, ../sass/murano/components/_grid.scss */
463 .x-grid-cell-inner {
464   white-space: nowrap;
465   overflow: hidden;
466   text-overflow: ellipsis;
467   padding: 3px 6px; }
468
469 /* line 74, ../sass/murano/components/_grid.scss */
470 .x-grid-row td {
471   border-top: 1px solid transparent;
472   border-bottom: 1px solid transparent; }
473
474 /* line 80, ../sass/murano/components/_grid.scss */
475 .x-grid-row-alt {
476   background: rgba(255, 255, 255, 0.1); }
477   /* line 82, ../sass/murano/components/_grid.scss */
478   .x-grid-row-alt td {
479     border-top: 1px solid rgba(255, 255, 255, 0.05);
480     border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
481
482 /* line 89, ../sass/murano/components/_grid.scss */
483 .x-grid-row-over td {
484   background: rgba(255, 255, 255, 0.05); }
485
486 /* line 94, ../sass/murano/components/_grid.scss */
487 .x-grid-row-selected {
488   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)));
489   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%);
490   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%);
491   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%);
492   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%);
493   background-color: #222; }
494   /* line 97, ../sass/murano/components/_grid.scss */
495   .x-grid-row-selected td {
496     border-top: 1px solid #CCC;
497     border-bottom: 1px solid #777; }
498
499 /* line 103, ../sass/murano/components/_grid.scss */
500 .x-grid-resize-marker {
501   background: #FFF;
502   width: 1px;
503   position: absolute; }
504
505 /* line 1, ../sass/murano/components/_toolbar.scss */
506 .x-toolbar {
507   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(10%, #444444), color-stop(90%, #666666), color-stop(100%, #444444));
508   background: -webkit-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
509   background: -moz-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
510   background: -o-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
511   background: linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
512   padding: 3px 0; }
513
514 /* line 7, ../sass/murano/components/_toolbar.scss */
515 .x-toolbar-item {
516   margin-left: 3px;
517   margin-right: 3px;
518   white-space: nowrap; }
519
520 /* line 14, ../sass/murano/components/_toolbar.scss */
521 .x-toolbar-text {
522   font-size: 11px;
523   margin-left: 10px;
524   white-space: nowrap; }
525
526 /* line 21, ../sass/murano/components/_toolbar.scss */
527 .x-window .x-toolbar-docked-bottom, .x-panel-default-framed .x-toolbar-docked-bottom {
528   -moz-border-radius: 0 0 4px 4px;
529   -webkit-border-radius: 0 0 4px 4px;
530   -o-border-radius: 0 0 4px 4px;
531   -ms-border-radius: 0 0 4px 4px;
532   -khtml-border-radius: 0 0 4px 4px;
533   border-radius: 0 0 4px 4px; }
534
535 /* line 26, ../sass/murano/components/_toolbar.scss */
536 .x-toolbar-separator {
537   border-right: 1px solid rgba(255, 255, 255, 0.25);
538   border-left: 1px solid rgba(0, 0, 0, 0.25);
539   height: 14px; }
540
541 /* line 2, ../sass/murano/components/form/_htmleditor.scss */
542 .x-html-editor-wrap {
543   border: 1px solid black; }
544   /* line 5, ../sass/murano/components/form/_htmleditor.scss */
545   .x-html-editor-wrap .x-toolbar {
546     border-top-width: 0;
547     border-left-width: 0;
548     border-right-width: 0; }
549   /* line 11, ../sass/murano/components/form/_htmleditor.scss */
550   .x-html-editor-wrap textarea {
551     background-color: white; }
552
553 /* line 16, ../sass/murano/components/form/_htmleditor.scss */
554 .x-html-editor-tb .x-btn-inner {
555   display: block;
556   width: 16px;
557   padding: 0;
558   height: 16px;
559   margin: 4px 2px;
560   background: transparent url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png') no-repeat; }
561
562 /* line 26, ../sass/murano/components/form/_htmleditor.scss */
563 .x-html-editor-tb .x-edit-bold,
564 .x-menu-item img.x-edit-bold {
565   background-position: 0 0;
566   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
567
568 /* line 32, ../sass/murano/components/form/_htmleditor.scss */
569 .x-html-editor-tb .x-edit-italic,
570 .x-menu-item img.x-edit-italic {
571   background-position: -16px 0;
572   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
573
574 /* line 38, ../sass/murano/components/form/_htmleditor.scss */
575 .x-html-editor-tb .x-edit-underline,
576 .x-menu-item img.x-edit-underline {
577   background-position: -32px 0;
578   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
579
580 /* line 44, ../sass/murano/components/form/_htmleditor.scss */
581 .x-html-editor-tb .x-edit-forecolor,
582 .x-menu-item img.x-edit-forecolor {
583   background-position: -160px 0;
584   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
585
586 /* line 50, ../sass/murano/components/form/_htmleditor.scss */
587 .x-html-editor-tb .x-edit-backcolor,
588 .x-menu-item img.x-edit-backcolor {
589   background-position: -176px 0;
590   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
591
592 /* line 56, ../sass/murano/components/form/_htmleditor.scss */
593 .x-html-editor-tb .x-edit-justifyleft,
594 .x-menu-item img.x-edit-justifyleft {
595   background-position: -112px 0;
596   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
597
598 /* line 62, ../sass/murano/components/form/_htmleditor.scss */
599 .x-html-editor-tb .x-edit-justifycenter,
600 .x-menu-item img.x-edit-justifycenter {
601   background-position: -128px 0;
602   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
603
604 /* line 68, ../sass/murano/components/form/_htmleditor.scss */
605 .x-html-editor-tb .x-edit-justifyright,
606 .x-menu-item img.x-edit-justifyright {
607   background-position: -144px 0;
608   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
609
610 /* line 74, ../sass/murano/components/form/_htmleditor.scss */
611 .x-html-editor-tb .x-edit-insertorderedlist,
612 .x-menu-item img.x-edit-insertorderedlist {
613   background-position: -80px 0;
614   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
615
616 /* line 80, ../sass/murano/components/form/_htmleditor.scss */
617 .x-html-editor-tb .x-edit-insertunorderedlist,
618 .x-menu-item img.x-edit-insertunorderedlist {
619   background-position: -96px 0;
620   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
621
622 /* line 86, ../sass/murano/components/form/_htmleditor.scss */
623 .x-html-editor-tb .x-edit-increasefontsize,
624 .x-menu-item img.x-edit-increasefontsize {
625   background-position: -48px 0;
626   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
627
628 /* line 92, ../sass/murano/components/form/_htmleditor.scss */
629 .x-html-editor-tb .x-edit-decreasefontsize,
630 .x-menu-item img.x-edit-decreasefontsize {
631   background-position: -64px 0;
632   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
633
634 /* line 98, ../sass/murano/components/form/_htmleditor.scss */
635 .x-html-editor-tb .x-edit-sourceedit,
636 .x-menu-item img.x-edit-sourceedit {
637   background-position: -192px 0;
638   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
639
640 /* line 104, ../sass/murano/components/form/_htmleditor.scss */
641 .x-html-editor-tb .x-edit-createlink,
642 .x-menu-item img.x-edit-createlink {
643   background-position: -208px 0;
644   background-image: url('../../extjs/resources/themes/images/murano/editor/tb-sprite.png'); }
645
646 /* line 109, ../sass/murano/components/form/_htmleditor.scss */
647 .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
648   padding: 5px;
649   padding-bottom: 1px; }
650
651 /* line 115, ../sass/murano/components/form/_htmleditor.scss */
652 .x-html-editor-tb .x-toolbar {
653   position: static !important; }
654 /* line 118, ../sass/murano/components/form/_htmleditor.scss */
655 .x-html-editor-tb .x-font-select {
656   font-size: 11px; }
657
658 /* line 123, ../sass/murano/components/form/_htmleditor.scss */
659 .x-html-editor-wrap textarea {
660   border: 0;
661   padding: 3px 2px;
662   overflow: auto; }
663
664 /* line 6, ../sass/murano/components/_form.scss */
665 .x-form-item {
666   margin-bottom: 6px; }
667
668 /* line 10, ../sass/murano/components/_form.scss */
669 .x-form-item-body, .x-form-item-label-left {
670   float: left;
671   position: relative; }
672
673 /* line 15, ../sass/murano/components/_form.scss */
674 .x-form-text {
675   background: #444;
676   -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;
677   -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;
678   -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;
679   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;
680   border: 1px solid #000;
681   color: #FFF;
682   color: #FFF;
683   padding: 0 3px; }
684
685 /* line 24, ../sass/murano/components/_form.scss */
686 .x-form-text:focus, .x-form-trigger-wrap-focus .x-form-text {
687   outline: none;
688   background: #666; }
689
690 /* line 29, ../sass/murano/components/_form.scss */
691 input.x-form-text {
692   height: 21px; }
693
694 /* line 32, ../sass/murano/components/_form.scss */
695 .x-form-invalid-field {
696   background: #700; }
697
698 /* line 35, ../sass/murano/components/_form.scss */
699 .x-form-invalid-icon {
700   text-indent: -9999px; }
701
702 /* line 38, ../sass/murano/components/_form.scss */
703 .x-form-invalid-icon ul {
704   display: none; }
705
706 /* line 42, ../sass/murano/components/_form.scss */
707 .x-form-checkbox, .x-form-radio {
708   margin: 0;
709   padding: 0;
710   border: 0;
711   outline: 0;
712   height: 16px;
713   width: 16px; }
714
715 /* line 50, ../sass/murano/components/_form.scss */
716 .x-form-checkbox {
717   background: url('../../extjs/resources/themes/images/murano/form/unchecked.png'); }
718
719 /* line 53, ../sass/murano/components/_form.scss */
720 .x-form-cb-checked .x-form-checkbox {
721   background: url('../../extjs/resources/themes/images/murano/form/checked.png'); }
722
723 /* line 57, ../sass/murano/components/_form.scss */
724 .x-form-radio {
725   background: url('../../extjs/resources/themes/images/murano/form/unradioed.png'); }
726
727 /* line 60, ../sass/murano/components/_form.scss */
728 .x-form-cb-checked .x-form-radio {
729   background: url('../../extjs/resources/themes/images/murano/form/radioed.png'); }
730
731 /* line 64, ../sass/murano/components/_form.scss */
732 .x-form-cb-label-after {
733   margin-left: 3px; }
734
735 /* line 68, ../sass/murano/components/_form.scss */
736 .x-form-invalid-icon {
737   width: 20px;
738   height: 19px;
739   float: left;
740   background: url('../../extjs/resources/themes/images/murano/form/exclamation.png') right center no-repeat; }
741
742 /* line 76, ../sass/murano/components/_form.scss */
743 .x-form-field, .x-form-display-field {
744   float: left;
745   margin: 0; }
746
747 /* line 82, ../sass/murano/components/_form.scss */
748 .x-fieldset {
749   border: 1px solid #666;
750   padding: 10px;
751   margin-bottom: 10px; }
752
753 /* line 87, ../sass/murano/components/_form.scss */
754 .x-fieldset-header {
755   white-space: nowrap;
756   padding: 0 5px; }
757
758 /* line 91, ../sass/murano/components/_form.scss */
759 .x-fieldset-header-text {
760   float: left; }
761
762 /* line 94, ../sass/murano/components/_form.scss */
763 .x-fieldset-header .x-tool, .x-fieldset-header .x-form-item {
764   float: left;
765   margin-right: 3px; }
766
767 /* line 98, ../sass/murano/components/_form.scss */
768 .x-fieldset-collapsed {
769   border-width: 1px 1px 0 1px !important;
770   padding-bottom: 0px !important;
771   border-left-color: transparent;
772   border-right-color: transparent; }
773
774 /* line 105, ../sass/murano/components/_form.scss */
775 .x-boundlist, .x-menu {
776   background: #000;
777   border: 1px solid #333; }
778
779 /* line 110, ../sass/murano/components/_form.scss */
780 .x-boundlist-floating {
781   -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
782   -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
783   -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
784   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); }
785
786 /* line 113, ../sass/murano/components/_form.scss */
787 .x-boundlist-item {
788   padding: 1px 4px;
789   border: 1px solid transparent;
790   margin: 1px;
791   -moz-border-radius: 5px;
792   -webkit-border-radius: 5px;
793   -o-border-radius: 5px;
794   -ms-border-radius: 5px;
795   -khtml-border-radius: 5px;
796   border-radius: 5px; }
797   /* line 118, ../sass/murano/components/_form.scss */
798   .x-boundlist-item-over {
799     border: 1px solid #1286f8;
800     background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1286f8), color-stop(100%, #066cd1));
801     background-image: -webkit-linear-gradient(#1286f8, #066cd1);
802     background-image: -moz-linear-gradient(#1286f8, #066cd1);
803     background-image: -o-linear-gradient(#1286f8, #066cd1);
804     background-image: linear-gradient(#1286f8, #066cd1);
805     -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
806     -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
807     -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
808     box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
809
810 /* line 124, ../sass/murano/components/_form.scss */
811 .x-boundlist-selected {
812   border: 1px solid #066cd1;
813   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f));
814   background-image: -webkit-linear-gradient(#066cd1, #05529f);
815   background-image: -moz-linear-gradient(#066cd1, #05529f);
816   background-image: -o-linear-gradient(#066cd1, #05529f);
817   background-image: linear-gradient(#066cd1, #05529f);
818   -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
819   -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
820   -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
821   box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
822
823 /* line 7, ../sass/murano/components/form/_triggers.scss */
824 .x-form-trigger-wrap {
825   float: left;
826   -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
827   -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
828   -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
829   box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
830   overflow: hidden;
831   border: 1px solid #000;
832   border-left: 0;
833   -moz-border-radius: 0 4px 4px 0;
834   -webkit-border-radius: 0 4px 4px 0;
835   -o-border-radius: 0 4px 4px 0;
836   -ms-border-radius: 0 4px 4px 0;
837   -khtml-border-radius: 0 4px 4px 0;
838   border-radius: 0 4px 4px 0; }
839
840 /* line 17, ../sass/murano/components/form/_triggers.scss */
841 .x-form-trigger-wrap .x-form-spinner-up {
842   height: 10px;
843   -moz-border-radius: 0 3px 0 0;
844   -webkit-border-radius: 0 3px 0 0;
845   -o-border-radius: 0 3px 0 0;
846   -ms-border-radius: 0 3px 0 0;
847   -khtml-border-radius: 0 3px 0 0;
848   border-radius: 0 3px 0 0;
849   background: #666666 url('../../extjs/resources/themes/images/murano/triggericons/spinner-up.png') center top no-repeat;
850   border-bottom: 1px solid #444; }
851   /* line 22, ../sass/murano/components/form/_triggers.scss */
852   .x-form-trigger-wrap .x-form-spinner-up-over {
853     background-color: #999; }
854 /* line 26, ../sass/murano/components/form/_triggers.scss */
855 .x-form-trigger-wrap .x-form-spinner-down {
856   height: 9px;
857   border-top: none;
858   -moz-border-radius: 0 0 3px 0;
859   -webkit-border-radius: 0 0 3px 0;
860   -o-border-radius: 0 0 3px 0;
861   -ms-border-radius: 0 0 3px 0;
862   -khtml-border-radius: 0 0 3px 0;
863   border-radius: 0 0 3px 0;
864   background: #555555 url('../../extjs/resources/themes/images/murano/triggericons/spinner-down.png') center top no-repeat;
865   border-top: 1px solid #888; }
866   /* line 32, ../sass/murano/components/form/_triggers.scss */
867   .x-form-trigger-wrap .x-form-spinner-down-over {
868     background-color: #888;
869     border-color: #888; }
870
871 /* line 39, ../sass/murano/components/form/_triggers.scss */
872 .x-form-trigger-wrap-focus .x-form-spinner-up {
873   background-color: #999; }
874 /* line 42, ../sass/murano/components/form/_triggers.scss */
875 .x-form-trigger-wrap-focus .x-form-spinner-down {
876   background-color: #888; }
877
878 /* line 48, ../sass/murano/components/form/_triggers.scss */
879 .x-form-trigger-wrap-focus .x-form-trigger {
880   background-color: #AAA;
881   border-color: #AAA; }
882   /* line 51, ../sass/murano/components/form/_triggers.scss */
883   .x-form-trigger-wrap-focus .x-form-trigger-click {
884     background-color: #888;
885     border-color: #888; }
886
887 /* line 58, ../sass/murano/components/form/_triggers.scss */
888 .x-form-trigger {
889   -moz-border-radius: 0 3px 3px 0;
890   -webkit-border-radius: 0 3px 3px 0;
891   -o-border-radius: 0 3px 3px 0;
892   -ms-border-radius: 0 3px 3px 0;
893   -khtml-border-radius: 0 3px 3px 0;
894   border-radius: 0 3px 3px 0;
895   width: 16px;
896   height: 19px;
897   float: left;
898   background-color: #666;
899   border: 1px solid #666; }
900   /* line 65, ../sass/murano/components/form/_triggers.scss */
901   .x-form-trigger-over {
902     background-color: #AAA;
903     border-color: #AAA; }
904   /* line 69, ../sass/murano/components/form/_triggers.scss */
905   .x-form-trigger-click {
906     background-color: #888;
907     border-color: #888; }
908
909 /* line 76, ../sass/murano/components/form/_triggers.scss */
910 .x-form-clear-trigger {
911   -moz-border-radius: 0;
912   -webkit-border-radius: 0;
913   -o-border-radius: 0;
914   -ms-border-radius: 0;
915   -khtml-border-radius: 0;
916   border-radius: 0;
917   border-right-color: #888; }
918
919 /* line 2, ../sass/murano/components/form/_triggers.scss */
920 .x-form-arrow-trigger {
921   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('../../extjs/resources/themes/images/murano/triggericons/chev.png');
922   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('../../extjs/resources/themes/images/murano/triggericons/chev.png');
923   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('../../extjs/resources/themes/images/murano/triggericons/chev.png');
924   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('../../extjs/resources/themes/images/murano/triggericons/chev.png');
925   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('../../extjs/resources/themes/images/murano/triggericons/chev.png'); }
926
927 /* line 2, ../sass/murano/components/form/_triggers.scss */
928 .x-form-time-trigger {
929   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('../../extjs/resources/themes/images/murano/triggericons/time.png');
930   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('../../extjs/resources/themes/images/murano/triggericons/time.png');
931   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('../../extjs/resources/themes/images/murano/triggericons/time.png');
932   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('../../extjs/resources/themes/images/murano/triggericons/time.png');
933   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('../../extjs/resources/themes/images/murano/triggericons/time.png'); }
934
935 /* line 2, ../sass/murano/components/form/_triggers.scss */
936 .x-form-date-trigger {
937   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('../../extjs/resources/themes/images/murano/triggericons/date.png');
938   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('../../extjs/resources/themes/images/murano/triggericons/date.png');
939   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('../../extjs/resources/themes/images/murano/triggericons/date.png');
940   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('../../extjs/resources/themes/images/murano/triggericons/date.png');
941   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('../../extjs/resources/themes/images/murano/triggericons/date.png'); }
942
943 /* line 2, ../sass/murano/components/form/_triggers.scss */
944 .x-form-clear-trigger {
945   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('../../extjs/resources/themes/images/murano/triggericons/clear.png');
946   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('../../extjs/resources/themes/images/murano/triggericons/clear.png');
947   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('../../extjs/resources/themes/images/murano/triggericons/clear.png');
948   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('../../extjs/resources/themes/images/murano/triggericons/clear.png');
949   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('../../extjs/resources/themes/images/murano/triggericons/clear.png'); }
950
951 /* line 2, ../sass/murano/components/form/_triggers.scss */
952 .x-form-search-trigger {
953   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('../../extjs/resources/themes/images/murano/triggericons/search.png');
954   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('../../extjs/resources/themes/images/murano/triggericons/search.png');
955   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('../../extjs/resources/themes/images/murano/triggericons/search.png');
956   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('../../extjs/resources/themes/images/murano/triggericons/search.png');
957   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('../../extjs/resources/themes/images/murano/triggericons/search.png'); }
958
959 /* line 1, ../sass/murano/components/form/_slider.scss */
960 .x-slider {
961   border: 1px solid #000;
962   -moz-border-radius: 6px;
963   -webkit-border-radius: 6px;
964   -o-border-radius: 6px;
965   -ms-border-radius: 6px;
966   -khtml-border-radius: 6px;
967   border-radius: 6px;
968   background: #333;
969   overflow: hidden;
970   position: relative; }
971
972 /* line 9, ../sass/murano/components/form/_slider.scss */
973 .x-slider-thumb {
974   height: 8px;
975   width: 8px;
976   -moz-border-radius: 5px;
977   -webkit-border-radius: 5px;
978   -o-border-radius: 5px;
979   -ms-border-radius: 5px;
980   -khtml-border-radius: 5px;
981   border-radius: 5px;
982   border: 1px solid #DDD;
983   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #cccccc));
984   background: -webkit-linear-gradient(#aaaaaa, #cccccc);
985   background: -moz-linear-gradient(#aaaaaa, #cccccc);
986   background: -o-linear-gradient(#aaaaaa, #cccccc);
987   background: linear-gradient(#aaaaaa, #cccccc);
988   position: absolute;
989   -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
990   -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
991   -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
992   box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35); }
993
994 /* line 19, ../sass/murano/components/form/_slider.scss */
995 .x-slider-horz {
996   -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
997   -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
998   -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
999   box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1000   height: 10px; }
1001   /* line 22, ../sass/murano/components/form/_slider.scss */
1002   .x-slider-horz .x-slider-end {
1003     padding-right: 12px;
1004     height: 10px; }
1005   /* line 26, ../sass/murano/components/form/_slider.scss */
1006   .x-slider-horz .x-slider-inner {
1007     height: 10px; }
1008   /* line 29, ../sass/murano/components/form/_slider.scss */
1009   .x-slider-horz .x-slider-thumb {
1010     margin-left: 5px; }
1011
1012 /* line 34, ../sass/murano/components/form/_slider.scss */
1013 .x-slider-vert {
1014   -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1015   -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1016   -o-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1017   box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1018   width: 10px; }
1019   /* line 37, ../sass/murano/components/form/_slider.scss */
1020   .x-slider-vert .x-slider-inner {
1021     width: 10px; }
1022   /* line 40, ../sass/murano/components/form/_slider.scss */
1023   .x-slider-vert .x-slider-end {
1024     padding-bottom: 10px;
1025     width: 10px; }
1026   /* line 44, ../sass/murano/components/form/_slider.scss */
1027   .x-slider-vert .x-slider-thumb {
1028     margin-top: 4px;
1029     margin-bottom: 4px; }
1030
1031 /* line 1, ../sass/murano/components/_tab.scss */
1032 .x-tab {
1033   -moz-border-radius: 3px 3px 0 0;
1034   -webkit-border-radius: 3px 3px 0 0;
1035   -o-border-radius: 3px 3px 0 0;
1036   -ms-border-radius: 3px 3px 0 0;
1037   -khtml-border-radius: 3px 3px 0 0;
1038   border-radius: 3px 3px 0 0;
1039   border: 1px solid rgba(255, 255, 255, 0.15);
1040   border-top: 1px solid rgba(255, 255, 255, 0.5);
1041   border-bottom: none;
1042   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)));
1043   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%);
1044   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%);
1045   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%);
1046   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%);
1047   background-color: #000;
1048   margin-top: 2px;
1049   margin-left: 4px;
1050   -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1051   -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1052   -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1053   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1054   padding: 3px;
1055   white-space: nowrap; }
1056   /* line 13, ../sass/murano/components/_tab.scss */
1057   .x-tab button {
1058     color: #CCC;
1059     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); }
1060
1061 /* line 21, ../sass/murano/components/_tab.scss */
1062 .x-tab-over {
1063   border-color: #066cd1;
1064   border-top-color: #439ffa; }
1065   /* line 24, ../sass/murano/components/_tab.scss */
1066   .x-tab-over button {
1067     color: #FFF; }
1068
1069 /* line 29, ../sass/murano/components/_tab.scss */
1070 .x-tab-active {
1071   border-color: rgba(255, 255, 255, 0.35);
1072   border-top-color: #FFF;
1073   z-index: 3;
1074   -moz-box-shadow: none;
1075   -webkit-box-shadow: none;
1076   -o-box-shadow: none;
1077   box-shadow: none; }
1078   /* line 32, ../sass/murano/components/_tab.scss */
1079   .x-tab-active button {
1080     color: #FFF; }
1081
1082 /* line 39, ../sass/murano/components/_tab.scss */
1083 .x-tab button {
1084   height: 14px;
1085   line-height: 14px; }
1086
1087 /* line 44, ../sass/murano/components/_tab.scss */
1088 .x-tab em {
1089   display: block;
1090   padding: 0 3px; }
1091
1092 /* line 49, ../sass/murano/components/_tab.scss */
1093 .x-tab-closable em {
1094   padding-right: 15px; }
1095
1096 /* line 53, ../sass/murano/components/_tab.scss */
1097 .x-tab-close-btn {
1098   position: absolute;
1099   top: 3px;
1100   right: 3px;
1101   width: 11px;
1102   height: 11px;
1103   background: url('../../extjs/resources/themes/images/murano/tab/tab-close.png');
1104   text-indent: -119988px; }
1105
1106 /* line 63, ../sass/murano/components/_tab.scss */
1107 .x-tab-bar-strip {
1108   z-index: 2;
1109   border-top: 1px solid rgba(255, 255, 255, 0.35);
1110   border-bottom: 1px solid rgba(255, 255, 255, 0.35);
1111   margin-top: -1px;
1112   height: 4px;
1113   background: #000;
1114   position: relative; }
1115
1116 /* line 73, ../sass/murano/components/_tab.scss */
1117 .x-box-scroller {
1118   width: 18px !important;
1119   height: 22px !important; }
1120
1121 /* line 78, ../sass/murano/components/_tab.scss */
1122 .x-tabbar-scroll-left {
1123   background: url('../../extjs/resources/themes/images/murano/tab-bar/l.png') !important; }
1124   /* line 80, ../sass/murano/components/_tab.scss */
1125   .x-tabbar-scroll-left-hover {
1126     background-position: left center !important; }
1127   /* line 83, ../sass/murano/components/_tab.scss */
1128   .x-tabbar-scroll-left-disabled {
1129     background-position: left top !important; }
1130
1131 /* line 89, ../sass/murano/components/_tab.scss */
1132 .x-tabbar-scroll-right {
1133   background: url('../../extjs/resources/themes/images/murano/tab-bar/r.png') !important; }
1134   /* line 91, ../sass/murano/components/_tab.scss */
1135   .x-tabbar-scroll-right-hover {
1136     background-position: left center !important; }
1137   /* line 94, ../sass/murano/components/_tab.scss */
1138   .x-tabbar-scroll-right-disabled {
1139     background-position: left top !important; }
1140
1141 /* line 1, ../sass/murano/components/_tooltip.scss */
1142 .x-tip, .x-form-invalid-tip {
1143   background-color: #05529f;
1144   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)));
1145   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%);
1146   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%);
1147   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%);
1148   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%);
1149   padding: 4px;
1150   -moz-border-radius: 5px;
1151   -webkit-border-radius: 5px;
1152   -o-border-radius: 5px;
1153   -ms-border-radius: 5px;
1154   -khtml-border-radius: 5px;
1155   border-radius: 5px;
1156   -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1157   -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1158   -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1159   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; }
1160
1161 /* line 9, ../sass/murano/components/_tooltip.scss */
1162 .x-form-invalid-tip {
1163   background-color: #800000; }
1164
1165 /* line 13, ../sass/murano/components/_tooltip.scss */
1166 .x-tip-header {
1167   font-weight: bold; }
1168
1169 /* line 17, ../sass/murano/components/_tooltip.scss */
1170 .x-tip-body {
1171   position: relative; }
1172
1173 /* line 1, ../sass/murano/components/_progress_bar.scss */
1174 .x-progress {
1175   position: relative;
1176   height: 16px;
1177   border: 1px solid #000;
1178   text-align: center;
1179   text-shadow: none;
1180   -moz-border-radius: 10px;
1181   -webkit-border-radius: 10px;
1182   -o-border-radius: 10px;
1183   -ms-border-radius: 10px;
1184   -khtml-border-radius: 10px;
1185   border-radius: 10px;
1186   overflow: hidden;
1187   background: #333;
1188   -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1189   -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1190   -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1191   box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1192   padding: 1px 0;
1193   font-size: 10px;
1194   text-transform: uppercase;
1195   letter-spacing: 1px; }
1196
1197 /* line 16, ../sass/murano/components/_progress_bar.scss */
1198 .x-progress-bar {
1199   background: #FFF;
1200   position: absolute;
1201   left: 0;
1202   top: 0;
1203   height: 14px;
1204   border: 1px solid #666;
1205   -moz-border-radius: 10px;
1206   -webkit-border-radius: 10px;
1207   -o-border-radius: 10px;
1208   -ms-border-radius: 10px;
1209   -khtml-border-radius: 10px;
1210   border-radius: 10px;
1211   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #666666));
1212   background: -webkit-linear-gradient(#444444, #666666);
1213   background: -moz-linear-gradient(#444444, #666666);
1214   background: -o-linear-gradient(#444444, #666666);
1215   background: linear-gradient(#444444, #666666);
1216   -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1217   -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1218   -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1219   box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1220   overflow: hidden; }
1221
1222 /* line 29, ../sass/murano/components/_progress_bar.scss */
1223 .x-progress-text {
1224   color: #FFF;
1225   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); }
1226
1227 /* line 34, ../sass/murano/components/_progress_bar.scss */
1228 .x-progress-text-back {
1229   color: #999; }
1230
1231 /* line 1, ../sass/murano/components/_datepicker.scss */
1232 .x-datepicker {
1233   background-color: #000;
1234   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
1235   background-image: -webkit-linear-gradient(#333333, #000000);
1236   background-image: -moz-linear-gradient(#333333, #000000);
1237   background-image: -o-linear-gradient(#333333, #000000);
1238   background-image: linear-gradient(#333333, #000000);
1239   border-left: 1px solid #000;
1240   border-right: 1px solid #000; }
1241
1242 /* line 7, ../sass/murano/components/_datepicker.scss */
1243 .x-datepicker-prev, .x-datepicker-next {
1244   position: absolute;
1245   top: 8px;
1246   left: 5px; }
1247   /* line 11, ../sass/murano/components/_datepicker.scss */
1248   .x-datepicker-prev a, .x-datepicker-next a {
1249     display: block;
1250     height: 15px;
1251     width: 15px;
1252     background: url('../../extjs/resources/themes/images/murano/shared/btn-left.png'); }
1253
1254 /* line 18, ../sass/murano/components/_datepicker.scss */
1255 .x-datepicker-next {
1256   right: 5px;
1257   left: auto; }
1258   /* line 21, ../sass/murano/components/_datepicker.scss */
1259   .x-datepicker-next a {
1260     background: url('../../extjs/resources/themes/images/murano/shared/btn-right.png'); }
1261
1262 /* line 25, ../sass/murano/components/_datepicker.scss */
1263 .x-datepicker-header, .x-datepicker-footer {
1264   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #111111));
1265   background-image: -webkit-linear-gradient(#333333, #111111);
1266   background-image: -moz-linear-gradient(#333333, #111111);
1267   background-image: -o-linear-gradient(#333333, #111111);
1268   background-image: linear-gradient(#333333, #111111);
1269   border-bottom: 1px solid #000;
1270   border-top: 1px solid #444;
1271   padding: 3px 28px;
1272   text-align: center; }
1273
1274 /* line 32, ../sass/murano/components/_datepicker.scss */
1275 .x-datepicker-inner {
1276   font-size: inherit;
1277   margin-bottom: 0;
1278   width: 100%;
1279   table-layout: fixed; }
1280   /* line 36, ../sass/murano/components/_datepicker.scss */
1281   .x-datepicker-inner th, .x-datepicker-inner td {
1282     text-align: center; }
1283   /* line 39, ../sass/murano/components/_datepicker.scss */
1284   .x-datepicker-inner thead {
1285     border-top: 1px solid #777;
1286     color: #CCC;
1287     background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1288     background-image: -webkit-linear-gradient(#666666, #444444);
1289     background-image: -moz-linear-gradient(#666666, #444444);
1290     background-image: -o-linear-gradient(#666666, #444444);
1291     background-image: linear-gradient(#666666, #444444);
1292     border-bottom: 1px solid #222; }
1293
1294 /* line 48, ../sass/murano/components/_datepicker.scss */
1295 .x-datepicker-inner a {
1296   display: block;
1297   text-decoration: none;
1298   color: #CCC;
1299   border: 1px solid transparent; }
1300   /* line 53, ../sass/murano/components/_datepicker.scss */
1301   .x-datepicker-inner a em, .x-datepicker-inner a span {
1302     display: block; }
1303   /* line 56, ../sass/murano/components/_datepicker.scss */
1304   .x-datepicker-inner a em {
1305     border: 1px solid transparent; }
1306
1307 /* line 60, ../sass/murano/components/_datepicker.scss */
1308 .x-datepicker-prevday a {
1309   color: #666; }
1310
1311 /* line 63, ../sass/murano/components/_datepicker.scss */
1312 .x-datepicker-today span {
1313   background-color: #555;
1314   -moz-border-radius: 2px;
1315   -webkit-border-radius: 2px;
1316   -o-border-radius: 2px;
1317   -ms-border-radius: 2px;
1318   -khtml-border-radius: 2px;
1319   border-radius: 2px; }
1320
1321 /* line 67, ../sass/murano/components/_datepicker.scss */
1322 .x-datepicker-selected a {
1323   border-color: rgba(0, 0, 0, 0.25); }
1324   /* line 69, ../sass/murano/components/_datepicker.scss */
1325   .x-datepicker-selected a em {
1326     border-color: #066cd1;
1327     border-top-color: #439ffa;
1328     border-bottom-color: #05529f; }
1329   /* line 74, ../sass/murano/components/_datepicker.scss */
1330   .x-datepicker-selected a span {
1331     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)));
1332     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%);
1333     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%);
1334     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%);
1335     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%);
1336     color: #FFF;
1337     -moz-border-radius: 0;
1338     -webkit-border-radius: 0;
1339     -o-border-radius: 0;
1340     -ms-border-radius: 0;
1341     -khtml-border-radius: 0;
1342     border-radius: 0; }
1343
1344 /* line 81, ../sass/murano/components/_datepicker.scss */
1345 .x-monthpicker {
1346   background: #000;
1347   font-size: 11px; }
1348   /* line 83, ../sass/murano/components/_datepicker.scss */
1349   .x-monthpicker a {
1350     text-decoration: none;
1351     color: #CCC; }
1352
1353 /* line 89, ../sass/murano/components/_datepicker.scss */
1354 .x-monthpicker-years {
1355   width: 88px;
1356   float: right; }
1357
1358 /* line 93, ../sass/murano/components/_datepicker.scss */
1359 .x-monthpicker-months {
1360   width: 87px;
1361   float: left;
1362   border-right: 1px solid #444; }
1363
1364 /* line 98, ../sass/murano/components/_datepicker.scss */
1365 .x-monthpicker-item {
1366   width: 43px;
1367   float: left;
1368   margin: 4px 0;
1369   text-align: center; }
1370   /* line 103, ../sass/murano/components/_datepicker.scss */
1371   .x-monthpicker-item a {
1372     display: block;
1373     border: 1px solid transparent;
1374     margin: 0 3px;
1375     padding: 2px 0;
1376     -moz-border-radius: 3px;
1377     -webkit-border-radius: 3px;
1378     -o-border-radius: 3px;
1379     -ms-border-radius: 3px;
1380     -khtml-border-radius: 3px;
1381     border-radius: 3px; }
1382     /* line 106, ../sass/murano/components/_datepicker.scss */
1383     .x-monthpicker-item a:hover {
1384       background-color: #333; }
1385   /* line 113, ../sass/murano/components/_datepicker.scss */
1386   .x-monthpicker-item .x-monthpicker-selected {
1387     background-color: #333;
1388     border: 1px solid #555;
1389     border-top-color: #999;
1390     border-bottom-color: #444;
1391     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)));
1392     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%);
1393     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%);
1394     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%);
1395     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%);
1396     color: #FFF; }
1397
1398 /* line 122, ../sass/murano/components/_datepicker.scss */
1399 .x-monthpicker-yearnav-prev, .x-monthpicker-yearnav-next {
1400   margin: 6px 12px 6px 15px;
1401   float: left;
1402   display: block;
1403   height: 15px;
1404   width: 15px;
1405   background: url('../../extjs/resources/themes/images/murano/shared/btn-left.png'); }
1406
1407 /* line 130, ../sass/murano/components/_datepicker.scss */
1408 .x-monthpicker-yearnav-next {
1409   background: url('../../extjs/resources/themes/images/murano/shared/btn-right.png'); }
1410
1411 /* line 133, ../sass/murano/components/_datepicker.scss */
1412 .x-monthpicker .x-btn, .x-monthpicker .x-btn-pressed {
1413   width: 80px;
1414   float: left;
1415   margin: 4px; }
1416
1417 /* line 138, ../sass/murano/components/_datepicker.scss */
1418 .x-monthpicker-buttons {
1419   border-top: 1px solid #777;
1420   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1421   background-image: -webkit-linear-gradient(#666666, #444444);
1422   background-image: -moz-linear-gradient(#666666, #444444);
1423   background-image: -o-linear-gradient(#666666, #444444);
1424   background-image: linear-gradient(#666666, #444444);
1425   padding: 2px 1px;
1426   overflow: hidden;
1427   *zoom: 1; }
1428
1429 /* line 145, ../sass/murano/components/_datepicker.scss */
1430 .x-datepicker-footer {
1431   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1432   background-image: -webkit-linear-gradient(#666666, #444444);
1433   background-image: -moz-linear-gradient(#666666, #444444);
1434   background-image: -o-linear-gradient(#666666, #444444);
1435   background-image: linear-gradient(#666666, #444444);
1436   border-top-color: #777;
1437   border-bottom-color: #222; }
1438
1439 /* line 1, ../sass/murano/components/_sizer.scss */
1440 .x-resizable-handle-west {
1441   background: transparent url('../../extjs/resources/themes/images/murano/sizer/w.png') left center no-repeat !important; }
1442
1443 /* line 4, ../sass/murano/components/_sizer.scss */
1444 .x-resizable-handle-east {
1445   background: transparent url('../../extjs/resources/themes/images/murano/sizer/e.png') right center no-repeat !important; }
1446
1447 /* line 7, ../sass/murano/components/_sizer.scss */
1448 .x-resizable-handle-north {
1449   background: transparent url('../../extjs/resources/themes/images/murano/sizer/n.png') top center no-repeat !important; }
1450
1451 /* line 10, ../sass/murano/components/_sizer.scss */
1452 .x-resizable-handle-south {
1453   background: transparent url('../../extjs/resources/themes/images/murano/sizer/s.png') bottom center no-repeat !important; }
1454
1455 /* line 13, ../sass/murano/components/_sizer.scss */
1456 .x-resizable-handle-northwest {
1457   background: transparent url('../../extjs/resources/themes/images/murano/sizer/nw.png') left top no-repeat !important; }
1458
1459 /* line 16, ../sass/murano/components/_sizer.scss */
1460 .x-resizable-handle-northeast {
1461   background: transparent url('../../extjs/resources/themes/images/murano/sizer/ne.png') right top no-repeat !important; }
1462
1463 /* line 19, ../sass/murano/components/_sizer.scss */
1464 .x-resizable-handle-southwest {
1465   background: transparent url('../../extjs/resources/themes/images/murano/sizer/sw.png') left bottom no-repeat !important; }
1466
1467 /* line 22, ../sass/murano/components/_sizer.scss */
1468 .x-resizable-handle-southeast {
1469   background: transparent url('../../extjs/resources/themes/images/murano/sizer/se.png') right bottom no-repeat !important; }
1470
1471 /* line 10, ../sass/murano/components/_tree.scss */
1472 .x-tree-panel .x-grid-row-selected {
1473   background-color: #000;
1474   color: #FFF; }
1475   /* line 13, ../sass/murano/components/_tree.scss */
1476   .x-tree-panel .x-grid-row-selected td {
1477     -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1478     -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1479     -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1480     box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); }
1481
1482 /* line 19, ../sass/murano/components/_tree.scss */
1483 .x-tree-no-lines .x-tree-elbow {
1484   background-color: transparent; }
1485
1486 /* line 23, ../sass/murano/components/_tree.scss */
1487 .x-tree-no-lines .x-tree-elbow-end {
1488   background-color: transparent; }
1489
1490 /* line 27, ../sass/murano/components/_tree.scss */
1491 .x-tree-no-lines .x-tree-elbow-line {
1492   background-color: transparent; }
1493
1494 /* line 32, ../sass/murano/components/_tree.scss */
1495 .x-tree-arrows .x-tree-elbow-plus {
1496   background: transparent no-repeat 0 0; }
1497
1498 /* line 36, ../sass/murano/components/_tree.scss */
1499 .x-tree-arrows .x-tree-elbow-end-plus {
1500   background: transparent no-repeat 0 0; }
1501
1502 /* line 40, ../sass/murano/components/_tree.scss */
1503 .x-tree-arrows .x-tree-elbow-end-minus {
1504   background: transparent no-repeat -16px 0; }
1505
1506 /* line 44, ../sass/murano/components/_tree.scss */
1507 .x-tree-arrows .x-tree-elbow-minus {
1508   background: transparent no-repeat -16px 0; }
1509
1510 /* line 48, ../sass/murano/components/_tree.scss */
1511 .x-tree-arrows .x-tree-elbow {
1512   background-color: transparent !important; }
1513
1514 /* line 52, ../sass/murano/components/_tree.scss */
1515 .x-tree-arrows .x-tree-elbow-end {
1516   background-color: transparent !important; }
1517
1518 /* line 56, ../sass/murano/components/_tree.scss */
1519 .x-tree-arrows .x-tree-elbow-line {
1520   background-color: transparent !important; }
1521
1522 /* line 62, ../sass/murano/components/_tree.scss */
1523 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-plus,
1524 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-plus {
1525   background-position: -32px 0; }
1526
1527 /* line 67, ../sass/murano/components/_tree.scss */
1528 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-minus,
1529 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-minus {
1530   background-position: -48px 0; }
1531
1532 /* line 72, ../sass/murano/components/_tree.scss */
1533 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus,
1534 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1535   background-position: -16px 0; }
1536
1537 /* line 77, ../sass/murano/components/_tree.scss */
1538 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-plus,
1539 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-end-plus {
1540   background-position: -48px 0; }
1541
1542 /* line 84, ../sass/murano/components/_tree.scss */
1543 .x-tree-elbow-plus,
1544 .x-tree-elbow-minus,
1545 .x-tree-elbow-end-plus,
1546 .x-tree-elbow-end-minus {
1547   cursor: pointer; }
1548
1549 /* line 90, ../sass/murano/components/_tree.scss */
1550 .x-tree-lines .x-tree-elbow {
1551   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow.gif'); }
1552 /* line 94, ../sass/murano/components/_tree.scss */
1553 .x-tree-lines .x-tree-elbow-end {
1554   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end.gif'); }
1555 /* line 98, ../sass/murano/components/_tree.scss */
1556 .x-tree-lines .x-tree-elbow-plus {
1557   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-plus.gif'); }
1558 /* line 102, ../sass/murano/components/_tree.scss */
1559 .x-tree-lines .x-tree-elbow-end-plus {
1560   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end-plus.gif'); }
1561 /* line 106, ../sass/murano/components/_tree.scss */
1562 .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
1563   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-minus.gif'); }
1564 /* line 110, ../sass/murano/components/_tree.scss */
1565 .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1566   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end-minus.gif'); }
1567 /* line 114, ../sass/murano/components/_tree.scss */
1568 .x-tree-lines .x-tree-elbow-line {
1569   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-line.gif'); }
1570
1571 /* line 121, ../sass/murano/components/_tree.scss */
1572 .x-tree-no-lines .x-tree-elbow-plus,
1573 .x-tree-no-lines .x-tree-elbow-end-plus {
1574   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-plus-nl.gif'); }
1575 /* line 126, ../sass/murano/components/_tree.scss */
1576 .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-plus,
1577 .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1578   background-image: url('../../extjs/resources/themes/images/murano/tree/elbow-end-minus-nl.gif'); }
1579
1580 /* line 135, ../sass/murano/components/_tree.scss */
1581 .x-tree-arrows .x-tree-elbow-plus,
1582 .x-tree-arrows .x-tree-elbow-minus,
1583 .x-tree-arrows .x-tree-elbow-end-plus,
1584 .x-tree-arrows .x-tree-elbow-end-minus {
1585   background-image: url('../../extjs/resources/themes/images/murano/tree/arrows.gif'); }
1586
1587 /* line 140, ../sass/murano/components/_tree.scss */
1588 .x-tree-icon {
1589   margin-right: 3px; }
1590
1591 /* line 149, ../sass/murano/components/_tree.scss */
1592 .x-tree-elbow,
1593 .x-tree-elbow-end,
1594 .x-tree-elbow-plus,
1595 .x-tree-elbow-end-plus,
1596 .x-tree-elbow-empty,
1597 .x-tree-elbow-line {
1598   height: 16px;
1599   width: 16px; }
1600
1601 /* line 154, ../sass/murano/components/_tree.scss */
1602 .x-tree-icon-leaf {
1603   width: 16px;
1604   background-image: url('../../extjs/resources/themes/images/murano/tree/leaf.gif'); }
1605
1606 /* line 159, ../sass/murano/components/_tree.scss */
1607 .x-tree-icon-parent {
1608   width: 16px;
1609   background-image: url('../../extjs/resources/themes/images/murano/tree/folder.gif'); }
1610
1611 /* line 164, ../sass/murano/components/_tree.scss */
1612 .x-grid-tree-node-expanded .x-tree-icon-parent {
1613   background-image: url('../../extjs/resources/themes/images/murano/tree/folder-open.gif'); }
1614
1615 /* line 168, ../sass/murano/components/_tree.scss */
1616 .x-grid-rowbody {
1617   padding: 0; }
1618
1619 /* line 172, ../sass/murano/components/_tree.scss */
1620 .x-tree-panel .x-grid-cell-inner {
1621   padding: 0px; }
1622
1623 /* line 176, ../sass/murano/components/_tree.scss */
1624 .x-tree-panel .x-grid-row .x-grid-cell {
1625   border: none; }
1626
1627 /* line 180, ../sass/murano/components/_tree.scss */
1628 .x-tree-panel .x-grid-row .x-grid-cell-inner {
1629   height: 16px;
1630   line-height: 16px;
1631   vertical-align: middle;
1632   cursor: pointer; }
1633   /* line 187, ../sass/murano/components/_tree.scss */
1634   .x-tree-panel .x-grid-row .x-grid-cell-inner img {
1635     float: left; }
1636
1637 /* line 193, ../sass/murano/components/_tree.scss */
1638 .x-ie .x-tree-panel .x-grid-row .x-grid-cell-inner {
1639   white-space: normal; }
1640
1641 /* line 199, ../sass/murano/components/_tree.scss */
1642 .x-tree-checkbox {
1643   float: left;
1644   margin: 2px 3px 0 0;
1645   display: block;
1646   width: 16px;
1647   height: 16px;
1648   background: url('../../extjs/resources/themes/images/murano/url('../../extjs/resources/themes/images/murano/form/unchecked.png')') no-repeat;
1649   overflow: hidden;
1650   padding: 0;
1651   border: 0; }
1652   /* line 211, ../sass/murano/components/_tree.scss */
1653   .x-tree-checkbox::-moz-focus-inner {
1654     padding: 0;
1655     border: 0; }
1656
1657 /* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */
1658 /* line 219, ../sass/murano/components/_tree.scss */
1659 .x-nbr.x-ie .x-tree-checkbox {
1660   font-size: 0; }
1661
1662 /* line 224, ../sass/murano/components/_tree.scss */
1663 .x-tree-checkbox-checked {
1664   background: url('../../extjs/resources/themes/images/murano/url('../../extjs/resources/themes/images/murano/form/checked.png')') no-repeat; }
1665
1666 /* line 229, ../sass/murano/components/_tree.scss */
1667 .x-tree-panel .x-grid-cell-inner {
1668   border-width: 0 !important; }
1669
1670 /* line 236, ../sass/murano/components/_tree.scss */
1671 .x-gecko .x-tree-panel .x-grid-row .x-grid-cell-inner {
1672   line-height: 14px; }
1673
1674 /* line 242, ../sass/murano/components/_tree.scss */
1675 .x-tree-drop-ok-append .x-dd-drop-icon {
1676   background-image: url('../../extjs/resources/themes/images/murano/tree/drop-append.gif'); }
1677
1678 /* line 246, ../sass/murano/components/_tree.scss */
1679 .x-tree-drop-ok-above .x-dd-drop-icon {
1680   background-image: url('../../extjs/resources/themes/images/murano/tree/drop-above.gif'); }
1681
1682 /* line 250, ../sass/murano/components/_tree.scss */
1683 .x-tree-drop-ok-below .x-dd-drop-icon {
1684   background-image: url('../../extjs/resources/themes/images/murano/tree/drop-below.gif'); }
1685
1686 /* line 254, ../sass/murano/components/_tree.scss */
1687 .x-tree-drop-ok-between .x-dd-drop-icon {
1688   background-image: url('../../extjs/resources/themes/images/murano/tree/drop-between.gif'); }
1689
1690 /* line 258, ../sass/murano/components/_tree.scss */
1691 .x-grid-tree-loading .x-tree-icon {
1692   background-image: url('../../extjs/resources/themes/images/murano/tree/loading.gif'); }
1693
1694 /* line 262, ../sass/murano/components/_tree.scss */
1695 .x-tree-ddindicator {
1696   height: 1px;
1697   border-width: 1px 0px 0px;
1698   border-style: dotted;
1699   border-color: green; }
1700
1701 /* line 269, ../sass/murano/components/_tree.scss */
1702 .x-grid-tree-loading span {
1703   font-style: italic;
1704   color: #444444; }
1705
1706 /* line 274, ../sass/murano/components/_tree.scss */
1707 .x-tree-animator-wrap {
1708   overflow: hidden; }
1709
1710 /* line 1, ../sass/murano/components/_menu.scss */
1711 .x-menu {
1712   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1713   -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1714   -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1715   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1716   white-space: nowrap; }
1717
1718 /* line 7, ../sass/murano/components/_menu.scss */
1719 .x-menu-body {
1720   position: absolute; }
1721
1722 /* line 11, ../sass/murano/components/_menu.scss */
1723 .x-menu-item {
1724   padding: 2px; }
1725
1726 /* line 15, ../sass/murano/components/_menu.scss */
1727 .x-menu-item-link {
1728   padding: 4px;
1729   border: 1px solid transparent;
1730   -moz-border-radius: 5px;
1731   -webkit-border-radius: 5px;
1732   -o-border-radius: 5px;
1733   -ms-border-radius: 5px;
1734   -khtml-border-radius: 5px;
1735   border-radius: 5px;
1736   text-decoration: none;
1737   display: block;
1738   color: #FFF; }
1739
1740 /* line 24, ../sass/murano/components/_menu.scss */
1741 .x-menu-item-active .x-menu-item-link {
1742   border-color: #066cd1;
1743   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f));
1744   background-image: -webkit-linear-gradient(#066cd1, #05529f);
1745   background-image: -moz-linear-gradient(#066cd1, #05529f);
1746   background-image: -o-linear-gradient(#066cd1, #05529f);
1747   background-image: linear-gradient(#066cd1, #05529f);
1748   -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1749   -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1750   -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1751   box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
1752
1753 /* line 30, ../sass/murano/components/_menu.scss */
1754 .x-menu-item-icon {
1755   width: 16px;
1756   height: 16px;
1757   margin-right: 5px;
1758   float: left; }
1759
1760 /* line 38, ../sass/murano/components/_menu.scss */
1761 .x-menu-item-unchecked .x-menu-item-icon {
1762   background: url('../../extjs/resources/themes/images/murano/form/unchecked.png'); }
1763 /* line 41, ../sass/murano/components/_menu.scss */
1764 .x-menu-item-unchecked .x-menu-group-icon {
1765   background: url('../../extjs/resources/themes/images/murano/form/unradioed.png'); }
1766
1767 /* line 46, ../sass/murano/components/_menu.scss */
1768 .x-menu-item-checked .x-menu-item-icon {
1769   background: url('../../extjs/resources/themes/images/murano/form/checked.png'); }
1770 /* line 49, ../sass/murano/components/_menu.scss */
1771 .x-menu-item-checked .x-menu-group-icon {
1772   background: url('../../extjs/resources/themes/images/murano/form/radioed.png'); }
1773
1774 /* line 54, ../sass/murano/components/_menu.scss */
1775 .x-menu-item-separator {
1776   height: 0;
1777   padding: 0;
1778   margin: 3px 9px 3px 10px;
1779   border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
1780
1781 /* line 1, ../sass/murano/components/_scroller.scss */
1782 .x-scroller {
1783   border: none !important; }
1784   /* line 3, ../sass/murano/components/_scroller.scss */
1785   .x-scroller::-webkit-scrollbar {
1786     width: 16px;
1787     height: 16px; }
1788     /* line 6, ../sass/murano/components/_scroller.scss */
1789     .x-scroller::-webkit-scrollbar-track {
1790       background: transparent; }
1791     /* line 9, ../sass/murano/components/_scroller.scss */
1792     .x-scroller::-webkit-scrollbar-track-piece:start {
1793       margin-left: 1px;
1794       margin-top: 1px; }
1795     /* line 13, ../sass/murano/components/_scroller.scss */
1796     .x-scroller::-webkit-scrollbar-track-piece:end {
1797       margin-right: 1px;
1798       margin-bottom: 1px; }
1799     /* line 17, ../sass/murano/components/_scroller.scss */
1800     .x-scroller::-webkit-scrollbar-thumb {
1801       border: 1px solid #000;
1802       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)));
1803       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%);
1804       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%);
1805       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%);
1806       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%);
1807       background-color: #222;
1808       -moz-border-radius: 8px;
1809       -webkit-border-radius: 8px;
1810       -o-border-radius: 8px;
1811       -ms-border-radius: 8px;
1812       -khtml-border-radius: 8px;
1813       border-radius: 8px;
1814       -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1815       -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1816       -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1817       box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset; }
1818       /* line 23, ../sass/murano/components/_scroller.scss */
1819       .x-scroller::-webkit-scrollbar-thumb:hover {
1820         background-color: #333; }
1821       /* line 26, ../sass/murano/components/_scroller.scss */
1822       .x-scroller::-webkit-scrollbar-thumb:active {
1823         background-color: #444; }
1824
1825 /* line 1, ../sass/murano/components/_splitter.scss */
1826 .x-splitter {
1827   background-color: #000; }
1828
1829 /**
1830  * @var {string} $prefix 
1831  * The prefix to be applied to all CSS selectors. If this is changed, it must also be changed in your 
1832  * JavaScript application.
1833  */
1834 /**
1835  * @var {string} $theme-name 
1836  * The name of the theme. This must match the the output directory of the images.
1837  * (defaults to 'default')
1838  */
1839 /**
1840  * @var {boolean/string} $relative-image-path-for-uis 
1841  * True to use a relative image path for all new UIs. If true, the path will be "../images/".
1842  * It can also be a string of the path value.
1843  * It defaults to false, which means it will look for the images in the ExtJS SDK folder.
1844  */
1845 /**
1846  * @var {string} $font-family 
1847  * The default font-family to be used throughout the theme.
1848  */
1849 /**
1850  * @var {string} $base-gradient 
1851  * The base gradient to be used throughout the theme.
1852  */
1853 /**
1854  * @var {color} $base-color
1855  * The base color to be used throughout the theme.
1856  */
1857 /**
1858  * @var {boolean} $include-ie
1859  * True to include Internet Explorer specific rules
1860  */
1861 /**
1862  * @var {boolean} $include-ff
1863  * True to include Firefox specific rules
1864  */
1865 /**
1866  * @var {boolean} $include-chrome
1867  * True to include Chrome specific rules
1868  */
1869 /**
1870  * @var {boolean} $include-safari
1871  * True to include Safari specific rules
1872  */
1873 /**
1874  * @var {boolean} $include-opera
1875  * True to include Opera specific rules
1876  */
1877 /**
1878  * @var {boolean} $include-webkit
1879  * True to include Webkit specific rules
1880  */
1881 /**
1882  * @var {boolean} $compile-all
1883  * True to copile all CSS, even if above include rules are false
1884  */
1885 /**
1886  * @var {boolean} $scope-reset-css
1887  * True to scope the reset CSS within the $prefix variable.
1888  */
1889 /**
1890  * @var {color} $css-shadow-background-color
1891  * The base color for CSS shadows
1892  */
1893 /**
1894  * Toolbar buttons
1895  */
1896 /**
1897  * @class Ext.form.*
1898  */
1899 /**
1900  * @class Ext.form.field.Base
1901  */
1902 /**
1903  * @class Ext.form.field.TextArea
1904  */
1905 /**
1906  * @class Ext.form.Label
1907  */
1908 /**
1909  * @class Ext.form.field.Checkbox
1910  */
1911 /**
1912  * @class Ext.form.field.Radio
1913  */
1914 /**
1915  * Error messages
1916  */
1917 /**
1918  * Trigger Field
1919  */
1920 /**
1921  * Fieldsets
1922  */
1923 /**
1924  * @mixin background-gradient
1925  * 
1926  * @param {Color} $background-color The background color of the gradient
1927  * @param {String/List} $type The type of gradient to be used. Can either be a String which is a predefined gradient, or it can
1928  *                            can be a list of color_stops. If none is set, it will still set the `background-color` to the $background-color.
1929  * @param {String} $direction The direction of the gradient. Can either me `top` or `left`. (defaults to `top`)
1930  */
1931 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1932 html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
1933 h4, h5, h6, pre, code, form, fieldset, legend,
1934 input, textarea, p, blockquote, th, td {
1935   margin: 0;
1936   padding: 0; }
1937
1938 /* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1939 table {
1940   border-collapse: collapse;
1941   border-spacing: 0; }
1942
1943 /* line 79, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1944 fieldset, img {
1945   border: 0; }
1946
1947 /* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1948 address, caption, cite, code,
1949 dfn, em, strong, th, var {
1950   font-style: normal;
1951   font-weight: normal; }
1952
1953 /* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1954 li {
1955   list-style: none; }
1956
1957 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1958 caption, th {
1959   text-align: left; }
1960
1961 /* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1962 h1, h2, h3, h4, h5, h6 {
1963   font-size: 100%; }
1964
1965 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1966 q:before,
1967 q:after {
1968   content: ""; }
1969
1970 /* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1971 abbr, acronym {
1972   border: 0;
1973   font-variant: normal; }
1974
1975 /* line 111, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1976 sup {
1977   vertical-align: text-top; }
1978
1979 /* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1980 sub {
1981   vertical-align: text-bottom; }
1982
1983 /* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1984 input, textarea, select {
1985   font-family: inherit;
1986   font-size: inherit;
1987   font-weight: inherit; }
1988
1989 /* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1990 *:focus {
1991   outline: none; }
1992
1993 /* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
1994 .x-border-box .x-reset,
1995 .x-border-box .x-reset * {
1996   box-sizing: border-box;
1997   -moz-box-sizing: border-box;
1998   -ms-box-sizing: border-box;
1999   -webkit-box-sizing: border-box; }
2000
2001 /* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2002 body {
2003   color: white;
2004   font-size: 12px;
2005   font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; }
2006
2007 /* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2008 .x-clear {
2009   overflow: hidden;
2010   clear: both;
2011   height: 0;
2012   width: 0;
2013   font-size: 0;
2014   line-height: 0; }
2015
2016 /* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2017 .x-layer {
2018   position: absolute;
2019   overflow: hidden;
2020   zoom: 1; }
2021
2022 /* line 22, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2023 .x-shim {
2024   position: absolute;
2025   left: 0;
2026   top: 0;
2027   overflow: hidden;
2028   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2029   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2030   opacity: 0; }
2031
2032 /* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2033 .x-hide-display {
2034   display: none !important; }
2035
2036 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2037 .x-hide-visibility {
2038   visibility: hidden !important; }
2039
2040 /* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2041 .x-item-disabled {
2042   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
2043   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
2044   opacity: 0.4; }
2045
2046 /* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2047 .x-ie6 .x-item-disabled {
2048   filter: none; }
2049
2050 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2051 .x-hidden,
2052 .x-hide-offsets {
2053   display: block !important;
2054   position: absolute !important;
2055   left: -10000px !important;
2056   top: -10000px !important; }
2057
2058 /* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2059 .x-hide-nosize {
2060   height: 0 !important;
2061   width: 0 !important; }
2062
2063 /* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2064 .x-masked-relative {
2065   position: relative; }
2066
2067 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2068 .x-ie6 .x-masked select,
2069 .x-ie6.x-body-masked select {
2070   visibility: hidden !important; }
2071
2072 /* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2073 .x-css-shadow {
2074   position: absolute;
2075   -moz-border-radius: 5px 5px;
2076   -webkit-border-radius: 5px 5px;
2077   -o-border-radius: 5px 5px;
2078   -ms-border-radius: 5px 5px;
2079   -khtml-border-radius: 5px 5px;
2080   border-radius: 5px 5px; }
2081
2082 /* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2083 .x-ie-shadow {
2084   background-color: #777;
2085   display: none;
2086   position: absolute;
2087   overflow: hidden;
2088   zoom: 1; }
2089
2090 /* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2091 .x-frame-shadow {
2092   display: none;
2093   position: absolute;
2094   overflow: hidden; }
2095
2096 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2097 .x-frame-shadow * {
2098   overflow: hidden; }
2099
2100 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2101 .x-frame-shadow * {
2102   padding: 0;
2103   border: 0;
2104   margin: 0;
2105   clear: none;
2106   zoom: 1; }
2107
2108 /* top  bottom */
2109 /* line 104, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2110 .x-frame-shadow .xstc,
2111 .x-frame-shadow .xsbc {
2112   height: 6px;
2113   float: left; }
2114
2115 /* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2116 .x-frame-shadow .xsc {
2117   width: 100%; }
2118
2119 /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2120 .x-frame-shadow .xsml {
2121   background: transparent repeat-y 0 0; }
2122
2123 /* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2124 .x-frame-shadow .xsmr {
2125   background: transparent repeat-y -6px 0; }
2126
2127 /* line 121, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2128 .x-frame-shadow .xstl {
2129   background: transparent no-repeat 0 0; }
2130
2131 /* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2132 .x-frame-shadow .xstc {
2133   background: transparent repeat-x 0 -30px; }
2134
2135 /* line 129, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2136 .x-frame-shadow .xstr {
2137   background: transparent repeat-x 0 -18px; }
2138
2139 /* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2140 .x-frame-shadow .xsbl {
2141   background: transparent no-repeat 0 -12px; }
2142
2143 /* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2144 .x-frame-shadow .xsbc {
2145   background: transparent repeat-x 0 -36px; }
2146
2147 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2148 .x-frame-shadow .xsbr {
2149   background: transparent repeat-x 0 -6px; }
2150
2151 /* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2152 .x-frame-shadow .xstl,
2153 .x-frame-shadow .xstc,
2154 .x-frame-shadow .xstr,
2155 .x-frame-shadow .xsbl,
2156 .x-frame-shadow .xsbc,
2157 .x-frame-shadow .xsbr {
2158   width: 6px;
2159   height: 6px;
2160   float: left;
2161   background-image: url('../../extjs/resources/themes/images/murano/shared/shadow.png'); }
2162
2163 /* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2164 .x-frame-shadow .xsml,
2165 .x-frame-shadow .xsmr {
2166   width: 6px;
2167   float: left;
2168   height: 100%;
2169   background-image: url('../../extjs/resources/themes/images/murano/shared/shadow-lr.png'); }
2170
2171 /* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2172 .x-frame-shadow .xsmc {
2173   float: left;
2174   height: 100%;
2175   background-image: url('../../extjs/resources/themes/images/murano/shared/shadow-c.png'); }
2176
2177 /* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2178 .x-frame-shadow .xst,
2179 .x-frame-shadow .xsb {
2180   height: 6px;
2181   overflow: hidden;
2182   width: 100%; }
2183
2184 /* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2185 .x-focus-element {
2186   position: absolute;
2187   top: -10px;
2188   left: -10px;
2189   width: 0px;
2190   height: 0px; }
2191
2192 /* line 9, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2193 .x-focus-frame {
2194   position: absolute;
2195   left: 0px;
2196   top: 0px;
2197   z-index: 100000000;
2198   width: 0px;
2199   height: 0px; }
2200
2201 /* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2202 .x-focus-frame-top,
2203 .x-focus-frame-bottom,
2204 .x-focus-frame-left,
2205 .x-focus-frame-right {
2206   position: absolute;
2207   top: 0px;
2208   left: 0px; }
2209
2210 /* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2211 .x-focus-frame-top,
2212 .x-focus-frame-bottom {
2213   border-top: solid 2px #15428b;
2214   height: 2px; }
2215
2216 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2217 .x-focus-frame-left,
2218 .x-focus-frame-right {
2219   border-left: solid 2px #15428b;
2220   width: 2px; }
2221
2222 /**
2223   * @class Ext.Button
2224   * Used to create the base structure of an Ext.Button
2225   */
2226 /**
2227  * @mixin extjs-btn-group-ui
2228  * @class Ext.ButtonGroup
2229  */
2230 /**
2231   * @class Ext.menu.*
2232   */
2233 /**
2234   * @class Ext.Panel
2235   * Used to create the base structure of an Ext.Panel
2236   */
2237 /**
2238   * @class Ext.Panel
2239   * Used to create a visual theme for an Ext.Panel
2240   */
2241 /**
2242  * @mixin ext-toolbar-ui
2243  * @class Ext.toolbar.Toolbar
2244  * @param {String} $ui The name of the UI
2245  * @param {Color} $background-color The background color of the toolbar (defaults to transparent)
2246  * @param {Gradient/color-stops} $background-gradient The background gradient of the toolbar (defaults to null)
2247  * @param {Color} $border-color The border color of the toolbar (defaults to null)
2248  */
2249 /**
2250   * @class Ext.Window
2251   * Used to create a visual theme for an Ext.Panel
2252   */
2253 /**
2254   * @class Ext.tab.Bar
2255   */
2256 /**
2257   * @class Ext.Tab
2258   */
2259 /**
2260   * @class Ext.LoadMask
2261   * Component used to mask a component
2262   */
2263 /* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2264 .x-mask {
2265   z-index: 100;
2266   position: absolute;
2267   top: 0;
2268   left: 0;
2269   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2270   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2271   opacity: 0.5;
2272   width: 100%;
2273   height: 100%;
2274   zoom: 1;
2275   background: #cccccc; }
2276
2277 /* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2278 .x-mask-msg {
2279   z-index: 20001;
2280   position: absolute;
2281   top: 0;
2282   left: 0;
2283   padding: 2px;
2284   border: 1px solid;
2285   border-color: #99bbe8;
2286   background-image: none;
2287   background-color: #dfe8f6; }
2288   /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2289   .x-mask-msg div {
2290     padding: 5px 10px 5px 25px;
2291     background-image: url('../../extjs/resources/themes/images/murano/grid/loading.gif');
2292     background-repeat: no-repeat;
2293     background-position: 5px center;
2294     cursor: wait;
2295     border: 1px solid #a3bad9;
2296     background-color: #eeeeee;
2297     color: #222222;
2298     font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; }
2299
2300 /**
2301  * @mixin extjs-progress-ui
2302  */
2303 /**
2304  * W3C Suggested Default style sheet for HTML 4
2305  * http://www.w3.org/TR/CSS21/sample.html
2306  */
2307 /* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2308 .x-dd-drag-repair .x-dd-drag-ghost {
2309   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
2310   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
2311   opacity: 0.6; }
2312 /* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2313 .x-dd-drag-repair .x-dd-drop-icon {
2314   display: none; }
2315
2316 /* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2317 .x-dd-drag-ghost {
2318   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
2319   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
2320   opacity: 0.85;
2321   padding: 5px;
2322   padding-left: 20px;
2323   white-space: nowrap;
2324   color: #000;
2325   font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
2326   border: 1px solid;
2327   border-color: #ddd #bbb #bbb #ddd;
2328   background-color: #fff; }
2329
2330 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2331 .x-dd-drop-icon {
2332   position: absolute;
2333   top: 3px;
2334   left: 3px;
2335   display: block;
2336   width: 16px;
2337   height: 16px;
2338   background-color: transparent;
2339   background-position: center;
2340   background-repeat: no-repeat;
2341   z-index: 1; }
2342
2343 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2344 .x-view-selector {
2345   position: absolute;
2346   left: 0;
2347   top: 0;
2348   width: 0;
2349   background-color: #c3daf9;
2350   border: 1px dotted #3399bb;
2351   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2352   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2353   opacity: 0.5;
2354   zoom: 1; }
2355
2356 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2357 .x-dd-drop-nodrop .x-dd-drop-icon {
2358   background-image: url('../../extjs/resources/themes/images/murano/dd/drop-no.gif'); }
2359
2360 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2361 .x-dd-drop-ok .x-dd-drop-icon {
2362   background-image: url('../../extjs/resources/themes/images/murano/dd/drop-yes.gif'); }
2363
2364 /* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2365 .x-dd-drop-ok-add .x-dd-drop-icon {
2366   background-image: url('../../extjs/resources/themes/images/murano/dd/drop-add.gif'); }
2367
2368 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2369 .x-resizable-handle {
2370   position: absolute;
2371   z-index: 100;
2372   font-size: 1px;
2373   line-height: 6px;
2374   overflow: hidden;
2375   zoom: 1;
2376   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2377   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2378   opacity: 0;
2379   background-color: #fff; }
2380
2381 /* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2382 .x-resizable-handle-east {
2383   width: 6px;
2384   height: 100%;
2385   right: 0;
2386   top: 0; }
2387
2388 /* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2389 .x-resizable-over .x-resizable-handle-east {
2390   cursor: e-resize; }
2391
2392 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2393 .x-resizable-handle-south {
2394   width: 100%;
2395   height: 6px;
2396   left: 0;
2397   bottom: 0; }
2398
2399 /* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2400 .x-resizable-over .x-resizable-handle-south {
2401   cursor: s-resize; }
2402
2403 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2404 .x-resizable-handle-west {
2405   width: 6px;
2406   height: 100%;
2407   left: 0;
2408   top: 0; }
2409
2410 /* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2411 .x-resizable-over .x-resizable-handle-west {
2412   cursor: w-resize; }
2413
2414 /* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2415 .x-resizable-handle-north {
2416   width: 100%;
2417   height: 6px;
2418   left: 0;
2419   top: 0; }
2420
2421 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2422 .x-resizable-over .x-resizable-handle-north {
2423   cursor: n-resize; }
2424
2425 /* line 75, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2426 .x-resizable-handle-southeast {
2427   width: 6px;
2428   height: 6px;
2429   right: 0;
2430   bottom: 0;
2431   z-index: 101; }
2432
2433 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2434 .x-resizable-over .x-resizable-handle-southeast {
2435   cursor: se-resize; }
2436
2437 /* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2438 .x-resizable-handle-northwest {
2439   width: 6px;
2440   height: 6px;
2441   left: 0;
2442   top: 0;
2443   z-index: 101; }
2444
2445 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2446 .x-resizable-over .x-resizable-handle-northwest {
2447   cursor: nw-resize; }
2448
2449 /* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2450 .x-resizable-handle-northeast {
2451   width: 6px;
2452   height: 6px;
2453   right: 0;
2454   top: 0;
2455   z-index: 101; }
2456
2457 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2458 .x-resizable-over .x-resizable-handle-northeast {
2459   cursor: ne-resize; }
2460
2461 /* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2462 .x-resizable-handle-southwest {
2463   width: 6px;
2464   height: 6px;
2465   left: 0;
2466   bottom: 0;
2467   z-index: 101; }
2468
2469 /* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2470 .x-resizable-over .x-resizable-handle-southwest {
2471   cursor: sw-resize; }
2472
2473 /*IE rounding error*/
2474 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2475 .x-ie .x-resizable-handle-east {
2476   margin-right: -1px;
2477   /*IE rounding error*/ }
2478 /* line 145, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2479 .x-ie .x-resizable-handle-south {
2480   margin-bottom: -1px; }
2481
2482 /* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2483 .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
2484   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
2485   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
2486   opacity: 1; }
2487
2488 /* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2489 .x-window .x-window-handle {
2490   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2491   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2492   opacity: 0; }
2493
2494 /* line 158, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2495 .x-window-collapsed .x-window-handle {
2496   display: none; }
2497
2498 /* line 162, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2499 .x-resizable-proxy {
2500   border: 1px dashed #3b5a82;
2501   position: absolute;
2502   left: 0;
2503   top: 0;
2504   overflow: hidden;
2505   z-index: 50000; }
2506
2507 /* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2508 .x-resizable-overlay {
2509   position: absolute;
2510   left: 0;
2511   top: 0;
2512   width: 100%;
2513   height: 100%;
2514   display: none;
2515   z-index: 200000;
2516   background-color: #fff;
2517   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2518   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2519   opacity: 0; }
2520
2521 /* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2522 .x-resizable-over .x-resizable-handle-east,
2523 .x-resizable-over .x-resizable-handle-west,
2524 .x-resizable-pinned .x-resizable-handle-east,
2525 .x-resizable-pinned .x-resizable-handle-west {
2526   background-position: left;
2527   background-image: url('../../extjs/resources/themes/images/murano/sizer/e-handle.gif'); }
2528 /* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2529 .x-resizable-over .x-resizable-handle-south,
2530 .x-resizable-over .x-resizable-handle-north,
2531 .x-resizable-pinned .x-resizable-handle-south,
2532 .x-resizable-pinned .x-resizable-handle-north {
2533   background-position: top;
2534   background-image: url('../../extjs/resources/themes/images/murano/sizer/s-handle.gif'); }
2535 /* line 202, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2536 .x-resizable-over .x-resizable-handle-southeast,
2537 .x-resizable-pinned .x-resizable-handle-southeast {
2538   background-position: top left;
2539   background-image: url('../../extjs/resources/themes/images/murano/sizer/se-handle.gif'); }
2540 /* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2541 .x-resizable-over .x-resizable-handle-northwest,
2542 .x-resizable-pinned .x-resizable-handle-northwest {
2543   background-position: bottom right;
2544   background-image: url('../../extjs/resources/themes/images/murano/sizer/nw-handle.gif'); }
2545 /* line 212, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2546 .x-resizable-over .x-resizable-handle-northeast,
2547 .x-resizable-pinned .x-resizable-handle-northeast {
2548   background-position: bottom left;
2549   background-image: url('../../extjs/resources/themes/images/murano/sizer/ne-handle.gif'); }
2550 /* line 217, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2551 .x-resizable-over .x-resizable-handle-southwest,
2552 .x-resizable-pinned .x-resizable-handle-southwest {
2553   background-position: top right;
2554   background-image: url('../../extjs/resources/themes/images/murano/sizer/sw-handle.gif'); }
2555
2556 /* line 3, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2557 .x-splitter .x-collapse-el {
2558   position: absolute;
2559   cursor: pointer;
2560   background-color: transparent;
2561   background-repeat: no-repeat !important; }
2562
2563 /* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2564 .x-layout-split-left,
2565 .x-layout-split-right {
2566   top: 50%;
2567   margin-top: -17px;
2568   width: 5px;
2569   height: 35px; }
2570
2571 /* line 24, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2572 .x-layout-split-top,
2573 .x-layout-split-bottom {
2574   left: 50%;
2575   width: 35px;
2576   height: 5px;
2577   margin-left: -17px; }
2578
2579 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2580 .x-layout-split-left {
2581   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.gif') no-repeat top right; }
2582
2583 /* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2584 .x-layout-split-right {
2585   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.gif') no-repeat top left; }
2586
2587 /* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2588 .x-layout-split-top {
2589   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.gif') no-repeat top left; }
2590
2591 /* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2592 .x-layout-split-bottom {
2593   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.gif') no-repeat top left; }
2594
2595 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2596 .x-splitter-collapsed .x-layout-split-left {
2597   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-right.gif') no-repeat top left; }
2598 /* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2599 .x-splitter-collapsed .x-layout-split-right {
2600   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-left.gif') no-repeat top right; }
2601 /* line 58, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2602 .x-splitter-collapsed .x-layout-split-top {
2603   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-bottom.gif') no-repeat top left; }
2604 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2605 .x-splitter-collapsed .x-layout-split-bottom {
2606   background: url('../../extjs/resources/themes/images/murano/util/splitter/mini-top.gif') no-repeat top left; }
2607
2608 /* line 67, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2609 .x-splitter-horizontal {
2610   cursor: e-resize;
2611   cursor: row-resize;
2612   font-size: 1px; }
2613
2614 /* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2615 .x-splitter-vertical {
2616   cursor: e-resize;
2617   cursor: col-resize;
2618   font-size: 1px; }
2619
2620 /* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2621 .x-splitter-collapsed {
2622   cursor: default; }
2623
2624 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2625 .x-splitter-active {
2626   z-index: 4;
2627   font-size: 1px;
2628   background-color: #b4b4b4;
2629   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2630   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
2631   opacity: 0.8; }
2632
2633 /* line 88, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2634 .x-splitter-active .x-collapse-el {
2635   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2636   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
2637   opacity: 0.3; }
2638
2639 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2640 .x-proxy-el {
2641   position: absolute;
2642   background: #b4b4b4;
2643   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2644   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
2645   opacity: 0.8; }
2646
2647 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2648 .x-docked {
2649   position: absolute;
2650   z-index: 1; }
2651
2652 /**
2653   * Dock Layouts
2654   * @todo move this somewhere else?
2655   */
2656 /* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2657 .x-docked-top {
2658   border-bottom-width: 0 !important; }
2659
2660 /* line 15, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2661 .x-docked-bottom {
2662   border-top-width: 0 !important; }
2663
2664 /* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2665 .x-docked-left {
2666   border-right-width: 0 !important; }
2667
2668 /* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2669 .x-docked-right {
2670   border-left-width: 0 !important; }
2671
2672 /* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2673 .x-docked-noborder-top {
2674   border-top-width: 0 !important; }
2675
2676 /* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2677 .x-docked-noborder-right {
2678   border-right-width: 0 !important; }
2679
2680 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2681 .x-docked-noborder-bottom {
2682   border-bottom-width: 0 !important; }
2683
2684 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2685 .x-docked-noborder-left {
2686   border-left-width: 0 !important; }
2687
2688 /* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2689 .x-box-inner {
2690   overflow: hidden;
2691   zoom: 1;
2692   position: relative;
2693   left: 0;
2694   top: 0; }
2695
2696 /* line 53, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2697 .x-box-item {
2698   position: absolute !important;
2699   left: 0;
2700   top: 0; }
2701
2702 /* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2703 .x-box-layout-ct,
2704 .x-border-layout-ct {
2705   overflow: hidden;
2706   zoom: 1; }
2707
2708 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2709 .x-overflow-hidden {
2710   overflow: hidden !important; }
2711
2712 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2713 .x-inline-children > * {
2714   display: inline-block !important; }
2715
2716 /* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2717 .x-abs-layout-item {
2718   position: absolute; }
2719
2720 /* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2721 .x-border-layout-ct {
2722   background-color: #dfe8f6; }
2723
2724 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2725 .x-border-region-slide-in {
2726   z-index: 5; }
2727
2728 /* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2729 .x-region-collapsed-placeholder {
2730   z-index: 4; }
2731
2732 /* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2733 .x-accordion-hd .x-panel-header-text {
2734   color: black;
2735   font-weight: normal; }
2736
2737 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2738 .x-accordion-hd {
2739   background: #d9e7f8 !important;
2740   -moz-box-shadow: inset 0 0 0 0 #d9e7f8;
2741   -webkit-box-shadow: inset 0 0 0 0 #d9e7f8;
2742   -o-box-shadow: inset 0 0 0 0 #d9e7f8;
2743   box-shadow: inset 0 0 0 0 #d9e7f8; }
2744   /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2745   .x-accordion-hd .x-tool-collapse-top,
2746   .x-accordion-hd .x-tool-collapse-right,
2747   .x-accordion-hd .x-tool-collapse-bottom,
2748   .x-accordion-hd .x-tool-collapse-left {
2749     background-position: 0 -255px; }
2750   /* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2751   .x-accordion-hd .x-tool-expand-top,
2752   .x-accordion-hd .x-tool-expand-right,
2753   .x-accordion-hd .x-tool-expand-bottom,
2754   .x-accordion-hd .x-tool-expand-left {
2755     background-position: 0 -240px; }
2756   /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2757   .x-accordion-hd .x-tool-over .x-tool-collapse-top,
2758   .x-accordion-hd .x-tool-over .x-tool-collapse-right,
2759   .x-accordion-hd .x-tool-over .x-tool-collapse-bottom,
2760   .x-accordion-hd .x-tool-over .x-tool-collapse-left {
2761     background-position: -15px -255px; }
2762   /* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2763   .x-accordion-hd .x-tool-over .x-tool-expand-top,
2764   .x-accordion-hd .x-tool-over .x-tool-expand-right,
2765   .x-accordion-hd .x-tool-over .x-tool-expand-bottom,
2766   .x-accordion-hd .x-tool-over .x-tool-expand-left {
2767     background-position: -15px -240px; }
2768
2769 /* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2770 .x-accordion-hd {
2771   border-width: 1px 0 1px 0 !important;
2772   padding: 4px 5px 5px 5px;
2773   border-top-color: #f3f7fb !important; }
2774
2775 /* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2776 .x-accordion-body {
2777   border-width: 0 !important; }
2778
2779 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2780 .x-accordion-hd-sibling-expanded {
2781   border-top-color: #99bbe8 !important;
2782   -moz-box-shadow: inset 0 1px 0 0 #f3f7fb;
2783   -webkit-box-shadow: inset 0 1px 0 0 #f3f7fb;
2784   -o-box-shadow: inset 0 1px 0 0 #f3f7fb;
2785   box-shadow: inset 0 1px 0 0 #f3f7fb; }
2786
2787 /* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2788 .x-accordion-hd-last-collapsed {
2789   border-bottom-color: #d9e7f8 !important; }
2790
2791 /* line 155, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2792 .x-frame-tl,
2793 .x-frame-tr,
2794 .x-frame-tc,
2795 .x-frame-bl,
2796 .x-frame-br,
2797 .x-frame-bc {
2798   overflow: hidden;
2799   background-repeat: no-repeat; }
2800
2801 /* line 161, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2802 .x-frame-tc,
2803 .x-frame-bc {
2804   background-repeat: repeat-x; }
2805
2806 /* line 165, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2807 .x-frame-mc {
2808   position: relative;
2809   background-repeat: repeat-x;
2810   overflow: hidden; }
2811
2812 /* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2813 .x-box-scroller-left {
2814   float: left;
2815   height: 100%;
2816   z-index: 5; }
2817   /* line 181, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2818   .x-box-scroller-left .x-toolbar-scroll-left,
2819   .x-box-scroller-left .x-tabbar-scroll-left {
2820     width: 18px;
2821     position: relative;
2822     cursor: pointer;
2823     height: 20px;
2824     background: url('../../extjs/resources/themes/images/murano/tab-bar/scroll-left.gif') transparent no-repeat -18px 0; }
2825   /* line 188, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2826   .x-box-scroller-left .x-toolbar-scroll-left-hover {
2827     background-position: 0 0; }
2828   /* line 192, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2829   .x-box-scroller-left .x-toolbar-scroll-left-disabled,
2830   .x-box-scroller-left .x-tabbar-scroll-left-disabled {
2831     background-position: -18px 0;
2832     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2833     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2834     opacity: 0.5; }
2835   /* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2836   .x-box-scroller-left .x-toolbar-scroll-left {
2837     background-image: url('../../extjs/resources/themes/images/murano/toolbar/scroll-left.gif');
2838     background-position: -14px 0; }
2839   /* line 201, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2840   .x-box-scroller-left .x-toolbar-scroll-left-hover {
2841     background-position: 0 0; }
2842   /* line 204, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2843   .x-box-scroller-left .x-toolbar-scroll-left-disabled {
2844     background-position: -14px 0; }
2845   /* line 208, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2846   .x-box-scroller-left .x-toolbar-scroll-left {
2847     width: 14px;
2848     height: 22px;
2849     border-bottom: 1px solid #8db2e3; }
2850
2851 /* line 216, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2852 .x-horizontal-box-overflow-body {
2853   float: left; }
2854
2855 /* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2856 .x-box-scroller-right {
2857   float: right;
2858   height: 100%;
2859   z-index: 5; }
2860   /* line 226, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2861   .x-box-scroller-right .x-toolbar-scroll-right,
2862   .x-box-scroller-right .x-tabbar-scroll-right {
2863     width: 18px;
2864     position: relative;
2865     cursor: pointer;
2866     height: 20px;
2867     background: url('../../extjs/resources/themes/images/murano/tab-bar/scroll-right.gif') transparent no-repeat 0 0; }
2868   /* line 233, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2869   .x-box-scroller-right .x-toolbar-scroll-right-hover {
2870     background-position: -18px 0; }
2871   /* line 237, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2872   .x-box-scroller-right .x-toolbar-scroll-right-disabled,
2873   .x-box-scroller-right .x-tabbar-scroll-right-disabled {
2874     background-position: 0 0;
2875     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2876     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2877     opacity: 0.5; }
2878   /* line 242, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2879   .x-box-scroller-right .x-toolbar-scroll-right {
2880     background-image: url('../../extjs/resources/themes/images/murano/toolbar/scroll-right.gif'); }
2881   /* line 245, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2882   .x-box-scroller-right .x-toolbar-scroll-right-hover {
2883     background-position: -14px 0; }
2884   /* line 248, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2885   .x-box-scroller-right .x-toolbar-scroll-right-disabled {
2886     background-position: 0 0; }
2887   /* line 252, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2888   .x-box-scroller-right .x-toolbar-scroll-right {
2889     width: 14px;
2890     height: 22px;
2891     border-bottom: 1px solid #8db2e3; }
2892
2893 /* line 262, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2894 .x-box-scroller-top .x-box-scroller {
2895   line-height: 0;
2896   font-size: 0; }
2897 /* line 266, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2898 .x-box-scroller-top .x-menu-scroll-top {
2899   background: url('../../extjs/resources/themes/images/murano/layout/mini-top.gif') transparent no-repeat center center;
2900   height: 8px;
2901   cursor: pointer; }
2902
2903 /* line 273, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2904 .x-box-scroller-bottom .x-box-scroller {
2905   line-height: 0;
2906   font-size: 0; }
2907 /* line 277, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2908 .x-box-scroller-bottom .x-menu-scroll-bottom {
2909   background: url('../../extjs/resources/themes/images/murano/layout/mini-bottom.gif') transparent no-repeat center center;
2910   height: 8px;
2911   cursor: pointer; }
2912
2913 /* line 284, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2914 .x-box-menu-right {
2915   float: right;
2916   padding-right: 2px; }
2917
2918 /* line 289, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2919 .x-column {
2920   float: left; }
2921
2922 /* line 293, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2923 .x-ie6 .x-column {
2924   display: inline;
2925   /*prevent IE6 double-margin bug*/ }
2926
2927 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2928 .x-tool {
2929   height: 15px; }
2930   /* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2931   .x-tool img {
2932     overflow: hidden;
2933     width: 15px;
2934     height: 15px;
2935     cursor: pointer;
2936     background-color: transparent;
2937     background-repeat: no-repeat;
2938     background-image: url('../../extjs/resources/themes/images/murano/tools/tool-sprites.gif');
2939     margin: 0; }
2940
2941 /* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2942 .x-panel-header-horizontal .x-tool,
2943 .x-window-header-horizontal .x-tool {
2944   margin-left: 2px; }
2945
2946 /* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2947 .x-panel-header-vertical .x-tool,
2948 .x-window-header-vertical .x-tool {
2949   margin-bottom: 2px; }
2950
2951 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2952 .x-tool-placeholder {
2953   visibility: hidden; }
2954
2955 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2956 .x-tool-toggle {
2957   background-position: 0 -60px; }
2958
2959 /* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2960 .x-tool-over .x-tool-toggle {
2961   background-position: -15px -60px; }
2962
2963 /* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2964 .x-panel-collapsed .x-tool-toggle,
2965 .x-fieldset-collapsed .x-tool-toggle {
2966   background-position: 0 -75px; }
2967 /* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2968 .x-panel-collapsed .x-tool-over .x-tool-toggle,
2969 .x-fieldset-collapsed .x-tool-over .x-tool-toggle {
2970   background-position: -15px -75px; }
2971
2972 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2973 .x-tool-close {
2974   background-position: 0 0; }
2975
2976 /* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2977 .x-tool-minimize {
2978   background-position: 0 -15px; }
2979
2980 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2981 .x-tool-maximize {
2982   background-position: 0 -30px; }
2983
2984 /* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2985 .x-tool-restore {
2986   background-position: 0 -45px; }
2987
2988 /* line 78, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2989 .x-tool-gear {
2990   background-position: 0 -90px; }
2991
2992 /* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2993 .x-tool-prev {
2994   background-position: 0 -105px; }
2995
2996 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
2997 .x-tool-next {
2998   background-position: 0 -120px; }
2999
3000 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3001 .x-tool-pin {
3002   background-position: 0 -135px; }
3003
3004 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3005 .x-tool-unpin {
3006   background-position: 0 -150px; }
3007
3008 /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3009 .x-tool-right {
3010   background-position: 0 -165px; }
3011
3012 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3013 .x-tool-left {
3014   background-position: 0 -180px; }
3015
3016 /* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3017 .x-tool-help {
3018   background-position: 0 -300px; }
3019
3020 /* line 110, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3021 .x-tool-save {
3022   background-position: 0 -285px; }
3023
3024 /* line 114, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3025 .x-tool-search {
3026   background-position: 0 -270px; }
3027
3028 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3029 .x-tool-minus {
3030   background-position: 0 -255px; }
3031
3032 /* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3033 .x-tool-plus {
3034   background-position: 0 -240px; }
3035
3036 /* line 126, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3037 .x-tool-refresh {
3038   background-position: 0 -225px; }
3039
3040 /* line 130, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3041 .x-tool-up {
3042   background-position: 0 -210px; }
3043
3044 /* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3045 .x-tool-down {
3046   background-position: 0 -195px; }
3047
3048 /* line 138, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3049 .x-tool-move {
3050   background-position: 0 -375px; }
3051
3052 /* line 142, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3053 .x-tool-resize {
3054   background-position: 0 -360px; }
3055
3056 /* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3057 .x-tool-collapse {
3058   background-position: 0 -345px; }
3059
3060 /* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3061 .x-tool-expand {
3062   background-position: 0 -330px; }
3063
3064 /* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3065 .x-tool-print {
3066   background-position: 0 -315px; }
3067
3068 /* line 159, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3069 .x-tool-expand-bottom,
3070 .x-tool-collapse-bottom {
3071   background-position: 0 -195px; }
3072
3073 /* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3074 .x-tool-expand-top,
3075 .x-tool-collapse-top {
3076   background-position: 0 -210px; }
3077
3078 /* line 169, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3079 .x-tool-expand-left,
3080 .x-tool-collapse-left {
3081   background-position: 0 -180px; }
3082
3083 /* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3084 .x-tool-expand-right,
3085 .x-tool-collapse-right {
3086   background-position: 0 -165px; }
3087
3088 /* line 179, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3089 .x-tool-over .x-tool-close {
3090   background-position: -15px 0; }
3091 /* line 183, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3092 .x-tool-over .x-tool-minimize {
3093   background-position: -15px -15px; }
3094 /* line 187, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3095 .x-tool-over .x-tool-maximize {
3096   background-position: -15px -30px; }
3097 /* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3098 .x-tool-over .x-tool-restore {
3099   background-position: -15px -45px; }
3100 /* line 195, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3101 .x-tool-over .x-tool-gear {
3102   background-position: -15px -90px; }
3103 /* line 199, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3104 .x-tool-over .x-tool-prev {
3105   background-position: -15px -105px; }
3106 /* line 203, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3107 .x-tool-over .x-tool-next {
3108   background-position: -15px -120px; }
3109 /* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3110 .x-tool-over .x-tool-pin {
3111   background-position: -15px -135px; }
3112 /* line 211, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3113 .x-tool-over .x-tool-unpin {
3114   background-position: -15px -150px; }
3115 /* line 215, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3116 .x-tool-over .x-tool-right {
3117   background-position: -15px -165px; }
3118 /* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3119 .x-tool-over .x-tool-left {
3120   background-position: -15px -180px; }
3121 /* line 223, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3122 .x-tool-over .x-tool-down {
3123   background-position: -15px -195px; }
3124 /* line 227, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3125 .x-tool-over .x-tool-up {
3126   background-position: -15px -210px; }
3127 /* line 231, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3128 .x-tool-over .x-tool-refresh {
3129   background-position: -15px -225px; }
3130 /* line 235, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3131 .x-tool-over .x-tool-plus {
3132   background-position: -15px -240px; }
3133 /* line 239, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3134 .x-tool-over .x-tool-minus {
3135   background-position: -15px -255px; }
3136 /* line 243, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3137 .x-tool-over .x-tool-search {
3138   background-position: -15px -270px; }
3139 /* line 247, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3140 .x-tool-over .x-tool-save {
3141   background-position: -15px -285px; }
3142 /* line 251, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3143 .x-tool-over .x-tool-help {
3144   background-position: -15px -300px; }
3145 /* line 255, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3146 .x-tool-over .x-tool-print {
3147   background-position: -15px -315px; }
3148 /* line 259, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3149 .x-tool-over .x-tool-expand {
3150   background-position: -15px -330px; }
3151 /* line 263, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3152 .x-tool-over .x-tool-collapse {
3153   background-position: -15px -345px; }
3154 /* line 267, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3155 .x-tool-over .x-tool-resize {
3156   background-position: -15px -360px; }
3157 /* line 271, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3158 .x-tool-over .x-tool-move {
3159   background-position: -15px -375px; }
3160 /* line 276, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3161 .x-tool-over .x-tool-expand-bottom,
3162 .x-tool-over .x-tool-collapse-bottom {
3163   background-position: -15px -195px; }
3164 /* line 281, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3165 .x-tool-over .x-tool-expand-top,
3166 .x-tool-over .x-tool-collapse-top {
3167   background-position: -15px -210px; }
3168 /* line 286, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3169 .x-tool-over .x-tool-expand-left,
3170 .x-tool-over .x-tool-collapse-left {
3171   background-position: -15px -180px; }
3172 /* line 291, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3173 .x-tool-over .x-tool-expand-right,
3174 .x-tool-over .x-tool-collapse-right {
3175   background-position: -15px -165px; }
3176
3177 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3178 .x-horizontal-scroller-present .x-grid-body {
3179   border-bottom: none; }
3180
3181 /* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3182 .x-vertical-scroller-present .x-grid-body {
3183   border-right: none; }
3184
3185 /* line 10, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3186 .x-scroller-vertical {
3187   overflow-x: hidden;
3188   overflow-y: scroll;
3189   border: 1px solid #99bbe8;
3190   border-top-color: #c5c5c5; }
3191
3192 /* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3193 .x-scroller-horizontal {
3194   overflow-y: hidden;
3195   overflow-x: scroll;
3196   border: 1px solid #99bbe8; }
3197
3198 /* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3199 .x-html {
3200   /* Begin bidirectionality settings (do not change) */ }
3201   /* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3202   .x-html html,
3203   .x-html address,
3204   .x-html blockquote,
3205   .x-html body,
3206   .x-html dd,
3207   .x-html div,
3208   .x-html dl,
3209   .x-html dt,
3210   .x-html fieldset,
3211   .x-html form,
3212   .x-html frame, .x-html frameset,
3213   .x-html h1,
3214   .x-html h2,
3215   .x-html h3,
3216   .x-html h4,
3217   .x-html h5,
3218   .x-html h6,
3219   .x-html noframes,
3220   .x-html ol,
3221   .x-html p,
3222   .x-html ul,
3223   .x-html center,
3224   .x-html dir,
3225   .x-html hr,
3226   .x-html menu,
3227   .x-html pre {
3228     display: block; }
3229   /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3230   .x-html li {
3231     display: list-item;
3232     list-style: disc; }
3233   /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3234   .x-html head {
3235     display: none; }
3236   /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3237   .x-html table {
3238     display: table; }
3239   /* line 36, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3240   .x-html tr {
3241     display: table-row; }
3242   /* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3243   .x-html thead {
3244     display: table-header-group; }
3245   /* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3246   .x-html tbody {
3247     display: table-row-group; }
3248   /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3249   .x-html tfoot {
3250     display: table-footer-group; }
3251   /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3252   .x-html col {
3253     display: table-column; }
3254   /* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3255   .x-html colgroup {
3256     display: table-column-group; }
3257   /* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3258   .x-html td,
3259   .x-html th {
3260     display: table-cell; }
3261   /* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3262   .x-html caption {
3263     display: table-caption; }
3264   /* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3265   .x-html th {
3266     font-weight: bolder;
3267     text-align: center; }
3268   /* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3269   .x-html caption {
3270     text-align: center; }
3271   /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3272   .x-html body {
3273     margin: 8px; }
3274   /* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3275   .x-html h1 {
3276     font-size: 2em;
3277     margin: .67em 0; }
3278   /* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3279   .x-html h2 {
3280     font-size: 1.5em;
3281     margin: .75em 0; }
3282   /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3283   .x-html h3 {
3284     font-size: 1.17em;
3285     margin: .83em 0; }
3286   /* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3287   .x-html h4,
3288   .x-html p,
3289   .x-html blockquote,
3290   .x-html ul,
3291   .x-html fieldset,
3292   .x-html form,
3293   .x-html ol,
3294   .x-html dl,
3295   .x-html dir,
3296   .x-html menu {
3297     margin: 1.12em 0; }
3298   /* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3299   .x-html h5 {
3300     font-size: .83em;
3301     margin: 1.5em 0; }
3302   /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3303   .x-html h6 {
3304     font-size: .75em;
3305     margin: 1.67em 0; }
3306   /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3307   .x-html h1,
3308   .x-html h2,
3309   .x-html h3,
3310   .x-html h4,
3311   .x-html h5,
3312   .x-html h6,
3313   .x-html b,
3314   .x-html strong {
3315     font-weight: bolder; }
3316   /* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3317   .x-html blockquote {
3318     margin-left: 40px;
3319     margin-right: 40px; }
3320   /* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3321   .x-html i,
3322   .x-html cite,
3323   .x-html em,
3324   .x-html var,
3325   .x-html address {
3326     font-style: italic; }
3327   /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3328   .x-html pre,
3329   .x-html tt,
3330   .x-html code,
3331   .x-html kbd,
3332   .x-html samp {
3333     font-family: monospace; }
3334   /* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3335   .x-html pre {
3336     white-space: pre; }
3337   /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3338   .x-html button,
3339   .x-html textarea,
3340   .x-html input,
3341   .x-html select {
3342     display: inline-block; }
3343   /* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3344   .x-html big {
3345     font-size: 1.17em; }
3346   /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3347   .x-html small,
3348   .x-html sub,
3349   .x-html sup {
3350     font-size: .83em; }
3351   /* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3352   .x-html sub {
3353     vertical-align: sub; }
3354   /* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3355   .x-html sup {
3356     vertical-align: super; }
3357   /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3358   .x-html table {
3359     border-spacing: 2px; }
3360   /* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3361   .x-html thead,
3362   .x-html tbody,
3363   .x-html tfoot {
3364     vertical-align: middle; }
3365   /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3366   .x-html td,
3367   .x-html th {
3368     vertical-align: inherit; }
3369   /* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3370   .x-html s,
3371   .x-html strike,
3372   .x-html del {
3373     text-decoration: line-through; }
3374   /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3375   .x-html hr {
3376     border: 1px inset; }
3377   /* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3378   .x-html ol,
3379   .x-html ul,
3380   .x-html dir,
3381   .x-html menu,
3382   .x-html dd {
3383     margin-left: 40px; }
3384   /* line 108, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3385   .x-html ul, .x-html menu, .x-html dir {
3386     list-style-type: disc; }
3387   /* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3388   .x-html ol {
3389     list-style-type: decimal; }
3390   /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3391   .x-html ol ul,
3392   .x-html ul ol,
3393   .x-html ul ul,
3394   .x-html ol ol {
3395     margin-top: 0;
3396     margin-bottom: 0; }
3397   /* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3398   .x-html u,
3399   .x-html ins {
3400     text-decoration: underline; }
3401   /* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3402   .x-html br:before {
3403     content: "\A"; }
3404   /* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3405   .x-html :before, .x-html :after {
3406     white-space: pre-line; }
3407   /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3408   .x-html center {
3409     text-align: center; }
3410   /* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3411   .x-html :link, .x-html :visited {
3412     text-decoration: underline; }
3413   /* line 120, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3414   .x-html :focus {
3415     outline: invert dotted thin; }
3416   /* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3417   .x-html BDO[DIR="ltr"] {
3418     direction: ltr;
3419     unicode-bidi: bidi-override; }
3420   /* line 124, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3421   .x-html BDO[DIR="rtl"] {
3422     direction: rtl;
3423     unicode-bidi: bidi-override; }
3424
3425 /* line 1, ../sass/murano/overrides/_accordion.scss */
3426 .x-accordion-hd {
3427   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;
3428   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;
3429   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;
3430   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;
3431   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;
3432   background-color: #666666 !important;
3433   padding: 0 5px;
3434   border-top: 1px solid #999999 !important;
3435   border-bottom: 1px solid #555555 !important; }
3436   /* line 2, ../sass/murano/overrides/_accordion.scss */
3437   .x-accordion-hd .x-panel-header-text {
3438     color: white !important;
3439     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); }
3440   /* line 11, ../sass/murano/overrides/_accordion.scss */
3441   .x-accordion-hd .x-tool {
3442     top: 3px !important; }