7 /* line 4, ../sass/murano/_core.scss */
11 /* line 8, ../sass/murano/_core.scss */
13 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
15 /* WAT IS THIS I DON'T EVEN *
16 * ------------------------- */
17 /* line 15, ../sass/murano/_core.scss */
19 background: transparent !important; }
21 /* line 19, ../sass/murano/_core.scss */
23 display: none !important; }
25 /* line 23, ../sass/murano/_core.scss */
27 background-image: url("../img/tools/tool-sprites.png") !important; }
29 /* line 27, ../sass/murano/_core.scss */
30 .x-layout-split-left {
31 background: url("../img/util/splitter/mini-left.png") no-repeat top right !important; }
33 /* line 31, ../sass/murano/_core.scss */
34 .x-layout-split-right {
35 background: url("../img/util/splitter/mini-right.png") no-repeat top left !important; }
37 /* line 35, ../sass/murano/_core.scss */
39 background: url("../img/util/splitter/mini-bottom.png") no-repeat top left !important; }
41 /* line 39, ../sass/murano/_core.scss */
42 .x-layout-split-bottom {
43 background: url("../img/util/splitter/mini-top.png") no-repeat top left !important; }
45 /* line 44, ../sass/murano/_core.scss */
46 .x-splitter-collapsed .x-layout-split-left {
47 background: url("../img/util/splitter/mini-right.png") no-repeat top left !important; }
48 /* line 48, ../sass/murano/_core.scss */
49 .x-splitter-collapsed .x-layout-split-right {
50 background: url("../img/util/splitter/mini-left.png") no-repeat top right !important; }
51 /* line 52, ../sass/murano/_core.scss */
52 .x-splitter-collapsed .x-layout-split-top {
53 background: url("../img/util/splitter/mini-top.png") no-repeat top left !important; }
54 /* line 56, ../sass/murano/_core.scss */
55 .x-splitter-collapsed .x-layout-split-bottom {
56 background: url("../img/util/splitter/mini-bottom.png") no-repeat top left !important; }
58 /* VARIABLES THAT $include-default: false; DOES NOT GET RID OF *
59 * ----------------------------------------------------------- */
60 /* line 1, ../sass/murano/components/_panel.scss */
62 background: rgba(0, 0, 0, 0.85);
65 border: 1px solid rgba(255, 255, 255, 0.15);
70 /* line 13, ../sass/murano/components/_panel.scss */
71 .x-panel .x-panel .x-panel-body, .x-window .x-panel .x-panel-body {
74 /* line 19, ../sass/murano/components/_panel.scss */
76 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
77 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
78 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
79 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
80 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
81 -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
82 -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
83 -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
84 box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
85 border-top: 1px solid #FFF;
88 padding: 0 3px 0 6px; }
90 /* line 28, ../sass/murano/components/_panel.scss */
91 .x-panel-header-vertical {
92 background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
93 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
94 background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
95 background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
96 background: linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
98 /* line 32, ../sass/murano/components/_panel.scss */
105 /* line 39, ../sass/murano/components/_panel.scss */
106 .x-panel-default-framed {
107 border: 1px solid rgba(255, 255, 255, 0.5);
108 border-top-color: white;
109 -moz-border-radius: 6px 6px 0 0;
110 -webkit-border-radius: 6px 6px 0 0;
111 -o-border-radius: 6px 6px 0 0;
112 -ms-border-radius: 6px 6px 0 0;
113 -khtml-border-radius: 6px 6px 0 0;
114 border-radius: 6px 6px 0 0; }
116 /* line 45, ../sass/murano/components/_panel.scss */
117 .x-panel-default-framed .x-panel-header {
119 -moz-border-radius: 6px 6px 0 0;
120 -webkit-border-radius: 6px 6px 0 0;
121 -o-border-radius: 6px 6px 0 0;
122 -ms-border-radius: 6px 6px 0 0;
123 -khtml-border-radius: 6px 6px 0 0;
124 border-radius: 6px 6px 0 0;
131 /* line 58, ../sass/murano/components/_panel.scss */
133 background: #333333 !important;
134 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important;
135 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
136 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
137 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
138 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
139 -moz-border-radius: 4px;
140 -webkit-border-radius: 4px;
141 -o-border-radius: 4px;
142 -ms-border-radius: 4px;
143 -khtml-border-radius: 4px;
145 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
146 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
147 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
148 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
149 border: 1px solid #333333 !important;
150 border-top: 1px solid #888888 !important; }
151 /* line 65, ../sass/murano/components/_panel.scss */
153 background-color: black !important;
154 -moz-border-radius: 3px;
155 -webkit-border-radius: 3px;
156 -o-border-radius: 3px;
157 -ms-border-radius: 3px;
158 -khtml-border-radius: 3px;
160 border: 1px solid #333333 !important;
161 border-bottom: 1px solid #888888 !important;
162 color: #cccccc !important; }
164 /* line 1, ../sass/murano/components/_window.scss */
166 background: rgba(0, 0, 0, 0.85);
167 -moz-border-radius: 6px 6px 0 0;
168 -webkit-border-radius: 6px 6px 0 0;
169 -o-border-radius: 6px 6px 0 0;
170 -ms-border-radius: 6px 6px 0 0;
171 -khtml-border-radius: 6px 6px 0 0;
172 border-radius: 6px 6px 0 0;
173 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
174 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
175 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
176 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.425), 0 3px 8px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.425) inset;
177 border: 1px solid rgba(255, 255, 255, 0.5);
178 border-top-color: white; }
180 /* line 9, ../sass/murano/components/_window.scss */
182 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
183 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
184 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
185 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
186 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
187 -moz-border-radius: 6px 6px 0 0;
188 -webkit-border-radius: 6px 6px 0 0;
189 -o-border-radius: 6px 6px 0 0;
190 -ms-border-radius: 6px 6px 0 0;
191 -khtml-border-radius: 6px 6px 0 0;
192 border-radius: 6px 6px 0 0;
193 -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
194 -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
195 -o-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
196 box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35);
197 padding: 0 3px 0 6px;
201 /* line 18, ../sass/murano/components/_window.scss */
205 background-color: rgba(0, 0, 0, 0.1); }
207 /* line 1, ../sass/murano/components/_button.scss */
214 /* line 8, ../sass/murano/components/_button.scss */
215 .x-btn, .x-btn-pressed {
216 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
217 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
218 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
219 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
220 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
221 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
222 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
223 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
224 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.213);
225 -moz-border-radius: 2px;
226 -webkit-border-radius: 2px;
227 -o-border-radius: 2px;
228 -ms-border-radius: 2px;
229 -khtml-border-radius: 2px;
231 background-color: rgba(0, 0, 0, 0.425);
232 border: 1px solid rgba(255, 255, 255, 0.3);
233 border-top-color: rgba(255, 255, 255, 0.5);
234 border-bottom-color: rgba(255, 255, 255, 0.05);
239 display: inline-block;
241 /* line 24, ../sass/murano/components/_button.scss */
242 .x-btn em, .x-btn-pressed em {
245 /* line 29, ../sass/murano/components/_button.scss */
247 border-color: #066cd1;
248 border-top-color: #439ffa;
249 border-bottom-color: #05529f; }
251 /* line 35, ../sass/murano/components/_button.scss */
253 background-color: rgba(255, 255, 255, 0.2);
254 border-color: rgba(255, 255, 255, 0.2);
255 border-top-color: rgba(255, 255, 255, 0.4);
256 border-bottom-color: rgba(255, 255, 255, 0.1); }
258 /* line 43, ../sass/murano/components/_button.scss */
260 background: rgba(0, 0, 0, 0.5);
261 -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
262 -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
263 -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
264 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.213);
265 border: 1px solid rgba(255, 255, 255, 0.5); }
267 /* line 49, ../sass/murano/components/_button.scss */
272 background-repeat: no-repeat; }
274 /* different sizes */
275 /* line 63, ../sass/murano/components/_button.scss */
276 .x-btn-noicon .x-btn-inner, .x-btn-default-icon .x-btn-inner, .x-btn-icon-text-left .x-btn-inner, .x-btn-icon-text-right .x-btn-inner {
279 /* line 69, ../sass/murano/components/_button.scss */
280 .x-btn-default-medium-noicon .x-btn-inner, .x-btn-default-medium-icon-text-left .x-btn-inner, .x-btn-default-medium-icon-text-right .x-btn-inner {
283 /* line 75, ../sass/murano/components/_button.scss */
284 .x-btn-default-large-noicon .x-btn-inner, .x-btn-default-large-icon-text-left .x-btn-inner, .x-btn-default-large-icon-text-right .x-btn-inner {
290 /* line 85, ../sass/murano/components/_button.scss */
291 .x-btn-default-small-icon .x-btn-inner, .x-btn-icon .x-btn-inner {
296 /* line 90, ../sass/murano/components/_button.scss */
297 .x-btn-default-medium-icon .x-btn-inner {
302 /* line 95, ../sass/murano/components/_button.scss */
303 .x-btn-default-large-icon .x-btn-inner {
308 /* text w/ icon left */
309 /* line 103, ../sass/murano/components/_button.scss */
310 .x-btn-icon-text-left {
311 background-position: 0 center; }
313 /* line 107, ../sass/murano/components/_button.scss */
314 .x-btn-icon-text-left .x-btn-inner {
315 padding-left: 18px; }
317 /* line 110, ../sass/murano/components/_button.scss */
318 .x-btn-default-medium-icon-text-left .x-btn-inner {
319 padding-left: 26px; }
321 /* line 113, ../sass/murano/components/_button.scss */
322 .x-btn-default-large-icon-text-left .x-btn-inner {
323 padding-left: 34px; }
325 /* text w/ icon top */
326 /* line 119, ../sass/murano/components/_button.scss */
327 .x-btn-icon-text-top .x-btn-inner {
328 background-position: center 2px; }
330 /* line 122, ../sass/murano/components/_button.scss */
331 .x-btn-default-small-icon-text-top .x-btn-inner {
334 /* line 125, ../sass/murano/components/_button.scss */
335 .x-btn-default-medium-icon-text-top .x-btn-inner {
338 /* line 128, ../sass/murano/components/_button.scss */
339 .x-btn-default-large-icon-text-top .x-btn-inner {
342 /* text w/ icon right */
343 /* line 134, ../sass/murano/components/_button.scss */
344 .x-btn-icon-text-right .x-btn-inner {
345 background-position: right center; }
347 /* line 137, ../sass/murano/components/_button.scss */
348 .x-btn-default-small-icon-text-right .x-btn-inner {
349 padding-right: 18px; }
351 /* line 140, ../sass/murano/components/_button.scss */
352 .x-btn-default-medium-icon-text-right .x-btn-inner {
353 padding-right: 26px; }
355 /* line 143, ../sass/murano/components/_button.scss */
356 .x-btn-default-large-icon-text-right .x-btn-inner {
357 padding-right: 34px; }
359 /* text w/ icon bottom */
360 /* line 149, ../sass/murano/components/_button.scss */
361 .x-btn-icon-text-bottom .x-btn-inner {
362 background-position: center bottom; }
364 /* line 152, ../sass/murano/components/_button.scss */
365 .x-btn-default-small-icon-text-bottom .x-btn-inner {
366 padding-bottom: 16px; }
368 /* line 155, ../sass/murano/components/_button.scss */
369 .x-btn-default-medium-icon-text-bottom .x-btn-inner {
370 padding-bottom: 24px; }
372 /* line 158, ../sass/murano/components/_button.scss */
373 .x-btn-default-large-icon-text-bottom .x-btn-inner {
374 padding-bottom: 32px; }
377 /* line 163, ../sass/murano/components/_button.scss */
380 background: transparent url("../img/btn/menu.png") right center no-repeat; }
382 /* arrow on botton */
383 /* line 169, ../sass/murano/components/_button.scss */
384 .x-btn-arrow-bottom {
385 padding-bottom: 14px;
386 background: transparent url("../img/btn/menu.png") center bottom no-repeat; }
389 /* line 176, ../sass/murano/components/_button.scss */
392 background: transparent url("../img/btn/splith.png") right center no-repeat;
395 /* split on bottom */
396 /* line 184, ../sass/murano/components/_button.scss */
397 .x-btn-split-bottom {
398 padding-bottom: 16px;
399 background: transparent url("../img/btn/splitv.png") center bottom no-repeat;
402 /* line 1, ../sass/murano/components/_grid.scss */
407 /* line 6, ../sass/murano/components/_grid.scss */
409 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
410 background: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
411 background: -moz-linear-gradient(top, #cccccc, #aaaaaa);
412 background: -o-linear-gradient(top, #cccccc, #aaaaaa);
413 background: linear-gradient(top, #cccccc, #aaaaaa);
414 -moz-box-shadow: 0 1px 0 0 #999999;
415 -webkit-box-shadow: 0 1px 0 0 #999999;
416 -o-box-shadow: 0 1px 0 0 #999999;
417 box-shadow: 0 1px 0 0 #999999; }
419 /* line 11, ../sass/murano/components/_grid.scss */
421 border-top: 1px solid #DDD;
424 text-shadow: 0 1px 0 #FFF;
426 border-right: 1px solid rgba(0, 0, 0, 0.1); }
428 /* line 20, ../sass/murano/components/_grid.scss */
431 /* line 22, ../sass/murano/components/_grid.scss */
432 .x-column-header .x-column-header-trigger {
434 background: transparent url("../img/triggericons/spinner-down.png") center 6px no-repeat;
436 /* line 28, ../sass/murano/components/_grid.scss */
437 .x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
439 background-color: #AAA;
440 border-left: 1px solid #FFF;
441 border-right: 1px solid #888; }
443 /* line 38, ../sass/murano/components/_grid.scss */
444 .x-column-header-sort-DESC, .x-column-header-sort-ASC {
445 border-top: 1px solid #BBB;
446 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #888888));
447 background: -webkit-linear-gradient(top, #aaaaaa, #888888);
448 background: -moz-linear-gradient(top, #aaaaaa, #888888);
449 background: -o-linear-gradient(top, #aaaaaa, #888888);
450 background: linear-gradient(top, #aaaaaa, #888888);
451 -moz-box-shadow: 0 1px 0 0 #777777;
452 -webkit-box-shadow: 0 1px 0 0 #777777;
453 -o-box-shadow: 0 1px 0 0 #777777;
454 box-shadow: 0 1px 0 0 #777777;
455 text-shadow: 0 1px 0 #DDD; }
457 /* line 45, ../sass/murano/components/_grid.scss */
458 .x-column-header-trigger {
465 /* line 54, ../sass/murano/components/_grid.scss */
468 border-collapse: separate;
470 table-layout: fixed; }
471 /* line 59, ../sass/murano/components/_grid.scss */
472 .x-grid-table td, .x-grid-table th {
476 vertical-align: top; }
478 /* line 66, ../sass/murano/components/_grid.scss */
482 text-overflow: ellipsis;
485 /* line 75, ../sass/murano/components/_grid.scss */
487 border-top: 1px solid transparent;
488 border-bottom: 1px solid transparent; }
490 /* line 81, ../sass/murano/components/_grid.scss */
492 background: rgba(255, 255, 255, 0.1); }
493 /* line 83, ../sass/murano/components/_grid.scss */
495 border-top: 1px solid rgba(255, 255, 255, 0.05);
496 border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
498 /* line 90, ../sass/murano/components/_grid.scss */
499 .x-grid-row-over td {
500 background: rgba(255, 255, 255, 0.05); }
502 /* line 95, ../sass/murano/components/_grid.scss */
503 .x-grid-row-selected {
504 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
505 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
506 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
507 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
508 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
509 background-color: #000; }
510 /* line 98, ../sass/murano/components/_grid.scss */
511 .x-grid-row-selected td {
512 border-top: 1px solid #1286f8;
513 border-bottom: 1px solid #066cd1; }
515 /* line 104, ../sass/murano/components/_grid.scss */
516 .x-grid-resize-marker {
519 position: absolute; }
521 /* line 112, ../sass/murano/components/_grid.scss */
523 position: absolute !important;
526 overflow: visible !important; }
527 /* line 120, ../sass/murano/components/_grid.scss */
528 .x-grid-row-editor .x-form-display-field {
530 /* line 124, ../sass/murano/components/_grid.scss */
531 .x-grid-row-editor .x-panel-body {
532 border-top: 1px solid #066cd1 !important;
533 border-bottom: 1px solid #066cd1 !important;
534 border-left: none !important;
535 border-right: none !important; }
537 /* line 137, ../sass/murano/components/_grid.scss */
538 .x-grid-row-editor .x-form-text {
541 /* line 143, ../sass/murano/components/_grid.scss */
542 .x-grid-editor .x-form-cb-wrap {
543 text-align: center; }
545 /* line 148, ../sass/murano/components/_grid.scss */
546 .x-grid-row-editor-buttons {
553 -moz-border-radius: 0 0 4px 4px;
554 -webkit-border-radius: 0 0 4px 4px;
555 -o-border-radius: 0 0 4px 4px;
556 -ms-border-radius: 0 0 4px 4px;
557 -khtml-border-radius: 0 0 4px 4px;
558 border-radius: 0 0 4px 4px;
559 border-bottom: 1px solid #066cd1;
560 border-left: 1px solid #066cd1;
561 border-right: 1px solid #066cd1; }
562 /* line 162, ../sass/murano/components/_grid.scss */
563 .x-strict .x-grid-row-editor-buttons {
567 /* line 169, ../sass/murano/components/_grid.scss */
568 .x-grid-row-editor-errors ul {
570 /* line 172, ../sass/murano/components/_grid.scss */
571 .x-grid-row-editor-errors li {
575 /* line 1, ../sass/murano/components/_toolbar.scss */
577 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(10%, #444444), color-stop(90%, #666666), color-stop(100%, #444444));
578 background: -webkit-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
579 background: -moz-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
580 background: -o-linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
581 background: linear-gradient(top, #222222 0%, #444444 10%, #666666 90%, #444444 100%);
584 /* line 7, ../sass/murano/components/_toolbar.scss */
588 white-space: nowrap; }
590 /* line 14, ../sass/murano/components/_toolbar.scss */
594 white-space: nowrap; }
596 /* line 20, ../sass/murano/components/_toolbar.scss */
597 .x-toolbar-separator {
598 border-right: 1px solid rgba(255, 255, 255, 0.25);
599 border-left: 1px solid rgba(0, 0, 0, 0.25);
602 /* line 26, ../sass/murano/components/_toolbar.scss */
603 .x-toolbar-separator-vertical {
606 border-top: 1px solid rgba(0, 0, 0, 0.25);
607 border-bottom: 1px solid rgba(255, 255, 255, 0.25);
610 /* line 2, ../sass/murano/components/form/_htmleditor.scss */
611 .x-html-editor-wrap {
612 border: 1px solid black; }
613 /* line 5, ../sass/murano/components/form/_htmleditor.scss */
614 .x-html-editor-wrap .x-toolbar {
616 border-left-width: 0;
617 border-right-width: 0; }
618 /* line 11, ../sass/murano/components/form/_htmleditor.scss */
619 .x-html-editor-wrap textarea {
620 background-color: white; }
622 /* line 16, ../sass/murano/components/form/_htmleditor.scss */
623 .x-html-editor-tb .x-btn-inner {
629 background: transparent url("../img/editor/tb-sprite.png") no-repeat; }
631 /* line 26, ../sass/murano/components/form/_htmleditor.scss */
632 .x-html-editor-tb .x-edit-bold,
633 .x-menu-item img.x-edit-bold {
634 background-position: 0 0;
635 background-image: url("../img/editor/tb-sprite.png"); }
637 /* line 32, ../sass/murano/components/form/_htmleditor.scss */
638 .x-html-editor-tb .x-edit-italic,
639 .x-menu-item img.x-edit-italic {
640 background-position: -16px 0;
641 background-image: url("../img/editor/tb-sprite.png"); }
643 /* line 38, ../sass/murano/components/form/_htmleditor.scss */
644 .x-html-editor-tb .x-edit-underline,
645 .x-menu-item img.x-edit-underline {
646 background-position: -32px 0;
647 background-image: url("../img/editor/tb-sprite.png"); }
649 /* line 44, ../sass/murano/components/form/_htmleditor.scss */
650 .x-html-editor-tb .x-edit-forecolor,
651 .x-menu-item img.x-edit-forecolor {
652 background-position: -160px 0;
653 background-image: url("../img/editor/tb-sprite.png"); }
655 /* line 50, ../sass/murano/components/form/_htmleditor.scss */
656 .x-html-editor-tb .x-edit-backcolor,
657 .x-menu-item img.x-edit-backcolor {
658 background-position: -176px 0;
659 background-image: url("../img/editor/tb-sprite.png"); }
661 /* line 56, ../sass/murano/components/form/_htmleditor.scss */
662 .x-html-editor-tb .x-edit-justifyleft,
663 .x-menu-item img.x-edit-justifyleft {
664 background-position: -112px 0;
665 background-image: url("../img/editor/tb-sprite.png"); }
667 /* line 62, ../sass/murano/components/form/_htmleditor.scss */
668 .x-html-editor-tb .x-edit-justifycenter,
669 .x-menu-item img.x-edit-justifycenter {
670 background-position: -128px 0;
671 background-image: url("../img/editor/tb-sprite.png"); }
673 /* line 68, ../sass/murano/components/form/_htmleditor.scss */
674 .x-html-editor-tb .x-edit-justifyright,
675 .x-menu-item img.x-edit-justifyright {
676 background-position: -144px 0;
677 background-image: url("../img/editor/tb-sprite.png"); }
679 /* line 74, ../sass/murano/components/form/_htmleditor.scss */
680 .x-html-editor-tb .x-edit-insertorderedlist,
681 .x-menu-item img.x-edit-insertorderedlist {
682 background-position: -80px 0;
683 background-image: url("../img/editor/tb-sprite.png"); }
685 /* line 80, ../sass/murano/components/form/_htmleditor.scss */
686 .x-html-editor-tb .x-edit-insertunorderedlist,
687 .x-menu-item img.x-edit-insertunorderedlist {
688 background-position: -96px 0;
689 background-image: url("../img/editor/tb-sprite.png"); }
691 /* line 86, ../sass/murano/components/form/_htmleditor.scss */
692 .x-html-editor-tb .x-edit-increasefontsize,
693 .x-menu-item img.x-edit-increasefontsize {
694 background-position: -48px 0;
695 background-image: url("../img/editor/tb-sprite.png"); }
697 /* line 92, ../sass/murano/components/form/_htmleditor.scss */
698 .x-html-editor-tb .x-edit-decreasefontsize,
699 .x-menu-item img.x-edit-decreasefontsize {
700 background-position: -64px 0;
701 background-image: url("../img/editor/tb-sprite.png"); }
703 /* line 98, ../sass/murano/components/form/_htmleditor.scss */
704 .x-html-editor-tb .x-edit-sourceedit,
705 .x-menu-item img.x-edit-sourceedit {
706 background-position: -192px 0;
707 background-image: url("../img/editor/tb-sprite.png"); }
709 /* line 104, ../sass/murano/components/form/_htmleditor.scss */
710 .x-html-editor-tb .x-edit-createlink,
711 .x-menu-item img.x-edit-createlink {
712 background-position: -208px 0;
713 background-image: url("../img/editor/tb-sprite.png"); }
715 /* line 109, ../sass/murano/components/form/_htmleditor.scss */
716 .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
718 padding-bottom: 1px; }
720 /* line 115, ../sass/murano/components/form/_htmleditor.scss */
721 .x-html-editor-tb .x-toolbar {
722 position: static !important; }
723 /* line 118, ../sass/murano/components/form/_htmleditor.scss */
724 .x-html-editor-tb .x-font-select {
727 /* line 123, ../sass/murano/components/form/_htmleditor.scss */
728 .x-html-editor-wrap textarea {
733 /* line 6, ../sass/murano/components/_form.scss */
735 margin-bottom: 6px; }
737 /* line 10, ../sass/murano/components/_form.scss */
738 .x-form-item-body, .x-form-item-label-left {
740 position: relative; }
742 /* line 15, ../sass/murano/components/_form.scss */
745 -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
746 -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
747 -o-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
748 box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
749 border: 1px solid #000;
754 /* line 24, ../sass/murano/components/_form.scss */
755 .x-form-text:focus, .x-form-trigger-wrap-focus .x-form-text {
759 /* line 29, ../sass/murano/components/_form.scss */
763 /* line 32, ../sass/murano/components/_form.scss */
764 .x-form-invalid-field {
767 /* line 35, ../sass/murano/components/_form.scss */
768 .x-form-invalid-icon {
769 text-indent: -9999px; }
771 /* line 38, ../sass/murano/components/_form.scss */
772 .x-form-invalid-icon ul {
775 /* line 42, ../sass/murano/components/_form.scss */
776 .x-form-checkbox, .x-form-radio {
784 /* line 50, ../sass/murano/components/_form.scss */
786 background: url("../img/form/unchecked.png"); }
788 /* line 53, ../sass/murano/components/_form.scss */
789 .x-form-cb-checked .x-form-checkbox {
790 background: url("../img/form/checked.png"); }
792 /* line 57, ../sass/murano/components/_form.scss */
794 background: url("../img/form/unradioed.png"); }
796 /* line 60, ../sass/murano/components/_form.scss */
797 .x-form-cb-checked .x-form-radio {
798 background: url("../img/form/radioed.png"); }
800 /* line 64, ../sass/murano/components/_form.scss */
801 .x-form-cb-label-after {
804 /* line 68, ../sass/murano/components/_form.scss */
805 .x-form-invalid-icon {
809 background: url("../img/form/exclamation.png") right center no-repeat; }
811 /* line 76, ../sass/murano/components/_form.scss */
812 .x-form-field, .x-form-display-field {
816 /* line 82, ../sass/murano/components/_form.scss */
818 border: 1px solid #666;
820 margin-bottom: 10px; }
822 /* line 87, ../sass/murano/components/_form.scss */
827 /* line 91, ../sass/murano/components/_form.scss */
828 .x-fieldset-header-text {
831 /* line 94, ../sass/murano/components/_form.scss */
832 .x-fieldset-header .x-tool, .x-fieldset-header .x-form-item {
836 /* line 98, ../sass/murano/components/_form.scss */
837 .x-fieldset-collapsed {
838 border-width: 1px 1px 0 1px !important;
839 padding-bottom: 0px !important;
840 border-left-color: transparent;
841 border-right-color: transparent; }
843 /* line 105, ../sass/murano/components/_form.scss */
844 .x-boundlist, .x-menu {
846 border: 1px solid #333; }
848 /* line 110, ../sass/murano/components/_form.scss */
849 .x-boundlist-floating {
850 -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
851 -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
852 -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
853 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); }
855 /* line 113, ../sass/murano/components/_form.scss */
858 border: 1px solid transparent;
860 -moz-border-radius: 5px;
861 -webkit-border-radius: 5px;
862 -o-border-radius: 5px;
863 -ms-border-radius: 5px;
864 -khtml-border-radius: 5px;
865 border-radius: 5px; }
866 /* line 118, ../sass/murano/components/_form.scss */
867 .x-boundlist-item-over {
868 border: 1px solid #1286f8;
869 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1286f8), color-stop(100%, #066cd1));
870 background-image: -webkit-linear-gradient(#1286f8, #066cd1);
871 background-image: -moz-linear-gradient(#1286f8, #066cd1);
872 background-image: -o-linear-gradient(#1286f8, #066cd1);
873 background-image: linear-gradient(#1286f8, #066cd1);
874 -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
875 -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
876 -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
877 box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
879 /* line 124, ../sass/murano/components/_form.scss */
880 .x-boundlist-selected {
881 border: 1px solid #066cd1;
882 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f));
883 background-image: -webkit-linear-gradient(#066cd1, #05529f);
884 background-image: -moz-linear-gradient(#066cd1, #05529f);
885 background-image: -o-linear-gradient(#066cd1, #05529f);
886 background-image: linear-gradient(#066cd1, #05529f);
887 -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
888 -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
889 -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
890 box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
892 /* line 7, ../sass/murano/components/form/_triggers.scss */
893 .x-form-trigger-wrap {
895 -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
896 -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
897 -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
898 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
900 border: 1px solid #000;
902 -moz-border-radius: 0 4px 4px 0;
903 -webkit-border-radius: 0 4px 4px 0;
904 -o-border-radius: 0 4px 4px 0;
905 -ms-border-radius: 0 4px 4px 0;
906 -khtml-border-radius: 0 4px 4px 0;
907 border-radius: 0 4px 4px 0; }
909 /* line 17, ../sass/murano/components/form/_triggers.scss */
910 .x-form-trigger-wrap .x-form-spinner-up {
912 -moz-border-radius: 0 3px 0 0;
913 -webkit-border-radius: 0 3px 0 0;
914 -o-border-radius: 0 3px 0 0;
915 -ms-border-radius: 0 3px 0 0;
916 -khtml-border-radius: 0 3px 0 0;
917 border-radius: 0 3px 0 0;
918 background: #666666 url("../img/triggericons/spinner-up.png") center top no-repeat;
919 border-bottom: 1px solid #444; }
920 /* line 22, ../sass/murano/components/form/_triggers.scss */
921 .x-form-trigger-wrap .x-form-spinner-up-over {
922 background-color: #999; }
923 /* line 26, ../sass/murano/components/form/_triggers.scss */
924 .x-form-trigger-wrap .x-form-spinner-down {
927 -moz-border-radius: 0 0 3px 0;
928 -webkit-border-radius: 0 0 3px 0;
929 -o-border-radius: 0 0 3px 0;
930 -ms-border-radius: 0 0 3px 0;
931 -khtml-border-radius: 0 0 3px 0;
932 border-radius: 0 0 3px 0;
933 background: #555555 url("../img/triggericons/spinner-down.png") center top no-repeat;
934 border-top: 1px solid #888; }
935 /* line 32, ../sass/murano/components/form/_triggers.scss */
936 .x-form-trigger-wrap .x-form-spinner-down-over {
937 background-color: #888;
938 border-color: #888; }
940 /* line 39, ../sass/murano/components/form/_triggers.scss */
941 .x-form-trigger-wrap-focus .x-form-spinner-up {
942 background-color: #999; }
943 /* line 42, ../sass/murano/components/form/_triggers.scss */
944 .x-form-trigger-wrap-focus .x-form-spinner-down {
945 background-color: #888; }
947 /* line 48, ../sass/murano/components/form/_triggers.scss */
948 .x-form-trigger-wrap-focus .x-form-trigger {
949 background-color: #AAA;
950 border-color: #AAA; }
951 /* line 51, ../sass/murano/components/form/_triggers.scss */
952 .x-form-trigger-wrap-focus .x-form-trigger-click {
953 background-color: #888;
954 border-color: #888; }
956 /* line 58, ../sass/murano/components/form/_triggers.scss */
958 -moz-border-radius: 0 3px 3px 0;
959 -webkit-border-radius: 0 3px 3px 0;
960 -o-border-radius: 0 3px 3px 0;
961 -ms-border-radius: 0 3px 3px 0;
962 -khtml-border-radius: 0 3px 3px 0;
963 border-radius: 0 3px 3px 0;
967 background-color: #666;
968 border: 1px solid #666; }
969 /* line 65, ../sass/murano/components/form/_triggers.scss */
970 .x-form-trigger-over {
971 background-color: #AAA;
972 border-color: #AAA; }
973 /* line 69, ../sass/murano/components/form/_triggers.scss */
974 .x-form-trigger-click {
975 background-color: #888;
976 border-color: #888; }
978 /* line 76, ../sass/murano/components/form/_triggers.scss */
979 .x-form-clear-trigger {
980 -moz-border-radius: 0;
981 -webkit-border-radius: 0;
983 -ms-border-radius: 0;
984 -khtml-border-radius: 0;
986 border-right-color: #888; }
988 /* line 2, ../sass/murano/components/form/_triggers.scss */
989 .x-form-arrow-trigger {
990 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/chev.png");
991 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png");
992 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png");
993 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png");
994 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/chev.png"); }
996 /* line 2, ../sass/murano/components/form/_triggers.scss */
997 .x-form-time-trigger {
998 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/time.png");
999 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png");
1000 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png");
1001 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png");
1002 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/time.png"); }
1004 /* line 2, ../sass/murano/components/form/_triggers.scss */
1005 .x-form-date-trigger {
1006 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/date.png");
1007 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png");
1008 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png");
1009 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png");
1010 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/date.png"); }
1012 /* line 2, ../sass/murano/components/form/_triggers.scss */
1013 .x-form-clear-trigger {
1014 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/clear.png");
1015 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png");
1016 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png");
1017 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png");
1018 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/clear.png"); }
1020 /* line 2, ../sass/murano/components/form/_triggers.scss */
1021 .x-form-search-trigger {
1022 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))), url("../img/triggericons/search.png");
1023 background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png");
1024 background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png");
1025 background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png");
1026 background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/triggericons/search.png"); }
1028 /* line 1, ../sass/murano/components/form/_slider.scss */
1030 border: 1px solid #000;
1031 -moz-border-radius: 6px;
1032 -webkit-border-radius: 6px;
1033 -o-border-radius: 6px;
1034 -ms-border-radius: 6px;
1035 -khtml-border-radius: 6px;
1039 position: relative; }
1041 /* line 9, ../sass/murano/components/form/_slider.scss */
1045 -moz-border-radius: 5px;
1046 -webkit-border-radius: 5px;
1047 -o-border-radius: 5px;
1048 -ms-border-radius: 5px;
1049 -khtml-border-radius: 5px;
1051 border: 1px solid #DDD;
1052 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #cccccc));
1053 background: -webkit-linear-gradient(#aaaaaa, #cccccc);
1054 background: -moz-linear-gradient(#aaaaaa, #cccccc);
1055 background: -o-linear-gradient(#aaaaaa, #cccccc);
1056 background: linear-gradient(#aaaaaa, #cccccc);
1058 -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
1059 -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
1060 -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
1061 box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35); }
1063 /* line 19, ../sass/murano/components/form/_slider.scss */
1064 .x-slider-thumb-over {
1066 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #ffffff));
1067 background: -webkit-linear-gradient(#cccccc, #ffffff);
1068 background: -moz-linear-gradient(#cccccc, #ffffff);
1069 background: -o-linear-gradient(#cccccc, #ffffff);
1070 background: linear-gradient(#cccccc, #ffffff); }
1072 /* line 24, ../sass/murano/components/form/_slider.scss */
1074 -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1075 -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1076 -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1077 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
1079 /* line 27, ../sass/murano/components/form/_slider.scss */
1080 .x-slider-horz .x-slider-end {
1081 padding-right: 12px;
1083 /* line 31, ../sass/murano/components/form/_slider.scss */
1084 .x-slider-horz .x-slider-inner {
1086 /* line 34, ../sass/murano/components/form/_slider.scss */
1087 .x-slider-horz .x-slider-thumb {
1090 /* line 39, ../sass/murano/components/form/_slider.scss */
1092 -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1093 -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1094 -o-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1095 box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15), 2px 0 5px 0 rgba(0, 0, 0, 0.25) inset;
1097 /* line 42, ../sass/murano/components/form/_slider.scss */
1098 .x-slider-vert .x-slider-inner {
1100 /* line 45, ../sass/murano/components/form/_slider.scss */
1101 .x-slider-vert .x-slider-end {
1102 padding-bottom: 10px;
1104 /* line 49, ../sass/murano/components/form/_slider.scss */
1105 .x-slider-vert .x-slider-thumb {
1107 margin-bottom: 4px; }
1109 /* line 1, ../sass/murano/components/_tab.scss */
1111 -moz-border-radius: 3px 3px 0 0;
1112 -webkit-border-radius: 3px 3px 0 0;
1113 -o-border-radius: 3px 3px 0 0;
1114 -ms-border-radius: 3px 3px 0 0;
1115 -khtml-border-radius: 3px 3px 0 0;
1116 border-radius: 3px 3px 0 0;
1117 border: 1px solid rgba(255, 255, 255, 0.15);
1118 border-top: 1px solid rgba(255, 255, 255, 0.5);
1119 border-bottom: none;
1120 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1121 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1122 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1123 background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1124 background: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1125 background-color: #000;
1128 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1129 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1130 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1131 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
1132 padding: 3px 5px 6px 5px;
1133 white-space: nowrap; }
1134 /* line 13, ../sass/murano/components/_tab.scss */
1137 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); }
1139 /* line 21, ../sass/murano/components/_tab.scss */
1141 border-color: #066cd1;
1142 border-top-color: #439ffa; }
1143 /* line 24, ../sass/murano/components/_tab.scss */
1144 .x-tab-over button {
1147 /* line 29, ../sass/murano/components/_tab.scss */
1149 border-color: rgba(255, 255, 255, 0.35);
1150 border-top-color: #FFF;
1152 -moz-box-shadow: none;
1153 -webkit-box-shadow: none;
1154 -o-box-shadow: none;
1156 /* line 32, ../sass/murano/components/_tab.scss */
1157 .x-tab-active button {
1160 /* line 39, ../sass/murano/components/_tab.scss */
1163 line-height: 14px; }
1165 /* line 44, ../sass/murano/components/_tab.scss */
1170 /* line 49, ../sass/murano/components/_tab.scss */
1171 .x-tab-closable em {
1172 padding-right: 15px; }
1174 /* line 53, ../sass/murano/components/_tab.scss */
1181 background: url("../img/tab/tab-close.png");
1182 text-indent: -119988px; }
1184 /* line 63, ../sass/murano/components/_tab.scss */
1187 border-top: 1px solid rgba(255, 255, 255, 0.35);
1188 border-bottom: 1px solid rgba(255, 255, 255, 0.35);
1192 position: relative; }
1194 /* line 73, ../sass/murano/components/_tab.scss */
1196 width: 18px !important;
1197 height: 22px !important; }
1199 /* line 78, ../sass/murano/components/_tab.scss */
1200 .x-tabbar-scroll-left {
1201 background: url("../img/tab-bar/l.png") !important; }
1202 /* line 80, ../sass/murano/components/_tab.scss */
1203 .x-tabbar-scroll-left-hover {
1204 background-position: left center !important; }
1205 /* line 83, ../sass/murano/components/_tab.scss */
1206 .x-tabbar-scroll-left-disabled {
1207 background-position: left top !important; }
1209 /* line 89, ../sass/murano/components/_tab.scss */
1210 .x-tabbar-scroll-right {
1211 background: url("../img/tab-bar/r.png") !important; }
1212 /* line 91, ../sass/murano/components/_tab.scss */
1213 .x-tabbar-scroll-right-hover {
1214 background-position: left center !important; }
1215 /* line 94, ../sass/murano/components/_tab.scss */
1216 .x-tabbar-scroll-right-disabled {
1217 background-position: left top !important; }
1219 /* line 99, ../sass/murano/components/_tab.scss */
1222 /* line 101, ../sass/murano/components/_tab.scss */
1223 .x-tab-icon-text-left .x-tab-inner {
1225 background-repeat: no-repeat;
1226 background-position: left top; }
1228 /* line 1, ../sass/murano/components/_tooltip.scss */
1229 .x-tip, .x-form-invalid-tip {
1230 background-color: #05529f;
1231 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1232 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1233 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1234 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1235 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1237 -moz-border-radius: 5px;
1238 -webkit-border-radius: 5px;
1239 -o-border-radius: 5px;
1240 -ms-border-radius: 5px;
1241 -khtml-border-radius: 5px;
1243 -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1244 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1245 -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
1246 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; }
1248 /* line 9, ../sass/murano/components/_tooltip.scss */
1249 .x-form-invalid-tip {
1250 background-color: #800000; }
1252 /* line 13, ../sass/murano/components/_tooltip.scss */
1254 font-weight: bold; }
1256 /* line 17, ../sass/murano/components/_tooltip.scss */
1258 position: relative; }
1260 /* line 1, ../sass/murano/components/_progress_bar.scss */
1264 border: 1px solid #000;
1267 -moz-border-radius: 10px;
1268 -webkit-border-radius: 10px;
1269 -o-border-radius: 10px;
1270 -ms-border-radius: 10px;
1271 -khtml-border-radius: 10px;
1272 border-radius: 10px;
1275 -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1276 -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1277 -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1278 box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.25);
1281 text-transform: uppercase;
1282 letter-spacing: 1px; }
1284 /* line 16, ../sass/murano/components/_progress_bar.scss */
1291 border: 1px solid #666;
1292 -moz-border-radius: 10px;
1293 -webkit-border-radius: 10px;
1294 -o-border-radius: 10px;
1295 -ms-border-radius: 10px;
1296 -khtml-border-radius: 10px;
1297 border-radius: 10px;
1298 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #666666));
1299 background: -webkit-linear-gradient(#444444, #666666);
1300 background: -moz-linear-gradient(#444444, #666666);
1301 background: -o-linear-gradient(#444444, #666666);
1302 background: linear-gradient(#444444, #666666);
1303 -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1304 -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1305 -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1306 box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
1309 /* line 29, ../sass/murano/components/_progress_bar.scss */
1312 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); }
1314 /* line 34, ../sass/murano/components/_progress_bar.scss */
1315 .x-progress-text-back {
1318 /* line 1, ../sass/murano/components/_datepicker.scss */
1320 background-color: #000;
1321 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
1322 background-image: -webkit-linear-gradient(#333333, #000000);
1323 background-image: -moz-linear-gradient(#333333, #000000);
1324 background-image: -o-linear-gradient(#333333, #000000);
1325 background-image: linear-gradient(#333333, #000000);
1326 border-left: 1px solid #000;
1327 border-right: 1px solid #000; }
1329 /* line 7, ../sass/murano/components/_datepicker.scss */
1330 .x-datepicker-prev, .x-datepicker-next {
1334 /* line 11, ../sass/murano/components/_datepicker.scss */
1335 .x-datepicker-prev a, .x-datepicker-next a {
1339 background: url("../img/shared/btn-left.png"); }
1341 /* line 18, ../sass/murano/components/_datepicker.scss */
1342 .x-datepicker-next {
1345 /* line 21, ../sass/murano/components/_datepicker.scss */
1346 .x-datepicker-next a {
1347 background: url("../img/shared/btn-right.png"); }
1349 /* line 25, ../sass/murano/components/_datepicker.scss */
1350 .x-datepicker-header, .x-datepicker-footer {
1351 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #111111));
1352 background-image: -webkit-linear-gradient(#333333, #111111);
1353 background-image: -moz-linear-gradient(#333333, #111111);
1354 background-image: -o-linear-gradient(#333333, #111111);
1355 background-image: linear-gradient(#333333, #111111);
1356 border-bottom: 1px solid #000;
1357 border-top: 1px solid #444;
1359 text-align: center; }
1361 /* line 32, ../sass/murano/components/_datepicker.scss */
1362 .x-datepicker-inner {
1366 table-layout: fixed; }
1367 /* line 36, ../sass/murano/components/_datepicker.scss */
1368 .x-datepicker-inner th, .x-datepicker-inner td {
1369 text-align: center; }
1370 /* line 39, ../sass/murano/components/_datepicker.scss */
1371 .x-datepicker-inner thead {
1372 border-top: 1px solid #777;
1374 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1375 background-image: -webkit-linear-gradient(#666666, #444444);
1376 background-image: -moz-linear-gradient(#666666, #444444);
1377 background-image: -o-linear-gradient(#666666, #444444);
1378 background-image: linear-gradient(#666666, #444444);
1379 border-bottom: 1px solid #222; }
1381 /* line 48, ../sass/murano/components/_datepicker.scss */
1382 .x-datepicker-inner a {
1384 text-decoration: none;
1386 border: 1px solid transparent; }
1387 /* line 53, ../sass/murano/components/_datepicker.scss */
1388 .x-datepicker-inner a em, .x-datepicker-inner a span {
1390 /* line 56, ../sass/murano/components/_datepicker.scss */
1391 .x-datepicker-inner a em {
1392 border: 1px solid transparent; }
1394 /* line 60, ../sass/murano/components/_datepicker.scss */
1395 .x-datepicker-prevday a {
1398 /* line 63, ../sass/murano/components/_datepicker.scss */
1399 .x-datepicker-today span {
1400 background-color: #555;
1401 -moz-border-radius: 2px;
1402 -webkit-border-radius: 2px;
1403 -o-border-radius: 2px;
1404 -ms-border-radius: 2px;
1405 -khtml-border-radius: 2px;
1406 border-radius: 2px; }
1408 /* line 67, ../sass/murano/components/_datepicker.scss */
1409 .x-datepicker-selected a {
1410 border-color: rgba(0, 0, 0, 0.25); }
1411 /* line 69, ../sass/murano/components/_datepicker.scss */
1412 .x-datepicker-selected a em {
1413 border-color: #066cd1;
1414 border-top-color: #439ffa;
1415 border-bottom-color: #05529f; }
1416 /* line 74, ../sass/murano/components/_datepicker.scss */
1417 .x-datepicker-selected a span {
1418 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1419 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1420 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1421 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1422 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1424 -moz-border-radius: 0;
1425 -webkit-border-radius: 0;
1426 -o-border-radius: 0;
1427 -ms-border-radius: 0;
1428 -khtml-border-radius: 0;
1431 /* line 81, ../sass/murano/components/_datepicker.scss */
1435 /* line 83, ../sass/murano/components/_datepicker.scss */
1437 text-decoration: none;
1440 /* line 89, ../sass/murano/components/_datepicker.scss */
1441 .x-monthpicker-years {
1445 /* line 93, ../sass/murano/components/_datepicker.scss */
1446 .x-monthpicker-months {
1449 border-right: 1px solid #444; }
1451 /* line 98, ../sass/murano/components/_datepicker.scss */
1452 .x-monthpicker-item {
1456 text-align: center; }
1457 /* line 103, ../sass/murano/components/_datepicker.scss */
1458 .x-monthpicker-item a {
1460 border: 1px solid transparent;
1463 -moz-border-radius: 3px;
1464 -webkit-border-radius: 3px;
1465 -o-border-radius: 3px;
1466 -ms-border-radius: 3px;
1467 -khtml-border-radius: 3px;
1468 border-radius: 3px; }
1469 /* line 106, ../sass/murano/components/_datepicker.scss */
1470 .x-monthpicker-item a:hover {
1471 background-color: #333; }
1472 /* line 113, ../sass/murano/components/_datepicker.scss */
1473 .x-monthpicker-item .x-monthpicker-selected {
1474 background-color: #333;
1475 border: 1px solid #555;
1476 border-top-color: #999;
1477 border-bottom-color: #444;
1478 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1479 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1480 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1481 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1482 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1485 /* line 122, ../sass/murano/components/_datepicker.scss */
1486 .x-monthpicker-yearnav-prev, .x-monthpicker-yearnav-next {
1487 margin: 6px 12px 6px 15px;
1492 background: url("../img/shared/btn-left.png"); }
1494 /* line 130, ../sass/murano/components/_datepicker.scss */
1495 .x-monthpicker-yearnav-next {
1496 background: url("../img/shared/btn-right.png"); }
1498 /* line 133, ../sass/murano/components/_datepicker.scss */
1499 .x-monthpicker .x-btn, .x-monthpicker .x-btn-pressed {
1504 /* line 138, ../sass/murano/components/_datepicker.scss */
1505 .x-monthpicker-buttons {
1506 border-top: 1px solid #777;
1507 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1508 background-image: -webkit-linear-gradient(#666666, #444444);
1509 background-image: -moz-linear-gradient(#666666, #444444);
1510 background-image: -o-linear-gradient(#666666, #444444);
1511 background-image: linear-gradient(#666666, #444444);
1516 /* line 145, ../sass/murano/components/_datepicker.scss */
1517 .x-datepicker-footer {
1518 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #444444));
1519 background-image: -webkit-linear-gradient(#666666, #444444);
1520 background-image: -moz-linear-gradient(#666666, #444444);
1521 background-image: -o-linear-gradient(#666666, #444444);
1522 background-image: linear-gradient(#666666, #444444);
1523 border-top-color: #777;
1524 border-bottom-color: #222; }
1526 /* line 1, ../sass/murano/components/_sizer.scss */
1527 .x-resizable-handle-west {
1528 background: transparent url("../img/sizer/w.png") left center no-repeat !important; }
1530 /* line 4, ../sass/murano/components/_sizer.scss */
1531 .x-resizable-handle-east {
1532 background: transparent url("../img/sizer/e.png") right center no-repeat !important; }
1534 /* line 7, ../sass/murano/components/_sizer.scss */
1535 .x-resizable-handle-north {
1536 background: transparent url("../img/sizer/n.png") top center no-repeat !important; }
1538 /* line 10, ../sass/murano/components/_sizer.scss */
1539 .x-resizable-handle-south {
1540 background: transparent url("../img/sizer/s.png") bottom center no-repeat !important; }
1542 /* line 13, ../sass/murano/components/_sizer.scss */
1543 .x-resizable-handle-northwest {
1544 background: transparent url("../img/sizer/nw.png") left top no-repeat !important; }
1546 /* line 16, ../sass/murano/components/_sizer.scss */
1547 .x-resizable-handle-northeast {
1548 background: transparent url("../img/sizer/ne.png") right top no-repeat !important; }
1550 /* line 19, ../sass/murano/components/_sizer.scss */
1551 .x-resizable-handle-southwest {
1552 background: transparent url("../img/sizer/sw.png") left bottom no-repeat !important; }
1554 /* line 22, ../sass/murano/components/_sizer.scss */
1555 .x-resizable-handle-southeast {
1556 background: transparent url("../img/sizer/se.png") right bottom no-repeat !important; }
1558 /* line 10, ../sass/murano/components/_tree.scss */
1559 .x-tree-panel .x-grid-row-selected {
1560 background-color: #000;
1562 /* line 13, ../sass/murano/components/_tree.scss */
1563 .x-tree-panel .x-grid-row-selected td {
1564 -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1565 -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1566 -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
1567 box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); }
1569 /* line 19, ../sass/murano/components/_tree.scss */
1570 .x-tree-no-lines .x-tree-elbow {
1571 background-color: transparent; }
1573 /* line 23, ../sass/murano/components/_tree.scss */
1574 .x-tree-no-lines .x-tree-elbow-end {
1575 background-color: transparent; }
1577 /* line 27, ../sass/murano/components/_tree.scss */
1578 .x-tree-no-lines .x-tree-elbow-line {
1579 background-color: transparent; }
1581 /* line 32, ../sass/murano/components/_tree.scss */
1582 .x-tree-arrows .x-tree-elbow-plus {
1583 background: transparent no-repeat 0 0; }
1585 /* line 36, ../sass/murano/components/_tree.scss */
1586 .x-tree-arrows .x-tree-elbow-end-plus {
1587 background: transparent no-repeat 0 0; }
1589 /* line 40, ../sass/murano/components/_tree.scss */
1590 .x-tree-arrows .x-tree-elbow-end-minus {
1591 background: transparent no-repeat -16px 0; }
1593 /* line 44, ../sass/murano/components/_tree.scss */
1594 .x-tree-arrows .x-tree-elbow-minus {
1595 background: transparent no-repeat -16px 0; }
1597 /* line 48, ../sass/murano/components/_tree.scss */
1598 .x-tree-arrows .x-tree-elbow {
1599 background-color: transparent !important; }
1601 /* line 52, ../sass/murano/components/_tree.scss */
1602 .x-tree-arrows .x-tree-elbow-end {
1603 background-color: transparent !important; }
1605 /* line 56, ../sass/murano/components/_tree.scss */
1606 .x-tree-arrows .x-tree-elbow-line {
1607 background-color: transparent !important; }
1609 /* line 62, ../sass/murano/components/_tree.scss */
1610 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-plus,
1611 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-plus {
1612 background-position: -32px 0; }
1614 /* line 67, ../sass/murano/components/_tree.scss */
1615 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-minus,
1616 .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-minus {
1617 background-position: -48px 0; }
1619 /* line 72, ../sass/murano/components/_tree.scss */
1620 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus,
1621 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1622 background-position: -16px 0; }
1624 /* line 77, ../sass/murano/components/_tree.scss */
1625 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-plus,
1626 .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-end-plus {
1627 background-position: -48px 0; }
1629 /* line 84, ../sass/murano/components/_tree.scss */
1631 .x-tree-elbow-minus,
1632 .x-tree-elbow-end-plus,
1633 .x-tree-elbow-end-minus {
1636 /* line 90, ../sass/murano/components/_tree.scss */
1637 .x-tree-lines .x-tree-elbow {
1638 background-image: url("../img/tree/elbow.gif"); }
1639 /* line 94, ../sass/murano/components/_tree.scss */
1640 .x-tree-lines .x-tree-elbow-end {
1641 background-image: url("../img/tree/elbow-end.gif"); }
1642 /* line 98, ../sass/murano/components/_tree.scss */
1643 .x-tree-lines .x-tree-elbow-plus {
1644 background-image: url("../../fugue-icons/icons-shadowless/plus-small-white.png"); }
1645 /* line 103, ../sass/murano/components/_tree.scss */
1646 .x-tree-lines .x-tree-elbow-end-plus {
1647 background-image: url("../../fugue-icons/icons-shadowless/plus-small-white.png"); }
1648 /* line 108, ../sass/murano/components/_tree.scss */
1649 .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
1650 background-image: url("../../fugue-icons/icons-shadowless/minus-small-white.png"); }
1651 /* line 113, ../sass/murano/components/_tree.scss */
1652 .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1653 background-image: url("../../fugue-icons/icons-shadowless/minus-small-white.png"); }
1654 /* line 118, ../sass/murano/components/_tree.scss */
1655 .x-tree-lines .x-tree-elbow-line {
1656 background-image: url("../img/tree/elbow-line.gif"); }
1658 /* line 125, ../sass/murano/components/_tree.scss */
1659 .x-tree-no-lines .x-tree-elbow-plus,
1660 .x-tree-no-lines .x-tree-elbow-end-plus {
1661 background-image: url("../img/tree/elbow-plus-nl.gif"); }
1662 /* line 130, ../sass/murano/components/_tree.scss */
1663 .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-plus,
1664 .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
1665 background-image: url("../img/tree/elbow-end-minus-nl.gif"); }
1667 /* line 139, ../sass/murano/components/_tree.scss */
1668 .x-tree-arrows .x-tree-elbow-plus,
1669 .x-tree-arrows .x-tree-elbow-minus,
1670 .x-tree-arrows .x-tree-elbow-end-plus,
1671 .x-tree-arrows .x-tree-elbow-end-minus {
1672 background-image: url("../img/tree/arrows.gif"); }
1674 /* line 144, ../sass/murano/components/_tree.scss */
1676 margin-right: 3px; }
1678 /* line 153, ../sass/murano/components/_tree.scss */
1682 .x-tree-elbow-end-plus,
1683 .x-tree-elbow-empty,
1684 .x-tree-elbow-line {
1688 /* line 158, ../sass/murano/components/_tree.scss */
1691 background-image: url("../../fugue-icons/icons-shadowless/leaf.png"); }
1693 /* line 163, ../sass/murano/components/_tree.scss */
1694 .x-tree-icon-parent {
1696 background-image: url("../../fugue-icons/icons-shadowless/folder-horizontal.png"); }
1698 /* line 168, ../sass/murano/components/_tree.scss */
1699 .x-grid-tree-node-expanded .x-tree-icon-parent {
1700 background-image: url("../../fugue-icons/icons-shadowless/folder-horizontal-open.png"); }
1702 /* line 172, ../sass/murano/components/_tree.scss */
1706 /* line 176, ../sass/murano/components/_tree.scss */
1707 .x-tree-panel .x-grid-cell-inner {
1710 /* line 180, ../sass/murano/components/_tree.scss */
1711 .x-tree-panel .x-grid-row .x-grid-cell {
1714 /* line 184, ../sass/murano/components/_tree.scss */
1715 .x-tree-panel .x-grid-row .x-grid-cell-inner {
1718 vertical-align: middle;
1720 /* line 191, ../sass/murano/components/_tree.scss */
1721 .x-tree-panel .x-grid-row .x-grid-cell-inner img {
1724 /* line 197, ../sass/murano/components/_tree.scss */
1725 .x-ie .x-tree-panel .x-grid-row .x-grid-cell-inner {
1726 white-space: normal; }
1728 /* line 203, ../sass/murano/components/_tree.scss */
1731 margin: 2px 3px 0 0;
1735 background: url('../img/url("../img/form/unchecked.png")') no-repeat;
1739 /* line 215, ../sass/murano/components/_tree.scss */
1740 .x-tree-checkbox::-moz-focus-inner {
1744 /* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */
1745 /* line 223, ../sass/murano/components/_tree.scss */
1746 .x-nbr.x-ie .x-tree-checkbox {
1749 /* line 228, ../sass/murano/components/_tree.scss */
1750 .x-tree-checkbox-checked {
1751 background: url('../img/url("../img/form/checked.png")') no-repeat; }
1753 /* line 233, ../sass/murano/components/_tree.scss */
1754 .x-tree-panel .x-grid-cell-inner {
1755 border-width: 0 !important; }
1757 /* line 240, ../sass/murano/components/_tree.scss */
1758 .x-gecko .x-tree-panel .x-grid-row .x-grid-cell-inner {
1759 line-height: 14px; }
1761 /* line 246, ../sass/murano/components/_tree.scss */
1762 .x-tree-drop-ok-append .x-dd-drop-icon {
1763 background-image: url("../img/tree/drop-append.gif"); }
1765 /* line 250, ../sass/murano/components/_tree.scss */
1766 .x-tree-drop-ok-above .x-dd-drop-icon {
1767 background-image: url("../img/tree/drop-above.gif"); }
1769 /* line 254, ../sass/murano/components/_tree.scss */
1770 .x-tree-drop-ok-below .x-dd-drop-icon {
1771 background-image: url("../img/tree/drop-below.gif"); }
1773 /* line 258, ../sass/murano/components/_tree.scss */
1774 .x-tree-drop-ok-between .x-dd-drop-icon {
1775 background-image: url("../img/tree/drop-between.gif"); }
1777 /* line 262, ../sass/murano/components/_tree.scss */
1778 .x-grid-tree-loading .x-tree-icon {
1779 background-image: url("../img/tree/loading.gif"); }
1781 /* line 266, ../sass/murano/components/_tree.scss */
1782 .x-tree-ddindicator {
1784 border-width: 1px 0px 0px;
1785 border-style: dotted;
1786 border-color: green; }
1788 /* line 273, ../sass/murano/components/_tree.scss */
1789 .x-grid-tree-loading span {
1793 /* line 278, ../sass/murano/components/_tree.scss */
1794 .x-tree-animator-wrap {
1797 /* line 1, ../sass/murano/components/_menu.scss */
1799 -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1800 -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1801 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1802 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
1803 white-space: nowrap; }
1805 /* line 7, ../sass/murano/components/_menu.scss */
1807 position: absolute; }
1809 /* line 11, ../sass/murano/components/_menu.scss */
1813 /* line 15, ../sass/murano/components/_menu.scss */
1816 border: 1px solid transparent;
1817 -moz-border-radius: 5px;
1818 -webkit-border-radius: 5px;
1819 -o-border-radius: 5px;
1820 -ms-border-radius: 5px;
1821 -khtml-border-radius: 5px;
1823 text-decoration: none;
1827 /* line 24, ../sass/murano/components/_menu.scss */
1828 .x-menu-item-active .x-menu-item-link {
1829 border-color: #066cd1;
1830 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #066cd1), color-stop(100%, #05529f));
1831 background-image: -webkit-linear-gradient(#066cd1, #05529f);
1832 background-image: -moz-linear-gradient(#066cd1, #05529f);
1833 background-image: -o-linear-gradient(#066cd1, #05529f);
1834 background-image: linear-gradient(#066cd1, #05529f);
1835 -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1836 -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1837 -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
1838 box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset; }
1840 /* line 30, ../sass/murano/components/_menu.scss */
1847 /* line 38, ../sass/murano/components/_menu.scss */
1848 .x-menu-item-unchecked .x-menu-item-icon {
1849 background: url("../img/form/unchecked.png"); }
1850 /* line 41, ../sass/murano/components/_menu.scss */
1851 .x-menu-item-unchecked .x-menu-group-icon {
1852 background: url("../img/form/unradioed.png"); }
1854 /* line 46, ../sass/murano/components/_menu.scss */
1855 .x-menu-item-checked .x-menu-item-icon {
1856 background: url("../img/form/checked.png"); }
1857 /* line 49, ../sass/murano/components/_menu.scss */
1858 .x-menu-item-checked .x-menu-group-icon {
1859 background: url("../img/form/radioed.png"); }
1861 /* line 54, ../sass/murano/components/_menu.scss */
1862 .x-menu-item-separator {
1865 margin: 3px 9px 3px 10px;
1866 border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
1868 /* line 3, ../sass/murano/components/_scroller.scss */
1870 border: none !important; }
1871 /* line 5, ../sass/murano/components/_scroller.scss */
1872 .x-scroller::-webkit-scrollbar {
1875 /* line 8, ../sass/murano/components/_scroller.scss */
1876 .x-scroller::-webkit-scrollbar-track {
1877 background: transparent; }
1878 /* line 11, ../sass/murano/components/_scroller.scss */
1879 .x-scroller::-webkit-scrollbar-track-piece:start {
1882 /* line 15, ../sass/murano/components/_scroller.scss */
1883 .x-scroller::-webkit-scrollbar-track-piece:end {
1885 margin-bottom: 1px; }
1886 /* line 19, ../sass/murano/components/_scroller.scss */
1887 .x-scroller::-webkit-scrollbar-thumb {
1888 border: 1px solid #000;
1889 background-color: #666666;
1890 -moz-border-radius: 8px;
1891 -webkit-border-radius: 8px;
1892 -o-border-radius: 8px;
1893 -ms-border-radius: 8px;
1894 -khtml-border-radius: 8px;
1896 -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1897 -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1898 -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset;
1899 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset, 0 -1px 0 0 black inset; }
1900 /* line 24, ../sass/murano/components/_scroller.scss */
1901 .x-scroller::-webkit-scrollbar-thumb:hover {
1902 background-color: #737373; }
1903 /* line 27, ../sass/murano/components/_scroller.scss */
1904 .x-scroller::-webkit-scrollbar-thumb:active {
1905 background-color: gray; }
1907 /* line 34, ../sass/murano/components/_scroller.scss */
1908 .x-scroller-vertical::-webkit-scrollbar-thumb {
1909 background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1910 background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1911 background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1912 background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1913 background-image: linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
1915 /* line 37, ../sass/murano/components/_scroller.scss */
1916 .x-scroller-horizontal::-webkit-scrollbar-thumb {
1917 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
1918 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1919 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1920 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
1921 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
1923 /* line 1, ../sass/murano/components/_splitter.scss */
1925 background-color: #000; }
1927 /* line 1, ../sass/murano/components/_icons.scss */
1929 background: transparent url("../../fugue-icons/icons-shadowless/control-180.png") center center no-repeat; }
1931 /* line 4, ../sass/murano/components/_icons.scss */
1932 .x-tbar-page-first {
1933 background: transparent url("../../fugue-icons/icons-shadowless/control-stop-180.png") center center no-repeat; }
1935 /* line 7, ../sass/murano/components/_icons.scss */
1937 background: transparent url("../../fugue-icons/icons-shadowless/control.png") center center no-repeat; }
1939 /* line 10, ../sass/murano/components/_icons.scss */
1941 background: transparent url("../../fugue-icons/icons-shadowless/control-stop.png") center center no-repeat; }
1943 /* line 13, ../sass/murano/components/_icons.scss */
1945 background: transparent url("../../fugue-icons/icons-shadowless/arrow-circle-double-135.png") center center no-repeat; }
1948 * @var {string} $prefix
1949 * The prefix to be applied to all CSS selectors. If this is changed, it must also be changed in your
1950 * JavaScript application.
1953 * @var {string} $theme-name
1954 * The name of the theme. This must match the the output directory of the images.
1955 * (defaults to 'default')
1958 * @var {boolean/string} $relative-image-path-for-uis
1959 * True to use a relative image path for all new UIs. If true, the path will be "../images/".
1960 * It can also be a string of the path value.
1961 * It defaults to false, which means it will look for the images in the ExtJS SDK folder.
1964 * @var {string} $font-family
1965 * The default font-family to be used throughout the theme.
1968 * @var {string} $base-gradient
1969 * The base gradient to be used throughout the theme.
1972 * @var {color} $base-color
1973 * The base color to be used throughout the theme.
1976 * @var {boolean} $include-ie
1977 * True to include Internet Explorer specific rules
1980 * @var {boolean} $include-ff
1981 * True to include Firefox specific rules
1984 * @var {boolean} $include-chrome
1985 * True to include Chrome specific rules
1988 * @var {boolean} $include-safari
1989 * True to include Safari specific rules
1992 * @var {boolean} $include-opera
1993 * True to include Opera specific rules
1996 * @var {boolean} $include-webkit
1997 * True to include Webkit specific rules
2000 * @var {boolean} $compile-all
2001 * True to copile all CSS, even if above include rules are false
2004 * @var {boolean} $scope-reset-css
2005 * True to scope the reset CSS within the $prefix variable.
2008 * @var {color} $css-shadow-background-color
2009 * The base color for CSS shadows
2018 * @class Ext.form.field.Base
2021 * @class Ext.form.field.TextArea
2024 * @class Ext.form.Label
2027 * @class Ext.form.field.Checkbox
2030 * @class Ext.form.field.Radio
2042 * @mixin background-gradient
2044 * @param {Color} $background-color The background color of the gradient
2045 * @param {String/List} $type The type of gradient to be used. Can either be a String which is a predefined gradient, or it can
2046 * can be a list of color_stops. If none is set, it will still set the `background-color` to the $background-color.
2047 * @param {String} $direction The direction of the gradient. Can either me `top` or `left`. (defaults to `top`)
2049 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2050 html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
2051 h4, h5, h6, pre, code, form, fieldset, legend,
2052 input, textarea, p, blockquote, th, td {
2056 /* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2058 border-collapse: collapse;
2059 border-spacing: 0; }
2061 /* line 79, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2065 /* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2066 address, caption, cite, code,
2067 dfn, em, strong, th, var {
2069 font-weight: normal; }
2071 /* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2075 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2079 /* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2080 h1, h2, h3, h4, h5, h6 {
2083 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2088 /* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2091 font-variant: normal; }
2093 /* line 111, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2095 vertical-align: text-top; }
2097 /* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2099 vertical-align: text-bottom; }
2101 /* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2102 input, textarea, select {
2103 font-family: inherit;
2105 font-weight: inherit; }
2107 /* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2111 /* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
2112 .x-border-box .x-reset,
2113 .x-border-box .x-reset * {
2114 box-sizing: border-box;
2115 -moz-box-sizing: border-box;
2116 -ms-box-sizing: border-box;
2117 -webkit-box-sizing: border-box; }
2119 /* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2123 font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; }
2125 /* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2134 /* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2140 /* line 22, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2146 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2147 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2150 /* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2152 display: none !important; }
2154 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2155 .x-hide-visibility {
2156 visibility: hidden !important; }
2158 /* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2160 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
2161 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
2164 /* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2165 .x-ie6 .x-item-disabled {
2168 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2171 display: block !important;
2172 position: absolute !important;
2173 left: -10000px !important;
2174 top: -10000px !important; }
2176 /* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2178 height: 0 !important;
2179 width: 0 !important; }
2181 /* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2182 .x-masked-relative {
2183 position: relative; }
2185 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2186 .x-ie6 .x-masked select,
2187 .x-ie6.x-body-masked select {
2188 visibility: hidden !important; }
2190 /* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2193 -moz-border-radius: 5px 5px;
2194 -webkit-border-radius: 5px 5px;
2195 -o-border-radius: 5px 5px;
2196 -ms-border-radius: 5px 5px;
2197 -khtml-border-radius: 5px 5px;
2198 border-radius: 5px 5px; }
2200 /* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2202 background-color: #777;
2208 /* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2214 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2218 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2227 /* line 104, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2228 .x-frame-shadow .xstc,
2229 .x-frame-shadow .xsbc {
2233 /* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2234 .x-frame-shadow .xsc {
2237 /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2238 .x-frame-shadow .xsml {
2239 background: transparent repeat-y 0 0; }
2241 /* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2242 .x-frame-shadow .xsmr {
2243 background: transparent repeat-y -6px 0; }
2245 /* line 121, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2246 .x-frame-shadow .xstl {
2247 background: transparent no-repeat 0 0; }
2249 /* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2250 .x-frame-shadow .xstc {
2251 background: transparent repeat-x 0 -30px; }
2253 /* line 129, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2254 .x-frame-shadow .xstr {
2255 background: transparent repeat-x 0 -18px; }
2257 /* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2258 .x-frame-shadow .xsbl {
2259 background: transparent no-repeat 0 -12px; }
2261 /* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2262 .x-frame-shadow .xsbc {
2263 background: transparent repeat-x 0 -36px; }
2265 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2266 .x-frame-shadow .xsbr {
2267 background: transparent repeat-x 0 -6px; }
2269 /* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2270 .x-frame-shadow .xstl,
2271 .x-frame-shadow .xstc,
2272 .x-frame-shadow .xstr,
2273 .x-frame-shadow .xsbl,
2274 .x-frame-shadow .xsbc,
2275 .x-frame-shadow .xsbr {
2279 background-image: url('../extjs/resources/themes/images/default/shared/shadow.png'); }
2281 /* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2282 .x-frame-shadow .xsml,
2283 .x-frame-shadow .xsmr {
2287 background-image: url('../extjs/resources/themes/images/default/shared/shadow-lr.png'); }
2289 /* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2290 .x-frame-shadow .xsmc {
2293 background-image: url('../extjs/resources/themes/images/default/shared/shadow-c.png'); }
2295 /* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
2296 .x-frame-shadow .xst,
2297 .x-frame-shadow .xsb {
2302 /* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2310 /* line 9, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2319 /* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2321 .x-focus-frame-bottom,
2322 .x-focus-frame-left,
2323 .x-focus-frame-right {
2328 /* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2330 .x-focus-frame-bottom {
2331 border-top: solid 2px #15428b;
2334 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
2335 .x-focus-frame-left,
2336 .x-focus-frame-right {
2337 border-left: solid 2px #15428b;
2342 * Used to create the base structure of an Ext.Button
2345 * @mixin extjs-btn-group-ui
2346 * @class Ext.ButtonGroup
2353 * Used to create the base structure of an Ext.Panel
2357 * Used to create a visual theme for an Ext.Panel
2360 * @mixin ext-toolbar-ui
2361 * @class Ext.toolbar.Toolbar
2362 * @param {String} $ui The name of the UI
2363 * @param {Color} $background-color The background color of the toolbar (defaults to transparent)
2364 * @param {Gradient/color-stops} $background-gradient The background gradient of the toolbar (defaults to null)
2365 * @param {Color} $border-color The border color of the toolbar (defaults to null)
2369 * Used to create a visual theme for an Ext.Panel
2372 * @class Ext.tab.Bar
2378 * @class Ext.LoadMask
2379 * Component used to mask a component
2381 /* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2387 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2388 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2393 background: #cccccc; }
2395 /* line 21, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2403 border-color: #99bbe8;
2404 background-image: none;
2405 background-color: #dfe8f6; }
2406 /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
2408 padding: 5px 10px 5px 25px;
2409 background-image: url('../extjs/resources/themes/images/default/grid/loading.gif');
2410 background-repeat: no-repeat;
2411 background-position: 5px center;
2413 border: 1px solid #a3bad9;
2414 background-color: #eeeeee;
2416 font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; }
2419 * @mixin extjs-progress-ui
2422 * W3C Suggested Default style sheet for HTML 4
2423 * http://www.w3.org/TR/CSS21/sample.html
2425 /* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2426 .x-dd-drag-repair .x-dd-drag-ghost {
2427 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
2428 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
2430 /* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2431 .x-dd-drag-repair .x-dd-drop-icon {
2434 /* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2436 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
2437 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
2441 white-space: nowrap;
2443 font: normal 11px "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
2445 border-color: #ddd #bbb #bbb #ddd;
2446 background-color: #fff; }
2448 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2456 background-color: transparent;
2457 background-position: center;
2458 background-repeat: no-repeat;
2461 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2467 background-color: #c3daf9;
2468 border: 1px dotted #3399bb;
2469 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2470 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2474 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2475 .x-dd-drop-nodrop .x-dd-drop-icon {
2476 background-image: url('../extjs/resources/themes/images/default/dd/drop-no.gif'); }
2478 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2479 .x-dd-drop-ok .x-dd-drop-icon {
2480 background-image: url('../extjs/resources/themes/images/default/dd/drop-yes.gif'); }
2482 /* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
2483 .x-dd-drop-ok-add .x-dd-drop-icon {
2484 background-image: url('../extjs/resources/themes/images/default/dd/drop-add.gif'); }
2486 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2487 .x-resizable-handle {
2494 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2495 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2497 background-color: #fff; }
2499 /* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2500 .x-resizable-handle-east {
2506 /* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2507 .x-resizable-over .x-resizable-handle-east {
2510 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2511 .x-resizable-handle-south {
2517 /* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2518 .x-resizable-over .x-resizable-handle-south {
2521 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2522 .x-resizable-handle-west {
2528 /* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2529 .x-resizable-over .x-resizable-handle-west {
2532 /* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2533 .x-resizable-handle-north {
2539 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2540 .x-resizable-over .x-resizable-handle-north {
2543 /* line 75, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2544 .x-resizable-handle-southeast {
2551 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2552 .x-resizable-over .x-resizable-handle-southeast {
2553 cursor: se-resize; }
2555 /* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2556 .x-resizable-handle-northwest {
2563 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2564 .x-resizable-over .x-resizable-handle-northwest {
2565 cursor: nw-resize; }
2567 /* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2568 .x-resizable-handle-northeast {
2575 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2576 .x-resizable-over .x-resizable-handle-northeast {
2577 cursor: ne-resize; }
2579 /* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2580 .x-resizable-handle-southwest {
2587 /* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2588 .x-resizable-over .x-resizable-handle-southwest {
2589 cursor: sw-resize; }
2591 /*IE rounding error*/
2592 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2593 .x-ie .x-resizable-handle-east {
2595 /*IE rounding error*/ }
2596 /* line 145, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2597 .x-ie .x-resizable-handle-south {
2598 margin-bottom: -1px; }
2600 /* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2601 .x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
2602 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
2603 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
2606 /* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2607 .x-window .x-window-handle {
2608 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2609 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2612 /* line 158, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2613 .x-window-collapsed .x-window-handle {
2616 /* line 162, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2617 .x-resizable-proxy {
2618 border: 1px dashed #3b5a82;
2625 /* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2626 .x-resizable-overlay {
2634 background-color: #fff;
2635 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
2636 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
2639 /* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2640 .x-resizable-over .x-resizable-handle-east,
2641 .x-resizable-over .x-resizable-handle-west,
2642 .x-resizable-pinned .x-resizable-handle-east,
2643 .x-resizable-pinned .x-resizable-handle-west {
2644 background-position: left;
2645 background-image: url('../extjs/resources/themes/images/default/sizer/e-handle.gif'); }
2646 /* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2647 .x-resizable-over .x-resizable-handle-south,
2648 .x-resizable-over .x-resizable-handle-north,
2649 .x-resizable-pinned .x-resizable-handle-south,
2650 .x-resizable-pinned .x-resizable-handle-north {
2651 background-position: top;
2652 background-image: url('../extjs/resources/themes/images/default/sizer/s-handle.gif'); }
2653 /* line 202, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2654 .x-resizable-over .x-resizable-handle-southeast,
2655 .x-resizable-pinned .x-resizable-handle-southeast {
2656 background-position: top left;
2657 background-image: url('../extjs/resources/themes/images/default/sizer/se-handle.gif'); }
2658 /* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2659 .x-resizable-over .x-resizable-handle-northwest,
2660 .x-resizable-pinned .x-resizable-handle-northwest {
2661 background-position: bottom right;
2662 background-image: url('../extjs/resources/themes/images/default/sizer/nw-handle.gif'); }
2663 /* line 212, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2664 .x-resizable-over .x-resizable-handle-northeast,
2665 .x-resizable-pinned .x-resizable-handle-northeast {
2666 background-position: bottom left;
2667 background-image: url('../extjs/resources/themes/images/default/sizer/ne-handle.gif'); }
2668 /* line 217, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
2669 .x-resizable-over .x-resizable-handle-southwest,
2670 .x-resizable-pinned .x-resizable-handle-southwest {
2671 background-position: top right;
2672 background-image: url('../extjs/resources/themes/images/default/sizer/sw-handle.gif'); }
2674 /* line 3, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2675 .x-splitter .x-collapse-el {
2678 background-color: transparent;
2679 background-repeat: no-repeat !important; }
2681 /* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2682 .x-layout-split-left,
2683 .x-layout-split-right {
2689 /* line 24, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2690 .x-layout-split-top,
2691 .x-layout-split-bottom {
2695 margin-left: -17px; }
2697 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2698 .x-layout-split-left {
2699 background: url('../extjs/resources/themes/images/default/util/splitter/mini-left.gif') no-repeat top right; }
2701 /* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2702 .x-layout-split-right {
2703 background: url('../extjs/resources/themes/images/default/util/splitter/mini-right.gif') no-repeat top left; }
2705 /* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2706 .x-layout-split-top {
2707 background: url('../extjs/resources/themes/images/default/util/splitter/mini-top.gif') no-repeat top left; }
2709 /* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2710 .x-layout-split-bottom {
2711 background: url('../extjs/resources/themes/images/default/util/splitter/mini-bottom.gif') no-repeat top left; }
2713 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2714 .x-splitter-collapsed .x-layout-split-left {
2715 background: url('../extjs/resources/themes/images/default/util/splitter/mini-right.gif') no-repeat top left; }
2716 /* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2717 .x-splitter-collapsed .x-layout-split-right {
2718 background: url('../extjs/resources/themes/images/default/util/splitter/mini-left.gif') no-repeat top right; }
2719 /* line 58, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2720 .x-splitter-collapsed .x-layout-split-top {
2721 background: url('../extjs/resources/themes/images/default/util/splitter/mini-bottom.gif') no-repeat top left; }
2722 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2723 .x-splitter-collapsed .x-layout-split-bottom {
2724 background: url('../extjs/resources/themes/images/default/util/splitter/mini-top.gif') no-repeat top left; }
2726 /* line 67, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2727 .x-splitter-horizontal {
2732 /* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2733 .x-splitter-vertical {
2738 /* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2739 .x-splitter-collapsed {
2742 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2743 .x-splitter-active {
2746 background-color: #b4b4b4;
2747 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2748 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
2751 /* line 88, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2752 .x-splitter-active .x-collapse-el {
2753 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2754 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
2757 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
2760 background: #b4b4b4;
2761 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2762 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
2765 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2772 * @todo move this somewhere else?
2774 /* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2776 border-bottom-width: 0 !important; }
2778 /* line 15, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2780 border-top-width: 0 !important; }
2782 /* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2784 border-right-width: 0 !important; }
2786 /* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2788 border-left-width: 0 !important; }
2790 /* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2791 .x-docked-noborder-top {
2792 border-top-width: 0 !important; }
2794 /* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2795 .x-docked-noborder-right {
2796 border-right-width: 0 !important; }
2798 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2799 .x-docked-noborder-bottom {
2800 border-bottom-width: 0 !important; }
2802 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2803 .x-docked-noborder-left {
2804 border-left-width: 0 !important; }
2806 /* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2814 /* line 53, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2816 position: absolute !important;
2820 /* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2822 .x-border-layout-ct {
2826 /* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2827 .x-overflow-hidden {
2828 overflow: hidden !important; }
2830 /* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2831 .x-inline-children > * {
2832 display: inline-block !important; }
2834 /* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2835 .x-abs-layout-item {
2836 position: absolute; }
2838 /* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2839 .x-border-layout-ct {
2840 background-color: #dfe8f6; }
2842 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2843 .x-border-region-slide-in {
2846 /* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2847 .x-region-collapsed-placeholder {
2850 /* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2851 .x-accordion-hd .x-panel-header-text {
2853 font-weight: normal; }
2855 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2857 background: #d9e7f8 !important;
2858 -moz-box-shadow: inset 0 0 0 0 #d9e7f8;
2859 -webkit-box-shadow: inset 0 0 0 0 #d9e7f8;
2860 -o-box-shadow: inset 0 0 0 0 #d9e7f8;
2861 box-shadow: inset 0 0 0 0 #d9e7f8; }
2862 /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2863 .x-accordion-hd .x-tool-collapse-top,
2864 .x-accordion-hd .x-tool-collapse-right,
2865 .x-accordion-hd .x-tool-collapse-bottom,
2866 .x-accordion-hd .x-tool-collapse-left {
2867 background-position: 0 -255px; }
2868 /* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2869 .x-accordion-hd .x-tool-expand-top,
2870 .x-accordion-hd .x-tool-expand-right,
2871 .x-accordion-hd .x-tool-expand-bottom,
2872 .x-accordion-hd .x-tool-expand-left {
2873 background-position: 0 -240px; }
2874 /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2875 .x-accordion-hd .x-tool-over .x-tool-collapse-top,
2876 .x-accordion-hd .x-tool-over .x-tool-collapse-right,
2877 .x-accordion-hd .x-tool-over .x-tool-collapse-bottom,
2878 .x-accordion-hd .x-tool-over .x-tool-collapse-left {
2879 background-position: -15px -255px; }
2880 /* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2881 .x-accordion-hd .x-tool-over .x-tool-expand-top,
2882 .x-accordion-hd .x-tool-over .x-tool-expand-right,
2883 .x-accordion-hd .x-tool-over .x-tool-expand-bottom,
2884 .x-accordion-hd .x-tool-over .x-tool-expand-left {
2885 background-position: -15px -240px; }
2887 /* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2889 border-width: 1px 0 1px 0 !important;
2890 padding: 4px 5px 5px 5px;
2891 border-top-color: #f3f7fb !important; }
2893 /* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2895 border-width: 0 !important; }
2897 /* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2898 .x-accordion-hd-sibling-expanded {
2899 border-top-color: #99bbe8 !important;
2900 -moz-box-shadow: inset 0 1px 0 0 #f3f7fb;
2901 -webkit-box-shadow: inset 0 1px 0 0 #f3f7fb;
2902 -o-box-shadow: inset 0 1px 0 0 #f3f7fb;
2903 box-shadow: inset 0 1px 0 0 #f3f7fb; }
2905 /* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2906 .x-accordion-hd-last-collapsed {
2907 border-bottom-color: #d9e7f8 !important; }
2909 /* line 155, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2917 background-repeat: no-repeat; }
2919 /* line 161, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2922 background-repeat: repeat-x; }
2924 /* line 165, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2927 background-repeat: repeat-x;
2930 /* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2931 .x-box-scroller-left {
2935 /* line 181, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2936 .x-box-scroller-left .x-toolbar-scroll-left,
2937 .x-box-scroller-left .x-tabbar-scroll-left {
2942 background: url('../extjs/resources/themes/images/default/tab-bar/scroll-left.gif') transparent no-repeat -18px 0; }
2943 /* line 188, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2944 .x-box-scroller-left .x-toolbar-scroll-left-hover {
2945 background-position: 0 0; }
2946 /* line 192, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2947 .x-box-scroller-left .x-toolbar-scroll-left-disabled,
2948 .x-box-scroller-left .x-tabbar-scroll-left-disabled {
2949 background-position: -18px 0;
2950 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2951 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2953 /* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2954 .x-box-scroller-left .x-toolbar-scroll-left {
2955 background-image: url('../extjs/resources/themes/images/default/toolbar/scroll-left.gif');
2956 background-position: -14px 0; }
2957 /* line 201, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2958 .x-box-scroller-left .x-toolbar-scroll-left-hover {
2959 background-position: 0 0; }
2960 /* line 204, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2961 .x-box-scroller-left .x-toolbar-scroll-left-disabled {
2962 background-position: -14px 0; }
2963 /* line 208, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2964 .x-box-scroller-left .x-toolbar-scroll-left {
2967 border-bottom: 1px solid #8db2e3; }
2969 /* line 216, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2970 .x-horizontal-box-overflow-body {
2973 /* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2974 .x-box-scroller-right {
2978 /* line 226, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2979 .x-box-scroller-right .x-toolbar-scroll-right,
2980 .x-box-scroller-right .x-tabbar-scroll-right {
2985 background: url('../extjs/resources/themes/images/default/tab-bar/scroll-right.gif') transparent no-repeat 0 0; }
2986 /* line 233, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2987 .x-box-scroller-right .x-toolbar-scroll-right-hover {
2988 background-position: -18px 0; }
2989 /* line 237, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2990 .x-box-scroller-right .x-toolbar-scroll-right-disabled,
2991 .x-box-scroller-right .x-tabbar-scroll-right-disabled {
2992 background-position: 0 0;
2993 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
2994 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
2996 /* line 242, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
2997 .x-box-scroller-right .x-toolbar-scroll-right {
2998 background-image: url('../extjs/resources/themes/images/default/toolbar/scroll-right.gif'); }
2999 /* line 245, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3000 .x-box-scroller-right .x-toolbar-scroll-right-hover {
3001 background-position: -14px 0; }
3002 /* line 248, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3003 .x-box-scroller-right .x-toolbar-scroll-right-disabled {
3004 background-position: 0 0; }
3005 /* line 252, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3006 .x-box-scroller-right .x-toolbar-scroll-right {
3009 border-bottom: 1px solid #8db2e3; }
3011 /* line 262, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3012 .x-box-scroller-top .x-box-scroller {
3015 /* line 266, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3016 .x-box-scroller-top .x-menu-scroll-top {
3017 background: url('../extjs/resources/themes/images/default/layout/mini-top.gif') transparent no-repeat center center;
3021 /* line 273, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3022 .x-box-scroller-bottom .x-box-scroller {
3025 /* line 277, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3026 .x-box-scroller-bottom .x-menu-scroll-bottom {
3027 background: url('../extjs/resources/themes/images/default/layout/mini-bottom.gif') transparent no-repeat center center;
3031 /* line 284, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3034 padding-right: 2px; }
3036 /* line 289, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3040 /* line 293, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
3043 /*prevent IE6 double-margin bug*/ }
3045 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3048 /* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3054 background-color: transparent;
3055 background-repeat: no-repeat;
3056 background-image: url('../extjs/resources/themes/images/default/tools/tool-sprites.gif');
3059 /* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3060 .x-panel-header-horizontal .x-tool,
3061 .x-window-header-horizontal .x-tool {
3064 /* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3065 .x-panel-header-vertical .x-tool,
3066 .x-window-header-vertical .x-tool {
3067 margin-bottom: 2px; }
3069 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3070 .x-tool-placeholder {
3071 visibility: hidden; }
3073 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3075 background-position: 0 -60px; }
3077 /* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3078 .x-tool-over .x-tool-toggle {
3079 background-position: -15px -60px; }
3081 /* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3082 .x-panel-collapsed .x-tool-toggle,
3083 .x-fieldset-collapsed .x-tool-toggle {
3084 background-position: 0 -75px; }
3085 /* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3086 .x-panel-collapsed .x-tool-over .x-tool-toggle,
3087 .x-fieldset-collapsed .x-tool-over .x-tool-toggle {
3088 background-position: -15px -75px; }
3090 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3092 background-position: 0 0; }
3094 /* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3096 background-position: 0 -15px; }
3098 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3100 background-position: 0 -30px; }
3102 /* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3104 background-position: 0 -45px; }
3106 /* line 78, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3108 background-position: 0 -90px; }
3110 /* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3112 background-position: 0 -105px; }
3114 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3116 background-position: 0 -120px; }
3118 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3120 background-position: 0 -135px; }
3122 /* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3124 background-position: 0 -150px; }
3126 /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3128 background-position: 0 -165px; }
3130 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3132 background-position: 0 -180px; }
3134 /* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3136 background-position: 0 -300px; }
3138 /* line 110, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3140 background-position: 0 -285px; }
3142 /* line 114, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3144 background-position: 0 -270px; }
3146 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3148 background-position: 0 -255px; }
3150 /* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3152 background-position: 0 -240px; }
3154 /* line 126, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3156 background-position: 0 -225px; }
3158 /* line 130, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3160 background-position: 0 -210px; }
3162 /* line 134, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3164 background-position: 0 -195px; }
3166 /* line 138, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3168 background-position: 0 -375px; }
3170 /* line 142, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3172 background-position: 0 -360px; }
3174 /* line 146, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3176 background-position: 0 -345px; }
3178 /* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3180 background-position: 0 -330px; }
3182 /* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3184 background-position: 0 -315px; }
3186 /* line 159, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3187 .x-tool-expand-bottom,
3188 .x-tool-collapse-bottom {
3189 background-position: 0 -195px; }
3191 /* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3193 .x-tool-collapse-top {
3194 background-position: 0 -210px; }
3196 /* line 169, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3197 .x-tool-expand-left,
3198 .x-tool-collapse-left {
3199 background-position: 0 -180px; }
3201 /* line 174, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3202 .x-tool-expand-right,
3203 .x-tool-collapse-right {
3204 background-position: 0 -165px; }
3206 /* line 179, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3207 .x-tool-over .x-tool-close {
3208 background-position: -15px 0; }
3209 /* line 183, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3210 .x-tool-over .x-tool-minimize {
3211 background-position: -15px -15px; }
3212 /* line 187, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3213 .x-tool-over .x-tool-maximize {
3214 background-position: -15px -30px; }
3215 /* line 191, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3216 .x-tool-over .x-tool-restore {
3217 background-position: -15px -45px; }
3218 /* line 195, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3219 .x-tool-over .x-tool-gear {
3220 background-position: -15px -90px; }
3221 /* line 199, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3222 .x-tool-over .x-tool-prev {
3223 background-position: -15px -105px; }
3224 /* line 203, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3225 .x-tool-over .x-tool-next {
3226 background-position: -15px -120px; }
3227 /* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3228 .x-tool-over .x-tool-pin {
3229 background-position: -15px -135px; }
3230 /* line 211, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3231 .x-tool-over .x-tool-unpin {
3232 background-position: -15px -150px; }
3233 /* line 215, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3234 .x-tool-over .x-tool-right {
3235 background-position: -15px -165px; }
3236 /* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3237 .x-tool-over .x-tool-left {
3238 background-position: -15px -180px; }
3239 /* line 223, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3240 .x-tool-over .x-tool-down {
3241 background-position: -15px -195px; }
3242 /* line 227, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3243 .x-tool-over .x-tool-up {
3244 background-position: -15px -210px; }
3245 /* line 231, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3246 .x-tool-over .x-tool-refresh {
3247 background-position: -15px -225px; }
3248 /* line 235, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3249 .x-tool-over .x-tool-plus {
3250 background-position: -15px -240px; }
3251 /* line 239, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3252 .x-tool-over .x-tool-minus {
3253 background-position: -15px -255px; }
3254 /* line 243, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3255 .x-tool-over .x-tool-search {
3256 background-position: -15px -270px; }
3257 /* line 247, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3258 .x-tool-over .x-tool-save {
3259 background-position: -15px -285px; }
3260 /* line 251, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3261 .x-tool-over .x-tool-help {
3262 background-position: -15px -300px; }
3263 /* line 255, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3264 .x-tool-over .x-tool-print {
3265 background-position: -15px -315px; }
3266 /* line 259, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3267 .x-tool-over .x-tool-expand {
3268 background-position: -15px -330px; }
3269 /* line 263, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3270 .x-tool-over .x-tool-collapse {
3271 background-position: -15px -345px; }
3272 /* line 267, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3273 .x-tool-over .x-tool-resize {
3274 background-position: -15px -360px; }
3275 /* line 271, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3276 .x-tool-over .x-tool-move {
3277 background-position: -15px -375px; }
3278 /* line 276, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3279 .x-tool-over .x-tool-expand-bottom,
3280 .x-tool-over .x-tool-collapse-bottom {
3281 background-position: -15px -195px; }
3282 /* line 281, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3283 .x-tool-over .x-tool-expand-top,
3284 .x-tool-over .x-tool-collapse-top {
3285 background-position: -15px -210px; }
3286 /* line 286, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3287 .x-tool-over .x-tool-expand-left,
3288 .x-tool-over .x-tool-collapse-left {
3289 background-position: -15px -180px; }
3290 /* line 291, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
3291 .x-tool-over .x-tool-expand-right,
3292 .x-tool-over .x-tool-collapse-right {
3293 background-position: -15px -165px; }
3295 /* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3296 .x-horizontal-scroller-present .x-grid-body {
3297 border-bottom: none; }
3299 /* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3300 .x-vertical-scroller-present .x-grid-body {
3301 border-right: none; }
3303 /* line 10, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3304 .x-scroller-vertical {
3307 border: 1px solid #99bbe8;
3308 border-top-color: #c5c5c5; }
3310 /* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
3311 .x-scroller-horizontal {
3314 border: 1px solid #99bbe8; }
3316 /* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3318 /* Begin bidirectionality settings (do not change) */ }
3319 /* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3330 .x-html frame, .x-html frameset,
3347 /* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3351 /* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3354 /* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3357 /* line 36, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3359 display: table-row; }
3360 /* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3362 display: table-header-group; }
3363 /* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3365 display: table-row-group; }
3366 /* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3368 display: table-footer-group; }
3369 /* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3371 display: table-column; }
3372 /* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3374 display: table-column-group; }
3375 /* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3378 display: table-cell; }
3379 /* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3381 display: table-caption; }
3382 /* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3384 font-weight: bolder;
3385 text-align: center; }
3386 /* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3388 text-align: center; }
3389 /* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3392 /* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3396 /* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3400 /* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3404 /* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3416 /* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3420 /* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3424 /* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3433 font-weight: bolder; }
3434 /* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3435 .x-html blockquote {
3437 margin-right: 40px; }
3438 /* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3444 font-style: italic; }
3445 /* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3451 font-family: monospace; }
3452 /* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3455 /* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3460 display: inline-block; }
3461 /* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3463 font-size: 1.17em; }
3464 /* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3469 /* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3471 vertical-align: sub; }
3472 /* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3474 vertical-align: super; }
3475 /* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3477 border-spacing: 2px; }
3478 /* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3482 vertical-align: middle; }
3483 /* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3486 vertical-align: inherit; }
3487 /* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3491 text-decoration: line-through; }
3492 /* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3494 border: 1px inset; }
3495 /* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3501 margin-left: 40px; }
3502 /* line 108, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3503 .x-html ul, .x-html menu, .x-html dir {
3504 list-style-type: disc; }
3505 /* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3507 list-style-type: decimal; }
3508 /* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3515 /* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3518 text-decoration: underline; }
3519 /* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3522 /* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3523 .x-html :before, .x-html :after {
3524 white-space: pre-line; }
3525 /* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3527 text-align: center; }
3528 /* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3529 .x-html :link, .x-html :visited {
3530 text-decoration: underline; }
3531 /* line 120, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3533 outline: invert dotted thin; }
3534 /* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3535 .x-html BDO[DIR="ltr"] {
3537 unicode-bidi: bidi-override; }
3538 /* line 124, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
3539 .x-html BDO[DIR="rtl"] {
3541 unicode-bidi: bidi-override; }
3543 /* line 1, ../sass/murano/overrides/_accordion.scss */
3545 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))) !important;
3546 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3547 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3548 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3549 background-image: linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
3550 background-color: #666666 !important;
3552 border-top: 1px solid #999999 !important;
3553 border-bottom: 1px solid #555555 !important; }
3554 /* line 2, ../sass/murano/overrides/_accordion.scss */
3555 .x-accordion-hd .x-panel-header-text {
3556 color: white !important;
3557 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); }
3558 /* line 11, ../sass/murano/overrides/_accordion.scss */
3559 .x-accordion-hd .x-tool {
3560 top: 3px !important; }