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