/**
 * @var {string} $prefix 
 * The prefix to be applied to all CSS selectors. If this is changed, it must also be changed in your 
 * JavaScript application.
 */
/**
 * @var {string} $theme-name 
 * The name of the theme. This must match the the output directory of the images.
 * (defaults to 'default')
 */
/**
 * @var {boolean/string} $relative-image-path-for-uis 
 * True to use a relative image path for all new UIs. If true, the path will be "../images/".
 * It can also be a string of the path value.
 * It defaults to false, which means it will look for the images in the ExtJS SDK folder.
 */
/**
 * @var {string} $font-family 
 * The default font-family to be used throughout the theme.
 */
/**
 * @var {string} $base-gradient 
 * The base gradient to be used throughout the theme.
 */
/**
 * @var {color} $base-color
 * The base color to be used throughout the theme.
 */
/**
 * @var {boolean} $include-not-found-images
 * True to include files which are not found when compiling your SASS
 */
/**
 * @var {boolean} $include-ie
 * True to include Internet Explorer specific rules
 */
/**
 * @var {boolean} $include-ff
 * True to include Firefox specific rules
 */
/**
 * @var {boolean} $include-chrome
 * True to include Chrome specific rules
 */
/**
 * @var {boolean} $include-safari
 * True to include Safari specific rules
 */
/**
 * @var {boolean} $include-opera
 * True to include Opera specific rules
 */
/**
 * @var {boolean} $include-webkit
 * True to include Webkit specific rules
 */
/**
 * @var {boolean} $compile-all
 * True to copile all CSS, even if above include rules are false
 */
/**
 * @var {boolean} $scope-reset-css
 * True to scope the reset CSS within the $prefix variable.
 */
/**
 * @var {color} $css-shadow-background-color
 * The base color for CSS shadows
 */
/**
 * @var {color} $include-shadow-images
 * True to include all shadow images.
 */
/**
 * Toolbar buttons
 */
/**
 * @class Ext.form.*
 */
/**
 * @class Ext.form.field.Base
 */
/**
 * @class Ext.form.field.TextArea
 */
/**
 * @class Ext.form.Label
 */
/**
 * @class Ext.form.field.Checkbox
 */
/**
 * @class Ext.form.field.Radio
 */
/**
 * Error messages
 */
/**
 * Trigger Field
 */
/**
 * Fieldsets
 */
/**
 * @mixin background-gradient
 * 
 * @param {Color} $background-color The background color of the gradient
 * @param {String/List} $type The type of gradient to be used. Can either be a String which is a predefined gradient, or it can
 *                            can be a list of color_stops. If none is set, it will still set the `background-color` to the $background-color.
 * @param {String} $direction The direction of the gradient. Can either me `top` or `left`. (defaults to `top`)
 */
/**
 * Method which inserts a full background-image property for a theme image.
 * It checks if the file exists and if it doesn't, it'll throw an error. 
 * By default it will not include the background-image property if it is not found,
 * but this can be changed by changing the default value of $include-missing-images to 
 * be true. 
 */
/* line 69, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
h4, h5, h6, pre, code, form, fieldset, legend,
input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 74, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 79, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
fieldset, img {
  border: 0;
}

/* line 84, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
address, caption, cite, code,
dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 89, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
li {
  list-style: none;
}

/* line 93, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
caption, th {
  text-align: left;
}

/* line 97, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 102, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
q:before,
q:after {
  content: "";
}

/* line 106, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 111, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
sup {
  vertical-align: text-top;
}

/* line 115, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 119, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 125, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
*:focus {
  outline: none;
}

/* line 131, ../../resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-border-box .x-reset,
.x-border-box .x-reset * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 1, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-body {
  color: black;
  font-size: 12px;
  font-family: tahoma, arial, verdana, sans-serif;
}

/* line 7, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-clear {
  overflow: hidden;
  clear: both;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
}

/* line 16, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-layer {
  position: absolute;
  overflow: hidden;
  zoom: 1;
}

/* line 22, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-shim {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 30, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-display {
  display: none !important;
}

/* line 34, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-visibility {
  visibility: hidden !important;
}

/* line 38, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-item-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 42, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-ie6 .x-item-disabled {
  filter: none;
}

/* line 47, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hidden,
.x-hide-offsets {
  display: block !important;
  position: absolute!important;
  left: -10000px !important;
  top: -10000px !important;
}

/* line 54, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-nosize {
  height: 0!important;
  width: 0!important;
}

/* line 59, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-masked-relative {
  position: relative;
}

/* line 65, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-ie6 .x-masked select,
.x-ie6.x-body-masked select {
  visibility: hidden !important;
}

/* line 71, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-css-shadow {
  position: absolute;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -khtml-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

/* line 76, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-ie-shadow {
  background-color: #777;
  display: none;
  position: absolute;
  overflow: hidden;
  zoom: 1;
}

/* line 84, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow {
  display: none;
  position: absolute;
  overflow: hidden;
}

/* line 90, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow * {
  overflow: hidden;
}

/* line 94, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow * {
  padding: 0;
  border: 0;
  margin: 0;
  clear: none;
  zoom: 1;
}

/* top  bottom */
/* line 104, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xstc,
.x-frame-shadow .xsbc {
  height: 6px;
  float: left;
}

/* line 109, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsc {
  width: 100%;
}

/* line 113, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsml {
  background: transparent repeat-y 0 0;
}

/* line 117, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsmr {
  background: transparent repeat-y -6px 0;
}

/* line 121, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xstl {
  background: transparent no-repeat 0 0;
}

/* line 125, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xstc {
  background: transparent repeat-x 0 -30px;
}

/* line 129, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xstr {
  background: transparent repeat-x 0 -18px;
}

/* line 133, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsbl {
  background: transparent no-repeat 0 -12px;
}

/* line 137, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsbc {
  background: transparent repeat-x 0 -36px;
}

/* line 141, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsbr {
  background: transparent repeat-x 0 -6px;
}

/* line 149, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xstl,
.x-frame-shadow .xstc,
.x-frame-shadow .xstr,
.x-frame-shadow .xsbl,
.x-frame-shadow .xsbc,
.x-frame-shadow .xsbr {
  width: 6px;
  height: 6px;
  float: left;
  background-image: url('../../resources/themes/images/slate/shared/shadow.png');
}

/* line 160, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsml,
.x-frame-shadow .xsmr {
  width: 6px;
  float: left;
  height: 100%;
  background-image: url('../../resources/themes/images/slate/shared/shadow-lr.png');
}

/* line 170, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xsmc {
  float: left;
  height: 100%;
  background-image: url('../../resources/themes/images/slate/shared/shadow-c.png');
}

/* line 180, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-frame-shadow .xst,
.x-frame-shadow .xsb {
  height: 6px;
  overflow: hidden;
  width: 100%;
}

/* line 187, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl {
  background: transparent no-repeat 0 0;
  zoom: 1;
}

/* line 192, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tc {
  height: 8px;
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* line 198, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr {
  background: transparent no-repeat right -8px;
}

/* line 202, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-ml {
  background: transparent repeat-y 0;
  padding-left: 4px;
  overflow: hidden;
  zoom: 1;
}

/* line 209, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc {
  background: repeat-x 0 -16px;
  padding: 4px 10px;
}

/* line 214, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc h3 {
  margin: 0 0 4px 0;
  zoom: 1;
}

/* line 219, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mr {
  background: transparent repeat-y right;
  padding-right: 4px;
  overflow: hidden;
}

/* line 225, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bl {
  background: transparent no-repeat 0 -16px;
  zoom: 1;
}

/* line 230, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bc {
  background: transparent repeat-x 0 -8px;
  height: 8px;
  overflow: hidden;
}

/* line 236, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-br {
  background: transparent no-repeat right -24px;
}

/* line 240, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl, .x-box-bl {
  padding-left: 8px;
  overflow: hidden;
}

/* line 245, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr, .x-box-br {
  padding-right: 8px;
  overflow: hidden;
}

/* line 250, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl {
  background-image: url('../../resources/themes/images/slate/box/corners.gif');
}

/* line 254, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tc {
  background-image: url('../../resources/themes/images/slate/box/tb.gif');
}

/* line 258, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr {
  background-image: url('../../resources/themes/images/slate/box/corners.gif');
}

/* line 262, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-ml {
  background-image: url('../../resources/themes/images/slate/box/l.gif');
}

/* line 266, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc {
  background-color: #eee;
  background-image: url('../../resources/themes/images/slate/box/tb.gif');
  font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
  color: #393939;
  font-size: 15px;
}

/* line 274, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc h3 {
  font-size: 18px;
  font-weight: bold;
}

/* line 279, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mr {
  background-image: url('../../resources/themes/images/slate/box/r.gif');
}

/* line 283, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bl {
  background-image: url('../../resources/themes/images/slate/box/corners.gif');
}

/* line 287, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bc {
  background-image: url('../../resources/themes/images/slate/box/tb.gif');
}

/* line 291, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-br {
  background-image: url('../../resources/themes/images/slate/box/corners.gif');
}

/* line 295, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
  background-image: url('../../resources/themes/images/slate/box/corners-blue.gif');
}

/* line 299, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
  background-image: url('../../resources/themes/images/slate/box/tb-blue.gif');
}

/* line 303, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mc {
  background-color: #c3daf9;
}

/* line 307, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mc h3 {
  color: #17385b;
}

/* line 311, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-ml {
  background-image: url('../../resources/themes/images/slate/box/l-blue.gif');
}

/* line 315, ../../resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mr {
  background-image: url('../../resources/themes/images/slate/box/r-blue.gif');
}

/* line 1, ../../resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-element {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px;
}

/* line 9, ../../resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100000000;
  width: 0px;
  height: 0px;
}

/* line 21, ../../resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-top,
.x-focus-frame-bottom,
.x-focus-frame-left,
.x-focus-frame-right {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 28, ../../resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-top,
.x-focus-frame-bottom {
  border-top: solid 2px #15428b;
  height: 2px;
}

/* line 34, ../../resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-left,
.x-focus-frame-right {
  border-left: solid 2px #15428b;
  width: 2px;
}

/**
  * @class Ext.Button
  * Used to create the base structure of an Ext.Button
  */
/**
 * @mixin extjs-btn-group-ui
 * @class Ext.ButtonGroup
 */
/**
  * @class Ext.menu.*
  */
/**
  * @class Ext.Panel
  * Used to create the base structure of an Ext.Panel
  */
/**
  * @class Ext.Panel
  * Used to create a visual theme for an Ext.Panel
  */
/**
 * @mixin ext-toolbar-ui
 * @class Ext.toolbar.Toolbar
 * @param {String} $ui The name of the UI
 * @param {Color} $background-color The background color of the toolbar (defaults to transparent)
 * @param {Gradient/color-stops} $background-gradient The background gradient of the toolbar (defaults to null)
 * @param {Color} $border-color The border color of the toolbar (defaults to null)
 */
/**
  * @class Ext.Window
  * Used to create a visual theme for an Ext.Panel
  */
/**
  * @class Ext.tab.Bar
  */
/**
  * @class Ext.Tab
  */
/**
  * @class Ext.LoadMask
  * Component used to mask a component
  */
/* line 5, ../../resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  zoom: 1;
  background: #cccccc;
}

/* line 21, ../../resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  border: 1px solid;
  border-color: #9aaec2;
  background-image: none;
  background-color: #c3cfdb;
}
/* line 40, ../../resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-msg div {
  padding: 5px 10px 5px 25px;
  background-image: url('../../resources/themes/images/slate/grid/loading.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
  cursor: wait;
  border: 1px solid #98a2ad;
  background-color: #eeeeee;
  color: #222222;
  font: normal 11px tahoma, arial, verdana, sans-serif;
}

/**
 * @mixin extjs-progress-ui
 */
/**
 * W3C Suggested Default style sheet for HTML 4
 * http://www.w3.org/TR/CSS21/sample.html
 */
/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist {
  border-width: 1px;
  border-style: solid;
  border-color: #80aad5;
  background: white;
}
/* line 8, ../../resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist .x-toolbar {
  border-width: 1px 0 0 0;
}

/* line 13, ../../resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-item {
  padding: 2px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  cursor: pointer;
  cursor: hand;
  position: relative;
  /*allow hover in IE on empty items*/
  border-width: 1px;
  border-style: dotted;
  border-color: white;
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-selected {
  background: #b3c1d2;
  border-color: #8097bc;
}

/* line 32, ../../resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-item-over {
  background: #c3cedb;
  border-color: #90a4c5;
}

/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-floating {
  border-top-width: 0;
}

/* line 41, ../../resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-above {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

/* line 6, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  vertical-align: middle;
  background-repeat: no-repeat;
}
/* line 19, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn * {
  cursor: pointer;
  cursor: hand;
}
/* line 26, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn em {
  background-repeat: no-repeat;
}
/* line 30, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn em a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button {
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  background: none;
  outline: 0 none;
  overflow: hidden;
  vertical-align: bottom;
  -webkit-appearance: none;
}
/* line 48, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 54, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn .x-btn-inner {
  display: block;
  white-space: nowrap;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
}

/* line 64, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 68, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-disabled span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 72, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-disabled span, .x-ie7 .x-btn-disabled span {
  filter: none;
}

/* line 79, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie7 .x-btn-disabled,
.x-ie8 .x-btn-disabled {
  filter: none;
}

/* line 86, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-disabled .x-btn-icon,
.x-ie7 .x-btn-disabled .x-btn-icon,
.x-ie8 .x-btn-disabled .x-btn-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 93, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
* html .x-ie .x-btn button {
  width: 1px;
}

/* line 98, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie .x-btn button {
  overflow-x: visible;
  /*prevents extra horiz space in IE*/
  vertical-align: baseline;
  /*IE doesn't like bottom*/
}

/* line 105, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-strict .x-ie6 .x-btn .x-frame-mc,
.x-strict .x-ie7 .x-btn .x-frame-mc {
  height: 100%;
}

/* line 114, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn .x-frame-mc {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}

/* line 124, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-left .x-btn-icon {
  background-position: left center;
}

/* line 128, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-right .x-btn-icon {
  background-position: right center;
}

/* line 132, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-top .x-btn-icon {
  background-position: center top;
}

/* line 136, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-bottom .x-btn-icon {
  background-position: center bottom;
}

/* line 141, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button, .x-btn a {
  position: relative;
}
/* line 144, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button .x-btn-icon, .x-btn a .x-btn-icon {
  position: absolute;
  background-repeat: no-repeat;
}

/* line 151, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-right {
  background: transparent no-repeat right center;
  padding-right: 12px;
}
/* line 155, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-right .x-btn-inner {
  padding-right: 0 !important;
}

/* line 160, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-arrow-right {
  padding-right: 12px;
}

/* line 164, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-bottom {
  background: transparent no-repeat center bottom;
  padding-bottom: 12px;
}

/* line 169, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow {
  background-image: url('../../resources/themes/images/slate/button/arrow.gif');
  display: block;
}

/* line 177, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-split-right,
.x-btn-over .x-btn-split-right {
  background: transparent no-repeat right center;
  background-image: url('../../resources/themes/images/slate/button/s-arrow.gif');
  padding-right: 14px !important;
}

/* line 184, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-split-bottom,
.x-btn-over .x-btn-split-bottom {
  background: transparent no-repeat center bottom;
  background-image: url('../../resources/themes/images/slate/button/s-arrow-b.gif');
  padding-bottom: 14px;
}

/* line 190, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-split-right {
  background-image: url('../../resources/themes/images/slate/button/s-arrow-noline.gif');
  padding-right: 12px !important;
}

/* line 195, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-split-bottom {
  background-image: url('../../resources/themes/images/slate/button/s-arrow-b-noline.gif');
}

/* line 199, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-split {
  display: block;
}

/* line 204, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-item-disabled,
.x-item-disabled * {
  cursor: default;
}

/* line 208, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-cycle-fixed-width .x-btn-inner {
  text-align: inherit;
}

/* line 212, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-over .x-btn-split-right {
  background-image: url('../../resources/themes/images/slate/button/s-arrow-o.gif');
}

/* line 213, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-over .x-btn-split-bottom {
  background-image: url('../../resources/themes/images/slate/button/s-arrow-bo.gif');
}

/* line 604, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small {
  border-color: #1c2631;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e546b), color-stop(48%, #3a4e63), color-stop(52%, #293746), color-stop(100%, #2c3c4d));
  background-image: -webkit-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: -moz-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: -o-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-small-mc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-small {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100303px 1000303px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-small-tl,
.x-nbr .x-btn-default-small-bl,
.x-nbr .x-btn-default-small-tr,
.x-nbr .x-btn-default-small-br,
.x-nbr .x-btn-default-small-tc,
.x-nbr .x-btn-default-small-bc,
.x-nbr .x-btn-default-small-ml,
.x-nbr .x-btn-default-small-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-small-ml,
.x-nbr .x-btn-default-small-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-small-mc {
  padding: 0 0 0 0;
}

/* line 610, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma, arial, verdana, sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 4px;
}

/* line 622, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon button,
.x-btn-default-small-icon .x-btn-inner,
.x-btn-default-small-noicon button,
.x-btn-default-small-noicon .x-btn-inner {
  height: 16px;
  line-height: 16px;
}

/* line 630, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon button {
  padding: 0;
  width: 16px !important;
  height: 16px;
}
/* line 636, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon .x-btn-icon {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 647, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left button {
  height: 16px;
}
/* line 650, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
}
/* line 656, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 665, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-left .x-btn-icon {
  height: 16px;
}

/* line 672, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right button {
  height: 16px;
}
/* line 675, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-right: 20px !important;
}
/* line 681, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 690, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-right .x-btn-icon {
  height: 16px;
}

/* line 697, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-top .x-btn-inner {
  padding-top: 20px;
}
/* line 701, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 16px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 710, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-small-icon-text-top .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-top .x-btn-icon {
  width: 16px;
}

/* line 717, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 20px;
}
/* line 721, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 16px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 730, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-small-icon-text-bottom .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-bottom .x-btn-icon {
  width: 16px;
}

/* line 736, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-over {
  border-color: #5b5b5b;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 760, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-focus {
  border-color: #5b5b5b;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 785, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-menu-active,
.x-btn-default-small-pressed {
  border-color: #6184ad;
  background-image: none;
  background-color: #7a95af;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aabbcc), color-stop(50%, #8aa2b9), color-stop(51%, #7a95af), color-stop(100%, #6a88a6));
  background-image: -webkit-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: -moz-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: -o-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
}

/* line 809, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-disabled {
  border-color: #c6c6c6;
  background-image: none;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(48%, #d5d5d5), color-stop(52%, #bebebe), color-stop(100%, #c3c3c3));
  background-image: -webkit-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: -moz-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: -o-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
}

/* line 857, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-over .x-frame-tl,
.x-nbr .x-btn-default-small-over .x-frame-bl,
.x-nbr .x-btn-default-small-over .x-frame-tr,
.x-nbr .x-btn-default-small-over .x-frame-br,
.x-nbr .x-btn-default-small-over .x-frame-tc,
.x-nbr .x-btn-default-small-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-over-corners.gif');
}
/* line 861, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-over .x-frame-ml,
.x-nbr .x-btn-default-small-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-over-sides.gif');
}
/* line 864, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-over .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-over-bg.gif');
}
/* line 878, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-focus .x-frame-tl,
.x-nbr .x-btn-default-small-focus .x-frame-bl,
.x-nbr .x-btn-default-small-focus .x-frame-tr,
.x-nbr .x-btn-default-small-focus .x-frame-br,
.x-nbr .x-btn-default-small-focus .x-frame-tc,
.x-nbr .x-btn-default-small-focus .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-focus-corners.gif');
}
/* line 882, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-focus .x-frame-ml,
.x-nbr .x-btn-default-small-focus .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-focus-sides.gif');
}
/* line 885, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-focus .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-focus-bg.gif');
}
/* line 900, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-menu-active .x-frame-tl,
.x-nbr .x-btn-default-small-menu-active .x-frame-bl,
.x-nbr .x-btn-default-small-menu-active .x-frame-tr,
.x-nbr .x-btn-default-small-menu-active .x-frame-br,
.x-nbr .x-btn-default-small-menu-active .x-frame-tc,
.x-nbr .x-btn-default-small-menu-active .x-frame-bc,
.x-nbr .x-btn-default-small-pressed .x-frame-tl,
.x-nbr .x-btn-default-small-pressed .x-frame-bl,
.x-nbr .x-btn-default-small-pressed .x-frame-tr,
.x-nbr .x-btn-default-small-pressed .x-frame-br,
.x-nbr .x-btn-default-small-pressed .x-frame-tc,
.x-nbr .x-btn-default-small-pressed .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-pressed-corners.gif');
}
/* line 904, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-menu-active .x-frame-ml,
.x-nbr .x-btn-default-small-menu-active .x-frame-mr,
.x-nbr .x-btn-default-small-pressed .x-frame-ml,
.x-nbr .x-btn-default-small-pressed .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-pressed-sides.gif');
}
/* line 907, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-menu-active .x-frame-mc,
.x-nbr .x-btn-default-small-pressed .x-frame-mc {
  background-color: #7a95af;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-pressed-bg.gif');
}
/* line 921, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-disabled .x-frame-tl,
.x-nbr .x-btn-default-small-disabled .x-frame-bl,
.x-nbr .x-btn-default-small-disabled .x-frame-tr,
.x-nbr .x-btn-default-small-disabled .x-frame-br,
.x-nbr .x-btn-default-small-disabled .x-frame-tc,
.x-nbr .x-btn-default-small-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-disabled-corners.gif');
}
/* line 925, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-disabled .x-frame-ml,
.x-nbr .x-btn-default-small-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-disabled-sides.gif');
}
/* line 928, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-disabled .x-frame-mc {
  background-color: #dbdbdb;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-disabled-bg.gif');
}

/* line 941, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-bg.gif');
}

/* line 950, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-over {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-over-bg.gif');
}

/* line 959, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-focus {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-focus-bg.gif');
}

/* line 969, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-menu-active,
.x-nlg .x-btn-default-small-pressed {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-pressed-bg.gif');
}

/* line 978, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-disabled {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-small-disabled-bg.gif');
}

/* line 604, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium {
  border-color: #1c2631;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-medium {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e546b), color-stop(48%, #3a4e63), color-stop(52%, #293746), color-stop(100%, #2c3c4d));
  background-image: -webkit-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: -moz-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: -o-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-medium-mc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-medium {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100303px 1000303px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-medium-tl,
.x-nbr .x-btn-default-medium-bl,
.x-nbr .x-btn-default-medium-tr,
.x-nbr .x-btn-default-medium-br,
.x-nbr .x-btn-default-medium-tc,
.x-nbr .x-btn-default-medium-bc,
.x-nbr .x-btn-default-medium-ml,
.x-nbr .x-btn-default-medium-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-medium-ml,
.x-nbr .x-btn-default-medium-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-medium-mc {
  padding: 0px 0px 0px 0px;
}

/* line 610, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma, arial, verdana, sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 3px;
}

/* line 622, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon button,
.x-btn-default-medium-icon .x-btn-inner,
.x-btn-default-medium-noicon button,
.x-btn-default-medium-noicon .x-btn-inner {
  height: 24px;
  line-height: 24px;
}

/* line 630, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon button {
  padding: 0;
  width: 24px !important;
  height: 24px;
}
/* line 636, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon .x-btn-icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 647, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-left button {
  height: 24px;
}
/* line 650, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-left .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-left: 28px;
}
/* line 656, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-left .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 665, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-medium-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-medium-icon-text-left .x-btn-icon {
  height: 24px;
}

/* line 672, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-right button {
  height: 24px;
}
/* line 675, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-right .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-right: 28px !important;
}
/* line 681, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-right .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 690, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-medium-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-medium-icon-text-right .x-btn-icon {
  height: 24px;
}

/* line 697, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-top .x-btn-inner {
  padding-top: 28px;
}
/* line 701, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-top .x-btn-icon {
  width: auto;
  height: 24px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 710, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-medium-icon-text-top .x-btn-icon, .x-quirks .x-btn-default-medium-icon-text-top .x-btn-icon {
  width: 24px;
}

/* line 717, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px;
}
/* line 721, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 24px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 730, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-btn-default-medium-icon-text-bottom .x-btn-icon {
  width: 24px;
}

/* line 736, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-over {
  border-color: #5b5b5b;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 760, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-focus {
  border-color: #5b5b5b;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 785, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-menu-active,
.x-btn-default-medium-pressed {
  border-color: #6184ad;
  background-image: none;
  background-color: #7a95af;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aabbcc), color-stop(50%, #8aa2b9), color-stop(51%, #7a95af), color-stop(100%, #6a88a6));
  background-image: -webkit-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: -moz-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: -o-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
}

/* line 809, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-disabled {
  border-color: #c6c6c6;
  background-image: none;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(48%, #d5d5d5), color-stop(52%, #bebebe), color-stop(100%, #c3c3c3));
  background-image: -webkit-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: -moz-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: -o-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
}

/* line 857, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-over .x-frame-tl,
.x-nbr .x-btn-default-medium-over .x-frame-bl,
.x-nbr .x-btn-default-medium-over .x-frame-tr,
.x-nbr .x-btn-default-medium-over .x-frame-br,
.x-nbr .x-btn-default-medium-over .x-frame-tc,
.x-nbr .x-btn-default-medium-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-over-corners.gif');
}
/* line 861, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-over .x-frame-ml,
.x-nbr .x-btn-default-medium-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-over-sides.gif');
}
/* line 864, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-over .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-over-bg.gif');
}
/* line 878, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-focus .x-frame-tl,
.x-nbr .x-btn-default-medium-focus .x-frame-bl,
.x-nbr .x-btn-default-medium-focus .x-frame-tr,
.x-nbr .x-btn-default-medium-focus .x-frame-br,
.x-nbr .x-btn-default-medium-focus .x-frame-tc,
.x-nbr .x-btn-default-medium-focus .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-focus-corners.gif');
}
/* line 882, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-focus .x-frame-ml,
.x-nbr .x-btn-default-medium-focus .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-focus-sides.gif');
}
/* line 885, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-focus .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-focus-bg.gif');
}
/* line 900, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-menu-active .x-frame-tl,
.x-nbr .x-btn-default-medium-menu-active .x-frame-bl,
.x-nbr .x-btn-default-medium-menu-active .x-frame-tr,
.x-nbr .x-btn-default-medium-menu-active .x-frame-br,
.x-nbr .x-btn-default-medium-menu-active .x-frame-tc,
.x-nbr .x-btn-default-medium-menu-active .x-frame-bc,
.x-nbr .x-btn-default-medium-pressed .x-frame-tl,
.x-nbr .x-btn-default-medium-pressed .x-frame-bl,
.x-nbr .x-btn-default-medium-pressed .x-frame-tr,
.x-nbr .x-btn-default-medium-pressed .x-frame-br,
.x-nbr .x-btn-default-medium-pressed .x-frame-tc,
.x-nbr .x-btn-default-medium-pressed .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-pressed-corners.gif');
}
/* line 904, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-menu-active .x-frame-ml,
.x-nbr .x-btn-default-medium-menu-active .x-frame-mr,
.x-nbr .x-btn-default-medium-pressed .x-frame-ml,
.x-nbr .x-btn-default-medium-pressed .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-pressed-sides.gif');
}
/* line 907, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-menu-active .x-frame-mc,
.x-nbr .x-btn-default-medium-pressed .x-frame-mc {
  background-color: #7a95af;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-pressed-bg.gif');
}
/* line 921, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-disabled .x-frame-tl,
.x-nbr .x-btn-default-medium-disabled .x-frame-bl,
.x-nbr .x-btn-default-medium-disabled .x-frame-tr,
.x-nbr .x-btn-default-medium-disabled .x-frame-br,
.x-nbr .x-btn-default-medium-disabled .x-frame-tc,
.x-nbr .x-btn-default-medium-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-disabled-corners.gif');
}
/* line 925, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-disabled .x-frame-ml,
.x-nbr .x-btn-default-medium-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-disabled-sides.gif');
}
/* line 928, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-disabled .x-frame-mc {
  background-color: #dbdbdb;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-disabled-bg.gif');
}

/* line 941, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-bg.gif');
}

/* line 950, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-over {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-over-bg.gif');
}

/* line 959, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-focus {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-focus-bg.gif');
}

/* line 969, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-menu-active,
.x-nlg .x-btn-default-medium-pressed {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-pressed-bg.gif');
}

/* line 978, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-disabled {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-medium-disabled-bg.gif');
}

/* line 604, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large {
  border-color: #1c2631;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-large {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e546b), color-stop(48%, #3a4e63), color-stop(52%, #293746), color-stop(100%, #2c3c4d));
  background-image: -webkit-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: -moz-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: -o-linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
  background-image: linear-gradient(top, #3e546b, #3a4e63 48%, #293746 52%, #2c3c4d);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-large-mc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-large {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100303px 1000303px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-large-tl,
.x-nbr .x-btn-default-large-bl,
.x-nbr .x-btn-default-large-tr,
.x-nbr .x-btn-default-large-br,
.x-nbr .x-btn-default-large-tc,
.x-nbr .x-btn-default-large-bc,
.x-nbr .x-btn-default-large-ml,
.x-nbr .x-btn-default-large-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-large-ml,
.x-nbr .x-btn-default-large-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-large-mc {
  padding: 0px 0px 0px 0px;
}

/* line 610, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma, arial, verdana, sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 3px;
}

/* line 622, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon button,
.x-btn-default-large-icon .x-btn-inner,
.x-btn-default-large-noicon button,
.x-btn-default-large-noicon .x-btn-inner {
  height: 32px;
  line-height: 32px;
}

/* line 630, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon button {
  padding: 0;
  width: 32px !important;
  height: 32px;
}
/* line 636, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon .x-btn-icon {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 647, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left button {
  height: 32px;
}
/* line 650, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-left: 36px;
}
/* line 656, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 665, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-large-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-left .x-btn-icon {
  height: 32px;
}

/* line 672, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right button {
  height: 32px;
}
/* line 675, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-right: 36px !important;
}
/* line 681, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 690, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-large-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-right .x-btn-icon {
  height: 32px;
}

/* line 697, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-top .x-btn-inner {
  padding-top: 36px;
}
/* line 701, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-top .x-btn-icon {
  width: auto;
  height: 32px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 710, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-large-icon-text-top .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-top .x-btn-icon {
  width: 32px;
}

/* line 717, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 36px;
}
/* line 721, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 32px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 730, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-large-icon-text-bottom .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-bottom .x-btn-icon {
  width: 32px;
}

/* line 736, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-over {
  border-color: #5b5b5b;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 760, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-focus {
  border-color: #5b5b5b;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 785, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-menu-active,
.x-btn-default-large-pressed {
  border-color: #6184ad;
  background-image: none;
  background-color: #7a95af;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aabbcc), color-stop(50%, #8aa2b9), color-stop(51%, #7a95af), color-stop(100%, #6a88a6));
  background-image: -webkit-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: -moz-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: -o-linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
  background-image: linear-gradient(top, #aabbcc, #8aa2b9 50%, #7a95af 51%, #6a88a6);
}

/* line 809, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-disabled {
  border-color: #c6c6c6;
  background-image: none;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(48%, #d5d5d5), color-stop(52%, #bebebe), color-stop(100%, #c3c3c3));
  background-image: -webkit-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: -moz-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: -o-linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
  background-image: linear-gradient(top, #dbdbdb, #d5d5d5 48%, #bebebe 52%, #c3c3c3);
}

/* line 857, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-over .x-frame-tl,
.x-nbr .x-btn-default-large-over .x-frame-bl,
.x-nbr .x-btn-default-large-over .x-frame-tr,
.x-nbr .x-btn-default-large-over .x-frame-br,
.x-nbr .x-btn-default-large-over .x-frame-tc,
.x-nbr .x-btn-default-large-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-over-corners.gif');
}
/* line 861, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-over .x-frame-ml,
.x-nbr .x-btn-default-large-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-over-sides.gif');
}
/* line 864, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-over .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-over-bg.gif');
}
/* line 878, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-focus .x-frame-tl,
.x-nbr .x-btn-default-large-focus .x-frame-bl,
.x-nbr .x-btn-default-large-focus .x-frame-tr,
.x-nbr .x-btn-default-large-focus .x-frame-br,
.x-nbr .x-btn-default-large-focus .x-frame-tc,
.x-nbr .x-btn-default-large-focus .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-focus-corners.gif');
}
/* line 882, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-focus .x-frame-ml,
.x-nbr .x-btn-default-large-focus .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-focus-sides.gif');
}
/* line 885, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-focus .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-focus-bg.gif');
}
/* line 900, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-menu-active .x-frame-tl,
.x-nbr .x-btn-default-large-menu-active .x-frame-bl,
.x-nbr .x-btn-default-large-menu-active .x-frame-tr,
.x-nbr .x-btn-default-large-menu-active .x-frame-br,
.x-nbr .x-btn-default-large-menu-active .x-frame-tc,
.x-nbr .x-btn-default-large-menu-active .x-frame-bc,
.x-nbr .x-btn-default-large-pressed .x-frame-tl,
.x-nbr .x-btn-default-large-pressed .x-frame-bl,
.x-nbr .x-btn-default-large-pressed .x-frame-tr,
.x-nbr .x-btn-default-large-pressed .x-frame-br,
.x-nbr .x-btn-default-large-pressed .x-frame-tc,
.x-nbr .x-btn-default-large-pressed .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-pressed-corners.gif');
}
/* line 904, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-menu-active .x-frame-ml,
.x-nbr .x-btn-default-large-menu-active .x-frame-mr,
.x-nbr .x-btn-default-large-pressed .x-frame-ml,
.x-nbr .x-btn-default-large-pressed .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-pressed-sides.gif');
}
/* line 907, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-menu-active .x-frame-mc,
.x-nbr .x-btn-default-large-pressed .x-frame-mc {
  background-color: #7a95af;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-pressed-bg.gif');
}
/* line 921, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-disabled .x-frame-tl,
.x-nbr .x-btn-default-large-disabled .x-frame-bl,
.x-nbr .x-btn-default-large-disabled .x-frame-tr,
.x-nbr .x-btn-default-large-disabled .x-frame-br,
.x-nbr .x-btn-default-large-disabled .x-frame-tc,
.x-nbr .x-btn-default-large-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-disabled-corners.gif');
}
/* line 925, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-disabled .x-frame-ml,
.x-nbr .x-btn-default-large-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-disabled-sides.gif');
}
/* line 928, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-disabled .x-frame-mc {
  background-color: #dbdbdb;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-disabled-bg.gif');
}

/* line 941, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-bg.gif');
}

/* line 950, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-over {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-over-bg.gif');
}

/* line 959, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-focus {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-focus-bg.gif');
}

/* line 969, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-menu-active,
.x-nlg .x-btn-default-large-pressed {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-pressed-bg.gif');
}

/* line 978, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-disabled {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-large-disabled-bg.gif');
}

/* line 604, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small {
  border-color: transparent;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-small-mc {
  background-color: transparent;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-small {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100303px 1000303px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-small-tl,
.x-nbr .x-btn-default-toolbar-small-bl,
.x-nbr .x-btn-default-toolbar-small-tr,
.x-nbr .x-btn-default-toolbar-small-br,
.x-nbr .x-btn-default-toolbar-small-tc,
.x-nbr .x-btn-default-toolbar-small-bc,
.x-nbr .x-btn-default-toolbar-small-ml,
.x-nbr .x-btn-default-toolbar-small-mr {
  zoom: 1;
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-small-ml,
.x-nbr .x-btn-default-toolbar-small-mr {
  zoom: 1;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-small-mc {
  padding: 0 0 0 0;
}

/* line 610, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma, arial, verdana, sans-serif;
  color: #3e546b;
  background-repeat: no-repeat;
  padding: 0 4px;
}

/* line 622, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon button,
.x-btn-default-toolbar-small-icon .x-btn-inner,
.x-btn-default-toolbar-small-noicon button,
.x-btn-default-toolbar-small-noicon .x-btn-inner {
  height: 16px;
  line-height: 16px;
}

/* line 630, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon button {
  padding: 0;
  width: 16px !important;
  height: 16px;
}
/* line 636, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon .x-btn-icon {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 647, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left button {
  height: 16px;
}
/* line 650, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
}
/* line 656, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 665, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.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 {
  height: 16px;
}

/* line 672, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right button {
  height: 16px;
}
/* line 675, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-right: 20px !important;
}
/* line 681, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 690, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.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 {
  height: 16px;
}

/* line 697, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-top .x-btn-inner {
  padding-top: 20px;
}
/* line 701, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 16px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 710, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-small-icon-text-top .x-btn-icon, .x-quirks .x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
  width: 16px;
}

/* line 717, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 20px;
}
/* line 721, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 16px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 730, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon, .x-quirks .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
  width: 16px;
}

/* line 736, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-over {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #9aaec2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cad5df), color-stop(50%, #aabbcc), color-stop(51%, #9aaec2), color-stop(100%, #8aa2b9));
  background-image: -webkit-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -moz-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -o-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
}
/* line 744, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-over .x-btn-inner {
  color: white;
}

/* line 760, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-focus {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #9aaec2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cad5df), color-stop(50%, #aabbcc), color-stop(51%, #9aaec2), color-stop(100%, #8aa2b9));
  background-image: -webkit-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -moz-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -o-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
}
/* line 768, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-focus .x-btn-inner {
  color: white;
}

/* line 785, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-menu-active,
.x-btn-default-toolbar-small-pressed {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}
/* line 793, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-menu-active .x-btn-inner,
.x-btn-default-toolbar-small-pressed .x-btn-inner {
  color: white;
}

/* line 809, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-disabled {
  background-image: none;
  background-color: transparent;
}
/* line 817, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: #3e546b !important;
}

/* line 834, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie .x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: #5a7a9b !important;
}

/* line 842, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: #98adc3 !important;
}

/* line 857, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-over .x-frame-tl,
.x-nbr .x-btn-default-toolbar-small-over .x-frame-bl,
.x-nbr .x-btn-default-toolbar-small-over .x-frame-tr,
.x-nbr .x-btn-default-toolbar-small-over .x-frame-br,
.x-nbr .x-btn-default-toolbar-small-over .x-frame-tc,
.x-nbr .x-btn-default-toolbar-small-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-over-corners.gif');
}
/* line 861, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-over .x-frame-ml,
.x-nbr .x-btn-default-toolbar-small-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-over-sides.gif');
}
/* line 864, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-over .x-frame-mc {
  background-color: #9aaec2;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-over-bg.gif');
}
/* line 878, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-tl,
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-bl,
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-tr,
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-br,
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-tc,
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-focus-corners.gif');
}
/* line 882, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-ml,
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-focus-sides.gif');
}
/* line 885, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-mc {
  background-color: #9aaec2;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-focus-bg.gif');
}
/* line 900, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tl,
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-bl,
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tr,
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-br,
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tc,
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-bc,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tl,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-bl,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tr,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-br,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tc,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-pressed-corners.gif');
}
/* line 904, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-ml,
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-mr,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-ml,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-pressed-sides.gif');
}
/* line 907, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-mc,
.x-nbr .x-btn-default-toolbar-small-pressed .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-pressed-bg.gif');
}
/* line 921, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tl,
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-bl,
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tr,
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-br,
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tc,
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-disabled-corners.gif');
}
/* line 925, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-ml,
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-disabled-sides.gif');
}
/* line 928, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mc {
  background-color: transparent;
}

/* line 950, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-small-over {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-over-bg.gif');
}

/* line 959, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-small-focus {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-focus-bg.gif');
}

/* line 969, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-small-menu-active,
.x-nlg .x-btn-default-toolbar-small-pressed {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-small-pressed-bg.gif');
}

/* line 604, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium {
  border-color: transparent;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-medium {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-medium-mc {
  background-color: transparent;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-medium {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100303px 1000303px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-medium-tl,
.x-nbr .x-btn-default-toolbar-medium-bl,
.x-nbr .x-btn-default-toolbar-medium-tr,
.x-nbr .x-btn-default-toolbar-medium-br,
.x-nbr .x-btn-default-toolbar-medium-tc,
.x-nbr .x-btn-default-toolbar-medium-bc,
.x-nbr .x-btn-default-toolbar-medium-ml,
.x-nbr .x-btn-default-toolbar-medium-mr {
  zoom: 1;
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-medium-ml,
.x-nbr .x-btn-default-toolbar-medium-mr {
  zoom: 1;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-medium-mc {
  padding: 0px 0px 0px 0px;
}

/* line 610, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma, arial, verdana, sans-serif;
  color: #3e546b;
  background-repeat: no-repeat;
  padding: 0 3px;
}

/* line 622, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon button,
.x-btn-default-toolbar-medium-icon .x-btn-inner,
.x-btn-default-toolbar-medium-noicon button,
.x-btn-default-toolbar-medium-noicon .x-btn-inner {
  height: 24px;
  line-height: 24px;
}

/* line 630, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon button {
  padding: 0;
  width: 24px !important;
  height: 24px;
}
/* line 636, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon .x-btn-icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 647, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-left button {
  height: 24px;
}
/* line 650, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-left .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-left: 28px;
}
/* line 656, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-left .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 665, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.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 {
  height: 24px;
}

/* line 672, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-right button {
  height: 24px;
}
/* line 675, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-right .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-right: 28px !important;
}
/* line 681, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-right .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 690, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.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 {
  height: 24px;
}

/* line 697, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-top .x-btn-inner {
  padding-top: 28px;
}
/* line 701, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-top .x-btn-icon {
  width: auto;
  height: 24px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 710, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon, .x-quirks .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon {
  width: 24px;
}

/* line 717, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px;
}
/* line 721, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 24px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 730, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon {
  width: 24px;
}

/* line 736, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-over {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #9aaec2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cad5df), color-stop(50%, #aabbcc), color-stop(51%, #9aaec2), color-stop(100%, #8aa2b9));
  background-image: -webkit-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -moz-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -o-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
}
/* line 744, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-over .x-btn-inner {
  color: white;
}

/* line 760, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-focus {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #9aaec2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cad5df), color-stop(50%, #aabbcc), color-stop(51%, #9aaec2), color-stop(100%, #8aa2b9));
  background-image: -webkit-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -moz-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -o-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
}
/* line 768, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-focus .x-btn-inner {
  color: white;
}

/* line 785, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-menu-active,
.x-btn-default-toolbar-medium-pressed {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}
/* line 793, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-menu-active .x-btn-inner,
.x-btn-default-toolbar-medium-pressed .x-btn-inner {
  color: white;
}

/* line 809, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-disabled {
  background-image: none;
  background-color: transparent;
}
/* line 817, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-disabled .x-btn-inner {
  color: #3e546b !important;
}

/* line 834, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie .x-btn-default-toolbar-medium-disabled .x-btn-inner {
  color: #5a7a9b !important;
}

/* line 842, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-medium-disabled .x-btn-inner {
  color: #98adc3 !important;
}

/* line 857, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-tl,
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-bl,
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-tr,
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-br,
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-tc,
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-over-corners.gif');
}
/* line 861, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-ml,
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-over-sides.gif');
}
/* line 864, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-mc {
  background-color: #9aaec2;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-over-bg.gif');
}
/* line 878, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tl,
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-bl,
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tr,
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-br,
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tc,
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-focus-corners.gif');
}
/* line 882, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-ml,
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-focus-sides.gif');
}
/* line 885, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mc {
  background-color: #9aaec2;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-focus-bg.gif');
}
/* line 900, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tl,
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-bl,
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tr,
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-br,
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tc,
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-bc,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tl,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-bl,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tr,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-br,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tc,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-pressed-corners.gif');
}
/* line 904, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-ml,
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-mr,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-ml,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-pressed-sides.gif');
}
/* line 907, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-mc,
.x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-pressed-bg.gif');
}
/* line 921, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tl,
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-bl,
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tr,
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-br,
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tc,
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-disabled-corners.gif');
}
/* line 925, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-ml,
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-disabled-sides.gif');
}
/* line 928, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mc {
  background-color: transparent;
}

/* line 950, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-medium-over {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-over-bg.gif');
}

/* line 959, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-medium-focus {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-focus-bg.gif');
}

/* line 969, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-medium-menu-active,
.x-nlg .x-btn-default-toolbar-medium-pressed {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-medium-pressed-bg.gif');
}

/* line 604, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large {
  border-color: transparent;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-large {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-large-mc {
  background-color: transparent;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-large {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100303px 1000303px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-large-tl,
.x-nbr .x-btn-default-toolbar-large-bl,
.x-nbr .x-btn-default-toolbar-large-tr,
.x-nbr .x-btn-default-toolbar-large-br,
.x-nbr .x-btn-default-toolbar-large-tc,
.x-nbr .x-btn-default-toolbar-large-bc,
.x-nbr .x-btn-default-toolbar-large-ml,
.x-nbr .x-btn-default-toolbar-large-mr {
  zoom: 1;
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-large-ml,
.x-nbr .x-btn-default-toolbar-large-mr {
  zoom: 1;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-large-mc {
  padding: 0px 0px 0px 0px;
}

/* line 610, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma, arial, verdana, sans-serif;
  color: #3e546b;
  background-repeat: no-repeat;
  padding: 0 3px;
}

/* line 622, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon button,
.x-btn-default-toolbar-large-icon .x-btn-inner,
.x-btn-default-toolbar-large-noicon button,
.x-btn-default-toolbar-large-noicon .x-btn-inner {
  height: 32px;
  line-height: 32px;
}

/* line 630, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon button {
  padding: 0;
  width: 32px !important;
  height: 32px;
}
/* line 636, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon .x-btn-icon {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 647, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left button {
  height: 32px;
}
/* line 650, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-left: 36px;
}
/* line 656, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 665, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.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 {
  height: 32px;
}

/* line 672, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right button {
  height: 32px;
}
/* line 675, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-right: 36px !important;
}
/* line 681, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 690, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.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 {
  height: 32px;
}

/* line 697, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-top .x-btn-inner {
  padding-top: 36px;
}
/* line 701, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
  width: auto;
  height: 32px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 710, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-large-icon-text-top .x-btn-icon, .x-quirks .x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
  width: 32px;
}

/* line 717, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 36px;
}
/* line 721, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 32px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 730, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon, .x-quirks .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
  width: 32px;
}

/* line 736, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-over {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #9aaec2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cad5df), color-stop(50%, #aabbcc), color-stop(51%, #9aaec2), color-stop(100%, #8aa2b9));
  background-image: -webkit-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -moz-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -o-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
}
/* line 744, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-over .x-btn-inner {
  color: white;
}

/* line 760, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-focus {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #9aaec2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cad5df), color-stop(50%, #aabbcc), color-stop(51%, #9aaec2), color-stop(100%, #8aa2b9));
  background-image: -webkit-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -moz-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: -o-linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
  background-image: linear-gradient(top, #cad5df, #aabbcc 50%, #9aaec2 51%, #8aa2b9);
}
/* line 768, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-focus .x-btn-inner {
  color: white;
}

/* line 785, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-menu-active,
.x-btn-default-toolbar-large-pressed {
  border-color: #5c7b9a;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}
/* line 793, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-menu-active .x-btn-inner,
.x-btn-default-toolbar-large-pressed .x-btn-inner {
  color: white;
}

/* line 809, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-disabled {
  background-image: none;
  background-color: transparent;
}
/* line 817, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-disabled .x-btn-inner {
  color: #3e546b !important;
}

/* line 834, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie .x-btn-default-toolbar-large-disabled .x-btn-inner {
  color: #5a7a9b !important;
}

/* line 842, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-large-disabled .x-btn-inner {
  color: #98adc3 !important;
}

/* line 857, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-over .x-frame-tl,
.x-nbr .x-btn-default-toolbar-large-over .x-frame-bl,
.x-nbr .x-btn-default-toolbar-large-over .x-frame-tr,
.x-nbr .x-btn-default-toolbar-large-over .x-frame-br,
.x-nbr .x-btn-default-toolbar-large-over .x-frame-tc,
.x-nbr .x-btn-default-toolbar-large-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-over-corners.gif');
}
/* line 861, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-over .x-frame-ml,
.x-nbr .x-btn-default-toolbar-large-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-over-sides.gif');
}
/* line 864, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-over .x-frame-mc {
  background-color: #9aaec2;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-over-bg.gif');
}
/* line 878, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-tl,
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-bl,
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-tr,
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-br,
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-tc,
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-focus-corners.gif');
}
/* line 882, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-ml,
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-focus-sides.gif');
}
/* line 885, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-mc {
  background-color: #9aaec2;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-focus-bg.gif');
}
/* line 900, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tl,
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-bl,
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tr,
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-br,
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tc,
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-bc,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tl,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-bl,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tr,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-br,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tc,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-pressed-corners.gif');
}
/* line 904, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-ml,
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-mr,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-ml,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-pressed-sides.gif');
}
/* line 907, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-mc,
.x-nbr .x-btn-default-toolbar-large-pressed .x-frame-mc {
  background-color: #5c7b9a;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-pressed-bg.gif');
}
/* line 921, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tl,
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-bl,
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tr,
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-br,
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tc,
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-disabled-corners.gif');
}
/* line 925, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-ml,
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-disabled-sides.gif');
}
/* line 928, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mc {
  background-color: transparent;
}

/* line 950, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-large-over {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-over-bg.gif');
}

/* line 959, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-large-focus {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-focus-bg.gif');
}

/* line 969, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-large-menu-active,
.x-nlg .x-btn-default-toolbar-large-pressed {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/btn/btn-default-toolbar-large-pressed-bg.gif');
}

/* line 542, ../../resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-disabled,
.x-btn-default-toolbar-medium-disabled,
.x-btn-default-toolbar-large-disabled {
  border-color: transparent;
  background-image: none;
  background: transparent;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group {
  position: relative;
  overflow: hidden;
}

/* line 7, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-body {
  position: relative;
  zoom: 1;
  padding: 0 1px;
}
/* line 11, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-body .x-table-layout-cell {
  vertical-align: top;
}

/* line 16, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-text {
  white-space: nowrap;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-group-default-framed {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 1px 1px 1px;
  border-width: 1px;
  border-style: solid;
  background-color: #d0def0;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-group-default-framed-mc {
  background-color: #d0def0;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-group-default-framed {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000202px 1000202px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-group-default-framed-tl,
.x-nbr .x-btn-group-default-framed-bl,
.x-nbr .x-btn-group-default-framed-tr,
.x-nbr .x-btn-group-default-framed-br,
.x-nbr .x-btn-group-default-framed-tc,
.x-nbr .x-btn-group-default-framed-bc,
.x-nbr .x-btn-group-default-framed-ml,
.x-nbr .x-btn-group-default-framed-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn-group/btn-group-default-framed-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-group-default-framed-ml,
.x-nbr .x-btn-group-default-framed-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/btn-group/btn-group-default-framed-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-group-default-framed-mc {
  padding: 0 0 0 0;
}

/* line 56, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-default-framed {
  border-color: #b7c8d7;
  -moz-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
  -webkit-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
  -o-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
  box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
}

/* line 64, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-default-framed {
  margin: 2px 2px 0 2px;
}

/* line 68, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-body-default-framed {
  padding: 1px 0;
  background: #c2d8f0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 76, ../../resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-text-default-framed {
  font: normal 11px tahoma, arial, verdana, sans-serif;
  color: #3e6aaa;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker {
  border: 1px solid #1c2634;
  background-color: white;
  position: relative;
}
/* line 8, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker a {
  -moz-outline: 0 none;
  outline: 0 none;
  color: white;
  text-decoration: none;
  border-width: 0;
}

/* line 21, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-inner,
.x-datepicker-inner td,
.x-datepicker-inner th {
  border-collapse: separate;
}

/* line 25, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-header {
  position: relative;
  height: 26px;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a7a9b), color-stop(50%, #47617b), color-stop(51%, #3e546b), color-stop(100%, #35475b));
  background-image: -webkit-linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
  background-image: -moz-linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
  background-image: -o-linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
  background-image: linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
}

/* line 38, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev,
.x-datepicker-next {
  position: absolute;
  top: 5px;
  width: 18px;
}
/* line 44, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev a,
.x-datepicker-next a {
  display: block;
  width: 16px;
  height: 16px;
  background-position: top;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 59, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev a:hover,
.x-datepicker-next a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 65, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next {
  right: 5px;
}
/* line 68, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next a {
  background-image: url('../../resources/themes/images/slate/shared/right-btn.gif');
}

/* line 73, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev {
  left: 5px;
}
/* line 76, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev a {
  background-image: url('../../resources/themes/images/slate/shared/left-btn.gif');
}

/* line 82, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-item-disabled .x-datepicker-prev a:hover,
.x-item-disabled .x-datepicker-next a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 86, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month {
  padding-top: 3px;
}
/* line 99, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month .x-btn,
.x-datepicker-month button,
.x-datepicker-month .x-btn-tc,
.x-datepicker-month .x-btn-tl,
.x-datepicker-month .x-btn-tr,
.x-datepicker-month .x-btn-mc,
.x-datepicker-month .x-btn-ml,
.x-datepicker-month .x-btn-mr,
.x-datepicker-month .x-btn-bc,
.x-datepicker-month .x-btn-bl,
.x-datepicker-month .x-btn-br {
  background: transparent !important;
  border-width: 0 !important;
}
/* line 104, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month span {
  color: #fff !important;
}
/* line 108, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month .x-btn-split-right {
  background: no-repeat right center !important;
  background-image: url('../../resources/themes/images/slate/button/s-arrow-light.gif');
  padding-right: 12px;
}

/* line 116, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next {
  text-align: right;
}

/* line 120, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month {
  text-align: center;
}
/* line 124, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month button {
  color: white !important;
}

/* line 130, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner {
  width: 100%;
  table-layout: fixed;
}
/* line 134, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner th {
  width: 25px;
  height: 19px;
  padding: 0;
  color: #3e546b;
  font: normal 10px tahoma, arial, verdana, sans-serif;
  text-align: right;
  border-bottom: 1px solid #3e546b;
  border-collapse: separate;
  background-image: none;
  background-color: #aabbcc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b4c3d2), color-stop(100%, #9db1c4));
  background-image: -webkit-linear-gradient(top, #b4c3d2, #9db1c4);
  background-image: -moz-linear-gradient(top, #b4c3d2, #9db1c4);
  background-image: -o-linear-gradient(top, #b4c3d2, #9db1c4);
  background-image: linear-gradient(top, #b4c3d2, #9db1c4);
  cursor: default;
}
/* line 155, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner th span {
  display: block;
  padding-right: 7px;
}
/* line 161, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner tr {
  height: 20px;
}
/* line 165, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner td {
  border: 1px solid;
  height: 17px;
  border-color: white;
  text-align: right;
  padding: 0;
}
/* line 173, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner a {
  padding-right: 4px;
  display: block;
  zoom: 1;
  font: normal 11px tahoma, arial, verdana, sans-serif;
  color: black;
  text-decoration: none;
  text-align: right;
}
/* line 186, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-active {
  cursor: pointer;
  color: black;
}
/* line 192, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-selected a {
  background: repeat-x left top;
  background-color: #aabbcc;
  border: 1px solid #3e546b;
}
/* line 198, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-selected span {
  font-weight: bold;
}
/* line 204, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-today a {
  border: 1px solid;
  border-color: #3e546b;
}
/* line 212, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-prevday a,
table.x-datepicker-inner .x-datepicker-nextday a {
  text-decoration: none !important;
  color: #aaa;
}
/* line 219, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner a:hover,
table.x-datepicker-inner .x-datepicker-disabled a:hover {
  text-decoration: none !important;
  color: #000;
  background-color: #dae1e9;
}
/* line 227, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-disabled a {
  cursor: default;
  background-color: #eee;
  color: #bbb;
}

/* line 235, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-footer,
.x-monthpicker-buttons {
  position: relative;
  border-top: 1px solid #3e546b;
  background-image: none;
  background-color: #aabbcc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3ced9), color-stop(49%, #b9c5d1), color-stop(51%, #b1bfcc), color-stop(100%, #b4c1ce));
  background-image: -webkit-linear-gradient(top, #c3ced9, #b9c5d1 49%, #b1bfcc 51%, #b4c1ce);
  background-image: -moz-linear-gradient(top, #c3ced9, #b9c5d1 49%, #b1bfcc 51%, #b4c1ce);
  background-image: -o-linear-gradient(top, #c3ced9, #b9c5d1 49%, #b1bfcc 51%, #b4c1ce);
  background-image: linear-gradient(top, #c3ced9, #b9c5d1 49%, #b1bfcc 51%, #b4c1ce);
  text-align: center;
}
/* line 248, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-footer .x-btn,
.x-monthpicker-buttons .x-btn {
  position: relative;
  margin: 4px;
}

/* line 254, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-item-disabled .x-datepicker-inner a:hover {
  background: none;
}

/* line 259, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker .x-monthpicker {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 266, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker {
  border: 1px solid #1c2634;
  background-color: white;
}

/* line 272, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-months,
.x-monthpicker-years {
  float: left;
  height: 167px;
  width: 88px;
}

/* line 279, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item {
  float: left;
  margin: 4px 0 5px 0;
  font: normal 11px tahoma, arial, verdana, sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  width: 43px;
  border: 0 none;
}
/* line 293, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item a {
  display: block;
  margin: 0 5px 0 5px;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  line-height: 17px;
}
/* line 306, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item a:hover {
  background-color: #dae1e9;
}
/* line 310, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item a.x-monthpicker-selected {
  background-color: #aabbcc;
  border: 1px solid #3e546b;
}

/* line 317, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-months {
  border-right: 1px solid #1c2634;
  width: 87px;
}

/* line 322, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-years .x-monthpicker-item {
  width: 44px;
}

/* line 326, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav {
  height: 28px;
}
/* line 329, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav button {
  background-image: url('../../resources/themes/images/slate/tools/tool-sprites.gif');
  height: 15px;
  width: 15px;
  padding: 0;
  margin: 6px 12px 5px 15px;
  border: none;
  outline: 0 none;
}
/* line 337, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 344, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-next {
  background-position: 0 -120px;
}

/* line 348, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-next-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -120px;
}

/* line 354, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-prev {
  background-position: 0 -105px;
}

/* line 358, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-prev-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -105px;
}

/* line 365, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-item {
  margin: 2px 0 2px 0;
}
/* line 369, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-yearnav {
  height: 23px;
}
/* line 373, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-months, .x-monthpicker-small .x-monthpicker-years {
  height: 136px;
}

/* line 383, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-quirks .x-ie7 .x-monthpicker-buttons .x-btn,
.x-quirks .x-ie8 .x-monthpicker-buttons .x-btn {
  margin-top: 2px;
}
/* line 389, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-quirks .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 395, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-ie6 .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 405, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-nlg .x-datepicker-header {
  background-image: url('../../resources/themes/images/slate/datepicker/datepicker-header-bg.gif');
  background-repeat: repeat-x;
  background-position: top left;
}
/* line 414, ../../resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-nlg .x-datepicker-footer,
.x-nlg .x-monthpicker-buttons {
  background-image: url('../../resources/themes/images/slate/datepicker/datepicker-footer-bg.gif');
  background-repeat: repeat-x;
  background-position: top left;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker {
  width: 144px;
  height: 90px;
  cursor: pointer;
}

/* line 8, ../../resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker a {
  border: 1px solid #fff;
  float: left;
  padding: 2px;
  text-decoration: none;
  -moz-outline: 0 none;
  outline: 0 none;
  cursor: pointer;
}

/* line 24, ../../resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker a:hover,
.x-color-picker a.x-color-picker-selected {
  border-color: #8bb8f3;
  background-color: #deecfd;
}

/* line 29, ../../resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker em {
  display: block;
  border: 1px solid #aca899;
}

/* line 35, ../../resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker em span {
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 10px;
}

/* line 5, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-body {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  background: #f0f0f0 !important;
  padding: 2px;
}

/* line 11, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-icon-separator {
  position: absolute;
  top: 0px;
  left: 27px;
  z-index: 0;
  border-left: solid 1px #e0e0e0;
  background-color: white;
  width: 2px;
  height: 100%;
  overflow: hidden;
}

/* line 24, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-plain .x-menu-icon-separator {
  display: none;
}

/* line 29, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-focus {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px;
}

/* line 38, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item {
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

/* line 44, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-cmp {
  margin-bottom: 1px;
}

/* line 48, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-link {
  display: block;
  padding: 0px 2px;
  margin: 1px;
  text-decoration: none !important;
  line-height: 16px;
  cursor: default;
}

/* line 61, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-opera .x-menu-item-link {
  position: relative;
}

/* line 67, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-icon {
  width: 16px;
  height: 16px;
  margin: 4px 11px 0px 2px;
  background: no-repeat center center;
}

/* line 74, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-text {
  position: relative;
  font-size: 11px;
  color: #222222;
  top: -4px;
}

/* line 82, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-checked .x-menu-item-icon {
  background-image: url('../../resources/themes/images/slate/menu/checked.gif');
}
/* line 85, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-checked .x-menu-group-icon {
  background-image: url('../../resources/themes/images/slate/menu/group-checked.gif');
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-unchecked .x-menu-item-icon {
  background-image: url('../../resources/themes/images/slate/menu/unchecked.gif');
}
/* line 94, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-unchecked .x-menu-group-icon {
  background-image: none;
}

/* line 99, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-separator {
  height: 2px;
  border-top: solid 1px #e0e0e0;
  background-color: white;
  margin: 2px 0px;
  overflow: hidden;
}

/* line 107, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-arrow {
  position: absolute;
  width: 12px;
  height: 9px;
  top: 9px;
  right: 0px;
  background: url('../../resources/themes/images/slate/menu/menu-parent.gif') no-repeat center center;
}

/* line 116, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-indent {
  margin-left: 31px;
  /* The 2px is the width of the seperator */
}

/* line 120, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-active {
  cursor: pointer;
}
/* line 123, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-active .x-menu-item-link {
  background-image: none;
  background-color: #d9e8fb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f0fc), color-stop(100%, #c7ddf9));
  background-image: -webkit-linear-gradient(top, #e7f0fc, #c7ddf9);
  background-image: -moz-linear-gradient(top, #e7f0fc, #c7ddf9);
  background-image: -o-linear-gradient(top, #e7f0fc, #c7ddf9);
  background-image: linear-gradient(top, #e7f0fc, #c7ddf9);
  margin: 0px;
  border: 1px solid #a9cbf5;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/* line 132, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 138, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie .x-menu-item-link {
  line-height: 17px;
  padding-bottom: 1px;
}
/* line 144, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie .x-menu-item-disabled .x-menu-item-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 148, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie .x-menu-item-disabled .x-menu-item-text {
  background-color: #f0f0f0;
}
/* line 155, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie .x-menu-icon-separator {
  width: 1px;
}
/* line 159, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie .x-menu-item-separator {
  height: 1px;
}

/* line 168, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie6 .x-menu-item-link,
.x-ie7 .x-menu-item-link,
.x-quirks .x-ie8 .x-menu-item-link {
  padding-bottom: 2px;
}

/* line 176, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-nlg .x-menu-item-active .x-menu-item-link {
  background: #d9e8fb url('../../resources/themes/images/slate/menu/menu-item-active-bg.gif') repeat-x left top;
}

/* line 182, ../../resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-date-item {
  border-color: #99BBE8;
}

/* line 4, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-panel .x-grid-body {
  background: white;
  border-color: #9aaec2;
  border-style: solid;
  border-width: 1px;
  border-top-color: #5c7b9a;
}
/* line 13, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-panel .x-grid-header-ct-hidden {
  border-top-width: 0 !important;
}

/* line 18, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-header-hidden .x-grid-body {
  border-top-color: #9aaec2 !important;
}

/* line 22, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view {
  overflow: hidden;
  position: relative;
}

/* line 28, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-table {
  table-layout: fixed;
  border-collapse: separate;
}

/* line 33, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-table {
  border-collapse: collapse;
}

/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-locked .x-grid-inner-locked {
  border-width: 0 1px 0 0 !important;
  border-style: solid;
}

/* line 42, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-header-ct {
  cursor: default;
  zoom: 1;
  padding: 0;
  border: 1px solid #9aaec2;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 55, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-border-box .x-ie9 .x-grid-header-ct {
  padding-left: 1px;
}

/* line 60, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-header-ct, .x-ie7 .x-grid-header-ct {
  padding-left: 1px;
}

/* line 67, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header {
  padding: 0;
  position: absolute;
  overflow: hidden;
  border-right: 1px solid #5c7b9a;
  border-left: 0 none;
  border-top: 0 none;
  border-bottom: 0 none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font: normal 11px/15px tahoma, arial, verdana, sans-serif;
  color: white;
  font: normal 11px tahoma, arial, verdana, sans-serif;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}

/* line 90, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-header {
  padding: 0;
  border-left-width: 0;
}

/* line 94, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-sub-header {
  background: transparent;
  border-top: 1px solid #5c7b9a;
  border-left-width: 0;
}

/* line 100, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-inner {
  zoom: 1;
  position: relative;
  white-space: nowrap;
  line-height: 22px;
  padding: 0px 6px;
}
/* line 107, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-inner .x-column-header-text {
  white-space: nowrap;
}

/* line 114, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-over,
.x-column-header-sort-ASC,
.x-column-header-sort-DESC {
  border-left-color: #aaccf6;
  border-right-color: #aaccf6;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a7a9b), color-stop(50%, #47617b), color-stop(51%, #3e546b), color-stop(100%, #35475b));
  background-image: -webkit-linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
  background-image: -moz-linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
  background-image: -o-linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
  background-image: linear-gradient(top, #5a7a9b, #47617b 50%, #3e546b 51%, #35475b);
}

/* line 126, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-grid-header-ct,
.x-nlg .x-column-header {
  background: repeat-x 0 top;
  background-image: url('../../resources/themes/images/slate/grid/column-header-bg.gif');
}
/* line 133, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-column-header-over,
.x-nlg .x-column-header-sort-ASC,
.x-nlg .x-column-header-sort-DESC {
  background: #ebf3fd repeat-x 0 top;
  background-image: url('../../resources/themes/images/slate/grid/column-header-over-bg.gif');
}

/* line 140, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-trigger {
  display: none;
  height: 100%;
  width: 14px;
  background: no-repeat left center;
  background-color: #c3daf9;
  background-image: url('../../resources/themes/images/slate/grid/grid3-hd-btn.gif');
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

/* line 155, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
  display: block;
}

/* line 160, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-right {
  text-align: right;
}
/* line 163, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-right .x-column-header-text {
  padding-right: 0.5ex;
  margin-right: 6px;
}

/* line 168, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-center {
  text-align: center;
}

/* line 171, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-left {
  text-align: left;
}

/* line 176, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-sort-ASC .x-column-header-text {
  padding-right: 16px;
  background: no-repeat right 6px;
  background-image: url('../../resources/themes/images/slate/grid/sort_asc.gif');
}

/* line 181, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-sort-DESC .x-column-header-text {
  padding-right: 16px;
  background: no-repeat right 6px;
  background-image: url('../../resources/themes/images/slate/grid/sort_desc.gif');
}

/* line 188, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row {
  line-height: 13px;
  vertical-align: top;
  padding: 0 1px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}
/* line 199, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-cell {
  color: null;
  font: normal 11px tahoma, arial, verdana, sans-serif;
  border-color: #ededed;
  border-style: solid;
  border-width: 1px 0;
  border-top-color: #fafafa;
}

/* line 212, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowwrap-div {
  border-width: 1px 0;
  border-color: #ededed;
  border-style: solid;
  border-top-color: #fafafa;
  overflow: hidden;
}

/* line 222, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-alt .x-grid-cell,
.x-grid-row-alt .x-grid-rowwrap-div {
  background-color: #eaeef2;
}

/* line 227, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-over .x-grid-cell,
.x-grid-row-over .x-grid-rowwrap-div {
  border-color: #dddddd;
  background-color: #cad5df;
}

/* line 234, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-focused .x-grid-cell,
.x-grid-row-focused .x-grid-rowwrap-div {
  border-color: #dddddd;
  background-color: #efefef;
}

/* line 241, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-cell,
.x-grid-row-selected .x-grid-rowwrap-div {
  border-style: dotted;
  border-color: #90a4c5;
  background-color: #c3cedb !important;
}

/* line 250, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowwrap-div .x-grid-cell,
.x-grid-rowwrap-div .x-grid-cell-inner {
  border-width: 0;
  background: transparent;
}

/* line 257, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-body-hidden {
  display: none;
}

/* line 261, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowbody {
  font: normal 11px/13px tahoma, arial, verdana, sans-serif;
  padding: 4px;
}
/* line 266, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowbody p {
  margin: 5px 5px 10px 5px;
}

/* line 272, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell {
  overflow: hidden;
  font: normal 13px tahoma, arial, verdana, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 282, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 3px 6px;
  white-space: nowrap;
}

/* line 294, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-action-col-cell .x-grid-cell-inner {
  padding: 1px 2px 0 2px;
}

/* line 303, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-action-col-cell .x-grid-cell-inner,
.x-ie7 .x-action-col-cell .x-grid-cell-inner,
.x-quirks .x-ie9 .x-action-col-cell .x-grid-cell-inner,
.x-quirks .x-ie8 .x-action-col-cell .x-grid-cell-inner,
.x-strict .x-ie8 .x-action-col-cell .x-grid-cell-inner {
  padding: 2px 2px 1px 2px;
}

/* line 308, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-cell-special {
  padding: 0;
  border-right: 1px solid #b5b5b5;
  background-image: none;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f6f6), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(left, #f6f6f6, #e9e9e9);
  background-image: -moz-linear-gradient(left, #f6f6f6, #e9e9e9);
  background-image: -o-linear-gradient(left, #f6f6f6, #e9e9e9);
  background-image: linear-gradient(left, #f6f6f6, #e9e9e9);
}

/*
IE6-8 have issues with shrinking the TR to 0px (even w/line-height=0), so we
use an IE-specific trick to make the row disappear. We cannot do this on any
other browser, because it is not a non-standard thing to do and those other
browsers will do whacky things with it.
*/
/* line 326, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-header-row,
.x-ie7 .x-grid-header-row,
.x-quirks .x-ie8 .x-grid-header-row,
.x-strict .x-ie8 .x-grid-header-row {
  position: absolute;
}

/* line 331, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-cell-special {
  border-right: 1px solid #8fb5da;
  background-image: none;
  background-color: #c3cedb;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3cedb), color-stop(100%, #b3c1d2));
  background-image: -webkit-linear-gradient(left, #c3cedb, #b3c1d2);
  background-image: -moz-linear-gradient(left, #c3cedb, #b3c1d2);
  background-image: -o-linear-gradient(left, #c3cedb, #b3c1d2);
  background-image: linear-gradient(left, #c3cedb, #b3c1d2);
}

/* line 337, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-dirty-cell {
  background-image: url('../../resources/themes/images/slate/grid/dirty.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 343, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-selected {
  background-color: #B8CFEE !important;
}

/* line 349, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-grid-cell-special {
  background-repeat: repeat-y;
  background-position: top right;
}
/* line 355, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-grid-row .x-grid-cell-special,
.x-nlg .x-grid-row-over .x-grid-cell-special {
  background-image: url('../../resources/themes/images/slate/grid/cell-special-bg.gif');
}
/* line 361, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-grid-row-focused .x-grid-cell-special,
.x-nlg .x-grid-row-selected .x-grid-cell-special {
  background-image: url('../../resources/themes/images/slate/grid/cell-special-selected-bg.gif');
}

/* line 368, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-panel-with-col-lines .x-grid-row .x-grid-cell {
  padding-right: 0;
  border-right: 1px solid #b5b5b5;
}

/* line 375, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie .x-grid-cell-special {
  border-right-width: 0 !important;
}

/* line 382, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-property-grid .x-grid-row .x-grid-cell-inner {
  padding: 3px 6px 5px;
}
/* line 387, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-property-grid .x-grid-row .x-grid-property-name .x-grid-cell-inner,
.x-property-grid .x-grid-row-over .x-grid-property-name .x-grid-cell-inner {
  padding-left: 12px;
  background-image: url('../../resources/themes/images/slate/grid/property-cell-bg.gif');
  background-repeat: no-repeat;
  background-position: -16px 1px;
}

/* line 396, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-quirks .x-ie .x-grid-row .x-grid-property-name .x-grid-cell-inner {
  background-position: -16px 2px;
}

/* line 401, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 407, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-body-hidden {
  display: none;
}

/* line 411, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed {
  display: none;
}

/* line 417, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view .x-grid-td-expander {
  vertical-align: top;
}

/* line 422, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-td-expander {
  background: repeat-y right transparent;
}

/* line 428, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view .x-grid-td-expander .x-grid-cell-inner {
  padding: 0 !important;
}

/* line 434, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-expander {
  background-image: url('../../resources/themes/images/slate/grid/group-collapse.gif');
  background-color: transparent;
  width: 9px;
  height: 13px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
}

/* line 448, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-collapsed .x-grid-row-expander {
  background-image: url('../../resources/themes/images/slate/grid/group-expand.gif');
}

/* line 453, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-resize-marker {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 1px;
  background-color: #0f0f0f;
}

/* line 463, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-top,
.col-move-bottom {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 20000;
  background: no-repeat left top transparent;
}

/* line 475, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-top {
  background-image: url('../../resources/themes/images/slate/grid/col-move-top.gif');
}

/* line 479, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-bottom {
  background-image: url('../../resources/themes/images/slate/grid/col-move-bottom.gif');
}

/* line 484, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-number {
  width: 30px;
}

/* line 491, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group,
.x-grid-group-body,
.x-grid-group-hd {
  zoom: 1;
}

/* line 495, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd {
  padding-top: 6px;
}
/* line 498, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd .x-grid-cell-inner {
  padding: 10px 4px 4px 4px;
  background: white;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #88a4c2;
  cursor: pointer;
}

/* line 511, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-title {
  background: transparent no-repeat 0 -1px;
  background-image: url('../../resources/themes/images/slate/grid/group-collapse.gif');
  color: #41505f;
  font: bold 11px tahoma, arial, verdana, sans-serif;
  padding: 0 0 0 14px;
}

/* line 522, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd-collapsed .x-grid-group-title {
  background-image: url('../../resources/themes/images/slate/grid/group-expand.gif');
}

/* line 527, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed .x-grid-group-body {
  display: none;
}

/* line 531, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed .x-grid-group-title {
  background-image: url('../../resources/themes/images/slate/grid/group-expand.gif');
}

/* line 535, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-by-icon {
  background-image: url('../../resources/themes/images/slate/grid/group-by.gif');
}

/* line 539, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-show-groups-icon {
  background-image: url('../../resources/themes/images/slate/grid/group-by.gif');
}

/* line 543, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-checkbox .x-column-header-inner {
  padding: 1px;
}

/* line 547, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-special .x-grid-cell-inner {
  padding: 4px;
}

/* line 552, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-checker,
.x-column-header-checkbox .x-column-header-text {
  height: 14px;
  width: 14px;
  background-image: url('../../resources/themes/images/slate/grid/unchecked.gif');
  background-position: -1px -1px;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 563, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-checkbox .x-column-header-text {
  display: block;
  margin-top: 4px;
  margin-left: 4px;
}

/* All IE Quirks mode need to squish the header height or the line-height will become too tall */
/* IE6 always needs the hack regardless of quirks/strict */
/* line 573, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-quirks .x-ie .x-column-header-checkbox .x-column-header-inner, .x-ie6 .x-column-header-checkbox .x-column-header-inner {
  line-height: 18px;
}

/* IE 6, 7 & 9 are 1px too far to the right when centering, drop the margin 1px. */
/* line 580, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-column-header-checkbox .x-column-header-text, .x-ie7 .x-column-header-checkbox .x-column-header-text, .x-ie9 .x-column-header-checkbox .x-column-header-text {
  margin-left: 3px;
}

/* line 586, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-hd-checker-on .x-column-header-text {
  background-image: url('../../resources/themes/images/slate/grid/checked.gif');
}

/* line 590, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-checker {
  margin-left: 1px;
  background-position: 50% -2px;
}

/* line 597, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-row-checker,
.x-grid-row-checked .x-grid-row-checker {
  background-image: url('../../resources/themes/images/slate/grid/checked.gif');
}

/* line 602, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-first {
  background-image: url('../../resources/themes/images/slate/grid/page-first.gif') !important;
}

/* line 606, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-loading {
  background-image: url('../../resources/themes/images/slate/grid/refresh.gif') !important;
}

/* line 610, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-last {
  background-image: url('../../resources/themes/images/slate/grid/page-last.gif') !important;
}

/* line 614, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-next {
  background-image: url('../../resources/themes/images/slate/grid/page-next.gif') !important;
}

/* line 618, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-prev {
  background-image: url('../../resources/themes/images/slate/grid/page-prev.gif') !important;
}

/* line 623, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-loading {
  background-image: url('../../resources/themes/images/slate/grid/refresh-disabled.gif') !important;
}
/* line 627, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-first {
  background-image: url('../../resources/themes/images/slate/grid/page-first-disabled.gif') !important;
}
/* line 631, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-last {
  background-image: url('../../resources/themes/images/slate/grid/page-last-disabled.gif') !important;
}
/* line 635, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-next {
  background-image: url('../../resources/themes/images/slate/grid/page-next-disabled.gif') !important;
}
/* line 639, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-prev {
  background-image: url('../../resources/themes/images/slate/grid/page-prev-disabled.gif') !important;
}

/* line 645, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-sort-asc .x-menu-item-icon {
  background-image: url('../../resources/themes/images/slate/grid/hmenu-asc.gif');
}

/* line 649, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-sort-desc .x-menu-item-icon {
  background-image: url('../../resources/themes/images/slate/grid/hmenu-desc.gif');
}

/* line 653, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-lock .x-menu-item-icon {
  background-image: url('../../resources/themes/images/slate/grid/hmenu-lock.gif');
}

/* line 657, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-unlock .x-menu-item-icon {
  background-image: url('../../resources/themes/images/slate/grid/hmenu-unlock.gif');
}

/* line 661, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-by-icon {
  background-image: url('../../resources/themes/images/slate/grid/group-by.gif');
}

/* line 665, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-cols-icon .x-menu-item-icon {
  background-image: url('../../resources/themes/images/slate/grid/columns.gif');
}

/* line 669, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-show-groups-icon {
  background-image: url('../../resources/themes/images/slate/grid/group-by.gif');
}

/* line 674, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-drop-indicator {
  position: absolute;
  height: 1px;
  line-height: 0px;
  background-color: #77BC71;
  overflow: visible;
}
/* line 681, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-drop-indicator .x-grid-drop-indicator-left {
  position: absolute;
  top: -8px;
  left: -12px;
  background-image: url('../../resources/themes/images/slate/grid/dd-insert-arrow-right.png');
  height: 16px;
  width: 16px;
}
/* line 690, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-drop-indicator .x-grid-drop-indicator-right {
  position: absolute;
  top: -8px;
  right: -11px;
  background-image: url('../../resources/themes/images/slate/grid/dd-insert-arrow-left.png');
  height: 16px;
  width: 16px;
}

/* line 701, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-drop-indicator-left {
  background-image: url('../../resources/themes/images/slate/grid/dd-insert-arrow-right.gif');
}
/* line 705, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-drop-indicator-right {
  background-image: url('../../resources/themes/images/slate/grid/dd-insert-arrow-left.gif');
}

/* line 711, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor {
  position: absolute !important;
  z-index: 1;
  zoom: 1;
  overflow: visible !important;
}
/* line 717, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-form-field {
  font: normal 11px tahoma, arial, verdana, sans-serif !important;
}
/* line 720, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-form-display-field {
  font: normal 11px tahoma, arial, verdana, sans-serif !important;
  padding-top: 0;
}
/* line 725, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-panel-body {
  background-color: #c9d7e5;
  border-top: 1px solid #9aaec2 !important;
  border-bottom: 1px solid #9aaec2 !important;
}

/* line 735, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-form-text {
  padding-left: 2px;
}

/* line 741, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-cb-wrap {
  text-align: center;
}

/* line 746, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons {
  background-color: #c9d7e5;
  position: absolute;
  bottom: -31px;
  padding: 4px;
  width: 200px;
  height: 32px;
}
/* line 754, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-strict .x-grid-row-editor-buttons {
  width: 192px;
  height: 24px;
}
/* line 763, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-ml, .x-grid-row-editor-buttons-mr, .x-grid-row-editor-buttons-bl, .x-grid-row-editor-buttons-br, .x-grid-row-editor-buttons-bc {
  position: absolute;
  overflow: hidden;
}
/* line 769, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-bl, .x-grid-row-editor-buttons-br {
  width: 4px;
  height: 4px;
  bottom: 0px;
  background-image: url('../../resources/themes/images/slate/panel/panel-default-framed-corners.gif');
}
/* line 775, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-bl {
  left: 0px;
  background-position: 0px -16px;
}
/* line 779, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-br {
  right: 0px;
  background-position: 0px -20px;
}
/* line 784, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-bc {
  position: absolute;
  left: 4px;
  bottom: 0px;
  width: 192px;
  height: 1px;
  background-color: #9aaec2;
}
/* line 794, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-ml, .x-grid-row-editor-buttons-mr {
  height: 27px;
  width: 1px;
  top: 1px;
  background-color: #9aaec2;
}
/* line 800, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-ml {
  left: 0px;
}
/* line 803, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-mr {
  background-position: 0px -20px;
  right: 0px;
}

/* line 810, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-errors ul {
  margin-left: 5px;
}
/* line 813, ../../resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-errors li {
  list-style: disc;
  margin-left: 15px;
}

/*misc*/
/* line 5, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-webkit *:focus {
  outline: none !important;
}

/* line 12, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item {
  display: block;
  zoom: 1;
  position: relative;
  margin-bottom: 5px;
}

/* line 19, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label {
  float: left;
  padding: 3px 0 0;
  z-index: 2;
  position: relative;
  font-size: 12px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
}

/* line 28, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label-top {
  float: none;
  clear: none;
  padding: 0;
  display: block;
}

/* line 35, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label-right {
  float: left;
  text-align: right;
}

/* line 40, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-body {
  position: relative;
  float: left;
}

/* line 45, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-under {
  padding: 2px 2px 2px 18px;
  clear: left;
  color: #c0272b;
  font: normal 11px tahoma, arial, verdana, sans-serif;
  line-height: 16px;
  background: url('../../resources/themes/images/slate/form/exclamation.gif') no-repeat 0 2px;
}

/* line 56, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-icon {
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../resources/themes/images/slate/form/exclamation.gif') no-repeat 2px 3px;
}
/* line 68, ../../resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-icon ul {
  /* prevent inner elements from interfering with QuickTip hovering */
  display: none;
}

/* line 3, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-field,
.x-form-display-field {
  float: left;
  margin: 0 0 0 0;
  font: normal 12px tahoma, arial, verdana, sans-serif;
  color: black;
}

/* line 13, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-text,
textarea.x-form-field {
  padding: 1px 3px;
  background: repeat-x 0 0;
  border: 1px solid;
  background-color: white;
  background-image: url('../../resources/themes/images/slate/form/text-bg.gif');
  border-color: #b5b8c8;
}

/* line 29, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-text {
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 38, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-ie6 .x-form-text,
.x-ie7 .x-form-text,
.x-ie8 .x-form-text {
  line-height: 15px;
}

/* line 43, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box .x-form-text {
  height: 22px;
}

/* line 47, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
textarea.x-form-field {
  color: black;
  overflow: auto;
  height: auto;
  line-height: normal;
  background: repeat-x 0 0;
  background-color: white;
  background-image: url('../../resources/themes/images/slate/form/text-bg.gif');
  resize: none;
}

/* line 60, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box textarea.x-form-field {
  height: auto;
}

/* line 65, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-safari.x-mac textarea.x-form-field {
  margin-bottom: -2px;
}

/* line 71, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-focus,
textarea.x-form-focus {
  border-color: #7594ab;
}

/* line 76, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-invalid-field,
textarea.x-form-invalid-field {
  background-color: white;
  background-image: url('../../resources/themes/images/slate/grid/invalid_line.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #cc3300;
}

/* line 86, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-item {
  font: normal 12px tahoma, arial, verdana, sans-serif;
}

/* line 90, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-empty-field, textarea.x-form-empty-field {
  color: gray;
}

/* line 95, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-webkit .x-form-empty-field {
  line-height: 15px;
}

/* line 100, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-display-field {
  padding-top: 3px;
}

/* line 105, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-ie .x-form-file {
  height: 23px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 114, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-field-default-toolbar .x-form-text {
  height: 16px;
}

/* line 118, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box .x-field-default-toolbar .x-form-text {
  height: 20px;
}

/* line 122, ../../resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-field-default-toolbar .x-form-item-label-left {
  padding-left: 4px;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset {
  border: 1px solid #3e546b;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */
}

/* line 11, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset {
  padding-top: 0;
  padding-bottom: 10px;
}

/* line 16, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header {
  font: 11px bold tahoma, arial, verdana, sans-serif;
  color: #1e324b;
  padding: 0 3px;
  line-height: 16px;
}
/* line 22, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header .x-fieldset-header-text {
  float: left;
}
/* line 27, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header .x-form-item,
.x-fieldset-header .x-tool {
  float: left;
  margin: 0 3px 0 0;
}
/* line 32, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header .x-form-cb-wrap {
  padding: 0;
}

/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-webkit .x-fieldset-header {
  padding-top: 1px;
}

/* line 45, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-quirks .x-ie .x-fieldset-header,
.x-ie6 .x-fieldset-header,
.x-ie7 .x-fieldset-header,
.x-ie8 .x-fieldset-header {
  padding: 0;
}

/* line 49, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-header {
  margin-bottom: 10px;
}

/* line 53, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie9 .x-fieldset-header {
  padding-top: 1px;
}

/* line 59, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-collapsed .x-fieldset-body {
  display: none;
}

/* line 64, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 1px 0 1px !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

/* line 73, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie6 .x-fieldset-collapsed {
  border-width: 1px 0 0 0 !important;
  padding-bottom: 0 !important;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 81, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-bwrap {
  zoom: 1;
}

/* IE legend positioning bug */
/* line 88, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-noborder legend {
  position: relative;
  margin-bottom: 23px;
}

/* line 94, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-noborder legend span {
  position: absolute;
  left: 16px;
}

/* line 100, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset {
  overflow: hidden;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 110, ../../resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-body {
  overflow: hidden;
}

/* line 4, ../../resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-form-file-wrap .x-form-text {
  color: #777;
}
/* line 8, ../../resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-form-file-wrap .x-form-file-btn {
  overflow: hidden;
  float: left;
}
/* line 13, ../../resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-form-file-wrap .x-form-file-input {
  position: absolute;
  top: -4px;
  right: -2px;
  height: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /* Yes, there's actually a good reason for this...
   * If the configured buttonText is set to something longer than the default,
   * then it will quickly exceed the width of the hidden file input's "Browse..."
   * button, so part of the custom button's clickable area will be covered by
   * the hidden file input's text box instead. This results in a text-selection
   * mouse cursor over that part of the button, at least in Firefox, which is
   * confusing to a user. Giving the hidden file input a huge font-size makes
   * the native button part very large so it will cover the whole clickable area.
   */
  font-size: 100px;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-wrap {
  padding-top: 3px;
}

/* line 7, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-checkbox,
.x-form-radio {
  float: none;
  vertical-align: -1px;
  width: 13px;
  height: 13px;
  background: url('../../resources/themes/images/slate/form/checkbox.gif') no-repeat;
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 18, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-checkbox::-moz-focus-inner,
.x-form-radio::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */
/* line 27, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-nbr.x-ie .x-form-checkbox,
.x-nbr.x-ie .x-form-radio {
  font-size: 0;
}

/* line 34, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-checked .x-form-checkbox,
.x-form-cb-checked .x-form-radio {
  background-position: 0 -13px;
}

/* Focused */
/* line 40, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-focus {
  background-position: -13px 0;
}

/* line 44, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-checked .x-form-cb-focus {
  background-position: -13px -13px;
}

/* Radios */
/* line 50, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-radio {
  background-image: url('../../resources/themes/images/slate/form/radio.gif');
}

/* boxLabel */
/* line 55, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-label-before {
  margin-right: 4px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-label-after {
  margin-left: 4px;
}

/* line 3, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-form-checkboxgroup-body {
  padding: 3px 4px;
}

/* line 8, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-form-invalid .x-form-checkboxgroup-body {
  border: 1px solid #c30;
  background: white url('../../resources/themes/images/slate/grid/invalid_line.gif') repeat-x bottom;
  padding: 2px 3px;
}

/* line 15, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-check-group-alt {
  background: #bac4cf;
  border-top: 1px dotted #a3a3a3;
  border-bottom: 1px dotted #a3a3a3;
}

/* line 22, ../../resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-form-check-group-label {
  color: #333;
  border-bottom: 1px solid #333;
  margin: 0 30px 5px 0;
  padding: 2px;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap {
  float: left;
}

/* line 6, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger {
  background-image: url('../../resources/themes/images/slate/form/trigger.gif');
  background-position: 0 0;
  width: 17px;
  height: 21px;
  float: left;
  border-bottom: 1px solid #b5b8c8;
  cursor: pointer;
  cursor: hand;
}

/* line 20, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-border-box .x-form-trigger {
  height: 22px;
}

/* line 24, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger {
  height: 19px;
}

/* line 28, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-border-box .x-field-default-toolbar .x-form-trigger {
  height: 20px;
}

/* line 33, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-over {
  background-position: -17px 0;
  border-bottom-color: #7594ab;
}

/* line 39, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-trigger {
  background-position: -51px 0;
  border-bottom-color: #7594ab;
}

/* line 45, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-trigger-over {
  background-position: -68px 0;
  border-bottom-color: null;
}

/* line 54, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-click,
.x-form-trigger-wrap-focus .x-form-trigger-click {
  background-position: -34px 0;
  border-bottom-color: null;
}

/* line 62, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-icon {
  height: 16px;
  background-repeat: no-repeat;
  background-position: 7px 6px;
}

/* line 70, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-pickerfield-open .x-form-field {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 76, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-pickerfield-open-above .x-form-field {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -khtml-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 83, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-arrow-trigger .x-form-trigger-icon {
  background-image: url('../../resources/themes/images/slate/boundlist/trigger-arrow.png');
}

/* line 88, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-date-trigger {
  background-image: url('../../resources/themes/images/slate/form/date-trigger.gif');
}

/* line 95, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap .x-form-spinner-up,
.x-form-trigger-wrap .x-form-spinner-down {
  background-image: url('../../resources/themes/images/slate/form/spinner.gif');
  width: 17px;
  height: 11px;
  font-size: 0;
  /*for IE*/
  border-bottom: 0;
}
/* line 105, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap .x-form-spinner-down {
  background-position: 0 -11px;
}

/* line 109, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-spinner-down {
  background-position: -51px -11px;
}

/* line 112, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap .x-form-spinner-down-over {
  background-position: -17px -11px;
}

/* line 115, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-spinner-down-over {
  background-position: -68px -11px;
}

/* line 118, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap .x-form-spinner-down-click {
  background-position: -34px -11px;
}

/* line 127, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-up,
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down {
  background-image: url('../../resources/themes/images/slate/form/spinner-small.gif');
  height: 10px;
}
/* line 131, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down {
  background-position: 0 -10px;
}
/* line 135, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down {
  background-position: -51px -10px;
}
/* line 138, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-over {
  background-position: -17px -10px;
}
/* line 141, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down-over {
  background-position: -68px -10px;
}
/* line 144, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-click {
  background-position: -34px -10px;
}

/* line 150, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-trigger-noedit {
  cursor: pointer;
  cursor: hand;
}

/* line 156, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-clear-trigger {
  background-image: url('../../resources/themes/images/slate/form/clear-trigger.gif');
}

/* line 159, ../../resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-search-trigger {
  background-image: url('../../resources/themes/images/slate/form/search-trigger.gif');
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap {
  border: 1px solid #b5b8c8;
}
/* line 5, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap .x-toolbar {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
/* line 11, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap textarea {
  background-color: white;
}

/* line 16, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-btn-text {
  background: transparent url('../../resources/themes/images/slate/editor/tb-sprite.gif') no-repeat;
}

/* line 21, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-bold,
.x-menu-item img.x-edit-bold {
  background-position: 0 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-italic,
.x-menu-item img.x-edit-italic {
  background-position: -16px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 33, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-underline,
.x-menu-item img.x-edit-underline {
  background-position: -32px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 39, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-forecolor,
.x-menu-item img.x-edit-forecolor {
  background-position: -160px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 45, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-backcolor,
.x-menu-item img.x-edit-backcolor {
  background-position: -176px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 51, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-justifyleft,
.x-menu-item img.x-edit-justifyleft {
  background-position: -112px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 57, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-justifycenter,
.x-menu-item img.x-edit-justifycenter {
  background-position: -128px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 63, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-justifyright,
.x-menu-item img.x-edit-justifyright {
  background-position: -144px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 69, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-insertorderedlist,
.x-menu-item img.x-edit-insertorderedlist {
  background-position: -80px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 75, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-insertunorderedlist,
.x-menu-item img.x-edit-insertunorderedlist {
  background-position: -96px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 81, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-increasefontsize,
.x-menu-item img.x-edit-increasefontsize {
  background-position: -48px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 87, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-decreasefontsize,
.x-menu-item img.x-edit-decreasefontsize {
  background-position: -64px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 93, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-sourceedit,
.x-menu-item img.x-edit-sourceedit {
  background-position: -192px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 99, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-createlink,
.x-menu-item img.x-edit-createlink {
  background-position: -208px 0;
  background-image: url('../../resources/themes/images/slate/editor/tb-sprite.gif');
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  padding: 5px;
  padding-bottom: 1px;
}

/* line 110, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-toolbar {
  position: static !important;
}
/* line 113, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-font-select {
  font-size: 11px;
}

/* line 118, ../../resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap textarea {
  border: 0;
  padding: 3px 2px;
  overflow: auto;
}

/* line 7, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel,
.x-plain {
  overflow: hidden;
  position: relative;
}

/* line 24, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-ie .x-panel-header,
.x-ie .x-panel-header-tl,
.x-ie .x-panel-header-tc,
.x-ie .x-panel-header-tr,
.x-ie .x-panel-header-ml,
.x-ie .x-panel-header-mc,
.x-ie .x-panel-header-mr,
.x-ie .x-panel-header-bl,
.x-ie .x-panel-header-bc,
.x-ie .x-panel-header-br {
  zoom: 1;
}

/* line 30, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-ie8 td.x-frame-mc {
  vertical-align: top;
}

/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header {
  padding: 5px 4px 4px 5px;
}

/* line 42, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-icon,
.x-window-header-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 56, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-draggable,
.x-panel-header-draggable .x-panel-header-text,
.x-window-header-draggable,
.x-window-header-draggable .x-window-header-text {
  cursor: move;
}

/* line 62, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-ghost, .x-window-ghost {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  cursor: move;
}

/* line 68, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.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 {
  width: 100%;
}

/* line 74, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.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 {
  height: 100%;
}

/* line 82, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-vertical, .x-panel-header-vertical .x-panel-header-body,
.x-btn-group-header-vertical, .x-btn-group-header-vertical .x-btn-group-header-body,
.x-window-header-vertical, .x-window-header-vertical .x-window-header-body {
  display: -moz-inline-stack;
  display: inline-block;
}

/* line 87, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  white-space: nowrap;
}

/* line 94, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-left .x-vml-base,
.x-panel-header-right .x-vml-base {
  left: -3px !important;
}

/* line 100, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body {
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

/* line 108, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-vertical .x-surface {
  margin-top: 2px;
}

/* line 114, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-plain-vertical .x-surface {
  margin-top: 0;
}

/* line 121, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-top {
  border-bottom-width: 1px !important;
}
/* line 124, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-right {
  border-left-width: 1px !important;
}
/* line 127, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-bottom {
  border-top-width: 1px !important;
}
/* line 130, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-left {
  border-right-width: 1px !important;
}

/* line 137, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-vertical .x-frame-mc {
  background-repeat: repeat-y;
}

/* line 235, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-default {
  border-color: #9aaec2;
}

/* line 240, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default {
  font-size: 11px;
  line-height: 15px;
  border-color: #9aaec2;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  -moz-box-shadow: #516d8b 0 1px 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 1px 0px 0 inset;
  -o-box-shadow: #516d8b 0 1px 0px 0 inset;
  box-shadow: #516d8b 0 1px 0px 0 inset;
}

/* line 265, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-top {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-top-bg.gif');
}

/* line 269, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-bottom {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-bottom-bg.gif');
}

/* line 273, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-left {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-left-bg.gif');
}

/* line 277, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-right {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-right-bg.gif');
}

/* line 284, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-default {
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma, arial, verdana, sans-serif;
}

/* line 293, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body-default {
  background: white;
  border-color: #9aaec2;
  color: black;
  border-width: 1px;
  border-style: solid;
}

/* line 308, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-window-header-default,
.x-panel-collapsed .x-panel-header-default {
  border-color: #9aaec2;
}

/* line 313, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-vertical {
  border-color: #9aaec2;
}

/* line 320, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-left,
.x-panel-header-default-right {
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 361, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-default-top {
  -moz-border-radius-bottomleft: null;
  -webkit-border-bottom-left-radius: null;
  -o-border-bottom-left-radius: null;
  -ms-border-bottom-left-radius: null;
  -khtml-border-bottom-left-radius: null;
  border-bottom-left-radius: null;
  -moz-border-radius-bottomright: null;
  -webkit-border-bottom-right-radius: null;
  -o-border-bottom-right-radius: null;
  -ms-border-bottom-right-radius: null;
  -khtml-border-bottom-right-radius: null;
  border-bottom-right-radius: null;
}
/* line 365, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-default-right {
  -moz-border-radius-topleft: null;
  -webkit-border-top-left-radius: null;
  -o-border-top-left-radius: null;
  -ms-border-top-left-radius: null;
  -khtml-border-top-left-radius: null;
  border-top-left-radius: null;
  -moz-border-radius-bottomleft: null;
  -webkit-border-bottom-left-radius: null;
  -o-border-bottom-left-radius: null;
  -ms-border-bottom-left-radius: null;
  -khtml-border-bottom-left-radius: null;
  border-bottom-left-radius: null;
}
/* line 369, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-default-bottom {
  -moz-border-radius-topleft: null;
  -webkit-border-top-left-radius: null;
  -o-border-top-left-radius: null;
  -ms-border-top-left-radius: null;
  -khtml-border-top-left-radius: null;
  border-top-left-radius: null;
  -moz-border-radius-topright: null;
  -webkit-border-top-right-radius: null;
  -o-border-top-right-radius: null;
  -ms-border-top-right-radius: null;
  -khtml-border-top-right-radius: null;
  border-top-right-radius: null;
}
/* line 373, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-default-left {
  -moz-border-radius-topright: null;
  -webkit-border-top-right-radius: null;
  -o-border-top-right-radius: null;
  -ms-border-top-right-radius: null;
  -khtml-border-top-right-radius: null;
  border-top-right-radius: null;
  -moz-border-radius-bottomright: null;
  -webkit-border-bottom-right-radius: null;
  -o-border-bottom-right-radius: null;
  -ms-border-bottom-right-radius: null;
  -khtml-border-bottom-right-radius: null;
  border-bottom-right-radius: null;
}

/* line 378, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-right {
  background-position: top right;
}

/* line 382, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-top {
  -moz-box-shadow: #516d8b 0 1px 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 1px 0px 0 inset;
  -o-box-shadow: #516d8b 0 1px 0px 0 inset;
  box-shadow: #516d8b 0 1px 0px 0 inset;
}

/* line 386, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-right {
  -moz-box-shadow: #516d8b -1px 0 0px 0 inset;
  -webkit-box-shadow: #516d8b -1px 0 0px 0 inset;
  -o-box-shadow: #516d8b -1px 0 0px 0 inset;
  box-shadow: #516d8b -1px 0 0px 0 inset;
}

/* line 390, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-bottom {
  -moz-box-shadow: #516d8b 0 -1px 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 -1px 0px 0 inset;
  -o-box-shadow: #516d8b 0 -1px 0px 0 inset;
  box-shadow: #516d8b 0 -1px 0px 0 inset;
}

/* line 394, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-left {
  -moz-box-shadow: #516d8b 1px 0 0px 0 inset;
  -webkit-box-shadow: #516d8b 1px 0 0px 0 inset;
  -o-box-shadow: #516d8b 1px 0 0px 0 inset;
  box-shadow: #516d8b 1px 0 0px 0 inset;
}

/* line 399, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-bottom {
  background-position: bottom left;
}

/* line 433, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-right-tc,
.x-panel-header-default-right-mc,
.x-panel-header-default-right-bc {
  background-position: right 0;
}

/* line 439, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-bottom-tc,
.x-panel-header-default-bottom-mc,
.x-panel-header-default-bottom-bc {
  background-position: 0 bottom;
}

/* line 235, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-default-framed {
  border-color: #9aaec2;
}

/* line 240, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed {
  font-size: 11px;
  line-height: 15px;
  border-color: #9aaec2;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  -moz-box-shadow: #516d8b 0 1px 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 1px 0px 0 inset;
  -o-box-shadow: #516d8b 0 1px 0px 0 inset;
  box-shadow: #516d8b 0 1px 0px 0 inset;
}

/* line 265, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-top {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-top-bg.gif');
}

/* line 269, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-bottom {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-bottom-bg.gif');
}

/* line 273, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-left {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-left-bg.gif');
}

/* line 277, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-right {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-right-bg.gif');
}

/* line 284, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-default-framed {
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma, arial, verdana, sans-serif;
}

/* line 293, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body-default-framed {
  background: #c3cfdb;
  border-color: #9aaec2;
  color: black;
  border-width: 0;
  border-style: solid;
}

/* line 308, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-window-header-default-framed,
.x-panel-collapsed .x-panel-header-default-framed {
  border-color: #9aaec2;
}

/* line 313, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-vertical {
  border-color: #9aaec2;
}

/* line 320, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-left,
.x-panel-header-default-framed-right {
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-default-framed {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #c3cfdb;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-default-framed-mc {
  background-color: #c3cfdb;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000404px 1000404px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed-tl,
.x-nbr .x-panel-default-framed-bl,
.x-nbr .x-panel-default-framed-tr,
.x-nbr .x-panel-default-framed-br,
.x-nbr .x-panel-default-framed-tc,
.x-nbr .x-panel-default-framed-bc,
.x-nbr .x-panel-default-framed-ml,
.x-nbr .x-panel-default-framed-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel/panel-default-framed-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed-ml,
.x-nbr .x-panel-default-framed-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel/panel-default-framed-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed-mc {
  padding: 0px 0px 0px 0px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-top-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-top-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000404px 1000000px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-top-tl,
.x-nbr .x-panel-header-default-framed-top-bl,
.x-nbr .x-panel-header-default-framed-top-tr,
.x-nbr .x-panel-header-default-framed-top-br,
.x-nbr .x-panel-header-default-framed-top-tc,
.x-nbr .x-panel-header-default-framed-top-bc,
.x-nbr .x-panel-header-default-framed-top-ml,
.x-nbr .x-panel-header-default-framed-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-top-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-top-ml,
.x-nbr .x-panel-header-default-framed-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-top-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-top-mc {
  padding: 0px 1px 4px 1px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-right-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-right-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000004px 1100400px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-right-tl,
.x-nbr .x-panel-header-default-framed-right-bl,
.x-nbr .x-panel-header-default-framed-right-tr,
.x-nbr .x-panel-header-default-framed-right-br,
.x-nbr .x-panel-header-default-framed-right-tc,
.x-nbr .x-panel-header-default-framed-right-bc,
.x-nbr .x-panel-header-default-framed-right-ml,
.x-nbr .x-panel-header-default-framed-right-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-right-corners.gif');
}
/* line 157, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-right-tc,
.x-nbr .x-panel-header-default-framed-right-bc {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-right-mc {
  padding: 0px 1px 0px 5px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-bottom-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-bottom-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000404px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-bottom-tl,
.x-nbr .x-panel-header-default-framed-bottom-bl,
.x-nbr .x-panel-header-default-framed-bottom-tr,
.x-nbr .x-panel-header-default-framed-bottom-br,
.x-nbr .x-panel-header-default-framed-bottom-tc,
.x-nbr .x-panel-header-default-framed-bottom-bc,
.x-nbr .x-panel-header-default-framed-bottom-ml,
.x-nbr .x-panel-header-default-framed-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-bottom-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-bottom-ml,
.x-nbr .x-panel-header-default-framed-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-bottom-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-bottom-mc {
  padding: 4px 1px 0px 1px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-left-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-left-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000400px 1100004px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-left-tl,
.x-nbr .x-panel-header-default-framed-left-bl,
.x-nbr .x-panel-header-default-framed-left-tr,
.x-nbr .x-panel-header-default-framed-left-br,
.x-nbr .x-panel-header-default-framed-left-tc,
.x-nbr .x-panel-header-default-framed-left-bc,
.x-nbr .x-panel-header-default-framed-left-ml,
.x-nbr .x-panel-header-default-framed-left-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-left-corners.gif');
}
/* line 157, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-left-tc,
.x-nbr .x-panel-header-default-framed-left-bc {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-left-mc {
  padding: 0px 5px 0px 1px;
}

/* line 344, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-top {
  -moz-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  -o-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
}

/* line 348, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-right {
  -moz-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset;
  -o-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset;
  box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset;
}

/* line 352, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-bottom {
  -moz-box-shadow: #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  -o-box-shadow: #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  box-shadow: #516d8b 0 -1px 0px 0 inset, #516d8b -1px 0 0px 0 inset, #516d8b 1px 0 0px 0 inset;
}

/* line 356, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-left {
  -moz-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  -webkit-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  -o-box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b 1px 0 0px 0 inset;
  box-shadow: #516d8b 0 1px 0px 0 inset, #516d8b 0 -1px 0px 0 inset, #516d8b 1px 0 0px 0 inset;
}

/* line 399, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-bottom {
  background-position: bottom left;
}

/* line 404, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-top {
  border-bottom-width: 1px !important;
}

/* line 408, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-right {
  border-left-width: 1px !important;
}

/* line 412, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-bottom {
  border-top-width: 1px !important;
}

/* line 416, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-left {
  border-right-width: 1px !important;
}

/* line 420, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-collapsed {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-top-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-top-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000404px 1000404px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-top-tl,
.x-nbr .x-panel-header-default-framed-collapsed-top-bl,
.x-nbr .x-panel-header-default-framed-collapsed-top-tr,
.x-nbr .x-panel-header-default-framed-collapsed-top-br,
.x-nbr .x-panel-header-default-framed-collapsed-top-tc,
.x-nbr .x-panel-header-default-framed-collapsed-top-bc,
.x-nbr .x-panel-header-default-framed-collapsed-top-ml,
.x-nbr .x-panel-header-default-framed-collapsed-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-top-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-top-ml,
.x-nbr .x-panel-header-default-framed-collapsed-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-top-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-top-mc {
  padding: 0px 1px 0px 1px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-right {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-right-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-right-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000404px 1100404px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-right-tl,
.x-nbr .x-panel-header-default-framed-collapsed-right-bl,
.x-nbr .x-panel-header-default-framed-collapsed-right-tr,
.x-nbr .x-panel-header-default-framed-collapsed-right-br,
.x-nbr .x-panel-header-default-framed-collapsed-right-tc,
.x-nbr .x-panel-header-default-framed-collapsed-right-bc,
.x-nbr .x-panel-header-default-framed-collapsed-right-ml,
.x-nbr .x-panel-header-default-framed-collapsed-right-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-right-corners.gif');
}
/* line 157, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-right-tc,
.x-nbr .x-panel-header-default-framed-collapsed-right-bc {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-right-mc {
  padding: 0px 1px 0px 1px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-bottom {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(top, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-bottom-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-bottom-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000404px 1000404px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-bottom-tl,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-bl,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-tr,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-br,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-tc,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-bc,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-ml,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-bottom-ml,
.x-nbr .x-panel-header-default-framed-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-bottom-mc {
  padding: 0px 1px 0px 1px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #465e75), color-stop(45%, #40556b), color-stop(46%, #2f4053), color-stop(50%, #2f4053), color-stop(51%, #36475b), color-stop(100%, #3e546b));
  background-image: -webkit-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -moz-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: -o-linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
  background-image: linear-gradient(right, #465e75, #40556b 45%, #2f4053 46%, #2f4053 50%, #36475b 51%, #3e546b);
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-left-mc {
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-left-bg.gif');
  background-color: #3e546b;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000404px 1100404px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-left-tl,
.x-nbr .x-panel-header-default-framed-collapsed-left-bl,
.x-nbr .x-panel-header-default-framed-collapsed-left-tr,
.x-nbr .x-panel-header-default-framed-collapsed-left-br,
.x-nbr .x-panel-header-default-framed-collapsed-left-tc,
.x-nbr .x-panel-header-default-framed-collapsed-left-bc,
.x-nbr .x-panel-header-default-framed-collapsed-left-ml,
.x-nbr .x-panel-header-default-framed-collapsed-left-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-left-corners.gif');
}
/* line 157, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-left-tc,
.x-nbr .x-panel-header-default-framed-collapsed-left-bc {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/panel-header/panel-header-default-framed-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-left-mc {
  padding: 0px 1px 0px 1px;
}

/* line 433, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-right-tc,
.x-panel-header-default-framed-right-mc,
.x-panel-header-default-framed-right-bc {
  background-position: right 0;
}

/* line 439, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-bottom-tc,
.x-panel-header-default-framed-bottom-mc,
.x-panel-header-default-framed-bottom-bc {
  background-position: 0 bottom;
}

/* line 188, ../../resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-plain,
.x-panel-body-plain {
  border: 0;
  padding: 0;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip {
  position: absolute;
  overflow: visible;
  /*pointer needs to be able to stick out*/
  border-color: #89929c;
}
/* line 8, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip .x-tip-header .x-box-item {
  padding: 3px 3px 0;
}
/* line 12, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip .x-tip-header .x-tool {
  padding: 0px 1px 0 0 !important;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tip {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-color: #bed7f3;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tip-mc {
  background-color: #bed7f3;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100303px 1000303px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip-tl,
.x-nbr .x-tip-bl,
.x-nbr .x-tip-tr,
.x-nbr .x-tip-br,
.x-nbr .x-tip-tc,
.x-nbr .x-tip-bc,
.x-nbr .x-tip-ml,
.x-nbr .x-tip-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/tip/tip-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip-ml,
.x-nbr .x-tip-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/tip/tip-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip-mc {
  padding: 0 0 0 0;
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header-text {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  color: #444444;
  font-size: 11px;
  font-weight: bold;
}

/* line 36, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header-draggable .x-tip-header-text {
  cursor: move;
}

/* line 43, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-body,
.x-form-invalid-tip-body {
  overflow: hidden;
  position: relative;
  padding: 3px;
}

/* line 51, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header,
.x-tip-body,
.x-form-invalid-tip-body {
  color: #444444;
  font-size: 11px;
  font-weight: normal;
}
/* line 55, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header a,
.x-tip-body a,
.x-form-invalid-tip-body a {
  color: #2a2a2a;
}

/* line 60, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-anchor {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #89929c;
  zoom: 1;
}

/* line 75, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-border-box .x-tip-anchor {
  width: 10px;
  height: 10px;
}

/* line 80, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-anchor-top {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  _border-top-color: pink;
  _border-left-color: pink;
  _border-right-color: pink;
  _filter: chroma(color=pink);
}

/* line 93, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-anchor-bottom {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  _border-bottom-color: pink;
  _border-left-color: pink;
  _border-right-color: pink;
  _filter: chroma(color=pink);
}

/* line 106, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-anchor-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  _border-top-color: pink;
  _border-bottom-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
}

/* line 119, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-anchor-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  _border-top-color: pink;
  _border-bottom-color: pink;
  _border-right-color: pink;
  _filter: chroma(color=pink);
}

/* line 133, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip {
  border-color: #a1311f;
  -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;
  -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;
  -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;
  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;
}

/* line 142, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip-body {
  background: 1px 1px no-repeat;
  background-image: url('../../resources/themes/images/slate/form/exclamation.gif');
  padding-left: 22px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip-body li {
  margin-bottom: 4px;
}
/* line 149, ../../resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip-body li.last {
  margin-bottom: 0;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-form-invalid-tip-default {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: white;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-form-invalid-tip-default-mc {
  background-color: white;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-form-invalid-tip-default {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100505px 1000505px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-form-invalid-tip-default-tl,
.x-nbr .x-form-invalid-tip-default-bl,
.x-nbr .x-form-invalid-tip-default-tr,
.x-nbr .x-form-invalid-tip-default-br,
.x-nbr .x-form-invalid-tip-default-tc,
.x-nbr .x-form-invalid-tip-default-bc,
.x-nbr .x-form-invalid-tip-default-ml,
.x-nbr .x-form-invalid-tip-default-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/form-invalid-tip/form-invalid-tip-default-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-form-invalid-tip-default-ml,
.x-nbr .x-form-invalid-tip-default-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/form-invalid-tip/form-invalid-tip-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-form-invalid-tip-default-mc {
  padding: 0 0 0 0;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider {
  zoom: 1;
}

/* line 6, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  zoom: 1;
}

/* line 14, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  display: block;
  overflow: hidden;
}

/* Horizontal styles */
/* line 32, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz {
  padding-left: 7px;
  background: transparent no-repeat 0 -24px;
}

/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-end {
  padding-right: 7px;
  zoom: 1;
  background: transparent no-repeat right -46px;
}

/* line 43, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-inner {
  background: transparent repeat-x 0 -2px;
  height: 18px;
}

/* line 48, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb {
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 1px;
  background: transparent no-repeat 0 0;
}

/* line 57, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb-over {
  background-position: -14px -15px;
}

/* line 61, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb-drag {
  background-position: -28px -30px;
}

/* Vertical styles */
/* line 66, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert {
  padding-top: 7px;
  background: transparent no-repeat -44px 0;
}

/* line 71, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-end {
  padding-bottom: 7px;
  zoom: 1;
  background: transparent no-repeat -22px bottom;
  width: 22px;
}

/* line 78, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-inner {
  background: transparent repeat-y 0 0;
  width: 22px;
}

/* line 83, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb {
  width: 15px;
  height: 14px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background: transparent no-repeat 0 0;
}

/* line 92, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb-over {
  background-position: -15px -14px;
}

/* line 96, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb-drag {
  background-position: -30px -28px;
}

/* line 102, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz,
.x-slider-horz .x-slider-end,
.x-slider-horz .x-slider-inner {
  background-image: url('../../resources/themes/images/slate/slider/slider-bg.png');
}

/* line 106, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb {
  background-image: url('../../resources/themes/images/slate/slider/slider-thumb.png');
}

/* line 112, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert,
.x-slider-vert .x-slider-end,
.x-slider-vert .x-slider-inner {
  background-image: url('../../resources/themes/images/slate/slider/slider-v-bg.png');
}

/* line 116, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb {
  background-image: url('../../resources/themes/images/slate/slider/slider-v-thumb.png');
}

/* line 124, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-horz,
.x-ie6 .x-slider-horz .x-slider-end,
.x-ie6 .x-slider-horz .x-slider-inner {
  background-image: url('../../resources/themes/images/slate/slider/slider-bg.gif');
}
/* line 128, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-horz .x-slider-thumb {
  background-image: url('../../resources/themes/images/slate/slider/slider-thumb.gif');
}
/* line 134, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-vert,
.x-ie6 .x-slider-vert .x-slider-end,
.x-ie6 .x-slider-vert .x-slider-inner {
  background-image: url('../../resources/themes/images/slate/slider/slider-v-bg.gif');
}
/* line 138, ../../resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-vert .x-slider-thumb {
  background-image: url('../../resources/themes/images/slate/slider/slider-v-thumb.gif');
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  height: 20px;
}

/* line 12, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-bar {
  height: 18px;
  overflow: hidden;
  position: absolute;
  width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid;
  border-top: 1px solid;
}

/* line 25, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-text {
  overflow: hidden;
  position: absolute;
  padding: 0 5px;
  height: 18px;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

/* line 40, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-text-back {
  padding-top: 1px;
}

/* line 45, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-strict .x-progress {
  height: 18px;
}

/* line 87, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default {
  border-color: #637f9a;
}
/* line 90, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default .x-progress-bar {
  border-right-color: #637f9a;
  border-top-color: #b0becc;
  background-image: none;
  background-color: #5c7b9a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa2b9), color-stop(50%, #6a88a6), color-stop(51%, #5c7b9a), color-stop(100%, #536e8a));
  background-image: -webkit-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -moz-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: -o-linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
  background-image: linear-gradient(top, #8aa2b9, #6a88a6 50%, #5c7b9a 51%, #536e8a);
}
/* line 97, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default .x-progress-text {
  color: white;
}
/* line 101, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default .x-progress-text-back {
  color: #414c56;
}

/* line 110, ../../resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-nlg .x-progress-default .x-progress-bar {
  background: url('../../resources/themes/images/slate/progress/progress-default-bg.gif') repeat-x;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar {
  font-size: 11px;
  border: 1px solid;
  padding: 2px 0 2px 2px;
}
/* line 9, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-form-item-label {
  font-size: 11px;
  line-height: 15px;
}
/* line 14, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-toolbar-item {
  margin: 0 2px 0 0;
}
/* line 18, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-toolbar-text {
  margin-left: 4px;
  margin-right: 6px;
  white-space: nowrap;
  color: #4c4c4c !important;
  line-height: 16px;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
/* line 29, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-toolbar-separator {
  display: block;
  font-size: 1px;
  overflow: hidden;
  cursor: default;
  border: 0;
}
/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-toolbar-separator-horizontal {
  margin: 0 3px 0 2px;
  height: 14px;
  width: 0px;
  border-left: 1px solid #98c8ff;
  border-right: 1px solid white;
}

/* line 49, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-quirks .x-ie .x-toolbar .x-toolbar-separator-horizontal {
  width: 2px;
}

/* line 54, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-footer {
  background: transparent;
  border: 0px none;
  margin-top: 3px;
  padding: 2px 0 2px 6px;
}
/* line 61, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-footer .x-box-inner {
  border-width: 0;
}
/* line 65, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-footer .x-toolbar-item {
  margin: 0 6px 0 0;
}

/* line 70, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical {
  padding: 2px 2px 0 2px;
}
/* line 73, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical .x-toolbar-item {
  margin: 0 0 2px 0;
}
/* line 77, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical .x-toolbar-text {
  margin-top: 4px;
  margin-bottom: 6px;
}
/* line 82, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical .x-toolbar-separator-vertical {
  margin: 2px 5px 3px 5px;
  height: 0px;
  width: 10px;
  line-height: 0px;
  border-top: 1px solid #98c8ff;
  border-bottom: 1px solid white;
}

/* line 94, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-scroller {
  padding-left: 0;
}

/* line 98, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-spacer {
  width: 2px;
}

/* line 103, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-more-icon {
  background-image: url('../../resources/themes/images/slate/toolbar/more.gif') !important;
  background-position: 2px center !important;
  background-repeat: no-repeat;
}

/* line 140, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-default {
  border-color: #9aaec2;
  background-image: none;
  background-color: #bbc7d2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4cfd8), color-stop(100%, #bbc7d2));
  background-image: -webkit-linear-gradient(top, #c4cfd8, #bbc7d2);
  background-image: -moz-linear-gradient(top, #c4cfd8, #bbc7d2);
  background-image: -o-linear-gradient(top, #c4cfd8, #bbc7d2);
  background-image: linear-gradient(top, #c4cfd8, #bbc7d2);
}

/* line 151, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-nlg .x-toolbar-default {
  background-image: url('../../resources/themes/images/slate/toolbar/toolbar-default-bg.gif') !important;
  background-repeat: repeat-x;
}

/* line 119, ../../resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-plain {
  border: 0;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window {
  outline: none;
}
/* line 5, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window .x-window-wrap {
  position: relative;
}
/* line 8, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window .x-window-wrap .x-window-body {
  overflow: hidden;
}

/* line 14, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body {
  position: relative;
  border-style: solid;
}

/* line 22, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-maximized .x-window-wrap .x-window-header {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 30, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-vertical {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 33, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-horizontal {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 38, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-left {
  padding-right: 5px !important;
}
/* line 42, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-right {
  padding-left: 5px !important;
}
/* line 46, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-top {
  padding-bottom: 5px !important;
}
/* line 50, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-bottom {
  padding-top: 5px !important;
}

/* line 57, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-left .x-vml-base,
.x-window-header-right .x-vml-base {
  left: -3px !important;
}

/* line 62, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-text {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  white-space: nowrap;
  display: block;
}

/* line 113, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-default {
  border-color: #989898;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -khtml-border-radius: 5px 5px;
  border-radius: 5px 5px;
  -moz-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -webkit-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -o-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-default {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #aabbcc;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-default-mc {
  background-color: #aabbcc;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-default {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1000505px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-default-tl,
.x-nbr .x-window-default-bl,
.x-nbr .x-window-default-tr,
.x-nbr .x-window-default-br,
.x-nbr .x-window-default-tc,
.x-nbr .x-window-default-bc,
.x-nbr .x-window-default-ml,
.x-nbr .x-window-default-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window/window-default-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-default-ml,
.x-nbr .x-window-default-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window/window-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-default-mc {
  padding: 0 0 0 0;
}

/* line 132, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body-default {
  border-color: #88a4c2;
  border-width: 1px;
  background: #c3cedb;
  color: black;
}

/* line 142, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default {
  border-color: #989898;
  zoom: 1;
}

/* line 147, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-text-default {
  color: #102f49;
  font-weight: bold;
  line-height: 16px;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 11px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 5px 0 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #aabbcc;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-top-mc {
  background-color: #aabbcc;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-top {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1000000px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-top-tl,
.x-nbr .x-window-header-default-top-bl,
.x-nbr .x-window-header-default-top-tr,
.x-nbr .x-window-header-default-top-br,
.x-nbr .x-window-header-default-top-tc,
.x-nbr .x-window-header-default-top-bc,
.x-nbr .x-window-header-default-top-ml,
.x-nbr .x-window-header-default-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-top-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-top-ml,
.x-nbr .x-window-header-default-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-top-mc {
  padding: 0px 0px 0 0px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 5px 5px 0;
  border-width: 1px;
  border-style: solid;
  background-color: #aabbcc;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-right-mc {
  background-color: #aabbcc;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-right {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000005px 1000500px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-right-tl,
.x-nbr .x-window-header-default-right-bl,
.x-nbr .x-window-header-default-right-tr,
.x-nbr .x-window-header-default-right-br,
.x-nbr .x-window-header-default-right-tc,
.x-nbr .x-window-header-default-right-bc,
.x-nbr .x-window-header-default-right-ml,
.x-nbr .x-window-header-default-right-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-right-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-right-ml,
.x-nbr .x-window-header-default-right-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-right-mc {
  padding: 0px 0px 0px 0;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #aabbcc;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-bottom-mc {
  background-color: #aabbcc;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000505px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-bottom-tl,
.x-nbr .x-window-header-default-bottom-bl,
.x-nbr .x-window-header-default-bottom-tr,
.x-nbr .x-window-header-default-bottom-br,
.x-nbr .x-window-header-default-bottom-tc,
.x-nbr .x-window-header-default-bottom-bc,
.x-nbr .x-window-header-default-bottom-ml,
.x-nbr .x-window-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-bottom-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-bottom-ml,
.x-nbr .x-window-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-bottom-mc {
  padding: 0 0px 0px 0px;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 0px 5px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #aabbcc;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-left-mc {
  background-color: #aabbcc;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-left {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000500px 1000005px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-left-tl,
.x-nbr .x-window-header-default-left-bl,
.x-nbr .x-window-header-default-left-tr,
.x-nbr .x-window-header-default-left-br,
.x-nbr .x-window-header-default-left-tc,
.x-nbr .x-window-header-default-left-bc,
.x-nbr .x-window-header-default-left-ml,
.x-nbr .x-window-header-default-left-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-left-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-left-ml,
.x-nbr .x-window-header-default-left-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/window-header/window-header-default-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-left-mc {
  padding: 0px 0px 0px 0px;
}

/* line 164, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-top {
  -moz-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -webkit-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -o-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
}

/* line 168, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-right {
  -moz-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset;
  -webkit-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset;
  -o-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset;
  box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset;
}

/* line 172, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-bottom {
  -moz-box-shadow: #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -webkit-box-shadow: #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -o-box-shadow: #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  box-shadow: #cad7e6 0 -1px 0px 0 inset, #cad7e6 -1px 0 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
}

/* line 176, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-left {
  -moz-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -webkit-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  -o-box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
  box-shadow: #cad7e6 0 1px 0px 0 inset, #cad7e6 0 -1px 0px 0 inset, #cad7e6 1px 0 0px 0 inset;
}

/* line 84, ../../resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body-plain {
  background: transparent;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-window-body {
  background-color: #aabbcc;
  border: none;
}

/* line 7, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .ext-mb-textarea {
  margin-top: 4px;
}

/* line 11, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-progress-wrap {
  margin-top: 4px;
}

/* line 15, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .ext-mb-icon {
  width: 47px;
  height: 32px;
}

/* line 23, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .ext-mb-info,
.x-message-box .ext-mb-warning,
.x-message-box .ext-mb-question,
.x-message-box .ext-mb-error {
  background: transparent no-repeat top left;
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.ext-gecko2 .ext-mb-fix-cursor {
  overflow: auto;
}

/* line 31, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-msg-box-wait {
  background-image: url('../../resources/themes/images/slate/shared/blue-loading.gif');
}

/* line 35, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .ext-mb-info {
  background-image: url('../../resources/themes/images/slate/shared/icon-info.gif');
}

/* line 39, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .ext-mb-warning {
  background-image: url('../../resources/themes/images/slate/shared/icon-warning.gif');
}

/* line 43, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .ext-mb-question {
  background-image: url('../../resources/themes/images/slate/shared/icon-question.gif');
}

/* line 47, ../../resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .ext-mb-error {
  background-image: url('../../resources/themes/images/slate/shared/icon-error.gif');
}

/* line 5, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar {
  position: relative;
  background-color: transparent;
  background-image: none;
  background-color: #b4c1cf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2ced9), color-stop(100%, #b4c1cf));
  background-image: -webkit-linear-gradient(top, #c2ced9, #b4c1cf);
  background-image: -moz-linear-gradient(top, #c2ced9, #b4c1cf);
  background-image: -o-linear-gradient(top, #c2ced9, #b4c1cf);
  background-image: linear-gradient(top, #c2ced9, #b4c1cf);
  font-size: 11px;
}

/* line 12, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-nlg .x-tab-bar {
  background-image: url('../../resources/themes/images/slate/tab-bar/tab-bar-bg.gif');
}

/* line 17, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-default-plain,
.x-nlg .x-tab-bar-default-plain {
  background: transparent none;
}

/* line 22, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-body {
  border-style: solid;
  border-color: #9aaec2;
  position: relative;
  z-index: 2;
  zoom: 1;
}

/* Top Tabs */
/* line 33, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-body {
  height: 25px;
  border-width: 1px 1px 0;
  padding: 1px 0 3px;
}
/* line 39, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-strip {
  /*position strip from top rather than bottom to avoid off-by-one error in IE6*/
  top: 27px;
  border-width: 1px 1px 0;
  height: 2px;
}

/* line 48, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-body {
  height: 30px;
}
/* line 52, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-strip {
  height: 3px;
}

/* line 33, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 25px;
  border-width: 0;
  padding: 0 0 3px;
}
/* line 39, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-strip-default-plain {
  /*position strip from top rather than bottom to avoid off-by-one error in IE6*/
  top: 25px;
  border-width: 1px 1px 0 1px;
  height: 2px;
}

/* line 48, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 28px;
}
/* line 52, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-strip-default-plain {
  height: 3px;
}

/* Bottom Tabs */
/* line 61, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body {
  height: 25px;
  border-width: 0 1px 1px;
  padding: 3px 0 1px;
}
/* line 66, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body .x-box-inner {
  position: relative;
  top: -1px;
}
/* line 73, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body .x-box-scroller,
.x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-left,
.x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-right {
  height: 27px;
}
/* line 78, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-strip {
  top: 0;
  border-width: 0 1px 1px 1px;
  height: 2px;
}

/* line 86, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-body {
  height: 30px;
}
/* line 90, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-strip {
  height: 3px;
}

/* line 61, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 25px;
  border-width: 0;
  padding: 3px 0 0;
}
/* line 66, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-inner {
  position: relative;
  top: -1px;
}
/* line 73, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller,
.x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-left,
.x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-right {
  height: 26px;
}
/* line 78, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-strip-default-plain {
  top: 0;
  border-width: 0 1px 1px 1px;
  height: 2px;
}

/* line 86, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 28px;
}
/* line 90, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
  height: 3px;
}

/* line 140, ../../resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-strip-default,
.x-tab-bar-strip-default-plain {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  border-style: solid;
  overflow: hidden;
  border-color: #9aaec2;
  background-color: #3e546b;
  zoom: 1;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tab-default-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3px 3px 0 3px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-color: #aabbcc;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tab-default-top-mc {
  background-color: #aabbcc;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-top {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100404px 1000000px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-top-tl,
.x-nbr .x-tab-default-top-bl,
.x-nbr .x-tab-default-top-tr,
.x-nbr .x-tab-default-top-br,
.x-nbr .x-tab-default-top-tc,
.x-nbr .x-tab-default-top-bc,
.x-nbr .x-tab-default-top-ml,
.x-nbr .x-tab-default-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-top-ml,
.x-nbr .x-tab-default-top-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-top-mc {
  padding: 0 0 0 0;
}

/* line 58, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tab-default-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 3px 3px 3px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  background-color: #aabbcc;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tab-default-bottom-mc {
  background-color: #aabbcc;
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000404px;
}
/* line 147, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-bottom-tl,
.x-nbr .x-tab-default-bottom-bl,
.x-nbr .x-tab-default-bottom-tr,
.x-nbr .x-tab-default-bottom-br,
.x-nbr .x-tab-default-bottom-tc,
.x-nbr .x-tab-default-bottom-bc,
.x-nbr .x-tab-default-bottom-ml,
.x-nbr .x-tab-default-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-corners.gif');
}
/* line 168, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-bottom-ml,
.x-nbr .x-tab-default-bottom-mr {
  zoom: 1;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-bottom-mc {
  padding: 0 0 0 0;
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab {
  z-index: 1;
  margin: 0 0 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  height: 25px;
  border-color: #868686;
  cursor: pointer;
  cursor: hand;
}
/* line 39, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab * {
  cursor: pointer;
  cursor: hand;
}
/* line 44, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab em {
  display: block;
  padding: 0 6px;
  line-height: 1px;
}
/* line 50, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  outline: 0 none;
  overflow: hidden;
  overflow-x: visible;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 72, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 77, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button .x-tab-inner {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  display: block;
  text-align: center;
  white-space: nowrap;
}
/* line 87, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab img {
  display: none;
}

/* line 93, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-border-box .x-tab-default-top {
  height: 26px;
}
/* line 96, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-border-box .x-tab-default-bottom {
  height: 26px;
}

/* line 103, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
* html .x-ie .x-tab button {
  width: 1px;
}

/* line 110, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-strict .x-ie6 .x-tab .x-frame-mc,
.x-strict .x-ie7 .x-tab .x-frame-mc {
  height: 100%;
}

/* line 115, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-ie .x-tab-active button:active {
  position: relative;
  top: -1px;
  left: -1px;
}

/* line 124, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top {
  -moz-box-shadow: #cad2d9 0 1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  -webkit-box-shadow: #cad2d9 0 1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  -o-box-shadow: #cad2d9 0 1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  box-shadow: #cad2d9 0 1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  border-bottom: 1px solid #9aaec2 !important;
}
/* line 134, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top em {
  padding-bottom: 3px;
}
/* line 139, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top button,
.x-tab-default-top .x-tab-inner {
  height: 18px;
  line-height: 18px;
}

/* line 145, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-default-top {
  border-bottom-width: 1px !important;
}

/* line 149, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top-active {
  border-bottom-color: #3e546b !important;
}

/* line 155, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom {
  -moz-box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  -webkit-box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  -o-box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  border-top: 1px solid #9aaec2 !important;
  -moz-box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  -webkit-box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  -o-box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
  box-shadow: #cad2d9 0 -1px 0px 0 inset, #cad2d9 -1px 0 0px 0 inset, #cad2d9 1px 0 0px 0 inset;
}
/* line 170, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom em {
  padding-top: 3px;
}
/* line 175, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom button,
.x-tab-default-bottom .x-tab-inner {
  height: 18px;
  line-height: 18px;
}

/* line 181, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-default-bottom {
  border-top-width: 1px !important;
}

/* line 185, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom-active {
  border-top-color: #3e546b !important;
}

/* line 189, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled {
  cursor: default;
  border-color: #a4bacf;
  background-image: none;
  background-color: #c0d2e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c0d2e4), color-stop(100%, #c3daf0));
  background-image: -webkit-linear-gradient(top, #c0d2e4, #c3daf0);
  background-image: -moz-linear-gradient(top, #c0d2e4, #c3daf0);
  background-image: -o-linear-gradient(top, #c0d2e4, #c3daf0);
  background-image: linear-gradient(top, #c0d2e4, #c3daf0);
}
/* line 192, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled * {
  cursor: default;
}
/* line 199, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled button {
  color: #c3b3b3 !important;
}

/* line 205, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-icon-text-left .x-tab-inner {
  padding-left: 20px;
}

/* line 211, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button, .x-tab a {
  position: relative;
}
/* line 214, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button .x-tab-icon, .x-tab a .x-tab-icon {
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 18px;
  height: 18px;
}

/* line 249, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-over {
  background-image: none;
  background-color: #8aa2b9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8896a8), color-stop(25%, #859cb6), color-stop(45%, #8aa2b9));
  background-image: -webkit-linear-gradient(top, #8896a8, #859cb6 25%, #8aa2b9 45%);
  background-image: -moz-linear-gradient(top, #8896a8, #859cb6 25%, #8aa2b9 45%);
  background-image: -o-linear-gradient(top, #8896a8, #859cb6 25%, #8aa2b9 45%);
  background-image: linear-gradient(top, #8896a8, #859cb6 25%, #8aa2b9 45%);
}

/* line 252, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-over {
  background-image: none;
  background-color: #8aa2b9;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #8896a8), color-stop(25%, #859cb6), color-stop(45%, #8aa2b9));
  background-image: -webkit-linear-gradient(bottom, #8896a8, #859cb6 25%, #8aa2b9 45%);
  background-image: -moz-linear-gradient(bottom, #8896a8, #859cb6 25%, #8aa2b9 45%);
  background-image: -o-linear-gradient(bottom, #8896a8, #859cb6 25%, #8aa2b9 45%);
  background-image: linear-gradient(bottom, #8896a8, #859cb6 25%, #8aa2b9 45%);
}

/* line 257, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-active {
  z-index: 3;
}
/* line 263, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-active button {
  color: white;
}

/* line 279, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-active {
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(25%, #4d6074), color-stop(45%, #3e546b));
  background-image: -webkit-linear-gradient(top, #666666, #4d6074 25%, #3e546b 45%);
  background-image: -moz-linear-gradient(top, #666666, #4d6074 25%, #3e546b 45%);
  background-image: -o-linear-gradient(top, #666666, #4d6074 25%, #3e546b 45%);
  background-image: linear-gradient(top, #666666, #4d6074 25%, #3e546b 45%);
}

/* line 282, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-active {
  background-image: none;
  background-color: #3e546b;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #666666), color-stop(25%, #4d6074), color-stop(45%, #3e546b));
  background-image: -webkit-linear-gradient(bottom, #666666, #4d6074 25%, #3e546b 45%);
  background-image: -moz-linear-gradient(bottom, #666666, #4d6074 25%, #3e546b 45%);
  background-image: -o-linear-gradient(bottom, #666666, #4d6074 25%, #3e546b 45%);
  background-image: linear-gradient(bottom, #666666, #4d6074 25%, #3e546b 45%);
}

/* line 287, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-disabled {
  border-color: #a4bacf;
}
/* line 292, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-disabled button {
  color: #c3b3b3;
}

/* line 308, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #c0d2e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c0d2e4), color-stop(100%, #c3daf0));
  background-image: -webkit-linear-gradient(top, #c0d2e4, #c3daf0);
  background-image: -moz-linear-gradient(top, #c0d2e4, #c3daf0);
  background-image: -o-linear-gradient(top, #c0d2e4, #c3daf0);
  background-image: linear-gradient(top, #c0d2e4, #c3daf0);
}

/* line 313, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #c0d2e4;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #c0d2e4), color-stop(100%, #c3daf0));
  background-image: -webkit-linear-gradient(bottom, #c0d2e4, #c3daf0);
  background-image: -moz-linear-gradient(bottom, #c0d2e4, #c3daf0);
  background-image: -o-linear-gradient(bottom, #c0d2e4, #c3daf0);
  background-image: linear-gradient(bottom, #c0d2e4, #c3daf0);
}

/* line 321, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-bg.gif');
}
/* line 322, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-bg.gif');
}
/* line 324, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top-over {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-over-bg.gif');
}
/* line 325, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom-over {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-over-bg.gif');
}
/* line 327, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top-active {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-active-bg.gif');
}
/* line 328, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom-active {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-active-bg.gif');
}
/* line 330, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top-disabled {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-disabled-bg.gif') !important;
}
/* line 331, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom-disabled {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-disabled-bg.gif') !important;
}

/* line 335, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-closable em {
  padding-right: 14px;
}

/* line 339, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-close-btn {
  position: absolute !important;
  top: 3px;
  right: 3px;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  background: url('../../resources/themes/images/slate/tab/tab-default-close.gif') no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 351, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-close-btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 363, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-over .x-frame-tl,
.x-nbr .x-tab-top-over .x-frame-bl,
.x-nbr .x-tab-top-over .x-frame-tr,
.x-nbr .x-tab-top-over .x-frame-br,
.x-nbr .x-tab-top-over .x-frame-tc,
.x-nbr .x-tab-top-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-over-corners.gif');
}
/* line 367, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-over .x-frame-ml,
.x-nbr .x-tab-top-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-over-sides.gif');
}
/* line 370, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-over .x-frame-mc {
  background-color: #8aa2b9;
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-over-bg.gif');
}
/* line 383, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-over .x-frame-tl,
.x-nbr .x-tab-bottom-over .x-frame-bl,
.x-nbr .x-tab-bottom-over .x-frame-tr,
.x-nbr .x-tab-bottom-over .x-frame-br,
.x-nbr .x-tab-bottom-over .x-frame-tc,
.x-nbr .x-tab-bottom-over .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-over-corners.gif');
}
/* line 387, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-over .x-frame-ml,
.x-nbr .x-tab-bottom-over .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-over-sides.gif');
}
/* line 390, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-over .x-frame-mc {
  background-color: #8aa2b9;
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-over-bg.gif');
}
/* line 403, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-active .x-frame-tl,
.x-nbr .x-tab-top-active .x-frame-bl,
.x-nbr .x-tab-top-active .x-frame-tr,
.x-nbr .x-tab-top-active .x-frame-br,
.x-nbr .x-tab-top-active .x-frame-tc,
.x-nbr .x-tab-top-active .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-active-corners.gif');
}
/* line 407, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-active .x-frame-ml,
.x-nbr .x-tab-top-active .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-active-sides.gif');
}
/* line 410, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-active .x-frame-mc {
  background-color: #3e546b;
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-active-bg.gif');
}
/* line 423, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-active .x-frame-tl,
.x-nbr .x-tab-bottom-active .x-frame-bl,
.x-nbr .x-tab-bottom-active .x-frame-tr,
.x-nbr .x-tab-bottom-active .x-frame-br,
.x-nbr .x-tab-bottom-active .x-frame-tc,
.x-nbr .x-tab-bottom-active .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-active-corners.gif');
}
/* line 427, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-active .x-frame-ml,
.x-nbr .x-tab-bottom-active .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-active-sides.gif');
}
/* line 430, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-active .x-frame-mc {
  background-color: #3e546b;
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-active-bg.gif');
}
/* line 443, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-disabled .x-frame-tl,
.x-nbr .x-tab-top-disabled .x-frame-bl,
.x-nbr .x-tab-top-disabled .x-frame-tr,
.x-nbr .x-tab-top-disabled .x-frame-br,
.x-nbr .x-tab-top-disabled .x-frame-tc,
.x-nbr .x-tab-top-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-disabled-corners.gif');
}
/* line 447, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-disabled .x-frame-ml,
.x-nbr .x-tab-top-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-disabled-sides.gif');
}
/* line 450, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-disabled .x-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-top-disabled-bg.gif');
}
/* line 462, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-disabled .x-frame-tl,
.x-nbr .x-tab-bottom-disabled .x-frame-bl,
.x-nbr .x-tab-bottom-disabled .x-frame-tr,
.x-nbr .x-tab-bottom-disabled .x-frame-br,
.x-nbr .x-tab-bottom-disabled .x-frame-tc,
.x-nbr .x-tab-bottom-disabled .x-frame-bc {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-disabled-corners.gif');
}
/* line 466, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-disabled .x-frame-ml,
.x-nbr .x-tab-bottom-disabled .x-frame-mr {
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-disabled-sides.gif');
}
/* line 469, ../../resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-disabled .x-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/slate/tab/tab-default-bottom-disabled-bg.gif');
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow {
  background-color: transparent;
}

/* line 6, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow-end {
  background-color: transparent;
}

/* line 10, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow-line {
  background-color: transparent;
}

/* line 15, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-plus {
  background: transparent no-repeat 0 0;
}

/* line 19, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-plus {
  background: transparent no-repeat 0 0;
}

/* line 23, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-minus {
  background: transparent no-repeat -16px 0;
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-minus {
  background: transparent no-repeat -16px 0;
}

/* line 31, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow {
  background-color: transparent !important;
}

/* line 35, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end {
  background-color: transparent !important;
}

/* line 39, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-line {
  background-color: transparent !important;
}

/* line 45, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-expander-over .x-tree-elbow-plus,
.x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-plus {
  background-position: -32px 0;
}

/* line 50, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-expander-over .x-tree-elbow-minus,
.x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-minus {
  background-position: -48px 0;
}

/* line 55, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus,
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-position: -16px 0;
}

/* line 60, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-plus,
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-end-plus {
  background-position: -48px 0;
}

/* line 67, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-elbow-plus,
.x-tree-elbow-minus,
.x-tree-elbow-end-plus,
.x-tree-elbow-end-minus {
  cursor: pointer;
}

/* line 73, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow {
  background-image: url('../../resources/themes/images/slate/tree/elbow.gif');
}
/* line 77, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-end {
  background-image: url('../../resources/themes/images/slate/tree/elbow-end.gif');
}
/* line 81, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-plus {
  background-image: url('../../resources/themes/images/slate/tree/elbow-plus.gif');
}
/* line 85, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-end-plus {
  background-image: url('../../resources/themes/images/slate/tree/elbow-end-plus.gif');
}
/* line 89, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
  background-image: url('../../resources/themes/images/slate/tree/elbow-minus.gif');
}
/* line 93, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-image: url('../../resources/themes/images/slate/tree/elbow-end-minus.gif');
}
/* line 97, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-line {
  background-image: url('../../resources/themes/images/slate/tree/elbow-line.gif');
}

/* line 104, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow-plus,
.x-tree-no-lines .x-tree-elbow-end-plus {
  background-image: url('../../resources/themes/images/slate/tree/elbow-plus-nl.gif');
}
/* line 109, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-plus,
.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-image: url('../../resources/themes/images/slate/tree/elbow-end-minus-nl.gif');
}

/* line 118, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-plus,
.x-tree-arrows .x-tree-elbow-minus,
.x-tree-arrows .x-tree-elbow-end-plus,
.x-tree-arrows .x-tree-elbow-end-minus {
  background-image: url('../../resources/themes/images/slate/tree/arrows.gif');
}

/* line 123, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon {
  margin-right: 3px;
}

/* line 132, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-elbow,
.x-tree-elbow-end,
.x-tree-elbow-plus,
.x-tree-elbow-end-plus,
.x-tree-elbow-empty,
.x-tree-elbow-line {
  height: 18px;
  width: 16px;
}

/* line 137, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon-leaf {
  width: 16px;
  background-image: url('../../resources/themes/images/slate/tree/leaf.gif');
}

/* line 142, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon-parent {
  width: 16px;
  background-image: url('../../resources/themes/images/slate/tree/folder.gif');
}

/* line 147, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-node-expanded .x-tree-icon-parent {
  background-image: url('../../resources/themes/images/slate/tree/folder-open.gif');
}

/* line 151, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-rowbody {
  padding: 0;
}

/* line 155, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-cell-inner {
  padding: 0px;
}

/* line 159, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-row .x-grid-cell {
  border: none;
}

/* line 163, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-row .x-grid-cell-inner {
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
/* line 170, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-row .x-grid-cell-inner img {
  float: left;
}

/* line 176, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-ie .x-tree-panel .x-grid-row .x-grid-cell-inner {
  white-space: normal;
}

/* line 182, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox {
  float: left;
  margin: 2px 3px 0 0;
  display: block;
  width: 13px;
  height: 13px;
  background: url('../../resources/themes/images/slate/form/checkbox.gif') no-repeat;
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 194, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */
/* line 202, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-nbr.x-ie .x-tree-checkbox {
  font-size: 0;
}

/* line 207, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox-checked {
  background-position: 0 -13px;
}

/* line 212, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-cell-inner {
  border-width: 0 !important;
}

/* line 219, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-gecko .x-tree-panel .x-grid-row .x-grid-cell-inner {
  line-height: 16px;
}

/* line 225, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url('../../resources/themes/images/slate/tree/drop-append.gif');
}

/* line 229, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url('../../resources/themes/images/slate/tree/drop-above.gif');
}

/* line 233, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url('../../resources/themes/images/slate/tree/drop-below.gif');
}

/* line 237, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url('../../resources/themes/images/slate/tree/drop-between.gif');
}

/* line 241, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-loading .x-tree-icon {
  background-image: url('../../resources/themes/images/slate/tree/loading.gif');
}

/* line 245, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-ddindicator {
  height: 1px;
  border-width: 1px 0px 0px;
  border-style: dotted;
  border-color: green;
}

/* line 252, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-loading span {
  font-style: italic;
  color: #444444;
}

/* line 257, ../../resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-animator-wrap {
  overflow: hidden;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-surface {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.11.beta.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.x-surface {
  *display: inline;
}

/* line 6, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.rvml {
  behavior: url(#default#VML);
}

/* line 10, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-surface tspan {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* line 18, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}

/* line 26, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 1000px;
}

/* line 34, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-measure-span {
  position: absolute;
  left: -9999em;
  top: -9999em;
  padding: 0;
  margin: 0;
  display: inline;
}

/* line 43, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
}

/* line 51, ../../resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/widgets/_viewport.scss */
.x-viewport, .x-viewport body {
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
}

/* line 7, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-repair .x-dd-drag-ghost {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 11, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-repair .x-dd-drop-icon {
  display: none;
}

/* line 16, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-ghost {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  padding: 5px;
  padding-left: 20px;
  white-space: nowrap;
  color: #000;
  font: normal 11px tahoma, arial, verdana, sans-serif;
  border: 1px solid;
  border-color: #ddd #bbb #bbb #ddd;
  background-color: #fff;
}

/* line 33, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 50, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-view-selector {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background-color: #c3daf9;
  border: 1px dotted #3399bb;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  zoom: 1;
}

/* line 65, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url('../../resources/themes/images/slate/dd/drop-no.gif');
}

/* line 69, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-ok .x-dd-drop-icon {
  background-image: url('../../resources/themes/images/slate/dd/drop-yes.gif');
}

/* line 73, ../../resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-ok-add .x-dd-drop-icon {
  background-image: url('../../resources/themes/images/slate/dd/drop-add.gif');
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle {
  position: absolute;
  z-index: 100;
  font-size: 1px;
  line-height: 6px;
  overflow: hidden;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: #fff;
}

/* line 19, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-east {
  width: 6px;
  height: 100%;
  right: 0;
  top: 0;
}

/* line 28, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-east {
  cursor: e-resize;
}

/* line 33, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-south {
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
}

/* line 42, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-south {
  cursor: s-resize;
}

/* line 47, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-west {
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 56, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-west {
  cursor: w-resize;
}

/* line 61, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-north {
  width: 100%;
  height: 6px;
  left: 0;
  top: 0;
}

/* line 70, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-north {
  cursor: n-resize;
}

/* line 75, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-southeast {
  width: 6px;
  height: 6px;
  right: 0;
  bottom: 0;
  z-index: 101;
}

/* line 86, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southeast {
  cursor: se-resize;
}

/* line 91, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-northwest {
  width: 6px;
  height: 6px;
  left: 0;
  top: 0;
  z-index: 101;
}

/* line 102, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northwest {
  cursor: nw-resize;
}

/* line 107, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-northeast {
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  z-index: 101;
}

/* line 118, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northeast {
  cursor: ne-resize;
}

/* line 123, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-southwest {
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 0;
  z-index: 101;
}

/* line 134, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southwest {
  cursor: sw-resize;
}

/*IE rounding error*/
/* line 141, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-ie .x-resizable-handle-east {
  margin-right: -1px;
  /*IE rounding error*/
}
/* line 145, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-ie .x-resizable-handle-south {
  margin-bottom: -1px;
}

/* line 150, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 154, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-window .x-window-handle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 158, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-window-collapsed .x-window-handle {
  display: none;
}

/* line 162, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-proxy {
  border: 1px dashed #3b5a82;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 50000;
}

/* line 171, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 200000;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 191, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west,
.x-resizable-pinned .x-resizable-handle-east,
.x-resizable-pinned .x-resizable-handle-west {
  background-position: left;
  background-image: url('../../resources/themes/images/slate/sizer/e-handle.gif');
}
/* line 197, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north,
.x-resizable-pinned .x-resizable-handle-south,
.x-resizable-pinned .x-resizable-handle-north {
  background-position: top;
  background-image: url('../../resources/themes/images/slate/sizer/s-handle.gif');
}
/* line 202, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southeast,
.x-resizable-pinned .x-resizable-handle-southeast {
  background-position: top left;
  background-image: url('../../resources/themes/images/slate/sizer/se-handle.gif');
}
/* line 207, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northwest,
.x-resizable-pinned .x-resizable-handle-northwest {
  background-position: bottom right;
  background-image: url('../../resources/themes/images/slate/sizer/nw-handle.gif');
}
/* line 212, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northeast,
.x-resizable-pinned .x-resizable-handle-northeast {
  background-position: bottom left;
  background-image: url('../../resources/themes/images/slate/sizer/ne-handle.gif');
}
/* line 217, ../../resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southwest,
.x-resizable-pinned .x-resizable-handle-southwest {
  background-position: top right;
  background-image: url('../../resources/themes/images/slate/sizer/sw-handle.gif');
}

/* line 3, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter .x-collapse-el {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat !important;
}

/* line 14, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-left,
.x-layout-split-right {
  top: 50%;
  margin-top: -17px;
  width: 5px;
  height: 35px;
}

/* line 24, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-top,
.x-layout-split-bottom {
  left: 50%;
  width: 35px;
  height: 5px;
  margin-left: -17px;
}

/* line 33, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-left {
  background: no-repeat top right;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-left.gif');
}

/* line 38, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-right {
  background: no-repeat top left;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-right.gif');
}

/* line 43, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-top {
  background: no-repeat top left;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-top.gif');
}

/* line 48, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-bottom.gif');
}

/* line 54, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-left {
  background: no-repeat top left;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-right.gif');
}
/* line 59, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-right {
  background: no-repeat top right;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-left.gif');
}
/* line 64, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-top {
  background: no-repeat top left;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-bottom.gif');
}
/* line 69, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('../../resources/themes/images/slate/util/splitter/mini-top.gif');
}

/* line 75, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-horizontal {
  cursor: e-resize;
  cursor: row-resize;
  font-size: 1px;
}

/* line 80, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-vertical {
  cursor: e-resize;
  cursor: col-resize;
  font-size: 1px;
}

/* line 85, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed {
  cursor: default;
}

/* line 89, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-active {
  z-index: 4;
  font-size: 1px;
  background-color: #b4b4b4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 96, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-active .x-collapse-el {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 101, ../../resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-proxy-el {
  position: absolute;
  background: #b4b4b4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked {
  position: absolute;
  z-index: 1;
}

/**
  * Dock Layouts
  * @todo move this somewhere else?
  */
/* line 11, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-top {
  border-bottom-width: 0 !important;
}

/* line 15, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-bottom {
  border-top-width: 0 !important;
}

/* line 19, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-left {
  border-right-width: 0 !important;
}

/* line 23, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-right {
  border-left-width: 0 !important;
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-top {
  border-top-width: 0 !important;
}

/* line 31, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-right {
  border-right-width: 0 !important;
}

/* line 35, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-bottom {
  border-bottom-width: 0 !important;
}

/* line 39, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-left {
  border-left-width: 0 !important;
}

/* line 43, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-inner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
}

/* line 53, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-item {
  position: absolute !important;
  left: 0;
  top: 0;
}

/* line 60, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-layout-ct,
.x-border-layout-ct {
  overflow: hidden;
  zoom: 1;
}

/* line 65, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-overflow-hidden {
  overflow: hidden !important;
}

/* line 69, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-inline-children > * {
  display: inline-block !important;
}

/* line 73, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-abs-layout-item {
  position: absolute;
}

/* line 77, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-border-layout-ct {
  background-color: #c3cedb;
}

/* line 81, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-border-region-slide-in {
  z-index: 5;
}

/* line 85, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-region-collapsed-placeholder {
  z-index: 4;
}

/* line 89, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd .x-panel-header-text {
  color: #3e546b;
  font-weight: normal;
}

/* line 94, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd {
  background: #aabbcc !important;
  -moz-box-shadow: inset 0 0 0 0 #aabbcc;
  -webkit-box-shadow: inset 0 0 0 0 #aabbcc;
  -o-box-shadow: inset 0 0 0 0 #aabbcc;
  box-shadow: inset 0 0 0 0 #aabbcc;
}
/* line 98, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd .x-tool-collapse-top,
.x-accordion-hd .x-tool-collapse-right,
.x-accordion-hd .x-tool-collapse-bottom,
.x-accordion-hd .x-tool-collapse-left {
  background-position: 0 -255px;
}
/* line 105, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd .x-tool-expand-top,
.x-accordion-hd .x-tool-expand-right,
.x-accordion-hd .x-tool-expand-bottom,
.x-accordion-hd .x-tool-expand-left {
  background-position: 0 -240px;
}
/* line 113, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd .x-tool-over .x-tool-collapse-top,
.x-accordion-hd .x-tool-over .x-tool-collapse-right,
.x-accordion-hd .x-tool-over .x-tool-collapse-bottom,
.x-accordion-hd .x-tool-over .x-tool-collapse-left {
  background-position: -15px -255px;
}
/* line 122, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd .x-tool-over .x-tool-expand-top,
.x-accordion-hd .x-tool-over .x-tool-expand-right,
.x-accordion-hd .x-tool-over .x-tool-expand-bottom,
.x-accordion-hd .x-tool-over .x-tool-expand-left {
  background-position: -15px -240px;
}

/* line 131, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd {
  border-width: 1px 0 1px 0 !important;
  padding: 4px 5px 5px 5px;
  border-top-color: #d5dbe2 !important;
}

/* line 137, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-body {
  border-width: 0 !important;
}

/* line 141, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd-sibling-expanded {
  border-top-color: #9aaec2 !important;
  -moz-box-shadow: inset 0 1px 0 0 #d5dbe2;
  -webkit-box-shadow: inset 0 1px 0 0 #d5dbe2;
  -o-box-shadow: inset 0 1px 0 0 #d5dbe2;
  box-shadow: inset 0 1px 0 0 #d5dbe2;
}

/* line 146, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd-last-collapsed {
  border-bottom-color: #aabbcc !important;
}

/* line 155, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-frame-tl,
.x-frame-tr,
.x-frame-tc,
.x-frame-bl,
.x-frame-br,
.x-frame-bc {
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 161, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-frame-tc,
.x-frame-bc {
  background-repeat: repeat-x;
}

/* line 165, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-frame-mc {
  position: relative;
  background-repeat: repeat-x;
  overflow: hidden;
}

/* line 174, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left {
  float: left;
  height: 100%;
  z-index: 5;
}
/* line 181, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left,
.x-box-scroller-left .x-tabbar-scroll-left {
  width: 18px;
  position: relative;
  cursor: pointer;
  height: 25px;
  background: transparent no-repeat -18px 0;
  background-image: url('../../resources/themes/images/slate/tab-bar/scroll-left.gif');
}
/* line 189, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left-hover {
  background-position: 0 0;
}
/* line 193, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left-disabled,
.x-box-scroller-left .x-tabbar-scroll-left-disabled {
  background-position: -18px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
/* line 200, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left {
  background-image: url('../../resources/themes/images/slate/toolbar/scroll-left.gif');
  background-position: -14px 0;
}
/* line 204, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left-hover {
  background-position: 0 0;
}
/* line 207, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left-disabled {
  background-position: -14px 0;
}
/* line 211, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left {
  width: 14px;
  height: 22px;
  border-bottom: 1px solid #8db2e3;
}

/* line 219, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-horizontal-box-overflow-body {
  float: left;
}

/* line 222, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right {
  float: right;
  height: 100%;
  z-index: 5;
}
/* line 229, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right,
.x-box-scroller-right .x-tabbar-scroll-right {
  width: 18px;
  position: relative;
  cursor: pointer;
  height: 25px;
  background: transparent no-repeat 0 0;
  background-image: url('../../resources/themes/images/slate/tab-bar/scroll-right.gif');
}
/* line 237, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right-hover {
  background-position: -18px 0;
}
/* line 241, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right-disabled,
.x-box-scroller-right .x-tabbar-scroll-right-disabled {
  background-position: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
/* line 248, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right {
  background-image: url('../../resources/themes/images/slate/toolbar/scroll-right.gif');
}
/* line 251, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right-hover {
  background-position: -14px 0;
}
/* line 254, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right-disabled {
  background-position: 0 0;
}
/* line 258, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right {
  width: 14px;
  height: 22px;
  border-bottom: 1px solid #8db2e3;
}

/* line 268, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-top .x-box-scroller {
  line-height: 0;
  font-size: 0;
}
/* line 272, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-top .x-menu-scroll-top {
  background: transparent no-repeat center center;
  background-image: url('../../resources/themes/images/slate/layout/mini-top.gif');
  height: 8px;
  cursor: pointer;
}

/* line 280, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-bottom .x-box-scroller {
  line-height: 0;
  font-size: 0;
}
/* line 284, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-bottom .x-menu-scroll-bottom {
  background: transparent no-repeat center center;
  background-image: url('../../resources/themes/images/slate/layout/mini-bottom.gif');
  height: 8px;
  cursor: pointer;
}

/* line 292, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-menu-right {
  float: right;
  padding-right: 2px;
}

/* line 297, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-column {
  float: left;
}

/* line 301, ../../resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-ie6 .x-column {
  display: inline;
  /*prevent IE6 double-margin bug*/
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool {
  height: 15px;
}
/* line 5, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool img {
  overflow: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../../resources/themes/images/slate/tools/tool-sprites.gif');
  margin: 0;
}

/* line 23, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-header-horizontal .x-tool,
.x-window-header-horizontal .x-tool {
  margin-left: 2px;
}

/* line 30, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-header-vertical .x-tool,
.x-window-header-vertical .x-tool {
  margin-bottom: 2px;
}

/* line 35, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-placeholder {
  visibility: hidden;
}

/* line 39, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-toggle {
  background-position: 0 -60px;
}

/* line 44, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-toggle {
  background-position: -15px -60px;
}

/* line 51, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-collapsed .x-tool-toggle,
.x-fieldset-collapsed .x-tool-toggle {
  background-position: 0 -75px;
}
/* line 56, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-collapsed .x-tool-over .x-tool-toggle,
.x-fieldset-collapsed .x-tool-over .x-tool-toggle {
  background-position: -15px -75px;
}

/* line 62, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-close {
  background-position: 0 0;
}

/* line 66, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-minimize {
  background-position: 0 -15px;
}

/* line 70, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-maximize {
  background-position: 0 -30px;
}

/* line 74, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-restore {
  background-position: 0 -45px;
}

/* line 78, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-gear {
  background-position: 0 -90px;
}

/* line 82, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-prev {
  background-position: 0 -105px;
}

/* line 86, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-next {
  background-position: 0 -120px;
}

/* line 90, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-pin {
  background-position: 0 -135px;
}

/* line 94, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-unpin {
  background-position: 0 -150px;
}

/* line 98, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-right {
  background-position: 0 -165px;
}

/* line 102, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-left {
  background-position: 0 -180px;
}

/* line 106, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-help {
  background-position: 0 -300px;
}

/* line 110, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-save {
  background-position: 0 -285px;
}

/* line 114, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-search {
  background-position: 0 -270px;
}

/* line 118, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-minus {
  background-position: 0 -255px;
}

/* line 122, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-plus {
  background-position: 0 -240px;
}

/* line 126, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-refresh {
  background-position: 0 -225px;
}

/* line 130, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-up {
  background-position: 0 -210px;
}

/* line 134, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-down {
  background-position: 0 -195px;
}

/* line 138, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-move {
  background-position: 0 -375px;
}

/* line 142, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-resize {
  background-position: 0 -360px;
}

/* line 146, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-collapse {
  background-position: 0 -345px;
}

/* line 150, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand {
  background-position: 0 -330px;
}

/* line 154, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-print {
  background-position: 0 -315px;
}

/* line 159, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-bottom,
.x-tool-collapse-bottom {
  background-position: 0 -195px;
}

/* line 164, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-top,
.x-tool-collapse-top {
  background-position: 0 -210px;
}

/* line 169, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-left,
.x-tool-collapse-left {
  background-position: 0 -180px;
}

/* line 174, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-right,
.x-tool-collapse-right {
  background-position: 0 -165px;
}

/* line 179, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-close {
  background-position: -15px 0;
}
/* line 183, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-minimize {
  background-position: -15px -15px;
}
/* line 187, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-maximize {
  background-position: -15px -30px;
}
/* line 191, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-restore {
  background-position: -15px -45px;
}
/* line 195, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-gear {
  background-position: -15px -90px;
}
/* line 199, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-prev {
  background-position: -15px -105px;
}
/* line 203, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-next {
  background-position: -15px -120px;
}
/* line 207, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-pin {
  background-position: -15px -135px;
}
/* line 211, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-unpin {
  background-position: -15px -150px;
}
/* line 215, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-right {
  background-position: -15px -165px;
}
/* line 219, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-left {
  background-position: -15px -180px;
}
/* line 223, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-down {
  background-position: -15px -195px;
}
/* line 227, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-up {
  background-position: -15px -210px;
}
/* line 231, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-refresh {
  background-position: -15px -225px;
}
/* line 235, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-plus {
  background-position: -15px -240px;
}
/* line 239, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-minus {
  background-position: -15px -255px;
}
/* line 243, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-search {
  background-position: -15px -270px;
}
/* line 247, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-save {
  background-position: -15px -285px;
}
/* line 251, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-help {
  background-position: -15px -300px;
}
/* line 255, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-print {
  background-position: -15px -315px;
}
/* line 259, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand {
  background-position: -15px -330px;
}
/* line 263, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-collapse {
  background-position: -15px -345px;
}
/* line 267, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-resize {
  background-position: -15px -360px;
}
/* line 271, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-move {
  background-position: -15px -375px;
}
/* line 276, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-bottom,
.x-tool-over .x-tool-collapse-bottom {
  background-position: -15px -195px;
}
/* line 281, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-top,
.x-tool-over .x-tool-collapse-top {
  background-position: -15px -210px;
}
/* line 286, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-left,
.x-tool-over .x-tool-collapse-left {
  background-position: -15px -180px;
}
/* line 291, ../../resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-right,
.x-tool-over .x-tool-collapse-right {
  background-position: -15px -165px;
}

/* line 2, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-horizontal-scroller-present .x-grid-body {
  border-bottom-width: 0px;
}

/* line 6, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-vertical-scroller-present .x-grid-body {
  border-right-width: 0px;
}

/* line 10, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller {
  overflow: hidden;
}

/* line 14, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-vertical {
  border: 1px solid #9aaec2;
  border-top-color: #5c7b9a;
}

/* line 19, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-horizontal {
  border: 1px solid #9aaec2;
}

/* line 23, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-vertical-scroller-present .x-scroller-horizontal {
  border-right-width: 0px;
}

/* line 27, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-ct {
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  left: 0px;
  top: 0px;
  /*
  In IE9 (only), the border-box style causes the scroller-ct to be 0px in the
  perpendicular dimension and breaks the scroll as well as offsets it by the left
  offset that we use to try and keep some size on this element. This works on all
  browsers (including IE9).
  */
  box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

/* line 48, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-vertical .x-scroller-ct {
  overflow-y: scroll;
}

/* line 52, ../../resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-horizontal .x-scroller-ct {
  overflow-x: scroll;
}

/* line 6, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html {
  /* Begin bidirectionality settings (do not change) */
}
/* line 32, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html html,
.x-html address,
.x-html blockquote,
.x-html body,
.x-html dd,
.x-html div,
.x-html dl,
.x-html dt,
.x-html fieldset,
.x-html form,
.x-html frame, .x-html frameset,
.x-html h1,
.x-html h2,
.x-html h3,
.x-html h4,
.x-html h5,
.x-html h6,
.x-html noframes,
.x-html ol,
.x-html p,
.x-html ul,
.x-html center,
.x-html dir,
.x-html hr,
.x-html menu,
.x-html pre {
  display: block;
}
/* line 33, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html li {
  display: list-item;
  list-style: disc;
}
/* line 34, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html head {
  display: none;
}
/* line 35, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html table {
  display: table;
}
/* line 36, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html tr {
  display: table-row;
}
/* line 37, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html thead {
  display: table-header-group;
}
/* line 38, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html tbody {
  display: table-row-group;
}
/* line 39, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html tfoot {
  display: table-footer-group;
}
/* line 40, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html col {
  display: table-column;
}
/* line 41, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html colgroup {
  display: table-column-group;
}
/* line 43, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html td,
.x-html th {
  display: table-cell;
}
/* line 44, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html caption {
  display: table-caption;
}
/* line 45, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html th {
  font-weight: bolder;
  text-align: center;
}
/* line 46, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html caption {
  text-align: center;
}
/* line 47, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html body {
  margin: 8px;
}
/* line 48, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h1 {
  font-size: 2em;
  margin: .67em 0;
}
/* line 49, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h2 {
  font-size: 1.5em;
  margin: .75em 0;
}
/* line 50, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h3 {
  font-size: 1.17em;
  margin: .83em 0;
}
/* line 60, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h4,
.x-html p,
.x-html blockquote,
.x-html ul,
.x-html fieldset,
.x-html form,
.x-html ol,
.x-html dl,
.x-html dir,
.x-html menu {
  margin: 1.12em 0;
}
/* line 61, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
/* line 62, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
/* line 70, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h1,
.x-html h2,
.x-html h3,
.x-html h4,
.x-html h5,
.x-html h6,
.x-html b,
.x-html strong {
  font-weight: bolder;
}
/* line 71, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
/* line 76, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html i,
.x-html cite,
.x-html em,
.x-html var,
.x-html address {
  font-style: italic;
}
/* line 81, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html pre,
.x-html tt,
.x-html code,
.x-html kbd,
.x-html samp {
  font-family: monospace;
}
/* line 82, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html pre {
  white-space: pre;
}
/* line 86, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html button,
.x-html textarea,
.x-html input,
.x-html select {
  display: inline-block;
}
/* line 87, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html big {
  font-size: 1.17em;
}
/* line 90, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html small,
.x-html sub,
.x-html sup {
  font-size: .83em;
}
/* line 91, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html sub {
  vertical-align: sub;
}
/* line 92, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html sup {
  vertical-align: super;
}
/* line 93, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html table {
  border-spacing: 2px;
}
/* line 96, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html thead,
.x-html tbody,
.x-html tfoot {
  vertical-align: middle;
}
/* line 98, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html td,
.x-html th {
  vertical-align: inherit;
}
/* line 101, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html s,
.x-html strike,
.x-html del {
  text-decoration: line-through;
}
/* line 102, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html hr {
  border: 1px inset;
}
/* line 107, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html ol,
.x-html ul,
.x-html dir,
.x-html menu,
.x-html dd {
  margin-left: 40px;
}
/* line 108, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html ul, .x-html menu, .x-html dir {
  list-style-type: disc;
}
/* line 109, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html ol {
  list-style-type: decimal;
}
/* line 113, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html ol ul,
.x-html ul ol,
.x-html ul ul,
.x-html ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 115, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html u,
.x-html ins {
  text-decoration: underline;
}
/* line 116, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html br:before {
  content: "\A";
}
/* line 117, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html :before, .x-html :after {
  white-space: pre-line;
}
/* line 118, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html center {
  text-align: center;
}
/* line 119, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html :link, .x-html :visited {
  text-decoration: underline;
}
/* line 120, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html :focus {
  outline: invert dotted thin;
}
/* line 123, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 124, ../../resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
