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