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