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