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