1/*
2This file is part of Ext JS 4.1
3
4Copyright (c) 2011-2012 Sencha Inc
5
6Contact:  http://www.sencha.com/contact
7
8GNU General Public License Usage
9This file may be used under the terms of the GNU General Public License version 3.0 as
10published by the Free Software Foundation and appearing in the file LICENSE included in the
11packaging of this file.
12
13Please review the following information to ensure the GNU General Public License version 3.0
14requirements will be met: http://www.gnu.org/copyleft/gpl.html.
15
16If you are unsure which license is appropriate for your use, please contact the sales department
17at http://www.sencha.com/contact.
18
19Build date: 2012-07-04 21:11:01 (65ff594cd80b9bad45df640c22cc0adb52c95a7b)
20*/
21/* line 3, ../sass/ext-all-access.scss */
22body {
23  background: #000; }
24
25/**
26 * @class Global_CSS
27 *
28 * Global CSS variables and mixins of Sencha Touch.
29 */
30/**
31 * @var {string} $prefix
32 * The prefix to be applied to all CSS selectors. If this is changed, it must also be changed in your
33 * JavaScript application.
34 */
35/**
36 * @var {string} $theme-name
37 * The name of the theme. This must match the the output directory of the images.
38 * (defaults to 'default')
39 */
40/**
41 * @var {boolean/string} $relative-image-path-for-uis
42 * True to use a relative image path for all new UIs. If true, the path will be "../images/".
43 * It can also be a string of the path value.
44 * It defaults to false, which means it will look for the images in the ExtJS SDK folder.
45 */
46/**
47 * @var {string} $font-family
48 * The default font-family to be used throughout the theme.
49 */
50/**
51 * @var {string} $base-gradient
52 * The base gradient to be used throughout the theme.
53 */
54/**
55 * @var {color} $base-color
56 * The base color to be used throughout the theme.
57 */
58/**
59 * @var {boolean} $include-not-found-images
60 * True to include files which are not found when compiling your SASS
61 */
62/**
63 * @var {boolean} $include-ie
64 * True to include Internet Explorer specific rules
65 */
66/**
67 * @var {boolean} $include-ff
68 * True to include Firefox specific rules
69 */
70/**
71 * @var {boolean} $include-chrome
72 * True to include Chrome specific rules
73 */
74/**
75 * @var {boolean} $include-safari
76 * True to include Safari specific rules
77 */
78/**
79 * @var {boolean} $include-opera
80 * True to include Opera specific rules
81 */
82/**
83 * @var {boolean} $include-webkit
84 * True to include Webkit specific rules
85 */
86/**
87 * @var {boolean} $compile-all
88 * True to copile all CSS, even if above include rules are false
89 */
90/**
91 * @var {boolean} $scope-reset-css
92 * True to scope the reset CSS within the $prefix variable.
93 */
94/**
95 * @var {color} $css-shadow-background-color
96 * The base color for CSS shadows
97 */
98/**
99 * @var {color} $include-shadow-images
100 * True to include all shadow images.
101 */
102/**
103 * @class Ext.form.field.Base
104 */
105/**
106 * @var {measurement} $form-field-height
107 * Height for form fields.
108 */
109/**
110 * @var {measurement} $form-toolbar-field-height
111 * Height for form fields in toolbar.
112 */
113/**
114 * @var {measurement} $form-error-icon-width
115 * Width for form error icons.
116 */
117/**
118 * @var {measurement} $form-field-padding
119 * Padding around form fields.
120 */
121/**
122 * @var {measurement} $form-field-font-size
123 * Font size for form fields.
124 */
125/**
126 * @var {font-family} $form-field-font-family
127 * Font family for form fields.
128 */
129/**
130 * @var {font-weight} $form-field-font-weight
131 * Font weight for form fields.
132 */
133/**
134 * @var {font} $form-field-font
135 * Font for form fields.
136 */
137/**
138 * @var {color} $form-field-color
139 * Text color for form fields.
140 */
141/**
142 * @var {color} $form-field-empty-color
143 * Text color for empty form fields.
144 */
145/**
146 * @var {color} $form-field-border-color
147 * Border color for form fields.
148 */
149/**
150 * @var {measurement} $form-field-border-width
151 * Border width for form fields.
152 */
153/**
154 * @var {color} $form-field-focus-border-color
155 * Border color for focused form fields.
156 */
157/**
158 * @var {color} $form-field-invalid-border-color
159 * Border color for invalid form fields.
160 */
161/**
162 * @var {color} $form-field-background-color
163 * Background color for form fields.
164 */
165/**
166 * @var {string} $form-field-background-image
167 * Background image for form fields.
168 */
169/**
170 * @var {color} $form-field-invalid-background-color
171 * Background color for invalid form fields.
172 */
173/**
174 * @var {string} $form-field-invalid-background-image
175 * Background image for invalid form fields.
176 */
177/**
178 * @var {background-repeat} $form-field-invalid-background-repeat
179 * Background repeat for invalid form fields.
180 */
181/**
182 * @var {background-position} $form-field-invalid-background-position
183 * Background position for invalid form fields.
184 */
185/**
186 * @class Ext.form.field.TextArea
187 */
188/**
189 * @class Ext.form.Label
190 */
191/**
192 * @class Ext.form.field.Checkbox
193 */
194/**
195 * @class Ext.form.field.Radio
196 */
197/* Error messages */
198/**
199 * @class Ext.form.field.Trigger
200 */
201/**
202 * @class Ext.form.FieldSet
203 */
204/**
205 * @class Ext.slider.Multi
206 */
207/**
208 * Creates a background gradient.
209 *
210 * @param {Color} $bg-color The background color of the gradient
211 * @param {String/List} [$type] The type of gradient to be used. Can either
212 * be a String which is a predefined gradient, or it can can be a list of
213 * color_stops. If none is set, it will still set the `background-color`
214 * to the $background-color.
215 * @param {String} [$direction=top] The direction of the gradient. Can either be
216 * `top` or `left`.
217 * @member Global_CSS
218 */
219/*
220 * Method which inserts a full background-image property for a theme image.
221 * It checks if the file exists and if it doesn't, it'll throw an error.
222 * By default it will not include the background-image property if it is not found,
223 * but this can be changed by changing the default value of $include-missing-images to
224 * be true.
225 */
226/* line 77, ../themes/stylesheets/ext4/default/core/_reset.scss */
227html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
228h4, h5, h6, pre, code, form, fieldset, legend,
229input, textarea, p, blockquote, th, td {
230  margin: 0;
231  padding: 0; }
232
233/* line 82, ../themes/stylesheets/ext4/default/core/_reset.scss */
234table {
235  border-collapse: collapse;
236  border-spacing: 0; }
237
238/* line 87, ../themes/stylesheets/ext4/default/core/_reset.scss */
239fieldset, img {
240  border: 0; }
241
242/* line 92, ../themes/stylesheets/ext4/default/core/_reset.scss */
243address, caption, cite, code,
244dfn, em, strong, th, var {
245  font-style: normal;
246  font-weight: normal; }
247
248/* line 97, ../themes/stylesheets/ext4/default/core/_reset.scss */
249li {
250  list-style: none; }
251
252/* line 101, ../themes/stylesheets/ext4/default/core/_reset.scss */
253caption, th {
254  text-align: left; }
255
256/* line 105, ../themes/stylesheets/ext4/default/core/_reset.scss */
257h1, h2, h3, h4, h5, h6 {
258  font-size: 100%; }
259
260/* line 110, ../themes/stylesheets/ext4/default/core/_reset.scss */
261q:before,
262q:after {
263  content: ""; }
264
265/* line 114, ../themes/stylesheets/ext4/default/core/_reset.scss */
266abbr, acronym {
267  border: 0;
268  font-variant: normal; }
269
270/* line 119, ../themes/stylesheets/ext4/default/core/_reset.scss */
271sup {
272  vertical-align: text-top; }
273
274/* line 123, ../themes/stylesheets/ext4/default/core/_reset.scss */
275sub {
276  vertical-align: text-bottom; }
277
278/* line 127, ../themes/stylesheets/ext4/default/core/_reset.scss */
279input, textarea, select {
280  font-family: inherit;
281  font-size: inherit;
282  font-weight: inherit; }
283
284/* line 133, ../themes/stylesheets/ext4/default/core/_reset.scss */
285*:focus {
286  outline: none; }
287
288/* line 138, ../themes/stylesheets/ext4/default/core/_reset.scss */
289.x-border-box,
290.x-border-box * {
291  box-sizing: border-box;
292  -moz-box-sizing: border-box;
293  -ms-box-sizing: border-box;
294  -webkit-box-sizing: border-box; }
295
296/* line 1, ../themes/stylesheets/ext4/default/core/_core.scss */
297.x-body {
298  color: white;
299  font-size: 15px;
300  font-family: tahoma, arial, verdana, sans-serif; }
301
302/* line 7, ../themes/stylesheets/ext4/default/core/_core.scss */
303.x-rtl {
304  direction: rtl; }
305
306/* line 11, ../themes/stylesheets/ext4/default/core/_core.scss */
307.x-ltr {
308  direction: ltr; }
309
310/* line 15, ../themes/stylesheets/ext4/default/core/_core.scss */
311.x-clear {
312  overflow: hidden;
313  clear: both;
314  font-size: 0;
315  line-height: 0;
316  display: table; }
317
318/* line 23, ../themes/stylesheets/ext4/default/core/_core.scss */
319.x-strict .x-ie7 .x-clear {
320  height: 0;
321  width: 0; }
322
323/* line 31, ../themes/stylesheets/ext4/default/core/_core.scss */
324.x-layer {
325  position: absolute !important;
326  overflow: hidden;
327  zoom: 1; }
328
329/* line 37, ../themes/stylesheets/ext4/default/core/_core.scss */
330.x-shim {
331  position: absolute;
332  left: 0;
333  top: 0;
334  overflow: hidden;
335  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
336  opacity: 0; }
337
338/* line 45, ../themes/stylesheets/ext4/default/core/_core.scss */
339.x-hide-display {
340  display: none !important; }
341
342/* line 49, ../themes/stylesheets/ext4/default/core/_core.scss */
343.x-hide-visibility {
344  visibility: hidden !important; }
345
346/* line 56, ../themes/stylesheets/ext4/default/core/_core.scss */
347.x-item-disabled .x-form-item-label,
348.x-item-disabled .x-form-field,
349.x-item-disabled .x-form-cb-label,
350.x-item-disabled .x-form-trigger {
351  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
352  opacity: 0.3; }
353
354/* line 60, ../themes/stylesheets/ext4/default/core/_core.scss */
355.x-ie6 .x-item-disabled {
356  filter: none; }
357
358/* line 65, ../themes/stylesheets/ext4/default/core/_core.scss */
359.x-hidden,
360.x-hide-offsets {
361  display: block !important;
362  visibility: hidden !important;
363  position: absolute!important;
364  left: -10000px !important;
365  top: -10000px !important; }
366
367/* line 75, ../themes/stylesheets/ext4/default/core/_core.scss */
368.x-hide-nosize {
369  height: 0!important;
370  width: 0!important; }
371
372/* line 80, ../themes/stylesheets/ext4/default/core/_core.scss */
373.x-masked-relative {
374  position: relative; }
375
376/* line 86, ../themes/stylesheets/ext4/default/core/_core.scss */
377.x-ie6 .x-masked select,
378.x-ie6.x-body-masked select {
379  visibility: hidden !important; }
380
381/* line 92, ../themes/stylesheets/ext4/default/core/_core.scss */
382.x-css-shadow {
383  position: absolute;
384  -moz-border-radius: 5px 5px;
385  -webkit-border-radius: 5px 5px;
386  -o-border-radius: 5px 5px;
387  -ms-border-radius: 5px 5px;
388  -khtml-border-radius: 5px 5px;
389  border-radius: 5px 5px; }
390
391/* line 98, ../themes/stylesheets/ext4/default/core/_core.scss */
392.x-ie-shadow {
393  background-color: #777;
394  display: none;
395  position: absolute;
396  overflow: hidden;
397  zoom: 1; }
398
399/* line 107, ../themes/stylesheets/ext4/default/core/_core.scss */
400.x-box-tl {
401  background: transparent no-repeat 0 0;
402  zoom: 1; }
403
404/* line 112, ../themes/stylesheets/ext4/default/core/_core.scss */
405.x-box-tc {
406  height: 8px;
407  background: transparent repeat-x 0 0;
408  overflow: hidden; }
409
410/* line 118, ../themes/stylesheets/ext4/default/core/_core.scss */
411.x-box-tr {
412  background: transparent no-repeat right -8px; }
413
414/* line 122, ../themes/stylesheets/ext4/default/core/_core.scss */
415.x-box-ml {
416  background: transparent repeat-y 0;
417  padding-left: 4px;
418  overflow: hidden;
419  zoom: 1; }
420
421/* line 129, ../themes/stylesheets/ext4/default/core/_core.scss */
422.x-box-mc {
423  background: repeat-x 0 -16px;
424  padding: 4px 10px; }
425
426/* line 134, ../themes/stylesheets/ext4/default/core/_core.scss */
427.x-box-mc h3 {
428  margin: 0 0 4px 0;
429  zoom: 1; }
430
431/* line 139, ../themes/stylesheets/ext4/default/core/_core.scss */
432.x-box-mr {
433  background: transparent repeat-y right;
434  padding-right: 4px;
435  overflow: hidden; }
436
437/* line 145, ../themes/stylesheets/ext4/default/core/_core.scss */
438.x-box-bl {
439  background: transparent no-repeat 0 -16px;
440  zoom: 1; }
441
442/* line 150, ../themes/stylesheets/ext4/default/core/_core.scss */
443.x-box-bc {
444  background: transparent repeat-x 0 -8px;
445  height: 8px;
446  overflow: hidden; }
447
448/* line 156, ../themes/stylesheets/ext4/default/core/_core.scss */
449.x-box-br {
450  background: transparent no-repeat right -24px; }
451
452/* line 160, ../themes/stylesheets/ext4/default/core/_core.scss */
453.x-box-tl, .x-box-bl {
454  padding-left: 8px;
455  overflow: hidden; }
456
457/* line 165, ../themes/stylesheets/ext4/default/core/_core.scss */
458.x-box-tr, .x-box-br {
459  padding-right: 8px;
460  overflow: hidden; }
461
462/* line 170, ../themes/stylesheets/ext4/default/core/_core.scss */
463.x-box-tl {
464  background-image: url('../../resources/themes/images/access/box/corners.gif'); }
465
466/* line 174, ../themes/stylesheets/ext4/default/core/_core.scss */
467.x-box-tc {
468  background-image: url('../../resources/themes/images/access/box/tb.gif'); }
469
470/* line 178, ../themes/stylesheets/ext4/default/core/_core.scss */
471.x-box-tr {
472  background-image: url('../../resources/themes/images/access/box/corners.gif'); }
473
474/* line 182, ../themes/stylesheets/ext4/default/core/_core.scss */
475.x-box-ml {
476  background-image: url('../../resources/themes/images/access/box/l.gif'); }
477
478/* line 186, ../themes/stylesheets/ext4/default/core/_core.scss */
479.x-box-mc {
480  background-color: #eee;
481  background-image: url('../../resources/themes/images/access/box/tb.gif');
482  font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
483  color: #393939;
484  font-size: 15px; }
485
486/* line 194, ../themes/stylesheets/ext4/default/core/_core.scss */
487.x-box-mc h3 {
488  font-size: 18px;
489  font-weight: bold; }
490
491/* line 199, ../themes/stylesheets/ext4/default/core/_core.scss */
492.x-box-mr {
493  background-image: url('../../resources/themes/images/access/box/r.gif'); }
494
495/* line 203, ../themes/stylesheets/ext4/default/core/_core.scss */
496.x-box-bl {
497  background-image: url('../../resources/themes/images/access/box/corners.gif'); }
498
499/* line 207, ../themes/stylesheets/ext4/default/core/_core.scss */
500.x-box-bc {
501  background-image: url('../../resources/themes/images/access/box/tb.gif'); }
502
503/* line 211, ../themes/stylesheets/ext4/default/core/_core.scss */
504.x-box-br {
505  background-image: url('../../resources/themes/images/access/box/corners.gif'); }
506
507/* line 215, ../themes/stylesheets/ext4/default/core/_core.scss */
508.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
509  background-image: url('../../resources/themes/images/access/box/corners-blue.gif'); }
510
511/* line 219, ../themes/stylesheets/ext4/default/core/_core.scss */
512.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
513  background-image: url('../../resources/themes/images/access/box/tb-blue.gif'); }
514
515/* line 223, ../themes/stylesheets/ext4/default/core/_core.scss */
516.x-box-blue .x-box-mc {
517  background-color: #c3daf9; }
518
519/* line 227, ../themes/stylesheets/ext4/default/core/_core.scss */
520.x-box-blue .x-box-mc h3 {
521  color: #17385b; }
522
523/* line 231, ../themes/stylesheets/ext4/default/core/_core.scss */
524.x-box-blue .x-box-ml {
525  background-image: url('../../resources/themes/images/access/box/l-blue.gif'); }
526
527/* line 235, ../themes/stylesheets/ext4/default/core/_core.scss */
528.x-box-blue .x-box-mr {
529  background-image: url('../../resources/themes/images/access/box/r-blue.gif'); }
530
531/* line 239, ../themes/stylesheets/ext4/default/core/_core.scss */
532.x-container {
533  zoom: 1; }
534  /* line 244, ../themes/stylesheets/ext4/default/core/_core.scss */
535  .x-container:before {
536    content: "";
537    clear: both;
538    display: table; }
539
540/* line 254, ../themes/stylesheets/ext4/default/core/_core.scss */
541table.x-container:before,
542tbody.x-container:before,
543tr.x-container:before {
544  display: none; }
545
546/* line 1, ../themes/stylesheets/ext4/default/util/_focus.scss */
547.x-focus-element {
548  position: absolute;
549  top: -10px;
550  left: -10px;
551  width: 0px;
552  height: 0px; }
553
554/* line 9, ../themes/stylesheets/ext4/default/util/_focus.scss */
555.x-focus-frame {
556  position: absolute;
557  left: 0px;
558  top: 0px;
559  z-index: 100000000;
560  width: 0px;
561  height: 0px; }
562
563/* line 21, ../themes/stylesheets/ext4/default/util/_focus.scss */
564.x-focus-frame-top,
565.x-focus-frame-bottom,
566.x-focus-frame-left,
567.x-focus-frame-right {
568  position: absolute;
569  top: 0px;
570  left: 0px; }
571
572/* line 28, ../themes/stylesheets/ext4/default/util/_focus.scss */
573.x-focus-frame-top,
574.x-focus-frame-bottom {
575  border-top: solid 2px #15428b;
576  height: 2px; }
577
578/* line 34, ../themes/stylesheets/ext4/default/util/_focus.scss */
579.x-focus-frame-left,
580.x-focus-frame-right {
581  border-left: solid 2px #15428b;
582  width: 2px; }
583
584/**
585 * Creates the base structure of a BoundList.
586 * @member Ext.view.BoundList
587 */
588/**
589 * Creates the base structure of an Ext.Button
590 * @member Ext.button.Button
591 */
592/**
593 * Creates a visual theme of an Ext.Button
594 * @member Ext.button.Button
595 */
596/**
597 * Creates the base structure of a button group.
598 * @member Ext.container.ButtonGroup
599 */
600/**
601 * Creates a visual theme of a button group.
602 * @member Ext.container.ButtonGroup
603 */
604/**
605 * Creates the base structure of a date picker.
606 * @member Ext.picker.Date
607 */
608/**
609 * Creates base structure for Ext.picker.Color
610 * @member Ext.picker.Color
611 */
612/**
613 * Creates the base structure of a Menu
614 * @member Ext.menu.Menu
615 */
616/**
617 * Create the base structure of an Ext.Panel
618 * @member Ext.panel.Panel
619 */
620/**
621 * Creates a visual theme for an Ext.Panel
622 * @member Ext.panel.Panel
623 */
624/**
625 * Creates base structure for Toolbar
626 * @member Ext.toolbar.Toolbar
627 */
628/**
629 * Creates a visual theme for an Toolbar.
630 * @param {String} $ui The name of the UI
631 * @param {Color} $background-color The background color of the toolbar (defaults to transparent)
632 * @param {Gradient/color-stops} $background-gradient The background gradient of the toolbar (defaults to null)
633 * @param {Color} $border-color The border color of the toolbar (defaults to null)
634 * @member Ext.toolbar.Toolbar
635 */
636/**
637 * Creates the base structure of Ext.form.Panel.
638 * @member Ext.form.Panel
639 */
640/**
641 * Creates the base structure of form field.
642 * @member Ext.form.field.Base
643 */
644/**
645 * Creates the base structure of FieldSet.
646 * @member Ext.form.FieldSet
647 */
648/**
649 * Creates the base structure of file field.
650 * @member Ext.form.field.File
651 */
652/**
653 * Creates the base structure of checkbox field.
654 * @member Ext.form.field.Checkbox
655 */
656/**
657 * Creates the base structure of CheckboxGroup.
658 * @member Ext.form.CheckboxGroup
659 */
660/**
661 * Creates the base structure of trigger field.
662 * @member Ext.form.field.Trigger
663 */
664/**
665 * Creates the base structure of HtmlEditor field.
666 * @member Ext.form.field.HtmlEditor
667 */
668/**
669 * Creates the base structure of QuickTip.
670 * @member Ext.tip.QuickTip
671 */
672/**
673 * Creates the base structure of an Ext.Window
674 * @member Ext.window.Window
675 */
676/**
677 * Creates a visual theme for an Ext.Panel
678 * @member Ext.window.Window
679 */
680/**
681 * Creates a visual theme for TabBar
682 * @member Ext.tab.Bar
683 */
684/**
685 * Creates the base structure of a Tab.
686 * @member Ext.tab.Tab
687 */
688/**
689 * Creates the base structure of slider.
690 * @member Ext.slider.Multi
691 */
692/**
693 * Creates base structure for a Grid.
694 * @member Ext.grid.Panel
695 */
696/**
697 * Creates the base structure of Tree.
698 * @member Ext.tree.Panel
699 */
700/* Styles for Ext.LoadMask */
701/* line 3, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
702.x-mask {
703  z-index: 100;
704  position: absolute;
705  top: 0;
706  left: 0;
707  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
708  opacity: 0.5;
709  width: 100%;
710  height: 100%;
711  zoom: 1;
712  background: #cccccc; }
713
714/* line 19, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
715.x-mask-msg {
716  z-index: 20001;
717  position: absolute;
718  top: 0;
719  left: 0;
720  padding: 2px;
721  border: 1px solid;
722  border-color: #222233;
723  background-image: none;
724  background-color: #3f4757; }
725  /* line 38, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
726  .x-mask-msg div {
727    padding: 5px 10px;
728    cursor: wait;
729    border: 1px solid #555566;
730    background-color: #232d38;
731    color: white;
732    font: normal 14px tahoma, arial, verdana, sans-serif; }
733
734/**
735 * Creates the base structure of an Ext.ProgressBar
736 * @member Ext.ProgressBar
737 */
738/**
739 * Creates a visual theme for an Ext.ProgressBar
740 * @member Ext.ProgressBar
741 */
742/**
743 * Creates base structure for a Draw Component.
744 * @member Ext.draw.Component
745 */
746/**
747 * Creates the base structure of Viewport.
748 * @member Ext.container.Viewport
749 */
750/**
751 * W3C suggested default style sheet for HTML 4:
752 * [http://www.w3.org/TR/CSS21/sample.html](http://www.w3.org/TR/CSS21/sample.html)
753 *
754 * @member Global_CSS
755 */
756/* line 6, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
757.x-boundlist {
758  border-width: 2px;
759  border-style: solid;
760  border-color: #222732;
761  background: #404551; }
762  /* line 12, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
763  .x-boundlist .x-toolbar {
764    border-width: 1px 0 0 0; }
765
766/* line 22, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
767.x-strict .x-ie6 .x-boundlist-list-ct,
768.x-strict .x-ie7 .x-boundlist-list-ct {
769  position: relative; }
770
771/* line 29, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
772.x-boundlist-item {
773  padding: 2px;
774  user-select: none;
775  -o-user-select: none;
776  -ms-user-select: none;
777  -moz-user-select: -moz-none;
778  -webkit-user-select: none;
779  cursor: default;
780  cursor: pointer;
781  cursor: hand;
782  position: relative;
783  /*allow hover in IE on empty items*/
784  border-width: 0;
785  border-style: dotted;
786  border-color: #404551; }
787
788/* line 43, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
789.x-boundlist-selected {
790  background: #e5872c;
791  border-color: #242838; }
792
793/* line 48, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
794.x-boundlist-item-over {
795  background: #e5872c;
796  border-color: #2e3347; }
797
798/* line 53, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
799.x-boundlist-floating {
800  border-top-width: 0; }
801
802/* line 57, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
803.x-boundlist-above {
804  border-top-width: 1px;
805  border-bottom-width: 1px; }
806
807/* line 6, ../themes/stylesheets/ext4/default/widgets/_button.scss */
808.x-btn {
809  display: inline-block;
810  zoom: 1;
811  *display: inline;
812  position: relative;
813  cursor: pointer;
814  cursor: hand;
815  white-space: nowrap;
816  vertical-align: middle;
817  background-repeat: no-repeat; }
818  /* line 19, ../themes/stylesheets/ext4/default/widgets/_button.scss */
819  .x-btn * {
820    cursor: pointer;
821    cursor: hand; }
822  /* line 26, ../themes/stylesheets/ext4/default/widgets/_button.scss */
823  .x-btn em {
824    background-repeat: no-repeat; }
825    /* line 30, ../themes/stylesheets/ext4/default/widgets/_button.scss */
826    .x-btn em a {
827      text-decoration: none;
828      display: block;
829      color: inherit;
830      width: 100%;
831      zoom: 1; }
832  /* line 45, ../themes/stylesheets/ext4/default/widgets/_button.scss */
833  .x-btn button {
834    width: 100%;
835    display: block;
836    margin: 0;
837    padding: 0;
838    border: 0;
839    background: none;
840    outline: 0 none;
841    overflow: hidden;
842    vertical-align: bottom;
843    -webkit-appearance: none; }
844    /* line 59, ../themes/stylesheets/ext4/default/widgets/_button.scss */
845    .x-btn button::-moz-focus-inner {
846      border: 0;
847      padding: 0; }
848  /* line 65, ../themes/stylesheets/ext4/default/widgets/_button.scss */
849  .x-btn .x-btn-inner {
850    display: block;
851    white-space: nowrap;
852    background-color: transparent;
853    background-repeat: no-repeat;
854    background-position: left center;
855    overflow: hidden; }
856  /* line 74, ../themes/stylesheets/ext4/default/widgets/_button.scss */
857  .x-btn .x-btn-left .x-btn-inner {
858    text-align: left; }
859  /* line 78, ../themes/stylesheets/ext4/default/widgets/_button.scss */
860  .x-btn .x-btn-center .x-btn-inner {
861    text-align: center; }
862  /* line 82, ../themes/stylesheets/ext4/default/widgets/_button.scss */
863  .x-btn .x-btn-right .x-btn-inner {
864    text-align: right; }
865
866/* line 87, ../themes/stylesheets/ext4/default/widgets/_button.scss */
867.x-btn-disabled span {
868  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
869  opacity: 0.5; }
870  /* line 91, ../themes/stylesheets/ext4/default/widgets/_button.scss */
871  .x-ie6 .x-btn-disabled span, .x-ie7 .x-btn-disabled span {
872    filter: none; }
873
874/* line 98, ../themes/stylesheets/ext4/default/widgets/_button.scss */
875.x-ie7 .x-btn-disabled,
876.x-ie8 .x-btn-disabled {
877  filter: none; }
878
879/* line 105, ../themes/stylesheets/ext4/default/widgets/_button.scss */
880.x-ie6 .x-btn-disabled .x-btn-icon,
881.x-ie7 .x-btn-disabled .x-btn-icon,
882.x-ie8 .x-btn-disabled .x-btn-icon {
883  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
884  opacity: 0.6; }
885
886/* IE9 shows scrollbars in a button unless this is set  */
887/* line 112, ../themes/stylesheets/ext4/default/widgets/_button.scss */
888.x-ie9 .x-btn button {
889  overflow: visible!important; }
890
891/* line 117, ../themes/stylesheets/ext4/default/widgets/_button.scss */
892* html .x-ie .x-btn button {
893  width: 1px; }
894
895/* line 122, ../themes/stylesheets/ext4/default/widgets/_button.scss */
896.x-ie .x-btn button {
897  overflow-x: visible;
898  /*prevents extra horiz space in IE*/
899  vertical-align: baseline;
900  /*IE doesn't like bottom*/ }
901
902/* line 129, ../themes/stylesheets/ext4/default/widgets/_button.scss */
903.x-strict .x-ie6 .x-btn .x-frame-mc,
904.x-strict .x-ie7 .x-btn .x-frame-mc {
905  height: 100%; }
906
907/* Keep the selector simple ".x-btn .x-frame-mc" is enough to target the center frame of the button table */
908/* line 138, ../themes/stylesheets/ext4/default/widgets/_button.scss */
909.x-btn .x-frame-mc {
910  vertical-align: middle;
911  white-space: nowrap;
912  cursor: pointer; }
913
914/* Only center when all there is is text. Otherwise solo icons get centered. */
915/* line 147, ../themes/stylesheets/ext4/default/widgets/_button.scss */
916.x-btn-noicon .x-frame-mc {
917  text-align: center; }
918
919/* line 153, ../themes/stylesheets/ext4/default/widgets/_button.scss */
920.x-btn-icon-text-left .x-btn-icon {
921  background-position: left center; }
922
923/* line 157, ../themes/stylesheets/ext4/default/widgets/_button.scss */
924.x-btn-icon-text-right .x-btn-icon {
925  background-position: right center; }
926
927/* line 161, ../themes/stylesheets/ext4/default/widgets/_button.scss */
928.x-btn-icon-text-top .x-btn-icon {
929  background-position: center top; }
930
931/* line 165, ../themes/stylesheets/ext4/default/widgets/_button.scss */
932.x-btn-icon-text-bottom .x-btn-icon {
933  background-position: center bottom; }
934
935/* line 170, ../themes/stylesheets/ext4/default/widgets/_button.scss */
936.x-btn button, .x-btn a {
937  position: relative; }
938  /* line 173, ../themes/stylesheets/ext4/default/widgets/_button.scss */
939  .x-btn button .x-btn-icon, .x-btn a .x-btn-icon {
940    position: absolute;
941    background-repeat: no-repeat; }
942
943/* line 180, ../themes/stylesheets/ext4/default/widgets/_button.scss */
944.x-btn-arrow-right {
945  background: transparent no-repeat right center;
946  padding-right: 12px; }
947  /* line 184, ../themes/stylesheets/ext4/default/widgets/_button.scss */
948  .x-btn-arrow-right .x-btn-inner {
949    padding-right: 0 !important; }
950
951/* line 189, ../themes/stylesheets/ext4/default/widgets/_button.scss */
952.x-toolbar .x-btn-arrow-right {
953  padding-right: 12px; }
954
955/* line 193, ../themes/stylesheets/ext4/default/widgets/_button.scss */
956.x-btn-arrow-bottom {
957  background: transparent no-repeat center bottom;
958  padding-bottom: 12px; }
959
960/* line 198, ../themes/stylesheets/ext4/default/widgets/_button.scss */
961.x-btn-arrow {
962  background-image: url('../../resources/themes/images/access/button/arrow.gif');
963  display: block; }
964
965/* line 206, ../themes/stylesheets/ext4/default/widgets/_button.scss */
966.x-btn-split-right,
967.x-btn-over .x-btn-split-right {
968  background: transparent no-repeat right center;
969  background-image: url('../../resources/themes/images/access/button/s-arrow.gif');
970  padding-right: 14px !important; }
971
972/* line 213, ../themes/stylesheets/ext4/default/widgets/_button.scss */
973.x-btn-split-bottom,
974.x-btn-over .x-btn-split-bottom {
975  background: transparent no-repeat center bottom;
976  background-image: url('../../resources/themes/images/access/button/s-arrow-b.gif');
977  padding-bottom: 14px; }
978
979/* line 219, ../themes/stylesheets/ext4/default/widgets/_button.scss */
980.x-toolbar .x-btn-split-right {
981  background-image: url('../../resources/themes/images/access/button/s-arrow-noline.gif');
982  padding-right: 12px !important; }
983
984/* line 224, ../themes/stylesheets/ext4/default/widgets/_button.scss */
985.x-toolbar .x-btn-split-bottom {
986  background-image: url('../../resources/themes/images/access/button/s-arrow-b-noline.gif'); }
987
988/* line 228, ../themes/stylesheets/ext4/default/widgets/_button.scss */
989.x-btn-split {
990  display: block; }
991
992/* line 233, ../themes/stylesheets/ext4/default/widgets/_button.scss */
993.x-item-disabled,
994.x-item-disabled * {
995  cursor: default; }
996
997/* line 237, ../themes/stylesheets/ext4/default/widgets/_button.scss */
998.x-cycle-fixed-width .x-btn-inner {
999  text-align: inherit; }
1000
1001/* line 241, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1002.x-btn-over .x-btn-split-right {
1003  background-image: url('../../resources/themes/images/access/button/s-arrow-o.gif'); }
1004
1005/* line 242, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1006.x-btn-over .x-btn-split-bottom {
1007  background-image: url('../../resources/themes/images/access/button/s-arrow-bo.gif'); }
1008
1009/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1010.x-btn-default-small {
1011  border-color: #06070a; }
1012
1013/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1014.x-btn-default-small {
1015  -moz-border-radius: 3px;
1016  -webkit-border-radius: 3px;
1017  -o-border-radius: 3px;
1018  -ms-border-radius: 3px;
1019  -khtml-border-radius: 3px;
1020  border-radius: 3px;
1021  padding: 2px 2px 2px 2px;
1022  border-width: 1px;
1023  border-style: solid;
1024  background-image: none;
1025  background-color: #2a3142;
1026  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3142), color-stop(48%, #252c3b), color-stop(52%, #13171f), color-stop(100%, #171b25));
1027  background-image: -webkit-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1028  background-image: -moz-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1029  background-image: -o-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1030  background-image: -ms-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1031  background-image: linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25); }
1032
1033/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1034.x-nlg .x-btn-default-small-mc {
1035  background-image: url('../../resources/themes/images/access/btn/btn-default-small-bg.gif');
1036  background-color: #2a3142; }
1037
1038/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1039.x-nbr .x-btn-default-small {
1040  padding: 0 !important;
1041  border-width: 0 !important;
1042  -moz-border-radius: 0px;
1043  -webkit-border-radius: 0px;
1044  -o-border-radius: 0px;
1045  -ms-border-radius: 0px;
1046  -khtml-border-radius: 0px;
1047  border-radius: 0px;
1048  background-color: transparent;
1049  background-position: 1100303px 1000303px; }
1050/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1051.x-nbr .x-btn-default-small-tl,
1052.x-nbr .x-btn-default-small-bl,
1053.x-nbr .x-btn-default-small-tr,
1054.x-nbr .x-btn-default-small-br,
1055.x-nbr .x-btn-default-small-tc,
1056.x-nbr .x-btn-default-small-bc,
1057.x-nbr .x-btn-default-small-ml,
1058.x-nbr .x-btn-default-small-mr {
1059  zoom: 1;
1060  background-image: url('../../resources/themes/images/access/btn/btn-default-small-corners.gif'); }
1061/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1062.x-nbr .x-btn-default-small-ml,
1063.x-nbr .x-btn-default-small-mr {
1064  zoom: 1;
1065  background-image: url('../../resources/themes/images/access/btn/btn-default-small-sides.gif');
1066  background-position: 0 0; }
1067/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1068.x-nbr .x-btn-default-small-mc {
1069  padding: 0px 0px 0px 0px; }
1070
1071/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1072.x-strict .x-ie7 .x-btn-default-small-tl,
1073.x-strict .x-ie7 .x-btn-default-small-bl {
1074  position: relative;
1075  right: 0; }
1076
1077/* line 643, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1078.x-btn-default-small .x-btn-inner {
1079  font-size: 14px;
1080  font-weight: normal;
1081  font-family: tahoma, arial, verdana, sans-serif;
1082  color: white;
1083  background-repeat: no-repeat;
1084  padding: 0 4px; }
1085
1086/* line 656, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1087.x-btn-default-small-icon button,
1088.x-btn-default-small-icon a,
1089.x-btn-default-small-icon .x-btn-inner,
1090.x-btn-default-small-noicon button,
1091.x-btn-default-small-noicon a,
1092.x-btn-default-small-noicon .x-btn-inner {
1093  height: 16px;
1094  line-height: 16px; }
1095
1096/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1097.x-btn-default-small-icon button,
1098.x-btn-default-small-icon a {
1099  padding: 0; }
1100/* line 669, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1101.x-btn-default-small-icon .x-btn-inner {
1102  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
1103  width: 16px;
1104  padding: 0; }
1105/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1106.x-btn-default-small-icon .x-btn-icon {
1107  width: 16px;
1108  height: 16px;
1109  top: 0;
1110  left: 0;
1111  bottom: 0;
1112  right: 0; }
1113
1114/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1115.x-btn-default-small-icon-text-left button,
1116.x-btn-default-small-icon-text-left a {
1117  height: 16px; }
1118/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1119.x-btn-default-small-icon-text-left .x-btn-inner {
1120  height: 16px;
1121  line-height: 16px;
1122  padding-left: 20px; }
1123/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1124.x-btn-default-small-icon-text-left .x-btn-icon {
1125  width: 16px;
1126  height: auto;
1127  top: 0;
1128  left: 0;
1129  bottom: 0;
1130  right: auto; }
1131  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1132  .x-ie6 .x-btn-default-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-left .x-btn-icon {
1133    height: 16px; }
1134
1135/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1136.x-btn-default-small-icon-text-right button,
1137.x-btn-default-small-icon-text-right a {
1138  height: 16px; }
1139/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1140.x-btn-default-small-icon-text-right .x-btn-inner {
1141  height: 16px;
1142  line-height: 16px;
1143  padding-right: 20px !important; }
1144/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1145.x-btn-default-small-icon-text-right .x-btn-icon {
1146  width: 16px;
1147  height: auto;
1148  top: 0;
1149  left: auto;
1150  bottom: 0;
1151  right: 0; }
1152  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1153  .x-ie6 .x-btn-default-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-right .x-btn-icon {
1154    height: 16px; }
1155
1156/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1157.x-btn-default-small-icon-text-top .x-btn-inner {
1158  padding-top: 20px; }
1159/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1160.x-btn-default-small-icon-text-top .x-btn-icon {
1161  width: auto;
1162  height: 16px;
1163  top: 0;
1164  left: 0;
1165  bottom: auto;
1166  right: 0; }
1167  /* line 751, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1168  .x-ie6 .x-btn-default-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-small-icon-text-top .x-btn-icon {
1169    width: 16px; }
1170
1171/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1172.x-btn-default-small-icon-text-bottom .x-btn-inner {
1173  padding-bottom: 20px; }
1174/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1175.x-btn-default-small-icon-text-bottom .x-btn-icon {
1176  width: auto;
1177  height: 16px;
1178  top: auto;
1179  left: 0;
1180  bottom: 0;
1181  right: 0; }
1182  /* line 771, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1183  .x-ie6 .x-btn-default-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-small-icon-text-bottom .x-btn-icon {
1184    width: 16px; }
1185
1186/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1187.x-btn-default-small-over {
1188  border-color: #947518;
1189  background-image: none;
1190  background-color: #ed9200;
1191  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed9200), color-stop(48%, #e29200), color-stop(52%, #9d7921), color-stop(100%, #ab821b));
1192  background-image: -webkit-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1193  background-image: -moz-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1194  background-image: -o-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1195  background-image: -ms-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1196  background-image: linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b); }
1197
1198/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1199.x-btn-default-small-focus {
1200  border-color: #947518;
1201  background-image: none;
1202  background-color: #ed9200;
1203  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed9200), color-stop(48%, #e29200), color-stop(52%, #9d7921), color-stop(100%, #ab821b));
1204  background-image: -webkit-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1205  background-image: -moz-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1206  background-image: -o-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1207  background-image: -ms-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1208  background-image: linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b); }
1209
1210/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1211.x-btn-default-small-menu-active,
1212.x-btn-default-small-pressed {
1213  border-color: #c9750f;
1214  background-image: none;
1215  background-color: #da7b19;
1216  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da7b19), color-stop(48%, #e17b1d), color-stop(52%, #db6800), color-stop(100%, #e66e00));
1217  background-image: -webkit-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1218  background-image: -moz-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1219  background-image: -o-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1220  background-image: -ms-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1221  background-image: linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00); }
1222
1223/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1224.x-btn-default-small-disabled {
1225  border-color: #565656;
1226  background-image: none;
1227  background-color: #6b6b6b;
1228  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(48%, #656565), color-stop(52%, #4e4e4e), color-stop(100%, #535353));
1229  background-image: -webkit-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1230  background-image: -moz-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1231  background-image: -o-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1232  background-image: -ms-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1233  background-image: linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353); }
1234
1235/* line 898, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1236.x-nbr .x-btn-default-small-over .x-frame-tl,
1237.x-nbr .x-btn-default-small-over .x-frame-bl,
1238.x-nbr .x-btn-default-small-over .x-frame-tr,
1239.x-nbr .x-btn-default-small-over .x-frame-br,
1240.x-nbr .x-btn-default-small-over .x-frame-tc,
1241.x-nbr .x-btn-default-small-over .x-frame-bc {
1242  background-image: url('../../resources/themes/images/access/btn/btn-default-small-over-corners.gif'); }
1243/* line 902, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1244.x-nbr .x-btn-default-small-over .x-frame-ml,
1245.x-nbr .x-btn-default-small-over .x-frame-mr {
1246  background-image: url('../../resources/themes/images/access/btn/btn-default-small-over-sides.gif'); }
1247/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1248.x-nbr .x-btn-default-small-over .x-frame-mc {
1249  background-color: #ed9200;
1250  background-image: url('../../resources/themes/images/access/btn/btn-default-small-over-bg.gif'); }
1251/* line 919, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1252.x-nbr .x-btn-default-small-focus .x-frame-tl,
1253.x-nbr .x-btn-default-small-focus .x-frame-bl,
1254.x-nbr .x-btn-default-small-focus .x-frame-tr,
1255.x-nbr .x-btn-default-small-focus .x-frame-br,
1256.x-nbr .x-btn-default-small-focus .x-frame-tc,
1257.x-nbr .x-btn-default-small-focus .x-frame-bc {
1258  background-image: url('../../resources/themes/images/access/btn/btn-default-small-focus-corners.gif'); }
1259/* line 923, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1260.x-nbr .x-btn-default-small-focus .x-frame-ml,
1261.x-nbr .x-btn-default-small-focus .x-frame-mr {
1262  background-image: url('../../resources/themes/images/access/btn/btn-default-small-focus-sides.gif'); }
1263/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1264.x-nbr .x-btn-default-small-focus .x-frame-mc {
1265  background-color: #ed9200;
1266  background-image: url('../../resources/themes/images/access/btn/btn-default-small-focus-bg.gif'); }
1267/* line 941, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1268.x-nbr .x-btn-default-small-menu-active .x-frame-tl,
1269.x-nbr .x-btn-default-small-menu-active .x-frame-bl,
1270.x-nbr .x-btn-default-small-menu-active .x-frame-tr,
1271.x-nbr .x-btn-default-small-menu-active .x-frame-br,
1272.x-nbr .x-btn-default-small-menu-active .x-frame-tc,
1273.x-nbr .x-btn-default-small-menu-active .x-frame-bc,
1274.x-nbr .x-btn-default-small-pressed .x-frame-tl,
1275.x-nbr .x-btn-default-small-pressed .x-frame-bl,
1276.x-nbr .x-btn-default-small-pressed .x-frame-tr,
1277.x-nbr .x-btn-default-small-pressed .x-frame-br,
1278.x-nbr .x-btn-default-small-pressed .x-frame-tc,
1279.x-nbr .x-btn-default-small-pressed .x-frame-bc {
1280  background-image: url('../../resources/themes/images/access/btn/btn-default-small-pressed-corners.gif'); }
1281/* line 945, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1282.x-nbr .x-btn-default-small-menu-active .x-frame-ml,
1283.x-nbr .x-btn-default-small-menu-active .x-frame-mr,
1284.x-nbr .x-btn-default-small-pressed .x-frame-ml,
1285.x-nbr .x-btn-default-small-pressed .x-frame-mr {
1286  background-image: url('../../resources/themes/images/access/btn/btn-default-small-pressed-sides.gif'); }
1287/* line 948, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1288.x-nbr .x-btn-default-small-menu-active .x-frame-mc,
1289.x-nbr .x-btn-default-small-pressed .x-frame-mc {
1290  background-color: #da7b19;
1291  background-image: url('../../resources/themes/images/access/btn/btn-default-small-pressed-bg.gif'); }
1292/* line 962, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1293.x-nbr .x-btn-default-small-disabled .x-frame-tl,
1294.x-nbr .x-btn-default-small-disabled .x-frame-bl,
1295.x-nbr .x-btn-default-small-disabled .x-frame-tr,
1296.x-nbr .x-btn-default-small-disabled .x-frame-br,
1297.x-nbr .x-btn-default-small-disabled .x-frame-tc,
1298.x-nbr .x-btn-default-small-disabled .x-frame-bc {
1299  background-image: url('../../resources/themes/images/access/btn/btn-default-small-disabled-corners.gif'); }
1300/* line 966, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1301.x-nbr .x-btn-default-small-disabled .x-frame-ml,
1302.x-nbr .x-btn-default-small-disabled .x-frame-mr {
1303  background-image: url('../../resources/themes/images/access/btn/btn-default-small-disabled-sides.gif'); }
1304/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1305.x-nbr .x-btn-default-small-disabled .x-frame-mc {
1306  background-color: #6b6b6b;
1307  background-image: url('../../resources/themes/images/access/btn/btn-default-small-disabled-bg.gif'); }
1308
1309/* line 982, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1310.x-nlg .x-btn-default-small {
1311  background-repeat: repeat-x;
1312  background-image: url('../../resources/themes/images/access/btn/btn-default-small-bg.gif'); }
1313
1314/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1315.x-nlg .x-btn-default-small-over {
1316  background-repeat: repeat-x;
1317  background-image: url('../../resources/themes/images/access/btn/btn-default-small-over-bg.gif'); }
1318
1319/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1320.x-nlg .x-btn-default-small-focus {
1321  background-repeat: repeat-x;
1322  background-image: url('../../resources/themes/images/access/btn/btn-default-small-focus-bg.gif'); }
1323
1324/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1325.x-nlg .x-btn-default-small-menu-active,
1326.x-nlg .x-btn-default-small-pressed {
1327  background-repeat: repeat-x;
1328  background-image: url('../../resources/themes/images/access/btn/btn-default-small-pressed-bg.gif'); }
1329
1330/* line 1019, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1331.x-nlg .x-btn-default-small-disabled {
1332  background-repeat: repeat-x;
1333  background-image: url('../../resources/themes/images/access/btn/btn-default-small-disabled-bg.gif'); }
1334
1335/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1336.x-btn-default-medium {
1337  border-color: #06070a; }
1338
1339/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1340.x-btn-default-medium {
1341  -moz-border-radius: 3px;
1342  -webkit-border-radius: 3px;
1343  -o-border-radius: 3px;
1344  -ms-border-radius: 3px;
1345  -khtml-border-radius: 3px;
1346  border-radius: 3px;
1347  padding: 3px 3px 3px 3px;
1348  border-width: 1px;
1349  border-style: solid;
1350  background-image: none;
1351  background-color: #2a3142;
1352  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3142), color-stop(48%, #252c3b), color-stop(52%, #13171f), color-stop(100%, #171b25));
1353  background-image: -webkit-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1354  background-image: -moz-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1355  background-image: -o-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1356  background-image: -ms-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1357  background-image: linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25); }
1358
1359/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1360.x-nlg .x-btn-default-medium-mc {
1361  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-bg.gif');
1362  background-color: #2a3142; }
1363
1364/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1365.x-nbr .x-btn-default-medium {
1366  padding: 0 !important;
1367  border-width: 0 !important;
1368  -moz-border-radius: 0px;
1369  -webkit-border-radius: 0px;
1370  -o-border-radius: 0px;
1371  -ms-border-radius: 0px;
1372  -khtml-border-radius: 0px;
1373  border-radius: 0px;
1374  background-color: transparent;
1375  background-position: 1100303px 1000303px; }
1376/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1377.x-nbr .x-btn-default-medium-tl,
1378.x-nbr .x-btn-default-medium-bl,
1379.x-nbr .x-btn-default-medium-tr,
1380.x-nbr .x-btn-default-medium-br,
1381.x-nbr .x-btn-default-medium-tc,
1382.x-nbr .x-btn-default-medium-bc,
1383.x-nbr .x-btn-default-medium-ml,
1384.x-nbr .x-btn-default-medium-mr {
1385  zoom: 1;
1386  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-corners.gif'); }
1387/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1388.x-nbr .x-btn-default-medium-ml,
1389.x-nbr .x-btn-default-medium-mr {
1390  zoom: 1;
1391  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-sides.gif');
1392  background-position: 0 0; }
1393/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1394.x-nbr .x-btn-default-medium-mc {
1395  padding: 1px 1px 1px 1px; }
1396
1397/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1398.x-strict .x-ie7 .x-btn-default-medium-tl,
1399.x-strict .x-ie7 .x-btn-default-medium-bl {
1400  position: relative;
1401  right: 0; }
1402
1403/* line 643, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1404.x-btn-default-medium .x-btn-inner {
1405  font-size: 14px;
1406  font-weight: normal;
1407  font-family: tahoma, arial, verdana, sans-serif;
1408  color: white;
1409  background-repeat: no-repeat;
1410  padding: 0 3px; }
1411
1412/* line 656, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1413.x-btn-default-medium-icon button,
1414.x-btn-default-medium-icon a,
1415.x-btn-default-medium-icon .x-btn-inner,
1416.x-btn-default-medium-noicon button,
1417.x-btn-default-medium-noicon a,
1418.x-btn-default-medium-noicon .x-btn-inner {
1419  height: 24px;
1420  line-height: 24px; }
1421
1422/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1423.x-btn-default-medium-icon button, .x-btn-default-medium-icon a {
1424  padding: 0; }
1425/* line 669, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1426.x-btn-default-medium-icon .x-btn-inner {
1427  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
1428  width: 24px;
1429  padding: 0; }
1430/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1431.x-btn-default-medium-icon .x-btn-icon {
1432  width: 24px;
1433  height: 24px;
1434  top: 0;
1435  left: 0;
1436  bottom: 0;
1437  right: 0; }
1438
1439/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1440.x-btn-default-medium-icon-text-left button, .x-btn-default-medium-icon-text-left a {
1441  height: 24px; }
1442/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1443.x-btn-default-medium-icon-text-left .x-btn-inner {
1444  height: 24px;
1445  line-height: 24px;
1446  padding-left: 28px; }
1447/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1448.x-btn-default-medium-icon-text-left .x-btn-icon {
1449  width: 24px;
1450  height: auto;
1451  top: 0;
1452  left: 0;
1453  bottom: 0;
1454  right: auto; }
1455  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1456  .x-ie6 .x-btn-default-medium-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-medium-icon-text-left .x-btn-icon {
1457    height: 24px; }
1458
1459/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1460.x-btn-default-medium-icon-text-right button, .x-btn-default-medium-icon-text-right a {
1461  height: 24px; }
1462/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1463.x-btn-default-medium-icon-text-right .x-btn-inner {
1464  height: 24px;
1465  line-height: 24px;
1466  padding-right: 28px !important; }
1467/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1468.x-btn-default-medium-icon-text-right .x-btn-icon {
1469  width: 24px;
1470  height: auto;
1471  top: 0;
1472  left: auto;
1473  bottom: 0;
1474  right: 0; }
1475  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1476  .x-ie6 .x-btn-default-medium-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-medium-icon-text-right .x-btn-icon {
1477    height: 24px; }
1478
1479/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1480.x-btn-default-medium-icon-text-top .x-btn-inner {
1481  padding-top: 28px; }
1482/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1483.x-btn-default-medium-icon-text-top .x-btn-icon {
1484  width: auto;
1485  height: 24px;
1486  top: 0;
1487  left: 0;
1488  bottom: auto;
1489  right: 0; }
1490  /* line 751, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1491  .x-ie6 .x-btn-default-medium-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-medium-icon-text-top .x-btn-icon {
1492    width: 24px; }
1493
1494/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1495.x-btn-default-medium-icon-text-bottom .x-btn-inner {
1496  padding-bottom: 28px; }
1497/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1498.x-btn-default-medium-icon-text-bottom .x-btn-icon {
1499  width: auto;
1500  height: 24px;
1501  top: auto;
1502  left: 0;
1503  bottom: 0;
1504  right: 0; }
1505  /* line 771, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1506  .x-ie6 .x-btn-default-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-medium-icon-text-bottom .x-btn-icon {
1507    width: 24px; }
1508
1509/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1510.x-btn-default-medium-over {
1511  border-color: #947518;
1512  background-image: none;
1513  background-color: #ed9200;
1514  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed9200), color-stop(48%, #e29200), color-stop(52%, #9d7921), color-stop(100%, #ab821b));
1515  background-image: -webkit-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1516  background-image: -moz-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1517  background-image: -o-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1518  background-image: -ms-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1519  background-image: linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b); }
1520
1521/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1522.x-btn-default-medium-focus {
1523  border-color: #947518;
1524  background-image: none;
1525  background-color: #ed9200;
1526  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed9200), color-stop(48%, #e29200), color-stop(52%, #9d7921), color-stop(100%, #ab821b));
1527  background-image: -webkit-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1528  background-image: -moz-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1529  background-image: -o-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1530  background-image: -ms-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1531  background-image: linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b); }
1532
1533/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1534.x-btn-default-medium-menu-active,
1535.x-btn-default-medium-pressed {
1536  border-color: #c9750f;
1537  background-image: none;
1538  background-color: #da7b19;
1539  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da7b19), color-stop(48%, #e17b1d), color-stop(52%, #db6800), color-stop(100%, #e66e00));
1540  background-image: -webkit-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1541  background-image: -moz-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1542  background-image: -o-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1543  background-image: -ms-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1544  background-image: linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00); }
1545
1546/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1547.x-btn-default-medium-disabled {
1548  border-color: #565656;
1549  background-image: none;
1550  background-color: #6b6b6b;
1551  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(48%, #656565), color-stop(52%, #4e4e4e), color-stop(100%, #535353));
1552  background-image: -webkit-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1553  background-image: -moz-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1554  background-image: -o-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1555  background-image: -ms-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1556  background-image: linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353); }
1557
1558/* line 898, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1559.x-nbr .x-btn-default-medium-over .x-frame-tl,
1560.x-nbr .x-btn-default-medium-over .x-frame-bl,
1561.x-nbr .x-btn-default-medium-over .x-frame-tr,
1562.x-nbr .x-btn-default-medium-over .x-frame-br,
1563.x-nbr .x-btn-default-medium-over .x-frame-tc,
1564.x-nbr .x-btn-default-medium-over .x-frame-bc {
1565  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-over-corners.gif'); }
1566/* line 902, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1567.x-nbr .x-btn-default-medium-over .x-frame-ml,
1568.x-nbr .x-btn-default-medium-over .x-frame-mr {
1569  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-over-sides.gif'); }
1570/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1571.x-nbr .x-btn-default-medium-over .x-frame-mc {
1572  background-color: #ed9200;
1573  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-over-bg.gif'); }
1574/* line 919, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1575.x-nbr .x-btn-default-medium-focus .x-frame-tl,
1576.x-nbr .x-btn-default-medium-focus .x-frame-bl,
1577.x-nbr .x-btn-default-medium-focus .x-frame-tr,
1578.x-nbr .x-btn-default-medium-focus .x-frame-br,
1579.x-nbr .x-btn-default-medium-focus .x-frame-tc,
1580.x-nbr .x-btn-default-medium-focus .x-frame-bc {
1581  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-focus-corners.gif'); }
1582/* line 923, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1583.x-nbr .x-btn-default-medium-focus .x-frame-ml,
1584.x-nbr .x-btn-default-medium-focus .x-frame-mr {
1585  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-focus-sides.gif'); }
1586/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1587.x-nbr .x-btn-default-medium-focus .x-frame-mc {
1588  background-color: #ed9200;
1589  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-focus-bg.gif'); }
1590/* line 941, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1591.x-nbr .x-btn-default-medium-menu-active .x-frame-tl,
1592.x-nbr .x-btn-default-medium-menu-active .x-frame-bl,
1593.x-nbr .x-btn-default-medium-menu-active .x-frame-tr,
1594.x-nbr .x-btn-default-medium-menu-active .x-frame-br,
1595.x-nbr .x-btn-default-medium-menu-active .x-frame-tc,
1596.x-nbr .x-btn-default-medium-menu-active .x-frame-bc,
1597.x-nbr .x-btn-default-medium-pressed .x-frame-tl,
1598.x-nbr .x-btn-default-medium-pressed .x-frame-bl,
1599.x-nbr .x-btn-default-medium-pressed .x-frame-tr,
1600.x-nbr .x-btn-default-medium-pressed .x-frame-br,
1601.x-nbr .x-btn-default-medium-pressed .x-frame-tc,
1602.x-nbr .x-btn-default-medium-pressed .x-frame-bc {
1603  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-pressed-corners.gif'); }
1604/* line 945, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1605.x-nbr .x-btn-default-medium-menu-active .x-frame-ml,
1606.x-nbr .x-btn-default-medium-menu-active .x-frame-mr,
1607.x-nbr .x-btn-default-medium-pressed .x-frame-ml,
1608.x-nbr .x-btn-default-medium-pressed .x-frame-mr {
1609  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-pressed-sides.gif'); }
1610/* line 948, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1611.x-nbr .x-btn-default-medium-menu-active .x-frame-mc,
1612.x-nbr .x-btn-default-medium-pressed .x-frame-mc {
1613  background-color: #da7b19;
1614  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-pressed-bg.gif'); }
1615/* line 962, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1616.x-nbr .x-btn-default-medium-disabled .x-frame-tl,
1617.x-nbr .x-btn-default-medium-disabled .x-frame-bl,
1618.x-nbr .x-btn-default-medium-disabled .x-frame-tr,
1619.x-nbr .x-btn-default-medium-disabled .x-frame-br,
1620.x-nbr .x-btn-default-medium-disabled .x-frame-tc,
1621.x-nbr .x-btn-default-medium-disabled .x-frame-bc {
1622  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-disabled-corners.gif'); }
1623/* line 966, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1624.x-nbr .x-btn-default-medium-disabled .x-frame-ml,
1625.x-nbr .x-btn-default-medium-disabled .x-frame-mr {
1626  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-disabled-sides.gif'); }
1627/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1628.x-nbr .x-btn-default-medium-disabled .x-frame-mc {
1629  background-color: #6b6b6b;
1630  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-disabled-bg.gif'); }
1631
1632/* line 982, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1633.x-nlg .x-btn-default-medium {
1634  background-repeat: repeat-x;
1635  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-bg.gif'); }
1636
1637/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1638.x-nlg .x-btn-default-medium-over {
1639  background-repeat: repeat-x;
1640  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-over-bg.gif'); }
1641
1642/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1643.x-nlg .x-btn-default-medium-focus {
1644  background-repeat: repeat-x;
1645  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-focus-bg.gif'); }
1646
1647/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1648.x-nlg .x-btn-default-medium-menu-active,
1649.x-nlg .x-btn-default-medium-pressed {
1650  background-repeat: repeat-x;
1651  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-pressed-bg.gif'); }
1652
1653/* line 1019, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1654.x-nlg .x-btn-default-medium-disabled {
1655  background-repeat: repeat-x;
1656  background-image: url('../../resources/themes/images/access/btn/btn-default-medium-disabled-bg.gif'); }
1657
1658/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1659.x-btn-default-large {
1660  border-color: #06070a; }
1661
1662/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1663.x-btn-default-large {
1664  -moz-border-radius: 3px;
1665  -webkit-border-radius: 3px;
1666  -o-border-radius: 3px;
1667  -ms-border-radius: 3px;
1668  -khtml-border-radius: 3px;
1669  border-radius: 3px;
1670  padding: 3px 3px 3px 3px;
1671  border-width: 1px;
1672  border-style: solid;
1673  background-image: none;
1674  background-color: #2a3142;
1675  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3142), color-stop(48%, #252c3b), color-stop(52%, #13171f), color-stop(100%, #171b25));
1676  background-image: -webkit-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1677  background-image: -moz-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1678  background-image: -o-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1679  background-image: -ms-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
1680  background-image: linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25); }
1681
1682/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1683.x-nlg .x-btn-default-large-mc {
1684  background-image: url('../../resources/themes/images/access/btn/btn-default-large-bg.gif');
1685  background-color: #2a3142; }
1686
1687/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1688.x-nbr .x-btn-default-large {
1689  padding: 0 !important;
1690  border-width: 0 !important;
1691  -moz-border-radius: 0px;
1692  -webkit-border-radius: 0px;
1693  -o-border-radius: 0px;
1694  -ms-border-radius: 0px;
1695  -khtml-border-radius: 0px;
1696  border-radius: 0px;
1697  background-color: transparent;
1698  background-position: 1100303px 1000303px; }
1699/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1700.x-nbr .x-btn-default-large-tl,
1701.x-nbr .x-btn-default-large-bl,
1702.x-nbr .x-btn-default-large-tr,
1703.x-nbr .x-btn-default-large-br,
1704.x-nbr .x-btn-default-large-tc,
1705.x-nbr .x-btn-default-large-bc,
1706.x-nbr .x-btn-default-large-ml,
1707.x-nbr .x-btn-default-large-mr {
1708  zoom: 1;
1709  background-image: url('../../resources/themes/images/access/btn/btn-default-large-corners.gif'); }
1710/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1711.x-nbr .x-btn-default-large-ml,
1712.x-nbr .x-btn-default-large-mr {
1713  zoom: 1;
1714  background-image: url('../../resources/themes/images/access/btn/btn-default-large-sides.gif');
1715  background-position: 0 0; }
1716/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1717.x-nbr .x-btn-default-large-mc {
1718  padding: 1px 1px 1px 1px; }
1719
1720/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1721.x-strict .x-ie7 .x-btn-default-large-tl,
1722.x-strict .x-ie7 .x-btn-default-large-bl {
1723  position: relative;
1724  right: 0; }
1725
1726/* line 643, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1727.x-btn-default-large .x-btn-inner {
1728  font-size: 14px;
1729  font-weight: normal;
1730  font-family: tahoma, arial, verdana, sans-serif;
1731  color: white;
1732  background-repeat: no-repeat;
1733  padding: 0 3px; }
1734
1735/* line 656, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1736.x-btn-default-large-icon button,
1737.x-btn-default-large-icon a,
1738.x-btn-default-large-icon .x-btn-inner,
1739.x-btn-default-large-noicon button,
1740.x-btn-default-large-noicon a,
1741.x-btn-default-large-noicon .x-btn-inner {
1742  height: 32px;
1743  line-height: 32px; }
1744
1745/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1746.x-btn-default-large-icon button, .x-btn-default-large-icon a {
1747  padding: 0; }
1748/* line 669, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1749.x-btn-default-large-icon .x-btn-inner {
1750  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
1751  width: 32px;
1752  padding: 0; }
1753/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1754.x-btn-default-large-icon .x-btn-icon {
1755  width: 32px;
1756  height: 32px;
1757  top: 0;
1758  left: 0;
1759  bottom: 0;
1760  right: 0; }
1761
1762/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1763.x-btn-default-large-icon-text-left button, .x-btn-default-large-icon-text-left a {
1764  height: 32px; }
1765/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1766.x-btn-default-large-icon-text-left .x-btn-inner {
1767  height: 32px;
1768  line-height: 32px;
1769  padding-left: 36px; }
1770/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1771.x-btn-default-large-icon-text-left .x-btn-icon {
1772  width: 32px;
1773  height: auto;
1774  top: 0;
1775  left: 0;
1776  bottom: 0;
1777  right: auto; }
1778  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1779  .x-ie6 .x-btn-default-large-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-left .x-btn-icon {
1780    height: 32px; }
1781
1782/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1783.x-btn-default-large-icon-text-right button, .x-btn-default-large-icon-text-right a {
1784  height: 32px; }
1785/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1786.x-btn-default-large-icon-text-right .x-btn-inner {
1787  height: 32px;
1788  line-height: 32px;
1789  padding-right: 36px !important; }
1790/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1791.x-btn-default-large-icon-text-right .x-btn-icon {
1792  width: 32px;
1793  height: auto;
1794  top: 0;
1795  left: auto;
1796  bottom: 0;
1797  right: 0; }
1798  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1799  .x-ie6 .x-btn-default-large-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-right .x-btn-icon {
1800    height: 32px; }
1801
1802/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1803.x-btn-default-large-icon-text-top .x-btn-inner {
1804  padding-top: 36px; }
1805/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1806.x-btn-default-large-icon-text-top .x-btn-icon {
1807  width: auto;
1808  height: 32px;
1809  top: 0;
1810  left: 0;
1811  bottom: auto;
1812  right: 0; }
1813  /* line 751, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1814  .x-ie6 .x-btn-default-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-large-icon-text-top .x-btn-icon {
1815    width: 32px; }
1816
1817/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1818.x-btn-default-large-icon-text-bottom .x-btn-inner {
1819  padding-bottom: 36px; }
1820/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1821.x-btn-default-large-icon-text-bottom .x-btn-icon {
1822  width: auto;
1823  height: 32px;
1824  top: auto;
1825  left: 0;
1826  bottom: 0;
1827  right: 0; }
1828  /* line 771, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1829  .x-ie6 .x-btn-default-large-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-large-icon-text-bottom .x-btn-icon {
1830    width: 32px; }
1831
1832/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1833.x-btn-default-large-over {
1834  border-color: #947518;
1835  background-image: none;
1836  background-color: #ed9200;
1837  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed9200), color-stop(48%, #e29200), color-stop(52%, #9d7921), color-stop(100%, #ab821b));
1838  background-image: -webkit-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1839  background-image: -moz-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1840  background-image: -o-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1841  background-image: -ms-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1842  background-image: linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b); }
1843
1844/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1845.x-btn-default-large-focus {
1846  border-color: #947518;
1847  background-image: none;
1848  background-color: #ed9200;
1849  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed9200), color-stop(48%, #e29200), color-stop(52%, #9d7921), color-stop(100%, #ab821b));
1850  background-image: -webkit-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1851  background-image: -moz-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1852  background-image: -o-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1853  background-image: -ms-linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b);
1854  background-image: linear-gradient(top, #ed9200, #e29200 48%, #9d7921 52%, #ab821b); }
1855
1856/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1857.x-btn-default-large-menu-active,
1858.x-btn-default-large-pressed {
1859  border-color: #c9750f;
1860  background-image: none;
1861  background-color: #da7b19;
1862  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da7b19), color-stop(48%, #e17b1d), color-stop(52%, #db6800), color-stop(100%, #e66e00));
1863  background-image: -webkit-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1864  background-image: -moz-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1865  background-image: -o-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1866  background-image: -ms-linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00);
1867  background-image: linear-gradient(top, #da7b19, #e17b1d 48%, #db6800 52%, #e66e00); }
1868
1869/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1870.x-btn-default-large-disabled {
1871  border-color: #565656;
1872  background-image: none;
1873  background-color: #6b6b6b;
1874  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(48%, #656565), color-stop(52%, #4e4e4e), color-stop(100%, #535353));
1875  background-image: -webkit-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1876  background-image: -moz-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1877  background-image: -o-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1878  background-image: -ms-linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353);
1879  background-image: linear-gradient(top, #6b6b6b, #656565 48%, #4e4e4e 52%, #535353); }
1880
1881/* line 898, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1882.x-nbr .x-btn-default-large-over .x-frame-tl,
1883.x-nbr .x-btn-default-large-over .x-frame-bl,
1884.x-nbr .x-btn-default-large-over .x-frame-tr,
1885.x-nbr .x-btn-default-large-over .x-frame-br,
1886.x-nbr .x-btn-default-large-over .x-frame-tc,
1887.x-nbr .x-btn-default-large-over .x-frame-bc {
1888  background-image: url('../../resources/themes/images/access/btn/btn-default-large-over-corners.gif'); }
1889/* line 902, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1890.x-nbr .x-btn-default-large-over .x-frame-ml,
1891.x-nbr .x-btn-default-large-over .x-frame-mr {
1892  background-image: url('../../resources/themes/images/access/btn/btn-default-large-over-sides.gif'); }
1893/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1894.x-nbr .x-btn-default-large-over .x-frame-mc {
1895  background-color: #ed9200;
1896  background-image: url('../../resources/themes/images/access/btn/btn-default-large-over-bg.gif'); }
1897/* line 919, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1898.x-nbr .x-btn-default-large-focus .x-frame-tl,
1899.x-nbr .x-btn-default-large-focus .x-frame-bl,
1900.x-nbr .x-btn-default-large-focus .x-frame-tr,
1901.x-nbr .x-btn-default-large-focus .x-frame-br,
1902.x-nbr .x-btn-default-large-focus .x-frame-tc,
1903.x-nbr .x-btn-default-large-focus .x-frame-bc {
1904  background-image: url('../../resources/themes/images/access/btn/btn-default-large-focus-corners.gif'); }
1905/* line 923, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1906.x-nbr .x-btn-default-large-focus .x-frame-ml,
1907.x-nbr .x-btn-default-large-focus .x-frame-mr {
1908  background-image: url('../../resources/themes/images/access/btn/btn-default-large-focus-sides.gif'); }
1909/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1910.x-nbr .x-btn-default-large-focus .x-frame-mc {
1911  background-color: #ed9200;
1912  background-image: url('../../resources/themes/images/access/btn/btn-default-large-focus-bg.gif'); }
1913/* line 941, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1914.x-nbr .x-btn-default-large-menu-active .x-frame-tl,
1915.x-nbr .x-btn-default-large-menu-active .x-frame-bl,
1916.x-nbr .x-btn-default-large-menu-active .x-frame-tr,
1917.x-nbr .x-btn-default-large-menu-active .x-frame-br,
1918.x-nbr .x-btn-default-large-menu-active .x-frame-tc,
1919.x-nbr .x-btn-default-large-menu-active .x-frame-bc,
1920.x-nbr .x-btn-default-large-pressed .x-frame-tl,
1921.x-nbr .x-btn-default-large-pressed .x-frame-bl,
1922.x-nbr .x-btn-default-large-pressed .x-frame-tr,
1923.x-nbr .x-btn-default-large-pressed .x-frame-br,
1924.x-nbr .x-btn-default-large-pressed .x-frame-tc,
1925.x-nbr .x-btn-default-large-pressed .x-frame-bc {
1926  background-image: url('../../resources/themes/images/access/btn/btn-default-large-pressed-corners.gif'); }
1927/* line 945, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1928.x-nbr .x-btn-default-large-menu-active .x-frame-ml,
1929.x-nbr .x-btn-default-large-menu-active .x-frame-mr,
1930.x-nbr .x-btn-default-large-pressed .x-frame-ml,
1931.x-nbr .x-btn-default-large-pressed .x-frame-mr {
1932  background-image: url('../../resources/themes/images/access/btn/btn-default-large-pressed-sides.gif'); }
1933/* line 948, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1934.x-nbr .x-btn-default-large-menu-active .x-frame-mc,
1935.x-nbr .x-btn-default-large-pressed .x-frame-mc {
1936  background-color: #da7b19;
1937  background-image: url('../../resources/themes/images/access/btn/btn-default-large-pressed-bg.gif'); }
1938/* line 962, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1939.x-nbr .x-btn-default-large-disabled .x-frame-tl,
1940.x-nbr .x-btn-default-large-disabled .x-frame-bl,
1941.x-nbr .x-btn-default-large-disabled .x-frame-tr,
1942.x-nbr .x-btn-default-large-disabled .x-frame-br,
1943.x-nbr .x-btn-default-large-disabled .x-frame-tc,
1944.x-nbr .x-btn-default-large-disabled .x-frame-bc {
1945  background-image: url('../../resources/themes/images/access/btn/btn-default-large-disabled-corners.gif'); }
1946/* line 966, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1947.x-nbr .x-btn-default-large-disabled .x-frame-ml,
1948.x-nbr .x-btn-default-large-disabled .x-frame-mr {
1949  background-image: url('../../resources/themes/images/access/btn/btn-default-large-disabled-sides.gif'); }
1950/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1951.x-nbr .x-btn-default-large-disabled .x-frame-mc {
1952  background-color: #6b6b6b;
1953  background-image: url('../../resources/themes/images/access/btn/btn-default-large-disabled-bg.gif'); }
1954
1955/* line 982, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1956.x-nlg .x-btn-default-large {
1957  background-repeat: repeat-x;
1958  background-image: url('../../resources/themes/images/access/btn/btn-default-large-bg.gif'); }
1959
1960/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1961.x-nlg .x-btn-default-large-over {
1962  background-repeat: repeat-x;
1963  background-image: url('../../resources/themes/images/access/btn/btn-default-large-over-bg.gif'); }
1964
1965/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1966.x-nlg .x-btn-default-large-focus {
1967  background-repeat: repeat-x;
1968  background-image: url('../../resources/themes/images/access/btn/btn-default-large-focus-bg.gif'); }
1969
1970/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1971.x-nlg .x-btn-default-large-menu-active,
1972.x-nlg .x-btn-default-large-pressed {
1973  background-repeat: repeat-x;
1974  background-image: url('../../resources/themes/images/access/btn/btn-default-large-pressed-bg.gif'); }
1975
1976/* line 1019, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1977.x-nlg .x-btn-default-large-disabled {
1978  background-repeat: repeat-x;
1979  background-image: url('../../resources/themes/images/access/btn/btn-default-large-disabled-bg.gif'); }
1980
1981/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
1982.x-btn-default-toolbar-small {
1983  border-color: transparent; }
1984
1985/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1986.x-btn-default-toolbar-small {
1987  -moz-border-radius: 3px;
1988  -webkit-border-radius: 3px;
1989  -o-border-radius: 3px;
1990  -ms-border-radius: 3px;
1991  -khtml-border-radius: 3px;
1992  border-radius: 3px;
1993  padding: 2px 2px 2px 2px;
1994  border-width: 1px;
1995  border-style: solid;
1996  background-color: transparent; }
1997
1998/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
1999.x-nlg .x-btn-default-toolbar-small-mc {
2000  background-color: transparent; }
2001
2002/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2003.x-nbr .x-btn-default-toolbar-small {
2004  padding: 0 !important;
2005  border-width: 0 !important;
2006  -moz-border-radius: 0px;
2007  -webkit-border-radius: 0px;
2008  -o-border-radius: 0px;
2009  -ms-border-radius: 0px;
2010  -khtml-border-radius: 0px;
2011  border-radius: 0px;
2012  background-color: transparent;
2013  background-position: 1100303px 1000303px; }
2014/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2015.x-nbr .x-btn-default-toolbar-small-tl,
2016.x-nbr .x-btn-default-toolbar-small-bl,
2017.x-nbr .x-btn-default-toolbar-small-tr,
2018.x-nbr .x-btn-default-toolbar-small-br,
2019.x-nbr .x-btn-default-toolbar-small-tc,
2020.x-nbr .x-btn-default-toolbar-small-bc,
2021.x-nbr .x-btn-default-toolbar-small-ml,
2022.x-nbr .x-btn-default-toolbar-small-mr {
2023  zoom: 1; }
2024/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2025.x-nbr .x-btn-default-toolbar-small-ml,
2026.x-nbr .x-btn-default-toolbar-small-mr {
2027  zoom: 1; }
2028/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2029.x-nbr .x-btn-default-toolbar-small-mc {
2030  padding: 0px 0px 0px 0px; }
2031
2032/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2033.x-strict .x-ie7 .x-btn-default-toolbar-small-tl,
2034.x-strict .x-ie7 .x-btn-default-toolbar-small-bl {
2035  position: relative;
2036  right: 0; }
2037
2038/* line 643, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2039.x-btn-default-toolbar-small .x-btn-inner {
2040  font-size: 14px;
2041  font-weight: normal;
2042  font-family: tahoma, arial, verdana, sans-serif;
2043  color: white;
2044  background-repeat: no-repeat;
2045  padding: 0 4px; }
2046
2047/* line 656, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2048.x-btn-default-toolbar-small-icon button,
2049.x-btn-default-toolbar-small-icon a,
2050.x-btn-default-toolbar-small-icon .x-btn-inner,
2051.x-btn-default-toolbar-small-noicon button,
2052.x-btn-default-toolbar-small-noicon a,
2053.x-btn-default-toolbar-small-noicon .x-btn-inner {
2054  height: 16px;
2055  line-height: 16px; }
2056
2057/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2058.x-btn-default-toolbar-small-icon button, .x-btn-default-toolbar-small-icon a {
2059  padding: 0; }
2060/* line 669, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2061.x-btn-default-toolbar-small-icon .x-btn-inner {
2062  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
2063  width: 16px;
2064  padding: 0; }
2065/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2066.x-btn-default-toolbar-small-icon .x-btn-icon {
2067  width: 16px;
2068  height: 16px;
2069  top: 0;
2070  left: 0;
2071  bottom: 0;
2072  right: 0; }
2073
2074/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2075.x-btn-default-toolbar-small-icon-text-left button, .x-btn-default-toolbar-small-icon-text-left a {
2076  height: 16px; }
2077/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2078.x-btn-default-toolbar-small-icon-text-left .x-btn-inner {
2079  height: 16px;
2080  line-height: 16px;
2081  padding-left: 20px; }
2082/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2083.x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
2084  width: 16px;
2085  height: auto;
2086  top: 0;
2087  left: 0;
2088  bottom: 0;
2089  right: auto; }
2090  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2091  .x-ie6 .x-btn-default-toolbar-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
2092    height: 16px; }
2093
2094/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2095.x-btn-default-toolbar-small-icon-text-right button, .x-btn-default-toolbar-small-icon-text-right a {
2096  height: 16px; }
2097/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2098.x-btn-default-toolbar-small-icon-text-right .x-btn-inner {
2099  height: 16px;
2100  line-height: 16px;
2101  padding-right: 20px !important; }
2102/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2103.x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
2104  width: 16px;
2105  height: auto;
2106  top: 0;
2107  left: auto;
2108  bottom: 0;
2109  right: 0; }
2110  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2111  .x-ie6 .x-btn-default-toolbar-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
2112    height: 16px; }
2113
2114/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2115.x-btn-default-toolbar-small-icon-text-top .x-btn-inner {
2116  padding-top: 20px; }
2117/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2118.x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
2119  width: auto;
2120  height: 16px;
2121  top: 0;
2122  left: 0;
2123  bottom: auto;
2124  right: 0; }
2125  /* line 751, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2126  .x-ie6 .x-btn-default-toolbar-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
2127    width: 16px; }
2128
2129/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2130.x-btn-default-toolbar-small-icon-text-bottom .x-btn-inner {
2131  padding-bottom: 20px; }
2132/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2133.x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
2134  width: auto;
2135  height: 16px;
2136  top: auto;
2137  left: 0;
2138  bottom: 0;
2139  right: 0; }
2140  /* line 771, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2141  .x-ie6 .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
2142    width: 16px; }
2143
2144/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2145.x-btn-default-toolbar-small-over {
2146  border-color: #d97e27;
2147  background-image: none;
2148  background-color: #ed9200; }
2149
2150/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2151.x-btn-default-toolbar-small-focus {
2152  border-color: #d97e27;
2153  background-image: none;
2154  background-color: #ed9200; }
2155
2156/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2157.x-btn-default-toolbar-small-menu-active,
2158.x-btn-default-toolbar-small-pressed {
2159  border-color: #c86e19;
2160  background-image: none;
2161  background-color: #db7b1f; }
2162
2163/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2164.x-btn-default-toolbar-small-disabled {
2165  background-image: none;
2166  background-color: transparent; }
2167
2168/* line 898, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2169.x-nbr .x-btn-default-toolbar-small-over .x-frame-tl,
2170.x-nbr .x-btn-default-toolbar-small-over .x-frame-bl,
2171.x-nbr .x-btn-default-toolbar-small-over .x-frame-tr,
2172.x-nbr .x-btn-default-toolbar-small-over .x-frame-br,
2173.x-nbr .x-btn-default-toolbar-small-over .x-frame-tc,
2174.x-nbr .x-btn-default-toolbar-small-over .x-frame-bc {
2175  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-over-corners.gif'); }
2176/* line 902, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2177.x-nbr .x-btn-default-toolbar-small-over .x-frame-ml,
2178.x-nbr .x-btn-default-toolbar-small-over .x-frame-mr {
2179  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-over-sides.gif'); }
2180/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2181.x-nbr .x-btn-default-toolbar-small-over .x-frame-mc {
2182  background-color: #ed9200; }
2183/* line 919, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2184.x-nbr .x-btn-default-toolbar-small-focus .x-frame-tl,
2185.x-nbr .x-btn-default-toolbar-small-focus .x-frame-bl,
2186.x-nbr .x-btn-default-toolbar-small-focus .x-frame-tr,
2187.x-nbr .x-btn-default-toolbar-small-focus .x-frame-br,
2188.x-nbr .x-btn-default-toolbar-small-focus .x-frame-tc,
2189.x-nbr .x-btn-default-toolbar-small-focus .x-frame-bc {
2190  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-focus-corners.gif'); }
2191/* line 923, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2192.x-nbr .x-btn-default-toolbar-small-focus .x-frame-ml,
2193.x-nbr .x-btn-default-toolbar-small-focus .x-frame-mr {
2194  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-focus-sides.gif'); }
2195/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2196.x-nbr .x-btn-default-toolbar-small-focus .x-frame-mc {
2197  background-color: #ed9200; }
2198/* line 941, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2199.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tl,
2200.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-bl,
2201.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tr,
2202.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-br,
2203.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tc,
2204.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-bc,
2205.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tl,
2206.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-bl,
2207.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tr,
2208.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-br,
2209.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tc,
2210.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-bc {
2211  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-pressed-corners.gif'); }
2212/* line 945, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2213.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-ml,
2214.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-mr,
2215.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-ml,
2216.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-mr {
2217  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-pressed-sides.gif'); }
2218/* line 948, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2219.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-mc,
2220.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-mc {
2221  background-color: #db7b1f; }
2222/* line 962, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2223.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tl,
2224.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-bl,
2225.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tr,
2226.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-br,
2227.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tc,
2228.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-bc {
2229  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-disabled-corners.gif'); }
2230/* line 966, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2231.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-ml,
2232.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mr {
2233  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-small-disabled-sides.gif'); }
2234/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2235.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mc {
2236  background-color: transparent; }
2237
2238/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2239.x-btn-default-toolbar-medium {
2240  border-color: transparent; }
2241
2242/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2243.x-btn-default-toolbar-medium {
2244  -moz-border-radius: 3px;
2245  -webkit-border-radius: 3px;
2246  -o-border-radius: 3px;
2247  -ms-border-radius: 3px;
2248  -khtml-border-radius: 3px;
2249  border-radius: 3px;
2250  padding: 3px 3px 3px 3px;
2251  border-width: 1px;
2252  border-style: solid;
2253  background-color: transparent; }
2254
2255/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2256.x-nlg .x-btn-default-toolbar-medium-mc {
2257  background-color: transparent; }
2258
2259/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2260.x-nbr .x-btn-default-toolbar-medium {
2261  padding: 0 !important;
2262  border-width: 0 !important;
2263  -moz-border-radius: 0px;
2264  -webkit-border-radius: 0px;
2265  -o-border-radius: 0px;
2266  -ms-border-radius: 0px;
2267  -khtml-border-radius: 0px;
2268  border-radius: 0px;
2269  background-color: transparent;
2270  background-position: 1100303px 1000303px; }
2271/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2272.x-nbr .x-btn-default-toolbar-medium-tl,
2273.x-nbr .x-btn-default-toolbar-medium-bl,
2274.x-nbr .x-btn-default-toolbar-medium-tr,
2275.x-nbr .x-btn-default-toolbar-medium-br,
2276.x-nbr .x-btn-default-toolbar-medium-tc,
2277.x-nbr .x-btn-default-toolbar-medium-bc,
2278.x-nbr .x-btn-default-toolbar-medium-ml,
2279.x-nbr .x-btn-default-toolbar-medium-mr {
2280  zoom: 1; }
2281/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2282.x-nbr .x-btn-default-toolbar-medium-ml,
2283.x-nbr .x-btn-default-toolbar-medium-mr {
2284  zoom: 1; }
2285/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2286.x-nbr .x-btn-default-toolbar-medium-mc {
2287  padding: 1px 1px 1px 1px; }
2288
2289/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2290.x-strict .x-ie7 .x-btn-default-toolbar-medium-tl,
2291.x-strict .x-ie7 .x-btn-default-toolbar-medium-bl {
2292  position: relative;
2293  right: 0; }
2294
2295/* line 643, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2296.x-btn-default-toolbar-medium .x-btn-inner {
2297  font-size: 14px;
2298  font-weight: normal;
2299  font-family: tahoma, arial, verdana, sans-serif;
2300  color: white;
2301  background-repeat: no-repeat;
2302  padding: 0 3px; }
2303
2304/* line 656, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2305.x-btn-default-toolbar-medium-icon button,
2306.x-btn-default-toolbar-medium-icon a,
2307.x-btn-default-toolbar-medium-icon .x-btn-inner,
2308.x-btn-default-toolbar-medium-noicon button,
2309.x-btn-default-toolbar-medium-noicon a,
2310.x-btn-default-toolbar-medium-noicon .x-btn-inner {
2311  height: 24px;
2312  line-height: 24px; }
2313
2314/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2315.x-btn-default-toolbar-medium-icon button, .x-btn-default-toolbar-medium-icon a {
2316  padding: 0; }
2317/* line 669, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2318.x-btn-default-toolbar-medium-icon .x-btn-inner {
2319  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
2320  width: 24px;
2321  padding: 0; }
2322/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2323.x-btn-default-toolbar-medium-icon .x-btn-icon {
2324  width: 24px;
2325  height: 24px;
2326  top: 0;
2327  left: 0;
2328  bottom: 0;
2329  right: 0; }
2330
2331/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2332.x-btn-default-toolbar-medium-icon-text-left button, .x-btn-default-toolbar-medium-icon-text-left a {
2333  height: 24px; }
2334/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2335.x-btn-default-toolbar-medium-icon-text-left .x-btn-inner {
2336  height: 24px;
2337  line-height: 24px;
2338  padding-left: 28px; }
2339/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2340.x-btn-default-toolbar-medium-icon-text-left .x-btn-icon {
2341  width: 24px;
2342  height: auto;
2343  top: 0;
2344  left: 0;
2345  bottom: 0;
2346  right: auto; }
2347  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2348  .x-ie6 .x-btn-default-toolbar-medium-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-toolbar-medium-icon-text-left .x-btn-icon {
2349    height: 24px; }
2350
2351/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2352.x-btn-default-toolbar-medium-icon-text-right button, .x-btn-default-toolbar-medium-icon-text-right a {
2353  height: 24px; }
2354/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2355.x-btn-default-toolbar-medium-icon-text-right .x-btn-inner {
2356  height: 24px;
2357  line-height: 24px;
2358  padding-right: 28px !important; }
2359/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2360.x-btn-default-toolbar-medium-icon-text-right .x-btn-icon {
2361  width: 24px;
2362  height: auto;
2363  top: 0;
2364  left: auto;
2365  bottom: 0;
2366  right: 0; }
2367  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2368  .x-ie6 .x-btn-default-toolbar-medium-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-toolbar-medium-icon-text-right .x-btn-icon {
2369    height: 24px; }
2370
2371/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2372.x-btn-default-toolbar-medium-icon-text-top .x-btn-inner {
2373  padding-top: 28px; }
2374/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2375.x-btn-default-toolbar-medium-icon-text-top .x-btn-icon {
2376  width: auto;
2377  height: 24px;
2378  top: 0;
2379  left: 0;
2380  bottom: auto;
2381  right: 0; }
2382  /* line 751, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2383  .x-ie6 .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon {
2384    width: 24px; }
2385
2386/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2387.x-btn-default-toolbar-medium-icon-text-bottom .x-btn-inner {
2388  padding-bottom: 28px; }
2389/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2390.x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon {
2391  width: auto;
2392  height: 24px;
2393  top: auto;
2394  left: 0;
2395  bottom: 0;
2396  right: 0; }
2397  /* line 771, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2398  .x-ie6 .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon {
2399    width: 24px; }
2400
2401/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2402.x-btn-default-toolbar-medium-over {
2403  border-color: #d97e27;
2404  background-image: none;
2405  background-color: #ed9200; }
2406
2407/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2408.x-btn-default-toolbar-medium-focus {
2409  border-color: #d97e27;
2410  background-image: none;
2411  background-color: #ed9200; }
2412
2413/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2414.x-btn-default-toolbar-medium-menu-active,
2415.x-btn-default-toolbar-medium-pressed {
2416  border-color: #c86e19;
2417  background-image: none;
2418  background-color: #db7b1f; }
2419
2420/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2421.x-btn-default-toolbar-medium-disabled {
2422  background-image: none;
2423  background-color: transparent; }
2424
2425/* line 898, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2426.x-nbr .x-btn-default-toolbar-medium-over .x-frame-tl,
2427.x-nbr .x-btn-default-toolbar-medium-over .x-frame-bl,
2428.x-nbr .x-btn-default-toolbar-medium-over .x-frame-tr,
2429.x-nbr .x-btn-default-toolbar-medium-over .x-frame-br,
2430.x-nbr .x-btn-default-toolbar-medium-over .x-frame-tc,
2431.x-nbr .x-btn-default-toolbar-medium-over .x-frame-bc {
2432  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-over-corners.gif'); }
2433/* line 902, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2434.x-nbr .x-btn-default-toolbar-medium-over .x-frame-ml,
2435.x-nbr .x-btn-default-toolbar-medium-over .x-frame-mr {
2436  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-over-sides.gif'); }
2437/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2438.x-nbr .x-btn-default-toolbar-medium-over .x-frame-mc {
2439  background-color: #ed9200; }
2440/* line 919, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2441.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tl,
2442.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-bl,
2443.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tr,
2444.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-br,
2445.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tc,
2446.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-bc {
2447  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-focus-corners.gif'); }
2448/* line 923, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2449.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-ml,
2450.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mr {
2451  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-focus-sides.gif'); }
2452/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2453.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mc {
2454  background-color: #ed9200; }
2455/* line 941, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2456.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tl,
2457.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-bl,
2458.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tr,
2459.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-br,
2460.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tc,
2461.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-bc,
2462.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tl,
2463.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-bl,
2464.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tr,
2465.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-br,
2466.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tc,
2467.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-bc {
2468  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-pressed-corners.gif'); }
2469/* line 945, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2470.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-ml,
2471.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-mr,
2472.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-ml,
2473.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-mr {
2474  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-pressed-sides.gif'); }
2475/* line 948, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2476.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-mc,
2477.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-mc {
2478  background-color: #db7b1f; }
2479/* line 962, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2480.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tl,
2481.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-bl,
2482.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tr,
2483.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-br,
2484.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tc,
2485.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-bc {
2486  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-disabled-corners.gif'); }
2487/* line 966, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2488.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-ml,
2489.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mr {
2490  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-medium-disabled-sides.gif'); }
2491/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2492.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mc {
2493  background-color: transparent; }
2494
2495/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2496.x-btn-default-toolbar-large {
2497  border-color: transparent; }
2498
2499/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2500.x-btn-default-toolbar-large {
2501  -moz-border-radius: 3px;
2502  -webkit-border-radius: 3px;
2503  -o-border-radius: 3px;
2504  -ms-border-radius: 3px;
2505  -khtml-border-radius: 3px;
2506  border-radius: 3px;
2507  padding: 3px 3px 3px 3px;
2508  border-width: 1px;
2509  border-style: solid;
2510  background-color: transparent; }
2511
2512/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2513.x-nlg .x-btn-default-toolbar-large-mc {
2514  background-color: transparent; }
2515
2516/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2517.x-nbr .x-btn-default-toolbar-large {
2518  padding: 0 !important;
2519  border-width: 0 !important;
2520  -moz-border-radius: 0px;
2521  -webkit-border-radius: 0px;
2522  -o-border-radius: 0px;
2523  -ms-border-radius: 0px;
2524  -khtml-border-radius: 0px;
2525  border-radius: 0px;
2526  background-color: transparent;
2527  background-position: 1100303px 1000303px; }
2528/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2529.x-nbr .x-btn-default-toolbar-large-tl,
2530.x-nbr .x-btn-default-toolbar-large-bl,
2531.x-nbr .x-btn-default-toolbar-large-tr,
2532.x-nbr .x-btn-default-toolbar-large-br,
2533.x-nbr .x-btn-default-toolbar-large-tc,
2534.x-nbr .x-btn-default-toolbar-large-bc,
2535.x-nbr .x-btn-default-toolbar-large-ml,
2536.x-nbr .x-btn-default-toolbar-large-mr {
2537  zoom: 1; }
2538/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2539.x-nbr .x-btn-default-toolbar-large-ml,
2540.x-nbr .x-btn-default-toolbar-large-mr {
2541  zoom: 1; }
2542/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2543.x-nbr .x-btn-default-toolbar-large-mc {
2544  padding: 1px 1px 1px 1px; }
2545
2546/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2547.x-strict .x-ie7 .x-btn-default-toolbar-large-tl,
2548.x-strict .x-ie7 .x-btn-default-toolbar-large-bl {
2549  position: relative;
2550  right: 0; }
2551
2552/* line 643, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2553.x-btn-default-toolbar-large .x-btn-inner {
2554  font-size: 14px;
2555  font-weight: normal;
2556  font-family: tahoma, arial, verdana, sans-serif;
2557  color: white;
2558  background-repeat: no-repeat;
2559  padding: 0 3px; }
2560
2561/* line 656, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2562.x-btn-default-toolbar-large-icon button,
2563.x-btn-default-toolbar-large-icon a,
2564.x-btn-default-toolbar-large-icon .x-btn-inner,
2565.x-btn-default-toolbar-large-noicon button,
2566.x-btn-default-toolbar-large-noicon a,
2567.x-btn-default-toolbar-large-noicon .x-btn-inner {
2568  height: 32px;
2569  line-height: 32px; }
2570
2571/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2572.x-btn-default-toolbar-large-icon button, .x-btn-default-toolbar-large-icon a {
2573  padding: 0; }
2574/* line 669, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2575.x-btn-default-toolbar-large-icon .x-btn-inner {
2576  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
2577  width: 32px;
2578  padding: 0; }
2579/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2580.x-btn-default-toolbar-large-icon .x-btn-icon {
2581  width: 32px;
2582  height: 32px;
2583  top: 0;
2584  left: 0;
2585  bottom: 0;
2586  right: 0; }
2587
2588/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2589.x-btn-default-toolbar-large-icon-text-left button, .x-btn-default-toolbar-large-icon-text-left a {
2590  height: 32px; }
2591/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2592.x-btn-default-toolbar-large-icon-text-left .x-btn-inner {
2593  height: 32px;
2594  line-height: 32px;
2595  padding-left: 36px; }
2596/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2597.x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
2598  width: 32px;
2599  height: auto;
2600  top: 0;
2601  left: 0;
2602  bottom: 0;
2603  right: auto; }
2604  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2605  .x-ie6 .x-btn-default-toolbar-large-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
2606    height: 32px; }
2607
2608/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2609.x-btn-default-toolbar-large-icon-text-right button, .x-btn-default-toolbar-large-icon-text-right a {
2610  height: 32px; }
2611/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2612.x-btn-default-toolbar-large-icon-text-right .x-btn-inner {
2613  height: 32px;
2614  line-height: 32px;
2615  padding-right: 36px !important; }
2616/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2617.x-btn-default-toolbar-large-icon-text-right .x-btn-icon {
2618  width: 32px;
2619  height: auto;
2620  top: 0;
2621  left: auto;
2622  bottom: 0;
2623  right: 0; }
2624  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2625  .x-ie6 .x-btn-default-toolbar-large-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-toolbar-large-icon-text-right .x-btn-icon {
2626    height: 32px; }
2627
2628/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2629.x-btn-default-toolbar-large-icon-text-top .x-btn-inner {
2630  padding-top: 36px; }
2631/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2632.x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
2633  width: auto;
2634  height: 32px;
2635  top: 0;
2636  left: 0;
2637  bottom: auto;
2638  right: 0; }
2639  /* line 751, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2640  .x-ie6 .x-btn-default-toolbar-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
2641    width: 32px; }
2642
2643/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2644.x-btn-default-toolbar-large-icon-text-bottom .x-btn-inner {
2645  padding-bottom: 36px; }
2646/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2647.x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
2648  width: auto;
2649  height: 32px;
2650  top: auto;
2651  left: 0;
2652  bottom: 0;
2653  right: 0; }
2654  /* line 771, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2655  .x-ie6 .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
2656    width: 32px; }
2657
2658/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2659.x-btn-default-toolbar-large-over {
2660  border-color: #d97e27;
2661  background-image: none;
2662  background-color: #ed9200; }
2663
2664/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2665.x-btn-default-toolbar-large-focus {
2666  border-color: #d97e27;
2667  background-image: none;
2668  background-color: #ed9200; }
2669
2670/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2671.x-btn-default-toolbar-large-menu-active,
2672.x-btn-default-toolbar-large-pressed {
2673  border-color: #c86e19;
2674  background-image: none;
2675  background-color: #db7b1f; }
2676
2677/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2678.x-btn-default-toolbar-large-disabled {
2679  background-image: none;
2680  background-color: transparent; }
2681
2682/* line 898, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2683.x-nbr .x-btn-default-toolbar-large-over .x-frame-tl,
2684.x-nbr .x-btn-default-toolbar-large-over .x-frame-bl,
2685.x-nbr .x-btn-default-toolbar-large-over .x-frame-tr,
2686.x-nbr .x-btn-default-toolbar-large-over .x-frame-br,
2687.x-nbr .x-btn-default-toolbar-large-over .x-frame-tc,
2688.x-nbr .x-btn-default-toolbar-large-over .x-frame-bc {
2689  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-over-corners.gif'); }
2690/* line 902, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2691.x-nbr .x-btn-default-toolbar-large-over .x-frame-ml,
2692.x-nbr .x-btn-default-toolbar-large-over .x-frame-mr {
2693  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-over-sides.gif'); }
2694/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2695.x-nbr .x-btn-default-toolbar-large-over .x-frame-mc {
2696  background-color: #ed9200; }
2697/* line 919, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2698.x-nbr .x-btn-default-toolbar-large-focus .x-frame-tl,
2699.x-nbr .x-btn-default-toolbar-large-focus .x-frame-bl,
2700.x-nbr .x-btn-default-toolbar-large-focus .x-frame-tr,
2701.x-nbr .x-btn-default-toolbar-large-focus .x-frame-br,
2702.x-nbr .x-btn-default-toolbar-large-focus .x-frame-tc,
2703.x-nbr .x-btn-default-toolbar-large-focus .x-frame-bc {
2704  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-focus-corners.gif'); }
2705/* line 923, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2706.x-nbr .x-btn-default-toolbar-large-focus .x-frame-ml,
2707.x-nbr .x-btn-default-toolbar-large-focus .x-frame-mr {
2708  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-focus-sides.gif'); }
2709/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2710.x-nbr .x-btn-default-toolbar-large-focus .x-frame-mc {
2711  background-color: #ed9200; }
2712/* line 941, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2713.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tl,
2714.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-bl,
2715.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tr,
2716.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-br,
2717.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tc,
2718.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-bc,
2719.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tl,
2720.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-bl,
2721.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tr,
2722.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-br,
2723.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tc,
2724.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-bc {
2725  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-pressed-corners.gif'); }
2726/* line 945, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2727.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-ml,
2728.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-mr,
2729.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-ml,
2730.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-mr {
2731  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-pressed-sides.gif'); }
2732/* line 948, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2733.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-mc,
2734.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-mc {
2735  background-color: #db7b1f; }
2736/* line 962, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2737.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tl,
2738.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-bl,
2739.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tr,
2740.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-br,
2741.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tc,
2742.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-bc {
2743  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-disabled-corners.gif'); }
2744/* line 966, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2745.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-ml,
2746.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mr {
2747  background-image: url('../../resources/themes/images/access/btn/btn-default-toolbar-large-disabled-sides.gif'); }
2748/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2749.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mc {
2750  background-color: transparent; }
2751
2752/* line 571, ../themes/stylesheets/ext4/default/widgets/_button.scss */
2753.x-btn-default-toolbar-small-disabled,
2754.x-btn-default-toolbar-medium-disabled,
2755.x-btn-default-toolbar-large-disabled {
2756  border-color: transparent;
2757  background-image: none;
2758  background: transparent; }
2759
2760/* line 6, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2761.x-btn-group {
2762  position: relative;
2763  overflow: hidden; }
2764
2765/* line 11, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2766.x-btn-group-body {
2767  position: relative;
2768  zoom: 1;
2769  padding: 0 1px; }
2770  /* line 15, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2771  .x-btn-group-body .x-table-layout-cell {
2772    vertical-align: top; }
2773
2774/* line 20, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2775.x-btn-group-header-text {
2776  white-space: nowrap; }
2777
2778/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2779.x-btn-group-default-framed {
2780  -moz-border-radius: 2px;
2781  -webkit-border-radius: 2px;
2782  -o-border-radius: 2px;
2783  -ms-border-radius: 2px;
2784  -khtml-border-radius: 2px;
2785  border-radius: 2px;
2786  padding: 1px 1px 1px 1px;
2787  border-width: 1px;
2788  border-style: solid;
2789  background-color: #393d4e; }
2790
2791/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2792.x-nlg .x-btn-group-default-framed-mc {
2793  background-color: #393d4e; }
2794
2795/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2796.x-nbr .x-btn-group-default-framed {
2797  padding: 0 !important;
2798  border-width: 0 !important;
2799  -moz-border-radius: 0px;
2800  -webkit-border-radius: 0px;
2801  -o-border-radius: 0px;
2802  -ms-border-radius: 0px;
2803  -khtml-border-radius: 0px;
2804  border-radius: 0px;
2805  background-color: transparent;
2806  background-position: 1000202px 1000202px; }
2807/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2808.x-nbr .x-btn-group-default-framed-tl,
2809.x-nbr .x-btn-group-default-framed-bl,
2810.x-nbr .x-btn-group-default-framed-tr,
2811.x-nbr .x-btn-group-default-framed-br,
2812.x-nbr .x-btn-group-default-framed-tc,
2813.x-nbr .x-btn-group-default-framed-bc,
2814.x-nbr .x-btn-group-default-framed-ml,
2815.x-nbr .x-btn-group-default-framed-mr {
2816  zoom: 1;
2817  background-image: url('../../resources/themes/images/access/btn-group/btn-group-default-framed-corners.gif'); }
2818/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2819.x-nbr .x-btn-group-default-framed-ml,
2820.x-nbr .x-btn-group-default-framed-mr {
2821  zoom: 1;
2822  background-image: url('../../resources/themes/images/access/btn-group/btn-group-default-framed-sides.gif');
2823  background-position: 0 0;
2824  background-repeat: repeat-y; }
2825/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2826.x-nbr .x-btn-group-default-framed-mc {
2827  padding: 0px 0px 0px 0px; }
2828
2829/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
2830.x-strict .x-ie7 .x-btn-group-default-framed-tl,
2831.x-strict .x-ie7 .x-btn-group-default-framed-bl {
2832  position: relative;
2833  right: 0; }
2834
2835/* line 60, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2836.x-btn-group-default-framed {
2837  border-color: #606068;
2838  -moz-box-shadow: #757478 0 1px 0px 0 inset, #757478 0 -1px 0px 0 inset, #757478 -1px 0 0px 0 inset, #757478 1px 0 0px 0 inset;
2839  -webkit-box-shadow: #757478 0 1px 0px 0 inset, #757478 0 -1px 0px 0 inset, #757478 -1px 0 0px 0 inset, #757478 1px 0 0px 0 inset;
2840  -o-box-shadow: #757478 0 1px 0px 0 inset, #757478 0 -1px 0px 0 inset, #757478 -1px 0 0px 0 inset, #757478 1px 0 0px 0 inset;
2841  box-shadow: #757478 0 1px 0px 0 inset, #757478 0 -1px 0px 0 inset, #757478 -1px 0 0px 0 inset, #757478 1px 0 0px 0 inset; }
2842
2843/* line 68, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2844.x-btn-group-header-default-framed {
2845  margin: 2px 2px 0 2px; }
2846
2847/* line 72, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2848.x-btn-group-header-body-default-framed {
2849  padding: 1px 0;
2850  background: #676772;
2851  -moz-border-radius-topleft: 2px;
2852  -webkit-border-top-left-radius: 2px;
2853  -o-border-top-left-radius: 2px;
2854  -ms-border-top-left-radius: 2px;
2855  -khtml-border-top-left-radius: 2px;
2856  border-top-left-radius: 2px;
2857  -moz-border-radius-topright: 2px;
2858  -webkit-border-top-right-radius: 2px;
2859  -o-border-top-right-radius: 2px;
2860  -ms-border-top-right-radius: 2px;
2861  -khtml-border-top-right-radius: 2px;
2862  border-top-right-radius: 2px; }
2863
2864/* line 80, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
2865.x-btn-group-header-text-default-framed {
2866  font: normal 14px tahoma, arial, verdana, sans-serif;
2867  color: #d2d2d2; }
2868
2869/* line 6, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2870.x-datepicker {
2871  border: 1px solid #798294;
2872  background-color: #21252e;
2873  position: relative; }
2874  /* line 12, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2875  .x-datepicker a {
2876    -moz-outline: 0 none;
2877    outline: 0 none;
2878    color: white;
2879    text-decoration: none;
2880    border-width: 0; }
2881
2882/* line 25, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2883.x-datepicker-inner,
2884.x-datepicker-inner td,
2885.x-datepicker-inner th {
2886  border-collapse: separate; }
2887
2888/* line 29, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2889.x-datepicker-header {
2890  position: relative;
2891  height: 26px;
2892  background-image: none;
2893  background-color: #5c6980;
2894  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #627089), color-stop(100%, #535f74));
2895  background-image: -webkit-linear-gradient(top, #627089, #535f74);
2896  background-image: -moz-linear-gradient(top, #627089, #535f74);
2897  background-image: -o-linear-gradient(top, #627089, #535f74);
2898  background-image: -ms-linear-gradient(top, #627089, #535f74);
2899  background-image: linear-gradient(top, #627089, #535f74); }
2900
2901/* line 42, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2902.x-datepicker-prev,
2903.x-datepicker-next {
2904  position: absolute;
2905  top: 5px;
2906  width: 18px; }
2907  /* line 48, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2908  .x-datepicker-prev a,
2909  .x-datepicker-next a {
2910    display: block;
2911    width: 16px;
2912    height: 16px;
2913    background-position: top;
2914    background-repeat: no-repeat;
2915    cursor: pointer;
2916    text-decoration: none !important;
2917    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
2918    opacity: 0.7; }
2919    /* line 63, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2920    .x-datepicker-prev a:hover,
2921    .x-datepicker-next a:hover {
2922      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
2923      opacity: 1; }
2924
2925/* line 69, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2926.x-datepicker-next {
2927  right: 5px; }
2928  /* line 72, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2929  .x-datepicker-next a {
2930    background-image: url('../../resources/themes/images/access/shared/right-btn.gif'); }
2931
2932/* line 77, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2933.x-datepicker-prev {
2934  left: 5px; }
2935  /* line 80, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2936  .x-datepicker-prev a {
2937    background-image: url('../../resources/themes/images/access/shared/left-btn.gif'); }
2938
2939/* line 86, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2940.x-item-disabled .x-datepicker-prev a:hover,
2941.x-item-disabled .x-datepicker-next a:hover {
2942  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
2943  opacity: 0.6; }
2944
2945/* line 90, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2946.x-datepicker-month {
2947  padding-top: 3px; }
2948  /* line 103, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2949  .x-datepicker-month .x-btn,
2950  .x-datepicker-month button,
2951  .x-datepicker-month .x-btn-tc,
2952  .x-datepicker-month .x-btn-tl,
2953  .x-datepicker-month .x-btn-tr,
2954  .x-datepicker-month .x-btn-mc,
2955  .x-datepicker-month .x-btn-ml,
2956  .x-datepicker-month .x-btn-mr,
2957  .x-datepicker-month .x-btn-bc,
2958  .x-datepicker-month .x-btn-bl,
2959  .x-datepicker-month .x-btn-br {
2960    background: transparent !important;
2961    border-width: 0 !important; }
2962  /* line 108, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2963  .x-datepicker-month span {
2964    color: #fff !important; }
2965  /* line 112, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2966  .x-datepicker-month .x-btn-split-right {
2967    background-image: url('../../resources/themes/images/access/button/s-arrow-light.gif');
2968    padding-right: 12px; }
2969
2970/* line 118, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2971.x-datepicker-next {
2972  text-align: right; }
2973
2974/* line 122, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2975.x-datepicker-month {
2976  text-align: center; }
2977  /* line 126, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2978  .x-datepicker-month button {
2979    color: white !important; }
2980
2981/* line 132, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2982table.x-datepicker-inner {
2983  width: 100%;
2984  table-layout: fixed; }
2985  /* line 136, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
2986  table.x-datepicker-inner th {
2987    width: 25px;
2988    height: 19px;
2989    padding: 0;
2990    color: white;
2991    font: normal 10px tahoma, arial, verdana, sans-serif;
2992    text-align: right;
2993    border-bottom: 1px solid #535b5c;
2994    border-collapse: separate;
2995    background-image: none;
2996    background-color: #3a4051;
2997    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #40475a), color-stop(100%, #313745));
2998    background-image: -webkit-linear-gradient(top, #40475a, #313745);
2999    background-image: -moz-linear-gradient(top, #40475a, #313745);
3000    background-image: -o-linear-gradient(top, #40475a, #313745);
3001    background-image: -ms-linear-gradient(top, #40475a, #313745);
3002    background-image: linear-gradient(top, #40475a, #313745);
3003    cursor: default; }
3004    /* line 157, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3005    table.x-datepicker-inner th span {
3006      display: block;
3007      padding-right: 7px; }
3008  /* line 163, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3009  table.x-datepicker-inner tr {
3010    height: 20px; }
3011  /* line 167, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3012  table.x-datepicker-inner td {
3013    border: 1px solid;
3014    height: 21px;
3015    border-color: #21252e;
3016    text-align: right;
3017    padding: 0; }
3018  /* line 175, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3019  table.x-datepicker-inner a {
3020    padding-right: 4px;
3021    display: block;
3022    zoom: 1;
3023    font: normal 14px tahoma, arial, verdana, sans-serif;
3024    color: white;
3025    text-decoration: none;
3026    text-align: right; }
3027  /* line 188, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3028  table.x-datepicker-inner .x-datepicker-active {
3029    cursor: pointer;
3030    color: black; }
3031  /* line 194, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3032  table.x-datepicker-inner .x-datepicker-selected a {
3033    background: repeat-x left top;
3034    background-color: #e5872c;
3035    border: 1px solid #864900; }
3036  /* line 200, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3037  table.x-datepicker-inner .x-datepicker-selected span {
3038    font-weight: bold; }
3039  /* line 206, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3040  table.x-datepicker-inner .x-datepicker-today a {
3041    border: 1px solid;
3042    border-color: #9999aa; }
3043  /* line 214, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3044  table.x-datepicker-inner .x-datepicker-prevday a,
3045  table.x-datepicker-inner .x-datepicker-nextday a {
3046    text-decoration: none !important;
3047    color: #aaa; }
3048  /* line 221, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3049  table.x-datepicker-inner a:hover,
3050  table.x-datepicker-inner .x-datepicker-disabled a:hover {
3051    text-decoration: none !important;
3052    color: #000;
3053    background-color: #7e5530; }
3054  /* line 229, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3055  table.x-datepicker-inner .x-datepicker-disabled a {
3056    cursor: default;
3057    background-color: #eee;
3058    color: #bbb; }
3059
3060/* line 237, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3061.x-datepicker-footer,
3062.x-monthpicker-buttons {
3063  position: relative;
3064  border-top: 1px solid #535b5c;
3065  background-image: none;
3066  background-color: #3a4051;
3067  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #51596b), color-stop(49%, #4b525f), color-stop(51%, #454b58), color-stop(100%, #484e5a));
3068  background-image: -webkit-linear-gradient(top, #51596b, #4b525f 49%, #454b58 51%, #484e5a);
3069  background-image: -moz-linear-gradient(top, #51596b, #4b525f 49%, #454b58 51%, #484e5a);
3070  background-image: -o-linear-gradient(top, #51596b, #4b525f 49%, #454b58 51%, #484e5a);
3071  background-image: -ms-linear-gradient(top, #51596b, #4b525f 49%, #454b58 51%, #484e5a);
3072  background-image: linear-gradient(top, #51596b, #4b525f 49%, #454b58 51%, #484e5a);
3073  text-align: center; }
3074  /* line 250, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3075  .x-datepicker-footer .x-btn,
3076  .x-monthpicker-buttons .x-btn {
3077    position: relative;
3078    margin: 4px; }
3079
3080/* line 256, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3081.x-item-disabled .x-datepicker-inner a:hover {
3082  background: none; }
3083
3084/* line 261, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3085.x-datepicker .x-monthpicker {
3086  position: absolute;
3087  left: 0;
3088  top: 0; }
3089
3090/* line 268, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3091.x-monthpicker {
3092  border: 1px solid #798294;
3093  background-color: #21252e; }
3094
3095/* line 274, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3096.x-monthpicker-months,
3097.x-monthpicker-years {
3098  float: left;
3099  height: 172px;
3100  width: 88px; }
3101
3102/* line 281, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3103.x-monthpicker-item {
3104  float: left;
3105  margin: 4px 0 5px 0;
3106  font: normal 14px tahoma, arial, verdana, sans-serif;
3107  text-align: center;
3108  vertical-align: middle;
3109  height: 18px;
3110  width: 43px;
3111  border: 0 none; }
3112  /* line 295, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3113  .x-monthpicker-item a {
3114    display: block;
3115    margin: 0 5px;
3116    text-decoration: none;
3117    color: white;
3118    border: 0 none;
3119    line-height: 17px; }
3120    /* line 308, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3121    .x-monthpicker-item a:hover {
3122      background-color: #7e5530; }
3123    /* line 312, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3124    .x-monthpicker-item a.x-monthpicker-selected {
3125      background-color: #e5872c;
3126      border: 1px solid #864900; }
3127
3128/* line 319, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3129.x-monthpicker-months {
3130  border-right: 1px solid #798294;
3131  width: 87px; }
3132
3133/* line 324, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3134.x-monthpicker-years .x-monthpicker-item {
3135  width: 44px; }
3136
3137/* line 328, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3138.x-monthpicker-yearnav {
3139  height: 28px; }
3140  /* line 331, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3141  .x-monthpicker-yearnav button {
3142    background-image: url('../../resources/themes/images/access/tools/tool-sprites.gif');
3143    height: 15px;
3144    width: 15px;
3145    padding: 0;
3146    margin: 6px 12px 5px 15px;
3147    border: 0;
3148    outline: 0 none; }
3149    /* line 339, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3150    .x-monthpicker-yearnav button::-moz-focus-inner {
3151      border: 0;
3152      padding: 0; }
3153
3154/* line 346, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3155.x-monthpicker-yearnav-next {
3156  background-position: 0 -120px; }
3157
3158/* line 350, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3159.x-monthpicker-yearnav-next-over {
3160  cursor: pointer;
3161  cursor: hand;
3162  background-position: -15px -120px; }
3163
3164/* line 356, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3165.x-monthpicker-yearnav-prev {
3166  background-position: 0 -105px; }
3167
3168/* line 360, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3169.x-monthpicker-yearnav-prev-over {
3170  cursor: pointer;
3171  cursor: hand;
3172  background-position: -15px -105px; }
3173
3174/* line 367, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3175.x-monthpicker-small .x-monthpicker-item {
3176  margin: 2px 0 2px 0; }
3177/* line 371, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3178.x-monthpicker-small .x-monthpicker-yearnav {
3179  height: 23px; }
3180/* line 375, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3181.x-monthpicker-small .x-monthpicker-months, .x-monthpicker-small .x-monthpicker-years {
3182  height: 136px; }
3183
3184/* line 385, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3185.x-quirks .x-ie7 .x-monthpicker-buttons .x-btn,
3186.x-quirks .x-ie8 .x-monthpicker-buttons .x-btn {
3187  margin-top: 2px; }
3188/* line 391, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3189.x-quirks .x-monthpicker-small .x-monthpicker-yearnav button {
3190  margin-top: 3px;
3191  margin-bottom: 3px; }
3192
3193/* line 397, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3194.x-ie6 .x-monthpicker-small .x-monthpicker-yearnav button {
3195  margin-top: 3px;
3196  margin-bottom: 3px; }
3197
3198/* line 407, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3199.x-nlg .x-datepicker-header {
3200  background-image: url('../../resources/themes/images/access/datepicker/datepicker-header-bg.gif');
3201  background-repeat: repeat-x;
3202  background-position: top left; }
3203/* line 416, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
3204.x-nlg .x-datepicker-footer,
3205.x-nlg .x-monthpicker-buttons {
3206  background-image: url('../../resources/themes/images/access/datepicker/datepicker-footer-bg.gif');
3207  background-repeat: repeat-x;
3208  background-position: top left; }
3209
3210/* line 6, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
3211.x-color-picker {
3212  width: 144px;
3213  height: 90px;
3214  cursor: pointer; }
3215
3216/* line 12, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
3217.x-color-picker a {
3218  border: 1px solid #fff;
3219  float: left;
3220  padding: 2px;
3221  text-decoration: none;
3222  -moz-outline: 0 none;
3223  outline: 0 none;
3224  cursor: pointer; }
3225
3226/* line 28, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
3227.x-color-picker a:hover,
3228.x-color-picker a.x-color-picker-selected {
3229  border-color: #8bb8f3;
3230  background-color: #deecfd; }
3231
3232/* line 33, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
3233.x-color-picker em {
3234  display: block;
3235  border: 1px solid #aca899; }
3236
3237/* line 39, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
3238.x-color-picker em span {
3239  cursor: pointer;
3240  display: block;
3241  height: 10px;
3242  width: 10px;
3243  line-height: 10px; }
3244
3245/* line 6, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3246.x-menu-body {
3247  user-select: none;
3248  -o-user-select: none;
3249  -ms-user-select: none;
3250  -moz-user-select: -moz-none;
3251  -webkit-user-select: none;
3252  cursor: default;
3253  background: #414551 !important;
3254  padding: 2px; }
3255
3256/* line 12, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3257.x-menu-item .x-form-text {
3258  user-select: text;
3259  -webkit-user-select: text;
3260  -o-user-select: text;
3261  -ie-user-select: text;
3262  -moz-user-select: text;
3263  -ie-user-select: text; }
3264
3265/* line 21, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3266.x-menu-icon-separator {
3267  position: absolute;
3268  top: 0px;
3269  left: 27px;
3270  z-index: 0;
3271  border-left: solid 1px #222233;
3272  background-color: #666666;
3273  width: 2px;
3274  overflow: hidden; }
3275
3276/* line 33, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3277.x-menu-plain .x-menu-icon-separator {
3278  display: none; }
3279
3280/* line 38, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3281.x-menu-focus {
3282  display: block;
3283  position: absolute;
3284  top: -10px;
3285  left: -10px;
3286  width: 0px;
3287  height: 0px; }
3288
3289/* line 47, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3290.x-menu-item {
3291  white-space: nowrap;
3292  overflow: hidden;
3293  z-index: 1; }
3294
3295/* line 53, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3296.x-menu-item-cmp {
3297  margin-bottom: 1px; }
3298
3299/* line 57, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3300.x-menu-item-link {
3301  display: block;
3302  margin: 1px;
3303  padding: 6px 2px 3px 32px;
3304  text-decoration: none !important;
3305  line-height: 16px;
3306  cursor: default; }
3307
3308/* line 70, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3309.x-opera .x-menu-item-link {
3310  position: relative; }
3311
3312/* line 76, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3313.x-menu-item-icon {
3314  width: 16px;
3315  height: 16px;
3316  position: absolute;
3317  top: 5px;
3318  left: 4px;
3319  background: no-repeat center center; }
3320
3321/* line 87, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3322.x-menu-item-icon-right {
3323  width: 16px;
3324  height: 16px;
3325  position: absolute;
3326  top: 6px;
3327  right: 4px;
3328  background: no-repeat center center; }
3329
3330/* line 96, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3331.x-menu-item-text {
3332  font-size: 14px;
3333  color: white; }
3334
3335/* line 102, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3336.x-menu-item-checked .x-menu-item-icon {
3337  background-image: url('../../resources/themes/images/access/menu/checked.gif'); }
3338/* line 105, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3339.x-menu-item-checked .x-menu-group-icon {
3340  background-image: url('../../resources/themes/images/access/menu/group-checked.gif'); }
3341
3342/* line 111, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3343.x-menu-item-unchecked .x-menu-item-icon {
3344  background-image: url('../../resources/themes/images/access/menu/unchecked.gif'); }
3345/* line 114, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3346.x-menu-item-unchecked .x-menu-group-icon {
3347  background-image: none; }
3348
3349/* line 119, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3350.x-menu-item-separator {
3351  height: 2px;
3352  border-top: solid 1px #222233;
3353  background-color: #666666;
3354  margin: 2px 0px;
3355  overflow: hidden; }
3356
3357/* line 127, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3358.x-menu-item-arrow {
3359  position: absolute;
3360  width: 12px;
3361  height: 9px;
3362  top: 9px;
3363  right: 0px;
3364  background: no-repeat center center;
3365  background-image: url('../../resources/themes/images/access/menu/menu-parent.gif'); }
3366
3367/* line 137, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3368.x-menu-item-indent {
3369  margin-left: 31px;
3370  /* The 2px is the width of the seperator */ }
3371
3372/* line 141, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3373.x-menu-item-active {
3374  cursor: pointer; }
3375  /* line 144, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3376  .x-menu-item-active .x-menu-item-link {
3377    background-image: none;
3378    background-color: #ed9200;
3379    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc9b00), color-stop(100%, #d98500));
3380    background-image: -webkit-linear-gradient(top, #fc9b00, #d98500);
3381    background-image: -moz-linear-gradient(top, #fc9b00, #d98500);
3382    background-image: -o-linear-gradient(top, #fc9b00, #d98500);
3383    background-image: -ms-linear-gradient(top, #fc9b00, #d98500);
3384    background-image: linear-gradient(top, #fc9b00, #d98500);
3385    margin: 0px;
3386    border: 1px solid #d38200;
3387    cursor: pointer;
3388    -moz-border-radius: 3px;
3389    -webkit-border-radius: 3px;
3390    -o-border-radius: 3px;
3391    -ms-border-radius: 3px;
3392    -khtml-border-radius: 3px;
3393    border-radius: 3px; }
3394
3395/* line 153, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3396.x-menu-item-disabled {
3397  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
3398  opacity: 0.5; }
3399
3400/* line 160, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3401.x-ie .x-menu-item-disabled .x-menu-item-icon {
3402  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
3403  opacity: 0.5; }
3404/* line 164, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3405.x-ie .x-menu-item-disabled .x-menu-item-text {
3406  background-color: transparent; }
3407/* line 171, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3408.x-strict .x-ie7m .x-ie .x-menu-icon-separator {
3409  width: 1px; }
3410/* line 175, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3411.x-strict .x-ie7m .x-ie .x-menu-item-separator {
3412  height: 1px; }
3413
3414/* line 184, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3415.x-ie6 .x-menu-item-link,
3416.x-ie7 .x-menu-item-link,
3417.x-quirks .x-ie8 .x-menu-item-link {
3418  padding-bottom: 2px; }
3419
3420/* line 192, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3421.x-nlg .x-menu-item-active .x-menu-item-link {
3422  background: #ed9200 repeat-x left top;
3423  background-image: url('../../resources/themes/images/access/menu/menu-item-active-bg.gif'); }
3424
3425/* line 199, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
3426.x-menu-date-item {
3427  border-color: #99BBE8; }
3428
3429/* line 8, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3430.x-panel .x-grid-body {
3431  background: #232d38;
3432  border-color: #18181a;
3433  border-style: solid;
3434  border-width: 1px;
3435  border-top-color: #373c4b; }
3436/* line 17, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3437.x-panel .x-grid-header-ct-hidden {
3438  visibility: hidden; }
3439
3440/* line 22, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3441.x-grid-empty {
3442  padding: 10px;
3443  color: gray;
3444  font: normal 11px tahoma, arial, helvetica, sans-serif; }
3445
3446/* line 28, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3447.x-grid-header-hidden .x-grid-body {
3448  border-top-color: #18181a !important; }
3449
3450/* line 32, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3451.x-grid-view {
3452  overflow: hidden;
3453  position: relative; }
3454
3455/* line 38, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3456.x-grid-table {
3457  table-layout: fixed;
3458  border-collapse: separate; }
3459
3460/* line 45, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3461.x-autowidth-table table.x-grid-table {
3462  table-layout: auto;
3463  width: auto!important; }
3464
3465/* line 50, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3466.x-grid-row .x-grid-table {
3467  border-collapse: collapse; }
3468
3469/* line 54, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3470.x-grid-locked .x-grid-inner-locked {
3471  border-width: 0 1px 0 0 !important;
3472  border-style: solid; }
3473
3474/* line 59, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3475.x-grid-header-ct {
3476  cursor: default;
3477  zoom: 1;
3478  padding: 0;
3479  border: 1px solid #18181a;
3480  border-bottom-color: #373c4b;
3481  background-image: none;
3482  background-color: #373c4b;
3483  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #575f77), color-stop(50%, #42485a), color-stop(51%, #373c4b), color-stop(100%, #2c303c));
3484  background-image: -webkit-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3485  background-image: -moz-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3486  background-image: -o-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3487  background-image: -ms-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3488  background-image: linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c); }
3489
3490/* line 73, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3491.x-accordion-item .x-grid-header-ct {
3492  border-width: 0 0 1px 0!important; }
3493
3494/* line 77, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3495.x-column-header {
3496  padding: 0;
3497  position: absolute;
3498  overflow: hidden;
3499  border-right: 1px solid #373c4b;
3500  border-left: 0 none;
3501  border-top: 0 none;
3502  border-bottom: 0 none;
3503  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
3504  color: white;
3505  font: normal 14px tahoma, arial, verdana, sans-serif;
3506  background-image: none;
3507  background-color: #373c4b;
3508  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #575f77), color-stop(50%, #42485a), color-stop(51%, #373c4b), color-stop(100%, #2c303c));
3509  background-image: -webkit-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3510  background-image: -moz-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3511  background-image: -o-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3512  background-image: -ms-linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c);
3513  background-image: linear-gradient(top, #575f77, #42485a 50%, #373c4b 51%, #2c303c); }
3514
3515/* line 99, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3516.x-group-header {
3517  padding: 0;
3518  border-left-width: 0; }
3519
3520/* line 103, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3521.x-group-sub-header {
3522  background: transparent;
3523  border-top: 1px solid #373c4b;
3524  border-left-width: 0; }
3525
3526/* line 109, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3527.x-column-header-inner {
3528  zoom: 1;
3529  position: relative;
3530  white-space: nowrap;
3531  line-height: 15px;
3532  padding: 3px 6px 4px; }
3533  /* line 116, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3534  .x-column-header-inner .x-column-header-text {
3535    white-space: nowrap; }
3536
3537/* line 123, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3538.x-column-header-over,
3539.x-column-header-sort-ASC,
3540.x-column-header-sort-DESC {
3541  border-left-color: #283b61;
3542  border-right-color: #283b61;
3543  background-image: none;
3544  background-color: #496085;
3545  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6c86ae), color-stop(50%, #526c95), color-stop(51%, #496085), color-stop(100%, #405475));
3546  background-image: -webkit-linear-gradient(top, #6c86ae, #526c95 50%, #496085 51%, #405475);
3547  background-image: -moz-linear-gradient(top, #6c86ae, #526c95 50%, #496085 51%, #405475);
3548  background-image: -o-linear-gradient(top, #6c86ae, #526c95 50%, #496085 51%, #405475);
3549  background-image: -ms-linear-gradient(top, #6c86ae, #526c95 50%, #496085 51%, #405475);
3550  background-image: linear-gradient(top, #6c86ae, #526c95 50%, #496085 51%, #405475); }
3551
3552/* line 135, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3553.x-nlg .x-grid-header-ct,
3554.x-nlg .x-column-header {
3555  background: repeat-x 0 top;
3556  background-image: url('../../resources/themes/images/access/grid/column-header-bg.gif'); }
3557/* line 142, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3558.x-nlg .x-column-header-over,
3559.x-nlg .x-column-header-sort-ASC,
3560.x-nlg .x-column-header-sort-DESC {
3561  background: #ebf3fd repeat-x 0 top;
3562  background-image: url('../../resources/themes/images/access/grid/column-header-over-bg.gif'); }
3563
3564/* line 149, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3565.x-column-header-trigger {
3566  display: none;
3567  height: 100%;
3568  width: 14px;
3569  background: no-repeat left center;
3570  background-color: #c3daf9;
3571  background-image: url('../../resources/themes/images/access/grid/grid3-hd-btn.gif');
3572  position: absolute;
3573  right: 0;
3574  top: 0;
3575  z-index: 2;
3576  cursor: pointer; }
3577
3578/* line 164, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3579.x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
3580  display: block; }
3581
3582/* line 169, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3583.x-column-header-align-right {
3584  text-align: right; }
3585  /* line 172, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3586  .x-column-header-align-right .x-column-header-text {
3587    padding-right: 0.5ex;
3588    margin-right: 6px; }
3589
3590/* line 177, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3591.x-column-header-align-center {
3592  text-align: center; }
3593
3594/* line 180, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3595.x-column-header-align-left {
3596  text-align: left; }
3597
3598/* line 185, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3599.x-column-header-sort-ASC .x-column-header-text {
3600  padding-right: 16px;
3601  background: no-repeat right 6px;
3602  background-image: url('../../resources/themes/images/access/grid/sort_asc.gif'); }
3603
3604/* line 190, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3605.x-column-header-sort-DESC .x-column-header-text {
3606  padding-right: 16px;
3607  background: no-repeat right 6px;
3608  background-image: url('../../resources/themes/images/access/grid/sort_desc.gif'); }
3609
3610/* line 197, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3611.x-grid-row {
3612  vertical-align: top; }
3613  /* line 199, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3614  .x-grid-row .x-grid-cell {
3615    color: white;
3616    font: normal 14px/17px tahoma, arial, verdana, sans-serif;
3617    background-color: #1f2933;
3618    border-color: #101010;
3619    border-style: solid;
3620    border-top-color: #1d1d1d;
3621    border-width: 0; }
3622
3623/* line 212, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3624.x-grid-with-row-lines .x-grid-cell {
3625  border-width: 1px 0; }
3626
3627/* line 216, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3628.x-grid-rowwrap-div {
3629  border-width: 1px 0;
3630  border-color: #101010;
3631  border-style: solid;
3632  border-top-color: #1d1d1d;
3633  overflow: hidden; }
3634
3635/* line 226, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3636.x-grid-row-alt .x-grid-cell,
3637.x-grid-row-alt .x-grid-rowwrap-div {
3638  background-color: #1a232b; }
3639
3640/* line 231, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3641.x-grid-row-over .x-grid-cell,
3642.x-grid-row-over .x-grid-rowwrap-div {
3643  border-color: #101010;
3644  background-color: #7e552f; }
3645
3646/* line 238, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3647.x-grid-row-focused .x-grid-cell,
3648.x-grid-row-focused .x-grid-rowwrap-div {
3649  border-color: #dddddd;
3650  background-color: #efefef; }
3651
3652/* line 245, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3653.x-grid-row-selected .x-grid-cell,
3654.x-grid-row-selected .x-grid-rowwrap-div {
3655  border-style: dotted;
3656  border-color: #101010;
3657  background-color: #e48627 !important; }
3658
3659/* line 254, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3660.x-grid-rowwrap-div .x-grid-cell,
3661.x-grid-rowwrap-div .x-grid-cell-inner {
3662  border-width: 0;
3663  background: transparent; }
3664
3665/* line 261, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3666.x-grid-row-body-hidden {
3667  display: none; }
3668
3669/* line 265, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3670.x-grid-rowbody {
3671  font: normal 11px/13px tahoma, arial, verdana, sans-serif;
3672  padding: 4px; }
3673  /* line 270, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3674  .x-grid-rowbody p {
3675    margin: 5px 5px 10px 5px; }
3676
3677/* line 276, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3678.x-grid-cell {
3679  overflow: hidden; }
3680
3681/* line 280, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3682.x-grid-cell-inner {
3683  overflow: hidden;
3684  -o-text-overflow: ellipsis;
3685  text-overflow: ellipsis;
3686  padding: 2px 6px 3px;
3687  white-space: nowrap; }
3688
3689/* line 291, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3690.x-grid-with-row-lines .x-grid-cell-inner {
3691  line-height: 15px;
3692  padding-bottom: 4px; }
3693
3694/* line 297, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3695.x-action-col-cell .x-grid-cell-inner {
3696  line-height: 0;
3697  padding: 2px; }
3698
3699/* line 302, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3700.x-action-col-cell .x-item-disabled {
3701  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
3702  opacity: 0.3; }
3703
3704/* line 306, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3705.x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner {
3706  padding-top: 1px; }
3707
3708/* line 310, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3709.x-grid-row .x-grid-cell-special {
3710  padding: 0;
3711  border-right: 1px solid #454545;
3712  background-image: none;
3713  background-color: #f6f6f6;
3714  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f6f6), color-stop(100%, #e9e9e9));
3715  background-image: -webkit-linear-gradient(left, #f6f6f6, #e9e9e9);
3716  background-image: -moz-linear-gradient(left, #f6f6f6, #e9e9e9);
3717  background-image: -o-linear-gradient(left, #f6f6f6, #e9e9e9);
3718  background-image: -ms-linear-gradient(left, #f6f6f6, #e9e9e9);
3719  background-image: linear-gradient(left, #f6f6f6, #e9e9e9); }
3720
3721/* line 316, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3722.x-grid-row .x-grid-cell-row-checker {
3723  vertical-align: middle; }
3724
3725/*
3726IE6-8 have issues with shrinking the TR to 0px (even w/line-height=0), so we
3727use an IE-specific trick to make the row disappear. We cannot do this on any
3728other browser, because it is not a non-standard thing to do and those other
3729browsers will do whacky things with it.
3730*/
3731/* line 330, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3732.x-ie6 .x-grid-header-row,
3733.x-ie7 .x-grid-header-row,
3734.x-quirks .x-ie8 .x-grid-header-row {
3735  position: absolute; }
3736
3737/* line 335, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3738.x-grid-row-selected .x-grid-cell-special {
3739  border-right: 1px solid #283b61;
3740  background-image: none;
3741  background-color: #e48627;
3742  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e48627), color-stop(100%, #d7791b));
3743  background-image: -webkit-linear-gradient(left, #e48627, #d7791b);
3744  background-image: -moz-linear-gradient(left, #e48627, #d7791b);
3745  background-image: -o-linear-gradient(left, #e48627, #d7791b);
3746  background-image: -ms-linear-gradient(left, #e48627, #d7791b);
3747  background-image: linear-gradient(left, #e48627, #d7791b); }
3748
3749/* line 341, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3750.x-grid-dirty-cell {
3751  background-image: url('../../resources/themes/images/access/grid/dirty.gif');
3752  background-position: 0 0;
3753  background-repeat: no-repeat; }
3754
3755/* line 347, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3756.x-grid-cell-selected {
3757  background-color: #B8CFEE !important; }
3758
3759/* line 353, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3760.x-nlg .x-grid-cell-special {
3761  background-repeat: repeat-y;
3762  background-position: top right; }
3763/* line 359, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3764.x-nlg .x-grid-row .x-grid-cell-special,
3765.x-nlg .x-grid-row-over .x-grid-cell-special {
3766  background-image: url('../../resources/themes/images/access/grid/cell-special-bg.gif'); }
3767/* line 365, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3768.x-nlg .x-grid-row-focused .x-grid-cell-special,
3769.x-nlg .x-grid-row-selected .x-grid-cell-special {
3770  background-image: url('../../resources/themes/images/access/grid/cell-special-selected-bg.gif'); }
3771
3772/* line 371, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3773.x-grid-with-col-lines .x-grid-cell {
3774  padding-right: 0;
3775  border-right: 1px solid #454545; }
3776
3777/* line 378, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3778.x-property-grid .x-grid-row .x-grid-property-name .x-grid-cell-inner,
3779.x-property-grid .x-grid-row-over .x-grid-property-name .x-grid-cell-inner {
3780  padding-left: 12px;
3781  background-image: url('../../resources/themes/images/access/grid/property-cell-bg.gif');
3782  background-repeat: no-repeat;
3783  background-position: -16px 2px; }
3784
3785/* line 388, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3786.x-grid-with-row-lines.x-property-grid .x-grid-row .x-grid-property-name .x-grid-cell-inner,
3787.x-grid-with-row-lines.x-property-grid .x-grid-row-over .x-grid-property-name .x-grid-cell-inner {
3788  background-position: -16px 1px; }
3789
3790/* line 394, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3791.x-quirks .x-ie .x-grid-row .x-grid-property-name .x-grid-cell-inner {
3792  background-position: -16px 2px; }
3793
3794/* line 399, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3795.x-unselectable {
3796  user-select: none;
3797  -o-user-select: none;
3798  -ms-user-select: none;
3799  -moz-user-select: -moz-none;
3800  -webkit-user-select: none;
3801  cursor: default; }
3802
3803/* line 403, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3804.x-grid-row-body-hidden {
3805  display: none; }
3806
3807/* line 407, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3808.x-grid-group-collapsed {
3809  display: none; }
3810
3811/* line 413, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3812.x-grid-view .x-grid-td-expander {
3813  vertical-align: top; }
3814
3815/* line 418, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3816.x-grid-td-expander {
3817  background: repeat-y right transparent; }
3818
3819/* line 424, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3820.x-grid-view .x-grid-td-expander .x-grid-cell-inner {
3821  padding: 0 !important; }
3822
3823/* line 430, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3824.x-grid-row-expander {
3825  background-image: url('../../resources/themes/images/access/grid/group-collapse.gif');
3826  background-color: transparent;
3827  width: 9px;
3828  height: 13px;
3829  margin-left: 3px;
3830  background-repeat: no-repeat;
3831  background-position: 0 -2px; }
3832
3833/* line 444, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3834.x-grid-row-collapsed .x-grid-row-expander {
3835  background-image: url('../../resources/themes/images/access/grid/group-expand.gif'); }
3836
3837/* line 449, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3838.x-grid-resize-marker {
3839  position: absolute;
3840  z-index: 5;
3841  top: 0;
3842  width: 1px;
3843  background-color: #0f0f0f; }
3844
3845/* line 459, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3846.col-move-top,
3847.col-move-bottom {
3848  width: 9px;
3849  height: 9px;
3850  position: absolute;
3851  top: 0;
3852  line-height: 0;
3853  font-size: 0;
3854  overflow: hidden;
3855  z-index: 20000;
3856  background: no-repeat left top transparent; }
3857
3858/* line 471, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3859.col-move-top {
3860  background-image: url('../../resources/themes/images/access/grid/col-move-top.gif'); }
3861
3862/* line 475, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3863.col-move-bottom {
3864  background-image: url('../../resources/themes/images/access/grid/col-move-bottom.gif'); }
3865
3866/* line 480, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3867.x-tbar-page-number {
3868  width: 30px; }
3869
3870/* line 487, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3871.x-grid-group,
3872.x-grid-group-body,
3873.x-grid-group-hd {
3874  zoom: 1; }
3875
3876/* line 491, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3877.x-grid-group-hd {
3878  padding-top: 6px; }
3879  /* line 494, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3880  .x-grid-group-hd .x-grid-cell-inner {
3881    padding: 10px 4px 4px 4px;
3882    background: white;
3883    border-width: 0 0 2px 0;
3884    border-style: solid;
3885    border-color: #283042;
3886    cursor: pointer; }
3887
3888/* line 508, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3889.x-grid-group-hd-collapsible .x-grid-group-title {
3890  background: transparent no-repeat 0 -1px;
3891  background-image: url('../../resources/themes/images/access/grid/group-collapse.gif');
3892  padding: 0 0 0 14px; }
3893
3894/* line 515, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3895.x-grid-group-title {
3896  color: black;
3897  font: bold 14px tahoma, arial, verdana, sans-serif; }
3898
3899/* line 521, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3900.x-grid-group-hd-collapsed .x-grid-group-title {
3901  background-image: url('../../resources/themes/images/access/grid/group-expand.gif'); }
3902
3903/* line 526, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3904.x-grid-group-collapsed .x-grid-group-body {
3905  display: none; }
3906
3907/* line 530, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3908.x-grid-group-collapsed .x-grid-group-title {
3909  background-image: url('../../resources/themes/images/access/grid/group-expand.gif'); }
3910
3911/* line 534, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3912.x-group-by-icon {
3913  background-image: url('../../resources/themes/images/access/grid/group-by.gif'); }
3914
3915/* line 538, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3916.x-show-groups-icon {
3917  background-image: url('../../resources/themes/images/access/grid/group-by.gif'); }
3918
3919/* line 542, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3920.x-column-header-checkbox .x-column-header-inner {
3921  padding: 0; }
3922
3923/* line 546, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3924.x-grid-cell-special .x-grid-cell-inner {
3925  padding-left: 4px;
3926  padding-right: 4px; }
3927
3928/* line 552, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3929.x-grid-row-checker,
3930.x-column-header-checkbox .x-column-header-text {
3931  height: 14px;
3932  width: 14px;
3933  line-height: 0;
3934  background-image: url('../../resources/themes/images/access/grid/unchecked.gif');
3935  background-position: -1px -1px;
3936  background-repeat: no-repeat;
3937  background-color: transparent; }
3938
3939/* line 564, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3940.x-column-header-checkbox .x-column-header-text {
3941  display: block;
3942  margin: 0 5px; }
3943
3944/* IE6, IE7, and all IE Quirks mode need line-height to be the same as checkbox height or the header/row height will be too tall */
3945/* line 573, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3946.x-quirks .x-ie .x-grid-row-checker,
3947.x-quirks .x-ie .x-column-header-checkbox .x-column-header-text, .x-ie7m .x-grid-row-checker, .x-ie7m .x-column-header-checkbox .x-column-header-text {
3948  line-height: 14px; }
3949
3950/* line 579, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3951.x-grid-hd-checker-on .x-column-header-text {
3952  background-image: url('../../resources/themes/images/access/grid/checked.gif'); }
3953
3954/* line 583, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3955.x-grid-cell-row-checker .x-grid-cell-inner {
3956  padding-top: 4px;
3957  padding-bottom: 2px;
3958  line-height: 16px; }
3959
3960/* line 588, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3961.x-grid-with-row-lines .x-grid-cell-row-checker .x-grid-cell-inner {
3962  padding-top: 3px; }
3963
3964/* line 591, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3965.x-grid-row-checker {
3966  margin-left: 1px;
3967  background-position: 50% -2px; }
3968
3969/* line 598, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3970.x-grid-row-selected .x-grid-row-checker,
3971.x-grid-row-checked .x-grid-row-checker {
3972  background-image: url('../../resources/themes/images/access/grid/checked.gif'); }
3973
3974/* line 603, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3975.x-tbar-page-first {
3976  background-image: url('../../resources/themes/images/access/grid/page-first.gif') !important; }
3977
3978/* line 607, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3979.x-tbar-loading {
3980  background-image: url('../../resources/themes/images/access/grid/refresh.gif') !important; }
3981
3982/* line 611, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3983.x-tbar-page-last {
3984  background-image: url('../../resources/themes/images/access/grid/page-last.gif') !important; }
3985
3986/* line 615, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3987.x-tbar-page-next {
3988  background-image: url('../../resources/themes/images/access/grid/page-next.gif') !important; }
3989
3990/* line 619, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3991.x-tbar-page-prev {
3992  background-image: url('../../resources/themes/images/access/grid/page-prev.gif') !important; }
3993
3994/* line 624, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3995.x-item-disabled .x-tbar-loading {
3996  background-image: url('../../resources/themes/images/access/grid/refresh-disabled.gif') !important; }
3997/* line 628, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
3998.x-item-disabled .x-tbar-page-first {
3999  background-image: url('../../resources/themes/images/access/grid/page-first-disabled.gif') !important; }
4000/* line 632, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4001.x-item-disabled .x-tbar-page-last {
4002  background-image: url('../../resources/themes/images/access/grid/page-last-disabled.gif') !important; }
4003/* line 636, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4004.x-item-disabled .x-tbar-page-next {
4005  background-image: url('../../resources/themes/images/access/grid/page-next-disabled.gif') !important; }
4006/* line 640, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4007.x-item-disabled .x-tbar-page-prev {
4008  background-image: url('../../resources/themes/images/access/grid/page-prev-disabled.gif') !important; }
4009
4010/* line 646, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4011.x-hmenu-sort-asc .x-menu-item-icon {
4012  background-image: url('../../resources/themes/images/access/grid/hmenu-asc.gif'); }
4013
4014/* line 650, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4015.x-hmenu-sort-desc .x-menu-item-icon {
4016  background-image: url('../../resources/themes/images/access/grid/hmenu-desc.gif'); }
4017
4018/* line 654, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4019.x-hmenu-lock .x-menu-item-icon {
4020  background-image: url('../../resources/themes/images/access/grid/hmenu-lock.gif'); }
4021
4022/* line 658, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4023.x-hmenu-unlock .x-menu-item-icon {
4024  background-image: url('../../resources/themes/images/access/grid/hmenu-unlock.gif'); }
4025
4026/* line 662, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4027.x-group-by-icon {
4028  background-image: url('../../resources/themes/images/access/grid/group-by.gif'); }
4029
4030/* line 666, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4031.x-cols-icon .x-menu-item-icon {
4032  background-image: url('../../resources/themes/images/access/grid/columns.gif'); }
4033
4034/* line 670, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4035.x-show-groups-icon {
4036  background-image: url('../../resources/themes/images/access/grid/group-by.gif'); }
4037
4038/* line 675, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4039.x-grid-drop-indicator {
4040  position: absolute;
4041  height: 1px;
4042  line-height: 0px;
4043  background-color: #77BC71;
4044  overflow: visible; }
4045  /* line 682, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4046  .x-grid-drop-indicator .x-grid-drop-indicator-left {
4047    position: absolute;
4048    top: -8px;
4049    left: -12px;
4050    background-image: url('../../resources/themes/images/access/grid/dd-insert-arrow-right.png');
4051    height: 16px;
4052    width: 16px; }
4053  /* line 691, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4054  .x-grid-drop-indicator .x-grid-drop-indicator-right {
4055    position: absolute;
4056    top: -8px;
4057    right: -11px;
4058    background-image: url('../../resources/themes/images/access/grid/dd-insert-arrow-left.png');
4059    height: 16px;
4060    width: 16px; }
4061
4062/* line 702, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4063.x-ie6 .x-grid-drop-indicator-left {
4064  background-image: url('../../resources/themes/images/access/grid/dd-insert-arrow-right.gif'); }
4065/* line 706, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4066.x-ie6 .x-grid-drop-indicator-right {
4067  background-image: url('../../resources/themes/images/access/grid/dd-insert-arrow-left.gif'); }
4068
4069/* line 714, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4070.x-grid-editor .x-form-text {
4071  padding: 0 3px; }
4072/* line 717, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4073.x-grid-editor .x-form-cb-wrap {
4074  padding-top: 1px; }
4075
4076/* line 723, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4077.x-grid-row-editor {
4078  position: absolute !important;
4079  z-index: 1;
4080  zoom: 1;
4081  overflow: visible !important; }
4082  /* line 729, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4083  .x-grid-row-editor .x-form-text {
4084    padding: 0 1px; }
4085  /* line 732, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4086  .x-grid-row-editor .x-form-cb-wrap {
4087    padding-top: 0; }
4088  /* line 735, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4089  .x-grid-row-editor .x-form-checkbox {
4090    margin-left: -4px; }
4091  /* line 738, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4092  .x-grid-row-editor .x-form-display-field {
4093    font: normal 14px/15px tahoma, arial, verdana, sans-serif;
4094    padding-top: 0;
4095    padding-left: 1px; }
4096  /* line 744, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4097  .x-grid-row-editor .x-panel-body {
4098    background-color: #4b5d83;
4099    border-top: 1px solid #18181a !important;
4100    border-bottom: 1px solid #18181a !important; }
4101
4102/* line 754, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4103.x-grid-editor .x-form-cb-wrap, .x-grid-row-editor .x-form-cb-wrap {
4104  text-align: center; }
4105/* line 757, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4106.x-grid-editor .x-form-trigger, .x-grid-row-editor .x-form-trigger {
4107  height: 20px; }
4108/* line 761, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4109.x-grid-editor .x-form-trigger-wrap .x-form-spinner-up, .x-grid-editor .x-form-trigger-wrap .x-form-spinner-down, .x-grid-row-editor .x-form-trigger-wrap .x-form-spinner-up, .x-grid-row-editor .x-form-trigger-wrap .x-form-spinner-down {
4110  background-image: url('../../resources/themes/images/access/form/spinner-small.gif');
4111  height: 10px !important; }
4112
4113/* line 768, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4114.x-grid-editor .x-form-text, .x-grid-row-editor .x-form-text {
4115  font: normal 14px/15px tahoma, arial, verdana, sans-serif;
4116  height: 20px; }
4117
4118/* line 776, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4119.x-border-box .x-grid-editor .x-form-trigger,
4120.x-border-box .x-grid-row-editor .x-form-trigger {
4121  height: 22px; }
4122/* line 779, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4123.x-border-box .x-grid-editor .x-form-text,
4124.x-border-box .x-grid-row-editor .x-form-text {
4125  height: 22px;
4126  padding-bottom: 1px; }
4127
4128/* line 787, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4129.x-ie .x-grid-editor .x-form-text {
4130  padding-left: 4px; }
4131/* line 790, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4132.x-ie .x-grid-row-editor .x-form-text {
4133  padding-left: 2px; }
4134
4135/* line 796, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4136.x-ie8m .x-grid-editor .x-form-text,
4137.x-ie8m .x-grid-row-editor .x-form-text {
4138  padding-top: 1px; }
4139
4140/* line 803, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4141.x-strict .x-ie6 .x-grid-editor .x-form-text,
4142.x-strict .x-ie6 .x-grid-row-editor .x-form-text,
4143.x-strict .x-ie7 .x-grid-editor .x-form-text,
4144.x-strict .x-ie7 .x-grid-row-editor .x-form-text {
4145  height: 16px; }
4146
4147/* line 809, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4148.x-quirks .x-ie9 .x-grid-editor .x-form-text, .x-quirks .x-ie9 .x-grid-row-editor .x-form-text {
4149  line-height: 17px; }
4150
4151/* line 818, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4152.x-opera .x-grid-editor .x-form-text {
4153  padding-left: 4px; }
4154/* line 821, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4155.x-opera .x-grid-row-editor .x-form-text {
4156  padding-left: 2px; }
4157
4158/* line 828, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4159.x-grid-row-editor-buttons {
4160  background-color: #4b5d83;
4161  position: absolute;
4162  bottom: -31px;
4163  padding: 4px;
4164  height: 32px; }
4165  /* line 835, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4166  .x-strict .x-ie7m .x-grid-row-editor-buttons {
4167    width: 192px;
4168    height: 24px; }
4169
4170/* line 845, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4171.x-grid-row-editor-buttons-ml,
4172.x-grid-row-editor-buttons-mr,
4173.x-grid-row-editor-buttons-bl,
4174.x-grid-row-editor-buttons-br,
4175.x-grid-row-editor-buttons-bc {
4176  position: absolute;
4177  overflow: hidden; }
4178
4179/* line 851, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4180.x-grid-row-editor-buttons-bl,
4181.x-grid-row-editor-buttons-br {
4182  width: 4px;
4183  height: 4px;
4184  bottom: 0px;
4185  background-image: url('../../resources/themes/images/access/panel/panel-default-framed-corners.gif'); }
4186
4187/* line 857, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4188.x-grid-row-editor-buttons-bl {
4189  left: 0px;
4190  background-position: 0px -16px; }
4191
4192/* line 861, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4193.x-grid-row-editor-buttons-br {
4194  right: 0px;
4195  background-position: 0px -20px; }
4196
4197/* line 866, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4198.x-grid-row-editor-buttons-bc {
4199  position: absolute;
4200  left: 4px;
4201  bottom: 0px;
4202  width: 192px;
4203  height: 1px;
4204  background-color: #18181a; }
4205
4206/* line 876, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4207.x-grid-row-editor-buttons-ml,
4208.x-grid-row-editor-buttons-mr {
4209  height: 27px;
4210  width: 1px;
4211  top: 1px;
4212  background-color: #18181a; }
4213
4214/* line 882, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4215.x-grid-row-editor-buttons-ml {
4216  left: 0px; }
4217
4218/* line 885, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4219.x-grid-row-editor-buttons-mr {
4220  background-position: 0px -20px;
4221  right: 0px; }
4222
4223/* line 891, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4224.x-grid-row-editor-errors ul {
4225  margin-left: 5px; }
4226/* line 894, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
4227.x-grid-row-editor-errors li {
4228  list-style: disc;
4229  margin-left: 15px; }
4230
4231/*misc*/
4232/* line 9, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4233.x-webkit *:focus {
4234  outline: none !important; }
4235
4236/* line 16, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4237.x-form-item {
4238  vertical-align: top;
4239  table-layout: fixed; }
4240
4241/* line 26, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4242.x-autocontainer-form-item,
4243.x-anchor-form-item,
4244.x-vbox-form-item,
4245.x-checkboxgroup-form-item,
4246.x-table-form-item {
4247  margin-bottom: 5px; }
4248
4249/* line 31, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4250.x-form-layout-table {
4251  border-collapse: separate;
4252  border-spacing: 0 2px; }
4253
4254/* line 37, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4255.x-form-item-body {
4256  position: relative; }
4257
4258/* line 42, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4259.x-form-form-item td {
4260  border-top: 1px solid transparent; }
4261
4262/* line 51, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4263.x-ie6 .x-form-layout-table {
4264  border-collapse: collapse;
4265  border-spacing: 0; }
4266/* line 56, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4267.x-ie6 .x-form-form-item td {
4268  border-top-width: 0; }
4269/* line 62, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4270.x-ie6 td.x-form-item-pad {
4271  height: 5px; }
4272
4273/* line 68, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4274.x-editor .x-form-item-body {
4275  padding-bottom: 0; }
4276
4277/* line 72, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4278.x-form-item-label {
4279  display: block;
4280  padding: 3px 0 0;
4281  font-size: 15px;
4282  user-select: none;
4283  -o-user-select: none;
4284  -ms-user-select: none;
4285  -moz-user-select: -moz-none;
4286  -webkit-user-select: none;
4287  cursor: default; }
4288
4289/* line 79, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4290.x-form-item-label-top {
4291  display: block;
4292  zoom: 1;
4293  padding: 0 0 5px 0; }
4294
4295/* line 85, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4296.x-form-item-label-right {
4297  text-align: right; }
4298
4299/* line 89, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4300.x-form-invalid-under {
4301  padding: 2px 2px 2px 18px;
4302  color: #c0272b;
4303  font: normal 14px tahoma, arial, verdana, sans-serif;
4304  line-height: 16px;
4305  background: no-repeat 0 2px;
4306  background-image: url('../../resources/themes/images/access/form/exclamation.gif'); }
4307
4308/* line 100, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4309.x-form-invalid-icon {
4310  width: 18px;
4311  height: 14px;
4312  background: no-repeat center center;
4313  background-image: url('../../resources/themes/images/access/form/exclamation.gif');
4314  overflow: hidden; }
4315  /* line 106, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4316  .x-form-invalid-icon ul {
4317    display: block;
4318    width: 18px; }
4319    /* line 109, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4320    .x-form-invalid-icon ul li {
4321      /* prevent inner elements from interfering with QuickTip hovering */
4322      display: none; }
4323
4324/* line 117, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
4325.x-lbl-top-err-icon {
4326  margin-bottom: 4px; }
4327
4328/* line 7, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4329.x-form-field,
4330.x-form-display-field {
4331  margin: 0 0 0 0;
4332  font: normal 15px tahoma, arial, verdana, sans-serif;
4333  color: white; }
4334
4335/* line 14, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4336.x-form-item-hidden {
4337  margin: 0; }
4338
4339/* line 19, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4340.x-form-text,
4341textarea.x-form-field {
4342  padding: 1px 3px;
4343  background: repeat-x 0 0;
4344  border: 2px solid;
4345  background-color: #34383f;
4346  background-image: url('../../resources/themes/images/access/form/text-bg.gif');
4347  border-color: #737b8c; }
4348
4349/* line 36, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4350.x-form-text {
4351  height: 20px;
4352  line-height: 17px;
4353  vertical-align: top; }
4354
4355/* line 43, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4356.x-ie8m .x-form-text {
4357  line-height: 17px; }
4358
4359/* line 48, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4360.x-border-box .x-form-text {
4361  height: 26px; }
4362
4363/* line 52, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4364textarea.x-form-field {
4365  color: white;
4366  overflow: auto;
4367  height: auto;
4368  line-height: normal;
4369  background: repeat-x 0 0;
4370  background-color: #34383f;
4371  background-image: url('../../resources/themes/images/access/form/text-bg.gif');
4372  resize: none; }
4373
4374/* line 65, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4375.x-border-box textarea.x-form-field {
4376  height: auto; }
4377
4378/* line 70, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4379.x-safari.x-mac textarea.x-form-field {
4380  margin-bottom: -2px; }
4381
4382/* line 76, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4383.x-form-focus,
4384textarea.x-form-focus {
4385  border-color: #ff9c33; }
4386
4387/* line 81, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4388.x-form-invalid-field,
4389textarea.x-form-invalid-field {
4390  background-color: #15171a;
4391  background-image: url('../../resources/themes/images/access/grid/invalid_line.gif');
4392  background-repeat: repeat-x;
4393  background-position: bottom;
4394  border-color: #cc3300; }
4395
4396/* line 91, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4397.x-form-item {
4398  font: normal 15px tahoma, arial, verdana, sans-serif; }
4399
4400/* line 95, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4401.x-form-empty-field, textarea.x-form-empty-field {
4402  color: gray; }
4403
4404/* line 100, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4405.x-webkit .x-form-empty-field {
4406  line-height: 17px; }
4407
4408/* line 105, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4409.x-form-display-field {
4410  padding-top: 3px; }
4411
4412        /*
4413        In oldIE, text inputs get a mysterious extra pixel of spacing above and below.
4414        This is targeted at IE6-IE7 (all modes) and IE9+ Quirks mode.
4415
4416        IE8 quirks on Windows 7 requires this fix, but on
4417        IE8 quirks on Windows XP, this is breaks the layout.
4418        TODO: Check field input heights in IE8 quirks on Windows Vista.
4419
4420        Since we can't specifically target a specific version of Windows via CSS, we default to fixing it the XP way, for now.
4421        */
4422/* line 121, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4423.x-quirks .x-ie9p .x-form-text,
4424.x-ie7m .x-form-text {
4425  margin-top: -1px;
4426  margin-bottom: -1px; }
4427
4428/* line 126, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4429.x-ie .x-form-file {
4430  height: 27px;
4431  line-height: 18px;
4432  vertical-align: middle; }
4433
4434/* line 135, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4435.x-field-default-toolbar .x-form-text {
4436  height: 18px; }
4437
4438/* line 139, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4439.x-border-box .x-field-default-toolbar .x-form-text {
4440  height: 24px; }
4441
4442/* line 143, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
4443.x-field-default-toolbar .x-form-item-label-left {
4444  padding-left: 4px; }
4445
4446/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4447.x-fieldset {
4448  border: 1px solid #727c8c;
4449  padding: 10px;
4450  margin-bottom: 10px;
4451  display: block;
4452  /* preserve margins in IE */
4453  position: relative; }
4454
4455/* line 18, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4456.x-ie .x-fieldset {
4457  padding-top: 0; }
4458  /* line 20, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4459  .x-ie .x-fieldset .x-fieldset-body {
4460    padding-top: 10px; }
4461
4462/* line 25, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4463.x-fieldset-header-checkbox {
4464  line-height: 14px; }
4465
4466/* line 29, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4467.x-fieldset-header {
4468  font: 14px/14px bold tahoma, arial, verdana, sans-serif;
4469  color: white;
4470  padding: 0 3px 1px;
4471  overflow: hidden; }
4472  /* line 35, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4473  .x-fieldset-header .x-fieldset-header-text {
4474    float: left;
4475    padding: 1px 0; }
4476  /* line 39, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4477  .x-fieldset-header .x-fieldset-header-text-collapsible {
4478    cursor: pointer; }
4479  /* line 44, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4480  .x-fieldset-header .x-form-item,
4481  .x-fieldset-header .x-tool {
4482    float: left;
4483    margin: 1px 0 0 0; }
4484  /* line 49, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4485  .x-fieldset-header .x-form-cb-wrap {
4486    padding: 1px 0;
4487    font-size: 0;
4488    line-height: 0; }
4489
4490/* line 58, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4491.x-fieldset-with-title .x-fieldset-header-checkbox,
4492.x-fieldset-with-title .x-tool {
4493  margin-right: 3px; }
4494
4495/* line 65, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4496.x-webkit .x-fieldset-header {
4497  -webkit-padding-start: 3px;
4498  -webkit-padding-end: 3px; }
4499
4500/* line 75, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4501.x-opera .x-fieldset-with-legend {
4502  margin-top: -1px; }
4503/* line 78, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4504.x-opera.x-mac .x-fieldset-header-text {
4505  padding: 2px 0 0; }
4506
4507/* line 86, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4508.x-strict .x-ie8 .x-fieldset-header {
4509  margin-bottom: -1px; }
4510  /* line 90, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4511  .x-strict .x-ie8 .x-fieldset-header .x-tool,
4512  .x-strict .x-ie8 .x-fieldset-header .x-fieldset-header-text,
4513  .x-strict .x-ie8 .x-fieldset-header .x-fieldset-header-checkbox {
4514    position: relative;
4515    top: -1px; }
4516
4517/* line 100, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4518.x-quirks .x-ie .x-fieldset-header,
4519.x-ie8m .x-fieldset-header {
4520  padding-left: 1px;
4521  padding-right: 1px; }
4522
4523/* line 108, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4524.x-fieldset-collapsed .x-fieldset-body {
4525  display: none; }
4526
4527/* line 113, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4528.x-fieldset-collapsed {
4529  padding-bottom: 0 !important;
4530  border-width: 1px 1px 0 1px !important;
4531  border-left-color: transparent !important;
4532  border-right-color: transparent !important; }
4533
4534/* line 122, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4535.x-ie6 .x-fieldset-collapsed {
4536  border-width: 1px 0 0 0 !important;
4537  padding-bottom: 0 !important;
4538  margin-left: 1px;
4539  margin-right: 1px; }
4540
4541/* line 130, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4542.x-ie .x-fieldset-bwrap {
4543  zoom: 1; }
4544
4545/* IE legend positioning bug */
4546/* line 137, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4547.x-ie .x-fieldset-noborder legend {
4548  position: relative;
4549  margin-bottom: 23px; }
4550
4551/* line 143, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4552.x-ie .x-fieldset-noborder legend span {
4553  position: absolute;
4554  left: 16px; }
4555
4556/* line 149, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4557.x-fieldset {
4558  overflow: hidden; }
4559
4560/* line 153, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4561.x-fieldset-bwrap {
4562  overflow: hidden;
4563  zoom: 1; }
4564
4565/* line 159, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
4566.x-fieldset-body {
4567  overflow: hidden; }
4568
4569/* line 8, ../themes/stylesheets/ext4/default/widgets/form/_file.scss */
4570.x-form-file-wrap .x-form-text {
4571  color: #777; }
4572/* line 12, ../themes/stylesheets/ext4/default/widgets/form/_file.scss */
4573.x-form-file-wrap .x-form-file-btn {
4574  overflow: hidden; }
4575/* line 16, ../themes/stylesheets/ext4/default/widgets/form/_file.scss */
4576.x-form-file-wrap .x-form-file-input {
4577  position: absolute;
4578  top: -4px;
4579  right: -2px;
4580  height: 34px;
4581  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
4582  opacity: 0;
4583  /* Yes, there's actually a good reason for this...
4584   * If the configured buttonText is set to something longer than the default,
4585   * then it will quickly exceed the width of the hidden file input's "Browse..."
4586   * button, so part of the custom button's clickable area will be covered by
4587   * the hidden file input's text box instead. This results in a text-selection
4588   * mouse cursor over that part of the button, at least in Firefox, which is
4589   * confusing to a user. Giving the hidden file input a huge font-size makes
4590   * the native button part very large so it will cover the whole clickable area.
4591   */
4592  font-size: 100px; }
4593
4594/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4595.x-form-cb-wrap {
4596  padding-top: 3px; }
4597
4598/* line 11, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4599.x-form-checkbox,
4600.x-form-radio {
4601  vertical-align: -1px;
4602  width: 19px;
4603  height: 19px;
4604  background: no-repeat;
4605  background-image: url('../../resources/themes/images/access/form/checkbox.gif');
4606  overflow: hidden;
4607  padding: 0;
4608  border: 0; }
4609  /* line 22, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4610  .x-form-checkbox::-moz-focus-inner,
4611  .x-form-radio::-moz-focus-inner {
4612    padding: 0;
4613    border: 0; }
4614
4615/* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */
4616/* line 31, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4617.x-nbr.x-ie .x-form-checkbox,
4618.x-nbr.x-ie .x-form-radio {
4619  font-size: 0; }
4620
4621/* line 38, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4622.x-form-cb-checked .x-form-checkbox,
4623.x-form-cb-checked .x-form-radio {
4624  background-position: 0 -19px; }
4625
4626/* Focused */
4627/* line 44, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4628.x-form-cb-focus {
4629  background-position: -19px 0; }
4630
4631/* line 48, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4632.x-form-cb-checked .x-form-cb-focus {
4633  background-position: -19px -19px; }
4634
4635/* Radios */
4636/* line 54, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4637.x-form-radio {
4638  background-image: url('../../resources/themes/images/access/form/radio.gif'); }
4639
4640/* boxLabel */
4641/* line 59, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4642.x-form-cb-label-before {
4643  margin-right: 4px; }
4644
4645/* line 62, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
4646.x-form-cb-label-after {
4647  margin-left: 4px; }
4648
4649/* line 7, ../themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
4650.x-form-checkboxgroup-body {
4651  padding: 1px 4px 1px 4px; }
4652
4653/* line 12, ../themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
4654.x-form-invalid .x-form-checkboxgroup-body {
4655  border: 1px solid #c30!important;
4656  background: transparent repeat-x bottom;
4657  background-image: url('../../resources/themes/images/access/grid/invalid_line.gif');
4658  padding: 1px 3px 0 3px; }
4659
4660/* line 20, ../themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
4661.x-check-group-alt {
4662  background: #4d515c;
4663  border-top: 1px dotted #333333;
4664  border-bottom: 1px dotted #333333; }
4665
4666/* line 27, ../themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
4667.x-form-check-group-label {
4668  color: #333;
4669  border-bottom: 1px solid #333;
4670  margin: 0 30px 5px 0;
4671  padding: 2px; }
4672
4673/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4674.x-form-trigger-wrap {
4675  vertical-align: top; }
4676
4677/* line 10, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4678.x-form-trigger {
4679  background-image: url('../../resources/themes/images/access/form/trigger.gif');
4680  background-position: 0 0;
4681  width: 20px;
4682  height: 24px;
4683  border-bottom: 2px solid #737b8c;
4684  cursor: pointer;
4685  cursor: hand;
4686  overflow: hidden; }
4687
4688/* line 24, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4689.x-border-box .x-form-trigger {
4690  height: 26px; }
4691
4692/* line 28, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4693.x-field-default-toolbar .x-form-trigger {
4694  height: 22px; }
4695
4696/* line 32, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4697.x-border-box .x-field-default-toolbar .x-form-trigger {
4698  height: 24px; }
4699
4700/* line 37, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4701.x-form-trigger-over {
4702  background-position: -20px 0;
4703  border-bottom-color: #ff9c33; }
4704
4705/* line 43, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4706.x-form-trigger-wrap-focus .x-form-trigger {
4707  background-position: -60px 0;
4708  border-bottom-color: #737b8c; }
4709
4710/* line 49, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4711.x-form-trigger-wrap-focus .x-form-trigger-over {
4712  background-position: -80px 0;
4713  border-bottom-color: #ff9c33; }
4714
4715/* line 58, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4716.x-form-trigger-click,
4717.x-form-trigger-wrap-focus .x-form-trigger-click {
4718  background-position: -40px 0;
4719  border-bottom-color: #c76e12; }
4720
4721/* line 66, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4722.x-form-trigger-icon {
4723  height: 18px;
4724  background-repeat: no-repeat;
4725  background-position: 7px 6px; }
4726
4727/* line 74, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4728.x-pickerfield-open .x-form-field {
4729  -moz-border-radius-bottomleft: 0;
4730  -webkit-border-bottom-left-radius: 0;
4731  -o-border-bottom-left-radius: 0;
4732  -ms-border-bottom-left-radius: 0;
4733  -khtml-border-bottom-left-radius: 0;
4734  border-bottom-left-radius: 0;
4735  -moz-border-radius-bottomright: 0;
4736  -webkit-border-bottom-right-radius: 0;
4737  -o-border-bottom-right-radius: 0;
4738  -ms-border-bottom-right-radius: 0;
4739  -khtml-border-bottom-right-radius: 0;
4740  border-bottom-right-radius: 0; }
4741
4742/* line 80, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4743.x-pickerfield-open-above .x-form-field {
4744  -moz-border-radius-bottomleft: 3px;
4745  -webkit-border-bottom-left-radius: 3px;
4746  -o-border-bottom-left-radius: 3px;
4747  -ms-border-bottom-left-radius: 3px;
4748  -khtml-border-bottom-left-radius: 3px;
4749  border-bottom-left-radius: 3px;
4750  -moz-border-radius-topleft: 0;
4751  -webkit-border-top-left-radius: 0;
4752  -o-border-top-left-radius: 0;
4753  -ms-border-top-left-radius: 0;
4754  -khtml-border-top-left-radius: 0;
4755  border-top-left-radius: 0;
4756  -moz-border-radius-topright: 0;
4757  -webkit-border-top-right-radius: 0;
4758  -o-border-top-right-radius: 0;
4759  -ms-border-top-right-radius: 0;
4760  -khtml-border-top-right-radius: 0;
4761  border-top-right-radius: 0; }
4762
4763/* line 87, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4764.x-form-arrow-trigger .x-form-trigger-icon {
4765  background-image: url('../../resources/themes/images/access/boundlist/trigger-arrow.png'); }
4766
4767/* line 92, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4768.x-form-date-trigger {
4769  background-image: url('../../resources/themes/images/access/form/date-trigger.gif'); }
4770
4771/* line 99, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4772.x-form-trigger-wrap .x-form-spinner-up,
4773.x-form-trigger-wrap .x-form-spinner-down {
4774  background-image: url('../../resources/themes/images/access/form/spinner.gif');
4775  width: 20px !important;
4776  height: 13px !important;
4777  font-size: 0;
4778  /*for IE*/
4779  border-bottom: 0; }
4780/* line 109, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4781.x-form-trigger-wrap .x-form-spinner-down {
4782  background-position: 0 -13px; }
4783
4784/* line 113, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4785.x-form-trigger-wrap-focus .x-form-spinner-down {
4786  background-position: -60px -13px; }
4787
4788/* line 116, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4789.x-form-trigger-wrap .x-form-spinner-down-over {
4790  background-position: -20px -13px; }
4791
4792/* line 119, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4793.x-form-trigger-wrap-focus .x-form-spinner-down-over {
4794  background-position: -80px -13px; }
4795
4796/* line 122, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4797.x-form-trigger-wrap .x-form-spinner-down-click {
4798  background-position: -40px -13px; }
4799
4800/* line 131, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4801.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-up,
4802.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down {
4803  background-image: url('../../resources/themes/images/access/form/spinner-small.gif');
4804  height: 12px !important; }
4805/* line 135, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4806.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down {
4807  background-position: 0 -12px; }
4808/* line 139, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4809.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down {
4810  background-position: -60px -12px; }
4811/* line 142, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4812.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-over {
4813  background-position: -20px -12px; }
4814/* line 145, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4815.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down-over {
4816  background-position: -80px -12px; }
4817/* line 148, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4818.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-click {
4819  background-position: -40px -12px; }
4820
4821/* line 154, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4822.x-trigger-noedit {
4823  cursor: pointer;
4824  cursor: hand; }
4825
4826/* line 160, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4827.x-item-disabled .x-trigger-noedit, .x-item-disabled .x-form-trigger {
4828  cursor: auto; }
4829
4830/* line 166, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4831.x-form-clear-trigger {
4832  background-image: url('../../resources/themes/images/access/form/clear-trigger.gif'); }
4833
4834/* line 169, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4835.x-form-search-trigger {
4836  background-image: url('../../resources/themes/images/access/form/search-trigger.gif'); }
4837
4838/* line 177, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4839.x-quirks .prefixie6 .x-form-trigger-input-cell {
4840  height: 26px; }
4841/* line 180, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
4842.x-quirks .prefixie6 .x-field-default-toolbar .x-form-trigger-input-cell {
4843  height: 24px; }
4844
4845/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4846.x-html-editor-wrap {
4847  border: 1px solid #737b8c; }
4848  /* line 9, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4849  .x-html-editor-wrap .x-toolbar {
4850    border-top-width: 0;
4851    border-left-width: 0;
4852    border-right-width: 0; }
4853  /* line 15, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4854  .x-html-editor-wrap textarea {
4855    background-color: #34383f; }
4856
4857/* line 20, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4858.x-html-editor-tb .x-btn-text {
4859  background: transparent no-repeat;
4860  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4861
4862/* line 26, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4863.x-html-editor-tb .x-edit-bold,
4864.x-menu-item img.x-edit-bold {
4865  background-position: 0 0;
4866  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4867
4868/* line 32, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4869.x-html-editor-tb .x-edit-italic,
4870.x-menu-item img.x-edit-italic {
4871  background-position: -16px 0;
4872  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4873
4874/* line 38, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4875.x-html-editor-tb .x-edit-underline,
4876.x-menu-item img.x-edit-underline {
4877  background-position: -32px 0;
4878  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4879
4880/* line 44, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4881.x-html-editor-tb .x-edit-forecolor,
4882.x-menu-item img.x-edit-forecolor {
4883  background-position: -160px 0;
4884  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4885
4886/* line 50, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4887.x-html-editor-tb .x-edit-backcolor,
4888.x-menu-item img.x-edit-backcolor {
4889  background-position: -176px 0;
4890  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4891
4892/* line 56, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4893.x-html-editor-tb .x-edit-justifyleft,
4894.x-menu-item img.x-edit-justifyleft {
4895  background-position: -112px 0;
4896  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4897
4898/* line 62, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4899.x-html-editor-tb .x-edit-justifycenter,
4900.x-menu-item img.x-edit-justifycenter {
4901  background-position: -128px 0;
4902  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4903
4904/* line 68, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4905.x-html-editor-tb .x-edit-justifyright,
4906.x-menu-item img.x-edit-justifyright {
4907  background-position: -144px 0;
4908  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4909
4910/* line 74, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4911.x-html-editor-tb .x-edit-insertorderedlist,
4912.x-menu-item img.x-edit-insertorderedlist {
4913  background-position: -80px 0;
4914  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4915
4916/* line 80, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4917.x-html-editor-tb .x-edit-insertunorderedlist,
4918.x-menu-item img.x-edit-insertunorderedlist {
4919  background-position: -96px 0;
4920  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4921
4922/* line 86, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4923.x-html-editor-tb .x-edit-increasefontsize,
4924.x-menu-item img.x-edit-increasefontsize {
4925  background-position: -48px 0;
4926  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4927
4928/* line 92, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4929.x-html-editor-tb .x-edit-decreasefontsize,
4930.x-menu-item img.x-edit-decreasefontsize {
4931  background-position: -64px 0;
4932  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4933
4934/* line 98, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4935.x-html-editor-tb .x-edit-sourceedit,
4936.x-menu-item img.x-edit-sourceedit {
4937  background-position: -192px 0;
4938  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4939
4940/* line 104, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4941.x-html-editor-tb .x-edit-createlink,
4942.x-menu-item img.x-edit-createlink {
4943  background-position: -208px 0;
4944  background-image: url('../../resources/themes/images/access/editor/tb-sprite.gif'); }
4945
4946/* line 109, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4947.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
4948  padding: 5px;
4949  padding-bottom: 1px; }
4950
4951/* line 115, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4952.x-html-editor-tb .x-toolbar {
4953  position: static !important; }
4954/* line 118, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4955.x-html-editor-tb .x-font-select {
4956  font-size: 11px; }
4957
4958/* line 123, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
4959.x-html-editor-wrap textarea {
4960  border: 0;
4961  padding: 3px 2px;
4962  overflow: auto; }
4963
4964/* line 7, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
4965.x-panel,
4966.x-plain {
4967  overflow: hidden;
4968  position: relative; }
4969
4970/* line 24, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
4971.x-ie .x-panel-header,
4972.x-ie .x-panel-header-tl,
4973.x-ie .x-panel-header-tc,
4974.x-ie .x-panel-header-tr,
4975.x-ie .x-panel-header-ml,
4976.x-ie .x-panel-header-mc,
4977.x-ie .x-panel-header-mr,
4978.x-ie .x-panel-header-bl,
4979.x-ie .x-panel-header-bc,
4980.x-ie .x-panel-header-br {
4981  zoom: 1; }
4982
4983/* line 30, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
4984.x-ie8 td.x-frame-mc {
4985  vertical-align: top; }
4986
4987/* line 37, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
4988.x-panel-header-horizontal {
4989  padding: 3px 5px 4px; }
4990
4991/* line 40, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
4992.x-panel-header-vertical {
4993  padding: 5px 4px; }
4994
4995/* line 45, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
4996.x-panel-header-icon,
4997.x-window-header-icon {
4998  width: 16px;
4999  height: 16px;
5000  background-repeat: no-repeat;
5001  background-position: 0 0;
5002  vertical-align: middle;
5003  margin-right: 4px; }
5004
5005/* line 56, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5006.x-vertical .x-panel-header-icon,
5007.x-vertical .x-window-header-icon {
5008  margin: 0 0 4px; }
5009
5010/* line 64, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5011.x-panel-header-draggable,
5012.x-panel-header-draggable .x-panel-header-text,
5013.x-window-header-draggable,
5014.x-window-header-draggable .x-window-header-text {
5015  cursor: move; }
5016
5017/* line 70, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5018.x-panel-ghost, .x-window-ghost {
5019  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
5020  opacity: 0.65;
5021  cursor: move; }
5022
5023/* line 76, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5024.x-panel-header-horizontal .x-panel-header-body, .x-panel-header-horizontal .x-window-header-body, .x-panel-header-horizontal .x-btn-group-header-body, .x-window-header-horizontal .x-panel-header-body, .x-window-header-horizontal .x-window-header-body, .x-window-header-horizontal .x-btn-group-header-body, .x-btn-group-header-horizontal .x-panel-header-body, .x-btn-group-header-horizontal .x-window-header-body, .x-btn-group-header-horizontal .x-btn-group-header-body {
5025  width: 100%; }
5026
5027/* line 82, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5028.x-panel-header-vertical .x-panel-header-body, .x-panel-header-vertical .x-window-header-body, .x-panel-header-vertical .x-btn-group-header-body, .x-window-header-vertical .x-panel-header-body, .x-window-header-vertical .x-window-header-body, .x-window-header-vertical .x-btn-group-header-body, .x-btn-group-header-vertical .x-panel-header-body, .x-btn-group-header-vertical .x-window-header-body, .x-btn-group-header-vertical .x-btn-group-header-body {
5029  height: 100%; }
5030
5031/* line 87, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5032.x-panel-header-text-container {
5033  overflow: hidden;
5034  -o-text-overflow: ellipsis;
5035  text-overflow: ellipsis; }
5036
5037/* line 93, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5038.x-panel-header-text {
5039  user-select: none;
5040  -o-user-select: none;
5041  -ms-user-select: none;
5042  -moz-user-select: -moz-none;
5043  -webkit-user-select: none;
5044  cursor: default;
5045  white-space: nowrap; }
5046
5047/* line 100, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5048.x-panel-header-left .x-vml-base,
5049.x-panel-header-right .x-vml-base {
5050  left: -3px !important; }
5051
5052/* line 106, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5053.x-panel-body {
5054  overflow: hidden;
5055  position: relative;
5056  font-size: 12px; }
5057
5058/* line 114, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5059.x-panel-header-vertical .x-surface {
5060  padding-left: 1px; }
5061
5062/* line 122, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5063.x-opera .x-panel-header-vertical .x-surface,
5064.x-strict .x-ie9 .x-panel-header-vertical .x-surface {
5065  padding-left: 2px; }
5066
5067/* line 129, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5068.x-panel-collapsed .x-panel-header-collapsed-border-top {
5069  border-bottom-width: 1px !important; }
5070/* line 132, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5071.x-panel-collapsed .x-panel-header-collapsed-border-right {
5072  border-left-width: 1px !important; }
5073/* line 135, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5074.x-panel-collapsed .x-panel-header-collapsed-border-bottom {
5075  border-top-width: 1px !important; }
5076/* line 138, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5077.x-panel-collapsed .x-panel-header-collapsed-border-left {
5078  border-right-width: 1px !important; }
5079
5080/* line 145, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5081.x-nlg .x-panel-header-vertical .x-frame-mc {
5082  background-repeat: repeat-y; }
5083
5084/* line 248, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5085.x-panel-default {
5086  border-color: #18181a; }
5087
5088/* line 253, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5089.x-panel-header-default {
5090  font-size: 14px;
5091  border-color: #18181a;
5092  border-width: 1px;
5093  border-style: solid;
5094  background-image: none;
5095  background-color: #3a4155;
5096  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5097  background-image: -webkit-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5098  background-image: -moz-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5099  background-image: -o-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5100  background-image: -ms-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5101  background-image: linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5102
5103/* line 277, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5104.x-nlg .x-panel-header-default-top {
5105  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-top-bg.gif'); }
5106
5107/* line 281, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5108.x-nlg .x-panel-header-default-bottom {
5109  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-bottom-bg.gif'); }
5110
5111/* line 285, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5112.x-nlg .x-panel-header-default-left {
5113  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-left-bg.gif'); }
5114
5115/* line 289, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5116.x-nlg .x-panel-header-default-right {
5117  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-right-bg.gif'); }
5118
5119/* line 293, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5120.x-nlg .x-panel-header-default-right {
5121  background-position: top right; }
5122
5123/* line 297, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5124.x-nlg .x-panel-header-default-bottom {
5125  background-position: bottom left; }
5126
5127/* line 338, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5128.x-panel-header-text-default {
5129  color: white;
5130  font-size: 14px;
5131  font-weight: bold;
5132  font-family: tahoma, arial, verdana, sans-serif;
5133  line-height: 17px; }
5134
5135/* line 348, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5136.x-panel-body-default {
5137  background: #232d38;
5138  border-color: #18181a;
5139  color: white;
5140  border-width: 1px;
5141  border-style: solid; }
5142
5143/* line 363, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5144.x-panel-collapsed .x-window-header-default,
5145.x-panel-collapsed .x-panel-header-default {
5146  border-color: #18181a; }
5147
5148/* line 368, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5149.x-panel-header-default-vertical {
5150  border-color: #18181a; }
5151
5152/* line 375, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5153.x-panel-header-default-left,
5154.x-panel-header-default-right {
5155  background-image: none;
5156  background-color: #3a4155;
5157  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5158  background-image: -webkit-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5159  background-image: -moz-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5160  background-image: -o-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5161  background-image: -ms-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5162  background-image: linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5163
5164/* line 416, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5165.x-panel-collapsed .x-panel-header-default-top {
5166  -moz-border-radius-bottomleft: null;
5167  -webkit-border-bottom-left-radius: null;
5168  -o-border-bottom-left-radius: null;
5169  -ms-border-bottom-left-radius: null;
5170  -khtml-border-bottom-left-radius: null;
5171  border-bottom-left-radius: null;
5172  -moz-border-radius-bottomright: null;
5173  -webkit-border-bottom-right-radius: null;
5174  -o-border-bottom-right-radius: null;
5175  -ms-border-bottom-right-radius: null;
5176  -khtml-border-bottom-right-radius: null;
5177  border-bottom-right-radius: null; }
5178/* line 420, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5179.x-panel-collapsed .x-panel-header-default-right {
5180  -moz-border-radius-topleft: null;
5181  -webkit-border-top-left-radius: null;
5182  -o-border-top-left-radius: null;
5183  -ms-border-top-left-radius: null;
5184  -khtml-border-top-left-radius: null;
5185  border-top-left-radius: null;
5186  -moz-border-radius-bottomleft: null;
5187  -webkit-border-bottom-left-radius: null;
5188  -o-border-bottom-left-radius: null;
5189  -ms-border-bottom-left-radius: null;
5190  -khtml-border-bottom-left-radius: null;
5191  border-bottom-left-radius: null; }
5192/* line 424, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5193.x-panel-collapsed .x-panel-header-default-bottom {
5194  -moz-border-radius-topleft: null;
5195  -webkit-border-top-left-radius: null;
5196  -o-border-top-left-radius: null;
5197  -ms-border-top-left-radius: null;
5198  -khtml-border-top-left-radius: null;
5199  border-top-left-radius: null;
5200  -moz-border-radius-topright: null;
5201  -webkit-border-top-right-radius: null;
5202  -o-border-top-right-radius: null;
5203  -ms-border-top-right-radius: null;
5204  -khtml-border-top-right-radius: null;
5205  border-top-right-radius: null; }
5206/* line 428, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5207.x-panel-collapsed .x-panel-header-default-left {
5208  -moz-border-radius-topright: null;
5209  -webkit-border-top-right-radius: null;
5210  -o-border-top-right-radius: null;
5211  -ms-border-top-right-radius: null;
5212  -khtml-border-top-right-radius: null;
5213  border-top-right-radius: null;
5214  -moz-border-radius-bottomright: null;
5215  -webkit-border-bottom-right-radius: null;
5216  -o-border-bottom-right-radius: null;
5217  -ms-border-bottom-right-radius: null;
5218  -khtml-border-bottom-right-radius: null;
5219  border-bottom-right-radius: null; }
5220
5221/* line 434, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5222.x-panel-header-default-top {
5223  -moz-box-shadow: #4f5873 0 1px 0px 0 inset;
5224  -webkit-box-shadow: #4f5873 0 1px 0px 0 inset;
5225  -o-box-shadow: #4f5873 0 1px 0px 0 inset;
5226  box-shadow: #4f5873 0 1px 0px 0 inset; }
5227
5228/* line 438, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5229.x-panel-header-default-right {
5230  -moz-box-shadow: #4f5873 -1px 0 0px 0 inset;
5231  -webkit-box-shadow: #4f5873 -1px 0 0px 0 inset;
5232  -o-box-shadow: #4f5873 -1px 0 0px 0 inset;
5233  box-shadow: #4f5873 -1px 0 0px 0 inset; }
5234
5235/* line 442, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5236.x-panel-header-default-bottom {
5237  -moz-box-shadow: #4f5873 0 -1px 0px 0 inset;
5238  -webkit-box-shadow: #4f5873 0 -1px 0px 0 inset;
5239  -o-box-shadow: #4f5873 0 -1px 0px 0 inset;
5240  box-shadow: #4f5873 0 -1px 0px 0 inset; }
5241
5242/* line 446, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5243.x-panel-header-default-left {
5244  -moz-box-shadow: #4f5873 1px 0 0px 0 inset;
5245  -webkit-box-shadow: #4f5873 1px 0 0px 0 inset;
5246  -o-box-shadow: #4f5873 1px 0 0px 0 inset;
5247  box-shadow: #4f5873 1px 0 0px 0 inset; }
5248
5249/* line 481, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5250.x-panel-header-default-right-tc,
5251.x-panel-header-default-right-mc,
5252.x-panel-header-default-right-bc {
5253  background-position: right 0; }
5254
5255/* line 487, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5256.x-panel-header-default-bottom-tc,
5257.x-panel-header-default-bottom-mc,
5258.x-panel-header-default-bottom-bc {
5259  background-position: 0 bottom; }
5260
5261/* line 248, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5262.x-panel-default-framed {
5263  border-color: #18181a; }
5264
5265/* line 253, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5266.x-panel-header-default-framed {
5267  font-size: 14px;
5268  border-color: #18181a;
5269  border-width: 1px;
5270  border-style: solid;
5271  background-image: none;
5272  background-color: #3a4155;
5273  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5274  background-image: -webkit-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5275  background-image: -moz-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5276  background-image: -o-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5277  background-image: -ms-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5278  background-image: linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5279
5280/* line 277, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5281.x-nlg .x-panel-header-default-framed-top {
5282  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-top-bg.gif'); }
5283
5284/* line 281, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5285.x-nlg .x-panel-header-default-framed-bottom {
5286  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-bottom-bg.gif'); }
5287
5288/* line 285, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5289.x-nlg .x-panel-header-default-framed-left {
5290  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-left-bg.gif'); }
5291
5292/* line 289, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5293.x-nlg .x-panel-header-default-framed-right {
5294  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-right-bg.gif'); }
5295
5296/* line 293, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5297.x-nlg .x-panel-header-default-framed-right {
5298  background-position: top right; }
5299
5300/* line 297, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5301.x-nlg .x-panel-header-default-framed-bottom {
5302  background-position: bottom left; }
5303
5304/* line 305, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5305.x-nbr .x-panel-header-default-framed {
5306  background-image: none; }
5307
5308/* line 317, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5309.x-strict .x-ie9 .x-panel-header-default-framed-top,
5310.x-nlg.x-opera .x-panel-header-default-framed-top,
5311.x-nlg.x-safari .x-panel-header-default-framed-top {
5312  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-top-bg.gif'); }
5313/* line 321, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5314.x-strict .x-ie9 .x-panel-header-default-framed-bottom,
5315.x-nlg.x-opera .x-panel-header-default-framed-bottom,
5316.x-nlg.x-safari .x-panel-header-default-framed-bottom {
5317  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-bottom-bg.gif'); }
5318/* line 325, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5319.x-strict .x-ie9 .x-panel-header-default-framed-left,
5320.x-nlg.x-opera .x-panel-header-default-framed-left,
5321.x-nlg.x-safari .x-panel-header-default-framed-left {
5322  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-left-bg.gif'); }
5323/* line 329, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5324.x-strict .x-ie9 .x-panel-header-default-framed-right,
5325.x-nlg.x-opera .x-panel-header-default-framed-right,
5326.x-nlg.x-safari .x-panel-header-default-framed-right {
5327  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-right-bg.gif'); }
5328
5329/* line 338, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5330.x-panel-header-text-default-framed {
5331  color: white;
5332  font-size: 14px;
5333  font-weight: bold;
5334  font-family: tahoma, arial, verdana, sans-serif;
5335  line-height: 17px; }
5336
5337/* line 348, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5338.x-panel-body-default-framed {
5339  background: #3f4757;
5340  border-color: #18181a;
5341  color: white;
5342  border-width: 0;
5343  border-style: solid; }
5344
5345/* line 363, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5346.x-panel-collapsed .x-window-header-default-framed,
5347.x-panel-collapsed .x-panel-header-default-framed {
5348  border-color: #18181a; }
5349
5350/* line 368, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5351.x-panel-header-default-framed-vertical {
5352  border-color: #18181a; }
5353
5354/* line 375, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5355.x-panel-header-default-framed-left,
5356.x-panel-header-default-framed-right {
5357  background-image: none;
5358  background-color: #3a4155;
5359  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5360  background-image: -webkit-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5361  background-image: -moz-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5362  background-image: -o-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5363  background-image: -ms-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5364  background-image: linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5365
5366/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5367.x-panel-default-framed {
5368  -moz-border-radius: 3px;
5369  -webkit-border-radius: 3px;
5370  -o-border-radius: 3px;
5371  -ms-border-radius: 3px;
5372  -khtml-border-radius: 3px;
5373  border-radius: 3px;
5374  padding: 4px 4px 4px 4px;
5375  border-width: 1px;
5376  border-style: solid;
5377  background-color: #3f4757; }
5378
5379/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5380.x-nlg .x-panel-default-framed-mc {
5381  background-color: #3f4757; }
5382
5383/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5384.x-nbr .x-panel-default-framed {
5385  padding: 0 !important;
5386  border-width: 0 !important;
5387  -moz-border-radius: 0px;
5388  -webkit-border-radius: 0px;
5389  -o-border-radius: 0px;
5390  -ms-border-radius: 0px;
5391  -khtml-border-radius: 0px;
5392  border-radius: 0px;
5393  background-color: transparent;
5394  background-position: 1000303px 1000303px; }
5395/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5396.x-nbr .x-panel-default-framed-tl,
5397.x-nbr .x-panel-default-framed-bl,
5398.x-nbr .x-panel-default-framed-tr,
5399.x-nbr .x-panel-default-framed-br,
5400.x-nbr .x-panel-default-framed-tc,
5401.x-nbr .x-panel-default-framed-bc,
5402.x-nbr .x-panel-default-framed-ml,
5403.x-nbr .x-panel-default-framed-mr {
5404  zoom: 1;
5405  background-image: url('../../resources/themes/images/access/panel/panel-default-framed-corners.gif'); }
5406/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5407.x-nbr .x-panel-default-framed-ml,
5408.x-nbr .x-panel-default-framed-mr {
5409  zoom: 1;
5410  background-image: url('../../resources/themes/images/access/panel/panel-default-framed-sides.gif');
5411  background-position: 0 0;
5412  background-repeat: repeat-y; }
5413/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5414.x-nbr .x-panel-default-framed-mc {
5415  padding: 2px 2px 2px 2px; }
5416
5417/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5418.x-strict .x-ie7 .x-panel-default-framed-tl,
5419.x-strict .x-ie7 .x-panel-default-framed-bl {
5420  position: relative;
5421  right: 0; }
5422
5423/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5424.x-panel-header-default-framed-top {
5425  -moz-border-radius-topleft: 3px;
5426  -webkit-border-top-left-radius: 3px;
5427  -o-border-top-left-radius: 3px;
5428  -ms-border-top-left-radius: 3px;
5429  -khtml-border-top-left-radius: 3px;
5430  border-top-left-radius: 3px;
5431  -moz-border-radius-topright: 3px;
5432  -webkit-border-top-right-radius: 3px;
5433  -o-border-top-right-radius: 3px;
5434  -ms-border-top-right-radius: 3px;
5435  -khtml-border-top-right-radius: 3px;
5436  border-top-right-radius: 3px;
5437  -moz-border-radius-bottomright: 0;
5438  -webkit-border-bottom-right-radius: 0;
5439  -o-border-bottom-right-radius: 0;
5440  -ms-border-bottom-right-radius: 0;
5441  -khtml-border-bottom-right-radius: 0;
5442  border-bottom-right-radius: 0;
5443  -moz-border-radius-bottomleft: 0;
5444  -webkit-border-bottom-left-radius: 0;
5445  -o-border-bottom-left-radius: 0;
5446  -ms-border-bottom-left-radius: 0;
5447  -khtml-border-bottom-left-radius: 0;
5448  border-bottom-left-radius: 0;
5449  padding: 3px 5px 4px 5px;
5450  border-width: 1px 1px 0 1px;
5451  border-style: solid;
5452  background-image: none;
5453  background-color: #3a4155;
5454  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5455  background-image: -webkit-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5456  background-image: -moz-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5457  background-image: -o-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5458  background-image: -ms-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5459  background-image: linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5460
5461/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5462.x-nlg .x-panel-header-default-framed-top-mc {
5463  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-top-bg.gif');
5464  background-color: #3a4155; }
5465
5466/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5467.x-nbr .x-panel-header-default-framed-top {
5468  padding: 0 !important;
5469  border-width: 0 !important;
5470  -moz-border-radius: 0px;
5471  -webkit-border-radius: 0px;
5472  -o-border-radius: 0px;
5473  -ms-border-radius: 0px;
5474  -khtml-border-radius: 0px;
5475  border-radius: 0px;
5476  background-color: transparent;
5477  background-position: 1000303px 1000000px; }
5478/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5479.x-nbr .x-panel-header-default-framed-top-tl,
5480.x-nbr .x-panel-header-default-framed-top-bl,
5481.x-nbr .x-panel-header-default-framed-top-tr,
5482.x-nbr .x-panel-header-default-framed-top-br,
5483.x-nbr .x-panel-header-default-framed-top-tc,
5484.x-nbr .x-panel-header-default-framed-top-bc,
5485.x-nbr .x-panel-header-default-framed-top-ml,
5486.x-nbr .x-panel-header-default-framed-top-mr {
5487  zoom: 1;
5488  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-top-corners.gif'); }
5489/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5490.x-nbr .x-panel-header-default-framed-top-ml,
5491.x-nbr .x-panel-header-default-framed-top-mr {
5492  zoom: 1;
5493  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-top-sides.gif');
5494  background-position: 0 0; }
5495/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5496.x-nbr .x-panel-header-default-framed-top-mc {
5497  padding: 1px 3px 4px 3px; }
5498
5499/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5500.x-strict .x-ie7 .x-panel-header-default-framed-top-tl,
5501.x-strict .x-ie7 .x-panel-header-default-framed-top-bl {
5502  position: relative;
5503  right: 0; }
5504
5505/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5506.x-panel-header-default-framed-right {
5507  -moz-border-radius-topleft: 0;
5508  -webkit-border-top-left-radius: 0;
5509  -o-border-top-left-radius: 0;
5510  -ms-border-top-left-radius: 0;
5511  -khtml-border-top-left-radius: 0;
5512  border-top-left-radius: 0;
5513  -moz-border-radius-topright: 3px;
5514  -webkit-border-top-right-radius: 3px;
5515  -o-border-top-right-radius: 3px;
5516  -ms-border-top-right-radius: 3px;
5517  -khtml-border-top-right-radius: 3px;
5518  border-top-right-radius: 3px;
5519  -moz-border-radius-bottomright: 3px;
5520  -webkit-border-bottom-right-radius: 3px;
5521  -o-border-bottom-right-radius: 3px;
5522  -ms-border-bottom-right-radius: 3px;
5523  -khtml-border-bottom-right-radius: 3px;
5524  border-bottom-right-radius: 3px;
5525  -moz-border-radius-bottomleft: 0;
5526  -webkit-border-bottom-left-radius: 0;
5527  -o-border-bottom-left-radius: 0;
5528  -ms-border-bottom-left-radius: 0;
5529  -khtml-border-bottom-left-radius: 0;
5530  border-bottom-left-radius: 0;
5531  padding: 5px 4px 5px 4px;
5532  border-width: 1px 1px 1px 0;
5533  border-style: solid;
5534  background-image: none;
5535  background-color: #3a4155;
5536  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5537  background-image: -webkit-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5538  background-image: -moz-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5539  background-image: -o-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5540  background-image: -ms-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5541  background-image: linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5542
5543/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5544.x-nlg .x-panel-header-default-framed-right-mc {
5545  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-right-bg.gif');
5546  background-color: #3a4155; }
5547
5548/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5549.x-nbr .x-panel-header-default-framed-right {
5550  padding: 0 !important;
5551  border-width: 0 !important;
5552  -moz-border-radius: 0px;
5553  -webkit-border-radius: 0px;
5554  -o-border-radius: 0px;
5555  -ms-border-radius: 0px;
5556  -khtml-border-radius: 0px;
5557  border-radius: 0px;
5558  background-color: transparent;
5559  background-position: 1000003px 1100300px; }
5560/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5561.x-nbr .x-panel-header-default-framed-right-tl,
5562.x-nbr .x-panel-header-default-framed-right-bl,
5563.x-nbr .x-panel-header-default-framed-right-tr,
5564.x-nbr .x-panel-header-default-framed-right-br,
5565.x-nbr .x-panel-header-default-framed-right-tc,
5566.x-nbr .x-panel-header-default-framed-right-bc,
5567.x-nbr .x-panel-header-default-framed-right-ml,
5568.x-nbr .x-panel-header-default-framed-right-mr {
5569  zoom: 1;
5570  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-right-corners.gif'); }
5571/* line 157, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5572.x-nbr .x-panel-header-default-framed-right-tc,
5573.x-nbr .x-panel-header-default-framed-right-bc {
5574  zoom: 1;
5575  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-right-sides.gif');
5576  background-position: 0 0;
5577  background-repeat: repeat-x; }
5578/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5579.x-nbr .x-panel-header-default-framed-right-mc {
5580  padding: 3px 2px 3px 4px; }
5581
5582/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5583.x-strict .x-ie7 .x-panel-header-default-framed-right-tl,
5584.x-strict .x-ie7 .x-panel-header-default-framed-right-bl {
5585  position: relative;
5586  right: 0; }
5587
5588/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5589.x-panel-header-default-framed-bottom {
5590  -moz-border-radius-topleft: 0;
5591  -webkit-border-top-left-radius: 0;
5592  -o-border-top-left-radius: 0;
5593  -ms-border-top-left-radius: 0;
5594  -khtml-border-top-left-radius: 0;
5595  border-top-left-radius: 0;
5596  -moz-border-radius-topright: 0;
5597  -webkit-border-top-right-radius: 0;
5598  -o-border-top-right-radius: 0;
5599  -ms-border-top-right-radius: 0;
5600  -khtml-border-top-right-radius: 0;
5601  border-top-right-radius: 0;
5602  -moz-border-radius-bottomright: 3px;
5603  -webkit-border-bottom-right-radius: 3px;
5604  -o-border-bottom-right-radius: 3px;
5605  -ms-border-bottom-right-radius: 3px;
5606  -khtml-border-bottom-right-radius: 3px;
5607  border-bottom-right-radius: 3px;
5608  -moz-border-radius-bottomleft: 3px;
5609  -webkit-border-bottom-left-radius: 3px;
5610  -o-border-bottom-left-radius: 3px;
5611  -ms-border-bottom-left-radius: 3px;
5612  -khtml-border-bottom-left-radius: 3px;
5613  border-bottom-left-radius: 3px;
5614  padding: 3px 5px 4px 5px;
5615  border-width: 0 1px 1px 1px;
5616  border-style: solid;
5617  background-image: none;
5618  background-color: #3a4155;
5619  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5620  background-image: -webkit-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5621  background-image: -moz-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5622  background-image: -o-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5623  background-image: -ms-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5624  background-image: linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5625
5626/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5627.x-nlg .x-panel-header-default-framed-bottom-mc {
5628  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-bottom-bg.gif');
5629  background-color: #3a4155; }
5630
5631/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5632.x-nbr .x-panel-header-default-framed-bottom {
5633  padding: 0 !important;
5634  border-width: 0 !important;
5635  -moz-border-radius: 0px;
5636  -webkit-border-radius: 0px;
5637  -o-border-radius: 0px;
5638  -ms-border-radius: 0px;
5639  -khtml-border-radius: 0px;
5640  border-radius: 0px;
5641  background-color: transparent;
5642  background-position: 1000000px 1000303px; }
5643/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5644.x-nbr .x-panel-header-default-framed-bottom-tl,
5645.x-nbr .x-panel-header-default-framed-bottom-bl,
5646.x-nbr .x-panel-header-default-framed-bottom-tr,
5647.x-nbr .x-panel-header-default-framed-bottom-br,
5648.x-nbr .x-panel-header-default-framed-bottom-tc,
5649.x-nbr .x-panel-header-default-framed-bottom-bc,
5650.x-nbr .x-panel-header-default-framed-bottom-ml,
5651.x-nbr .x-panel-header-default-framed-bottom-mr {
5652  zoom: 1;
5653  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-bottom-corners.gif'); }
5654/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5655.x-nbr .x-panel-header-default-framed-bottom-ml,
5656.x-nbr .x-panel-header-default-framed-bottom-mr {
5657  zoom: 1;
5658  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-bottom-sides.gif');
5659  background-position: 0 0; }
5660/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5661.x-nbr .x-panel-header-default-framed-bottom-mc {
5662  padding: 3px 3px 2px 3px; }
5663
5664/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5665.x-strict .x-ie7 .x-panel-header-default-framed-bottom-tl,
5666.x-strict .x-ie7 .x-panel-header-default-framed-bottom-bl {
5667  position: relative;
5668  right: 0; }
5669
5670/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5671.x-panel-header-default-framed-left {
5672  -moz-border-radius-topleft: 3px;
5673  -webkit-border-top-left-radius: 3px;
5674  -o-border-top-left-radius: 3px;
5675  -ms-border-top-left-radius: 3px;
5676  -khtml-border-top-left-radius: 3px;
5677  border-top-left-radius: 3px;
5678  -moz-border-radius-topright: 0;
5679  -webkit-border-top-right-radius: 0;
5680  -o-border-top-right-radius: 0;
5681  -ms-border-top-right-radius: 0;
5682  -khtml-border-top-right-radius: 0;
5683  border-top-right-radius: 0;
5684  -moz-border-radius-bottomright: 0;
5685  -webkit-border-bottom-right-radius: 0;
5686  -o-border-bottom-right-radius: 0;
5687  -ms-border-bottom-right-radius: 0;
5688  -khtml-border-bottom-right-radius: 0;
5689  border-bottom-right-radius: 0;
5690  -moz-border-radius-bottomleft: 3px;
5691  -webkit-border-bottom-left-radius: 3px;
5692  -o-border-bottom-left-radius: 3px;
5693  -ms-border-bottom-left-radius: 3px;
5694  -khtml-border-bottom-left-radius: 3px;
5695  border-bottom-left-radius: 3px;
5696  padding: 5px 4px 5px 4px;
5697  border-width: 1px 0 1px 1px;
5698  border-style: solid;
5699  background-image: none;
5700  background-color: #3a4155;
5701  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5702  background-image: -webkit-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5703  background-image: -moz-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5704  background-image: -o-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5705  background-image: -ms-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5706  background-image: linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5707
5708/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5709.x-nlg .x-panel-header-default-framed-left-mc {
5710  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-left-bg.gif');
5711  background-color: #3a4155; }
5712
5713/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5714.x-nbr .x-panel-header-default-framed-left {
5715  padding: 0 !important;
5716  border-width: 0 !important;
5717  -moz-border-radius: 0px;
5718  -webkit-border-radius: 0px;
5719  -o-border-radius: 0px;
5720  -ms-border-radius: 0px;
5721  -khtml-border-radius: 0px;
5722  border-radius: 0px;
5723  background-color: transparent;
5724  background-position: 1000300px 1100003px; }
5725/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5726.x-nbr .x-panel-header-default-framed-left-tl,
5727.x-nbr .x-panel-header-default-framed-left-bl,
5728.x-nbr .x-panel-header-default-framed-left-tr,
5729.x-nbr .x-panel-header-default-framed-left-br,
5730.x-nbr .x-panel-header-default-framed-left-tc,
5731.x-nbr .x-panel-header-default-framed-left-bc,
5732.x-nbr .x-panel-header-default-framed-left-ml,
5733.x-nbr .x-panel-header-default-framed-left-mr {
5734  zoom: 1;
5735  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-left-corners.gif'); }
5736/* line 157, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5737.x-nbr .x-panel-header-default-framed-left-tc,
5738.x-nbr .x-panel-header-default-framed-left-bc {
5739  zoom: 1;
5740  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-left-sides.gif');
5741  background-position: 0 0;
5742  background-repeat: repeat-x; }
5743/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5744.x-nbr .x-panel-header-default-framed-left-mc {
5745  padding: 3px 4px 3px 2px; }
5746
5747/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5748.x-strict .x-ie7 .x-panel-header-default-framed-left-tl,
5749.x-strict .x-ie7 .x-panel-header-default-framed-left-bl {
5750  position: relative;
5751  right: 0; }
5752
5753/* line 399, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5754.x-panel-header-default-framed-top {
5755  -moz-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5756  -webkit-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5757  -o-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5758  box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset; }
5759
5760/* line 403, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5761.x-panel-header-default-framed-right {
5762  -moz-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset;
5763  -webkit-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset;
5764  -o-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset;
5765  box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset; }
5766
5767/* line 407, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5768.x-panel-header-default-framed-bottom {
5769  -moz-box-shadow: #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5770  -webkit-box-shadow: #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5771  -o-box-shadow: #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5772  box-shadow: #4f5873 0 -1px 0px 0 inset, #4f5873 -1px 0 0px 0 inset, #4f5873 1px 0 0px 0 inset; }
5773
5774/* line 411, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5775.x-panel-header-default-framed-left {
5776  -moz-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5777  -webkit-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5778  -o-box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 1px 0 0px 0 inset;
5779  box-shadow: #4f5873 0 1px 0px 0 inset, #4f5873 0 -1px 0px 0 inset, #4f5873 1px 0 0px 0 inset; }
5780
5781/* line 452, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5782.x-panel .x-panel-header-default-framed-top {
5783  border-bottom-width: 1px !important; }
5784
5785/* line 456, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5786.x-panel .x-panel-header-default-framed-right {
5787  border-left-width: 1px !important; }
5788
5789/* line 460, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5790.x-panel .x-panel-header-default-framed-bottom {
5791  border-top-width: 1px !important; }
5792
5793/* line 464, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5794.x-panel .x-panel-header-default-framed-left {
5795  border-right-width: 1px !important; }
5796
5797/* line 468, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
5798.x-panel-header-default-framed-collapsed {
5799  -moz-border-radius: 3px;
5800  -webkit-border-radius: 3px;
5801  -o-border-radius: 3px;
5802  -ms-border-radius: 3px;
5803  -khtml-border-radius: 3px;
5804  border-radius: 3px; }
5805
5806/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5807.x-panel-header-default-framed-collapsed-top {
5808  -moz-border-radius-topleft: 3px;
5809  -webkit-border-top-left-radius: 3px;
5810  -o-border-top-left-radius: 3px;
5811  -ms-border-top-left-radius: 3px;
5812  -khtml-border-top-left-radius: 3px;
5813  border-top-left-radius: 3px;
5814  -moz-border-radius-topright: 3px;
5815  -webkit-border-top-right-radius: 3px;
5816  -o-border-top-right-radius: 3px;
5817  -ms-border-top-right-radius: 3px;
5818  -khtml-border-top-right-radius: 3px;
5819  border-top-right-radius: 3px;
5820  -moz-border-radius-bottomright: 3px;
5821  -webkit-border-bottom-right-radius: 3px;
5822  -o-border-bottom-right-radius: 3px;
5823  -ms-border-bottom-right-radius: 3px;
5824  -khtml-border-bottom-right-radius: 3px;
5825  border-bottom-right-radius: 3px;
5826  -moz-border-radius-bottomleft: 3px;
5827  -webkit-border-bottom-left-radius: 3px;
5828  -o-border-bottom-left-radius: 3px;
5829  -ms-border-bottom-left-radius: 3px;
5830  -khtml-border-bottom-left-radius: 3px;
5831  border-bottom-left-radius: 3px;
5832  padding: 3px 5px 4px 5px;
5833  border-width: 1px;
5834  border-style: solid;
5835  background-image: none;
5836  background-color: #3a4155;
5837  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5838  background-image: -webkit-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5839  background-image: -moz-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5840  background-image: -o-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5841  background-image: -ms-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5842  background-image: linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5843
5844/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5845.x-nlg .x-panel-header-default-framed-collapsed-top-mc {
5846  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-top-bg.gif');
5847  background-color: #3a4155; }
5848
5849/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5850.x-nbr .x-panel-header-default-framed-collapsed-top {
5851  padding: 0 !important;
5852  border-width: 0 !important;
5853  -moz-border-radius: 0px;
5854  -webkit-border-radius: 0px;
5855  -o-border-radius: 0px;
5856  -ms-border-radius: 0px;
5857  -khtml-border-radius: 0px;
5858  border-radius: 0px;
5859  background-color: transparent;
5860  background-position: 1000303px 1000303px; }
5861/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5862.x-nbr .x-panel-header-default-framed-collapsed-top-tl,
5863.x-nbr .x-panel-header-default-framed-collapsed-top-bl,
5864.x-nbr .x-panel-header-default-framed-collapsed-top-tr,
5865.x-nbr .x-panel-header-default-framed-collapsed-top-br,
5866.x-nbr .x-panel-header-default-framed-collapsed-top-tc,
5867.x-nbr .x-panel-header-default-framed-collapsed-top-bc,
5868.x-nbr .x-panel-header-default-framed-collapsed-top-ml,
5869.x-nbr .x-panel-header-default-framed-collapsed-top-mr {
5870  zoom: 1;
5871  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-top-corners.gif'); }
5872/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5873.x-nbr .x-panel-header-default-framed-collapsed-top-ml,
5874.x-nbr .x-panel-header-default-framed-collapsed-top-mr {
5875  zoom: 1;
5876  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-top-sides.gif');
5877  background-position: 0 0; }
5878/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5879.x-nbr .x-panel-header-default-framed-collapsed-top-mc {
5880  padding: 1px 3px 2px 3px; }
5881
5882/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5883.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-top-tl,
5884.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-top-bl {
5885  position: relative;
5886  right: 0; }
5887
5888/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5889.x-panel-header-default-framed-collapsed-right {
5890  -moz-border-radius-topleft: 3px;
5891  -webkit-border-top-left-radius: 3px;
5892  -o-border-top-left-radius: 3px;
5893  -ms-border-top-left-radius: 3px;
5894  -khtml-border-top-left-radius: 3px;
5895  border-top-left-radius: 3px;
5896  -moz-border-radius-topright: 3px;
5897  -webkit-border-top-right-radius: 3px;
5898  -o-border-top-right-radius: 3px;
5899  -ms-border-top-right-radius: 3px;
5900  -khtml-border-top-right-radius: 3px;
5901  border-top-right-radius: 3px;
5902  -moz-border-radius-bottomright: 3px;
5903  -webkit-border-bottom-right-radius: 3px;
5904  -o-border-bottom-right-radius: 3px;
5905  -ms-border-bottom-right-radius: 3px;
5906  -khtml-border-bottom-right-radius: 3px;
5907  border-bottom-right-radius: 3px;
5908  -moz-border-radius-bottomleft: 3px;
5909  -webkit-border-bottom-left-radius: 3px;
5910  -o-border-bottom-left-radius: 3px;
5911  -ms-border-bottom-left-radius: 3px;
5912  -khtml-border-bottom-left-radius: 3px;
5913  border-bottom-left-radius: 3px;
5914  padding: 5px 4px 5px 4px;
5915  border-width: 1px;
5916  border-style: solid;
5917  background-image: none;
5918  background-color: #3a4155;
5919  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
5920  background-image: -webkit-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5921  background-image: -moz-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5922  background-image: -o-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5923  background-image: -ms-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
5924  background-image: linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
5925
5926/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5927.x-nlg .x-panel-header-default-framed-collapsed-right-mc {
5928  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-right-bg.gif');
5929  background-color: #3a4155; }
5930
5931/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5932.x-nbr .x-panel-header-default-framed-collapsed-right {
5933  padding: 0 !important;
5934  border-width: 0 !important;
5935  -moz-border-radius: 0px;
5936  -webkit-border-radius: 0px;
5937  -o-border-radius: 0px;
5938  -ms-border-radius: 0px;
5939  -khtml-border-radius: 0px;
5940  border-radius: 0px;
5941  background-color: transparent;
5942  background-position: 1000303px 1100303px; }
5943/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5944.x-nbr .x-panel-header-default-framed-collapsed-right-tl,
5945.x-nbr .x-panel-header-default-framed-collapsed-right-bl,
5946.x-nbr .x-panel-header-default-framed-collapsed-right-tr,
5947.x-nbr .x-panel-header-default-framed-collapsed-right-br,
5948.x-nbr .x-panel-header-default-framed-collapsed-right-tc,
5949.x-nbr .x-panel-header-default-framed-collapsed-right-bc,
5950.x-nbr .x-panel-header-default-framed-collapsed-right-ml,
5951.x-nbr .x-panel-header-default-framed-collapsed-right-mr {
5952  zoom: 1;
5953  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-right-corners.gif'); }
5954/* line 157, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5955.x-nbr .x-panel-header-default-framed-collapsed-right-tc,
5956.x-nbr .x-panel-header-default-framed-collapsed-right-bc {
5957  zoom: 1;
5958  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-right-sides.gif');
5959  background-position: 0 0;
5960  background-repeat: repeat-x; }
5961/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5962.x-nbr .x-panel-header-default-framed-collapsed-right-mc {
5963  padding: 3px 2px 3px 2px; }
5964
5965/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5966.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-right-tl,
5967.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-right-bl {
5968  position: relative;
5969  right: 0; }
5970
5971/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
5972.x-panel-header-default-framed-collapsed-bottom {
5973  -moz-border-radius-topleft: 3px;
5974  -webkit-border-top-left-radius: 3px;
5975  -o-border-top-left-radius: 3px;
5976  -ms-border-top-left-radius: 3px;
5977  -khtml-border-top-left-radius: 3px;
5978  border-top-left-radius: 3px;
5979  -moz-border-radius-topright: 3px;
5980  -webkit-border-top-right-radius: 3px;
5981  -o-border-top-right-radius: 3px;
5982  -ms-border-top-right-radius: 3px;
5983  -khtml-border-top-right-radius: 3px;
5984  border-top-right-radius: 3px;
5985  -moz-border-radius-bottomright: 3px;
5986  -webkit-border-bottom-right-radius: 3px;
5987  -o-border-bottom-right-radius: 3px;
5988  -ms-border-bottom-right-radius: 3px;
5989  -khtml-border-bottom-right-radius: 3px;
5990  border-bottom-right-radius: 3px;
5991  -moz-border-radius-bottomleft: 3px;
5992  -webkit-border-bottom-left-radius: 3px;
5993  -o-border-bottom-left-radius: 3px;
5994  -ms-border-bottom-left-radius: 3px;
5995  -khtml-border-bottom-left-radius: 3px;
5996  border-bottom-left-radius: 3px;
5997  padding: 3px 5px 4px 5px;
5998  border-width: 1px;
5999  border-style: solid;
6000  background-image: none;
6001  background-color: #3a4155;
6002  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
6003  background-image: -webkit-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6004  background-image: -moz-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6005  background-image: -o-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6006  background-image: -ms-linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6007  background-image: linear-gradient(top, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
6008
6009/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6010.x-nlg .x-panel-header-default-framed-collapsed-bottom-mc {
6011  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-bottom-bg.gif');
6012  background-color: #3a4155; }
6013
6014/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6015.x-nbr .x-panel-header-default-framed-collapsed-bottom {
6016  padding: 0 !important;
6017  border-width: 0 !important;
6018  -moz-border-radius: 0px;
6019  -webkit-border-radius: 0px;
6020  -o-border-radius: 0px;
6021  -ms-border-radius: 0px;
6022  -khtml-border-radius: 0px;
6023  border-radius: 0px;
6024  background-color: transparent;
6025  background-position: 1000303px 1000303px; }
6026/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6027.x-nbr .x-panel-header-default-framed-collapsed-bottom-tl,
6028.x-nbr .x-panel-header-default-framed-collapsed-bottom-bl,
6029.x-nbr .x-panel-header-default-framed-collapsed-bottom-tr,
6030.x-nbr .x-panel-header-default-framed-collapsed-bottom-br,
6031.x-nbr .x-panel-header-default-framed-collapsed-bottom-tc,
6032.x-nbr .x-panel-header-default-framed-collapsed-bottom-bc,
6033.x-nbr .x-panel-header-default-framed-collapsed-bottom-ml,
6034.x-nbr .x-panel-header-default-framed-collapsed-bottom-mr {
6035  zoom: 1;
6036  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif'); }
6037/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6038.x-nbr .x-panel-header-default-framed-collapsed-bottom-ml,
6039.x-nbr .x-panel-header-default-framed-collapsed-bottom-mr {
6040  zoom: 1;
6041  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif');
6042  background-position: 0 0; }
6043/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6044.x-nbr .x-panel-header-default-framed-collapsed-bottom-mc {
6045  padding: 1px 3px 2px 3px; }
6046
6047/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6048.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-bottom-tl,
6049.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-bottom-bl {
6050  position: relative;
6051  right: 0; }
6052
6053/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6054.x-panel-header-default-framed-collapsed-left {
6055  -moz-border-radius-topleft: 3px;
6056  -webkit-border-top-left-radius: 3px;
6057  -o-border-top-left-radius: 3px;
6058  -ms-border-top-left-radius: 3px;
6059  -khtml-border-top-left-radius: 3px;
6060  border-top-left-radius: 3px;
6061  -moz-border-radius-topright: 3px;
6062  -webkit-border-top-right-radius: 3px;
6063  -o-border-top-right-radius: 3px;
6064  -ms-border-top-right-radius: 3px;
6065  -khtml-border-top-right-radius: 3px;
6066  border-top-right-radius: 3px;
6067  -moz-border-radius-bottomright: 3px;
6068  -webkit-border-bottom-right-radius: 3px;
6069  -o-border-bottom-right-radius: 3px;
6070  -ms-border-bottom-right-radius: 3px;
6071  -khtml-border-bottom-right-radius: 3px;
6072  border-bottom-right-radius: 3px;
6073  -moz-border-radius-bottomleft: 3px;
6074  -webkit-border-bottom-left-radius: 3px;
6075  -o-border-bottom-left-radius: 3px;
6076  -ms-border-bottom-left-radius: 3px;
6077  -khtml-border-bottom-left-radius: 3px;
6078  border-bottom-left-radius: 3px;
6079  padding: 5px 4px 5px 4px;
6080  border-width: 1px;
6081  border-style: solid;
6082  background-image: none;
6083  background-color: #3a4155;
6084  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #434a5e), color-stop(45%, #3c4255), color-stop(46%, #2a2f3e), color-stop(50%, #2a2f3e), color-stop(51%, #313646), color-stop(100%, #3a4155));
6085  background-image: -webkit-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6086  background-image: -moz-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6087  background-image: -o-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6088  background-image: -ms-linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155);
6089  background-image: linear-gradient(right, #434a5e, #3c4255 45%, #2a2f3e 46%, #2a2f3e 50%, #313646 51%, #3a4155); }
6090
6091/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6092.x-nlg .x-panel-header-default-framed-collapsed-left-mc {
6093  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-left-bg.gif');
6094  background-color: #3a4155; }
6095
6096/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6097.x-nbr .x-panel-header-default-framed-collapsed-left {
6098  padding: 0 !important;
6099  border-width: 0 !important;
6100  -moz-border-radius: 0px;
6101  -webkit-border-radius: 0px;
6102  -o-border-radius: 0px;
6103  -ms-border-radius: 0px;
6104  -khtml-border-radius: 0px;
6105  border-radius: 0px;
6106  background-color: transparent;
6107  background-position: 1000303px 1100303px; }
6108/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6109.x-nbr .x-panel-header-default-framed-collapsed-left-tl,
6110.x-nbr .x-panel-header-default-framed-collapsed-left-bl,
6111.x-nbr .x-panel-header-default-framed-collapsed-left-tr,
6112.x-nbr .x-panel-header-default-framed-collapsed-left-br,
6113.x-nbr .x-panel-header-default-framed-collapsed-left-tc,
6114.x-nbr .x-panel-header-default-framed-collapsed-left-bc,
6115.x-nbr .x-panel-header-default-framed-collapsed-left-ml,
6116.x-nbr .x-panel-header-default-framed-collapsed-left-mr {
6117  zoom: 1;
6118  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-left-corners.gif'); }
6119/* line 157, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6120.x-nbr .x-panel-header-default-framed-collapsed-left-tc,
6121.x-nbr .x-panel-header-default-framed-collapsed-left-bc {
6122  zoom: 1;
6123  background-image: url('../../resources/themes/images/access/panel-header/panel-header-default-framed-collapsed-left-sides.gif');
6124  background-position: 0 0;
6125  background-repeat: repeat-x; }
6126/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6127.x-nbr .x-panel-header-default-framed-collapsed-left-mc {
6128  padding: 3px 2px 3px 2px; }
6129
6130/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6131.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-left-tl,
6132.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-left-bl {
6133  position: relative;
6134  right: 0; }
6135
6136/* line 481, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
6137.x-panel-header-default-framed-right-tc,
6138.x-panel-header-default-framed-right-mc,
6139.x-panel-header-default-framed-right-bc {
6140  background-position: right 0; }
6141
6142/* line 487, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
6143.x-panel-header-default-framed-bottom-tc,
6144.x-panel-header-default-framed-bottom-mc,
6145.x-panel-header-default-framed-bottom-bc {
6146  background-position: 0 bottom; }
6147
6148/* line 197, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
6149.x-panel-header-plain,
6150.x-panel-body-plain {
6151  border: 0;
6152  padding: 0; }
6153
6154/* line 6, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6155.x-tip {
6156  position: absolute;
6157  overflow: visible;
6158  /*pointer needs to be able to stick out*/
6159  border-color: #122d5e; }
6160  /* line 12, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6161  .x-tip .x-tip-header .x-box-item {
6162    padding: 3px 3px 0; }
6163  /* line 16, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6164  .x-tip .x-tip-header .x-tool {
6165    padding: 0px 1px 0 0 !important; }
6166
6167/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6168.x-tip {
6169  -moz-border-radius: 3px;
6170  -webkit-border-radius: 3px;
6171  -o-border-radius: 3px;
6172  -ms-border-radius: 3px;
6173  -khtml-border-radius: 3px;
6174  border-radius: 3px;
6175  padding: 2px 2px 2px 2px;
6176  border-width: 1px;
6177  border-style: solid;
6178  background-color: #5e6986; }
6179
6180/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6181.x-nlg .x-tip-mc {
6182  background-color: #5e6986; }
6183
6184/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6185.x-nbr .x-tip {
6186  padding: 0 !important;
6187  border-width: 0 !important;
6188  -moz-border-radius: 0px;
6189  -webkit-border-radius: 0px;
6190  -o-border-radius: 0px;
6191  -ms-border-radius: 0px;
6192  -khtml-border-radius: 0px;
6193  border-radius: 0px;
6194  background-color: transparent;
6195  background-position: 1100303px 1000303px; }
6196/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6197.x-nbr .x-tip-tl,
6198.x-nbr .x-tip-bl,
6199.x-nbr .x-tip-tr,
6200.x-nbr .x-tip-br,
6201.x-nbr .x-tip-tc,
6202.x-nbr .x-tip-bc,
6203.x-nbr .x-tip-ml,
6204.x-nbr .x-tip-mr {
6205  zoom: 1;
6206  background-image: url('../../resources/themes/images/access/tip/tip-corners.gif'); }
6207/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6208.x-nbr .x-tip-ml,
6209.x-nbr .x-tip-mr {
6210  zoom: 1;
6211  background-image: url('../../resources/themes/images/access/tip/tip-sides.gif');
6212  background-position: 0 0;
6213  background-repeat: repeat-y; }
6214/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6215.x-nbr .x-tip-mc {
6216  padding: 0px 0px 0px 0px; }
6217
6218/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6219.x-strict .x-ie7 .x-tip-tl,
6220.x-strict .x-ie7 .x-tip-bl {
6221  position: relative;
6222  right: 0; }
6223
6224/* line 31, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6225.x-tip-header-text {
6226  user-select: none;
6227  -o-user-select: none;
6228  -ms-user-select: none;
6229  -moz-user-select: -moz-none;
6230  -webkit-user-select: none;
6231  cursor: default;
6232  color: black;
6233  font-size: 14px;
6234  font-weight: bold; }
6235
6236/* line 40, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6237.x-tip-header-draggable .x-tip-header-text {
6238  cursor: move; }
6239
6240/* line 47, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6241.x-tip-body,
6242.x-form-invalid-tip-body {
6243  overflow: hidden;
6244  position: relative;
6245  padding: 3px; }
6246
6247/* line 55, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6248.x-tip-header,
6249.x-tip-body,
6250.x-form-invalid-tip-body {
6251  color: black;
6252  font-size: 14px;
6253  font-weight: normal; }
6254  /* line 59, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6255  .x-tip-header a,
6256  .x-tip-body a,
6257  .x-form-invalid-tip-body a {
6258    color: black; }
6259
6260/* line 64, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6261.x-tip-anchor {
6262  position: absolute;
6263  overflow: hidden;
6264  height: 0;
6265  width: 0;
6266  border-style: solid;
6267  border-width: 5px;
6268  border-color: #122d5e;
6269  zoom: 1; }
6270
6271/* line 79, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6272.x-border-box .x-tip-anchor {
6273  width: 10px;
6274  height: 10px; }
6275
6276/* line 84, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6277.x-tip-anchor-top {
6278  border-top-color: transparent;
6279  border-left-color: transparent;
6280  border-right-color: transparent;
6281  _border-top-color: pink;
6282  _border-left-color: pink;
6283  _border-right-color: pink;
6284  _filter: chroma(color=pink); }
6285
6286/* line 97, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6287.x-tip-anchor-bottom {
6288  border-bottom-color: transparent;
6289  border-left-color: transparent;
6290  border-right-color: transparent;
6291  _border-bottom-color: pink;
6292  _border-left-color: pink;
6293  _border-right-color: pink;
6294  _filter: chroma(color=pink); }
6295
6296/* line 110, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6297.x-tip-anchor-left {
6298  border-top-color: transparent;
6299  border-bottom-color: transparent;
6300  border-left-color: transparent;
6301  _border-top-color: pink;
6302  _border-bottom-color: pink;
6303  _border-left-color: pink;
6304  _filter: chroma(color=pink); }
6305
6306/* line 123, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6307.x-tip-anchor-right {
6308  border-top-color: transparent;
6309  border-bottom-color: transparent;
6310  border-right-color: transparent;
6311  _border-top-color: pink;
6312  _border-bottom-color: pink;
6313  _border-right-color: pink;
6314  _filter: chroma(color=pink); }
6315
6316/* line 137, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6317.x-form-invalid-tip {
6318  border-color: #a1311f;
6319  -moz-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
6320  -webkit-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
6321  -o-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
6322  box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset; }
6323
6324/* line 146, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6325.x-form-invalid-tip-body {
6326  background: 1px 1px no-repeat;
6327  background-image: url('../../resources/themes/images/access/form/exclamation.gif');
6328  padding-left: 22px; }
6329  /* line 151, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6330  .x-form-invalid-tip-body li {
6331    margin-bottom: 4px; }
6332    /* line 153, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
6333    .x-form-invalid-tip-body li.last {
6334      margin-bottom: 0; }
6335
6336/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6337.x-form-invalid-tip-default {
6338  -moz-border-radius: 5px;
6339  -webkit-border-radius: 5px;
6340  -o-border-radius: 5px;
6341  -ms-border-radius: 5px;
6342  -khtml-border-radius: 5px;
6343  border-radius: 5px;
6344  padding: 4px 4px 4px 4px;
6345  border-width: 1px;
6346  border-style: solid;
6347  background-color: white; }
6348
6349/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6350.x-nlg .x-form-invalid-tip-default-mc {
6351  background-color: white; }
6352
6353/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6354.x-nbr .x-form-invalid-tip-default {
6355  padding: 0 !important;
6356  border-width: 0 !important;
6357  -moz-border-radius: 0px;
6358  -webkit-border-radius: 0px;
6359  -o-border-radius: 0px;
6360  -ms-border-radius: 0px;
6361  -khtml-border-radius: 0px;
6362  border-radius: 0px;
6363  background-color: transparent;
6364  background-position: 1100505px 1000505px; }
6365/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6366.x-nbr .x-form-invalid-tip-default-tl,
6367.x-nbr .x-form-invalid-tip-default-bl,
6368.x-nbr .x-form-invalid-tip-default-tr,
6369.x-nbr .x-form-invalid-tip-default-br,
6370.x-nbr .x-form-invalid-tip-default-tc,
6371.x-nbr .x-form-invalid-tip-default-bc,
6372.x-nbr .x-form-invalid-tip-default-ml,
6373.x-nbr .x-form-invalid-tip-default-mr {
6374  zoom: 1;
6375  background-image: url('../../resources/themes/images/access/form-invalid-tip/form-invalid-tip-default-corners.gif'); }
6376/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6377.x-nbr .x-form-invalid-tip-default-ml,
6378.x-nbr .x-form-invalid-tip-default-mr {
6379  zoom: 1;
6380  background-image: url('../../resources/themes/images/access/form-invalid-tip/form-invalid-tip-default-sides.gif');
6381  background-position: 0 0;
6382  background-repeat: repeat-y; }
6383/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6384.x-nbr .x-form-invalid-tip-default-mc {
6385  padding: 0px 0px 0px 0px; }
6386
6387/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6388.x-strict .x-ie7 .x-form-invalid-tip-default-tl,
6389.x-strict .x-ie7 .x-form-invalid-tip-default-bl {
6390  position: relative;
6391  right: 0; }
6392
6393/* line 6, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6394.x-slider {
6395  zoom: 1; }
6396
6397/* line 10, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6398.x-slider-inner {
6399  position: relative;
6400  left: 0;
6401  top: 0;
6402  overflow: visible;
6403  zoom: 1; }
6404
6405/* line 18, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6406.x-slider-focus {
6407  position: absolute;
6408  left: 0;
6409  top: 0;
6410  width: 1px;
6411  height: 1px;
6412  line-height: 1px;
6413  font-size: 1px;
6414  -moz-outline: 0 none;
6415  outline: 0 none;
6416  user-select: none;
6417  -o-user-select: none;
6418  -ms-user-select: none;
6419  -moz-user-select: -moz-none;
6420  -webkit-user-select: none;
6421  cursor: default;
6422  display: block;
6423  overflow: hidden; }
6424
6425/* Horizontal styles */
6426/* line 34, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6427.x-slider-horz {
6428  padding-left: 7px;
6429  background: transparent no-repeat 0 -24px;
6430  width: 100%; }
6431
6432/* line 40, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6433.x-slider-horz .x-slider-end {
6434  padding-right: 7px;
6435  zoom: 1;
6436  background: transparent no-repeat right -46px; }
6437
6438/* line 46, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6439.x-slider-horz .x-slider-inner {
6440  background: transparent repeat-x 0 -2px;
6441  height: 18px; }
6442
6443/* line 51, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6444.x-slider-horz .x-slider-thumb {
6445  width: 14px;
6446  height: 15px;
6447  margin-left: -7px;
6448  position: absolute;
6449  left: 0;
6450  top: 1px;
6451  background: transparent no-repeat 0 0; }
6452
6453/* line 61, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6454.x-slider-horz .x-slider-thumb-over {
6455  background-position: -14px -15px; }
6456
6457/* line 65, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6458.x-slider-horz .x-slider-thumb-drag {
6459  background-position: -28px -30px; }
6460
6461/* Vertical styles */
6462/* line 70, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6463.x-slider-vert {
6464  padding-top: 7px;
6465  background: transparent no-repeat -44px 0; }
6466
6467/* line 75, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6468.x-slider-vert .x-slider-end {
6469  padding-bottom: 7px;
6470  zoom: 1;
6471  background: transparent no-repeat -22px bottom;
6472  width: 22px; }
6473
6474/* line 82, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6475.x-slider-vert .x-slider-inner {
6476  background: transparent repeat-y 0 0;
6477  width: 22px; }
6478
6479/* line 87, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6480.x-slider-vert .x-slider-thumb {
6481  width: 15px;
6482  height: 14px;
6483  margin-bottom: -7px;
6484  position: absolute;
6485  left: 3px;
6486  bottom: 0;
6487  background: transparent no-repeat 0 0; }
6488
6489/* line 97, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6490.x-slider-vert .x-slider-thumb-over {
6491  background-position: -15px -14px; }
6492
6493/* line 101, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6494.x-slider-vert .x-slider-thumb-drag {
6495  background-position: -30px -28px; }
6496
6497/* line 107, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6498.x-slider-horz,
6499.x-slider-horz .x-slider-end,
6500.x-slider-horz .x-slider-inner {
6501  background-image: url('../../resources/themes/images/access/slider/slider-bg.png'); }
6502
6503/* line 111, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6504.x-slider-horz .x-slider-thumb {
6505  background-image: url('../../resources/themes/images/access/slider/slider-thumb.png'); }
6506
6507/* line 117, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6508.x-slider-vert,
6509.x-slider-vert .x-slider-end,
6510.x-slider-vert .x-slider-inner {
6511  background-image: url('../../resources/themes/images/access/slider/slider-v-bg.png'); }
6512
6513/* line 121, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6514.x-slider-vert .x-slider-thumb {
6515  background-image: url('../../resources/themes/images/access/slider/slider-v-thumb.png'); }
6516
6517/* line 129, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6518.x-ie6 .x-slider-horz,
6519.x-ie6 .x-slider-horz .x-slider-end,
6520.x-ie6 .x-slider-horz .x-slider-inner {
6521  background-image: url('../../resources/themes/images/access/slider/slider-bg.gif'); }
6522/* line 133, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6523.x-ie6 .x-slider-horz .x-slider-thumb {
6524  background-image: url('../../resources/themes/images/access/slider/slider-thumb.gif'); }
6525/* line 139, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6526.x-ie6 .x-slider-vert,
6527.x-ie6 .x-slider-vert .x-slider-end,
6528.x-ie6 .x-slider-vert .x-slider-inner {
6529  background-image: url('../../resources/themes/images/access/slider/slider-v-bg.gif'); }
6530/* line 143, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
6531.x-ie6 .x-slider-vert .x-slider-thumb {
6532  background-image: url('../../resources/themes/images/access/slider/slider-v-thumb.gif'); }
6533
6534/* line 6, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6535.x-progress {
6536  position: relative;
6537  border-width: 1px;
6538  border-style: solid;
6539  -moz-border-radius: 0;
6540  -webkit-border-radius: 0;
6541  -o-border-radius: 0;
6542  -ms-border-radius: 0;
6543  -khtml-border-radius: 0;
6544  border-radius: 0;
6545  overflow: hidden;
6546  height: 20px; }
6547
6548/* line 17, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6549.x-progress-bar {
6550  height: 18px;
6551  overflow: hidden;
6552  position: absolute;
6553  width: 0;
6554  -moz-border-radius: 0;
6555  -webkit-border-radius: 0;
6556  -o-border-radius: 0;
6557  -ms-border-radius: 0;
6558  -khtml-border-radius: 0;
6559  border-radius: 0;
6560  border-right: 1px solid;
6561  border-top: 1px solid; }
6562
6563/* line 30, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6564.x-progress-text {
6565  overflow: hidden;
6566  position: absolute;
6567  padding: 0 5px;
6568  height: 18px;
6569  font-weight: bold;
6570  font-size: 14px;
6571  line-height: 16px;
6572  text-align: center; }
6573
6574/* line 45, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6575.x-progress-text-back {
6576  padding-top: 1px; }
6577
6578/* line 50, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6579.x-strict .x-ie7m .x-progress {
6580  height: 18px; }
6581
6582/* line 93, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6583.x-progress-default {
6584  border-color: #18181a; }
6585  /* line 96, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6586  .x-progress-default .x-progress-bar {
6587    border-right-color: #18181a;
6588    border-top-color: #55555c;
6589    background-image: none;
6590    background-color: #ed9200;
6591    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb43b), color-stop(50%, #ffa007), color-stop(51%, #ed9200), color-stop(100%, #d38200));
6592    background-image: -webkit-linear-gradient(top, #ffb43b, #ffa007 50%, #ed9200 51%, #d38200);
6593    background-image: -moz-linear-gradient(top, #ffb43b, #ffa007 50%, #ed9200 51%, #d38200);
6594    background-image: -o-linear-gradient(top, #ffb43b, #ffa007 50%, #ed9200 51%, #d38200);
6595    background-image: -ms-linear-gradient(top, #ffb43b, #ffa007 50%, #ed9200 51%, #d38200);
6596    background-image: linear-gradient(top, #ffb43b, #ffa007 50%, #ed9200 51%, #d38200); }
6597  /* line 103, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6598  .x-progress-default .x-progress-text {
6599    color: white; }
6600  /* line 107, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6601  .x-progress-default .x-progress-text-back {
6602    color: #aaaaaa; }
6603
6604/* line 116, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
6605.x-nlg .x-progress-default .x-progress-bar {
6606  background: repeat-x;
6607  background-image: url('../../resources/themes/images/access/progress/progress-default-bg.gif'); }
6608
6609/* line 6, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6610.x-toolbar {
6611  font-size: 14px;
6612  border: 1px solid;
6613  padding: 2px 0 2px 2px; }
6614  /* line 13, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6615  .x-toolbar .x-form-item-label {
6616    font-size: 14px;
6617    line-height: 15px; }
6618  /* line 18, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6619  .x-toolbar .x-toolbar-item {
6620    margin: 0 2px 0 0; }
6621  /* line 22, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6622  .x-toolbar .x-toolbar-text {
6623    margin-left: 4px;
6624    margin-right: 6px;
6625    white-space: nowrap;
6626    color: white;
6627    line-height: 16px;
6628    font-family: tahoma, arial, verdana, sans-serif;
6629    font-size: 14px;
6630    font-weight: normal; }
6631  /* line 33, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6632  .x-toolbar .x-toolbar-separator {
6633    display: block;
6634    font-size: 1px;
6635    overflow: hidden;
6636    cursor: default;
6637    border: 0; }
6638  /* line 41, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6639  .x-toolbar .x-toolbar-separator-horizontal {
6640    margin: 0 3px 0 2px;
6641    height: 14px;
6642    width: 0px;
6643    border-left: 1px solid #1b1b29;
6644    border-right: 1px solid #5d5d6e; }
6645
6646/* line 53, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6647.x-quirks .x-ie .x-toolbar .x-toolbar-separator-horizontal {
6648  width: 2px; }
6649
6650/* line 58, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6651.x-toolbar-footer {
6652  background: transparent;
6653  border: 0px none;
6654  margin-top: 3px;
6655  padding: 2px 0 2px 6px; }
6656  /* line 65, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6657  .x-toolbar-footer .x-box-inner {
6658    border-width: 0; }
6659  /* line 69, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6660  .x-toolbar-footer .x-toolbar-item {
6661    margin: 0 6px 0 0; }
6662
6663/* line 74, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6664.x-toolbar-vertical {
6665  padding: 2px 2px 0 2px; }
6666  /* line 77, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6667  .x-toolbar-vertical .x-toolbar-item {
6668    margin: 0 0 2px 0; }
6669  /* line 81, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6670  .x-toolbar-vertical .x-toolbar-text {
6671    margin-top: 4px;
6672    margin-bottom: 6px; }
6673  /* line 86, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6674  .x-toolbar-vertical .x-toolbar-separator-vertical {
6675    margin: 2px 5px 3px 5px;
6676    height: 0px;
6677    width: 10px;
6678    line-height: 0px;
6679    border-top: 1px solid #1b1b29;
6680    border-bottom: 1px solid #5d5d6e; }
6681
6682/* line 98, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6683.x-toolbar-scroller {
6684  padding-left: 0; }
6685
6686/* line 102, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6687.x-toolbar-spacer {
6688  width: 2px; }
6689
6690/* line 107, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6691.x-toolbar-more-icon {
6692  background-image: url('../../resources/themes/images/access/toolbar/more.gif') !important;
6693  background-position: 2px center !important;
6694  background-repeat: no-repeat; }
6695
6696/* line 144, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6697.x-toolbar-default {
6698  border-color: #18181a;
6699  background-image: none;
6700  background-color: #3a3e4f;
6701  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #404558), color-stop(100%, #3a3e4f));
6702  background-image: -webkit-linear-gradient(top, #404558, #3a3e4f);
6703  background-image: -moz-linear-gradient(top, #404558, #3a3e4f);
6704  background-image: -o-linear-gradient(top, #404558, #3a3e4f);
6705  background-image: -ms-linear-gradient(top, #404558, #3a3e4f);
6706  background-image: linear-gradient(top, #404558, #3a3e4f); }
6707
6708/* line 155, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6709.x-nlg .x-toolbar-default {
6710  background-image: url('../../resources/themes/images/access/toolbar/toolbar-default-bg.gif') !important;
6711  background-repeat: repeat-x; }
6712
6713/* line 123, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
6714.x-toolbar-plain {
6715  border: 0; }
6716
6717/* line 6, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6718.x-window {
6719  outline: none;
6720  overflow: hidden; }
6721  /* line 10, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6722  .x-window .x-window-wrap {
6723    position: relative; }
6724
6725/* line 15, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6726.x-window-body {
6727  position: relative;
6728  border-style: solid;
6729  overflow: hidden; }
6730
6731/* line 24, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6732.x-window-maximized .x-window-wrap .x-window-header {
6733  -moz-border-radius: 0 !important;
6734  -webkit-border-radius: 0 !important;
6735  -o-border-radius: 0 !important;
6736  -ms-border-radius: 0 !important;
6737  -khtml-border-radius: 0 !important;
6738  border-radius: 0 !important; }
6739
6740/* line 30, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6741.x-window-header-top {
6742  margin-bottom: -2px; }
6743
6744/* line 33, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6745.x-window-header-body-horizontal {
6746  margin-top: -1px; }
6747
6748/* line 37, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6749.x-window-header-bottom {
6750  margin-top: -1px;
6751  margin-bottom: -1px; }
6752
6753/* line 42, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6754.x-window-header-left {
6755  margin-right: -1px; }
6756
6757/* line 46, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6758.x-window-header-right {
6759  margin-left: -1px; }
6760
6761/* line 51, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6762.x-window-header-vertical .x-surface {
6763  padding-left: 1px; }
6764
6765/* line 58, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6766.x-window-collapsed .x-window-header-vertical {
6767  -moz-border-radius: 5px;
6768  -webkit-border-radius: 5px;
6769  -o-border-radius: 5px;
6770  -ms-border-radius: 5px;
6771  -khtml-border-radius: 5px;
6772  border-radius: 5px; }
6773/* line 61, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6774.x-window-collapsed .x-window-header-horizontal {
6775  -moz-border-radius: 5px;
6776  -webkit-border-radius: 5px;
6777  -o-border-radius: 5px;
6778  -ms-border-radius: 5px;
6779  -khtml-border-radius: 5px;
6780  border-radius: 5px; }
6781/* line 66, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6782.x-window-collapsed .x-window-header-left {
6783  padding-right: 5px !important;
6784  margin-right: 0; }
6785/* line 71, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6786.x-window-collapsed .x-window-header-right {
6787  padding-left: 5px !important;
6788  margin-left: 0; }
6789/* line 76, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6790.x-window-collapsed .x-window-header-top {
6791  padding-bottom: 5px !important;
6792  margin-bottom: -1px; }
6793/* line 81, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6794.x-window-collapsed .x-window-header-bottom {
6795  padding-top: 5px !important;
6796  margin-top: 0; }
6797
6798/* line 89, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6799.x-window-header-left .x-vml-base,
6800.x-window-header-right .x-vml-base {
6801  left: -3px !important; }
6802
6803/* line 97, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6804.x-opera .x-window-header-vertical .x-surface,
6805.x-strict .x-ie9 .x-window-header-vertical .x-surface {
6806  padding-left: 2px; }
6807
6808/* line 103, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6809.x-window-header-text-container {
6810  overflow: hidden;
6811  -o-text-overflow: ellipsis;
6812  text-overflow: ellipsis; }
6813
6814/* line 109, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6815.x-window-header-text {
6816  user-select: none;
6817  -o-user-select: none;
6818  -ms-user-select: none;
6819  -moz-user-select: -moz-none;
6820  -webkit-user-select: none;
6821  cursor: default;
6822  white-space: nowrap; }
6823
6824/* line 159, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6825.x-window-default {
6826  border-color: #282828;
6827  -moz-border-radius: 5px 5px;
6828  -webkit-border-radius: 5px 5px;
6829  -o-border-radius: 5px 5px;
6830  -ms-border-radius: 5px 5px;
6831  -khtml-border-radius: 5px 5px;
6832  border-radius: 5px 5px;
6833  -moz-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
6834  -webkit-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
6835  -o-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
6836  box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset; }
6837
6838/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6839.x-window-default {
6840  -moz-border-radius-topleft: 5px;
6841  -webkit-border-top-left-radius: 5px;
6842  -o-border-top-left-radius: 5px;
6843  -ms-border-top-left-radius: 5px;
6844  -khtml-border-top-left-radius: 5px;
6845  border-top-left-radius: 5px;
6846  -moz-border-radius-topright: 5px;
6847  -webkit-border-top-right-radius: 5px;
6848  -o-border-top-right-radius: 5px;
6849  -ms-border-top-right-radius: 5px;
6850  -khtml-border-top-right-radius: 5px;
6851  border-top-right-radius: 5px;
6852  -moz-border-radius-bottomright: 5px;
6853  -webkit-border-bottom-right-radius: 5px;
6854  -o-border-bottom-right-radius: 5px;
6855  -ms-border-bottom-right-radius: 5px;
6856  -khtml-border-bottom-right-radius: 5px;
6857  border-bottom-right-radius: 5px;
6858  -moz-border-radius-bottomleft: 5px;
6859  -webkit-border-bottom-left-radius: 5px;
6860  -o-border-bottom-left-radius: 5px;
6861  -ms-border-bottom-left-radius: 5px;
6862  -khtml-border-bottom-left-radius: 5px;
6863  border-bottom-left-radius: 5px;
6864  padding: 4px 4px 4px 4px;
6865  border-width: 1px;
6866  border-style: solid;
6867  background-color: #3f4757; }
6868
6869/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6870.x-nlg .x-window-default-mc {
6871  background-color: #3f4757; }
6872
6873/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6874.x-nbr .x-window-default {
6875  padding: 0 !important;
6876  border-width: 0 !important;
6877  -moz-border-radius: 0px;
6878  -webkit-border-radius: 0px;
6879  -o-border-radius: 0px;
6880  -ms-border-radius: 0px;
6881  -khtml-border-radius: 0px;
6882  border-radius: 0px;
6883  background-color: transparent;
6884  background-position: 1000505px 1000505px; }
6885/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6886.x-nbr .x-window-default-tl,
6887.x-nbr .x-window-default-bl,
6888.x-nbr .x-window-default-tr,
6889.x-nbr .x-window-default-br,
6890.x-nbr .x-window-default-tc,
6891.x-nbr .x-window-default-bc,
6892.x-nbr .x-window-default-ml,
6893.x-nbr .x-window-default-mr {
6894  zoom: 1;
6895  background-image: url('../../resources/themes/images/access/window/window-default-corners.gif'); }
6896/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6897.x-nbr .x-window-default-ml,
6898.x-nbr .x-window-default-mr {
6899  zoom: 1;
6900  background-image: url('../../resources/themes/images/access/window/window-default-sides.gif');
6901  background-position: 0 0;
6902  background-repeat: repeat-y; }
6903/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6904.x-nbr .x-window-default-mc {
6905  padding: 0px 0px 0px 0px; }
6906
6907/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6908.x-strict .x-ie7 .x-window-default-tl,
6909.x-strict .x-ie7 .x-window-default-bl {
6910  position: relative;
6911  right: 0; }
6912
6913/* line 178, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6914.x-window-body-default {
6915  border-color: #18181a;
6916  border-width: 1px;
6917  background: #1f2833;
6918  color: white; }
6919
6920/* line 188, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6921.x-window-header-default {
6922  font-size: 14px;
6923  border-color: #282828;
6924  zoom: 1; }
6925
6926/* line 194, ../themes/stylesheets/ext4/default/widgets/_window.scss */
6927.x-window-header-text-default {
6928  color: white;
6929  font-weight: bold;
6930  line-height: 17px;
6931  font-family: tahoma, arial, verdana, sans-serif;
6932  font-size: 14px; }
6933
6934/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6935.x-window-header-default-top {
6936  -moz-border-radius-topleft: 5px;
6937  -webkit-border-top-left-radius: 5px;
6938  -o-border-top-left-radius: 5px;
6939  -ms-border-top-left-radius: 5px;
6940  -khtml-border-top-left-radius: 5px;
6941  border-top-left-radius: 5px;
6942  -moz-border-radius-topright: 5px;
6943  -webkit-border-top-right-radius: 5px;
6944  -o-border-top-right-radius: 5px;
6945  -ms-border-top-right-radius: 5px;
6946  -khtml-border-top-right-radius: 5px;
6947  border-top-right-radius: 5px;
6948  -moz-border-radius-bottomright: 0;
6949  -webkit-border-bottom-right-radius: 0;
6950  -o-border-bottom-right-radius: 0;
6951  -ms-border-bottom-right-radius: 0;
6952  -khtml-border-bottom-right-radius: 0;
6953  border-bottom-right-radius: 0;
6954  -moz-border-radius-bottomleft: 0;
6955  -webkit-border-bottom-left-radius: 0;
6956  -o-border-bottom-left-radius: 0;
6957  -ms-border-bottom-left-radius: 0;
6958  -khtml-border-bottom-left-radius: 0;
6959  border-bottom-left-radius: 0;
6960  padding: 4px 5px 0 5px;
6961  border-width: 1px 1px 0 1px;
6962  border-style: solid;
6963  background-color: #3f4757; }
6964
6965/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6966.x-nlg .x-window-header-default-top-mc {
6967  background-color: #3f4757; }
6968
6969/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6970.x-nbr .x-window-header-default-top {
6971  padding: 0 !important;
6972  border-width: 0 !important;
6973  -moz-border-radius: 0px;
6974  -webkit-border-radius: 0px;
6975  -o-border-radius: 0px;
6976  -ms-border-radius: 0px;
6977  -khtml-border-radius: 0px;
6978  border-radius: 0px;
6979  background-color: transparent;
6980  background-position: 1000505px 1000000px; }
6981/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6982.x-nbr .x-window-header-default-top-tl,
6983.x-nbr .x-window-header-default-top-bl,
6984.x-nbr .x-window-header-default-top-tr,
6985.x-nbr .x-window-header-default-top-br,
6986.x-nbr .x-window-header-default-top-tc,
6987.x-nbr .x-window-header-default-top-bc,
6988.x-nbr .x-window-header-default-top-ml,
6989.x-nbr .x-window-header-default-top-mr {
6990  zoom: 1;
6991  background-image: url('../../resources/themes/images/access/window-header/window-header-default-top-corners.gif'); }
6992/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
6993.x-nbr .x-window-header-default-top-ml,
6994.x-nbr .x-window-header-default-top-mr {
6995  zoom: 1;
6996  background-image: url('../../resources/themes/images/access/window-header/window-header-default-top-sides.gif');
6997  background-position: 0 0;
6998  background-repeat: repeat-y; }
6999/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7000.x-nbr .x-window-header-default-top-mc {
7001  padding: 0px 1px 0 1px; }
7002
7003/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7004.x-strict .x-ie7 .x-window-header-default-top-tl,
7005.x-strict .x-ie7 .x-window-header-default-top-bl {
7006  position: relative;
7007  right: 0; }
7008
7009/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7010.x-window-header-default-right {
7011  -moz-border-radius-topleft: 0;
7012  -webkit-border-top-left-radius: 0;
7013  -o-border-top-left-radius: 0;
7014  -ms-border-top-left-radius: 0;
7015  -khtml-border-top-left-radius: 0;
7016  border-top-left-radius: 0;
7017  -moz-border-radius-topright: 5px;
7018  -webkit-border-top-right-radius: 5px;
7019  -o-border-top-right-radius: 5px;
7020  -ms-border-top-right-radius: 5px;
7021  -khtml-border-top-right-radius: 5px;
7022  border-top-right-radius: 5px;
7023  -moz-border-radius-bottomright: 5px;
7024  -webkit-border-bottom-right-radius: 5px;
7025  -o-border-bottom-right-radius: 5px;
7026  -ms-border-bottom-right-radius: 5px;
7027  -khtml-border-bottom-right-radius: 5px;
7028  border-bottom-right-radius: 5px;
7029  -moz-border-radius-bottomleft: 0;
7030  -webkit-border-bottom-left-radius: 0;
7031  -o-border-bottom-left-radius: 0;
7032  -ms-border-bottom-left-radius: 0;
7033  -khtml-border-bottom-left-radius: 0;
7034  border-bottom-left-radius: 0;
7035  padding: 5px 4px 5px 0;
7036  border-width: 1px 1px 1px 0;
7037  border-style: solid;
7038  background-color: #3f4757; }
7039
7040/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7041.x-nlg .x-window-header-default-right-mc {
7042  background-color: #3f4757; }
7043
7044/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7045.x-nbr .x-window-header-default-right {
7046  padding: 0 !important;
7047  border-width: 0 !important;
7048  -moz-border-radius: 0px;
7049  -webkit-border-radius: 0px;
7050  -o-border-radius: 0px;
7051  -ms-border-radius: 0px;
7052  -khtml-border-radius: 0px;
7053  border-radius: 0px;
7054  background-color: transparent;
7055  background-position: 1000005px 1000500px; }
7056/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7057.x-nbr .x-window-header-default-right-tl,
7058.x-nbr .x-window-header-default-right-bl,
7059.x-nbr .x-window-header-default-right-tr,
7060.x-nbr .x-window-header-default-right-br,
7061.x-nbr .x-window-header-default-right-tc,
7062.x-nbr .x-window-header-default-right-bc,
7063.x-nbr .x-window-header-default-right-ml,
7064.x-nbr .x-window-header-default-right-mr {
7065  zoom: 1;
7066  background-image: url('../../resources/themes/images/access/window-header/window-header-default-right-corners.gif'); }
7067/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7068.x-nbr .x-window-header-default-right-ml,
7069.x-nbr .x-window-header-default-right-mr {
7070  zoom: 1;
7071  background-image: url('../../resources/themes/images/access/window-header/window-header-default-right-sides.gif');
7072  background-position: 0 0;
7073  background-repeat: repeat-y; }
7074/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7075.x-nbr .x-window-header-default-right-mc {
7076  padding: 1px 0px 1px 0; }
7077
7078/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7079.x-strict .x-ie7 .x-window-header-default-right-tl,
7080.x-strict .x-ie7 .x-window-header-default-right-bl {
7081  position: relative;
7082  right: 0; }
7083
7084/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7085.x-window-header-default-bottom {
7086  -moz-border-radius-topleft: 0;
7087  -webkit-border-top-left-radius: 0;
7088  -o-border-top-left-radius: 0;
7089  -ms-border-top-left-radius: 0;
7090  -khtml-border-top-left-radius: 0;
7091  border-top-left-radius: 0;
7092  -moz-border-radius-topright: 0;
7093  -webkit-border-top-right-radius: 0;
7094  -o-border-top-right-radius: 0;
7095  -ms-border-top-right-radius: 0;
7096  -khtml-border-top-right-radius: 0;
7097  border-top-right-radius: 0;
7098  -moz-border-radius-bottomright: 5px;
7099  -webkit-border-bottom-right-radius: 5px;
7100  -o-border-bottom-right-radius: 5px;
7101  -ms-border-bottom-right-radius: 5px;
7102  -khtml-border-bottom-right-radius: 5px;
7103  border-bottom-right-radius: 5px;
7104  -moz-border-radius-bottomleft: 5px;
7105  -webkit-border-bottom-left-radius: 5px;
7106  -o-border-bottom-left-radius: 5px;
7107  -ms-border-bottom-left-radius: 5px;
7108  -khtml-border-bottom-left-radius: 5px;
7109  border-bottom-left-radius: 5px;
7110  padding: 0 5px 4px 5px;
7111  border-width: 0 1px 1px 1px;
7112  border-style: solid;
7113  background-color: #3f4757; }
7114
7115/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7116.x-nlg .x-window-header-default-bottom-mc {
7117  background-color: #3f4757; }
7118
7119/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7120.x-nbr .x-window-header-default-bottom {
7121  padding: 0 !important;
7122  border-width: 0 !important;
7123  -moz-border-radius: 0px;
7124  -webkit-border-radius: 0px;
7125  -o-border-radius: 0px;
7126  -ms-border-radius: 0px;
7127  -khtml-border-radius: 0px;
7128  border-radius: 0px;
7129  background-color: transparent;
7130  background-position: 1000000px 1000505px; }
7131/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7132.x-nbr .x-window-header-default-bottom-tl,
7133.x-nbr .x-window-header-default-bottom-bl,
7134.x-nbr .x-window-header-default-bottom-tr,
7135.x-nbr .x-window-header-default-bottom-br,
7136.x-nbr .x-window-header-default-bottom-tc,
7137.x-nbr .x-window-header-default-bottom-bc,
7138.x-nbr .x-window-header-default-bottom-ml,
7139.x-nbr .x-window-header-default-bottom-mr {
7140  zoom: 1;
7141  background-image: url('../../resources/themes/images/access/window-header/window-header-default-bottom-corners.gif'); }
7142/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7143.x-nbr .x-window-header-default-bottom-ml,
7144.x-nbr .x-window-header-default-bottom-mr {
7145  zoom: 1;
7146  background-image: url('../../resources/themes/images/access/window-header/window-header-default-bottom-sides.gif');
7147  background-position: 0 0;
7148  background-repeat: repeat-y; }
7149/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7150.x-nbr .x-window-header-default-bottom-mc {
7151  padding: 0 1px 0px 1px; }
7152
7153/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7154.x-strict .x-ie7 .x-window-header-default-bottom-tl,
7155.x-strict .x-ie7 .x-window-header-default-bottom-bl {
7156  position: relative;
7157  right: 0; }
7158
7159/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7160.x-window-header-default-left {
7161  -moz-border-radius-topleft: 5px;
7162  -webkit-border-top-left-radius: 5px;
7163  -o-border-top-left-radius: 5px;
7164  -ms-border-top-left-radius: 5px;
7165  -khtml-border-top-left-radius: 5px;
7166  border-top-left-radius: 5px;
7167  -moz-border-radius-topright: 0;
7168  -webkit-border-top-right-radius: 0;
7169  -o-border-top-right-radius: 0;
7170  -ms-border-top-right-radius: 0;
7171  -khtml-border-top-right-radius: 0;
7172  border-top-right-radius: 0;
7173  -moz-border-radius-bottomright: 0;
7174  -webkit-border-bottom-right-radius: 0;
7175  -o-border-bottom-right-radius: 0;
7176  -ms-border-bottom-right-radius: 0;
7177  -khtml-border-bottom-right-radius: 0;
7178  border-bottom-right-radius: 0;
7179  -moz-border-radius-bottomleft: 5px;
7180  -webkit-border-bottom-left-radius: 5px;
7181  -o-border-bottom-left-radius: 5px;
7182  -ms-border-bottom-left-radius: 5px;
7183  -khtml-border-bottom-left-radius: 5px;
7184  border-bottom-left-radius: 5px;
7185  padding: 5px 0px 5px 4px;
7186  border-width: 1px 0 1px 1px;
7187  border-style: solid;
7188  background-color: #3f4757; }
7189
7190/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7191.x-nlg .x-window-header-default-left-mc {
7192  background-color: #3f4757; }
7193
7194/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7195.x-nbr .x-window-header-default-left {
7196  padding: 0 !important;
7197  border-width: 0 !important;
7198  -moz-border-radius: 0px;
7199  -webkit-border-radius: 0px;
7200  -o-border-radius: 0px;
7201  -ms-border-radius: 0px;
7202  -khtml-border-radius: 0px;
7203  border-radius: 0px;
7204  background-color: transparent;
7205  background-position: 1000500px 1000005px; }
7206/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7207.x-nbr .x-window-header-default-left-tl,
7208.x-nbr .x-window-header-default-left-bl,
7209.x-nbr .x-window-header-default-left-tr,
7210.x-nbr .x-window-header-default-left-br,
7211.x-nbr .x-window-header-default-left-tc,
7212.x-nbr .x-window-header-default-left-bc,
7213.x-nbr .x-window-header-default-left-ml,
7214.x-nbr .x-window-header-default-left-mr {
7215  zoom: 1;
7216  background-image: url('../../resources/themes/images/access/window-header/window-header-default-left-corners.gif'); }
7217/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7218.x-nbr .x-window-header-default-left-ml,
7219.x-nbr .x-window-header-default-left-mr {
7220  zoom: 1;
7221  background-image: url('../../resources/themes/images/access/window-header/window-header-default-left-sides.gif');
7222  background-position: 0 0;
7223  background-repeat: repeat-y; }
7224/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7225.x-nbr .x-window-header-default-left-mc {
7226  padding: 1px 0px 1px 0px; }
7227
7228/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7229.x-strict .x-ie7 .x-window-header-default-left-tl,
7230.x-strict .x-ie7 .x-window-header-default-left-bl {
7231  position: relative;
7232  right: 0; }
7233
7234/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7235.x-window-header-default-collapsed-top {
7236  -moz-border-radius-topleft: 5px;
7237  -webkit-border-top-left-radius: 5px;
7238  -o-border-top-left-radius: 5px;
7239  -ms-border-top-left-radius: 5px;
7240  -khtml-border-top-left-radius: 5px;
7241  border-top-left-radius: 5px;
7242  -moz-border-radius-topright: 5px;
7243  -webkit-border-top-right-radius: 5px;
7244  -o-border-top-right-radius: 5px;
7245  -ms-border-top-right-radius: 5px;
7246  -khtml-border-top-right-radius: 5px;
7247  border-top-right-radius: 5px;
7248  -moz-border-radius-bottomright: 5px;
7249  -webkit-border-bottom-right-radius: 5px;
7250  -o-border-bottom-right-radius: 5px;
7251  -ms-border-bottom-right-radius: 5px;
7252  -khtml-border-bottom-right-radius: 5px;
7253  border-bottom-right-radius: 5px;
7254  -moz-border-radius-bottomleft: 5px;
7255  -webkit-border-bottom-left-radius: 5px;
7256  -o-border-bottom-left-radius: 5px;
7257  -ms-border-bottom-left-radius: 5px;
7258  -khtml-border-bottom-left-radius: 5px;
7259  border-bottom-left-radius: 5px;
7260  padding: 4px 5px 4px 5px;
7261  border-width: 1px;
7262  border-style: solid;
7263  background-color: #3f4757; }
7264
7265/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7266.x-nlg .x-window-header-default-collapsed-top-mc {
7267  background-color: #3f4757; }
7268
7269/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7270.x-nbr .x-window-header-default-collapsed-top {
7271  padding: 0 !important;
7272  border-width: 0 !important;
7273  -moz-border-radius: 0px;
7274  -webkit-border-radius: 0px;
7275  -o-border-radius: 0px;
7276  -ms-border-radius: 0px;
7277  -khtml-border-radius: 0px;
7278  border-radius: 0px;
7279  background-color: transparent;
7280  background-position: 1000505px 1000505px; }
7281/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7282.x-nbr .x-window-header-default-collapsed-top-tl,
7283.x-nbr .x-window-header-default-collapsed-top-bl,
7284.x-nbr .x-window-header-default-collapsed-top-tr,
7285.x-nbr .x-window-header-default-collapsed-top-br,
7286.x-nbr .x-window-header-default-collapsed-top-tc,
7287.x-nbr .x-window-header-default-collapsed-top-bc,
7288.x-nbr .x-window-header-default-collapsed-top-ml,
7289.x-nbr .x-window-header-default-collapsed-top-mr {
7290  zoom: 1;
7291  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-top-corners.gif'); }
7292/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7293.x-nbr .x-window-header-default-collapsed-top-ml,
7294.x-nbr .x-window-header-default-collapsed-top-mr {
7295  zoom: 1;
7296  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-top-sides.gif');
7297  background-position: 0 0;
7298  background-repeat: repeat-y; }
7299/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7300.x-nbr .x-window-header-default-collapsed-top-mc {
7301  padding: 0px 1px 0px 1px; }
7302
7303/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7304.x-strict .x-ie7 .x-window-header-default-collapsed-top-tl,
7305.x-strict .x-ie7 .x-window-header-default-collapsed-top-bl {
7306  position: relative;
7307  right: 0; }
7308
7309/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7310.x-window-header-default-collapsed-right {
7311  -moz-border-radius-topleft: 5px;
7312  -webkit-border-top-left-radius: 5px;
7313  -o-border-top-left-radius: 5px;
7314  -ms-border-top-left-radius: 5px;
7315  -khtml-border-top-left-radius: 5px;
7316  border-top-left-radius: 5px;
7317  -moz-border-radius-topright: 5px;
7318  -webkit-border-top-right-radius: 5px;
7319  -o-border-top-right-radius: 5px;
7320  -ms-border-top-right-radius: 5px;
7321  -khtml-border-top-right-radius: 5px;
7322  border-top-right-radius: 5px;
7323  -moz-border-radius-bottomright: 5px;
7324  -webkit-border-bottom-right-radius: 5px;
7325  -o-border-bottom-right-radius: 5px;
7326  -ms-border-bottom-right-radius: 5px;
7327  -khtml-border-bottom-right-radius: 5px;
7328  border-bottom-right-radius: 5px;
7329  -moz-border-radius-bottomleft: 5px;
7330  -webkit-border-bottom-left-radius: 5px;
7331  -o-border-bottom-left-radius: 5px;
7332  -ms-border-bottom-left-radius: 5px;
7333  -khtml-border-bottom-left-radius: 5px;
7334  border-bottom-left-radius: 5px;
7335  padding: 5px 4px 5px 4px;
7336  border-width: 1px;
7337  border-style: solid;
7338  background-color: #3f4757; }
7339
7340/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7341.x-nlg .x-window-header-default-collapsed-right-mc {
7342  background-color: #3f4757; }
7343
7344/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7345.x-nbr .x-window-header-default-collapsed-right {
7346  padding: 0 !important;
7347  border-width: 0 !important;
7348  -moz-border-radius: 0px;
7349  -webkit-border-radius: 0px;
7350  -o-border-radius: 0px;
7351  -ms-border-radius: 0px;
7352  -khtml-border-radius: 0px;
7353  border-radius: 0px;
7354  background-color: transparent;
7355  background-position: 1000505px 1000505px; }
7356/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7357.x-nbr .x-window-header-default-collapsed-right-tl,
7358.x-nbr .x-window-header-default-collapsed-right-bl,
7359.x-nbr .x-window-header-default-collapsed-right-tr,
7360.x-nbr .x-window-header-default-collapsed-right-br,
7361.x-nbr .x-window-header-default-collapsed-right-tc,
7362.x-nbr .x-window-header-default-collapsed-right-bc,
7363.x-nbr .x-window-header-default-collapsed-right-ml,
7364.x-nbr .x-window-header-default-collapsed-right-mr {
7365  zoom: 1;
7366  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-right-corners.gif'); }
7367/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7368.x-nbr .x-window-header-default-collapsed-right-ml,
7369.x-nbr .x-window-header-default-collapsed-right-mr {
7370  zoom: 1;
7371  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-right-sides.gif');
7372  background-position: 0 0;
7373  background-repeat: repeat-y; }
7374/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7375.x-nbr .x-window-header-default-collapsed-right-mc {
7376  padding: 1px 0px 1px 0px; }
7377
7378/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7379.x-strict .x-ie7 .x-window-header-default-collapsed-right-tl,
7380.x-strict .x-ie7 .x-window-header-default-collapsed-right-bl {
7381  position: relative;
7382  right: 0; }
7383
7384/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7385.x-window-header-default-collapsed-bottom {
7386  -moz-border-radius-topleft: 5px;
7387  -webkit-border-top-left-radius: 5px;
7388  -o-border-top-left-radius: 5px;
7389  -ms-border-top-left-radius: 5px;
7390  -khtml-border-top-left-radius: 5px;
7391  border-top-left-radius: 5px;
7392  -moz-border-radius-topright: 5px;
7393  -webkit-border-top-right-radius: 5px;
7394  -o-border-top-right-radius: 5px;
7395  -ms-border-top-right-radius: 5px;
7396  -khtml-border-top-right-radius: 5px;
7397  border-top-right-radius: 5px;
7398  -moz-border-radius-bottomright: 5px;
7399  -webkit-border-bottom-right-radius: 5px;
7400  -o-border-bottom-right-radius: 5px;
7401  -ms-border-bottom-right-radius: 5px;
7402  -khtml-border-bottom-right-radius: 5px;
7403  border-bottom-right-radius: 5px;
7404  -moz-border-radius-bottomleft: 5px;
7405  -webkit-border-bottom-left-radius: 5px;
7406  -o-border-bottom-left-radius: 5px;
7407  -ms-border-bottom-left-radius: 5px;
7408  -khtml-border-bottom-left-radius: 5px;
7409  border-bottom-left-radius: 5px;
7410  padding: 4px 5px 4px 5px;
7411  border-width: 1px;
7412  border-style: solid;
7413  background-color: #3f4757; }
7414
7415/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7416.x-nlg .x-window-header-default-collapsed-bottom-mc {
7417  background-color: #3f4757; }
7418
7419/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7420.x-nbr .x-window-header-default-collapsed-bottom {
7421  padding: 0 !important;
7422  border-width: 0 !important;
7423  -moz-border-radius: 0px;
7424  -webkit-border-radius: 0px;
7425  -o-border-radius: 0px;
7426  -ms-border-radius: 0px;
7427  -khtml-border-radius: 0px;
7428  border-radius: 0px;
7429  background-color: transparent;
7430  background-position: 1000505px 1000505px; }
7431/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7432.x-nbr .x-window-header-default-collapsed-bottom-tl,
7433.x-nbr .x-window-header-default-collapsed-bottom-bl,
7434.x-nbr .x-window-header-default-collapsed-bottom-tr,
7435.x-nbr .x-window-header-default-collapsed-bottom-br,
7436.x-nbr .x-window-header-default-collapsed-bottom-tc,
7437.x-nbr .x-window-header-default-collapsed-bottom-bc,
7438.x-nbr .x-window-header-default-collapsed-bottom-ml,
7439.x-nbr .x-window-header-default-collapsed-bottom-mr {
7440  zoom: 1;
7441  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-bottom-corners.gif'); }
7442/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7443.x-nbr .x-window-header-default-collapsed-bottom-ml,
7444.x-nbr .x-window-header-default-collapsed-bottom-mr {
7445  zoom: 1;
7446  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-bottom-sides.gif');
7447  background-position: 0 0;
7448  background-repeat: repeat-y; }
7449/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7450.x-nbr .x-window-header-default-collapsed-bottom-mc {
7451  padding: 0px 1px 0px 1px; }
7452
7453/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7454.x-strict .x-ie7 .x-window-header-default-collapsed-bottom-tl,
7455.x-strict .x-ie7 .x-window-header-default-collapsed-bottom-bl {
7456  position: relative;
7457  right: 0; }
7458
7459/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7460.x-window-header-default-collapsed-left {
7461  -moz-border-radius-topleft: 5px;
7462  -webkit-border-top-left-radius: 5px;
7463  -o-border-top-left-radius: 5px;
7464  -ms-border-top-left-radius: 5px;
7465  -khtml-border-top-left-radius: 5px;
7466  border-top-left-radius: 5px;
7467  -moz-border-radius-topright: 5px;
7468  -webkit-border-top-right-radius: 5px;
7469  -o-border-top-right-radius: 5px;
7470  -ms-border-top-right-radius: 5px;
7471  -khtml-border-top-right-radius: 5px;
7472  border-top-right-radius: 5px;
7473  -moz-border-radius-bottomright: 5px;
7474  -webkit-border-bottom-right-radius: 5px;
7475  -o-border-bottom-right-radius: 5px;
7476  -ms-border-bottom-right-radius: 5px;
7477  -khtml-border-bottom-right-radius: 5px;
7478  border-bottom-right-radius: 5px;
7479  -moz-border-radius-bottomleft: 5px;
7480  -webkit-border-bottom-left-radius: 5px;
7481  -o-border-bottom-left-radius: 5px;
7482  -ms-border-bottom-left-radius: 5px;
7483  -khtml-border-bottom-left-radius: 5px;
7484  border-bottom-left-radius: 5px;
7485  padding: 5px 4px 5px 4px;
7486  border-width: 1px;
7487  border-style: solid;
7488  background-color: #3f4757; }
7489
7490/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7491.x-nlg .x-window-header-default-collapsed-left-mc {
7492  background-color: #3f4757; }
7493
7494/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7495.x-nbr .x-window-header-default-collapsed-left {
7496  padding: 0 !important;
7497  border-width: 0 !important;
7498  -moz-border-radius: 0px;
7499  -webkit-border-radius: 0px;
7500  -o-border-radius: 0px;
7501  -ms-border-radius: 0px;
7502  -khtml-border-radius: 0px;
7503  border-radius: 0px;
7504  background-color: transparent;
7505  background-position: 1000505px 1000505px; }
7506/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7507.x-nbr .x-window-header-default-collapsed-left-tl,
7508.x-nbr .x-window-header-default-collapsed-left-bl,
7509.x-nbr .x-window-header-default-collapsed-left-tr,
7510.x-nbr .x-window-header-default-collapsed-left-br,
7511.x-nbr .x-window-header-default-collapsed-left-tc,
7512.x-nbr .x-window-header-default-collapsed-left-bc,
7513.x-nbr .x-window-header-default-collapsed-left-ml,
7514.x-nbr .x-window-header-default-collapsed-left-mr {
7515  zoom: 1;
7516  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-left-corners.gif'); }
7517/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7518.x-nbr .x-window-header-default-collapsed-left-ml,
7519.x-nbr .x-window-header-default-collapsed-left-mr {
7520  zoom: 1;
7521  background-image: url('../../resources/themes/images/access/window-header/window-header-default-collapsed-left-sides.gif');
7522  background-position: 0 0;
7523  background-repeat: repeat-y; }
7524/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7525.x-nbr .x-window-header-default-collapsed-left-mc {
7526  padding: 1px 0px 1px 0px; }
7527
7528/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7529.x-strict .x-ie7 .x-window-header-default-collapsed-left-tl,
7530.x-strict .x-ie7 .x-window-header-default-collapsed-left-bl {
7531  position: relative;
7532  right: 0; }
7533
7534/* line 217, ../themes/stylesheets/ext4/default/widgets/_window.scss */
7535.x-window-header-default-top {
7536  -moz-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7537  -webkit-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7538  -o-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7539  box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset; }
7540
7541/* line 221, ../themes/stylesheets/ext4/default/widgets/_window.scss */
7542.x-window-header-default-right {
7543  -moz-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset;
7544  -webkit-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset;
7545  -o-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset;
7546  box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset; }
7547
7548/* line 225, ../themes/stylesheets/ext4/default/widgets/_window.scss */
7549.x-window-header-default-bottom {
7550  -moz-box-shadow: #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7551  -webkit-box-shadow: #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7552  -o-box-shadow: #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7553  box-shadow: #414b5c 0 -1px 0px 0 inset, #414b5c -1px 0 0px 0 inset, #414b5c 1px 0 0px 0 inset; }
7554
7555/* line 229, ../themes/stylesheets/ext4/default/widgets/_window.scss */
7556.x-window-header-default-left {
7557  -moz-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7558  -webkit-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7559  -o-box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c 1px 0 0px 0 inset;
7560  box-shadow: #414b5c 0 1px 0px 0 inset, #414b5c 0 -1px 0px 0 inset, #414b5c 1px 0 0px 0 inset; }
7561
7562/* line 130, ../themes/stylesheets/ext4/default/widgets/_window.scss */
7563.x-window-body-plain {
7564  background: transparent; }
7565
7566/* line 2, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7567.x-message-box .x-window-body {
7568  background-color: #3f4757;
7569  border: none; }
7570
7571/* line 7, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7572.x-message-box .x-progress-wrap {
7573  margin-top: 4px; }
7574
7575/* line 11, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7576.x-message-box-icon {
7577  width: 47px;
7578  height: 32px; }
7579
7580/* line 19, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7581.x-message-box-info,
7582.x-message-box-warning,
7583.x-message-box-question,
7584.x-message-box-error {
7585  background: transparent no-repeat top left; }
7586
7587/* line 23, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7588.x-message-box .x-msg-box-wait {
7589  background-image: url('../../resources/themes/images/access/shared/blue-loading.gif'); }
7590
7591/* line 27, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7592.x-message-box-info {
7593  background-image: url('../../resources/themes/images/access/shared/icon-info.gif'); }
7594
7595/* line 31, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7596.x-message-box-warning {
7597  background-image: url('../../resources/themes/images/access/shared/icon-warning.gif'); }
7598
7599/* line 35, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7600.x-message-box-question {
7601  background-image: url('../../resources/themes/images/access/shared/icon-question.gif'); }
7602
7603/* line 39, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
7604.x-message-box-error {
7605  background-image: url('../../resources/themes/images/access/shared/icon-error.gif'); }
7606
7607/* line 73, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7608.x-tab-bar {
7609  position: relative;
7610  background-color: transparent;
7611  background-image: none;
7612  background-color: #474e5c;
7613  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f596c), color-stop(100%, #474e5c));
7614  background-image: -webkit-linear-gradient(top, #4f596c, #474e5c);
7615  background-image: -moz-linear-gradient(top, #4f596c, #474e5c);
7616  background-image: -o-linear-gradient(top, #4f596c, #474e5c);
7617  background-image: -ms-linear-gradient(top, #4f596c, #474e5c);
7618  background-image: linear-gradient(top, #4f596c, #474e5c);
7619  font-size: 14px; }
7620
7621/* line 80, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7622.x-nlg .x-tab-bar {
7623  background-image: url('../../resources/themes/images/access/tab-bar/tab-bar-default-bg.gif'); }
7624
7625/* line 85, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7626.x-tab-bar-default-plain,
7627.x-nlg .x-tab-bar-default-plain {
7628  background: transparent none; }
7629
7630/* line 90, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7631.x-tab-bar-body {
7632  border-style: solid;
7633  border-color: #18181a;
7634  position: relative;
7635  z-index: 2;
7636  zoom: 1; }
7637
7638/* Top Tabs */
7639/* line 4, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7640.x-tab-bar-top .x-tab-bar-body {
7641  height: 27px;
7642  border-width: 1px 1px 0;
7643  padding: 1px 0 3px; }
7644/* line 10, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7645.x-tab-bar-top .x-tab-bar-strip {
7646  /*position strip from top rather than bottom to avoid off-by-one error in IE6*/
7647  top: 29px;
7648  border-width: 1px 1px 0;
7649  height: 2px; }
7650
7651/* line 19, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7652.x-border-box .x-tab-bar-top .x-tab-bar-body {
7653  height: 32px; }
7654/* line 23, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7655.x-border-box .x-tab-bar-top .x-tab-bar-strip {
7656  height: 3px; }
7657
7658/* line 4, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7659.x-tab-bar-top .x-tab-bar-body-default-plain {
7660  height: 27px;
7661  border-width: 0;
7662  padding: 0 0 2px; }
7663/* line 10, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7664.x-tab-bar-top .x-tab-bar-strip-default-plain {
7665  /*position strip from top rather than bottom to avoid off-by-one error in IE6*/
7666  top: 27px;
7667  border-width: 1px 1px 0 1px;
7668  height: 2px; }
7669
7670/* line 19, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7671.x-border-box .x-tab-bar-top .x-tab-bar-body-default-plain {
7672  height: 29px; }
7673/* line 23, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7674.x-border-box .x-tab-bar-top .x-tab-bar-strip-default-plain {
7675  height: 3px; }
7676
7677/* Bottom Tabs */
7678/* line 32, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7679.x-tab-bar-bottom .x-tab-bar-body {
7680  height: 27px;
7681  border-width: 0 1px 1px;
7682  padding: 3px 0 1px; }
7683  /* line 37, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7684  .x-tab-bar-bottom .x-tab-bar-body .x-box-inner {
7685    position: relative;
7686    top: -1px; }
7687  /* line 44, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7688  .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller,
7689  .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-left,
7690  .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-right {
7691    height: 29px; }
7692/* line 49, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7693.x-tab-bar-bottom .x-tab-bar-strip {
7694  top: 0;
7695  border-width: 0 1px 1px 1px;
7696  height: 2px; }
7697
7698/* line 57, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7699.x-border-box .x-tab-bar-bottom .x-tab-bar-body {
7700  height: 32px; }
7701/* line 61, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7702.x-border-box .x-tab-bar-bottom .x-tab-bar-strip {
7703  height: 3px; }
7704
7705/* line 32, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7706.x-tab-bar-bottom .x-tab-bar-body-default-plain {
7707  height: 27px;
7708  border-width: 0;
7709  padding: 3px 0 0; }
7710  /* line 37, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7711  .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-inner {
7712    position: relative;
7713    top: -1px; }
7714  /* line 44, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7715  .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller,
7716  .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-left,
7717  .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-right {
7718    height: 28px; }
7719/* line 49, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7720.x-tab-bar-bottom .x-tab-bar-strip-default-plain {
7721  top: 0;
7722  border-width: 0 1px 1px 1px;
7723  height: 2px; }
7724
7725/* line 57, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7726.x-border-box .x-tab-bar-bottom .x-tab-bar-body-default-plain {
7727  height: 30px; }
7728/* line 61, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7729.x-border-box .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
7730  height: 3px; }
7731
7732/* line 141, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
7733.x-tab-bar-strip-default,
7734.x-tab-bar-strip-default-plain {
7735  font-size: 0;
7736  line-height: 0;
7737  position: absolute;
7738  z-index: 1;
7739  border-style: solid;
7740  overflow: hidden;
7741  border-color: #18181a;
7742  background-color: #ed9200;
7743  zoom: 1; }
7744
7745/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7746.x-tab-default-top {
7747  -moz-border-radius-topleft: 4px;
7748  -webkit-border-top-left-radius: 4px;
7749  -o-border-top-left-radius: 4px;
7750  -ms-border-top-left-radius: 4px;
7751  -khtml-border-top-left-radius: 4px;
7752  border-top-left-radius: 4px;
7753  -moz-border-radius-topright: 4px;
7754  -webkit-border-top-right-radius: 4px;
7755  -o-border-top-right-radius: 4px;
7756  -ms-border-top-right-radius: 4px;
7757  -khtml-border-top-right-radius: 4px;
7758  border-top-right-radius: 4px;
7759  -moz-border-radius-bottomright: 0;
7760  -webkit-border-bottom-right-radius: 0;
7761  -o-border-bottom-right-radius: 0;
7762  -ms-border-bottom-right-radius: 0;
7763  -khtml-border-bottom-right-radius: 0;
7764  border-bottom-right-radius: 0;
7765  -moz-border-radius-bottomleft: 0;
7766  -webkit-border-bottom-left-radius: 0;
7767  -o-border-bottom-left-radius: 0;
7768  -ms-border-bottom-left-radius: 0;
7769  -khtml-border-bottom-left-radius: 0;
7770  border-bottom-left-radius: 0;
7771  padding: 3px 3px 0 3px;
7772  border-width: 1px 1px 0 1px;
7773  border-style: solid;
7774  background-color: #616f8c; }
7775
7776/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7777.x-nlg .x-tab-default-top-mc {
7778  background-color: #616f8c; }
7779
7780/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7781.x-nbr .x-tab-default-top {
7782  padding: 0 !important;
7783  border-width: 0 !important;
7784  -moz-border-radius: 0px;
7785  -webkit-border-radius: 0px;
7786  -o-border-radius: 0px;
7787  -ms-border-radius: 0px;
7788  -khtml-border-radius: 0px;
7789  border-radius: 0px;
7790  background-color: transparent;
7791  background-position: 1100404px 1000000px; }
7792/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7793.x-nbr .x-tab-default-top-tl,
7794.x-nbr .x-tab-default-top-bl,
7795.x-nbr .x-tab-default-top-tr,
7796.x-nbr .x-tab-default-top-br,
7797.x-nbr .x-tab-default-top-tc,
7798.x-nbr .x-tab-default-top-bc,
7799.x-nbr .x-tab-default-top-ml,
7800.x-nbr .x-tab-default-top-mr {
7801  zoom: 1;
7802  background-image: url('../../resources/themes/images/access/tab/tab-default-top-corners.gif'); }
7803/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7804.x-nbr .x-tab-default-top-ml,
7805.x-nbr .x-tab-default-top-mr {
7806  zoom: 1;
7807  background-image: url('../../resources/themes/images/access/tab/tab-default-top-sides.gif');
7808  background-position: 0 0;
7809  background-repeat: repeat-y; }
7810/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7811.x-nbr .x-tab-default-top-mc {
7812  padding: 0px 0px 0 0px; }
7813
7814/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7815.x-strict .x-ie7 .x-tab-default-top-tl,
7816.x-strict .x-ie7 .x-tab-default-top-bl {
7817  position: relative;
7818  right: 0; }
7819
7820/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7821.x-tab-default-bottom {
7822  -moz-border-radius-topleft: 0;
7823  -webkit-border-top-left-radius: 0;
7824  -o-border-top-left-radius: 0;
7825  -ms-border-top-left-radius: 0;
7826  -khtml-border-top-left-radius: 0;
7827  border-top-left-radius: 0;
7828  -moz-border-radius-topright: 0;
7829  -webkit-border-top-right-radius: 0;
7830  -o-border-top-right-radius: 0;
7831  -ms-border-top-right-radius: 0;
7832  -khtml-border-top-right-radius: 0;
7833  border-top-right-radius: 0;
7834  -moz-border-radius-bottomright: 4px;
7835  -webkit-border-bottom-right-radius: 4px;
7836  -o-border-bottom-right-radius: 4px;
7837  -ms-border-bottom-right-radius: 4px;
7838  -khtml-border-bottom-right-radius: 4px;
7839  border-bottom-right-radius: 4px;
7840  -moz-border-radius-bottomleft: 4px;
7841  -webkit-border-bottom-left-radius: 4px;
7842  -o-border-bottom-left-radius: 4px;
7843  -ms-border-bottom-left-radius: 4px;
7844  -khtml-border-bottom-left-radius: 4px;
7845  border-bottom-left-radius: 4px;
7846  padding: 0 3px 3px 3px;
7847  border-width: 0 1px 1px 1px;
7848  border-style: solid;
7849  background-color: #616f8c; }
7850
7851/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7852.x-nlg .x-tab-default-bottom-mc {
7853  background-color: #616f8c; }
7854
7855/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7856.x-nbr .x-tab-default-bottom {
7857  padding: 0 !important;
7858  border-width: 0 !important;
7859  -moz-border-radius: 0px;
7860  -webkit-border-radius: 0px;
7861  -o-border-radius: 0px;
7862  -ms-border-radius: 0px;
7863  -khtml-border-radius: 0px;
7864  border-radius: 0px;
7865  background-color: transparent;
7866  background-position: 1100000px 1000404px; }
7867/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7868.x-nbr .x-tab-default-bottom-tl,
7869.x-nbr .x-tab-default-bottom-bl,
7870.x-nbr .x-tab-default-bottom-tr,
7871.x-nbr .x-tab-default-bottom-br,
7872.x-nbr .x-tab-default-bottom-tc,
7873.x-nbr .x-tab-default-bottom-bc,
7874.x-nbr .x-tab-default-bottom-ml,
7875.x-nbr .x-tab-default-bottom-mr {
7876  zoom: 1;
7877  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-corners.gif'); }
7878/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7879.x-nbr .x-tab-default-bottom-ml,
7880.x-nbr .x-tab-default-bottom-mr {
7881  zoom: 1;
7882  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-sides.gif');
7883  background-position: 0 0;
7884  background-repeat: repeat-y; }
7885/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7886.x-nbr .x-tab-default-bottom-mc {
7887  padding: 0 0px 0px 0px; }
7888
7889/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
7890.x-strict .x-ie7 .x-tab-default-bottom-tl,
7891.x-strict .x-ie7 .x-tab-default-bottom-bl {
7892  position: relative;
7893  right: 0; }
7894
7895/* line 28, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7896.x-tab {
7897  z-index: 1;
7898  margin: 0 0 0 2px;
7899  display: inline-block;
7900  zoom: 1;
7901  *display: inline;
7902  white-space: nowrap;
7903  height: 27px;
7904  border-color: #2e3746;
7905  cursor: pointer;
7906  cursor: hand; }
7907  /* line 40, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7908  .x-tab button {
7909    cursor: pointer;
7910    cursor: hand; }
7911  /* line 45, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7912  .x-tab em {
7913    display: block;
7914    padding: 0 6px;
7915    line-height: 1px; }
7916  /* line 51, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7917  .x-tab button {
7918    background: none;
7919    border: 0;
7920    padding: 0;
7921    margin: 0;
7922    -webkit-appearance: none;
7923    font-size: 14px;
7924    font-weight: bold;
7925    font-family: tahoma, arial, verdana, sans-serif;
7926    color: white;
7927    outline: 0 none;
7928    overflow-x: visible; }
7929    /* line 69, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7930    .x-tab button::-moz-focus-inner {
7931      border: 0;
7932      padding: 0; }
7933    /* line 74, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7934    .x-tab button .x-tab-inner {
7935      background-color: transparent;
7936      background-repeat: no-repeat;
7937      background-position: 0 -2px;
7938      display: block;
7939      text-align: center;
7940      white-space: nowrap;
7941      text-overflow: ellipsis;
7942      -o-text-overflow: ellipsis;
7943      overflow: hidden; }
7944  /* line 87, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7945  .x-tab img {
7946    display: none; }
7947
7948/* line 93, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7949.x-border-box .x-tab-default-top {
7950  height: 28px; }
7951/* line 96, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7952.x-border-box .x-tab-default-bottom {
7953  height: 28px; }
7954
7955/* line 103, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7956* html .x-ie .x-tab button {
7957  width: 1px; }
7958
7959/* line 110, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7960.x-strict .x-ie6 .x-tab .x-frame-mc,
7961.x-strict .x-ie7 .x-tab .x-frame-mc {
7962  height: 100%; }
7963
7964/* line 115, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7965.x-ie .x-tab-active button:active {
7966  position: relative;
7967  top: -1px;
7968  left: -1px; }
7969
7970/* line 124, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7971.x-tab-default-top {
7972  border-bottom: 1px solid #18181a !important; }
7973  /* line 134, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7974  .x-tab-default-top em {
7975    padding-bottom: 3px; }
7976  /* line 139, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7977  .x-tab-default-top button,
7978  .x-tab-default-top .x-tab-inner {
7979    height: 20px;
7980    line-height: 20px; }
7981
7982/* line 148, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7983.x-safari4 .x-tab-default-top .x-tab-inner,
7984.x-safari5_0 .x-tab-default-top .x-tab-inner {
7985  line-height: 18px; }
7986
7987/* line 153, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7988.x-nbr .x-tab-default-top {
7989  border-bottom-width: 1px !important; }
7990
7991/* line 157, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7992.x-tab-default-top-active {
7993  border-bottom-color: #ed9200 !important; }
7994
7995/* line 163, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
7996.x-tab-default-bottom {
7997  border-top: 1px solid #18181a !important;
7998  -moz-box-shadow: #828a98 0 -1px 0px 0 inset, #828a98 -1px 0 0px 0 inset, #828a98 1px 0 0px 0 inset;
7999  -webkit-box-shadow: #828a98 0 -1px 0px 0 inset, #828a98 -1px 0 0px 0 inset, #828a98 1px 0 0px 0 inset;
8000  -o-box-shadow: #828a98 0 -1px 0px 0 inset, #828a98 -1px 0 0px 0 inset, #828a98 1px 0 0px 0 inset;
8001  box-shadow: #828a98 0 -1px 0px 0 inset, #828a98 -1px 0 0px 0 inset, #828a98 1px 0 0px 0 inset; }
8002  /* line 178, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8003  .x-tab-default-bottom em {
8004    padding-top: 3px; }
8005  /* line 183, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8006  .x-tab-default-bottom button,
8007  .x-tab-default-bottom .x-tab-inner {
8008    height: 20px;
8009    line-height: 20px; }
8010
8011/* line 189, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8012.x-nbr .x-tab-default-bottom {
8013  border-top-width: 1px !important; }
8014
8015/* line 193, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8016.x-tab-default-bottom-active {
8017  border-top-color: #ed9200 !important; }
8018
8019/* line 197, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8020.x-tab-default-disabled {
8021  cursor: default;
8022  border-color: #39445a;
8023  background-image: none;
8024  background-color: #435881; }
8025  /* line 203, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8026  .x-tab-default-disabled button {
8027    color: #c3b3b3 !important; }
8028
8029/* line 209, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8030.x-tab-icon-text-left .x-tab-inner {
8031  padding-left: 20px; }
8032
8033/* line 214, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8034.x-tab button {
8035  position: relative; }
8036
8037/* line 218, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8038.x-tab-icon {
8039  position: absolute;
8040  background-repeat: no-repeat;
8041  background-position: 0 -1px;
8042  top: 0;
8043  left: 0;
8044  right: auto;
8045  bottom: 0;
8046  width: 18px;
8047  height: 18px; }
8048
8049/* line 233, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8050.x-strict .x-ie8 .x-tab button,
8051.x-strict .x-ie9 .x-tab button {
8052  overflow-y: visible; }
8053
8054/* line 238, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8055.x-tab-default-disabled .x-tab-icon {
8056  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
8057  opacity: 0.5; }
8058
8059/* In IE a disabled icon needs to be hidden or the opacity effect covers some of the text */
8060/* line 243, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8061.x-tab-noicon .x-tab-icon {
8062  display: none; }
8063
8064/* line 269, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8065.x-tab-top-over {
8066  background-image: none;
8067  background-color: #6d7b9a; }
8068
8069/* line 272, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8070.x-tab-bottom-over {
8071  background-image: none;
8072  background-color: #6d7b9a; }
8073
8074/* line 277, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8075.x-tab-active {
8076  z-index: 3;
8077  border-color: #74400e; }
8078
8079/* line 299, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8080.x-tab-top-active {
8081  background-image: none;
8082  background-color: #ed9200; }
8083
8084/* line 302, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8085.x-tab-bottom-active {
8086  background-image: none;
8087  background-color: #ed9200; }
8088
8089/* line 307, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8090.x-tab-disabled {
8091  border-color: #39445a; }
8092  /* line 312, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8093  .x-tab-disabled button {
8094    color: #c3b3b3; }
8095
8096/* line 328, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8097.x-tab-top-disabled {
8098  background-image: none;
8099  background: transparent;
8100  background-image: none;
8101  background-color: #435881; }
8102
8103/* line 333, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8104.x-tab-bottom-disabled {
8105  background-image: none;
8106  background: transparent;
8107  background-image: none;
8108  background-color: #435881; }
8109
8110/* line 363, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8111.x-tab-closable em {
8112  padding-right: 14px; }
8113
8114/* line 367, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8115.x-tab-close-btn {
8116  position: absolute;
8117  top: 2px;
8118  right: 2px;
8119  width: 11px;
8120  height: 11px;
8121  font-size: 0;
8122  line-height: 0;
8123  text-indent: -999px;
8124  background: no-repeat;
8125  background-image: url('../../resources/themes/images/access/tabs/tab-close.gif');
8126  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
8127  opacity: 0.6; }
8128
8129/* line 381, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8130.x-nbr .x-tab-close-btn {
8131  top: 0px;
8132  right: 0px; }
8133
8134/* Include the element name otherwise Internet Explorer 7 & 8 take a performance hit */
8135/* line 387, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8136a.x-tab-close-btn:hover {
8137  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
8138  opacity: 1; }
8139
8140/* Include the element name to raise the specificity to equal the :hover */
8141/* line 392, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8142.x-tab-default-disabled a.x-tab-close-btn {
8143  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
8144  opacity: 0.3; }
8145
8146/* line 404, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8147.x-nbr .x-tab-top-over .x-frame-tl,
8148.x-nbr .x-tab-top-over .x-frame-bl,
8149.x-nbr .x-tab-top-over .x-frame-tr,
8150.x-nbr .x-tab-top-over .x-frame-br,
8151.x-nbr .x-tab-top-over .x-frame-tc,
8152.x-nbr .x-tab-top-over .x-frame-bc {
8153  background-image: url('../../resources/themes/images/access/tab/tab-default-top-over-corners.gif'); }
8154/* line 408, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8155.x-nbr .x-tab-top-over .x-frame-ml,
8156.x-nbr .x-tab-top-over .x-frame-mr {
8157  background-image: url('../../resources/themes/images/access/tab/tab-default-top-over-sides.gif'); }
8158/* line 426, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8159.x-nbr .x-tab-bottom-over .x-frame-tl,
8160.x-nbr .x-tab-bottom-over .x-frame-bl,
8161.x-nbr .x-tab-bottom-over .x-frame-tr,
8162.x-nbr .x-tab-bottom-over .x-frame-br,
8163.x-nbr .x-tab-bottom-over .x-frame-tc,
8164.x-nbr .x-tab-bottom-over .x-frame-bc {
8165  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-over-corners.gif'); }
8166/* line 430, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8167.x-nbr .x-tab-bottom-over .x-frame-ml,
8168.x-nbr .x-tab-bottom-over .x-frame-mr {
8169  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-over-sides.gif'); }
8170/* line 448, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8171.x-nbr .x-tab-top-active .x-frame-tl,
8172.x-nbr .x-tab-top-active .x-frame-bl,
8173.x-nbr .x-tab-top-active .x-frame-tr,
8174.x-nbr .x-tab-top-active .x-frame-br,
8175.x-nbr .x-tab-top-active .x-frame-tc,
8176.x-nbr .x-tab-top-active .x-frame-bc {
8177  background-image: url('../../resources/themes/images/access/tab/tab-default-top-active-corners.gif'); }
8178/* line 452, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8179.x-nbr .x-tab-top-active .x-frame-ml,
8180.x-nbr .x-tab-top-active .x-frame-mr {
8181  background-image: url('../../resources/themes/images/access/tab/tab-default-top-active-sides.gif'); }
8182/* line 470, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8183.x-nbr .x-tab-bottom-active .x-frame-tl,
8184.x-nbr .x-tab-bottom-active .x-frame-bl,
8185.x-nbr .x-tab-bottom-active .x-frame-tr,
8186.x-nbr .x-tab-bottom-active .x-frame-br,
8187.x-nbr .x-tab-bottom-active .x-frame-tc,
8188.x-nbr .x-tab-bottom-active .x-frame-bc {
8189  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-active-corners.gif'); }
8190/* line 474, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8191.x-nbr .x-tab-bottom-active .x-frame-ml,
8192.x-nbr .x-tab-bottom-active .x-frame-mr {
8193  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-active-sides.gif'); }
8194/* line 492, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8195.x-nbr .x-tab-top-disabled .x-frame-tl,
8196.x-nbr .x-tab-top-disabled .x-frame-bl,
8197.x-nbr .x-tab-top-disabled .x-frame-tr,
8198.x-nbr .x-tab-top-disabled .x-frame-br,
8199.x-nbr .x-tab-top-disabled .x-frame-tc,
8200.x-nbr .x-tab-top-disabled .x-frame-bc {
8201  background-image: url('../../resources/themes/images/access/tab/tab-default-top-disabled-corners.gif'); }
8202/* line 496, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8203.x-nbr .x-tab-top-disabled .x-frame-ml,
8204.x-nbr .x-tab-top-disabled .x-frame-mr {
8205  background-image: url('../../resources/themes/images/access/tab/tab-default-top-disabled-sides.gif'); }
8206/* line 513, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8207.x-nbr .x-tab-bottom-disabled .x-frame-tl,
8208.x-nbr .x-tab-bottom-disabled .x-frame-bl,
8209.x-nbr .x-tab-bottom-disabled .x-frame-tr,
8210.x-nbr .x-tab-bottom-disabled .x-frame-br,
8211.x-nbr .x-tab-bottom-disabled .x-frame-tc,
8212.x-nbr .x-tab-bottom-disabled .x-frame-bc {
8213  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-disabled-corners.gif'); }
8214/* line 517, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
8215.x-nbr .x-tab-bottom-disabled .x-frame-ml,
8216.x-nbr .x-tab-bottom-disabled .x-frame-mr {
8217  background-image: url('../../resources/themes/images/access/tab/tab-default-bottom-disabled-sides.gif'); }
8218
8219/* line 9, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8220.x-autowidth-table table.x-grid-table {
8221  table-layout: auto;
8222  width: auto!important; }
8223
8224/* line 14, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8225.x-tree-no-lines .x-tree-elbow {
8226  background-color: transparent; }
8227
8228/* line 18, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8229.x-tree-no-lines .x-tree-elbow-end {
8230  background-color: transparent; }
8231
8232/* line 22, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8233.x-tree-no-lines .x-tree-elbow-line {
8234  background-color: transparent; }
8235
8236/* line 27, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8237.x-tree-arrows .x-tree-elbow-plus {
8238  background: transparent no-repeat 0 0; }
8239
8240/* line 31, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8241.x-tree-arrows .x-tree-elbow-end-plus {
8242  background: transparent no-repeat 0 0; }
8243
8244/* line 35, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8245.x-tree-arrows .x-tree-elbow-end-minus {
8246  background: transparent no-repeat -16px 0; }
8247
8248/* line 39, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8249.x-tree-arrows .x-tree-elbow-minus {
8250  background: transparent no-repeat -16px 0; }
8251
8252/* line 43, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8253.x-tree-arrows .x-tree-elbow {
8254  background-color: transparent !important; }
8255
8256/* line 47, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8257.x-tree-arrows .x-tree-elbow-end {
8258  background-color: transparent !important; }
8259
8260/* line 51, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8261.x-tree-arrows .x-tree-elbow-line {
8262  background-color: transparent !important; }
8263
8264/* line 57, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8265.x-tree-arrows .x-tree-expander-over .x-tree-elbow-plus,
8266.x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-plus {
8267  background-position: -32px 0; }
8268
8269/* line 62, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8270.x-tree-arrows .x-tree-expander-over .x-tree-elbow-minus,
8271.x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-minus {
8272  background-position: -48px 0; }
8273
8274/* line 67, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8275.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus,
8276.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
8277  background-position: -16px 0; }
8278
8279/* line 72, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8280.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-plus,
8281.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-end-plus {
8282  background-position: -48px 0; }
8283
8284/* line 79, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8285.x-tree-elbow-plus,
8286.x-tree-elbow-minus,
8287.x-tree-elbow-end-plus,
8288.x-tree-elbow-end-minus {
8289  cursor: pointer; }
8290
8291/* line 85, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8292.x-tree-lines .x-tree-elbow {
8293  background-image: url('../../resources/themes/images/access/tree/elbow.gif'); }
8294/* line 89, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8295.x-tree-lines .x-tree-elbow-end {
8296  background-image: url('../../resources/themes/images/access/tree/elbow-end.gif'); }
8297/* line 93, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8298.x-tree-lines .x-tree-elbow-plus {
8299  background-image: url('../../resources/themes/images/access/tree/elbow-plus.gif'); }
8300/* line 97, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8301.x-tree-lines .x-tree-elbow-end-plus {
8302  background-image: url('../../resources/themes/images/access/tree/elbow-end-plus.gif'); }
8303/* line 101, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8304.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
8305  background-image: url('../../resources/themes/images/access/tree/elbow-minus.gif'); }
8306/* line 105, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8307.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
8308  background-image: url('../../resources/themes/images/access/tree/elbow-end-minus.gif'); }
8309/* line 109, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8310.x-tree-lines .x-tree-elbow-line {
8311  background-image: url('../../resources/themes/images/access/tree/elbow-line.gif'); }
8312
8313/* line 116, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8314.x-tree-no-lines .x-tree-elbow-plus,
8315.x-tree-no-lines .x-tree-elbow-end-plus {
8316  background-image: url('../../resources/themes/images/access/tree/elbow-plus-nl.gif'); }
8317/* line 121, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8318.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-plus,
8319.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
8320  background-image: url('../../resources/themes/images/access/tree/elbow-end-minus-nl.gif'); }
8321
8322/* line 130, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8323.x-tree-arrows .x-tree-elbow-plus,
8324.x-tree-arrows .x-tree-elbow-minus,
8325.x-tree-arrows .x-tree-elbow-end-plus,
8326.x-tree-arrows .x-tree-elbow-end-minus {
8327  background-image: url('../../resources/themes/images/access/tree/arrows.gif'); }
8328
8329/* line 135, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8330.x-tree-icon {
8331  margin: 3px 3px 0 0; }
8332
8333/* line 139, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8334.x-grid-with-row-lines .x-tree-icon {
8335  margin-top: 2px; }
8336
8337/* line 148, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8338.x-tree-elbow,
8339.x-tree-elbow-end,
8340.x-tree-elbow-plus,
8341.x-tree-elbow-end-plus,
8342.x-tree-elbow-empty,
8343.x-tree-elbow-line {
8344  height: 22px;
8345  width: 16px; }
8346
8347/* line 159, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8348.x-grid-with-row-lines .x-tree-elbow,
8349.x-grid-with-row-lines .x-tree-elbow-end,
8350.x-grid-with-row-lines .x-tree-elbow-plus,
8351.x-grid-with-row-lines .x-tree-elbow-end-plus,
8352.x-grid-with-row-lines .x-tree-elbow-empty,
8353.x-grid-with-row-lines .x-tree-elbow-line {
8354  height: 21px;
8355  background-position: 0 -1px; }
8356
8357/* line 165, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8358.x-tree-icon-leaf {
8359  width: 16px;
8360  background-image: url('../../resources/themes/images/access/tree/leaf.gif'); }
8361
8362/* line 170, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8363.x-tree-icon-parent {
8364  width: 16px;
8365  background-image: url('../../resources/themes/images/access/tree/folder.gif'); }
8366
8367/* line 175, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8368.x-grid-tree-node-expanded .x-tree-icon-parent {
8369  background-image: url('../../resources/themes/images/access/tree/folder-open.gif'); }
8370
8371/* line 179, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8372.x-grid-rowbody {
8373  padding: 0; }
8374
8375/* line 183, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8376.x-grid-cell-treecolumn .x-grid-cell-inner {
8377  padding: 0;
8378  line-height: 21px; }
8379
8380/* line 188, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8381.x-grid-with-row-lines .x-grid-cell-treecolumn .x-grid-cell-inner {
8382  line-height: 19px; }
8383
8384/* line 192, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8385.x-tree-panel .x-grid-cell-inner {
8386  cursor: pointer; }
8387  /* line 194, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8388  .x-tree-panel .x-grid-cell-inner img {
8389    display: inline-block;
8390    vertical-align: top; }
8391
8392/* line 207, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8393.x-ie .x-tree-panel .x-tree-elbow,
8394.x-ie .x-tree-panel .x-tree-elbow-end,
8395.x-ie .x-tree-panel .x-tree-elbow-plus,
8396.x-ie .x-tree-panel .x-tree-elbow-end-plus,
8397.x-ie .x-tree-panel .x-tree-elbow-empty,
8398.x-ie .x-tree-panel .x-tree-elbow-line {
8399  vertical-align: -6px; }
8400
8401/* line 215, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8402.x-grid-editor-on-text-node .x-form-text {
8403  padding-left: 0;
8404  padding-right: 0; }
8405
8406/* line 222, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8407.x-ie .x-grid-editor-on-text-node .x-form-text {
8408  padding-left: 1px;
8409  padding-right: 1px; }
8410
8411/* line 228, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8412.x-opera .x-grid-editor-on-text-node .x-form-text {
8413  padding-left: 1px;
8414  padding-right: 1px; }
8415
8416/* line 234, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8417.x-tree-checkbox {
8418  margin: 2px 3px 0 0;
8419  display: inline-block;
8420  vertical-align: top;
8421  width: 19px;
8422  height: 19px;
8423  background: no-repeat;
8424  background-image: url('../../resources/themes/images/access/form/checkbox.gif');
8425  overflow: hidden;
8426  padding: 0;
8427  border: 0; }
8428  /* line 247, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8429  .x-tree-checkbox::-moz-focus-inner {
8430    padding: 0;
8431    border: 0; }
8432
8433/* line 253, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8434.x-grid-with-row-lines .x-tree-checkbox {
8435  margin-top: 1px; }
8436
8437/* line 257, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8438.x-tree-checkbox-checked {
8439  background-position: 0 -19px; }
8440
8441/* line 261, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8442.x-tree-drop-ok-append .x-dd-drop-icon {
8443  background-image: url('../../resources/themes/images/access/tree/drop-append.gif'); }
8444
8445/* line 265, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8446.x-tree-drop-ok-above .x-dd-drop-icon {
8447  background-image: url('../../resources/themes/images/access/tree/drop-above.gif'); }
8448
8449/* line 269, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8450.x-tree-drop-ok-below .x-dd-drop-icon {
8451  background-image: url('../../resources/themes/images/access/tree/drop-below.gif'); }
8452
8453/* line 273, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8454.x-tree-drop-ok-between .x-dd-drop-icon {
8455  background-image: url('../../resources/themes/images/access/tree/drop-between.gif'); }
8456
8457/* line 277, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8458.x-grid-tree-loading .x-tree-icon {
8459  background-image: url('../../resources/themes/images/access/tree/loading.gif'); }
8460
8461/* line 281, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8462.x-tree-ddindicator {
8463  height: 1px;
8464  border-width: 1px 0px 0px;
8465  border-style: dotted;
8466  border-color: green; }
8467
8468/* line 288, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8469.x-grid-tree-loading span {
8470  font-style: italic;
8471  color: #444444; }
8472
8473/* line 293, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
8474.x-tree-animator-wrap {
8475  overflow: hidden; }
8476
8477/* line 6, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8478.x-surface {
8479  display: -moz-inline-box;
8480  -moz-box-orient: vertical;
8481  display: inline-block;
8482  vertical-align: middle;
8483  *vertical-align: auto;
8484  overflow: hidden; }
8485  /* line 7, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
8486  .x-surface {
8487    *display: inline; }
8488
8489/* line 11, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8490.rvml {
8491  behavior: url(#default#VML); }
8492
8493/* line 15, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8494.x-surface tspan {
8495  user-select: none;
8496  -o-user-select: none;
8497  -ms-user-select: none;
8498  -moz-user-select: -moz-none;
8499  -webkit-user-select: none;
8500  cursor: default; }
8501
8502/* line 19, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8503.x-vml-sprite {
8504  position: absolute;
8505  left: 0;
8506  top: 0;
8507  width: 1px;
8508  height: 1px; }
8509
8510/* line 27, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8511.x-vml-group {
8512  position: absolute;
8513  left: 0;
8514  top: 0;
8515  width: 1000px;
8516  height: 1000px; }
8517
8518/* line 35, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8519.x-vml-measure-span {
8520  position: absolute;
8521  left: -9999em;
8522  top: -9999em;
8523  padding: 0;
8524  margin: 0;
8525  display: inline; }
8526
8527/* line 44, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8528.x-vml-base {
8529  position: relative;
8530  top: 0;
8531  left: 0;
8532  overflow: hidden;
8533  display: inline-block; }
8534
8535/* line 52, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8536.x-vml-base {
8537  position: relative;
8538  top: 0;
8539  left: 0;
8540  overflow: hidden;
8541  display: inline-block; }
8542
8543/* line 60, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
8544svg, vml {
8545  overflow: hidden; }
8546
8547/* line 6, ../themes/stylesheets/ext4/default/widgets/_viewport.scss */
8548.x-viewport, .x-viewport body {
8549  margin: 0;
8550  padding: 0;
8551  border: 0 none;
8552  overflow: hidden;
8553  height: 100%;
8554  position: static; }
8555
8556/* line 3, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8557.x-dd-drag-proxy {
8558  z-index: 1000000!important; }
8559
8560/* line 8, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8561.x-dd-drag-repair .x-dd-drag-ghost {
8562  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
8563  opacity: 0.6; }
8564/* line 12, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8565.x-dd-drag-repair .x-dd-drop-icon {
8566  display: none; }
8567
8568/* line 17, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8569.x-dd-drag-ghost {
8570  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
8571  opacity: 0.85;
8572  padding: 5px;
8573  padding-left: 20px;
8574  white-space: nowrap;
8575  color: #000;
8576  font: normal 14px tahoma, arial, verdana, sans-serif;
8577  border: 1px solid;
8578  border-color: #ddd #bbb #bbb #ddd;
8579  background-color: #fff; }
8580
8581/* line 34, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8582.x-dd-drop-icon {
8583  position: absolute;
8584  top: 3px;
8585  left: 3px;
8586  display: block;
8587  width: 16px;
8588  height: 16px;
8589  background-color: transparent;
8590  background-position: center;
8591  background-repeat: no-repeat;
8592  z-index: 1; }
8593
8594/* line 51, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8595.x-view-selector {
8596  position: absolute;
8597  left: 0;
8598  top: 0;
8599  width: 0;
8600  background-color: #c3daf9;
8601  border: 1px dotted #3399bb;
8602  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
8603  opacity: 0.5;
8604  zoom: 1; }
8605
8606/* line 66, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8607.x-dd-drop-nodrop .x-dd-drop-icon {
8608  background-image: url('../../resources/themes/images/access/dd/drop-no.gif'); }
8609
8610/* line 70, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8611.x-dd-drop-ok .x-dd-drop-icon {
8612  background-image: url('../../resources/themes/images/access/dd/drop-yes.gif'); }
8613
8614/* line 74, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
8615.x-dd-drop-ok-add .x-dd-drop-icon {
8616  background-image: url('../../resources/themes/images/access/dd/drop-add.gif'); }
8617
8618/* line 2, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8619.x-resizable-handle {
8620  position: absolute;
8621  z-index: 100;
8622  font-size: 1px;
8623  line-height: 6px;
8624  overflow: hidden;
8625  zoom: 1;
8626  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
8627  opacity: 0;
8628  background-color: #fff; }
8629
8630/* line 14, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8631.x-collapsed .x-resizable-handle {
8632  display: none; }
8633
8634/* line 18, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8635.x-resizable-handle-east {
8636  width: 6px;
8637  height: 100%;
8638  right: 0;
8639  top: 0; }
8640
8641/* line 27, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8642.x-resizable-over .x-resizable-handle-east {
8643  cursor: e-resize; }
8644
8645/* line 32, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8646.x-resizable-handle-south {
8647  width: 100%;
8648  height: 6px;
8649  left: 0;
8650  bottom: 0; }
8651
8652/* line 41, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8653.x-resizable-over .x-resizable-handle-south {
8654  cursor: s-resize; }
8655
8656/* line 46, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8657.x-resizable-handle-west {
8658  width: 6px;
8659  height: 100%;
8660  left: 0;
8661  top: 0; }
8662
8663/* line 55, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8664.x-resizable-over .x-resizable-handle-west {
8665  cursor: w-resize; }
8666
8667/* line 60, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8668.x-resizable-handle-north {
8669  width: 100%;
8670  height: 6px;
8671  left: 0;
8672  top: 0; }
8673
8674/* line 69, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8675.x-resizable-over .x-resizable-handle-north {
8676  cursor: n-resize; }
8677
8678/* line 74, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8679.x-resizable-handle-southeast {
8680  width: 6px;
8681  height: 6px;
8682  right: 0;
8683  bottom: 0;
8684  z-index: 101; }
8685
8686/* line 85, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8687.x-resizable-over .x-resizable-handle-southeast {
8688  cursor: se-resize; }
8689
8690/* line 90, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8691.x-resizable-handle-northwest {
8692  width: 6px;
8693  height: 6px;
8694  left: 0;
8695  top: 0;
8696  z-index: 101; }
8697
8698/* line 101, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8699.x-resizable-over .x-resizable-handle-northwest {
8700  cursor: nw-resize; }
8701
8702/* line 106, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8703.x-resizable-handle-northeast {
8704  width: 6px;
8705  height: 6px;
8706  right: 0;
8707  top: 0;
8708  z-index: 101; }
8709
8710/* line 117, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8711.x-resizable-over .x-resizable-handle-northeast {
8712  cursor: ne-resize; }
8713
8714/* line 122, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8715.x-resizable-handle-southwest {
8716  width: 6px;
8717  height: 6px;
8718  left: 0;
8719  bottom: 0;
8720  z-index: 101; }
8721
8722/* line 133, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8723.x-resizable-over .x-resizable-handle-southwest {
8724  cursor: sw-resize; }
8725
8726/*IE rounding error*/
8727/* line 140, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8728.x-ie .x-resizable-handle-east {
8729  margin-right: -1px;
8730  /*IE rounding error*/ }
8731/* line 144, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8732.x-ie .x-resizable-handle-south {
8733  margin-bottom: -1px; }
8734
8735/* line 149, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8736.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
8737  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
8738  opacity: 1; }
8739
8740/* line 153, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8741.x-window .x-window-handle {
8742  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
8743  opacity: 0; }
8744
8745/* line 157, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8746.x-window-collapsed .x-window-handle {
8747  display: none; }
8748
8749/* line 161, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8750.x-resizable-proxy {
8751  border: 1px dashed #3b5a82;
8752  position: absolute;
8753  left: 0;
8754  top: 0;
8755  overflow: hidden;
8756  z-index: 50000; }
8757
8758/* line 170, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8759.x-resizable-overlay {
8760  position: absolute;
8761  left: 0;
8762  top: 0;
8763  width: 100%;
8764  height: 100%;
8765  display: none;
8766  z-index: 200000;
8767  background-color: #fff;
8768  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
8769  opacity: 0; }
8770
8771/* line 190, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8772.x-resizable-over .x-resizable-handle-east,
8773.x-resizable-over .x-resizable-handle-west,
8774.x-resizable-pinned .x-resizable-handle-east,
8775.x-resizable-pinned .x-resizable-handle-west {
8776  background-position: left;
8777  background-image: url('../../resources/themes/images/access/sizer/e-handle.gif'); }
8778/* line 196, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8779.x-resizable-over .x-resizable-handle-south,
8780.x-resizable-over .x-resizable-handle-north,
8781.x-resizable-pinned .x-resizable-handle-south,
8782.x-resizable-pinned .x-resizable-handle-north {
8783  background-position: top;
8784  background-image: url('../../resources/themes/images/access/sizer/s-handle.gif'); }
8785/* line 201, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8786.x-resizable-over .x-resizable-handle-southeast,
8787.x-resizable-pinned .x-resizable-handle-southeast {
8788  background-position: top left;
8789  background-image: url('../../resources/themes/images/access/sizer/se-handle.gif'); }
8790/* line 206, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8791.x-resizable-over .x-resizable-handle-northwest,
8792.x-resizable-pinned .x-resizable-handle-northwest {
8793  background-position: bottom right;
8794  background-image: url('../../resources/themes/images/access/sizer/nw-handle.gif'); }
8795/* line 211, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8796.x-resizable-over .x-resizable-handle-northeast,
8797.x-resizable-pinned .x-resizable-handle-northeast {
8798  background-position: bottom left;
8799  background-image: url('../../resources/themes/images/access/sizer/ne-handle.gif'); }
8800/* line 216, ../themes/stylesheets/ext4/default/util/_resizable.scss */
8801.x-resizable-over .x-resizable-handle-southwest,
8802.x-resizable-pinned .x-resizable-handle-southwest {
8803  background-position: top right;
8804  background-image: url('../../resources/themes/images/access/sizer/sw-handle.gif'); }
8805
8806/* line 3, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8807.x-splitter .x-collapse-el {
8808  position: absolute;
8809  cursor: pointer;
8810  background-color: transparent;
8811  background-repeat: no-repeat !important; }
8812
8813/* line 14, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8814.x-layout-split-left,
8815.x-layout-split-right {
8816  top: 50%;
8817  margin-top: -17px;
8818  width: 5px;
8819  height: 35px; }
8820
8821/* line 24, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8822.x-layout-split-top,
8823.x-layout-split-bottom {
8824  left: 50%;
8825  width: 35px;
8826  height: 5px;
8827  margin-left: -17px; }
8828
8829/* line 33, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8830.x-layout-split-left {
8831  background: no-repeat top right;
8832  background-image: url('../../resources/themes/images/access/util/splitter/mini-left.gif'); }
8833
8834/* line 38, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8835.x-layout-split-right {
8836  background: no-repeat top left;
8837  background-image: url('../../resources/themes/images/access/util/splitter/mini-right.gif'); }
8838
8839/* line 43, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8840.x-layout-split-top {
8841  background: no-repeat top left;
8842  background-image: url('../../resources/themes/images/access/util/splitter/mini-top.gif'); }
8843
8844/* line 48, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8845.x-layout-split-bottom {
8846  background: no-repeat top left;
8847  background-image: url('../../resources/themes/images/access/util/splitter/mini-bottom.gif'); }
8848
8849/* line 54, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8850.x-splitter-collapsed .x-layout-split-left {
8851  background: no-repeat top left;
8852  background-image: url('../../resources/themes/images/access/util/splitter/mini-right.gif'); }
8853/* line 59, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8854.x-splitter-collapsed .x-layout-split-right {
8855  background: no-repeat top right;
8856  background-image: url('../../resources/themes/images/access/util/splitter/mini-left.gif'); }
8857/* line 64, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8858.x-splitter-collapsed .x-layout-split-top {
8859  background: no-repeat top left;
8860  background-image: url('../../resources/themes/images/access/util/splitter/mini-bottom.gif'); }
8861/* line 69, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8862.x-splitter-collapsed .x-layout-split-bottom {
8863  background: no-repeat top left;
8864  background-image: url('../../resources/themes/images/access/util/splitter/mini-top.gif'); }
8865
8866/* line 75, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8867.x-splitter-horizontal {
8868  cursor: e-resize;
8869  cursor: row-resize;
8870  font-size: 1px; }
8871
8872/* line 81, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8873.x-splitter-vertical {
8874  cursor: e-resize;
8875  cursor: col-resize;
8876  font-size: 1px; }
8877
8878/* line 86, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8879.x-splitter-collapsed, .x-splitter-horizontal-noresize, .x-splitter-vertical-noresize {
8880  cursor: default; }
8881
8882/* line 90, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8883.x-splitter-active {
8884  z-index: 4;
8885  font-size: 1px;
8886  background-color: #b4b4b4;
8887  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
8888  opacity: 0.8; }
8889
8890/* line 97, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8891.x-splitter-active .x-collapse-el {
8892  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
8893  opacity: 0.3; }
8894
8895/* line 102, ../themes/stylesheets/ext4/default/util/_splitter.scss */
8896.x-proxy-el {
8897  position: absolute;
8898  background: #b4b4b4;
8899  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
8900  opacity: 0.8; }
8901
8902/*
8903 * Dock Layouts
8904 * @todo move this somewhere else?
8905 */
8906/* line 6, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8907.x-docked {
8908  position: absolute !important;
8909  z-index: 1; }
8910
8911/* line 11, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8912.x-docked-top {
8913  border-bottom-width: 0 !important; }
8914
8915/* line 15, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8916.x-docked-bottom {
8917  border-top-width: 0 !important; }
8918
8919/* line 19, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8920.x-docked-left {
8921  border-right-width: 0 !important; }
8922
8923/* line 23, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8924.x-docked-right {
8925  border-left-width: 0 !important; }
8926
8927/* line 27, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8928.x-docked-noborder-top {
8929  border-top-width: 0 !important; }
8930
8931/* line 31, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8932.x-docked-noborder-right {
8933  border-right-width: 0 !important; }
8934
8935/* line 35, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8936.x-docked-noborder-bottom {
8937  border-bottom-width: 0 !important; }
8938
8939/* line 39, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8940.x-docked-noborder-left {
8941  border-left-width: 0 !important; }
8942
8943/* line 43, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8944.x-box-inner {
8945  overflow: hidden;
8946  zoom: 1;
8947  position: relative;
8948  left: 0;
8949  top: 0; }
8950
8951/* line 53, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8952.x-box-item {
8953  position: absolute !important;
8954  left: 0;
8955  top: 0; }
8956
8957/* line 59, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8958.x-rtl .x-box-item {
8959  right: 0;
8960  left: auto; }
8961
8962/* line 65, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8963.x-box-layout-ct,
8964.x-border-layout-ct {
8965  overflow: hidden;
8966  zoom: 1; }
8967
8968/* line 70, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8969.x-border-layout-ct {
8970  background-color: #3f4757;
8971  position: relative; }
8972
8973/* line 75, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8974.x-overflow-hidden {
8975  overflow: hidden !important; }
8976
8977/* line 79, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8978.x-inline-children > * {
8979  display: inline-block !important; }
8980
8981/* line 83, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8982.x-abs-layout-ct {
8983  position: relative; }
8984
8985/* line 87, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8986.x-abs-layout-item {
8987  position: absolute !important; }
8988
8989/* line 91, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8990.x-fit-item {
8991  position: relative; }
8992
8993/* line 95, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8994.x-border-region-slide-in {
8995  z-index: 5; }
8996
8997/* line 99, ../themes/stylesheets/ext4/default/layout/_layout.scss */
8998.x-region-collapsed-placeholder {
8999  z-index: 4; }
9000
9001/* line 103, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9002.x-accordion-hd .x-panel-header-text {
9003  color: white;
9004  font-weight: normal; }
9005
9006/* line 108, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9007.x-accordion-hd {
9008  background: #5c6b82 !important;
9009  -moz-box-shadow: inset 0 0 0 0 #5c6b82;
9010  -webkit-box-shadow: inset 0 0 0 0 #5c6b82;
9011  -o-box-shadow: inset 0 0 0 0 #5c6b82;
9012  box-shadow: inset 0 0 0 0 #5c6b82; }
9013  /* line 112, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9014  .x-accordion-hd .x-tool-collapse-top,
9015  .x-accordion-hd .x-tool-collapse-right,
9016  .x-accordion-hd .x-tool-collapse-bottom,
9017  .x-accordion-hd .x-tool-collapse-left {
9018    background-position: 0 -255px; }
9019  /* line 119, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9020  .x-accordion-hd .x-tool-expand-top,
9021  .x-accordion-hd .x-tool-expand-right,
9022  .x-accordion-hd .x-tool-expand-bottom,
9023  .x-accordion-hd .x-tool-expand-left {
9024    background-position: 0 -240px; }
9025  /* line 127, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9026  .x-accordion-hd .x-tool-over .x-tool-collapse-top,
9027  .x-accordion-hd .x-tool-over .x-tool-collapse-right,
9028  .x-accordion-hd .x-tool-over .x-tool-collapse-bottom,
9029  .x-accordion-hd .x-tool-over .x-tool-collapse-left {
9030    background-position: -15px -255px; }
9031  /* line 136, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9032  .x-accordion-hd .x-tool-over .x-tool-expand-top,
9033  .x-accordion-hd .x-tool-over .x-tool-expand-right,
9034  .x-accordion-hd .x-tool-over .x-tool-expand-bottom,
9035  .x-accordion-hd .x-tool-over .x-tool-expand-left {
9036    background-position: -15px -240px; }
9037
9038/* line 145, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9039.x-accordion-hd {
9040  border-width: 1px 0 1px 0 !important;
9041  padding: 4px 5px 5px 5px;
9042  border-top-color: #606877 !important; }
9043
9044/* line 151, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9045.x-accordion-body {
9046  border-width: 0 !important; }
9047
9048/* line 155, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9049.x-accordion-hd-sibling-expanded {
9050  border-top-color: #18181a !important;
9051  -moz-box-shadow: inset 0 1px 0 0 #606877;
9052  -webkit-box-shadow: inset 0 1px 0 0 #606877;
9053  -o-box-shadow: inset 0 1px 0 0 #606877;
9054  box-shadow: inset 0 1px 0 0 #606877; }
9055
9056/* line 160, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9057.x-accordion-hd-last-collapsed {
9058  border-bottom-color: #5c6b82 !important; }
9059
9060/* line 169, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9061.x-frame-tl,
9062.x-frame-tr,
9063.x-frame-tc,
9064.x-frame-bl,
9065.x-frame-br,
9066.x-frame-bc {
9067  overflow: hidden;
9068  background-repeat: no-repeat; }
9069
9070/* line 175, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9071.x-frame-tc,
9072.x-frame-bc {
9073  background-repeat: repeat-x; }
9074
9075/* line 179, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9076.x-frame-mc {
9077  position: relative;
9078  background-repeat: repeat-x;
9079  overflow: hidden; }
9080
9081/* line 188, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9082.x-box-scroller-left {
9083  float: left;
9084  height: 100%;
9085  z-index: 5; }
9086  /* line 195, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9087  .x-box-scroller-left .x-toolbar-scroll-left,
9088  .x-box-scroller-left .x-tabbar-scroll-left {
9089    width: 18px;
9090    position: relative;
9091    cursor: pointer;
9092    height: 27px;
9093    background: transparent no-repeat -18px 0;
9094    background-image: url('../../resources/themes/images/access/tab-bar/scroll-left.gif'); }
9095  /* line 203, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9096  .x-box-scroller-left .x-toolbar-scroll-left-hover {
9097    background-position: 0 0; }
9098  /* line 207, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9099  .x-box-scroller-left .x-toolbar-scroll-left-disabled,
9100  .x-box-scroller-left .x-tabbar-scroll-left-disabled {
9101    background-position: -18px 0;
9102    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
9103    opacity: 0.5;
9104    cursor: default; }
9105  /* line 214, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9106  .x-box-scroller-left .x-toolbar-scroll-left {
9107    background-image: url('../../resources/themes/images/access/toolbar/scroll-left.gif');
9108    background-position: -14px 0; }
9109  /* line 218, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9110  .x-box-scroller-left .x-toolbar-scroll-left-hover {
9111    background-position: 0 0; }
9112  /* line 221, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9113  .x-box-scroller-left .x-toolbar-scroll-left-disabled {
9114    background-position: -14px 0; }
9115  /* line 225, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9116  .x-box-scroller-left .x-toolbar-scroll-left {
9117    width: 14px;
9118    height: 22px;
9119    border-bottom: 1px solid #8db2e3; }
9120
9121/* line 233, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9122.x-horizontal-box-overflow-body {
9123  float: left; }
9124
9125/* line 236, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9126.x-box-scroller-right {
9127  float: right;
9128  height: 100%;
9129  z-index: 5; }
9130  /* line 243, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9131  .x-box-scroller-right .x-toolbar-scroll-right,
9132  .x-box-scroller-right .x-tabbar-scroll-right {
9133    width: 18px;
9134    position: relative;
9135    cursor: pointer;
9136    height: 27px;
9137    background: transparent no-repeat 0 0;
9138    background-image: url('../../resources/themes/images/access/tab-bar/scroll-right.gif'); }
9139  /* line 251, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9140  .x-box-scroller-right .x-toolbar-scroll-right-hover {
9141    background-position: -18px 0; }
9142  /* line 255, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9143  .x-box-scroller-right .x-toolbar-scroll-right-disabled,
9144  .x-box-scroller-right .x-tabbar-scroll-right-disabled {
9145    background-position: 0 0;
9146    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
9147    opacity: 0.5;
9148    cursor: default; }
9149  /* line 262, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9150  .x-box-scroller-right .x-toolbar-scroll-right {
9151    background-image: url('../../resources/themes/images/access/toolbar/scroll-right.gif'); }
9152  /* line 265, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9153  .x-box-scroller-right .x-toolbar-scroll-right-hover {
9154    background-position: -14px 0; }
9155  /* line 268, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9156  .x-box-scroller-right .x-toolbar-scroll-right-disabled {
9157    background-position: 0 0; }
9158  /* line 272, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9159  .x-box-scroller-right .x-toolbar-scroll-right {
9160    width: 14px;
9161    height: 22px;
9162    border-bottom: 1px solid #8db2e3; }
9163
9164/* line 282, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9165.x-box-scroller-top .x-box-scroller {
9166  line-height: 0;
9167  font-size: 0; }
9168/* line 286, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9169.x-box-scroller-top .x-menu-scroll-top {
9170  background: transparent no-repeat center center;
9171  background-image: url('../../resources/themes/images/access/layout/mini-top.gif');
9172  height: 8px;
9173  cursor: pointer; }
9174
9175/* line 294, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9176.x-box-scroller-bottom .x-box-scroller {
9177  line-height: 0;
9178  font-size: 0; }
9179/* line 298, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9180.x-box-scroller-bottom .x-menu-scroll-bottom {
9181  background: transparent no-repeat center center;
9182  background-image: url('../../resources/themes/images/access/layout/mini-bottom.gif');
9183  height: 8px;
9184  cursor: pointer; }
9185
9186/* line 306, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9187.x-box-menu-right {
9188  float: right;
9189  padding-right: 2px; }
9190
9191/* line 311, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9192.x-column {
9193  float: left; }
9194
9195/* line 315, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9196.x-ie6 .x-column {
9197  display: inline;
9198  /*prevent IE6 double-margin bug*/ }
9199
9200/* line 319, ../themes/stylesheets/ext4/default/layout/_layout.scss */
9201.x-quirks .x-ie .x-form-layout-table, .x-quirks .x-ie .x-form-layout-table tbody tr.x-form-item {
9202  position: relative; }
9203
9204/* line 2, ../themes/stylesheets/ext4/default/util/_tool.scss */
9205.x-tool {
9206  height: 15px; }
9207  /* line 5, ../themes/stylesheets/ext4/default/util/_tool.scss */
9208  .x-tool img {
9209    overflow: hidden;
9210    width: 15px;
9211    height: 15px;
9212    cursor: pointer;
9213    background-color: transparent;
9214    background-repeat: no-repeat;
9215    background-image: url('../../resources/themes/images/access/tools/tool-sprites.gif');
9216    margin: 0; }
9217
9218/* line 23, ../themes/stylesheets/ext4/default/util/_tool.scss */
9219.x-panel-header-horizontal .x-tool,
9220.x-window-header-horizontal .x-tool {
9221  margin-left: 2px; }
9222
9223/* line 30, ../themes/stylesheets/ext4/default/util/_tool.scss */
9224.x-panel-header-vertical .x-tool,
9225.x-window-header-vertical .x-tool {
9226  margin-top: 2px; }
9227
9228/* line 39, ../themes/stylesheets/ext4/default/util/_tool.scss */
9229.x-panel-header-vertical .x-tool-top,
9230.x-window-header-vertical .x-tool-top {
9231  margin: 0 0 4px; }
9232
9233/* line 45, ../themes/stylesheets/ext4/default/util/_tool.scss */
9234.x-tool-placeholder {
9235  visibility: hidden; }
9236
9237/* line 49, ../themes/stylesheets/ext4/default/util/_tool.scss */
9238.x-tool-toggle {
9239  background-position: 0 -60px; }
9240
9241/* line 54, ../themes/stylesheets/ext4/default/util/_tool.scss */
9242.x-tool-over .x-tool-toggle {
9243  background-position: -15px -60px; }
9244
9245/* line 61, ../themes/stylesheets/ext4/default/util/_tool.scss */
9246.x-panel-collapsed .x-tool-toggle,
9247.x-fieldset-collapsed .x-tool-toggle {
9248  background-position: 0 -75px; }
9249/* line 66, ../themes/stylesheets/ext4/default/util/_tool.scss */
9250.x-panel-collapsed .x-tool-over .x-tool-toggle,
9251.x-fieldset-collapsed .x-tool-over .x-tool-toggle {
9252  background-position: -15px -75px; }
9253
9254/* line 72, ../themes/stylesheets/ext4/default/util/_tool.scss */
9255.x-tool-close {
9256  background-position: 0 0; }
9257
9258/* line 76, ../themes/stylesheets/ext4/default/util/_tool.scss */
9259.x-tool-minimize {
9260  background-position: 0 -15px; }
9261
9262/* line 80, ../themes/stylesheets/ext4/default/util/_tool.scss */
9263.x-tool-maximize {
9264  background-position: 0 -30px; }
9265
9266/* line 84, ../themes/stylesheets/ext4/default/util/_tool.scss */
9267.x-tool-restore {
9268  background-position: 0 -45px; }
9269
9270/* line 88, ../themes/stylesheets/ext4/default/util/_tool.scss */
9271.x-tool-gear {
9272  background-position: 0 -90px; }
9273
9274/* line 92, ../themes/stylesheets/ext4/default/util/_tool.scss */
9275.x-tool-prev {
9276  background-position: 0 -105px; }
9277
9278/* line 96, ../themes/stylesheets/ext4/default/util/_tool.scss */
9279.x-tool-next {
9280  background-position: 0 -120px; }
9281
9282/* line 100, ../themes/stylesheets/ext4/default/util/_tool.scss */
9283.x-tool-pin {
9284  background-position: 0 -135px; }
9285
9286/* line 104, ../themes/stylesheets/ext4/default/util/_tool.scss */
9287.x-tool-unpin {
9288  background-position: 0 -150px; }
9289
9290/* line 108, ../themes/stylesheets/ext4/default/util/_tool.scss */
9291.x-tool-right {
9292  background-position: 0 -165px; }
9293
9294/* line 112, ../themes/stylesheets/ext4/default/util/_tool.scss */
9295.x-tool-left {
9296  background-position: 0 -180px; }
9297
9298/* line 116, ../themes/stylesheets/ext4/default/util/_tool.scss */
9299.x-tool-help {
9300  background-position: 0 -300px; }
9301
9302/* line 120, ../themes/stylesheets/ext4/default/util/_tool.scss */
9303.x-tool-save {
9304  background-position: 0 -285px; }
9305
9306/* line 124, ../themes/stylesheets/ext4/default/util/_tool.scss */
9307.x-tool-search {
9308  background-position: 0 -270px; }
9309
9310/* line 128, ../themes/stylesheets/ext4/default/util/_tool.scss */
9311.x-tool-minus {
9312  background-position: 0 -255px; }
9313
9314/* line 132, ../themes/stylesheets/ext4/default/util/_tool.scss */
9315.x-tool-plus {
9316  background-position: 0 -240px; }
9317
9318/* line 136, ../themes/stylesheets/ext4/default/util/_tool.scss */
9319.x-tool-refresh {
9320  background-position: 0 -225px; }
9321
9322/* line 140, ../themes/stylesheets/ext4/default/util/_tool.scss */
9323.x-tool-up {
9324  background-position: 0 -210px; }
9325
9326/* line 144, ../themes/stylesheets/ext4/default/util/_tool.scss */
9327.x-tool-down {
9328  background-position: 0 -195px; }
9329
9330/* line 148, ../themes/stylesheets/ext4/default/util/_tool.scss */
9331.x-tool-collapse {
9332  background-position: 0 -345px; }
9333
9334/* line 152, ../themes/stylesheets/ext4/default/util/_tool.scss */
9335.x-tool-expand {
9336  background-position: 0 -330px; }
9337
9338/* line 156, ../themes/stylesheets/ext4/default/util/_tool.scss */
9339.x-tool-print {
9340  background-position: 0 -315px; }
9341
9342/* line 161, ../themes/stylesheets/ext4/default/util/_tool.scss */
9343.x-tool-expand-bottom,
9344.x-tool-collapse-bottom {
9345  background-position: 0 -195px; }
9346
9347/* line 166, ../themes/stylesheets/ext4/default/util/_tool.scss */
9348.x-tool-expand-top,
9349.x-tool-collapse-top {
9350  background-position: 0 -210px; }
9351
9352/* line 171, ../themes/stylesheets/ext4/default/util/_tool.scss */
9353.x-tool-expand-left,
9354.x-tool-collapse-left {
9355  background-position: 0 -180px; }
9356
9357/* line 176, ../themes/stylesheets/ext4/default/util/_tool.scss */
9358.x-tool-expand-right,
9359.x-tool-collapse-right {
9360  background-position: 0 -165px; }
9361
9362/* line 181, ../themes/stylesheets/ext4/default/util/_tool.scss */
9363.x-tool-over .x-tool-close {
9364  background-position: -15px 0; }
9365/* line 185, ../themes/stylesheets/ext4/default/util/_tool.scss */
9366.x-tool-over .x-tool-minimize {
9367  background-position: -15px -15px; }
9368/* line 189, ../themes/stylesheets/ext4/default/util/_tool.scss */
9369.x-tool-over .x-tool-maximize {
9370  background-position: -15px -30px; }
9371/* line 193, ../themes/stylesheets/ext4/default/util/_tool.scss */
9372.x-tool-over .x-tool-restore {
9373  background-position: -15px -45px; }
9374/* line 197, ../themes/stylesheets/ext4/default/util/_tool.scss */
9375.x-tool-over .x-tool-gear {
9376  background-position: -15px -90px; }
9377/* line 201, ../themes/stylesheets/ext4/default/util/_tool.scss */
9378.x-tool-over .x-tool-prev {
9379  background-position: -15px -105px; }
9380/* line 205, ../themes/stylesheets/ext4/default/util/_tool.scss */
9381.x-tool-over .x-tool-next {
9382  background-position: -15px -120px; }
9383/* line 209, ../themes/stylesheets/ext4/default/util/_tool.scss */
9384.x-tool-over .x-tool-pin {
9385  background-position: -15px -135px; }
9386/* line 213, ../themes/stylesheets/ext4/default/util/_tool.scss */
9387.x-tool-over .x-tool-unpin {
9388  background-position: -15px -150px; }
9389/* line 217, ../themes/stylesheets/ext4/default/util/_tool.scss */
9390.x-tool-over .x-tool-right {
9391  background-position: -15px -165px; }
9392/* line 221, ../themes/stylesheets/ext4/default/util/_tool.scss */
9393.x-tool-over .x-tool-left {
9394  background-position: -15px -180px; }
9395/* line 225, ../themes/stylesheets/ext4/default/util/_tool.scss */
9396.x-tool-over .x-tool-down {
9397  background-position: -15px -195px; }
9398/* line 229, ../themes/stylesheets/ext4/default/util/_tool.scss */
9399.x-tool-over .x-tool-up {
9400  background-position: -15px -210px; }
9401/* line 233, ../themes/stylesheets/ext4/default/util/_tool.scss */
9402.x-tool-over .x-tool-refresh {
9403  background-position: -15px -225px; }
9404/* line 237, ../themes/stylesheets/ext4/default/util/_tool.scss */
9405.x-tool-over .x-tool-plus {
9406  background-position: -15px -240px; }
9407/* line 241, ../themes/stylesheets/ext4/default/util/_tool.scss */
9408.x-tool-over .x-tool-minus {
9409  background-position: -15px -255px; }
9410/* line 245, ../themes/stylesheets/ext4/default/util/_tool.scss */
9411.x-tool-over .x-tool-search {
9412  background-position: -15px -270px; }
9413/* line 249, ../themes/stylesheets/ext4/default/util/_tool.scss */
9414.x-tool-over .x-tool-save {
9415  background-position: -15px -285px; }
9416/* line 253, ../themes/stylesheets/ext4/default/util/_tool.scss */
9417.x-tool-over .x-tool-help {
9418  background-position: -15px -300px; }
9419/* line 257, ../themes/stylesheets/ext4/default/util/_tool.scss */
9420.x-tool-over .x-tool-print {
9421  background-position: -15px -315px; }
9422/* line 261, ../themes/stylesheets/ext4/default/util/_tool.scss */
9423.x-tool-over .x-tool-expand {
9424  background-position: -15px -330px; }
9425/* line 265, ../themes/stylesheets/ext4/default/util/_tool.scss */
9426.x-tool-over .x-tool-collapse {
9427  background-position: -15px -345px; }
9428/* line 270, ../themes/stylesheets/ext4/default/util/_tool.scss */
9429.x-tool-over .x-tool-expand-bottom,
9430.x-tool-over .x-tool-collapse-bottom {
9431  background-position: -15px -195px; }
9432/* line 275, ../themes/stylesheets/ext4/default/util/_tool.scss */
9433.x-tool-over .x-tool-expand-top,
9434.x-tool-over .x-tool-collapse-top {
9435  background-position: -15px -210px; }
9436/* line 280, ../themes/stylesheets/ext4/default/util/_tool.scss */
9437.x-tool-over .x-tool-expand-left,
9438.x-tool-over .x-tool-collapse-left {
9439  background-position: -15px -180px; }
9440/* line 285, ../themes/stylesheets/ext4/default/util/_tool.scss */
9441.x-tool-over .x-tool-expand-right,
9442.x-tool-over .x-tool-collapse-right {
9443  background-position: -15px -165px; }
9444
9445/* line 2, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9446.x-horizontal-scroller-present .x-grid-body {
9447  border-bottom-width: 0px; }
9448
9449/* line 6, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9450.x-vertical-scroller-present .x-grid-body {
9451  border-right-width: 0px; }
9452
9453/* line 10, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9454.x-scroller {
9455  overflow: hidden; }
9456
9457/* line 14, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9458.x-scroller-vertical {
9459  border: 1px solid #18181a;
9460  border-top-color: #373c4b; }
9461
9462/* line 19, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9463.x-scroller-horizontal {
9464  border: 1px solid #18181a; }
9465
9466/* line 23, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9467.x-vertical-scroller-present .x-scroller-horizontal {
9468  border-right-width: 0px; }
9469
9470/* line 27, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9471.x-scroller-ct {
9472  overflow: hidden;
9473  position: absolute;
9474  margin: 0;
9475  padding: 0;
9476  border: none;
9477  left: 0px;
9478  top: 0px;
9479  /*
9480  In IE9 (only), the border-box style causes the scroller-ct to be 0px in the
9481  perpendicular dimension and breaks the scroll as well as offsets it by the left
9482  offset that we use to try and keep some size on this element. This works on all
9483  browsers (including IE9).
9484  */
9485  box-sizing: content-box !important;
9486  -ms-box-sizing: content-box !important;
9487  -moz-box-sizing: content-box !important;
9488  -webkit-box-sizing: content-box !important; }
9489
9490/* line 48, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9491.x-scroller-vertical .x-scroller-ct {
9492  overflow-y: scroll; }
9493
9494/* line 52, ../themes/stylesheets/ext4/default/util/_scroller.scss */
9495.x-scroller-horizontal .x-scroller-ct {
9496  overflow-x: scroll; }
9497
9498/* line 8, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9499.x-html {
9500  /* Begin bidirectionality settings (do not change) */ }
9501  /* line 34, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9502  .x-html html,
9503  .x-html address,
9504  .x-html blockquote,
9505  .x-html body,
9506  .x-html dd,
9507  .x-html div,
9508  .x-html dl,
9509  .x-html dt,
9510  .x-html fieldset,
9511  .x-html form,
9512  .x-html frame, .x-html frameset,
9513  .x-html h1,
9514  .x-html h2,
9515  .x-html h3,
9516  .x-html h4,
9517  .x-html h5,
9518  .x-html h6,
9519  .x-html noframes,
9520  .x-html ol,
9521  .x-html p,
9522  .x-html ul,
9523  .x-html center,
9524  .x-html dir,
9525  .x-html hr,
9526  .x-html menu,
9527  .x-html pre {
9528    display: block; }
9529  /* line 35, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9530  .x-html li {
9531    display: list-item;
9532    list-style: disc; }
9533  /* line 36, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9534  .x-html head {
9535    display: none; }
9536  /* line 37, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9537  .x-html table {
9538    display: table; }
9539  /* line 38, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9540  .x-html tr {
9541    display: table-row; }
9542  /* line 39, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9543  .x-html thead {
9544    display: table-header-group; }
9545  /* line 40, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9546  .x-html tbody {
9547    display: table-row-group; }
9548  /* line 41, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9549  .x-html tfoot {
9550    display: table-footer-group; }
9551  /* line 42, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9552  .x-html col {
9553    display: table-column; }
9554  /* line 43, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9555  .x-html colgroup {
9556    display: table-column-group; }
9557  /* line 45, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9558  .x-html td,
9559  .x-html th {
9560    display: table-cell; }
9561  /* line 46, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9562  .x-html caption {
9563    display: table-caption; }
9564  /* line 47, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9565  .x-html th {
9566    font-weight: bolder;
9567    text-align: center; }
9568  /* line 48, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9569  .x-html caption {
9570    text-align: center; }
9571  /* line 49, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9572  .x-html body {
9573    margin: 8px; }
9574  /* line 50, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9575  .x-html h1 {
9576    font-size: 2em;
9577    margin: .67em 0; }
9578  /* line 51, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9579  .x-html h2 {
9580    font-size: 1.5em;
9581    margin: .75em 0; }
9582  /* line 52, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9583  .x-html h3 {
9584    font-size: 1.17em;
9585    margin: .83em 0; }
9586  /* line 62, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9587  .x-html h4,
9588  .x-html p,
9589  .x-html blockquote,
9590  .x-html ul,
9591  .x-html fieldset,
9592  .x-html form,
9593  .x-html ol,
9594  .x-html dl,
9595  .x-html dir,
9596  .x-html menu {
9597    margin: 1.12em 0; }
9598  /* line 63, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9599  .x-html h5 {
9600    font-size: .83em;
9601    margin: 1.5em 0; }
9602  /* line 64, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9603  .x-html h6 {
9604    font-size: .75em;
9605    margin: 1.67em 0; }
9606  /* line 72, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9607  .x-html h1,
9608  .x-html h2,
9609  .x-html h3,
9610  .x-html h4,
9611  .x-html h5,
9612  .x-html h6,
9613  .x-html b,
9614  .x-html strong {
9615    font-weight: bolder; }
9616  /* line 73, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9617  .x-html blockquote {
9618    margin-left: 40px;
9619    margin-right: 40px; }
9620  /* line 78, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9621  .x-html i,
9622  .x-html cite,
9623  .x-html em,
9624  .x-html var,
9625  .x-html address {
9626    font-style: italic; }
9627  /* line 83, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9628  .x-html pre,
9629  .x-html tt,
9630  .x-html code,
9631  .x-html kbd,
9632  .x-html samp {
9633    font-family: monospace; }
9634  /* line 84, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9635  .x-html pre {
9636    white-space: pre; }
9637  /* line 88, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9638  .x-html button,
9639  .x-html textarea,
9640  .x-html input,
9641  .x-html select {
9642    display: inline-block; }
9643  /* line 89, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9644  .x-html big {
9645    font-size: 1.17em; }
9646  /* line 92, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9647  .x-html small,
9648  .x-html sub,
9649  .x-html sup {
9650    font-size: .83em; }
9651  /* line 93, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9652  .x-html sub {
9653    vertical-align: sub; }
9654  /* line 94, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9655  .x-html sup {
9656    vertical-align: super; }
9657  /* line 95, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9658  .x-html table {
9659    border-spacing: 2px; }
9660  /* line 98, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9661  .x-html thead,
9662  .x-html tbody,
9663  .x-html tfoot {
9664    vertical-align: middle; }
9665  /* line 100, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9666  .x-html td,
9667  .x-html th {
9668    vertical-align: inherit; }
9669  /* line 103, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9670  .x-html s,
9671  .x-html strike,
9672  .x-html del {
9673    text-decoration: line-through; }
9674  /* line 104, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9675  .x-html hr {
9676    border: 1px inset; }
9677  /* line 109, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9678  .x-html ol,
9679  .x-html ul,
9680  .x-html dir,
9681  .x-html menu,
9682  .x-html dd {
9683    margin-left: 40px; }
9684  /* line 110, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9685  .x-html ul, .x-html menu, .x-html dir {
9686    list-style-type: disc; }
9687  /* line 111, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9688  .x-html ol {
9689    list-style-type: decimal; }
9690  /* line 115, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9691  .x-html ol ul,
9692  .x-html ul ol,
9693  .x-html ul ul,
9694  .x-html ol ol {
9695    margin-top: 0;
9696    margin-bottom: 0; }
9697  /* line 117, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9698  .x-html u,
9699  .x-html ins {
9700    text-decoration: underline; }
9701  /* line 118, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9702  .x-html br:before {
9703    content: "\A"; }
9704  /* line 119, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9705  .x-html :before, .x-html :after {
9706    white-space: pre-line; }
9707  /* line 120, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9708  .x-html center {
9709    text-align: center; }
9710  /* line 121, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9711  .x-html :link, .x-html :visited {
9712    text-decoration: underline; }
9713  /* line 122, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9714  .x-html :focus {
9715    outline: invert dotted thin; }
9716  /* line 125, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9717  .x-html BDO[DIR="ltr"] {
9718    direction: ltr;
9719    unicode-bidi: bidi-override; }
9720  /* line 126, ../themes/stylesheets/ext4/default/widgets/_html.scss */
9721  .x-html BDO[DIR="rtl"] {
9722    direction: rtl;
9723    unicode-bidi: bidi-override; }
9724