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