@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,greek);
@font-face {
  font-family: 's1-icons-font';
  src: url("https://s1common.blob.core.windows.net/theming/s1-icons-font/s1-icons-font.eot");
  src: url("https://s1common.blob.core.windows.net/theming/s1-icons-font/s1-icons-font.eot?#iefix") format("embedded-opentype"), url("https://s1common.blob.core.windows.net/theming/s1-icons-font/s1-icons-font.woff") format("woff"), url("https://s1common.blob.core.windows.net/theming/s1-icons-font/s1-icons-font.ttf") format("truetype"), url("https://s1common.blob.core.windows.net/theming/s1-icons-font/s1-icons-font.svg#Nouveau") format("svg");
}

@font-face {
	font-family: 's1-icons-font-v2';
	src: url('../fonts/s1-icons-font/s1-icons-font.eot');
	src: url('../fonts/s1-icons-font/s1-icons-font.eot?#iefix') format('embedded-opentype'),
	url('../fonts/s1-icons-font/s1-icons-font.woff') format('woff'),
	url('../fonts/s1-icons-font/s1-icons-font.ttf') format('truetype'),
	url('../fonts/s1-icons-font/s1-icons-font.svg#Nouveau') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #3ab3ff;
	text-decoration: none;
}

/**
 * @class Global_CSS
 *
 * Global CSS variables and mixins of Sencha Touch.
 */
/**
 * @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.
 */
/**
 * @class Ext.form.field.Base
 */
/**
 * @var {measurement} $form-field-height
 * Height for form fields.
 */
/**
 * @var {measurement} $form-toolbar-field-height
 * Height for form fields in toolbar.
 */
/**
 * @var {measurement} $form-error-icon-width
 * Width for form error icons.
 */
/**
 * @var {measurement} $form-field-padding
 * Padding around form fields.
 */
/**
 * @var {measurement} $form-field-font-size
 * Font size for form fields.
 */
/**
 * @var {font-family} $form-field-font-family
 * Font family for form fields.
 */
/**
 * @var {font-weight} $form-field-font-weight
 * Font weight for form fields.
 */
/**
 * @var {font} $form-field-font
 * Font for form fields.
 */
/**
 * @var {color} $form-field-color
 * Text color for form fields.
 */
/**
 * @var {color} $form-field-empty-color
 * Text color for empty form fields.
 */
/**
 * @var {color} $form-field-border-color
 * Border color for form fields.
 */
/**
 * @var {measurement} $form-field-border-width
 * Border width for form fields.
 */
/**
 * @var {color} $form-field-focus-border-color
 * Border color for focused form fields.
 */
/**
 * @var {color} $form-field-invalid-border-color
 * Border color for invalid form fields.
 */
/**
 * @var {color} $form-field-background-color
 * Background color for form fields.
 */
/**
 * @var {string} $form-field-background-image
 * Background image for form fields.
 */
/**
 * @var {color} $form-field-invalid-background-color
 * Background color for invalid form fields.
 */
/**
 * @var {string} $form-field-invalid-background-image
 * Background image for invalid form fields.
 */
/**
 * @var {background-repeat} $form-field-invalid-background-repeat
 * Background repeat for invalid form fields.
 */
/**
 * @var {background-position} $form-field-invalid-background-position
 * Background position for invalid form fields.
 */
/**
 * @class Ext.form.field.TextArea
 */
/**
 * @class Ext.form.Label
 */
/**
 * @class Ext.form.field.Checkbox
 */
/**
 * @class Ext.form.field.Radio
 */
/* Error messages */
/**
 * @class Ext.form.field.Trigger
 */
/**
 * @class Ext.form.FieldSet
 */
/**
 * @class Ext.slider.Multi
 */
/**
 * Creates a background gradient.
 *
 * @param {Color} $bg-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=top] The direction of the gradient. Can either be
 * `top` or `left`.
 * @member Global_CSS
 */
/*
 * 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 77, ../../extjs/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 82, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
fieldset, img {
  border: 0;
}

/* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
address, caption, cite, code,
dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
li {
  list-style: none;
}

/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
caption, th {
  text-align: left;
}

/* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 110, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
q:before,
q:after {
  content: "";
}

/* line 114, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
sup {
  vertical-align: text-top;
}

/* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 127, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
*:focus {
  outline: none;
}

/* line 138, ../../extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-border-box,
.x-border-box * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-body {
  color: black;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

/* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-rtl {
  direction: rtl;
}

/* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-ltr {
  direction: ltr;
}

/* line 15, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-clear {
  overflow: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  display: table;
}

/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-strict .x-ie7 .x-clear {
  height: 0;
  width: 0;
}

/* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-layer {
  position: absolute !important;
  overflow: hidden;
  zoom: 1;
}

/* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-shim {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-display {
  display: none !important;
}

/* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-visibility {
  visibility: hidden !important;
}

/* line 57, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-item-disabled .x-form-item-label,
.x-item-disabled .x-form-field,
.x-item-disabled .x-form-display-field,
.x-item-disabled .x-form-cb-label,
.x-item-disabled .x-form-trigger {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-ie6 .x-item-disabled {
  filter: none;
}

/* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hidden,
.x-hide-offsets {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -10000px !important;
  top: -10000px !important;
}

/* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-nosize {
  height: 0 !important;
  width: 0 !important;
}

/* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-masked-relative {
  position: relative;
}

/* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-css-shadow {
  position: absolute;
  -webkit-border-radius: 0px 0px;
  -moz-border-radius: 0px 0px;
  -ms-border-radius: 0px 0px;
  -o-border-radius: 0px 0px;
  border-radius: 0px 0px;
}

/* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-ie-shadow {
  background-color: #777;
  display: none;
  position: absolute;
  overflow: hidden;
  zoom: 1;
}

/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl {
  background: transparent no-repeat 0 0;
  zoom: 1;
}

/* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tc {
  height: 8px;
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* line 112, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr {
  background: transparent no-repeat right -8px;
}

/* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-ml {
  background: transparent repeat-y 0;
  padding-left: 4px;
  overflow: hidden;
  zoom: 1;
}

/* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc {
  background: repeat-x 0 -16px;
  padding: 4px 10px;
}

/* line 128, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc h3 {
  margin: 0 0 4px 0;
  zoom: 1;
}

/* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mr {
  background: transparent repeat-y right;
  padding-right: 4px;
  overflow: hidden;
}

/* line 139, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bl {
  background: transparent no-repeat 0 -16px;
  zoom: 1;
}

/* line 144, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bc {
  background: transparent repeat-x 0 -8px;
  height: 8px;
  overflow: hidden;
}

/* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-br {
  background: transparent no-repeat right -24px;
}

/* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl, .x-box-bl {
  padding-left: 8px;
  overflow: hidden;
}

/* line 159, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr, .x-box-br {
  padding-right: 8px;
  overflow: hidden;
}

/* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl {
  background-image: url('../images/box/corners.gif');
}

/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tc {
  background-image: url('../images/box/tb.gif');
}

/* line 172, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr {
  background-image: url('../images/box/corners.gif');
}

/* line 176, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-ml {
  background-image: url('../images/box/l.gif');
}

/* line 180, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc {
  background-color: #eee;
  background-image: url('../images/box/tb.gif');
  font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
  color: #393939;
  font-size: 15px;
}

/* line 188, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc h3 {
  font-size: 18px;
  font-weight: bold;
}

/* line 193, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mr {
  background-image: url('../images/box/r.gif');
}

/* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bl {
  background-image: url('../images/box/corners.gif');
}

/* line 201, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bc {
  background-image: url('../images/box/tb.gif');
}

/* line 205, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-br {
  background-image: url('../images/box/corners.gif');
}

/* line 209, ../../extjs/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('../images/box/corners-blue.gif');
}

/* line 213, ../../extjs/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('../images/box/tb-blue.gif');
}

/* line 217, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mc {
  background-color: #c3daf9;
}

/* line 221, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mc h3 {
  color: #17385b;
}

/* line 225, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-ml {
  background-image: url('../images/box/l-blue.gif');
}

/* line 229, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mr {
  background-image: url('../images/box/r-blue.gif');
}

/* line 233, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-container {
  zoom: 1;
}
/* line 238, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-container:before {
  content: "";
  clear: both;
  display: table;
}

/* line 248, ../../extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
table.x-container:before,
tbody.x-container:before,
tr.x-container:before {
  display: none;
}

/* line 1, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-element {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px;
}

/* line 9, ../../extjs/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, ../../extjs/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, ../../extjs/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, ../../extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-left,
.x-focus-frame-right {
  border-left: solid 2px #15428b;
  width: 2px;
}

/**
 * Creates the base structure of a BoundList.
 * @member Ext.view.BoundList
 */
/**
 * Creates the base structure of an Ext.Button
 * @member Ext.button.Button
 */
/**
 * Creates a visual theme of an Ext.Button
 * @member Ext.button.Button
 */
/**
 * Creates the base structure of a button group.
 * @member Ext.container.ButtonGroup
 */
/**
 * Creates a visual theme of a button group.
 * @member Ext.container.ButtonGroup
 */
/**
 * Creates the base structure of a date picker.
 * @member Ext.picker.Date
 */
/**
 * Creates base structure for Ext.picker.Color
 * @member Ext.picker.Color
 */
/**
 * Creates the base structure of a Menu
 * @member Ext.menu.Menu
 */
/**
 * Create the base structure of an Ext.Panel
 * @member Ext.panel.Panel
 */
/**
 * Creates a visual theme for an Ext.Panel
 * @member Ext.panel.Panel
 */
/**
 * Creates base structure for Toolbar
 * @member Ext.toolbar.Toolbar
 */
/**
 * Creates a visual theme for an 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)
 * @member Ext.toolbar.Toolbar
 */
/**
 * Creates the base structure of Ext.form.Panel.
 * @member Ext.form.Panel
 */
/**
 * Creates the base structure of form field.
 * @member Ext.form.field.Base
 */
/**
 * Creates the base structure of FieldSet.
 * @member Ext.form.FieldSet
 */
/**
 * Creates the base structure of file field.
 * @member Ext.form.field.File
 */
/**
 * Creates the base structure of checkbox field.
 * @member Ext.form.field.Checkbox
 */
/**
 * Creates the base structure of CheckboxGroup.
 * @member Ext.form.CheckboxGroup
 */
/**
 * Creates the base structure of trigger field.
 * @member Ext.form.field.Trigger
 */
/**
 * Creates the base structure of HtmlEditor field.
 * @member Ext.form.field.HtmlEditor
 */
/**
 * Creates the base structure of QuickTip.
 * @member Ext.tip.QuickTip
 */
/**
 * Creates the base structure of an Ext.Window
 * @member Ext.window.Window
 */
/**
 * Creates a visual theme for an Ext.Panel
 * @member Ext.window.Window
 */
/**
 * Creates a visual theme for TabBar
 * @member Ext.tab.Bar
 */
/**
 * Creates the base structure of a Tab.
 * @member Ext.tab.Tab
 */
/**
 * Creates the base structure of slider.
 * @member Ext.slider.Multi
 */
/**
 * Creates base structure for a Grid.
 * @member Ext.grid.Panel
 */
/**
 * Creates the base structure of Tree.
 * @member Ext.tree.Panel
 */
/* Styles for Ext.LoadMask */
/* line 3, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  zoom: 1;
  background: black;
}

/* line 20, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-shim {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 30, ../../extjs/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: transparent;
  background: white;
}
/* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-msg div {
  padding: 5px 10px 5px 25px;
  background-image: url('../images/grid/loading.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
  cursor: wait;
  border: 1px solid #a3bad9;
  background-color: #eeeeee;
  color: #222222;
  font: normal 14px "Open Sans", sans-serif;
}

/**
 * Creates the base structure of an Ext.ProgressBar
 * @member Ext.ProgressBar
 */
/**
 * Creates a visual theme for an Ext.ProgressBar
 * @member Ext.ProgressBar
 */
/**
 * Creates base structure for a Draw Component.
 * @member Ext.draw.Component
 */
/**
 * Creates the base structure of Viewport.
 * @member Ext.container.Viewport
 */
/**
 * W3C suggested default style sheet for HTML 4:
 * [http://www.w3.org/TR/CSS21/sample.html](http://www.w3.org/TR/CSS21/sample.html)
 *
 * @member Global_CSS
 */
/* line 3, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-proxy {
  z-index: 1000000 !important;
}

/* line 8, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-repair .x-dd-drag-ghost {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-repair .x-dd-drop-icon {
  display: none;
}

/* line 17, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-ghost {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  padding: 5px;
  padding-left: 20px;
  white-space: nowrap;
  color: #000;
  font: normal 14px "Open Sans", sans-serif;
  border: 1px solid;
  border-color: #ddd #bbb #bbb #ddd;
  background-color: #fff;
}

/* line 34, ../../extjs/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 51, ../../extjs/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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  zoom: 1;
}

/* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url('../images/dd/drop-no.gif');
}

/* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-ok .x-dd-drop-icon {
  background-image: url('../images/dd/drop-yes.gif');
}

/* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-ok-add .x-dd-drop-icon {
  background-image: url('../images/dd/drop-add.gif');
}

/* line 2, ../../extjs/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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: #1481c6;
}

/* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-collapsed .x-resizable-handle {
  display: none;
}

/* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-east {
  width: 6px;
  height: 100%;
  right: 0;
  top: 0;
}

/* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-east {
  cursor: e-resize;
}

/* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-south {
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
}

/* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-south {
  cursor: s-resize;
}

/* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-west {
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 55, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-west {
  cursor: w-resize;
}

/* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-north {
  width: 100%;
  height: 6px;
  left: 0;
  top: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-north {
  cursor: n-resize;
}

/* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-southeast {
  width: 6px;
  height: 6px;
  right: 0;
  bottom: 0;
  z-index: 101;
}

/* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southeast {
  cursor: se-resize;
}

/* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-northwest {
  width: 6px;
  height: 6px;
  left: 0;
  top: 0;
  z-index: 101;
}

/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northwest {
  cursor: nw-resize;
}

/* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-northeast {
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  z-index: 101;
}

/* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northeast {
  cursor: ne-resize;
}

/* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-southwest {
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 0;
  z-index: 101;
}

/* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southwest {
  cursor: sw-resize;
}

/*IE rounding error*/
/* line 140, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-ie .x-resizable-handle-east {
  margin-right: -1px;
  /*IE rounding error*/
}
/* line 144, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-ie .x-resizable-handle-south {
  margin-bottom: -1px;
}

/* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 153, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-window .x-window-handle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-window-collapsed .x-window-handle {
  display: none;
}

/* line 161, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-proxy {
  border: 1px dashed #1481c6;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 50000;
}

/* line 170, ../../extjs/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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 189, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-east,
.x-resizable-pinned .x-resizable-handle-east {
  background-position: right;
  background-image: url('../images/theme/sizer/e-handle.png');
  background-repeat: no-repeat;
}
/* line 195, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-west,
.x-resizable-pinned .x-resizable-handle-west {
  background-position: left;
  background-image: url('../images/theme/sizer/w-handle.png');
  background-repeat: no-repeat;
}
/* line 201, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-south,
.x-resizable-pinned .x-resizable-handle-south {
  background-position: bottom;
  background-image: url('../images/theme/sizer/s-handle.png');
  background-repeat: no-repeat;
}
/* line 207, ../../extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-north,
.x-resizable-pinned .x-resizable-handle-north {
  background-position: top;
  background-image: url('../images/theme/sizer/n-handle.png');
  background-repeat: no-repeat;
}
/* line 213, ../../extjs/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('../images/theme/sizer/se-handle.png');
  background-repeat: no-repeat;
}
/* line 219, ../../extjs/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('../images/theme/sizer/nw-handle.png');
  background-repeat: no-repeat;
}
/* line 225, ../../extjs/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('../images/theme/sizer/ne-handle.png');
  background-repeat: no-repeat;
}
/* line 231, ../../extjs/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('../images/theme/sizer/sw-handle.png');
  background-repeat: no-repeat;
}

/* line 3, ../../extjs/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, ../../extjs/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, ../../extjs/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, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-left {
  background: no-repeat top right;
  background-image: url('../images/theme/util/splitter/mini-left.png');
}

/* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-right {
  background: no-repeat top left;
  background-image: url('../images/theme/util/splitter/mini-right.png');
}

/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-top {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-top.gif');
}

/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-bottom.gif');
}

/* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-left {
  background: no-repeat top left;
  background-image: url('../images/theme/util/splitter/mini-right.png');
}
/* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-right {
  background: no-repeat top right;
  background-image: url('../images/theme/util/splitter/mini-left.png');
}
/* line 64, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-top {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-bottom.gif');
}
/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-top.gif');
}

/* line 75, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-horizontal {
  cursor: e-resize;
  cursor: row-resize;
  font-size: 1px;
}

/* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-vertical {
  cursor: e-resize;
  cursor: col-resize;
  font-size: 1px;
}

/* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed, .x-splitter-horizontal-noresize, .x-splitter-vertical-noresize {
  cursor: default;
}

/* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-active {
  z-index: 4;
  font-size: 1px;
  background-color: #b4b4b4;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-proxy-el {
  position: absolute;
  background: #b4b4b4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*
 * Dock Layouts
 * @todo move this somewhere else?
 */
/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked {
  position: absolute !important;
  z-index: 1;
}

/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-vertical {
  position: static;
}

/* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-top {
  border-bottom-width: 0 !important;
}

/* line 20, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-bottom {
  border-top-width: 0 !important;
}

/* line 24, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-left {
  border-right-width: 0 !important;
}

/* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-right {
  border-left-width: 0 !important;
}

/* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-top {
  border-top-width: 0 !important;
}

/* line 36, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-right {
  border-right-width: 0 !important;
}

/* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-bottom {
  border-bottom-width: 0 !important;
}

/* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-left {
  border-left-width: 0 !important;
}

/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-inner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
}

/* line 58, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-item {
  position: absolute !important;
  left: 0;
  top: 0;
}

/* line 64, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-rtl .x-box-item {
  right: 0;
  left: auto;
}

/* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-layout-ct,
.x-border-layout-ct {
  overflow: hidden;
  zoom: 1;
}

/* line 75, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-border-layout-ct {
  background-color: transparent;
  position: relative;
}

/* line 80, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-overflow-hidden {
  overflow: hidden !important;
}

/* line 84, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-inline-children > * {
  display: inline-block !important;
}

/* line 88, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-abs-layout-ct {
  position: relative;
}

/* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-abs-layout-item {
  position: absolute !important;
}

/* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-fit-item {
  position: relative;
}

/* line 100, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-border-region-slide-in {
  z-index: 5;
}

/* line 104, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-region-collapsed-placeholder {
  z-index: 4;
}

/* line 108, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd .x-panel-header-text {
  color: black;
  font-weight: normal;
}

/* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd {
  background: #2fc3e8 !important;
  -webkit-box-shadow: inset 0 0 0 0 #2fc3e8;
  -moz-box-shadow: inset 0 0 0 0 #2fc3e8;
  box-shadow: inset 0 0 0 0 #2fc3e8;
}
/* line 117, ../../extjs/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 -272px;
}
/* line 124, ../../extjs/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 -256px;
}
/* line 132, ../../extjs/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: -16px -272px;
}
/* line 141, ../../extjs/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: -16px -256px;
}

/* line 150, ../../extjs/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: white !important;
}

/* line 156, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-body {
  border-width: 0 !important;
}

/* line 160, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd-sibling-expanded {
  border-top-color: transparent !important;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -moz-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
}

/* line 165, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd-last-collapsed {
  border-bottom-color: #2fc3e8 !important;
}

/* line 174, ../../extjs/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 180, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-frame-tc,
.x-frame-bc {
  background-repeat: repeat-x;
}

/* line 184, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-frame-mc {
  position: relative;
  background-repeat: repeat-x;
  overflow: hidden;
}

/* line 193, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left {
  float: left;
  height: 100%;
  z-index: 5;
}
/* line 200, ../../extjs/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: 26px;
  position: relative;
  cursor: pointer;
  height: 34px;
  background: transparent no-repeat 0 0;
  background-image: url('../images/theme/tab-bar/scroll-left.png');
}
/* line 208, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left-hover {
  background-position: 0 0;
}
/* line 212, ../../extjs/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: -26px 0;
  cursor: default;
}
/* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left {
  background-image: url('../images/toolbar/scroll-left.gif');
  background-position: -14px 0;
}
/* line 223, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left-hover {
  background-position: 0 0;
}
/* line 226, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left .x-toolbar-scroll-left-disabled {
  background-position: -14px 0;
}
/* line 230, ../../extjs/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 238, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-horizontal-box-overflow-body {
  float: left;
}

/* line 241, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right {
  float: right;
  height: 100%;
  z-index: 5;
}
/* line 248, ../../extjs/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: 26px;
  position: relative;
  cursor: pointer;
  height: 34px;
  background: transparent no-repeat 0 0;
  background-image: url('../images/theme/tab-bar/scroll-right.png');
}
/* line 256, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right-hover {
  background-position: -26px 0;
}
/* line 260, ../../extjs/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: -26px 0;
  cursor: default;
}
/* line 267, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right {
  background-image: url('../images/toolbar/scroll-right.gif');
}
/* line 270, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right-hover {
  background-position: -14px 0;
}
/* line 273, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right .x-toolbar-scroll-right-disabled {
  background-position: 0 0;
}
/* line 277, ../../extjs/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 287, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-top .x-box-scroller {
  line-height: 0;
  font-size: 0;
}
/* line 291, ../../extjs/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('../images/layout/mini-top.gif');
  height: 8px;
  cursor: pointer;
}

/* line 299, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-bottom .x-box-scroller {
  line-height: 0;
  font-size: 0;
}
/* line 303, ../../extjs/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('../images/layout/mini-bottom.gif');
  height: 8px;
  cursor: pointer;
}

/* line 311, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-menu-right {
  float: right;
  padding-right: 5px;
}

/* line 316, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-column {
  float: left;
}

/* line 320, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-ie6 .x-column {
  display: inline;
  /*prevent IE6 double-margin bug*/
}

/* line 324, ../../extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-quirks .x-ie .x-form-layout-table, .x-quirks .x-ie .x-form-layout-table tbody tr.x-form-item {
  position: relative;
}

/* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool {
  padding: 0 0 1px 1px;
}
/* line 5, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool img {
  overflow: hidden;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../images/tools/tool-sprites.gif');
  margin: 0;
}

/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-header-horizontal .x-tool,
.x-window-header-horizontal .x-tool {
  margin-left: 1px;
}

/* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-header-vertical .x-tool,
.x-window-header-vertical .x-tool {
  margin-top: 1px;
  padding: 1px 0 0 1px;
}

/* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-header-vertical .x-tool-top,
.x-window-header-vertical .x-tool-top {
  margin: 0 0 4px;
}

/* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-placeholder {
  visibility: hidden;
}

/* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-toggle {
  background-position: 0 -96px;
}

/* line 55, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-toggle {
  background-position: -24px -96px;
}

/* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-collapsed .x-tool-toggle,
.x-fieldset-collapsed .x-tool-toggle {
  background-position: 0 -120px;
}
/* line 67, ../../extjs/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: -24px -120px;
}

/* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-close {
  background-position: 0 0;
}

/* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-minimize {
  background-position: -24px;
}

/* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-maximize {
  background-position: 0 -48px;
}

/* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-restore {
  background-position: 0 -72px;
}

/* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-gear {
  background-position: 0 -144px;
}

/* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-prev {
  background-position: 0 -168px;
}

/* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-next {
  background-position: 0 -192px;
}

/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-pin {
  background-position: 0 -216px;
}

/* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-unpin {
  background-position: 0 -240px;
}

/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-right {
  background-position: 0 -264px;
}

/* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-left {
  background-position: 0 -288px;
}

/* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-help {
  background-position: 0 -480px;
}

/* line 121, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-save {
  background-position: 0 -456px;
}

/* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-search {
  background-position: 0 -432px;
}

/* line 129, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-minus {
  background-position: 0 -408px;
}

/* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-plus {
  background-position: 0 -384px;
}

/* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-refresh {
  background-position: 0 -360px;
}

/* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-up {
  background-position: 0 -336px;
}

/* line 145, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-down {
  background-position: 0 -312px;
}

/* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-collapse {
  background-position: 0 -552px;
}

/* line 153, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand {
  background-position: 0 -528px;
}

/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-print {
  background-position: 0 -504px;
}

/* line 162, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-bottom,
.x-tool-collapse-bottom {
  background-position: 0 -312px;
}

/* line 167, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-top,
.x-tool-collapse-top {
  background-position: 0 -336px;
}

/* line 172, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-left,
.x-tool-collapse-left {
  background-position: 0 -288px;
}

/* line 177, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-right,
.x-tool-collapse-right {
  background-position: 0 -264px;
}

/* line 182, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-close {
  background-position: -24px 0;
}
/* line 186, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-minimize {
  background-position: -48px;
}
/* line 190, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-maximize {
  background-position: -24px -48px;
}
/* line 194, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-restore {
  background-position: -24px -72px;
}
/* line 198, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-gear {
  background-position: -24px -144px;
}
/* line 202, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-prev {
  background-position: -24px -168px;
}
/* line 206, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-next {
  background-position: -24px -192px;
}
/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-pin {
  background-position: -24px -216px;
}
/* line 214, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-unpin {
  background-position: -24px -240px;
}
/* line 218, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-right {
  background-position: -24px -264px;
}
/* line 222, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-left {
  background-position: -24px -288px;
}
/* line 226, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-down {
  background-position: -24px -312px;
}
/* line 230, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-up {
  background-position: -24px -336px;
}
/* line 234, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-refresh {
  background-position: -24px -360px;
}
/* line 238, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-plus {
  background-position: -24px -384px;
}
/* line 242, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-minus {
  background-position: -24px -408px;
}
/* line 246, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-search {
  background-position: -24px -432px;
}
/* line 250, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-save {
  background-position: -24px -456px;
}
/* line 254, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-help {
  background-position: -24px -480px;
}
/* line 258, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-print {
  background-position: -24px -504px;
}
/* line 262, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand {
  background-position: -24px -528px;
}
/* line 266, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-collapse {
  background-position: -24px -552px;
}
/* line 271, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-bottom,
.x-tool-over .x-tool-collapse-bottom {
  background-position: -24px -312px;
}
/* line 276, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-top,
.x-tool-over .x-tool-collapse-top {
  background-position: -24px -336px;
}
/* line 281, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-left,
.x-tool-over .x-tool-collapse-left {
  background-position: -24px -288px;
}
/* line 286, ../../extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-right,
.x-tool-over .x-tool-collapse-right {
  background-position: -24px -264px;
}

/* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-horizontal-scroller-present .x-grid-body {
  border-bottom-width: 0px;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-vertical-scroller-present .x-grid-body {
  border-right-width: 0px;
}

/* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-vertical {
  border: 1px solid transparent;
  border-top-color: #3b465a;
}

/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-horizontal {
  border: 1px solid transparent;
}

/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-vertical-scroller-present .x-scroller-horizontal {
  border-right-width: 0px;
}

/* line 27, ../../extjs/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, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-vertical .x-scroller-ct {
  overflow-y: scroll;
}

/* line 52, ../../extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-horizontal .x-scroller-ct {
  overflow-x: scroll;
}

/* line 8, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html {
  /* Begin bidirectionality settings (do not change) */
}
/* line 34, ../../extjs/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 35, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html li {
  display: list-item;
  list-style: disc;
}
/* line 36, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html head {
  display: none;
}
/* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html table {
  display: table;
}
/* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html tr {
  display: table-row;
}
/* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html thead {
  display: table-header-group;
}
/* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html tbody {
  display: table-row-group;
}
/* line 41, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html tfoot {
  display: table-footer-group;
}
/* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html col {
  display: table-column;
}
/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html colgroup {
  display: table-column-group;
}
/* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html td,
.x-html th {
  display: table-cell;
}
/* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html caption {
  display: table-caption;
}
/* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html th {
  font-weight: bolder;
  text-align: center;
}
/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html caption {
  text-align: center;
}
/* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html body {
  margin: 8px;
}
/* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h1 {
  font-size: 2em;
  margin: .67em 0;
}
/* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h2 {
  font-size: 1.5em;
  margin: .75em 0;
}
/* line 52, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h3 {
  font-size: 1.17em;
  margin: .83em 0;
}
/* line 62, ../../extjs/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 63, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
/* line 64, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
/* line 72, ../../extjs/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 73, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
/* line 78, ../../extjs/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 83, ../../extjs/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 84, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html pre {
  white-space: pre;
}
/* line 88, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html button,
.x-html textarea,
.x-html input,
.x-html select {
  display: inline-block;
}
/* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html big {
  font-size: 1.17em;
}
/* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html small,
.x-html sub,
.x-html sup {
  font-size: .83em;
}
/* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html sub {
  vertical-align: sub;
}
/* line 94, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html sup {
  vertical-align: super;
}
/* line 95, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html table {
  border-spacing: 2px;
}
/* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html thead,
.x-html tbody,
.x-html tfoot {
  vertical-align: middle;
}
/* line 100, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html td,
.x-html th {
  vertical-align: inherit;
}
/* line 103, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html s,
.x-html strike,
.x-html del {
  text-decoration: line-through;
}
/* line 104, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html hr {
  border: 1px inset;
}
/* line 109, ../../extjs/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 110, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html ul, .x-html menu, .x-html dir {
  list-style-type: disc;
}
/* line 111, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html ol {
  list-style-type: decimal;
}
/* line 115, ../../extjs/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 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html u,
.x-html ins {
  text-decoration: underline;
}
/* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html br:before {
  content: "\A";
}
/* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html :before, .x-html :after {
  white-space: pre-line;
}
/* line 120, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html center {
  text-align: center;
}
/* line 121, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html :link, .x-html :visited {
  text-decoration: underline;
}
/* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html :focus {
  outline: invert dotted thin;
}
/* line 125, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 126, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist {
  border-width: 1px;
  border-style: solid none none;
  border-color: #3ab3ff;
  background: #f6f6f6;
}
/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist .x-toolbar {
  border-width: 1px 0 0 0;
}

/* line 22, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-strict .x-ie6 .x-boundlist-list-ct,
.x-strict .x-ie7 .x-boundlist-list-ct {
  position: relative;
}

/* line 29, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-item {
  padding: 10px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
  cursor: pointer;
  cursor: hand;
  position: relative;
  /*allow hover in IE on empty items*/
  border-width: 1px;
  border-style: none;
  border-color: #f6f6f6;
}

/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-selected {
  background: #dee3ec;
}

/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-item-over {
  background: #3b465a !important;
  border-color: #a3bae9;
}

/* line 53, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-floating {
  border-top-width: 0;
}

/* line 57, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-above {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

/* line 6, ../../extjs/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, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn * {
  cursor: pointer;
  cursor: hand;
}
/* line 26, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn em {
  background-repeat: no-repeat;
}
/* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn em a {
  text-decoration: none;
  display: block;
  color: inherit;
  width: 100%;
  zoom: 1;
}
/* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0 none;
  overflow: hidden;
  vertical-align: bottom;
  -webkit-appearance: none;
}
/* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn .x-btn-inner {
  display: block;
  white-space: nowrap;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
}
/* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn .x-btn-left .x-btn-inner {
  text-align: left;
}
/* line 78, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn .x-btn-center .x-btn-inner {
  text-align: center;
}
/* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn .x-btn-right .x-btn-inner {
  text-align: right;
}

/* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-disabled span, .x-ie7 .x-btn-disabled span {
  filter: none;
}

/* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie7 .x-btn-disabled,
.x-ie8 .x-btn-disabled {
  filter: none;
}

/* line 105, ../../extjs/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 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* IE9 shows scrollbars in a button unless this is set  */
/* line 112, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie9 .x-btn button {
  overflow: visible !important;
}

/* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
* html .x-ie .x-btn button {
  width: 1px;
}

/* line 122, ../../extjs/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 129, ../../extjs/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%;
}

/* Keep the selector simple ".x-btn .x-frame-mc" is enough to target the center frame of the button table */
/* line 138, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn .x-frame-mc {
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

/* Only center when all there is is text. Otherwise solo icons get centered. */
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-noicon .x-frame-mc {
  text-align: center;
}

/* line 153, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-left .x-btn-icon {
  background-position: left center;
}

/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-right .x-btn-icon {
  background-position: right center;
}

/* line 161, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-top .x-btn-icon {
  background-position: center top;
}

/* line 165, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-bottom .x-btn-icon {
  background-position: center bottom;
}

/* line 170, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button, .x-btn a {
  position: relative;
}
/* line 173, ../../extjs/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 180, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-right {
  background: transparent no-repeat right center;
  padding-right: 24px;
}
/* line 184, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-right .x-btn-inner {
  padding-right: 0 !important;
}

/* line 189, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-arrow-right {
  padding-right: 34px;
}

/* line 193, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-bottom {
  background: transparent no-repeat center bottom;
  padding-bottom: 24px;
}

/* line 198, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow {
  background-image: url('../images/button/arrow.gif');
  display: block;
}

/* line 206, ../../extjs/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('../images/theme/button/s-arrow.png');
  padding-right: 25px !important;
}

/* line 213, ../../extjs/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('../images/button/s-arrow-b.gif');
  padding-bottom: 25px;
}

/* line 219, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-split-right {
  background-image: url('../images/button/s-arrow-noline.gif');
  padding-right: 25px !important;
}

/* line 224, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-split-bottom {
  background-image: url('../images/button/s-arrow-b-noline.gif');
}

/* line 228, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-split {
  display: block;
}

/* line 233, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-item-disabled,
.x-item-disabled * {
  cursor: default;
}

/* line 237, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-cycle-fixed-width .x-btn-inner {
  text-align: inherit;
}

/* line 241, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-over .x-btn-split-right {
  background-image: url('../images/theme/button/s-arrow-o.png');
}

/* line 242, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-over .x-btn-split-bottom {
  background-image: url('../images/button/s-arrow-bo.gif');
}

/* line 637, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small {
  border-color: #3b465a;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-color: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-small-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-small {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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('../images/btn/btn-default-small-corners.gif');
}
/* line 168, ../../extjs/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('../images/btn/btn-default-small-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-small-mc {
  padding: 3px 3px 3px 3px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-default-small-tl,
.x-strict .x-ie7 .x-btn-default-small-bl {
  position: relative;
  right: 0;
}

/* line 643, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 4px;
}

/* line 656, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon button,
.x-btn-default-small-icon a,
.x-btn-default-small-icon .x-btn-inner,
.x-btn-default-small-noicon button,
.x-btn-default-small-noicon a,
.x-btn-default-small-noicon .x-btn-inner {
  height: 24px;
  line-height: 24px;
}

/* line 665, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon button,
.x-btn-default-small-icon a {
  padding: 0;
}
/* line 669, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon .x-btn-inner {
  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
  width: 24px;
  padding: 0;
}
/* line 675, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon .x-btn-icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 687, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left button,
.x-btn-default-small-icon-text-left a {
  height: 24px;
}
/* line 690, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-left: 28px;
}
/* line 696, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  font-size: 24px;
  line-height: 24px;
}
/* line 709, ../../extjs/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: 24px;
}

/* line 717, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right button,
.x-btn-default-small-icon-text-right a {
  height: 24px;
}
/* line 720, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-right: 28px !important;
}
/* line 726, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 735, ../../extjs/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: 24px;
}

/* line 742, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-top .x-btn-inner {
  padding-top: 28px;
}
/* line 746, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 24px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 755, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-small-icon-text-top .x-btn-icon {
  width: 24px;
}

/* line 762, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px;
}
/* line 766, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 24px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 775, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-small-icon-text-bottom .x-btn-icon {
  width: 24px;
}

/* line 781, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-over {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 805, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-focus {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 830, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-menu-active,
.x-btn-default-small-pressed {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 854, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-disabled {
  background-image: none;
  background-color: #3b465a;
}

/* line 902, ../../extjs/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('../images/btn/btn-default-small-over-corners.gif');
}
/* line 906, ../../extjs/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('../images/btn/btn-default-small-over-sides.gif');
}
/* line 909, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-over .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 923, ../../extjs/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('../images/btn/btn-default-small-focus-corners.gif');
}
/* line 927, ../../extjs/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('../images/btn/btn-default-small-focus-sides.gif');
}
/* line 930, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-focus .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 945, ../../extjs/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('../images/btn/btn-default-small-pressed-corners.gif');
}
/* line 949, ../../extjs/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('../images/btn/btn-default-small-pressed-sides.gif');
}
/* line 952, ../../extjs/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: #3ab3ff;
}
/* line 966, ../../extjs/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('../images/btn/btn-default-small-disabled-corners.gif');
}
/* line 970, ../../extjs/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('../images/btn/btn-default-small-disabled-sides.gif');
}
/* line 973, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-disabled .x-frame-mc {
  background-color: #3b465a;
}

/* line 637, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium {
  border-color: #3b465a;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-medium {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0px 0px 0px 0px;
  border-width: 1px;
  border-style: solid;
  background-color: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-medium-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-medium {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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('../images/btn/btn-default-medium-corners.gif');
}
/* line 168, ../../extjs/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('../images/btn/btn-default-medium-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-medium-mc {
  padding: 1px 1px 1px 1px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-default-medium-tl,
.x-strict .x-ie7 .x-btn-default-medium-bl {
  position: relative;
  right: 0;
}

/* line 643, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 3px;
}

/* line 656, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon button,
.x-btn-default-medium-icon a,
.x-btn-default-medium-icon .x-btn-inner,
.x-btn-default-medium-noicon button,
.x-btn-default-medium-noicon a,
.x-btn-default-medium-noicon .x-btn-inner {
  height: 24px;
  line-height: 24px;
}

/* line 665, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon button,
.x-btn-default-medium-icon a {
  padding: 0;
}
/* line 669, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon .x-btn-inner {
  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
  width: 24px;
  padding: 0;
}
/* line 675, ../../extjs/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 687, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-left button,
.x-btn-default-medium-icon-text-left a {
  height: 24px;
}
/* line 690, ../../extjs/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 696, ../../extjs/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;
  font-size: 24px;
  line-height: 24px;
}
/* line 709, ../../extjs/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 717, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-right button,
.x-btn-default-medium-icon-text-right a {
  height: 24px;
}
/* line 720, ../../extjs/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 726, ../../extjs/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 735, ../../extjs/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 742, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-top .x-btn-inner {
  padding-top: 28px;
}
/* line 746, ../../extjs/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 755, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-medium-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-medium-icon-text-top .x-btn-icon {
  width: 24px;
}

/* line 762, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px;
}
/* line 766, ../../extjs/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 775, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-medium-icon-text-bottom .x-btn-icon {
  width: 24px;
}

/* line 781, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-over {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 805, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-focus {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 830, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-menu-active,
.x-btn-default-medium-pressed {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 854, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-disabled {
  background-image: none;
  background-color: #3b465a;
}

/* line 902, ../../extjs/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('../images/btn/btn-default-medium-over-corners.gif');
}
/* line 906, ../../extjs/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('../images/btn/btn-default-medium-over-sides.gif');
}
/* line 909, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-over .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 923, ../../extjs/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('../images/btn/btn-default-medium-focus-corners.gif');
}
/* line 927, ../../extjs/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('../images/btn/btn-default-medium-focus-sides.gif');
}
/* line 930, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-focus .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 945, ../../extjs/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('../images/btn/btn-default-medium-pressed-corners.gif');
}
/* line 949, ../../extjs/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('../images/btn/btn-default-medium-pressed-sides.gif');
}
/* line 952, ../../extjs/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: #3ab3ff;
}
/* line 966, ../../extjs/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('../images/btn/btn-default-medium-disabled-corners.gif');
}
/* line 970, ../../extjs/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('../images/btn/btn-default-medium-disabled-sides.gif');
}
/* line 973, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-disabled .x-frame-mc {
  background-color: #3b465a;
}

/* line 637, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large {
  border-color: #3b465a;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-large {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  border-width: 1px;
  border-style: solid;
  background-color: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-large-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-large {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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('../images/btn/btn-default-large-corners.gif');
}
/* line 168, ../../extjs/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('../images/btn/btn-default-large-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-large-mc {
  padding: 1px 1px 1px 1px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-default-large-tl,
.x-strict .x-ie7 .x-btn-default-large-bl {
  position: relative;
  right: 0;
}

/* line 643, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 7px;
}

/* line 656, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon button,
.x-btn-default-large-icon a,
.x-btn-default-large-icon .x-btn-inner,
.x-btn-default-large-noicon button,
.x-btn-default-large-noicon a,
.x-btn-default-large-noicon .x-btn-inner {
  height: 30px;
  line-height: 30px;
}

/* line 665, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon button,
.x-btn-default-large-icon a {
  padding: 0;
}
/* line 669, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon .x-btn-inner {
  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
  width: 30px;
  padding: 0;
}
/* line 675, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon .x-btn-icon {
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 687, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left button,
.x-btn-default-large-icon-text-left a {
  height: 30px;
}
/* line 690, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left .x-btn-inner {
  height: 30px;
  line-height: 30px;
  padding-left: 34px;
}
/* line 696, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left .x-btn-icon {
  width: 30px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  font-size: 30px;
  line-height: 30px;
}
/* line 709, ../../extjs/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: 30px;
}

/* line 717, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right button,
.x-btn-default-large-icon-text-right a {
  height: 30px;
}
/* line 720, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right .x-btn-inner {
  height: 30px;
  line-height: 30px;
  padding-right: 34px !important;
}
/* line 726, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right .x-btn-icon {
  width: 30px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 735, ../../extjs/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: 30px;
}

/* line 742, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-top .x-btn-inner {
  padding-top: 34px;
}
/* line 746, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-top .x-btn-icon {
  width: auto;
  height: 30px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 755, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-large-icon-text-top .x-btn-icon {
  width: 30px;
}

/* line 762, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 34px;
}
/* line 766, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 30px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 775, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-large-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-large-icon-text-bottom .x-btn-icon {
  width: 30px;
}

/* line 781, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-over {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 805, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-focus {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 830, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-menu-active,
.x-btn-default-large-pressed {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 854, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-disabled {
  background-image: none;
  background-color: #3b465a;
}

/* line 902, ../../extjs/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('../images/btn/btn-default-large-over-corners.gif');
}
/* line 906, ../../extjs/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('../images/btn/btn-default-large-over-sides.gif');
}
/* line 909, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-over .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 923, ../../extjs/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('../images/btn/btn-default-large-focus-corners.gif');
}
/* line 927, ../../extjs/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('../images/btn/btn-default-large-focus-sides.gif');
}
/* line 930, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-focus .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 945, ../../extjs/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('../images/btn/btn-default-large-pressed-corners.gif');
}
/* line 949, ../../extjs/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('../images/btn/btn-default-large-pressed-sides.gif');
}
/* line 952, ../../extjs/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: #3ab3ff;
}
/* line 966, ../../extjs/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('../images/btn/btn-default-large-disabled-corners.gif');
}
/* line 970, ../../extjs/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('../images/btn/btn-default-large-disabled-sides.gif');
}
/* line 973, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-disabled .x-frame-mc {
  background-color: #3b465a;
}

/* line 637, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small {
  border-color: #3b465a;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-color: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-small-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-small {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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;
  background-image: url('../images/btn/btn-default-toolbar-small-corners.gif');
}
/* line 168, ../../extjs/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;
  background-image: url('../images/btn/btn-default-toolbar-small-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-small-mc {
  padding: 3px 3px 3px 3px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-default-toolbar-small-tl,
.x-strict .x-ie7 .x-btn-default-toolbar-small-bl {
  position: relative;
  right: 0;
}

/* line 643, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 4px;
}

/* line 656, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon button,
.x-btn-default-toolbar-small-icon a,
.x-btn-default-toolbar-small-icon .x-btn-inner,
.x-btn-default-toolbar-small-noicon button,
.x-btn-default-toolbar-small-noicon a,
.x-btn-default-toolbar-small-noicon .x-btn-inner {
  height: 24px;
  line-height: 24px;
}

/* line 665, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon button,
.x-btn-default-toolbar-small-icon a {
  padding: 0;
}
/* line 669, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon .x-btn-inner {
  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
  width: 24px;
  padding: 0;
}
/* line 675, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon .x-btn-icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 687, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left button,
.x-btn-default-toolbar-small-icon-text-left a {
  height: 24px;
}
/* line 690, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-left: 28px;
}
/* line 696, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  font-size: 24px;
  line-height: 24px;
}
/* line 709, ../../extjs/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: 24px;
}

/* line 717, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right button,
.x-btn-default-toolbar-small-icon-text-right a {
  height: 24px;
}
/* line 720, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-right: 28px !important;
}
/* line 726, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 735, ../../extjs/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: 24px;
}

/* line 742, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-top .x-btn-inner {
  padding-top: 28px;
}
/* line 746, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 24px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 755, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
  width: 24px;
}

/* line 762, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px;
}
/* line 766, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 24px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 775, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
  width: 24px;
}

/* line 781, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-over {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 805, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-focus {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 830, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-menu-active,
.x-btn-default-toolbar-small-pressed {
  border-color: #2fc3e8;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 854, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-disabled {
  background-image: none;
  background-color: #3b465a;
}

/* line 902, ../../extjs/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('../images/btn/btn-default-toolbar-small-over-corners.gif');
}
/* line 906, ../../extjs/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('../images/btn/btn-default-toolbar-small-over-sides.gif');
}
/* line 909, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-over .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 923, ../../extjs/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('../images/btn/btn-default-toolbar-small-focus-corners.gif');
}
/* line 927, ../../extjs/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('../images/btn/btn-default-toolbar-small-focus-sides.gif');
}
/* line 930, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 945, ../../extjs/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('../images/btn/btn-default-toolbar-small-pressed-corners.gif');
}
/* line 949, ../../extjs/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('../images/btn/btn-default-toolbar-small-pressed-sides.gif');
}
/* line 952, ../../extjs/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: #3ab3ff;
}
/* line 966, ../../extjs/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('../images/btn/btn-default-toolbar-small-disabled-corners.gif');
}
/* line 970, ../../extjs/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('../images/btn/btn-default-toolbar-small-disabled-sides.gif');
}
/* line 973, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mc {
  background-color: #3b465a;
}

/* line 637, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium {
  border-color: #3b465a;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-medium {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0px 0px 0px 0px;
  border-width: 1px;
  border-style: solid;
  background-color: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-medium-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-medium {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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;
  background-image: url('../images/btn/btn-default-toolbar-medium-corners.gif');
}
/* line 168, ../../extjs/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;
  background-image: url('../images/btn/btn-default-toolbar-medium-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-medium-mc {
  padding: 1px 1px 1px 1px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-default-toolbar-medium-tl,
.x-strict .x-ie7 .x-btn-default-toolbar-medium-bl {
  position: relative;
  right: 0;
}

/* line 643, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 3px;
}

/* line 656, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon button,
.x-btn-default-toolbar-medium-icon a,
.x-btn-default-toolbar-medium-icon .x-btn-inner,
.x-btn-default-toolbar-medium-noicon button,
.x-btn-default-toolbar-medium-noicon a,
.x-btn-default-toolbar-medium-noicon .x-btn-inner {
  height: 24px;
  line-height: 24px;
}

/* line 665, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon button,
.x-btn-default-toolbar-medium-icon a {
  padding: 0;
}
/* line 669, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon .x-btn-inner {
  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
  width: 24px;
  padding: 0;
}
/* line 675, ../../extjs/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 687, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-left button,
.x-btn-default-toolbar-medium-icon-text-left a {
  height: 24px;
}
/* line 690, ../../extjs/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 696, ../../extjs/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;
  font-size: 24px;
  line-height: 24px;
}
/* line 709, ../../extjs/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 717, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-right button,
.x-btn-default-toolbar-medium-icon-text-right a {
  height: 24px;
}
/* line 720, ../../extjs/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 726, ../../extjs/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 735, ../../extjs/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 742, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-top .x-btn-inner {
  padding-top: 28px;
}
/* line 746, ../../extjs/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 755, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon {
  width: 24px;
}

/* line 762, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px;
}
/* line 766, ../../extjs/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 775, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon {
  width: 24px;
}

/* line 781, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-over {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 805, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-focus {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 830, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-menu-active,
.x-btn-default-toolbar-medium-pressed {
  border-color: #2fc3e8;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 854, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-disabled {
  background-image: none;
  background-color: #3b465a;
}

/* line 902, ../../extjs/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('../images/btn/btn-default-toolbar-medium-over-corners.gif');
}
/* line 906, ../../extjs/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('../images/btn/btn-default-toolbar-medium-over-sides.gif');
}
/* line 909, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 923, ../../extjs/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('../images/btn/btn-default-toolbar-medium-focus-corners.gif');
}
/* line 927, ../../extjs/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('../images/btn/btn-default-toolbar-medium-focus-sides.gif');
}
/* line 930, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 945, ../../extjs/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('../images/btn/btn-default-toolbar-medium-pressed-corners.gif');
}
/* line 949, ../../extjs/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('../images/btn/btn-default-toolbar-medium-pressed-sides.gif');
}
/* line 952, ../../extjs/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: #3ab3ff;
}
/* line 966, ../../extjs/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('../images/btn/btn-default-toolbar-medium-disabled-corners.gif');
}
/* line 970, ../../extjs/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('../images/btn/btn-default-toolbar-medium-disabled-sides.gif');
}
/* line 973, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mc {
  background-color: #3b465a;
}

/* line 637, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large {
  border-color: #3b465a;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-large {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  border-width: 1px;
  border-style: solid;
  background-color: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-large-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-large {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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;
  background-image: url('../images/btn/btn-default-toolbar-large-corners.gif');
}
/* line 168, ../../extjs/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;
  background-image: url('../images/btn/btn-default-toolbar-large-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-large-mc {
  padding: 1px 1px 1px 1px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-default-toolbar-large-tl,
.x-strict .x-ie7 .x-btn-default-toolbar-large-bl {
  position: relative;
  right: 0;
}

/* line 643, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 7px;
}

/* line 656, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon button,
.x-btn-default-toolbar-large-icon a,
.x-btn-default-toolbar-large-icon .x-btn-inner,
.x-btn-default-toolbar-large-noicon button,
.x-btn-default-toolbar-large-noicon a,
.x-btn-default-toolbar-large-noicon .x-btn-inner {
  height: 30px;
  line-height: 30px;
}

/* line 665, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon button,
.x-btn-default-toolbar-large-icon a {
  padding: 0;
}
/* line 669, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon .x-btn-inner {
  /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
  width: 30px;
  padding: 0;
}
/* line 675, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon .x-btn-icon {
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 687, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left button,
.x-btn-default-toolbar-large-icon-text-left a {
  height: 30px;
}
/* line 690, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left .x-btn-inner {
  height: 30px;
  line-height: 30px;
  padding-left: 34px;
}
/* line 696, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
  width: 30px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  font-size: 30px;
  line-height: 30px;
}
/* line 709, ../../extjs/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: 30px;
}

/* line 717, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right button,
.x-btn-default-toolbar-large-icon-text-right a {
  height: 30px;
}
/* line 720, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right .x-btn-inner {
  height: 30px;
  line-height: 30px;
  padding-right: 34px !important;
}
/* line 726, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right .x-btn-icon {
  width: 30px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 735, ../../extjs/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: 30px;
}

/* line 742, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-top .x-btn-inner {
  padding-top: 34px;
}
/* line 746, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
  width: auto;
  height: 30px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 755, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
  width: 30px;
}

/* line 762, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 34px;
}
/* line 766, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 30px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 775, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
  width: 30px;
}

/* line 781, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-over {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 805, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-focus {
  border-color: #3ab3ff;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 830, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-menu-active,
.x-btn-default-toolbar-large-pressed {
  border-color: #2fc3e8;
  background-image: none;
  background-color: #3ab3ff;
}

/* line 854, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-disabled {
  background-image: none;
  background-color: #3b465a;
}

/* line 902, ../../extjs/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('../images/btn/btn-default-toolbar-large-over-corners.gif');
}
/* line 906, ../../extjs/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('../images/btn/btn-default-toolbar-large-over-sides.gif');
}
/* line 909, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-over .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 923, ../../extjs/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('../images/btn/btn-default-toolbar-large-focus-corners.gif');
}
/* line 927, ../../extjs/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('../images/btn/btn-default-toolbar-large-focus-sides.gif');
}
/* line 930, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-mc {
  background-color: #3ab3ff;
}
/* line 945, ../../extjs/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('../images/btn/btn-default-toolbar-large-pressed-corners.gif');
}
/* line 949, ../../extjs/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('../images/btn/btn-default-toolbar-large-pressed-sides.gif');
}
/* line 952, ../../extjs/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: #3ab3ff;
}
/* line 966, ../../extjs/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('../images/btn/btn-default-toolbar-large-disabled-corners.gif');
}
/* line 970, ../../extjs/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('../images/btn/btn-default-toolbar-large-disabled-sides.gif');
}
/* line 973, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mc {
  background-color: #3b465a;
}

/* line 571, ../../extjs/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: #3b465a;
  background-image: none;
  background: #3b465a;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group {
  position: relative;
  overflow: hidden;
}

/* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-body {
  position: relative;
  zoom: 1;
  padding: 0 1px;
}
/* line 15, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-body .x-table-layout-cell {
  vertical-align: top;
}

/* line 20, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-text {
  white-space: nowrap;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-group-default-framed {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 2px 2px 2px;
  border-width: 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-group-default-framed-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-group-default-framed {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000202px 1000202px;
}
/* line 147, ../../extjs/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('../images/btn-group/btn-group-default-framed-corners.gif');
}
/* line 168, ../../extjs/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('../images/btn-group/btn-group-default-framed-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-group-default-framed-mc {
  padding: 0px 0px 0px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-group-default-framed-tl,
.x-strict .x-ie7 .x-btn-group-default-framed-bl {
  position: relative;
  right: 0;
}

/* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-default-framed {
  border-color: #b7c8d7;
  -webkit-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
}

/* line 68, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-default-framed {
  margin: 0 0 0 0;
}

/* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-body-default-framed {
  padding: 1px 0;
  background: #404040;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 80, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-text-default-framed {
  font: normal 14px "Open Sans", sans-serif;
  color: white;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker {
  border: 1px none red;
  background-color: white;
  position: relative;
}
/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker a {
  -moz-outline: 0 none;
  outline: 0 none;
  color: #404040;
  text-decoration: none;
  border-width: 0;
}

/* line 25, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-inner,
.x-datepicker-inner td,
.x-datepicker-inner th {
  border-collapse: separate;
}

/* line 29, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-header {
  position: relative;
  height: 30px;
  background-color: white;
}

/* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev,
.x-datepicker-next {
  position: absolute;
  top: 8px;
  width: 18px;
}
/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev a,
.x-datepicker-next a {
  display: block;
  width: 14px;
  height: 14px;
  background-position: top;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 63, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev a:hover,
.x-datepicker-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next {
  right: 5px;
}
/* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next a {
  background-image: url('../images/theme/date-picker/right-btn.png');
}

/* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev {
  left: 9px;
}
/* line 80, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev a {
  background-image: url('../images/theme/date-picker/left-btn.png');
}

/* line 86, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-item-disabled .x-datepicker-prev a:hover,
.x-item-disabled .x-datepicker-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month {
  padding-top: 3px;
}
/* line 103, ../../extjs/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 108, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month span {
  color: #404040 !important;
}
/* line 112, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month .x-btn-split-right {
  background-image: url('../images/theme/date-picker/s-arrow.png');
  padding-right: 12px;
}

/* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next {
  text-align: right;
}

/* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month {
  text-align: center;
}
/* line 126, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month button {
  color: white !important;
}

/* line 132, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner {
  width: 100%;
  table-layout: fixed;
}
/* line 136, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner th {
  width: 25px;
  height: 19px;
  padding: 0;
  color: #404040;
  font: 700 12px "Open Sans", sans-serif;
  text-align: right;
  border-bottom: 1px solid transparent;
  border-collapse: separate;
  background-color: #f6f6f6;
  cursor: default;
}
/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner th span {
  display: block;
  padding-right: 7px;
}
/* line 163, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner tr {
  height: 20px;
}
/* line 167, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner td {
  border: 1px none;
  height: 25px;
  border-color: white;
  text-align: right;
  padding: 0;
}
/* line 175, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner a {
  padding-right: 4px;
  display: block;
  zoom: 1;
  font: normal 14px "Open Sans", sans-serif;
  color: black;
  text-decoration: none;
  text-align: right;
}
/* line 188, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-active {
  cursor: pointer;
  color: black;
}
/* line 194, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-selected a {
  background: repeat-x left top;
  background-color: #e7e7e7;
  border: 1px solid #3b465a;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-selected span {
  font-weight: bold;
}
/* line 206, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-today a {
  /*border: $datepicker-border-width $datepicker-border-style;
  border-color: $datepicker-today-item-border-color;*/
}
/* line 214, ../../extjs/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 221, ../../extjs/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: #fff;
  background-color: #3b465a;
}
/* line 229, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner .x-datepicker-disabled a {
  cursor: default;
  background-color: #eee;
  color: #bbb;
}

/* line 237, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-footer,
.x-monthpicker-buttons {
  position: relative;
  border-top: 1px none transparent;
  background-color: #f6f6f6;
  text-align: center;
  /* Buttons over some months and years on datepicker*/
  bottom: -15%;
}
/* line 250, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-footer .x-btn,
.x-monthpicker-buttons .x-btn {
  position: relative;
  margin: 4px;
}

/* line 256, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-item-disabled .x-datepicker-inner a:hover {
  background: none;
}

/* line 261, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker .x-monthpicker {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 268, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker {
  border: 1px none red;
  background-color: white;
}

/* line 274, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-months,
.x-monthpicker-years {
  float: left;
  height: 167px;
  width: 88px;
}

/* line 281, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item {
  float: left;
  margin: 4px 0 5px 0;
  font: normal 17px "Open Sans", sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 25px;
  width: 43px;
  border: 0 none;
}
/* line 295, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item a {
  display: block;
  margin: 0 5px;
  text-decoration: none;
  color: #404040;
  border: none;
  line-height: 17px;
}
/* line 308, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item a:hover {
  background-color: #3b465a;
  color: #fff;
}
/* line 313, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item a.x-monthpicker-selected {
  background-color: silver;
  border: none;
}

/* line 320, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-months {
  border-right: 1px none red;
  width: 87px;
}

/* line 325, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-years .x-monthpicker-item {
  width: 44px;
}

/* line 329, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav {
  height: 28px;
}
/* line 332, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav button {
  background-image: url('../images/tools/tool-sprites.gif');
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 6px 12px 5px 15px;
  border: 0;
  outline: 0 none;
}
/* line 340, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 347, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-next {
  background-position: 0 -120px;
}

/* line 351, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-next-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -120px;
}

/* line 357, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-prev {
  background-position: 0 -105px;
}

/* line 361, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-prev-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -105px;
}

/* line 368, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-item {
  margin: 2px 0 2px 0;
}
/* line 372, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-yearnav {
  height: 23px;
}
/* line 376, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-months, .x-monthpicker-small .x-monthpicker-years {
  height: 136px;
}

/* line 386, ../../extjs/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 392, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-quirks .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 398, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-ie6 .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker {
  width: 144px;
  height: 90px;
  cursor: pointer;
}

/* line 12, ../../extjs/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 28, ../../extjs/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 33, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker em {
  display: block;
  border: 1px solid #aca899;
}

/* line 39, ../../extjs/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 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-body {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
  background: white !important;
  padding: 0;
}

/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item .x-form-text {
  user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ie-user-select: text;
  -moz-user-select: text;
  -ie-user-select: text;
}

/* line 21, ../../extjs/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 #e7e7e7;
  background-color: transparent;
  width: 2px;
  overflow: hidden;
}

/* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-plain .x-menu-icon-separator {
  display: none;
}

/* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-focus {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px;
}

/* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item {
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

/* line 53, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-cmp {
  margin-bottom: 1px;
}

/* line 57, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-link {
  display: block;
  margin: 1px;
  padding: 3px 10px 3px 32px;
  text-decoration: none !important;
  line-height: 24px;
  cursor: default;
}

/* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-opera .x-menu-item-link {
  position: relative;
}

/* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 4px;
  background: no-repeat center center;
}

/* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-icon-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 2px;
  background: no-repeat center center;
}

/* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-text {
  font-size: 14px;
  color: #222222;
}

/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-right-check-item-text {
  padding-right: 22px;
}

/* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-checked .x-menu-item-icon, .x-menu-item-checked .x-menu-item-icon-right {
  background-image: url('../images/theme/menu/checked.png');
}
/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-checked .x-menu-group-icon {
  background-image: url('../images/theme/menu/group-checked.png');
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-unchecked .x-menu-item-icon, .x-menu-item-unchecked .x-menu-item-icon-right {
  background-image: url('../images/theme/menu/unchecked.png');
}
/* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-unchecked .x-menu-group-icon {
  background-image: url("../images/theme/menu/group-unchecked.png");
}

/* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-separator {
  height: 2px;
  border-top: solid 1px #e7e7e7;
  background-color: transparent;
  margin: 0 0px;
  overflow: hidden;
}

/* line 131, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-arrow {
  position: absolute;
  width: 12px;
  height: 9px;
  top: 9px;
  right: 0px;
  background: no-repeat center center;
  background-image: url('../images/theme/menu/menu-parent.png');
}

/* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-indent {
  margin-left: 29px;
  /* The 2px is the width of the seperator */
}

/* line 145, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-active {
  cursor: pointer;
}
/* line 148, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-active .x-menu-item-link {
  background-image: none;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #efefef, #dddddd);
  background-image: -moz-linear-gradient(top, #efefef, #dddddd);
  background-image: -o-linear-gradient(top, #efefef, #dddddd);
  background-image: linear-gradient(top, #efefef, #dddddd);
  margin: 0px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 164, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie .x-menu-item-disabled .x-menu-item-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie .x-menu-item-disabled .x-menu-item-text {
  background-color: transparent;
}
/* line 175, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie7m .x-ie .x-menu-icon-separator {
  width: 1px;
}
/* line 179, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie7m .x-ie .x-menu-item-separator {
  height: 1px;
}

/* line 188, ../../extjs/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: 0;
}

/* line 196, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-nlg .x-menu-item-active .x-menu-item-link {
  background: #e7e7e7 repeat-x left top;
  background-image: url('../images/none');
}

/* line 203, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-date-item {
  border-color: #99BBE8;
}

/* line 208, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item .x-field-label-cell {
  vertical-align: middle;
}

/* line 211, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item .x-form-item-label {
  font-size: 14px;
  color: #222222;
  padding-left: 34px;
}

/* line 8, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-panel .x-grid-body {
  background: white;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-top-color: #3b465a;
}

/* line 17, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-empty {
  padding: 10px;
  color: gray;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
}

/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-header-hidden .x-grid-body {
  border-top-color: transparent !important;
}

/* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view {
  overflow: hidden;
  position: relative;
}

/* line 33, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-table {
  table-layout: fixed;
  border-collapse: separate;
}

/* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-autowidth-table table.x-grid-table {
  table-layout: auto;
  width: auto !important;
}

/* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-table {
  border-collapse: collapse;
}

/* line 49, ../../extjs/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 54, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-header-ct {
  cursor: default;
  zoom: 1;
  padding: 0;
  border: 1px solid transparent;
  border-bottom-color: #3b465a;
  background-image: none;
  background-color: #3b465a;
}

/* line 68, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-accordion-item .x-grid-header-ct {
  border-width: 0 0 1px !important;
}

/* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-accordion-item .x-grid-header-ct-hidden {
  border: 0 !important;
}

/* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header {
  padding: 0;
  position: absolute;
  overflow: hidden;
  border-right: 1px solid #3b465a;
  border-left: 0 none;
  border-top: 0 none;
  border-bottom: 0 none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: white;
  font: normal 14px "Open Sans", sans-serif;
  background-image: none;
  background-color: #3b465a;
}

/* line 99, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-header {
  padding: 0;
  border-left-width: 0;
}

/* line 103, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-sub-header {
  background: transparent;
  border-top: 1px solid #3b465a;
  border-left-width: 0;
}

/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-inner {
  zoom: 1;
  position: relative;
  white-space: nowrap;
  line-height: 34px;
  padding: 0 10px;
}
/* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-inner .x-column-header-text {
  white-space: nowrap;
}

/* line 123, ../../extjs/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: #727c90 !important;
}

/* line 135, ../../extjs/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('../images/grid/column-header-bg.gif');
}
/* line 142, ../../extjs/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;
}

/* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-trigger {
  display: none;
  height: 100%;
  width: 24px;
  background: no-repeat left center;
  background-color: #c3daf9;
  background-image: url('../images/grid/grid3-hd-btn.gif');
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

/* line 164, ../../extjs/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 169, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-right {
  text-align: right;
}
/* line 172, ../../extjs/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 177, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-center {
  text-align: center;
}

/* line 180, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-left {
  text-align: left;
}

/* line 185, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-sort-ASC .x-column-header-text {
  padding-right: 15px;
  background: no-repeat right center;
  background-image: url('../images/theme/grid/sort_asc.png');
}

/* line 190, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-sort-DESC .x-column-header-text {
  padding-right: 15px;
  background: no-repeat right center;
  background-image: url('../images/theme/grid/sort_desc.png');
}

/* line 197, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row {
  vertical-align: top;
}
/* line 199, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-cell {
  font: normal 14px/18px "Open Sans", sans-serif;
  background-color: #f6f6f6;
  border-color: #b9b9b9;
  border-style: solid;
  border-top-color: #c6c6c6;
  border-width: 0;
}

/* line 212, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines .x-grid-cell {
  border-width: 0 0 1px 0;
}

/* line 216, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowwrap-div {
  border-width: 1px 0;
  border-color: #b9b9b9;
  border-style: solid;
  border-top-color: #c6c6c6;
  overflow: hidden;
}

/* line 226, ../../extjs/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: white;
}

/* line 231, ../../extjs/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: #dee3ec;
}

/* line 238, ../../extjs/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 246, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-cell,
.x-grid-row-selected .x-grid-rowwrap-div,
.x-grid-row-selected .x-grid-cell-rowbody {
  background-color: #dee3ec !important;
}

/* line 250, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-cell {
  border-style: solid;
  border-color: #3ab3ff;
}

/* line 257, ../../extjs/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-color: transparent;
}

/* line 264, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-body-hidden {
  display: none;
}

/* line 268, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowbody {
  font: normal 11px/13px "Open Sans", sans-serif;
  padding: 0;
}
/* line 273, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowbody p {
  margin: 5px 5px 10px 5px;
}

/* line 279, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell {
  overflow: hidden;
}

/* line 283, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 10px 10px 8px;
  white-space: nowrap;
}

/* line 294, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines .x-grid-cell-inner {
  line-height: 16px;
  padding-bottom: 9px;
}

/* line 300, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-action-col-cell .x-grid-cell-inner {
  line-height: 0;
  padding: 2px;
}

/* line 305, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-action-col-cell .x-item-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 309, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner {
  padding-top: 1px;
}

/* line 313, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-cell-special {
  padding: 0;
  border-right: 1px solid #b9b9b9;
}

/* line 319, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-cell-row-checker {
  vertical-align: middle;
}

/*
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 333, ../../extjs/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 {
  position: absolute;
}

/* line 338, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-cell-special {
  border-right: 1px solid #aaccf6;
  background-image: none;
  background-color: #dee3ec;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dee3ec), color-stop(100%, #ced5e3));
  background-image: -webkit-linear-gradient(left, #dee3ec, #ced5e3);
  background-image: -moz-linear-gradient(left, #dee3ec, #ced5e3);
  background-image: -o-linear-gradient(left, #dee3ec, #ced5e3);
  background-image: linear-gradient(left, #dee3ec, #ced5e3);
}

/* line 344, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-dirty-cell {
  background-image: url('../images/grid/dirty.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 350, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-selected {
  background-color: #B8CFEE !important;
}

/* line 356, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-grid-cell-special {
  background-repeat: repeat-y;
  background-position: top right;
}
/* line 362, ../../extjs/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('../images/grid/cell-special-bg.gif');
}
/* line 368, ../../extjs/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('../images/grid/cell-special-selected-bg.gif');
}

/* line 374, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-col-lines .x-grid-cell {
  padding-right: 0;
  border-right: 1px solid #b9b9b9;
}

/* line 381, ../../extjs/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('../images/grid/property-cell-bg.gif');
  background-repeat: no-repeat;
  background-position: -16px 2px;
}

/* line 391, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines.x-property-grid .x-grid-row .x-grid-property-name .x-grid-cell-inner,
.x-grid-with-row-lines.x-property-grid .x-grid-row-over .x-grid-property-name .x-grid-cell-inner {
  background-position: -16px 1px;
}

/* line 397, ../../extjs/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;
}

/*.x-unselectable {
    @include no-select;
}*/
/* line 406, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-body-hidden {
  display: none;
}

/* line 410, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed {
  display: none;
}

/* line 416, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view .x-grid-td-expander {
  vertical-align: top;
}

/* line 421, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-td-expander {
  background: repeat-y right transparent;
}

/* line 427, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view .x-grid-td-expander .x-grid-cell-inner {
  padding: 0 !important;
}

/* line 433, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-expander {
  background-image: url('../images/grid/group-collapse.gif');
  background-color: transparent;
  width: 9px;
  height: 13px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
}

/* line 447, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-collapsed .x-grid-row-expander {
  background-image: url('../images/grid/group-expand.gif');
}

/* line 452, ../../extjs/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 462, ../../extjs/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 474, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-top {
  background-image: url('../images/grid/col-move-top.gif');
}

/* line 478, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-bottom {
  background-image: url('../images/grid/col-move-bottom.gif');
}

/* line 483, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-number {
  width: 30px;
}

/* line 490, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group,
.x-grid-group-body,
.x-grid-group-hd {
  zoom: 1;
}

/* line 494, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd {
  padding-top: 6px;
}
/* line 497, ../../extjs/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: #99bbe8;
  cursor: pointer;
}

/* line 511, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd-collapsible .x-grid-group-title {
  background: transparent no-repeat 0 -1px;
  background-image: url('../images/grid/group-collapse.gif');
  padding: 0 0 0 14px;
}

/* line 518, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-title {
  color: #3764a0;
  font: bold 14px "Open Sans", sans-serif;
}

/* line 524, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd-collapsed .x-grid-group-title {
  background-image: url('../images/grid/group-expand.gif');
}

/* line 529, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed .x-grid-group-body {
  display: none;
}

/* line 533, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed .x-grid-group-title {
  background-image: url('../images/grid/group-expand.gif');
}

/* line 537, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-by-icon {
  background-image: url('../images/grid/group-by.gif');
}

/* line 541, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-show-groups-icon {
  background-image: url('../images/grid/group-by.gif');
}

/* line 545, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-checkbox .x-column-header-inner {
  padding: 0;
}

/* line 549, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-special .x-grid-cell-inner {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 555, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-checker,
.x-column-header-checkbox .x-column-header-text {
  height: 14px;
  width: 14px;
  line-height: 0;
  background-image: url('../images/grid/unchecked.gif');
  background-position: -1px -1px;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 567, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-checkbox .x-column-header-text {
  display: block;
  margin: 0 5px;
}

/* IE6, IE7, and all IE Quirks mode need line-height to be the same as checkbox height or the header/row height will be too tall */
/* line 576, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-quirks .x-ie .x-grid-row-checker,
.x-quirks .x-ie .x-column-header-checkbox .x-column-header-text, .x-ie7m .x-grid-row-checker,
.x-ie7m .x-column-header-checkbox .x-column-header-text {
  line-height: 14px;
}

/* line 582, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-hd-checker-on .x-column-header-text {
  background-image: url('../images/grid/checked.gif');
}

/* line 586, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-row-checker .x-grid-cell-inner {
  padding-top: 4px;
  padding-bottom: 2px;
  line-height: 39px;
}

/* line 591, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines .x-grid-cell-row-checker .x-grid-cell-inner {
  padding-top: 3px;
}

/* line 594, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-checker {
  margin-left: 1px;
  background-position: 50% -2px;
}

/* line 601, ../../extjs/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('../images/grid/checked.gif');
}

/* line 606, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-first {
  background-image: url('../images/theme/grid/page-first.png') !important;
}

/* line 610, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-loading {
  background-image: url('../images/theme/grid/refresh.png') !important;
}

/* line 614, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-last {
  background-image: url('../images/theme/grid/page-last.png') !important;
}

/* line 618, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-next {
  background-image: url('../images/theme/grid/page-next.png') !important;
}

/* line 622, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-prev {
  background-image: url('../images/theme/grid/page-prev.png') !important;
}

/* line 627, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-loading {
  background-image: url('../images/theme/grid/refresh-disabled.png') !important;
}
/* line 631, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-first {
  background-image: url('../images/theme/grid/page-first-disabled.png') !important;
}
/* line 635, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-last {
  background-image: url('../images/theme/grid/page-last-disabled.png') !important;
}
/* line 639, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-next {
  background-image: url('../images/theme/grid/page-next-disabled.png') !important;
}
/* line 643, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-prev {
  background-image: url('../images/theme/grid/page-prev-disabled.png') !important;
}

/* line 649, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-sort-asc .x-menu-item-icon {
  background-image: url('../images/theme/grid/hmenu-asc.png');
}

/* line 653, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-sort-desc .x-menu-item-icon {
  background-image: url('../images/theme/grid/hmenu-desc.png');
}

/* line 657, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-lock .x-menu-item-icon {
  background-image: url('../images/grid/hmenu-lock.gif');
}

/* line 661, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-unlock .x-menu-item-icon {
  background-image: url('../images/grid/hmenu-unlock.gif');
}

/* line 665, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-by-icon {
  background-image: url('../images/grid/group-by.gif');
}

/* line 669, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-cols-icon .x-menu-item-icon {
  background-image: url('../images/theme/grid/columns.png');
}

/* line 673, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-show-groups-icon {
  background-image: url('../images/grid/group-by.gif');
}

/* line 678, ../../extjs/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 685, ../../extjs/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('../images/grid/dd-insert-arrow-right.png');
  height: 16px;
  width: 16px;
}
/* line 694, ../../extjs/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('../images/grid/dd-insert-arrow-left.png');
  height: 16px;
  width: 16px;
}

/* line 705, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-drop-indicator-left {
  background-image: url('../images/grid/dd-insert-arrow-right.gif');
}
/* line 709, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-drop-indicator-right {
  background-image: url('../images/grid/dd-insert-arrow-left.gif');
}

/* line 717, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-text {
  padding: 0 4px;
}
/* line 720, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-cb-wrap {
  padding-top: 3px;
}

/* line 726, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor {
  position: absolute !important;
  z-index: 1;
  zoom: 1;
  overflow: visible !important;
}
/* line 732, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-form-text {
  padding: 0 2px;
}
/* line 735, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-form-cb-wrap {
  padding-top: 0;
}
/* line 738, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-form-checkbox {
  margin-left: -4px;
}
/* line 741, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-form-display-field {
  font: normal 14px/40px "Open Sans", sans-serif;
  padding-top: 0;
  padding-left: 2px;
}
/* line 747, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor .x-panel-body {
  background-color: #eaf1fb;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}

/* line 757, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-cb-wrap, .x-grid-row-editor .x-form-cb-wrap {
  text-align: center;
}
/* line 760, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-trigger, .x-grid-row-editor .x-form-trigger {
  height: 44px;
}
/* line 764, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-trigger-wrap .x-form-spinner-up, .x-grid-editor .x-form-trigger-wrap .x-form-spinner-down, .x-grid-row-editor .x-form-trigger-wrap .x-form-spinner-up, .x-grid-row-editor .x-form-trigger-wrap .x-form-spinner-down {
  background-image: url('../images/form/spinner-small.gif');
  height: 10px !important;
}

/* line 771, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-text, .x-grid-row-editor .x-form-text {
  font: normal 14px/40px "Open Sans", sans-serif;
  height: 43px;
}

/* line 782, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-border-box .x-grid-editor .x-form-text,
.x-border-box .x-grid-row-editor .x-form-text {
  padding-bottom: 1px;
}

/* line 790, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie .x-grid-editor .x-form-text {
  padding-left: 5px;
}
/* line 793, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie .x-grid-row-editor .x-form-text {
  padding-left: 3px;
}

/* line 799, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie8m .x-grid-editor .x-form-text,
.x-ie8m .x-grid-row-editor .x-form-text {
  padding-top: 1px;
}

/* line 806, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-strict .x-ie6 .x-grid-editor .x-form-text,
.x-strict .x-ie6 .x-grid-row-editor .x-form-text,
.x-strict .x-ie7 .x-grid-editor .x-form-text,
.x-strict .x-ie7 .x-grid-row-editor .x-form-text {
  height: 42px;
}

/* line 812, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-quirks .x-ie9 .x-grid-editor .x-form-text, .x-quirks .x-ie9 .x-grid-row-editor .x-form-text {
  line-height: 42px;
}

/* line 821, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-opera .x-grid-editor .x-form-text {
  padding-left: 5px;
}
/* line 824, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-opera .x-grid-row-editor .x-form-text {
  padding-left: 3px;
}

/* line 831, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons {
  background-color: #eaf1fb;
  position: absolute;
  bottom: -31px;
  padding: 4px;
  height: 32px;
}
/* line 838, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-strict .x-ie7m .x-grid-row-editor-buttons {
  width: 192px;
  height: 24px;
}

/* line 848, ../../extjs/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 854, ../../extjs/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('../images/panel/panel-default-framed-corners.gif');
}

/* line 860, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-bl {
  left: 0px;
  background-position: 0px -16px;
}

/* line 864, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-br {
  right: 0px;
  background-position: 0px -20px;
}

/* line 869, ../../extjs/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: transparent;
}

/* line 879, ../../extjs/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: transparent;
}

/* line 885, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-ml {
  left: 0px;
}

/* line 888, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-mr {
  background-position: 0px -20px;
  right: 0px;
}

/* line 894, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-errors ul {
  margin-left: 5px;
}
/* line 897, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-errors li {
  list-style: disc;
  margin-left: 15px;
}

/* line 907, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-inner-locked .x-column-header-last {
  border-right: 0 none;
}
/* line 910, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-inner-locked .x-grid-cell-last {
  border-right: 0 none;
}

/*misc*/
/* line 9, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-webkit *:focus {
  outline: none;
}

/* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item {
  vertical-align: top;
  table-layout: fixed;
}

/* line 26, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-autocontainer-form-item,
.x-anchor-form-item,
.x-vbox-form-item,
.x-checkboxgroup-form-item,
.x-table-form-item {
  margin-bottom: 5px;
}

/* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-layout-table {
  border-collapse: separate;
  border-spacing: 0 2px;
}

/* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-body {
  position: relative;
}

/* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-form-item td {
  border-top: 1px solid transparent;
}

/* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-ie6 .x-form-layout-table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-ie6 .x-form-form-item td {
  border-top-width: 0;
}
/* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-ie6 td.x-form-item-pad {
  height: 5px;
}

/* line 68, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-editor .x-form-item-body {
  padding-bottom: 0;
}

/* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label {
  display: block;
  padding: 0 0 0;
  font-size: 14px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
}

/* line 79, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label-top {
  display: block;
  zoom: 1;
  padding: 0 0 5px 0;
}

/* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label-right {
  text-align: right;
}

/* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-under {
  padding: 2px 2px 2px 18px;
  color: #c0272b;
  font: normal 14px "Open Sans", sans-serif;
  line-height: 16px;
  background: no-repeat 0 2px;
  background-image: url('../images/form/exclamation.gif');
}

/* line 100, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-icon {
  width: 18px;
  height: 16px;
  background: no-repeat center center;
  background-image: url('../images/form/exclamation.gif');
  overflow: hidden;
}
/* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-icon ul {
  display: block;
  width: 18px;
}
/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-icon ul li {
  /* prevent inner elements from interfering with QuickTip hovering */
  display: none;
}

/* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-lbl-top-err-icon {
  margin-bottom: 4px;
}

/* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-field,
.x-form-display-field {
  margin: 0 0 0 0;
  font: normal 14px "Open Sans", sans-serif;
  color: #404040;
}

/* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-item-hidden {
  margin: 0;
}

/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-text,
textarea.x-form-field {
  padding: 5px 10px;
  background: repeat-x 0 0;
  border: 1px solid;
  background-color: white;
  border-color: #b9b9b9;
}

/* line 36, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-text {
  height: 18px;
  line-height: 15px;
  vertical-align: top;
}

/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-ie8m .x-form-text {
  line-height: 15px;
}

/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box .x-form-text {
  height: 30px;
}

/* line 52, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
textarea.x-form-field {
  color: #404040;
  overflow: auto;
  height: auto;
  line-height: normal;
  background: repeat-x 0 0;
  background-color: white;
  resize: none;
}

/* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box textarea.x-form-field {
  height: auto;
}

/* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-safari.x-mac textarea.x-form-field {
  margin-bottom: -2px;
}

/* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-focus,
textarea.x-form-focus {
  border-color: #3ab3ff;
}

/* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-invalid-field,
textarea.x-form-invalid-field {
  background-color: white;
  background-image: url('../images/../images/theme/grid/invalid_line.png');
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #b9b9b9;
}

/* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-item {
  font: normal 14px "Open Sans", sans-serif;
}

/* line 95, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-empty-field, textarea.x-form-empty-field {
  color: gray;
}

/* line 100, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-webkit .x-form-empty-field {
  line-height: 15px;
}

/* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-display-field {
  padding-top: 3px;
}

        /*
        In oldIE, text inputs get a mysterious extra pixel of spacing above and below.
        This is targeted at IE6-IE7 (all modes) and IE9+ Quirks mode.

        IE8 quirks on Windows 7 requires this fix, but on
        IE8 quirks on Windows XP, this is breaks the layout.
        TODO: Check field input heights in IE8 quirks on Windows Vista.

        Since we can't specifically target a specific version of Windows via CSS, we default to fixing it the XP way, for now.
        */
/* line 121, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-quirks .x-ie9p .x-form-text,
.x-ie7m .x-form-text {
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 126, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-ie .x-form-file {
  height: 31px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 135, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-field-default-toolbar .x-form-text {
  height: 8px;
}

/* line 139, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box .x-field-default-toolbar .x-form-text {
  height: 20px;
}

/* line 143, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-field-default-toolbar .x-form-item-label-left {
  padding-left: 4px;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset {
  border: 0px solid #b9b9b9;
  padding: 0px 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */
  position: relative;
}

/* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset {
  padding-top: 0;
}
/* line 20, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset .x-fieldset-body {
  padding-top: 5px;
}

/* line 25, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header-checkbox {
  line-height: 2em;
}

/* line 29, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header {
  font: 16px/2em bold "Open Sans", sans-serif;
  color: #404040;
  padding: 0 3px 1px;
  overflow: hidden;
}
/* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header .x-fieldset-header-text {
  float: left;
  padding: 1px 0;
}
/* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header .x-fieldset-header-text-collapsible {
  cursor: pointer;
}
/* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header .x-form-item,
.x-fieldset-header .x-tool {
  float: left;
  margin: 1px 0 0 0;
  padding: 0;
}
/* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header .x-form-cb-wrap {
  padding: 1px 0;
  font-size: 0;
  line-height: 0;
}

/* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-with-title .x-fieldset-header-checkbox,
.x-fieldset-with-title .x-tool {
  margin-right: 3px;
}

/* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-webkit .x-fieldset-header {
  -webkit-padding-start: 3px;
  -webkit-padding-end: 3px;
}

/* line 76, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-opera .x-fieldset-with-legend {
  margin-top: -0px;
}
/* line 79, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-opera.x-mac .x-fieldset-header-text {
  padding: 2px 0 0;
}

/* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-strict .x-ie8 .x-fieldset-header {
  margin-bottom: -0px;
}
/* line 91, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-strict .x-ie8 .x-fieldset-header .x-tool,
.x-strict .x-ie8 .x-fieldset-header .x-fieldset-header-text,
.x-strict .x-ie8 .x-fieldset-header .x-fieldset-header-checkbox {
  position: relative;
  top: -0px;
}

/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-quirks .x-ie .x-fieldset-header,
.x-ie8m .x-fieldset-header {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-collapsed .x-fieldset-body {
  display: none;
}

/* line 114, ../../extjs/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 123, ../../extjs/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 131, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-bwrap {
  zoom: 1;
}

/* IE legend positioning bug */
/* line 138, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-noborder legend {
  position: relative;
  margin-bottom: 23px;
}

/* line 144, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-noborder legend span {
  position: absolute;
  left: 16px;
}

/* line 150, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset {
  overflow: hidden;
}

/* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 160, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-body {
  overflow: hidden;
}

/* line 8, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-form-file-wrap .x-form-text {
  color: #777;
}
/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-form-file-wrap .x-form-file-btn {
  overflow: hidden;
}
/* line 16, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-form-file-wrap .x-form-file-input {
  position: absolute;
  top: -4px;
  right: -2px;
  height: 38px;
  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 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-wrap {
  padding-top: 3px;
}

/* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-checkbox,
.x-form-radio {
  vertical-align: -1px;
  width: 18px;
  height: 18px;
  background: no-repeat;
  background-image: url('../images/theme/form/checkbox.png');
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 22, ../../extjs/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 31, ../../extjs/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 38, ../../extjs/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 -18px;
}

/* Focused */
/* line 44, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-focus {
  background-position: -18px 0;
}

/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-checked .x-form-cb-focus {
  background-position: -18px -18px;
}

/* Radios */
/* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-radio {
  background-image: url('../images/theme/form/radio.png');
}

/* boxLabel */
/* line 59, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-label-before {
  margin-right: 4px;
}

/* line 62, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-label-after {
  margin-left: 4px;
}

/* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-form-checkboxgroup-body {
  padding: 1px 4px 1px 4px;
}

/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-form-invalid .x-form-checkboxgroup-body {
  border: 1px solid #cc3300 !important;
  background: transparent repeat-x bottom;
  background-image: url('../images/grid/invalid_line.gif');
  padding: 1px 3px 0 3px;
}

/* line 20, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-check-group-alt {
  background: #d1ddef;
  border-top: 1px dotted #b5b8c8;
  border-bottom: 1px dotted #b5b8c8;
}

/* line 27, ../../extjs/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 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap {
  vertical-align: top;
}

/* line 10, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger {
  background-image: url('../images/form/trigger.gif');
  background-position: 0 0;
  width: 30px;
  height: 29px;
  border-bottom: 1px solid #b9b9b9;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}

/* line 24, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-border-box .x-form-trigger {
  height: 30px;
}

/* line 28, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger {
  height: 19px;
}

/* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-border-box .x-field-default-toolbar .x-form-trigger {
  height: 20px;
}

/* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-over {
  background-position: -30px 0;
  border-bottom-color: #7eadd9;
}

/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-trigger {
  background-position: -90px 0;
  border-bottom-color: #7eadd9;
}

/* line 49, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-trigger-over {
  background-position: -120px 0;
}

/* line 58, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-click,
.x-form-trigger-wrap-focus .x-form-trigger-click {
  background-position: -60px 0;
}

/* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-icon {
  height: 29px;
  background-repeat: no-repeat;
  background-position: 7px 6px;
}

/* line 74, ../../extjs/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;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 80, ../../extjs/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;
  border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-arrow-trigger .x-form-trigger-icon {
  background-image: url('../images/boundlist/trigger-arrow.png');
}

/* line 92, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-date-trigger {
  background-image: url('../images/form/date-trigger.gif');
}

/* line 99, ../../extjs/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('../images/form/spinner.gif');
  width: 30px !important;
  height: 15px !important;
  font-size: 0;
  /*for IE*/
  border-bottom: 0;
}
/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap .x-form-spinner-down {
  background-position: 0 -15px;
}

/* line 113, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-spinner-down {
  background-position: -90px -15px;
}

/* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap .x-form-spinner-down-over {
  background-position: -30px -15px;
}

/* line 119, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap-focus .x-form-spinner-down-over {
  background-position: -120px -15px;
}

/* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap .x-form-spinner-down-click {
  background-position: -60px -15px;
}

/* line 131, ../../extjs/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('../images/form/spinner-small.gif');
  height: 10px !important;
}
/* line 135, ../../extjs/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 139, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down {
  background-position: -90px -10px;
}
/* line 142, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-over {
  background-position: -30px -10px;
}
/* line 145, ../../extjs/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: -120px -10px;
}
/* line 148, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-click {
  background-position: -60px -10px;
}

/* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-trigger-noedit {
  cursor: pointer;
  cursor: hand;
}

/* line 160, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-item-disabled .x-trigger-noedit, .x-item-disabled .x-form-trigger {
  cursor: auto;
}

/* line 166, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-clear-trigger {
  background-image: url('../images/form/clear-trigger.gif');
}

/* line 169, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-search-trigger {
  background-image: url('../images/form/search-trigger.gif');
}

/* line 177, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-quirks .prefixie6 .x-form-trigger-input-cell {
  height: 30px;
}
/* line 180, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-quirks .prefixie6 .x-field-default-toolbar .x-form-trigger-input-cell {
  height: 20px;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap {
  border: 1px solid #b9b9b9;
}
/* line 9, ../../extjs/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 15, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap textarea {
  background-color: white;
}

/* line 20, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-btn-text {
  background: transparent no-repeat;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 26, ../../extjs/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('../images/theme/editor/tb-sprite.png');
}

/* line 32, ../../extjs/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: -24px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 38, ../../extjs/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: -48px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 44, ../../extjs/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: -240px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 50, ../../extjs/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: -264px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 56, ../../extjs/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: -168px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 62, ../../extjs/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: -192px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 68, ../../extjs/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: -216px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 74, ../../extjs/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: -120px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 80, ../../extjs/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: -144px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 86, ../../extjs/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: -72px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 92, ../../extjs/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: -96px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 98, ../../extjs/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: -288px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 104, ../../extjs/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: -312px 0;
  background-image: url('../images/theme/editor/tb-sprite.png');
}

/* line 109, ../../extjs/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 115, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-toolbar {
  position: static !important;
}
/* line 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-font-select {
  font-size: 11px;
}

/* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap textarea {
  border: 0;
  padding: 3px 2px;
  overflow: auto;
}

/* line 129, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-htmleditor-iframe {
  display: block;
  overflow: auto;
}

/* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel,
.x-plain {
  overflow: hidden;
  position: relative;
}

/* line 24, ../../extjs/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, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-ie8 td.x-frame-mc {
  vertical-align: top;
}

/* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-horizontal {
  padding: 4px 18px;
}

/* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-vertical {
  padding: 18px 4px 18px 4px;
}

/* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-icon,
.x-window-header-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 4px;
}

/* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-vertical .x-panel-header-icon,
.x-vertical .x-window-header-icon {
  margin: 0 0 4px;
}

/* line 64, ../../extjs/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 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-ghost, .x-window-ghost {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  cursor: move;
}

/* line 76, ../../extjs/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 82, ../../extjs/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 88, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-container,
.x-window-header-text-container {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 10px 15px 10px;
}

/* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-vertical .x-panel-header-text-container,
.x-window-header-vertical .x-window-header-text-container {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 0 0;
  -o-transform: rotate(90deg);
  -o-transform-origin: 0 0;
  transform: rotate(90deg);
  transform-origin: 0 0;
}

/* line 112, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-ie9m .x-panel-header-vertical .x-panel-header-text-container {
  background: white;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1), progid:DXImageTransform.Microsoft.Chroma(color='white');
}

/* line 117, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-ie9m .x-window-header-vertical .x-window-header-text-container {
  background: white;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1), progid:DXImageTransform.Microsoft.Chroma(color='white');
}

/* line 124, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text,
.x-window-header-text {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
  white-space: nowrap;
}

/* line 131, ../../extjs/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 137, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body {
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

/* line 145, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-top {
  border-bottom-width: 0 !important;
}
/* line 148, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-right {
  border-left-width: 0 !important;
}
/* line 151, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-bottom {
  border-top-width: 0 !important;
}
/* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-left {
  border-right-width: 0 !important;
}

/* line 161, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-vertical .x-frame-mc {
  background-repeat: repeat-y;
}

/* line 264, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-default {
  border-color: transparent;
}

/* line 269, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default {
  font-size: 16px;
  border-color: transparent;
  border-width: 0;
  border-style: none;
  background-image: none;
  background-color: white;
}

/* line 354, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-default {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 15px;
}

/* line 364, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body-default {
  background: white;
  border-color: transparent;
  color: black;
  border-width: 1px;
  border-style: solid;
}

/* line 379, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-window-header-default,
.x-panel-collapsed .x-panel-header-default {
  border-color: transparent;
}

/* line 384, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-vertical {
  border-color: transparent;
}

/* line 391, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-left,
.x-panel-header-default-right {
  background-image: none;
  background-color: white;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  border-width: 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-default-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-tl,
.x-nbr .x-panel-default-bl,
.x-nbr .x-panel-default-tr,
.x-nbr .x-panel-default-br,
.x-nbr .x-panel-default-tc,
.x-nbr .x-panel-default-bc,
.x-nbr .x-panel-default-ml,
.x-nbr .x-panel-default-mr {
  zoom: 1;
  background-image: url('../images/panel/panel-default-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-ml,
.x-nbr .x-panel-default-mr {
  zoom: 1;
  background-image: url('../images/panel/panel-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-mc {
  padding: 0px 0px 0px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-default-tl,
.x-strict .x-ie7 .x-panel-default-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 18px 4px 18px;
  border-width: 0px 0px 0 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-top-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-top-tl,
.x-nbr .x-panel-header-default-top-bl,
.x-nbr .x-panel-header-default-top-tr,
.x-nbr .x-panel-header-default-top-br,
.x-nbr .x-panel-header-default-top-tc,
.x-nbr .x-panel-header-default-top-bc,
.x-nbr .x-panel-header-default-top-ml,
.x-nbr .x-panel-header-default-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-top-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-top-ml,
.x-nbr .x-panel-header-default-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-top-mc {
  padding: 4px 18px 4px 18px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-top-tl,
.x-strict .x-ie7 .x-panel-header-default-top-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 18px 4px 18px 4px;
  border-width: 0px 0px 0px 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-right-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-right-tl,
.x-nbr .x-panel-header-default-right-bl,
.x-nbr .x-panel-header-default-right-tr,
.x-nbr .x-panel-header-default-right-br,
.x-nbr .x-panel-header-default-right-tc,
.x-nbr .x-panel-header-default-right-bc,
.x-nbr .x-panel-header-default-right-ml,
.x-nbr .x-panel-header-default-right-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-right-corners.gif');
}
/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-right-tc,
.x-nbr .x-panel-header-default-right-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-right-mc {
  padding: 18px 4px 18px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-right-tl,
.x-strict .x-ie7 .x-panel-header-default-right-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 18px 4px 18px;
  border-width: 0 0px 0px 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-bottom-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-bottom-tl,
.x-nbr .x-panel-header-default-bottom-bl,
.x-nbr .x-panel-header-default-bottom-tr,
.x-nbr .x-panel-header-default-bottom-br,
.x-nbr .x-panel-header-default-bottom-tc,
.x-nbr .x-panel-header-default-bottom-bc,
.x-nbr .x-panel-header-default-bottom-ml,
.x-nbr .x-panel-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-bottom-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-bottom-ml,
.x-nbr .x-panel-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-bottom-mc {
  padding: 4px 18px 4px 18px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-bottom-tl,
.x-strict .x-ie7 .x-panel-header-default-bottom-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 18px 4px 18px 4px;
  border-width: 0px 0 0px 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-left-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-left-tl,
.x-nbr .x-panel-header-default-left-bl,
.x-nbr .x-panel-header-default-left-tr,
.x-nbr .x-panel-header-default-left-br,
.x-nbr .x-panel-header-default-left-tc,
.x-nbr .x-panel-header-default-left-bc,
.x-nbr .x-panel-header-default-left-ml,
.x-nbr .x-panel-header-default-left-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-left-corners.gif');
}
/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-left-tc,
.x-nbr .x-panel-header-default-left-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-left-mc {
  padding: 18px 4px 18px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-left-tl,
.x-strict .x-ie7 .x-panel-header-default-left-bl {
  position: relative;
  right: 0;
}

/* line 415, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-top {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
}

/* line 419, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-right {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
}

/* line 423, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-bottom {
  -webkit-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
}

/* line 427, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-left {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
}

/* line 468, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-top {
  border-bottom-width: 1px !important;
}

/* line 472, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-right {
  border-left-width: 1px !important;
}

/* line 476, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-bottom {
  border-top-width: 1px !important;
}

/* line 480, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-left {
  border-right-width: 1px !important;
}

/* line 484, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-collapsed {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-collapsed-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 18px 4px 18px;
  border-width: 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-collapsed-top-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-top-tl,
.x-nbr .x-panel-header-default-collapsed-top-bl,
.x-nbr .x-panel-header-default-collapsed-top-tr,
.x-nbr .x-panel-header-default-collapsed-top-br,
.x-nbr .x-panel-header-default-collapsed-top-tc,
.x-nbr .x-panel-header-default-collapsed-top-bc,
.x-nbr .x-panel-header-default-collapsed-top-ml,
.x-nbr .x-panel-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-top-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-top-ml,
.x-nbr .x-panel-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-top-mc {
  padding: 4px 18px 4px 18px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-collapsed-top-tl,
.x-strict .x-ie7 .x-panel-header-default-collapsed-top-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-collapsed-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 18px 4px 18px 4px;
  border-width: 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-collapsed-right-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-right-tl,
.x-nbr .x-panel-header-default-collapsed-right-bl,
.x-nbr .x-panel-header-default-collapsed-right-tr,
.x-nbr .x-panel-header-default-collapsed-right-br,
.x-nbr .x-panel-header-default-collapsed-right-tc,
.x-nbr .x-panel-header-default-collapsed-right-bc,
.x-nbr .x-panel-header-default-collapsed-right-ml,
.x-nbr .x-panel-header-default-collapsed-right-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-right-corners.gif');
}
/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-right-tc,
.x-nbr .x-panel-header-default-collapsed-right-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-right-mc {
  padding: 18px 4px 18px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-collapsed-right-tl,
.x-strict .x-ie7 .x-panel-header-default-collapsed-right-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-collapsed-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 18px 4px 18px;
  border-width: 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-collapsed-bottom-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-bottom-tl,
.x-nbr .x-panel-header-default-collapsed-bottom-bl,
.x-nbr .x-panel-header-default-collapsed-bottom-tr,
.x-nbr .x-panel-header-default-collapsed-bottom-br,
.x-nbr .x-panel-header-default-collapsed-bottom-tc,
.x-nbr .x-panel-header-default-collapsed-bottom-bc,
.x-nbr .x-panel-header-default-collapsed-bottom-ml,
.x-nbr .x-panel-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-bottom-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-bottom-ml,
.x-nbr .x-panel-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-bottom-mc {
  padding: 4px 18px 4px 18px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-collapsed-bottom-tl,
.x-strict .x-ie7 .x-panel-header-default-collapsed-bottom-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-collapsed-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 18px 4px 18px 4px;
  border-width: 0px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-collapsed-left-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-left-tl,
.x-nbr .x-panel-header-default-collapsed-left-bl,
.x-nbr .x-panel-header-default-collapsed-left-tr,
.x-nbr .x-panel-header-default-collapsed-left-br,
.x-nbr .x-panel-header-default-collapsed-left-tc,
.x-nbr .x-panel-header-default-collapsed-left-bc,
.x-nbr .x-panel-header-default-collapsed-left-ml,
.x-nbr .x-panel-header-default-collapsed-left-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-left-corners.gif');
}
/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-left-tc,
.x-nbr .x-panel-header-default-collapsed-left-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-collapsed-left-mc {
  padding: 18px 4px 18px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-collapsed-left-tl,
.x-strict .x-ie7 .x-panel-header-default-collapsed-left-bl {
  position: relative;
  right: 0;
}

/* line 497, ../../extjs/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 503, ../../extjs/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 264, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-default-framed {
  border-color: transparent;
}

/* line 269, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed {
  font-size: 16px;
  border-color: transparent;
  border-width: 0;
  border-style: none;
  background-image: none;
  background-color: white;
}

/* line 354, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-default-framed {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 15px;
}

/* line 364, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body-default-framed {
  background: white;
  border-color: transparent;
  color: black;
  border-width: 0;
  border-style: solid;
}

/* line 379, ../../extjs/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: transparent;
}

/* line 384, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-vertical {
  border-color: transparent;
}

/* line 391, ../../extjs/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: white;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-default-framed {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-default-framed-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1000505px;
}
/* line 147, ../../extjs/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('../images/panel/panel-default-framed-corners.gif');
}
/* line 168, ../../extjs/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('../images/panel/panel-default-framed-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed-mc {
  padding: 0px 0px 0px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-default-framed-tl,
.x-strict .x-ie7 .x-panel-default-framed-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 18px 4px 18px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-top-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1000000px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-top-corners.gif');
}
/* line 168, ../../extjs/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('../images/panel-header/panel-header-default-framed-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-top-mc {
  padding: 0px 13px 4px 13px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-top-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-top-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/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;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 18px 5px 18px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-right-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000005px 1100500px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-right-corners.gif');
}
/* line 157, ../../extjs/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('../images/panel-header/panel-header-default-framed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-right-mc {
  padding: 13px 0px 13px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-right-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-right-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/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;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 18px 5px 18px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-bottom-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000505px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-bottom-corners.gif');
}
/* line 168, ../../extjs/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('../images/panel-header/panel-header-default-framed-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-bottom-mc {
  padding: 4px 13px 0px 13px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-bottom-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-bottom-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 18px 4px 18px 5px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-left-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000500px 1100005px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-left-corners.gif');
}
/* line 157, ../../extjs/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('../images/panel-header/panel-header-default-framed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-left-mc {
  padding: 13px 4px 13px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-left-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-left-bl {
  position: relative;
  right: 0;
}

/* line 415, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-top {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
}

/* line 419, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-right {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
}

/* line 423, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-bottom {
  -webkit-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
}

/* line 427, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-left {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
}

/* line 468, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-top {
  border-bottom-width: 1px !important;
}

/* line 472, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-right {
  border-left-width: 1px !important;
}

/* line 476, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-bottom {
  border-top-width: 1px !important;
}

/* line 480, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-left {
  border-right-width: 1px !important;
}

/* line 484, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-collapsed {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 18px 5px 18px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-top-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1000505px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-top-corners.gif');
}
/* line 168, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-top-mc {
  padding: 0px 13px 0px 13px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-top-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-top-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-right {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 18px 5px 18px 5px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-right-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1100505px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-right-corners.gif');
}
/* line 157, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-right-mc {
  padding: 13px 0px 13px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-right-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-right-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-bottom {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 18px 5px 18px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-bottom-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1000505px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif');
}
/* line 168, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-bottom-mc {
  padding: 0px 13px 0px 13px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-bottom-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-bottom-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 18px 5px 18px 5px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-left-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000505px 1100505px;
}
/* line 147, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-left-corners.gif');
}
/* line 157, ../../extjs/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('../images/panel-header/panel-header-default-framed-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-left-mc {
  padding: 13px 0px 13px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-left-tl,
.x-strict .x-ie7 .x-panel-header-default-framed-collapsed-left-bl {
  position: relative;
  right: 0;
}

/* line 497, ../../extjs/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 503, ../../extjs/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 213, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-plain,
.x-panel-body-plain {
  border: 0;
  padding: 0;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip {
  position: absolute;
  overflow: visible;
  /*pointer needs to be able to stick out*/
  border-color: #c5c5c5;
}
/* line 12, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip .x-tip-header .x-tool {
  padding: 0px 1px 0 0 !important;
}

/* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header-body {
  padding: 3px 3px 0 3px;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: -3px -3px -3px -3px;
  border-width: 3px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tip-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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('../images/tip/tip-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip-ml,
.x-nbr .x-tip-mr {
  zoom: 1;
  background-image: url('../images/tip/tip-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip-mc {
  padding: 0px 0px 0px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-tip-tl,
.x-strict .x-ie7 .x-tip-bl {
  position: relative;
  right: 0;
}

/* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header-text {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
}

/* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header-draggable .x-tip-header-text {
  cursor: move;
}

/* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-body,
.x-form-invalid-tip-body {
  overflow: hidden;
  position: relative;
  padding: 3px;
}

/* line 55, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header,
.x-tip-body,
.x-form-invalid-tip-body {
  color: #444444;
  font-size: 14px;
  font-weight: normal;
}
/* line 59, ../../extjs/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 64, ../../extjs/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: #c5c5c5;
  zoom: 1;
}

/* line 79, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-border-box .x-tip-anchor {
  width: 10px;
  height: 10px;
}

/* line 84, ../../extjs/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 97, ../../extjs/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 110, ../../extjs/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 123, ../../extjs/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 137, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip {
  border-color: #a1311f;
  -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;
  -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;
  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 146, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip-body {
  background: 1px 1px no-repeat;
  background-image: url('../images/form/exclamation.gif');
  padding-left: 22px;
}
/* line 151, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip-body li {
  margin-bottom: 4px;
}
/* line 153, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip-body li.last {
  margin-bottom: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-form-invalid-tip-default {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-form-invalid-tip-default-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-form-invalid-tip-default {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100505px 1000505px;
}
/* line 147, ../../extjs/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('../images/form-invalid-tip/form-invalid-tip-default-corners.gif');
}
/* line 168, ../../extjs/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('../images/form-invalid-tip/form-invalid-tip-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-form-invalid-tip-default-mc {
  padding: 0px 0px 0px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-form-invalid-tip-default-tl,
.x-strict .x-ie7 .x-form-invalid-tip-default-bl {
  position: relative;
  right: 0;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider {
  zoom: 1;
}

/* line 10, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  zoom: 1;
}

/* line 18, ../../extjs/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;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
  display: block;
  overflow: hidden;
}

/* Horizontal styles */
/* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz {
  padding-left: 25px;
  background: transparent no-repeat 0 -24px;
  width: 100%;
}

/* line 40, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-end {
  padding-right: 25px;
  zoom: 1;
  background: transparent no-repeat right -46px;
}

/* line 46, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-inner {
  background: transparent repeat-x 0 -2px;
  height: 10px;
}

/* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb {
  width: 50px;
  height: 10px;
  margin-left: -25px;
  position: absolute;
  left: 0;
  top: 1px;
  background: transparent no-repeat 0 0;
}

/* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb-over {
  background-position: -14px -15px;
}

/* line 65, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb-drag {
  background-position: -28px -30px;
}

/* Vertical styles */
/* line 70, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert {
  padding-top: 25px;
  background: transparent no-repeat -44px 0;
}

/* line 75, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-end {
  padding-bottom: 25px;
  zoom: 1;
  background: transparent no-repeat -22px bottom;
  width: 10px;
}

/* line 82, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-inner {
  background: transparent repeat-y 0 0;
  width: 10px;
}

/* line 87, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb {
  width: 10px;
  height: 50px;
  margin-bottom: -25px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background: transparent no-repeat 0 0;
}

/* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb-over {
  background-position: -15px -14px;
}

/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb-drag {
  background-position: -30px -28px;
}

/* line 129, ../../extjs/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('../images/slider/slider-bg.gif');
}
/* line 133, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-horz .x-slider-thumb {
  background-image: url('../images/slider/slider-thumb.gif');
}
/* line 139, ../../extjs/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('../images/slider/slider-v-bg.gif');
}
/* line 143, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-vert .x-slider-thumb {
  background-image: url('../images/slider/slider-v-thumb.gif');
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress {
  position: relative;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 20px;
}

/* line 17, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-bar {
  height: 20px;
  overflow: hidden;
  position: absolute;
  width: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
}

/* line 30, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-text {
  overflow: hidden;
  position: absolute;
  padding: 0 5px;
  height: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 45, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-text-back {
  padding-top: 1px;
}

/* line 50, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-strict .x-ie7m .x-progress {
  height: 20px;
}

/* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default {
  border-color: #6594cf;
}
/* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default .x-progress-bar {
  border-right-color: #6594cf;
  border-top-color: #c6d8ed;
  background-image: none;
  background-color: #2fc3e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #74d7f0), color-stop(50%, #46caeb), color-stop(51%, #2fc3e8), color-stop(100%, #19bce4));
  background-image: -webkit-linear-gradient(top, #74d7f0, #46caeb 50%, #2fc3e8 51%, #19bce4);
  background-image: -moz-linear-gradient(top, #74d7f0, #46caeb 50%, #2fc3e8 51%, #19bce4);
  background-image: -o-linear-gradient(top, #74d7f0, #46caeb 50%, #2fc3e8 51%, #19bce4);
  background-image: linear-gradient(top, #74d7f0, #46caeb 50%, #2fc3e8 51%, #19bce4);
}
/* line 103, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default .x-progress-text {
  color: white;
}
/* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default .x-progress-text-back {
  color: #404040;
}

/* line 116, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-nlg .x-progress-default .x-progress-bar {
  background: repeat-x;
  background-image: url('../images/progress/progress-default-bg.gif');
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar {
  font-size: 14px;
  padding: 5px 0 5px 5px;
}
/* line 13, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-form-item-label {
  font-size: 14px;
  line-height: 15px;
}
/* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-toolbar-item {
  margin: 0 5px 0 0;
}
/* line 22, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar .x-toolbar-text {
  margin-left: 4px;
  margin-right: 6px;
  white-space: nowrap;
  color: #4c4c4c;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
/* line 33, ../../extjs/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 41, ../../extjs/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 #b9b9b9;
  border-right: 1px solid transparent;
}

/* line 53, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-quirks .x-ie .x-toolbar .x-toolbar-separator-horizontal {
  width: 2px;
}

/* line 58, ../../extjs/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 65, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-footer .x-box-inner {
  border-width: 0;
}
/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-footer .x-toolbar-item {
  margin: 0 6px 0 0;
}

/* line 74, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical {
  padding: 5px 5px 0 5px;
}
/* line 77, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical .x-toolbar-item {
  margin: 0 0 5px 0;
}
/* line 81, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical .x-toolbar-text {
  margin-top: 4px;
  margin-bottom: 6px;
}
/* line 86, ../../extjs/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 #b9b9b9;
  border-bottom: 1px solid transparent;
}

/* line 98, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-scroller {
  padding-left: 0;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-spacer {
  width: 2px;
}

/* line 107, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-more-icon {
  background-image: url('../images/toolbar/more.gif') !important;
  background-position: 2px center !important;
  background-repeat: no-repeat;
}

/* line 149, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-lala {
  padding: 1px 0 1px 0;
}

/* line 154, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-lala .x-toolbar-item {
  margin: 0 1px 0 0;
}
/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-lala :last-child {
  margin: 0;
}

/* line 163, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-default {
  border-color: transparent;
  background-image: none;
  background-color: #727c90;
}

/* line 123, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-plain {
  border: 0;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window {
  outline: none;
  overflow: hidden;
}
/* line 10, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window .x-window-wrap {
  position: relative;
}

/* line 15, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body {
  position: relative;
  border-style: none;
  overflow: hidden;
}

/* line 24, ../../extjs/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, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-top {
  margin-bottom: -1px;
}

/* line 34, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-bottom {
  margin-top: -1px;
}

/* line 38, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-left {
  margin-right: -1px;
}

/* line 42, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-right {
  margin-left: -1px;
}

/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-vertical {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-horizontal {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 56, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-left {
  padding-right: 5px !important;
  margin-right: 0;
}
/* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-right {
  padding-left: 5px !important;
  margin-left: 0;
}
/* line 66, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-top {
  padding-bottom: 5px !important;
  margin-bottom: 0;
}
/* line 71, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-bottom {
  padding-top: 5px !important;
  margin-top: 0;
}

/* line 122, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-default {
  border-color: #37859a;
  -webkit-border-radius: 0px 0px;
  -moz-border-radius: 0px 0px;
  -ms-border-radius: 0px 0px;
  -o-border-radius: 0px 0px;
  border-radius: 0px 0px;
  -webkit-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-default {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 0px 0px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-default-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-default {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/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('../images/window/window-default-corners.gif');
}
/* line 168, ../../extjs/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('../images/window/window-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-default-mc {
  padding: 0px 0px 0px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-default-tl,
.x-strict .x-ie7 .x-window-default-bl {
  position: relative;
  right: 0;
}

/* line 141, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body-default {
  border-color: #0eb0dd;
  border-width: 1px;
  background: transparent;
  color: black;
}

/* line 151, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default {
  font-size: 23px;
  border-color: #37859a;
  zoom: 1;
}

/* line 157, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-text-default {
  color: white;
  font-weight: 300;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-top {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 5px 0 5px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-top-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/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('../images/window-header/window-header-default-top-corners.gif');
}
/* line 168, ../../extjs/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('../images/window-header/window-header-default-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-top-mc {
  padding: 4px 5px 0 5px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-top-tl,
.x-strict .x-ie7 .x-window-header-default-top-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-right-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/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('../images/window-header/window-header-default-right-corners.gif');
}
/* line 168, ../../extjs/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('../images/window-header/window-header-default-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-right-mc {
  padding: 5px 4px 5px 0;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-right-tl,
.x-strict .x-ie7 .x-window-header-default-right-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0 5px 4px 5px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-bottom-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/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('../images/window-header/window-header-default-bottom-corners.gif');
}
/* line 168, ../../extjs/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('../images/window-header/window-header-default-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-bottom-mc {
  padding: 0 5px 4px 5px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-bottom-tl,
.x-strict .x-ie7 .x-window-header-default-bottom-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-left {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 0px 5px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-left-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/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('../images/window-header/window-header-default-left-corners.gif');
}
/* line 168, ../../extjs/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('../images/window-header/window-header-default-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-left-mc {
  padding: 5px 0px 5px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-left-tl,
.x-strict .x-ie7 .x-window-header-default-left-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-collapsed-top {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 4px 5px 4px 5px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-top-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-top-tl,
.x-nbr .x-window-header-default-collapsed-top-bl,
.x-nbr .x-window-header-default-collapsed-top-tr,
.x-nbr .x-window-header-default-collapsed-top-br,
.x-nbr .x-window-header-default-collapsed-top-tc,
.x-nbr .x-window-header-default-collapsed-top-bc,
.x-nbr .x-window-header-default-collapsed-top-ml,
.x-nbr .x-window-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-top-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-top-ml,
.x-nbr .x-window-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-top-mc {
  padding: 4px 5px 4px 5px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-collapsed-top-tl,
.x-strict .x-ie7 .x-window-header-default-collapsed-top-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-collapsed-right {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-right-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-right-tl,
.x-nbr .x-window-header-default-collapsed-right-bl,
.x-nbr .x-window-header-default-collapsed-right-tr,
.x-nbr .x-window-header-default-collapsed-right-br,
.x-nbr .x-window-header-default-collapsed-right-tc,
.x-nbr .x-window-header-default-collapsed-right-bc,
.x-nbr .x-window-header-default-collapsed-right-ml,
.x-nbr .x-window-header-default-collapsed-right-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-right-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-right-ml,
.x-nbr .x-window-header-default-collapsed-right-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-right-mc {
  padding: 5px 4px 5px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-collapsed-right-tl,
.x-strict .x-ie7 .x-window-header-default-collapsed-right-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-collapsed-bottom {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 4px 5px 4px 5px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-bottom-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-bottom-tl,
.x-nbr .x-window-header-default-collapsed-bottom-bl,
.x-nbr .x-window-header-default-collapsed-bottom-tr,
.x-nbr .x-window-header-default-collapsed-bottom-br,
.x-nbr .x-window-header-default-collapsed-bottom-tc,
.x-nbr .x-window-header-default-collapsed-bottom-bc,
.x-nbr .x-window-header-default-collapsed-bottom-ml,
.x-nbr .x-window-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-bottom-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-bottom-ml,
.x-nbr .x-window-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-bottom-mc {
  padding: 4px 5px 4px 5px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-collapsed-bottom-tl,
.x-strict .x-ie7 .x-window-header-default-collapsed-bottom-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-collapsed-left {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-color: white;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-left-mc {
  background-color: white;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-left-tl,
.x-nbr .x-window-header-default-collapsed-left-bl,
.x-nbr .x-window-header-default-collapsed-left-tr,
.x-nbr .x-window-header-default-collapsed-left-br,
.x-nbr .x-window-header-default-collapsed-left-tc,
.x-nbr .x-window-header-default-collapsed-left-bc,
.x-nbr .x-window-header-default-collapsed-left-ml,
.x-nbr .x-window-header-default-collapsed-left-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-left-corners.gif');
}
/* line 168, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-left-ml,
.x-nbr .x-window-header-default-collapsed-left-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-left-mc {
  padding: 5px 4px 5px 4px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-window-header-default-collapsed-left-tl,
.x-strict .x-ie7 .x-window-header-default-collapsed-left-bl {
  position: relative;
  right: 0;
}

/* line 180, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-top {
  -webkit-box-shadow: transparent 0 1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  box-shadow: transparent 0 1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
}

/* line 184, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-right {
  -webkit-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset;
  box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset;
}

/* line 188, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-bottom {
  -webkit-box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
}

/* line 192, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-left {
  -webkit-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent 1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent 1px 0 0px 0 inset;
  box-shadow: transparent 0 1px 0px 0 inset, transparent 0 -1px 0px 0 inset, transparent 1px 0 0px 0 inset;
}

/* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body-plain {
  background: transparent;
}

/* line 2, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-window-body {
  background-color: white;
  border: none;
}

/* line 7, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-progress-wrap {
  margin-top: 4px;
}

/* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-icon {
  width: 47px;
  height: 32px;
}

/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-info,
.x-message-box-warning,
.x-message-box-question,
.x-message-box-error {
  background: transparent no-repeat top left;
}

/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-msg-box-wait {
  background-image: url('../images/shared/blue-loading.gif');
}

/* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-info {
  background-image: url('../images/shared/icon-info.gif');
}

/* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-warning {
  background-image: url('../images/shared/icon-warning.gif');
}

/* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-question {
  background-image: url('../images/shared/icon-question.gif');
}

/* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-error {
  background-image: url('../images/shared/icon-error.gif');
}

/* line 73, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar {
  position: relative;
  background-color: #727c90;
  background-image: none;
  background-color: transparent;
  font-size: 17px;
}

/* line 80, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-nlg .x-tab-bar {
  background-image: url('../images/tab-bar/tab-bar-default-bg.gif');
}

/* line 85, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-default-plain,
.x-nlg .x-tab-bar-default-plain {
  background: #727c90 none;
}

/* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-body {
  border-style: solid;
  border-color: transparent;
  position: relative;
  z-index: 2;
  zoom: 1;
}

/* Top Tabs */
/* line 4, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-body {
  height: 34px;
  border-width: 0 0 0;
  padding: 0 0 0;
}
/* line 10, ../../extjs/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: 34px;
  border-width: 0 0 0;
  height: 3px;
}

/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-body {
  height: 34px;
}
/* line 23, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-strip {
  height: 3px;
}

/* line 4, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 34px;
  border-width: 0;
  padding: 3px 0 0 0;
}
/* line 10, ../../extjs/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: 37px;
  border-width: 0 0 0 0;
  height: 3px;
}

/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 37px;
}
/* line 23, ../../extjs/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 32, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body {
  height: 34px;
  border-width: 0 1px 1px;
  padding: 3px 0 1px;
}
/* line 37, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body .x-box-inner {
  position: relative;
  top: -1px;
}
/* line 44, ../../extjs/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: 36px;
}
/* line 49, ../../extjs/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 57, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-body {
  height: 39px;
}
/* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-strip {
  height: 3px;
}

/* line 32, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 34px;
  border-width: 0;
  padding: 3px 0 0;
}
/* line 37, ../../extjs/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 44, ../../extjs/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: 35px;
}
/* line 49, ../../extjs/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 57, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 37px;
}
/* line 61, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
  height: 3px;
}

/* line 141, ../../extjs/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: #e7e7e7;
  background-color: #1481c6;
  zoom: 1;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tab-default-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 0 0 0;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tab-default-top-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../extjs/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('../images/tab/tab-default-top-corners.gif');
}
/* line 168, ../../extjs/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('../images/tab/tab-default-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-top-mc {
  padding: 0 0 0 0;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-tab-default-top-tl,
.x-strict .x-ie7 .x-tab-default-top-bl {
  position: relative;
  right: 0;
}

/* line 69, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tab-default-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-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: #3b465a;
}

/* line 102, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tab-default-bottom-mc {
  background-color: #3b465a;
}

/* line 115, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000404px;
}
/* line 147, ../../extjs/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('../images/tab/tab-default-bottom-corners.gif');
}
/* line 168, ../../extjs/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('../images/tab/tab-default-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-bottom-mc {
  padding: 0 0px 0px 0px;
}

/* line 210, ../../extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .x-tab-default-bottom-tl,
.x-strict .x-ie7 .x-tab-default-bottom-bl {
  position: relative;
  right: 0;
}

/* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab {
  z-index: 1;
  margin: 0 0 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  height: 34px;
  border-color: #151515;
  cursor: pointer;
  cursor: hand;
}
/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button {
  cursor: pointer;
  cursor: hand;
}
/* line 48, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab em {
  display: block;
  padding: 0 5px;
  line-height: 1px;
}
/* line 54, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  font-size: 17px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: white;
  outline: 0 none;
  overflow-x: visible;
}
/* line 72, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 77, ../../extjs/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;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
/* line 90, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab img {
  display: none;
}

/* line 96, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-border-box .x-tab-default-top {
  height: 34px;
}
/* line 99, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-border-box .x-tab-default-bottom {
  height: 35px;
}

/* line 106, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
* html .x-ie .x-tab button {
  width: 1px;
}

/* line 113, ../../extjs/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 118, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-ie .x-tab-active button:active {
  position: relative;
  top: -1px;
  left: -1px;
}

/* line 127, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top {
  -webkit-box-shadow: transparent 0 4px 0px 0 inset;
  -moz-box-shadow: transparent 0 4px 0px 0 inset;
  box-shadow: transparent 0 4px 0px 0 inset;
  border-bottom: 1px solid #e7e7e7 !important;
}
/* line 137, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top em {
  padding-bottom: 0;
}
/* line 142, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top button,
.x-tab-default-top .x-tab-inner {
  height: 34px;
  line-height: 34px;
}

/* line 151, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-safari4 .x-tab-default-top .x-tab-inner,
.x-safari5_0 .x-tab-default-top .x-tab-inner {
  line-height: 32px;
}

/* line 156, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-default-top {
  border-bottom-width: 1px !important;
}

/* line 160, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top-active {
  border-bottom-color: #1481c6 !important;
}

/* line 166, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom {
  -webkit-box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  border-top: 1px solid #e7e7e7 !important;
  -webkit-box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  -moz-box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
  box-shadow: transparent 0 -1px 0px 0 inset, transparent -1px 0 0px 0 inset, transparent 1px 0 0px 0 inset;
}
/* line 181, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom em {
  padding-top: 3px;
}
/* line 186, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom button,
.x-tab-default-bottom .x-tab-inner {
  height: 27px;
  line-height: 27px;
}

/* line 192, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-default-bottom {
  border-top-width: 1px !important;
}

/* line 196, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom-active {
  border-top-color: #1481c6 !important;
}

/* line 200, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled {
  cursor: default;
  border-color: #bbd2ef;
  background-image: none;
  background-color: #e1ecfa;
}
/* line 206, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled button {
  color: #c3b3b3 !important;
}

/* line 212, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-icon-text-left .x-tab-inner {
  padding-left: 29px;
}

/* line 217, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button {
  position: relative;
}

/* line 221, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-icon {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 24px;
  height: 24px;
}

/* line 236, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-strict .x-ie8 .x-tab button,
.x-strict .x-ie9 .x-tab button {
  overflow-y: visible;
}

/* line 241, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled .x-tab-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* In IE a disabled icon needs to be hidden or the opacity effect covers some of the text */
/* line 246, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-noicon .x-tab-icon {
  display: none;
}

/* line 272, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-over {
  background-image: none;
  background-color: #37496a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #374057), color-stop(25%, #344365), color-stop(45%, #37496a));
  background-image: -webkit-linear-gradient(top, #374057, #344365 25%, #37496a 45%);
  background-image: -moz-linear-gradient(top, #374057, #344365 25%, #37496a 45%);
  background-image: -o-linear-gradient(top, #374057, #344365 25%, #37496a 45%);
  background-image: linear-gradient(top, #374057, #344365 25%, #37496a 45%);
}

/* line 275, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-over {
  background-image: none;
  background-color: #37496a;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #374057), color-stop(25%, #344365), color-stop(45%, #37496a));
  background-image: -webkit-linear-gradient(bottom, #374057, #344365 25%, #37496a 45%);
  background-image: -moz-linear-gradient(bottom, #374057, #344365 25%, #37496a 45%);
  background-image: -o-linear-gradient(bottom, #374057, #344365 25%, #37496a 45%);
  background-image: linear-gradient(bottom, #374057, #344365 25%, #37496a 45%);
}

/* line 280, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-active {
  z-index: 3;
}
/* line 286, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-active button {
  color: #404040;
}

/* line 302, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-active {
  background-image: none;
  background-color: white;
}

/* line 305, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-active {
  background-image: none;
  background-color: white;
}

/* line 310, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-disabled {
  border-color: #bbd2ef;
}
/* line 315, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-disabled button {
  color: #c3b3b3;
}

/* line 331, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #e1ecfa;
}

/* line 336, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #e1ecfa;
}

/* line 350, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top-over {
  background-image: url('../images/tab/tab-default-top-over-bg.gif');
}
/* line 351, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom-over {
  background-image: url('../images/tab/tab-default-bottom-over-bg.gif');
}

/* line 366, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-closable em {
  padding-right: 27px;
}

/* line 370, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-close-btn {
  position: absolute;
  top: 11px;
  right: 7px;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  background: no-repeat;
  background-image: url('../images/theme/tab/tab-default-close.svg');
}

/* line 384, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-close-btn {
  top: 0px;
  right: 0px;
}

/* Include the element name otherwise Internet Explorer 7 & 8 take a performance hit */
/* line 390, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
a.x-tab-close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Include the element name to raise the specificity to equal the :hover */
/* line 395, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled a.x-tab-close-btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 407, ../../extjs/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('../images/tab/tab-default-top-over-corners.gif');
}
/* line 411, ../../extjs/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('../images/tab/tab-default-top-over-sides.gif');
}
/* line 415, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-over .x-frame-mc {
  background-color: #37496a;
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-top-over-bg.gif');
}
/* line 429, ../../extjs/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('../images/tab/tab-default-bottom-over-corners.gif');
}
/* line 433, ../../extjs/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('../images/tab/tab-default-bottom-over-sides.gif');
}
/* line 437, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-over .x-frame-mc {
  background-color: #37496a;
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-bottom-over-bg.gif');
}
/* line 451, ../../extjs/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('../images/tab/tab-default-top-active-corners.gif');
}
/* line 455, ../../extjs/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('../images/tab/tab-default-top-active-sides.gif');
}
/* line 473, ../../extjs/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('../images/tab/tab-default-bottom-active-corners.gif');
}
/* line 477, ../../extjs/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('../images/tab/tab-default-bottom-active-sides.gif');
}
/* line 495, ../../extjs/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('../images/tab/tab-default-top-disabled-corners.gif');
}
/* line 499, ../../extjs/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('../images/tab/tab-default-top-disabled-sides.gif');
}
/* line 516, ../../extjs/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('../images/tab/tab-default-bottom-disabled-corners.gif');
}
/* line 520, ../../extjs/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('../images/tab/tab-default-bottom-disabled-sides.gif');
}

/* line 9, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-autowidth-table table.x-grid-table {
  table-layout: auto;
  width: auto !important;
}

/* line 14, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow {
  background-color: transparent;
}

/* line 18, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow-end {
  background-color: transparent;
}

/* line 22, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow-line {
  background-color: transparent;
}

/* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-plus {
  background: transparent no-repeat 0 0;
}

/* line 31, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-plus {
  background: transparent no-repeat 0 0;
}

/* line 35, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-minus {
  background: transparent no-repeat -16px 0;
}

/* line 39, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-minus {
  background: transparent no-repeat -16px 0;
}

/* line 43, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow {
  background-color: transparent !important;
}

/* line 47, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end {
  background-color: transparent !important;
}

/* line 51, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-line {
  background-color: transparent !important;
}

/* line 57, ../../extjs/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 62, ../../extjs/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 67, ../../extjs/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: -25px 0;
}

/* line 72, ../../extjs/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 79, ../../extjs/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 85, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow {
  background-image: url('../images/theme/tree/elbow.png');
}
/* line 89, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-end {
  background-image: url('../images/theme/tree/elbow-end.png');
}
/* line 93, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-plus {
  background-image: url('../images/theme/tree/elbow-plus.png');
}
/* line 97, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-end-plus {
  background-image: url('../images/theme/tree/elbow-end-plus.png');
}
/* line 101, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
  background-image: url('../images/theme/tree/elbow-minus.png');
}
/* line 105, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-image: url('../images/theme/tree/elbow-end-minus.png');
}
/* line 109, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-line {
  background-image: url('../images/theme/tree/elbow-line.png');
}

/* line 116, ../../extjs/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('../images/tree/elbow-plus-nl.gif');
}
/* line 121, ../../extjs/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('../images/tree/elbow-end-minus-nl.gif');
}

/* line 130, ../../extjs/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('../images/theme/tree/arrows.png');
}

/* line 135, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon {
  margin: 0 0 0 0;
}

/* line 139, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-with-row-lines .x-tree-icon {
  margin-top: -1;
}

/* line 148, ../../extjs/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: 28px;
  width: 20px;
}

/* line 159, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-with-row-lines .x-tree-elbow,
.x-grid-with-row-lines .x-tree-elbow-end,
.x-grid-with-row-lines .x-tree-elbow-plus,
.x-grid-with-row-lines .x-tree-elbow-end-plus,
.x-grid-with-row-lines .x-tree-elbow-empty,
.x-grid-with-row-lines .x-tree-elbow-line {
  height: 27px;
  background-position: 0 -1px;
}

/* line 165, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon-leaf {
  width: 25px;
  background-repeat: no-repeat;
  background-image: url('../images/theme/tree/leaf.png');
}

/* line 171, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon-parent {
  width: 20px;
  background-repeat: no-repeat;
  background-image: url('../images/theme/tree/folder.png');
}

/* line 177, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-node-expanded .x-tree-icon-parent {
  background-image: url('../images/theme/tree/folder-open.png');
}

/* line 181, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-rowbody {
  padding: 0;
}

/* line 185, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-cell-treecolumn .x-grid-cell-inner {
  padding: 0;
  line-height: 27px;
}

/* line 190, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-with-row-lines .x-grid-cell-treecolumn .x-grid-cell-inner {
  line-height: 25px;
}

/* line 194, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-cell-inner {
  cursor: pointer;
}
/* line 196, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-cell-inner img {
  display: inline-block;
  vertical-align: top;
}

/* line 209, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-ie .x-tree-panel .x-tree-elbow,
.x-ie .x-tree-panel .x-tree-elbow-end,
.x-ie .x-tree-panel .x-tree-elbow-plus,
.x-ie .x-tree-panel .x-tree-elbow-end-plus,
.x-ie .x-tree-panel .x-tree-elbow-empty,
.x-ie .x-tree-panel .x-tree-elbow-line {
  vertical-align: -6px;
}

/* line 217, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-editor-on-text-node .x-form-text {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 224, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-ie .x-grid-editor-on-text-node .x-form-text {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 230, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-opera .x-grid-editor-on-text-node .x-form-text {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 236, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: no-repeat;
  background-image: url('../images/theme/form/checkbox.png');
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 249, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 255, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-with-row-lines .x-tree-checkbox {
  margin-top: -1;
}

/* line 259, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox-checked {
  background-position: 0 -18px;
}

/* line 263, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url('../images/tree/drop-append.gif');
}

/* line 267, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url('../images/tree/drop-above.gif');
}

/* line 271, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url('../images/tree/drop-below.gif');
}

/* line 275, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url('../images/tree/drop-between.gif');
}

/* line 279, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-loading .x-tree-icon {
  background-image: url('../images/tree/loading.gif');
}

/* line 283, ../../extjs/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 290, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-loading span {
  font-style: italic;
  color: #444444;
}

/* line 295, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-animator-wrap {
  overflow: hidden;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-surface {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}

/* line 11, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.rvml {
  behavior: url(#default#VML);
}

/* line 15, ../../extjs/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: -moz-none;
  -webkit-user-select: none;
  cursor: default;
}

/* line 19, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}

/* line 27, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 1000px;
}

/* line 35, ../../extjs/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 44, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
}

/* line 52, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
}

/* line 60, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
svg, vml {
  overflow: hidden;
}

/* line 6, ../../extjs/resources/themes/stylesheets/ext4/default/widgets/_viewport.scss */
.x-viewport, .x-viewport body {
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
  position: static;
}

/*flashing ANIMATION*/
@-webkit-keyframes s1-animation-left-right {
  /* line 180, ../sass/theme.scss */
  0% {
    opacity: 1;
  }

  /* line 181, ../sass/theme.scss */
  40% {
    opacity: 0;
  }

  /* line 182, ../sass/theme.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes s1-animation-left-right {
  /* line 185, ../sass/theme.scss */
  0% {
    opacity: 1;
  }

  /* line 186, ../sass/theme.scss */
  40% {
    opacity: 0;
  }

  /* line 187, ../sass/theme.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes s1-animation-left-right {
  /* line 190, ../sass/theme.scss */
  0% {
    opacity: 1;
  }

  /* line 191, ../sass/theme.scss */
  40% {
    opacity: 0;
  }

  /* line 192, ../sass/theme.scss */
  100% {
    opacity: 0;
  }
}

@keyframes s1-animation-left-right {
  /* line 195, ../sass/theme.scss */
  0% {
    opacity: 1;
  }

  /* line 196, ../sass/theme.scss */
  40% {
    opacity: 0;
  }

  /* line 197, ../sass/theme.scss */
  100% {
    opacity: 0;
  }
}

/* line 200, ../sass/theme.scss */
.s1-btn-badged .x-btn-icon:before {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 7px;
  background: #f6575d;
  border-radius: 50%;
}

/* line 212, ../sass/theme.scss */
.s1-menu-item-badged:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #f6575d;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: s1-animation-left-right 4s infinite;
  /* Safari 4+ */
  -moz-animation: s1-animation-left-right 4s infinite;
  /* Fx 5+ */
  -o-animation: s1-animation-left-right 4s infinite;
  /* Opera 12+ */
  animation: s1-animation-left-right 4s infinite;
  /* IE 10+, Fx 29+ */
}

/*---Vertical Align Middle---*/
/* line 232, ../sass/theme.scss */
.s1-table-valign-middle {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 237, ../sass/theme.scss */
.s1-table-valign-middle > * {
  display: table-cell;
  vertical-align: middle;
}

/*---font color to ALTERNATIVES---*/
/* line 244, ../sass/theme.scss */
.s1-font-colorize {
  color: #3ab3ff;
}

/* line 248, ../sass/theme.scss */
.s1-font-secondary {
  color: #9c9c9c;
}

/* line 252, ../sass/theme.scss */
.s1-font-alert {
  color: #f6575d;
}

/* line 256, ../sass/theme.scss */
.s1-font-warning {
  color: #ff9600;
}

/* line 260, ../sass/theme.scss */
.s1-font-standard {
  color: #3b465a;
}

/*---pointer events---*/
/* line 265, ../sass/theme.scss */
.s1-pointer {
  cursor: pointer !important;
}

/* line 269, ../sass/theme.scss */
.s1-no-events {
  pointer-events: none;
}

/*---z-index styles---*/
/* line 274, ../sass/theme.scss */
.s1-force-front {
  z-index: 100000 !important;
}

/* line 280, ../sass/theme.scss */
.x-item-disabled .x-form-item-label {
  opacity: 1;
}

/* line 285, ../sass/theme.scss */
.x-boundlist-floating {
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
}

/* line 289, ../sass/theme.scss */
.x-boundlist-item:nth-child(even) {
  background-color: #fff;
}
/* line 291, ../sass/theme.scss */
.x-boundlist-item:nth-child(even).x-boundlist-selected {
  background-color: #dee3ec;
}

/* line 296, ../sass/theme.scss */
.x-boundlist-item-over {
  color: #fff;
}

/* line 300, ../sass/theme.scss */
.x-boundlist-floating {
  border-top-width: 1px;
}

/* line 305, ../sass/theme.scss */
.x-layout-split-left, .x-layout-split-right {
  height: 32px;
  background-color: #3ab3ff !important;
}

/* line 311, ../sass/theme.scss */
.x-resizable-handle {
  background-color: transparent;
}

/* line 315, ../sass/theme.scss */
.x-resizable-proxy {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 321, ../sass/theme.scss */
.x-resizable-handle-south {
  height: 10px;
  border-bottom: 3px solid #3ab3ff;
}

/* line 326, ../sass/theme.scss */
.x-resizable-over .x-resizable-handle-south {
  background-image: none;
}

/*.x-btn {
	border-radius: 1px;
}*/
/* line 335, ../sass/theme.scss */
.x-btn-icon {
  background-position: center;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}
/* line 342, ../sass/theme.scss */
.x-btn-icon:before {
  color: #3ab3ff;
}

/* line 348, ../sass/theme.scss */
.x-btn-over .x-btn-icon:before {
  color: #fff;
}

/* line 353, ../sass/theme.scss */
.x-btn-disabled {
  opacity: 0.3;
  /*.x-btn-icon,
  .x-btn-inner {
  	opacity: 0.4;
  }*/
}

/* line 361, ../sass/theme.scss */
.x-btn-arrow {
  background-image: url("../images/theme/button/arrow.png");
}

/* line 367, ../sass/theme.scss */
.x-btn-over .x-btn-arrow,
.x-btn-menu-active .x-btn-arrow {
  background-image: url("../images/theme/button/arrow-hover.png");
}

/* line 373, ../sass/theme.scss */
.x-btn-split-right,
.x-toolbar .x-btn-split-right {
  background-image: url("../images/theme/button/s-arrow.png");
}

/* line 378, ../sass/theme.scss */
.x-panel-header-icon {
  background-position: center;
}

/* line 382, ../sass/theme.scss */
.x-panel-body-default {
  border: none;
}

/* line 387, ../sass/theme.scss */
.x-menu-item-active .x-menu-item-link {
  background: #3ab3ff;
  border-top: 1px solid #fff;
}
/* line 391, ../sass/theme.scss */
.x-menu-item-active .x-menu-item-link .x-menu-item-text {
  color: #fff;
}

/* line 396, ../sass/theme.scss */
.s1-menu-action:hover .x-menu-item-link {
  background: #3ab3ff;
}

/* line 400, ../sass/theme.scss */
.x-menu {
  border-top: 1px solid #3ab3ff;
  padding-bottom: 5px;
}

/* line 406, ../sass/theme.scss */
.s1-container-type-menu {
  padding-bottom: 0;
}
/* line 409, ../sass/theme.scss */
.s1-container-type-menu .x-grid-row .x-grid-cell {
  background-color: transparent;
}
/* line 414, ../sass/theme.scss */
.s1-container-type-menu .x-grid-row-over:not(.x-grid-row-selected) .x-grid-cell-inner {
  background-color: #3ab3ff;
}
/* line 419, ../sass/theme.scss */
.s1-container-type-menu .x-grid-row-selected .x-grid-cell {
  background-color: #3ab3ff !important;
  color: #fff;
}
/* line 425, ../sass/theme.scss */
.s1-container-type-menu .x-tree-lines .x-tree-elbow,
.s1-container-type-menu .x-tree-lines .x-tree-elbow-end {
  background: none;
}
/* line 429, ../sass/theme.scss */
.s1-container-type-menu .s1-menu-action {
  padding: 0 20px;
}
/* line 433, ../sass/theme.scss */
.s1-container-type-menu .x-menu-item-active .x-menu-item-link {
  border-top: none;
}
/* line 437, ../sass/theme.scss */
.s1-container-type-menu .s1-menu-action.x-menu-item-active {
  background: #3ab3ff;
}
/* line 440, ../sass/theme.scss */
.s1-container-type-menu .s1-menu-action.x-menu-item-active .x-menu-item-text {
  color: #fff;
}
/* line 445, ../sass/theme.scss */
.s1-container-type-menu .x-menu-item-link {
  position: relative;
}
/* line 449, ../sass/theme.scss */
.s1-container-type-menu .EditMaster {
  background: url("../images/custom/icons-leafs/icon-form.png") center no-repeat;
}
/* line 453, ../sass/theme.scss */
.s1-container-type-menu .Report {
  width: 30px;
  background: url("../images/custom/icons-leafs/icon-report.png") center no-repeat;
}
/* line 458, ../sass/theme.scss */
.s1-container-type-menu .Dialog {
  width: 30px;
  background: url("../images/custom/icons-leafs/icon-batch.png") center no-repeat;
}
/* line 458, ../sass/theme.scss */
.s1-container-type-menu .WebPage {
  width: 30px;
  background: url("../images/custom/icons-leafs/icon-webpage.png") center no-repeat;
}

/* line 464, ../sass/theme.scss */
.s1-menu-section {
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 300;
}

/*.x-tab:hover {
	background: $color-colorize;
}
.x-tab-active:hover {
	background-color: #fff;
}*/
/*.x-tab:first-child {
	margin-left: -2px;
}

.x-tab:last-child {
	margin-right: -2px;
}*/
/* line 488, ../sass/theme.scss */
.x-box-scroller-left,
.x-box-scroller-right {
  overflow: visible;
}

/* line 493, ../sass/theme.scss */
.x-toolbar-scroll-left,
.x-tabbar-scroll-left {
  width: 24px;
  height: 34px;
  background-image: url("../images/theme/tab-bar/scroll-left.png");
}
/* line 498, ../sass/theme.scss */
.x-toolbar-scroll-left:after,
.x-tabbar-scroll-left:after {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 100%;
  right: -23px;
  background: url("../images/custom/right-shadow.png") repeat-y;
  pointer-events: none;
}

/* line 511, ../sass/theme.scss */
.x-box-scroller-left .x-toolbar-scroll-left,
.x-box-scroller-left .x-tabbar-scroll-left {
  width: 24px;
}

/* line 516, ../sass/theme.scss */
.x-box-scroller-left .x-toolbar-scroll-left-disabled,
.x-box-scroller-right .x-tabbar-scroll-right-disabled {
  background-position: -24px 0;
}

/* line 521, ../sass/theme.scss */
.x-toolbar-scroll-right,
.x-tabbar-scroll-right {
  width: 24px;
  height: 34px;
  background-image: url("../images/theme/tab-bar/scroll-right.png");
}
/* line 526, ../sass/theme.scss */
.x-toolbar-scroll-right:before,
.x-tabbar-scroll-right:before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 100%;
  left: -23px;
  background: url("../images/custom/left-shadow.png") repeat-y;
  pointer-events: none;
}

/* line 539, ../sass/theme.scss */
.x-box-scroller-right .x-toolbar-scroll-right,
.x-box-scroller-right .x-tabbar-scroll-right {
  width: 24px;
}

/* line 544, ../sass/theme.scss */
.x-box-scroller-right .x-toolbar-scroll-right-disabled,
.x-box-scroller-right .x-tabbar-scroll-right-disabled {
  background-position: -24px 0;
}

/* line 548, ../sass/theme.scss */
.x-tab-default-top {
  border: none !important;
}

/* line 552, ../sass/theme.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-strip-default-plain {
  height: 0;
}

/* line 556, ../sass/theme.scss */
.x-tab-icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

/* line 563, ../sass/theme.scss */
.x-window-header {
  background-color: #3ab3ff;
}

/* line 568, ../sass/theme.scss */
.x-column-header {
  font-weight: 700;
}

/* line 572, ../sass/theme.scss */
.x-column-header-trigger {
  background-image: url("../images/custom/icons-16x16/icon-menu-16-white.svg");
  background-position: center;
  background-color: #727c90;
}

/* line 579, ../sass/theme.scss */
.x-column-header-over,
.x-column-header-open {
  padding-right: 24px;
}

/* line 583, ../sass/theme.scss */
.x-grid-with-col-lines .x-grid-cell {
  border-top: none;
}

/* line 587, ../sass/theme.scss */
.x-grid-with-col-lines .x-grid-cell:last-child {
  border-right: none;
}

/* line 591, ../sass/theme.scss */
.x-column-header-sort-ASC .x-column-header-text {
  background-image: url("../images/custom/icons-16x16/icon-up-arrow-16-white.svg");
}

/* line 595, ../sass/theme.scss */
.x-column-header-sort-DESC .x-column-header-text {
  background-image: url("../images/custom/icons-16x16/icon-down-arrow-16-white.svg");
}

/* line 600, ../sass/theme.scss */
.x-grid-row-checker,
.x-column-header-checkbox .x-column-header-text {
  background-image: url("../images/theme/grid/unchecked.png");
  background-position: 0;
}

/* line 606, ../sass/theme.scss */
.x-grid-row-selected .x-grid-row-checker,
.x-grid-row-checked .x-grid-row-checker {
  background-image: url("../images/theme/grid/checked.png");
  background-position: 0;
}

/* line 611, ../sass/theme.scss */
.x-grid-cell-special {
  border-right: none !important;
  background-image: none !important;
}

/* line 617, ../sass/theme.scss */
.x-form-item-label {
  color: #9c9c9c;
}

/* line 621, ../sass/theme.scss */
.x-form-item-label-left {
  border-bottom: 1px dotted #b9b9b9;
  padding: 5px 0;
}

/* line 627, ../sass/theme.scss */
.x-form-item-label-top {
  border-bottom: 1px dotted #b9b9b9;
  display: inline-block;
}

/*.x-form-focus,
.textarea.x-form-focus {
	outline: 4px solid rgba(59,70,90,0.2) !important;
}*/
/* line 637, ../sass/theme.scss */
.x-form-trigger-wrap-focus .x-form-trigger {
  border-color: #3ab3ff;
}

/* line 642, ../sass/theme.scss */
.x-form-trigger-input-cell .x-form-field {
  border-right: none;
}

/* line 647, ../sass/theme.scss */
.x-form-text {
  border-style: none none solid none;
}

/* line 652, ../sass/theme.scss */
.x-item-disabled .x-form-text {
  border-style: none none dotted none;
}

/* line 656, ../sass/theme.scss 
.x-item-disabled .x-form-field {
  opacity: 1;
  background: #f6f6f6;
}
*/
.x-item-disabled .x-form-field {
  opacity: 1;
  background-color: #f6f6f6;
}

.x-item-disabled .x-form-checkbox,
.x-item-disabled .x-form-radio {
    opacity: 0.5;
}

/* line 661, ../sass/theme.scss */
.x-form-trigger {
  background-color: #fff;
  background-image: url("../images/theme/form/trigger.png");
  background-repeat: no-repeat;
  border: 1px solid #b9b9b9;
  border-style: none none solid none;
}

/* line 669, ../sass/theme.scss */
.x-form-date-trigger {
  background-image: url("../images/theme/form/date-trigger.png");
  border: 1px solid #b9b9b9;
  border-style: none none solid none;
}

/* line 675, ../sass/theme.scss */
.x-form-clear-trigger {
  background-image: url("../images/theme/form/clear-trigger.png");
  border-style: none none solid none;
}

/* line 680, ../sass/theme.scss */
.x-item-disabled .x-form-trigger {
  opacity: 1;
  background-color: #f6f6f6;
  background-position: -150px 0;
}

/* line 686, ../sass/theme.scss */
.x-item-disabled .x-form-trigger {
  border-style: none none dotted none;
}

/* line 690, ../sass/theme.scss */
fieldset {
  border: none !important;
}
/* line 694, ../sass/theme.scss */
fieldset legend {
  width: 100%;
  border-bottom: 2px solid #3b465a;
}

/* line 702, ../sass/theme.scss */
.x-fieldset-header {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}

/* line 710, ../sass/theme.scss */
.x-tool {
  padding: 0;
  display: inline-block;
  line-height: 1px;
}

/* line 716, ../sass/theme.scss */
.x-tool img {
  background-image: url("../images/theme/tools/tool-sprites.png");
}

/* line 721, ../sass/theme.scss */
.x-css-shadow {
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2) !important;
}

/* line 726, ../sass/theme.scss */
.x-datepicker-today a {
  border: 1px solid #f6575d;
}

/* line 730, ../sass/theme.scss */
table.x-datepicker-inner a {
  height: 25px;
  padding-top: 4px;
}

/* line 735, ../sass/theme.scss */
.x-monthpicker-yearnav button.x-monthpicker-yearnav-prev {
  background: url("../images/theme/date-picker/left-btn.png");
}

/* line 739, ../sass/theme.scss */
.x-monthpicker-yearnav button.x-monthpicker-yearnav-next {
  background: url("../images/theme/date-picker/right-btn.png");
}

/*---CUSTOM CONTAINERS---*/
/* line 745, ../sass/theme.scss */
.s1-container-white-rounded {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

/*---CUSTOM TOOLBARS---*/
/* line 753, ../sass/theme.scss */
.s1-white-toolbar {
  background-color: #fff;
  color: #404040;
}

/* line 759, ../sass/theme.scss */
.s1-paging-toolbar {
  background-color: #ebebeb;
}
/* line 762, ../sass/theme.scss */
.s1-paging-toolbar .x-btn {
  background-color: transparent;
  border-color: transparent;
}
/* line 767, ../sass/theme.scss */
.s1-paging-toolbar .x-btn-disabled .x-btn-icon {
  opacity: 1;
}
/* line 771, ../sass/theme.scss */
.s1-paging-toolbar .x-btn:nth-child(11) {
  background-color: #3b465a;
  width: 50px;
}
/* line 776, ../sass/theme.scss */
.s1-paging-toolbar .x-form-text {
  padding: 2px;
  text-align: center;
  font-size: 12px;
  border: none;
}

/* line 784, ../sass/theme.scss */
.s1-dashboard-gadget .s1-paging-toolbar {
  background-color: #fff;
}
/* line 787, ../sass/theme.scss */
.s1-dashboard-gadget .s1-paging-toolbar .x-form-text {
  border: 1px solid #b9b9b9;
}

/*---CUSTOM WINDOWS---*/
/* line 794, ../sass/theme.scss */
.s1-window-white-header .x-window-header {
  background-color: #fff;
}
/* line 797, ../sass/theme.scss */
.s1-window-white-header .x-window-header .x-tool {
  background-color: #3b465a;
  border-radius: 50%;
}
/* line 802, ../sass/theme.scss */
.s1-window-white-header .x-window-header .x-window-header-text-default {
  color: #404040;
}

/* line 809, ../sass/theme.scss */
.s1-window-gray-header .x-window-header {
  background-color: #ebebeb;
}
/* line 812, ../sass/theme.scss */
.s1-window-gray-header .x-window-header .x-tool {
  background-color: #3b465a;
  border-radius: 50%;
}
/* line 817, ../sass/theme.scss */
.s1-window-gray-header .x-window-header .x-window-header-text-default {
  color: #404040;
}

/*---CUSTOM  BUTTON CLASSES---*/
/* line 826, ../sass/theme.scss */
.s1-btn-nobg.x-btn {
  background-color: transparent;
  border-color: transparent;
}
/* line 830, ../sass/theme.scss */
.s1-btn-nobg.x-btn .x-btn-inner {
  color: #404040;
}

/* line 839, ../sass/theme.scss */
.s1-btn-circular-icon .x-btn-inner {
  font-size: 12px;
}
/* line 844, ../sass/theme.scss */
.s1-btn-circular-icon .x-btn-icon {
  background-color: #3b465a;
  border-radius: 50%;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
/* line 853, ../sass/theme.scss */
.s1-btn-circular-icon.x-btn-over, .s1-btn-circular-icon.x-btn-menu-active {
  /*.x-btn-icon {
  	background-color: $color-colorize;
  }*/
  border-bottom: 1px solid #3ab3ff;
}

/* line 862, ../sass/theme.scss */
.s1-btn-white {
  background-color: #fff;
  border-color: #fff;
}
/* line 866, ../sass/theme.scss */
.s1-btn-white .x-btn-inner {
  color: #404040;
}

/* line 873, ../sass/theme.scss */
.s1-btn-large-font .x-btn-inner {
  font-size: 18px;
  font-weight: 300;
}

/* line 880, ../sass/theme.scss */
.s1-btn-colorized {
  background-color: #3ab3ff;
  border-color: #3ab3ff;
}

/* line 886, ../sass/theme.scss */
.s1-btn-shadowed {
  background-color: #fff;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/*---CUSTOM BUTTON-ICON CLASSES---*/
/* line 893, ../sass/theme.scss */
.s1-btn-circular-icon .s1-icon-man-30 {
  background-image: url("../images/custom/icons-30x30/icon-man-30-color_main_gray.svg");
}
/* line 897, ../sass/theme.scss */
.s1-btn-circular-icon .s1-icon-building-30 {
  background-image: url("../images/custom/icons-30x30/icon-building-30-color_main_gray.svg");
}

/* line 902, ../sass/theme.scss */
.s1-icon-tabs-30 {
  background-image: url("../images/custom/icons-30x30/icon-tabs-30-color_colorize.svg");
}

/* line 906, ../sass/theme.scss */
.s1-icon-dashboard-30 {
  background-image: url("../images/custom/icons-30x30/icon-dashboard-30-color_colorize.svg");
}

/* line 910, ../sass/theme.scss */
.s1-icon-home-30 {
  background-image: url("../images/custom/icons-30x30/icon-home-30-color_colorize.svg");
}

/* line 914, ../sass/theme.scss */
.s1-icon-stroke-arrow-left-30 {
  background-image: url("../images/custom/icons-30x30/icon-stroke-arrow-left-30-color_colorize.svg");
}

/* line 918, ../sass/theme.scss */
.s1-icon-stroke-arrow-right-30 {
  background-image: url("../images/custom/icons-30x30/icon-stroke-arrow-right-30-color_colorize.svg");
}

/* line 922, ../sass/theme.scss */
.s1-icon-menu-30 {
  background-image: url("../images/custom/icons-30x30/icon-menu-30-color_colorize.svg");
}

/* line 926, ../sass/theme.scss */
.s1-icon-x-30 {
  background-image: url("../images/custom/icons-30x30/icon-x-30-color_colorize.svg");
}

/* line 930, ../sass/theme.scss */
.s1-icon-check-30 {
  background-image: url("../images/custom/icons-30x30/icon-check-30-color_colorize.svg");
}

/* line 934, ../sass/theme.scss */
.s1-icon-save-30 {
  background-image: url("../images/custom/icons-30x30/icon-save-30-color_colorize.svg");
}

/* line 938, ../sass/theme.scss */
.s1-icon-language-30 {
  background-image: url("../images/custom/icons-30x30/icon-language-30-color_colorize.svg");
}

/* line 942, ../sass/theme.scss */
.s1-icon-magnifier-30 {
  background-image: url("../images/custom/icons-30x30/icon-magnifier-30-color_colorize.svg");
}

/* line 946, ../sass/theme.scss */
.s1-icon-group-filter-30 {
  background-image: url("../images/custom/icons-30x30/icon-group-filter-30-color_colorize.svg");
}

/* line 950, ../sass/theme.scss */
.s1-icon-pin-30 {
  background-image: url("../images/custom/icons-30x30/icon-pin-30-color_colorize.svg");
}

/* line 954, ../sass/theme.scss */
.s1-icon-fit-30 {
  background-image: url("../images/custom/icons-30x30/icon-fit-30-color_colorize.svg");
}

/* line 958, ../sass/theme.scss */
.s1-icon-open-elsewhere-30 {
  background-image: url("../images/custom/icons-30x30/icon-open-elsewhere-30-color_colorize.svg");
}

/* line 962, ../sass/theme.scss */
.s1-icon-image-30 {
  background-image: url("../images/custom/icons-30x30/icon-image-30-color_colorize.svg");
}

/* line 966, ../sass/theme.scss */
.s1-icon-layers-30 {
  background-image: url("../images/custom/icons-30x30/icon-layers-30-color_colorize.svg");
}

/* line 970, ../sass/theme.scss */
.s1-icon-printer-30 {
  background-image: url("../images/custom/icons-30x30/icon-printer-30-color_colorize.svg");
}

/* line 974, ../sass/theme.scss */
.s1-icon-warning-30 {
  background-image: url("../images/custom/icons-30x30/icon-warning-30-colorful.png");
}

/* line 978, ../sass/theme.scss */
.s1-icon-street-view {
  background-image: url("../images/custom/icons-buttons/icon-street-view.png");
}

/* line 982, ../sass/theme.scss */
.s1-icon-toggle-ui-30 {
  background-image: url("../images/custom/icons-30x30/icon-toggle-ui-30-colorful.svg");
}

/* line 991, ../sass/theme.scss */
.x-btn-over .s1-icon-x-30,
.x-btn-menu-active .s1-icon-x-30,
.x-menu-item-active .s1-icon-x-30,
.x-btn-focus .s1-icon-x-30 {
  background-image: url("../images/custom/icons-30x30/icon-x-30-color_white.svg");
}
/* line 993, ../sass/theme.scss */
.x-btn-over .s1-icon-x-30.s1-no-hover-change,
.x-btn-menu-active .s1-icon-x-30.s1-no-hover-change,
.x-menu-item-active .s1-icon-x-30.s1-no-hover-change,
.x-btn-focus .s1-icon-x-30.s1-no-hover-change {
  background-image: url("../images/custom/icons-30x30/icon-x-30-color_colorize.svg");
}
/* line 997, ../sass/theme.scss */
.x-btn-over .s1-icon-check-30,
.x-btn-menu-active .s1-icon-check-30,
.x-menu-item-active .s1-icon-check-30,
.x-btn-focus .s1-icon-check-30 {
  background-image: url("../images/custom/icons-30x30/icon-check-30-color_white.svg");
}
/* line 1000, ../sass/theme.scss */
.x-btn-over .s1-icon-save-30,
.x-btn-menu-active .s1-icon-save-30,
.x-menu-item-active .s1-icon-save-30,
.x-btn-focus .s1-icon-save-30 {
  background-image: url("../images/custom/icons-30x30/icon-save-30-color_white.svg");
}
/* line 1003, ../sass/theme.scss */
.x-btn-over .s1-icon-stroke-arrow-left-30,
.x-btn-menu-active .s1-icon-stroke-arrow-left-30,
.x-menu-item-active .s1-icon-stroke-arrow-left-30,
.x-btn-focus .s1-icon-stroke-arrow-left-30 {
  background-image: url("../images/custom/icons-30x30/icon-stroke-arrow-left-30-color_white.svg");
}
/* line 1006, ../sass/theme.scss */
.x-btn-over .s1-icon-stroke-arrow-right-30,
.x-btn-menu-active .s1-icon-stroke-arrow-right-30,
.x-menu-item-active .s1-icon-stroke-arrow-right-30,
.x-btn-focus .s1-icon-stroke-arrow-right-30 {
  background-image: url("../images/custom/icons-30x30/icon-stroke-arrow-right-30-color_white.svg");
}
/* line 1009, ../sass/theme.scss */
.x-btn-over .s1-icon-language-30,
.x-btn-menu-active .s1-icon-language-30,
.x-menu-item-active .s1-icon-language-30,
.x-btn-focus .s1-icon-language-30 {
  background-image: url("../images/custom/icons-30x30/icon-language-30-color_white.svg");
}
/* line 1012, ../sass/theme.scss */
.x-btn-over .s1-icon-menu-30,
.x-btn-menu-active .s1-icon-menu-30,
.x-menu-item-active .s1-icon-menu-30,
.x-btn-focus .s1-icon-menu-30 {
  background-image: url("../images/custom/icons-30x30/icon-menu-30-color_white.svg");
}
/* line 1014, ../sass/theme.scss */
.x-btn-over .s1-icon-menu-30.s1-no-hover-change,
.x-btn-menu-active .s1-icon-menu-30.s1-no-hover-change,
.x-menu-item-active .s1-icon-menu-30.s1-no-hover-change,
.x-btn-focus .s1-icon-menu-30.s1-no-hover-change {
  background-image: url("../images/custom/icons-30x30/icon-menu-30-color_colorize.svg");
}
/* line 1018, ../sass/theme.scss */
.x-btn-over .s1-icon-magnifier-30,
.x-btn-menu-active .s1-icon-magnifier-30,
.x-menu-item-active .s1-icon-magnifier-30,
.x-btn-focus .s1-icon-magnifier-30 {
  background-image: url("../images/custom/icons-30x30/icon-magnifier-30-color_white.svg");
}
/* line 1021, ../sass/theme.scss */
.x-btn-over .s1-icon-home-30,
.x-btn-menu-active .s1-icon-home-30,
.x-menu-item-active .s1-icon-home-30,
.x-btn-focus .s1-icon-home-30 {
  background-image: url("../images/custom/icons-30x30/icon-home-30-color_white.svg");
}
/* line 1024, ../sass/theme.scss */
.x-btn-over .s1-icon-group-filter-30,
.x-btn-menu-active .s1-icon-group-filter-30,
.x-menu-item-active .s1-icon-group-filter-30,
.x-btn-focus .s1-icon-group-filter-30 {
  background-image: url("../images/custom/icons-30x30/icon-group-filter-30-color_white.svg");
}
/* line 1027, ../sass/theme.scss */
.x-btn-over .s1-icon-fit-30,
.x-btn-menu-active .s1-icon-fit-30,
.x-menu-item-active .s1-icon-fit-30,
.x-btn-focus .s1-icon-fit-30 {
  background-image: url("../images/custom/icons-30x30/icon-fit-30-color_white.svg");
  background-position: center !important;
}
/* line 1031, ../sass/theme.scss */
.x-btn-over .s1-icon-open-elsewhere-30,
.x-btn-menu-active .s1-icon-open-elsewhere-30,
.x-menu-item-active .s1-icon-open-elsewhere-30,
.x-btn-focus .s1-icon-open-elsewhere-30 {
  background-image: url("../images/custom/icons-30x30/icon-open-elsewhere-30-color_white.svg");
  background-position: center !important;
}
/* line 1035, ../sass/theme.scss */
.x-btn-over .s1-icon-image-30,
.x-btn-menu-active .s1-icon-image-30,
.x-menu-item-active .s1-icon-image-30,
.x-btn-focus .s1-icon-image-30 {
  background-image: url("../images/custom/icons-30x30/icon-image-30-color_white.svg");
  background-position: center !important;
}
/* line 1039, ../sass/theme.scss */
.x-btn-over .s1-icon-layers-30,
.x-btn-menu-active .s1-icon-layers-30,
.x-menu-item-active .s1-icon-layers-30,
.x-btn-focus .s1-icon-layers-30 {
  background-image: url("../images/custom/icons-30x30/icon-layers-30-color_white.svg");
  background-position: center !important;
}
/* line 1043, ../sass/theme.scss */
.x-btn-over .s1-icon-printer-30,
.x-btn-menu-active .s1-icon-printer-30,
.x-menu-item-active .s1-icon-printer-30,
.x-btn-focus .s1-icon-printer-30 {
  background-image: url("../images/custom/icons-30x30/icon-printer-30-color_white.svg");
  background-position: center !important;
}
/* line 1048, ../sass/theme.scss */
.x-btn-over .s1-icon-toggle-ui-30,
.x-btn-menu-active .s1-icon-toggle-ui-30,
.x-menu-item-active .s1-icon-toggle-ui-30,
.x-btn-focus .s1-icon-toggle-ui-30 {
  background-image: url("../images/custom/icons-30x30/icon-toggle-ui-30-colorful-hover.svg");
}

/* line 1056, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-magnifier-30 {
  background-image: url("../images/custom/icons-30x30/icon-magnifier-30-color_white.svg");
}
/* line 1060, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-eye-30 {
  background-image: url("../images/custom/icons-30x30/icon-eye-30-color_white.svg");
}
/* line 1064, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-gear-30 {
  background-image: url("../images/custom/icons-30x30/icon-gear-30-color_white.svg");
}
/* line 1068, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-plus-30 {
  background-image: url("../images/custom/icons-30x30/icon-plus-30-color_white.svg");
}
/* line 1072, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-save-30 {
  background-image: url("../images/custom/icons-30x30/icon-save-30-color_white.svg");
}
/* line 1076, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-undo-30 {
  background-image: url("../images/custom/icons-30x30/icon-undo-30-color_white.svg");
}
/* line 1080, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-trash-30 {
  background-image: url("../images/custom/icons-30x30/icon-trash-30-color_white.svg");
}
/* line 1084, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-stroke-arrow-left-30 {
  background-image: url("../images/custom/icons-30x30/icon-stroke-arrow-left-30-color_white.svg");
}
/* line 1088, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-stroke-arrow-right-30 {
  background-image: url("../images/custom/icons-30x30/icon-stroke-arrow-right-30-color_white.svg");
}
/* line 1092, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-export-30 {
  background-image: url("../images/custom/icons-30x30/icon-export-30-color_white.svg");
}
/* line 1096, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-calculator-30 {
  background-image: url("../images/custom/icons-30x30/icon-calculator-30-color_white.svg");
}
/* line 1100, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-menu-30 {
  background-image: url("../images/custom/icons-30x30/icon-menu-30-color_white.svg");
}
/* line 1104, ../sass/theme.scss */
.s1-btn-colorized .s1-icon-group-filter-30 {
  background-image: url("../images/custom/icons-30x30/icon-group-filter-30-color_white.svg");
}

/*---CUSTOM TOOL ICON CLASSES---*/
/* line 1112, ../sass/theme.scss */
.x-tool .s1-rss_tool,
* .s1-rss_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 0px no-repeat;
}
/* line 1116, ../sass/theme.scss */
.x-tool .s1-data_tool,
* .s1-data_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -24px no-repeat;
}
/* line 1120, ../sass/theme.scss */
.x-tool .s1-globe_tool,
* .s1-globe_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -48px no-repeat;
}
/* line 1124, ../sass/theme.scss */
.x-tool .s1-lock_tool,
* .s1-lock_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -72px no-repeat;
}
/* line 1128, ../sass/theme.scss */
.x-tool .s1-flag_tool,
* .s1-flag_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -96px no-repeat;
}
/* line 1132, ../sass/theme.scss */
.x-tool .s1-sign_tool,
* .s1-sign_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -120px no-repeat;
}
/* line 1136, ../sass/theme.scss */
.x-tool .s1-onoff_tool,
* .s1-onoff_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -144px no-repeat;
}
/* line 1140, ../sass/theme.scss */
.x-tool .s1-printer_tool,
* .s1-printer_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -288px no-repeat;
}
/* line 1144, ../sass/theme.scss */
.x-tool .s1-fit_tool,
* .s1-fit_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -312px no-repeat;
}
/* line 1148, ../sass/theme.scss */
.x-tool .s1-open-elsewere_tool,
* .s1-open-elsewere_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -336px no-repeat;
}
/* line 1152, ../sass/theme.scss */
.x-tool .s1-image_tool,
* .s1-image_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -360px no-repeat;
}
/* line 1156, ../sass/theme.scss */
.x-tool .s1-layers_tool,
* .s1-layers_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -384px no-repeat;
}
/* line 1160, ../sass/theme.scss */
.x-tool .s1-map_tool,
* .s1-map_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -408px no-repeat;
}
/* line 1164, ../sass/theme.scss */
.x-tool .s1-menu_tool,
* .s1-menu_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -432px no-repeat;
}
/* line 1168, ../sass/theme.scss */
.x-tool .s1-html_tool,
* .s1-html_tool {
  background: url("../images/custom/icons-tools/custom-tool-sprites.png") 0 -456px no-repeat;
}
/* line 1172, ../sass/theme.scss */
.x-tool .s1-rss-tool-color_colorize,
* .s1-rss-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px 0px no-repeat;
}
/* line 1176, ../sass/theme.scss */
.x-tool .s1-data-tool-color_colorize,
* .s1-data-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -24px no-repeat;
}
/* line 1180, ../sass/theme.scss */
.x-tool .s1-globe-tool-color_colorize,
* .s1-globe-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -48px no-repeat;
}
/* line 1184, ../sass/theme.scss */
.x-tool .s1-lock-tool-color_colorize,
* .s1-lock-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -72px no-repeat;
}
/* line 1188, ../sass/theme.scss */
.x-tool .s1-flag-tool-color_colorize,
* .s1-flag-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -96px no-repeat;
}
/* line 1192, ../sass/theme.scss */
.x-tool .s1-sign-tool-color_colorize,
* .s1-sign-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -120px no-repeat;
}
/* line 1196, ../sass/theme.scss */
.x-tool .s1-onoff-tool-color_colorize,
* .s1-onoff-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -144px no-repeat;
}
/* line 1200, ../sass/theme.scss */
.x-tool .s1-lang-tool-color_colorize,
* .s1-lang-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -168px no-repeat;
}
/* line 1204, ../sass/theme.scss */
.x-tool .s1-printer-tool-color_colorize,
* .s1-printer-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -288px no-repeat;
}
/* line 1208, ../sass/theme.scss */
.x-tool .s1-fit-tool-color_colorize,
* .s1-fit-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -312px no-repeat;
}
/* line 1212, ../sass/theme.scss */
.x-tool .s1-open-elsewere-tool-color_colorize,
* .s1-open-elsewere-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -336px no-repeat;
}
/* line 1216, ../sass/theme.scss */
.x-tool .s1-image-tool-color_colorize,
* .s1-image-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -360px no-repeat;
}
/* line 1220, ../sass/theme.scss */
.x-tool .s1-layers-tool-color_colorize,
* .s1-layers-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -384px no-repeat;
}
/* line 1224, ../sass/theme.scss */
.x-tool .s1-map-tool-color_colorize,
* .s1-map-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -408px no-repeat;
}
/* line 1228, ../sass/theme.scss */
.x-tool .s1-menu-tool-color_colorize,
* .s1-menu-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -432px no-repeat;
}
/* line 1232, ../sass/theme.scss */
.x-tool .s1-eye-tool-color_colorize,
* .s1-eye-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -456px no-repeat;
}
/* line 1236, ../sass/theme.scss */
.x-tool .s1-gear-tool-color_colorize,
* .s1-gear-tool-color_colorize {
  background: url("../images/custom/icons-tools/custom-tool-sprites-color_colorize.png") -2px -480px no-repeat;
}

/* line 1243, ../sass/theme.scss */
.x-menu-item-active:not(.x-menu-item-unchecked):not(.x-menu-item-checked):not(.x-hmenu-sort-asc):not(.x-hmenu-sort-desc):not(.x-cols-icon) .x-menu-item-icon {
  background-position-x: -50px;
}

/*---CUSTOM TAB CLASSES---*/
/* line 1250, ../sass/theme.scss */
.x-tab .EditMaster {
  background: url("../images/custom/icons-leafs/icon-form.png") center no-repeat;
}

/* line 1254, ../sass/theme.scss */
.x-tab .Report {
  background: url("../images/custom/icons-leafs/icon-report.png") center no-repeat;
}

/* line 1258, ../sass/theme.scss */
.x-tab .Dialog {
  background: url("../images/custom/icons-leafs/icon-batch.png") center no-repeat;
}

/* line 1258, ../sass/theme.scss */
.x-tab .WebPage {
  background: url("../images/custom/icons-leafs/icon-webpage.png") center no-repeat;
}

/*---CUSTOM TABBAR CLASSES---*/
/* line 1263, ../sass/theme.scss */
.s1-tabbar-tasks {
  margin-left: -3px;
  /*.x-tab-top-active{
  	background-color: $color-main-gray;
  }*/
}
/* line 1266, ../sass/theme.scss */
.s1-tabbar-tasks .x-tabbar-scroll-left {
  margin-left: 3px;
  margin-right: -3px;
}

/*---CUSTOM LABEL CLASSES---*/
/* line 1277, ../sass/theme.scss */
.s1-label-clickable {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  color: #3ab3ff;
  /*&:before {
  	content: '';
  	display: block;
  	width: 14px;
  	height: 14px;
  	border-radius: 50%;
  	position: absolute;
  	top: 8px;
  	right: 0;
  	background: $color-colorize url("../images/custom/icons-8x8/icon-stroke-arrow-right-8-color_white.svg") center no-repeat;
  	
  	content: '';
  	display: inline-block;
  	float: left;
  	margin-right: 5px;
  	margin-top: 3px;
  	width: 14px;
  	height: 14px;
  	border-radius: 50%;
  	top: 8px;
  	right: 0;
  	background: $color-standard url("../images/custom/icons-8x8/icon-stroke-arrow-right-8-color_white.svg") center no-repeat;
  }
  
  &:after {
  	content: '';
  	display: inline-block;
  	position: absolute;
  	right: 3px;
  	bottom: 8px;
  	width: 14px;
  	height: 14px;
  	border-radius: 50%;
  	background: $color-standard url("../images/custom/icons-8x8/icon-stroke-arrow-right-8-color_white.svg") center no-repeat;
  }*/
}

/*---Vertical Align Middle---*/
/* line 1322, ../sass/theme.scss */
.s1-valign-middle {
  display: table;
  height: 100%;
}
/* line 1326, ../sass/theme.scss */
.s1-valign-middle > * {
  display: table-cell;
  vertical-align: middle;
}

/* line 1332, ../sass/theme.scss */
.s1-halign-center {
  width: 100%;
}
/* line 1335, ../sass/theme.scss */
.s1-halign-center > * {
  text-align: center;
}

/* line 1340, ../sass/theme.scss */
.s1-text-colorize {
  color: #3ab3ff;
}

/* line 1344, ../sass/theme.scss */
.s1-text-alert {
  color: #f6575d;
}

/* line 1348, ../sass/theme.scss */
.s1-text-highlight {
  color: #85c51f;
}

/* line 1352, ../sass/theme.scss */
.s1-text-secondary-text {
  color: #9c9c9c;
}

/* line 1356, ../sass/theme.scss */
.s1-main-bg {
  background-color: #ebebeb;
}

/* line 1360, ../sass/theme.scss */
.s1-card {
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 1365, ../sass/theme.scss */
.s1-message-box {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  background-color: #f6f6f6;
  border-bottom: 3px solid #3ab3ff;
}
/* line 1373, ../sass/theme.scss */
.s1-message-box.s1-message-box-highlight {
  border-bottom: 3px solid #85c51f;
}
/* line 1377, ../sass/theme.scss */
.s1-message-box.s1-message-box-alert {
  border-bottom: 3px solid #f6575d;
}

/* line 1382, ../sass/theme.scss */
.so-messenger {
  position: absolute;
  z-index: 20000;
  top: 10px;
  width: 100%;
  font-size: 14px;
  margin: -10px 0 0 0;
  background-color: rgba(114, 124, 144, 0.8);
}
/* line 1392, ../sass/theme.scss */
.so-messenger .msg {
  text-align: center;
  background-color: #ebebeb;
  border-bottom: 3px solid #3ab3ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  color: #404040;
}
/* line 1401, ../sass/theme.scss */
.so-messenger h2 {
  font-size: 18px;
}

/* line 1406, ../sass/theme.scss */
.s1-label-clickable {
  color: #3ab3ff;
}

/* line 1410, ../sass/theme.scss */
.s1-noborder {
  border: none;
}

/* line 1414, ../sass/theme.scss */
.s1-btn-circular-add-16 {
  border-radius: 50%;
  background: #3ab3ff url("../images/custom/icons-16x16/icon-plus-16-white.svg") center no-repeat;
}
/* line 1418, ../sass/theme.scss */
.s1-btn-circular-add-16:hover {
  background-color: #85c51f;
}

/* line 1423, ../sass/theme.scss */
.s1-btn-circular-minus-16 {
  border-radius: 50%;
  background: #3ab3ff url("../images/custom/icons-16x16/icon-minus-16-white.svg") center no-repeat;
}
/* line 1427, ../sass/theme.scss */
.s1-btn-circular-minus-16:hover {
  background-color: #f6575d;
}

/* line 1433, ../sass/theme.scss */
.s1-btn-circular-multiselector-16 {
  border-radius: 50%;
  background: #3ab3ff url("../images/custom/icons-16x16/icon-multiselector-16-white.svg") center no-repeat;
}
/* line 1437, ../sass/theme.scss */
.s1-btn-circular-multiselector-16:hover {
  background-color: #85c51f;
}

/* line 1443, ../sass/theme.scss */
.s1-btn-circular-stroke-arrow-up-16 {
  border-radius: 50%;
  background: #3b465a url("../images/custom/icons-16x16/icon-stroke-arrow-up-16-white.svg") center no-repeat;
}

/* line 1448, ../sass/theme.scss */
.s1-btn-circular-stroke-arrow-down-16 {
  border-radius: 50%;
  background: #3b465a url("../images/custom/icons-16x16/icon-stroke-arrow-down-16-white.svg") center no-repeat;
}

/* line 1454, ../sass/theme.scss */
.s1-window-content-container {
  padding: 20px;
}

/* line 1458, ../sass/theme.scss */
.s1-label-apearance {
  display: inline-block;
  width: 90px;
  color: #9c9c9c;
  border-bottom: 1px dotted #b9b9b9;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 0;
}

/* line 1468, ../sass/theme.scss */
.s1-field-apearance {
  display: inline-block;
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  color: #404040;
  border-bottom: 1px solid #b9b9b9;
}

/* line 1477, ../sass/theme.scss */
.s1-field-wrapper {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
/* line 1484, ../sass/theme.scss */
.s1-field-wrapper .s1-label-apearance,
.s1-field-wrapper .s1-field-apearance {
  display: table-cell;
}

/* line 1494, ../sass/theme.scss */
.x-tab .s1-loading-icon {
  background: url("../images/custom/icons-tabs/icon-loading_tab.gif") top no-repeat;
}

/* line 1498, ../sass/theme.scss */
.x-tab-active .s1-loading-icon {
  background: url("../images/custom/icons-tabs/icon-loading_tab.gif") bottom no-repeat;
}

/* line 1503, ../sass/theme.scss */
.s1-loading_bg {
  background: url("../images/custom/loading-bg.gif") center no-repeat;
}

/* line 1508, ../sass/theme.scss */
.s1-menu-level {
  background: url("../images/custom/icon-stroke-arrow-right-30-color_colorize-croped.svg") center no-repeat;
}

/* line 1513, ../sass/theme.scss */
.s1-menu-level:hover,
.x-grid-row-over .s1-menu-level {
  background: url("../images/custom/icon-stroke-arrow-right-30-color_white-croped.svg") center no-repeat;
}

/* line 1518, ../sass/theme.scss */
.x-btn .s1-count {
  display: inline-block;
  min-width: 18px;
  margin-right: 3px;
  color: #fff;
  vertical-align: top;
  font-size: 11px;
  background-color: #3ab3ff;
  padding: 3px 4px 4px;
  border-radius: 2px;
  line-height: 1em;
}

/* line 1531, ../sass/theme.scss */
.x-btn-over .s1-count {
  color: #fff;
  background-color: #3b465a;
}

/*---Boundlist selectors---*/
/* line 1538, ../sass/theme.scss */
.s1-combobox-grid td {
  padding: 0 10px;
  height: 40px;
  border-bottom: 1px solid #b9b9b9;
}
/* line 1544, ../sass/theme.scss */
.s1-combobox-grid .s1-multiselector-checkbox {
  width: 18px;
  height: 18px;
  background: url("../images/theme/form/checkbox.png") no-repeat;
}
/* line 1552, ../sass/theme.scss */
.s1-combobox-grid .x-boundlist-selected .s1-multiselector-checkbox {
  background-position: 0 -18px;
}
/* line 1556, ../sass/theme.scss */
.s1-combobox-grid .x-boundlist-selected td:last-child {
  position: relative;
  /*&:after {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 4px;
  	height: 100%;
  	background-color: $color-standard;
  }*/
}

/* line 1575, ../sass/theme.scss */
.s1-login-branding {
  text-align: center;
}

/* line 1579, ../sass/theme.scss */
.s1-footer-logo-container {
  height: 74px;
}
/* line 1581, ../sass/theme.scss */
.s1-footer-logo-container > * {
  padding-top: 6px;
}

/* line 1586, ../sass/theme.scss */
.s1-footer-lines {
  display: table;
  width: 100%;
  height: 6px;
}
/* line 1591, ../sass/theme.scss */
.s1-footer-lines > *:nth-child(1) {
  display: table-cell;
  background-color: #1481c6;
}
/* line 1596, ../sass/theme.scss */
.s1-footer-lines > *:nth-child(2) {
  display: table-cell;
  width: 6px;
}
/* line 1601, ../sass/theme.scss */
.s1-footer-lines > *:nth-child(3) {
  display: table-cell;
  background-color: #ff0000;
}

/* line 1607, ../sass/theme.scss */
.xplorer-infocard-info {
  width: 128px;
  height: 128px;
  background-image: url("../images/custom/fullscreen-warnings/info.png");
}

/* line 1613, ../sass/theme.scss */
.xplorer-infocard-warning {
  width: 128px;
  height: 128px;
  background-image: url("../images/custom/fullscreen-warnings/warning.png");
}

/*---MENU---*/
/* line 1621, ../sass/theme.scss */
#appWestOuter-placeholder {
  padding: 0;
  background-color: #3b465a;
}
/* line 1625, ../sass/theme.scss */
#appWestOuter-placeholder .x-panel-header-text-default {
  color: #fff;
}

/* line 1630, ../sass/theme.scss */
.s1-main-menu.x-border-region-slide-in {
  overflow: visible !important;
}

/* line 1634, ../sass/theme.scss */
.s1-main-menu {
  /*---TREE MENU VARIATION---*/
  /*---BROWSER MENU VARIATION---*/
}
/* line 1636, ../sass/theme.scss */
.s1-main-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 100%;
  right: -23px;
  background: url("../images/custom/right-shadow.png") repeat-y;
}
/* line 1646, ../sass/theme.scss */
.s1-main-menu .x-grid-row .x-grid-cell {
  border-style: none;
}
/* line 1651, ../sass/theme.scss */
.s1-main-menu .x-panel-default,
.s1-main-menu .x-panel-body-default {
  background-color: #3b465a;
}
/* line 1655, ../sass/theme.scss */
.s1-main-menu .x-grid-row .x-grid-cell {
  background: transparent;
  font-size: 18px;
  font-weight: 300;
}
/* line 1663, ../sass/theme.scss */
.s1-main-menu .x-grid-row-selected .x-grid-cell,
.s1-main-menu .x-grid-row-selected .x-grid-rowwrap-div,
.s1-main-menu .x-grid-row-selected .x-grid-cell-rowbody {
  background-color: transparent !important;
}
/* line 1667, ../sass/theme.scss */
.s1-main-menu .x-panel-body-default {
  color: #fff;
}
/* line 1671, ../sass/theme.scss */
.s1-main-menu .Folder {
  width: 20px;
  background: url("../images/custom/icons-leafs/icon-form.png") centerz no-repeat;
}
/* line 1676, ../sass/theme.scss */
.s1-main-menu .EditMaster {
  width: 30px;
  background: url("../images/custom/icons-leafs/icon-form.png") center no-repeat;
}
/* line 1681, ../sass/theme.scss */
.s1-main-menu .Report {
  width: 30px;
  background: url("../images/custom/icons-leafs/icon-report.png") center no-repeat;
}
/* line 1686, ../sass/theme.scss */
.s1-main-menu .Dialog {
  width: 30px;
  background: url("../images/custom/icons-leafs/icon-batch.png") center no-repeat;
}
/* line 1686, ../sass/theme.scss */
.s1-main-menu .WebPage {
	width: 30px;
	background: url("../images/custom/icons-leafs/icon-webpage.png") center no-repeat;
}
/* line 1691, ../sass/theme.scss */
.s1-main-menu .x-grid-header-ct {
  border: none;
}
/* line 1697, ../sass/theme.scss */
.s1-main-menu .menuTree .x-grid-cell-inner {
  padding: 0 20px 0 18px;
}
/* line 1701, ../sass/theme.scss */
.s1-main-menu .menuTree .x-tree-icon {
  margin: 0 8px 0 0;
}
/* line 1708, ../sass/theme.scss */
.s1-main-menu #menuBrowser .x-grid-table {
  margin-top: 10px;
}
/* line 1712, ../sass/theme.scss */
.s1-main-menu #menuBrowser .menu_level .x-grid-cell-inner {
  background: url("../images/custom/icon-stroke-arrow-right-30-color_colorize-croped.svg") right center no-repeat;
}
/* line 1716, ../sass/theme.scss */
.s1-main-menu #menuBrowser .x-grid-cell {
  padding: 0 20px;
  cursor: pointer;
}
/* line 1721, ../sass/theme.scss */
.s1-main-menu #menuBrowser .x-grid-cell-inner {
  padding: 10px 20px 10px 0px;
}
/* line 1726, ../sass/theme.scss */
.s1-main-menu #menuBrowser .menu_leaf .x-grid-cell:nth-child(2) .x-grid-cell-inner {
  padding: 10px 0 10px 40px;
}
/* line 1732, ../sass/theme.scss */
.s1-main-menu #menuBrowser .EditMaster,
.s1-main-menu #menuBrowser .WebPage,
.s1-main-menu #menuBrowser .Report,
.s1-main-menu #menuBrowser .Dialog {
  position: absolute;
  margin-top: -8px;
}
/* line 1737, ../sass/theme.scss */
.s1-main-menu #menuBrowser .Folder {
  position: absolute;
  background: none;
}
/* line 1743, ../sass/theme.scss */
.s1-main-menu #menuBrowser-body {
  border: 0px none transparent;
}

/* line 1748, ../sass/theme.scss */
.x-tree-icon-parent {
  height: 28px;
}

/* line 1752, ../sass/theme.scss */
.x-layout-split-left:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -9px;
  display: block;
  width: 18px;
  height: 18px;
  background: #727c90 url("../images/custom/icons-16x16/icon-stroke-arrow-left-16-white.svg") center;
  border-radius: 50%;
  z-index: 4;
}

/* line 1766, ../sass/theme.scss */
.x-splitter {
  background-color: #727c90;
}

/* line 1770, ../sass/theme.scss */
.x-splitter-collapsed .x-layout-split-left:before {
  background: #727c90 url("../images/custom/icons-16x16/icon-stroke-arrow-right-16-white.svg") center;
}

/* line 1774, ../sass/theme.scss */
.x-splitter-active {
  background-color: #3ab3ff;
}

/* line 1778, ../sass/theme.scss */
#appWestOuter-placeholder-body {
  border-width: 1px 0 1px 1px;
  border-color: #3b465a;
  border-style: solid;
}

/* line 1785, ../sass/theme.scss */
#appWestOuter-placeholder-targetEl {
  top: 8px !important;
}

/* line 1789, ../sass/theme.scss */
.x-border-region-slide-in {
  left: 0 !important;
}

/*---BREADCRUMBS---*/
/* line 1794, ../sass/theme.scss */
.s1-breadcrumbs-toolbar {
  border-bottom: 1px solid #3ab3ff !important;
}

/* line 1798, ../sass/theme.scss */
.s1-breadcrumbs {
  font-size: 14px;
}
/* line 1800, ../sass/theme.scss */
.s1-breadcrumbs a {
  color: #3ab3ff;
  text-decoration: none;
}

/* line 1806, ../sass/theme.scss */
.s1-breadcrumbs-icon {
  background-position: center;
}

/*---DASHBOARD---*/
/* line 1811, ../sass/theme.scss */
.s1-dashboard {
  background: #ebebeb;
}

/* line 1815, ../sass/theme.scss */
.s1-dashboard-body {
  background-color: transparent;
}

/* line 1820, ../sass/theme.scss */
.s1-dashboard-columncont,
.s1-dashboard-columncont-last {
  padding: 10px 10px 0px 0px;
}

/* line 1824, ../sass/theme.scss */
.s1-dashboard-columncont-first {
  padding: 10px 10px 0px 10px;
}

/* line 1828, ../sass/theme.scss */
.s1-dashboard-columncont-full {
  padding: 10px;
}

/*---WIDGETS---*/
/* line 1833, ../sass/theme.scss */
.s1-dashboard-gadget {
  margin-bottom: 10px;
  background-color: #fff;
}

/* line 1838, ../sass/theme.scss */
.s1-dashboard-gadget-header {
  background: #3ab3ff;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 6px;
}
/* line 1845, ../sass/theme.scss */
.s1-dashboard-gadget-header > table {
  width: 100%;
  table-layout: fixed;
}

/* line 1851, ../sass/theme.scss */
.s1-dashboard-gadget-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 1858, ../sass/theme.scss */
.s1-dashboard-gadget-title a {
  pointer-events: none;
  text-decoration: none;
  color: #fff;
}

/* line 1865, ../sass/theme.scss */
.s1-widget-window-tools {
  width: 140px;
  text-align: right;
  line-height: 16px;
}

/*---WIDGETS RSS---*/
/* line 1872, ../sass/theme.scss */
.s1-dashboard-gadget-rss-item {
  padding: 20px;
}

/* line 1875, ../sass/theme.scss */
.s1-dashboard-gadget-rss-item-title-container {
  margin-bottom: 20px;
}

/* line 1878, ../sass/theme.scss */
.s1-dashboard-gadget-rss-item-title {
  font-size: 22px;
  color: #404040;
  border-bottom: solid 1px #3ab3ff;
  text-decoration: none;
}

/* line 1886, ../sass/theme.scss */
.s1-dashboard-gadget-rss-item-detail h1 {
  font-size: 16px;
  margin: 0.5em auto;
}
/* line 1890, ../sass/theme.scss */
.s1-dashboard-gadget-rss-item-detail h1 a {
  color: #404040;
  border-bottom: solid 1px #404040;
  text-decoration: none;
}
/* line 1896, ../sass/theme.scss */
.s1-dashboard-gadget-rss-item-detail img {
  max-width: 100%;
}

/* line 1901, ../sass/theme.scss */
.s1-dashboard-gadget-item-collapse {
  background: #3ab3ff url("../images/custom/gadgets/icon-gadget-item-collapse.png") center no-repeat;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 1909, ../sass/theme.scss */
.s1-dashboard-gadget-item-expand {
  background: #3ab3ff url("../images/custom/gadgets/icon-gadget-item-expand.png") center no-repeat;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 1917, ../sass/theme.scss */
.s1-dashboard-gadget-rss-item-date {
  display: inline-block;
  padding: 4px 0;
}

/* line 1922, ../sass/theme.scss */
.s1-tag-categories {
  display: inline-block;
  background-color: #aeaeae;
  color: #fff;
  padding: 4px 6px;
  margin-left: 12px;
}

/*---FORMS--*/
/* line 1933, ../sass/theme.scss */
.xplorer-task-toolbar {
  background-color: #3ab3ff;
}

/*--so light panel---*/
/* line 1938, ../sass/theme.scss */
.so-memoryopen-title {
  font-size: 16px;
}

/* line 1942, ../sass/theme.scss */
.so-selector-fields {
  margin-bottom: 15px;
}

/* line 1946, ../sass/theme.scss */
.so-memoryopen-clear {
  color: #3ab3ff;
}

/* line 1950, ../sass/theme.scss */
.so-memoryopen-dataview {
  color: #9c9c9c;
}
/* line 1953, ../sass/theme.scss */
.so-memoryopen-dataview .so-memoryopen-item {
  font-size: 14px;
  margin-top: 5px;
}

/* line 1959, ../sass/theme.scss */
.so-memoryopen-footer {
  text-align: right;
  padding-top: 15px;
  border-top: 1px solid #b9b9b9;
  margin-top: 5px;
}
/* line 1965, ../sass/theme.scss */
.so-memoryopen-footer > span {
  padding-right: 18px;
  background: url("../images/custom/icon-expand-blue.png") right center no-repeat;
}
/* line 1970, ../sass/theme.scss */
.so-memoryopen-footer > .s1-collapse {
  background: url("../images/custom/icon-collapse-blue.png") right center no-repeat;
}

/* line 1975, ../sass/theme.scss */
.so-memoryopen-toggleexpose {
  font-size: 14px;
  color: #3ab3ff;
}

/*---LOADING FOR MAPS--*/
/* line 1981, ../sass/theme.scss */
.s1-loading-map-container {
  left: 50% !important;
  margin-left: -43px;
  top: 50% !important;
  margin-top: -51px;
}

/* line 1988, ../sass/theme.scss */
.s1-loading-map {
  margin: 3px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

/* line 1998, ../sass/theme.scss */
.s1-loading {
  display: inline-block;
  width: 96px;
  height: 96px;
  background: white url("../images/custom/loading-bg.gif") center no-repeat;
  margin: 5px;
}

/*---MAP LOCATIONS PANEL--*/
/* line 2007, ../sass/theme.scss */
.s1-map-locations-list {
  background: #dee3ec !important;
  /* The Fallback */
  background: rgba(222, 227, 236, 0.8) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
/* line 2011, ../sass/theme.scss */
.s1-map-locations-list .x-grid-header-ct {
  border: none;
}
/* line 2015, ../sass/theme.scss */
.s1-map-locations-list .x-grid-cell {
  background-color: #fff;
}
/* line 2019, ../sass/theme.scss */
.s1-map-locations-list .x-grid-item-selected {
  background-color: #dee3ec;
}
/* line 2023, ../sass/theme.scss */
.s1-map-locations-list .x-grid-cell-inner {
  white-space: normal;
  padding: 0;
}

/* line 2029, ../sass/theme.scss */
.s1-map-locations-list-item {
  display: table;
  width: 100%;
  line-height: 1.35em;
  padding-top: 10px;
}
/* line 2035, ../sass/theme.scss */
.s1-map-locations-list-item .s1-map-locations-search-string {
  padding-left: 20px;
  padding-right: 0.5em;
}
/* line 2040, ../sass/theme.scss */
.s1-map-locations-list-item .s1-map-locations-clear {
  padding-right: 20px;
  box-sizing: border-box;
  width: 16px;
}
/* line 2046, ../sass/theme.scss */
.s1-map-locations-list-item .s1-map-locations-result-string {
  padding: 0 20px;
}
/* line 2050, ../sass/theme.scss */
.s1-map-locations-list-item hr {
  margin: 10px 0 0;
}
/* line 2054, ../sass/theme.scss */
.s1-map-locations-list-item > hr {
  margin: 10px 20px 0;
}
/* line 2058, ../sass/theme.scss */
.s1-map-locations-list-item .map_select_alternate {
  padding: 5px 20px;
}
/* line 2061, ../sass/theme.scss */
.s1-map-locations-list-item .map_select_alternate:last-child {
  margin-bottom: -5px;
}
/* line 2065, ../sass/theme.scss */
.s1-map-locations-list-item .map_select_alternate:hover {
  background-color: #ff9600;
  color: #fff;
}
/* line 2069, ../sass/theme.scss */
.s1-map-locations-list-item .map_select_alternate:hover .s1-icon-16-pin:before {
  content: '\e90a';
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
}

/* line 2078, ../sass/theme.scss */
.s1-streetview-container {
  background: rgba(255, 255, 255, 0.8) url("../images/custom/map-control/streetview-empty.svg") center no-repeat !important;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px, rgba(0, 0, 0, 0.01961) 0px -1px 0px;
  	/*
  	> .gm-style > * {
  		z-index: 1;
  	}
  
  	> .gm-style:after {
  		content: '';
  		position: absolute;
  		display: block;
  		width: 100%;
  		height: 46px;
  		background: #fff;
  	}
  
  	.gm-iv-address {
  		display: table;
  		margin: 0 10px;
  		padding: 0;
  		line-height: initial;
  		opacity: 1;
  		background: transparent;
  		
  		> * {
  			display: table-cell;
  			vertical-align: middle;
  			position: relative;
  			top: initial;
  			right: initial;
  			width: initial;
  			height: initial;
  		}
  		
  		.gm-iv-profile-url a {
  			color: $color-colorize;
  		}
  	}
  	
  	.gm-iv-profile-link {
  		color: inherit;
  		padding: 0;
  		font-weight: normal;
  	}
  
  	.gm-iv-short-address-description {
  		color: #404040;
  	}
  
  	.gm-iv-long-address-description {
  		color: #9c9c9c;
  		min-height: auto;
  	}
  
  	.gm-iv-vertical-separator {
  		background: transparent;
  		
  		&:before {
  			content: '';
  			display: block;
  			width: 1px;
  			height: 18px;
  			background: #b9b9b9;
  			margin: 0 5px 0 10px;
  		}
  	}
  
  	.gm-iv-marker {
  		padding: 0;
  		width: auto;
  		height: auto;
  		
  		a {
  			display: inline-block;
  			text-align: none;
  		}
  		
  		img {
  			display: none;
  		}
  	}
  
  	.gm-iv-marker-icon {
  		width: auto;
  		height: auto;
  		position: initial;
  		top: initial;
  		background: none;
  		
  		&:before {
  			content: '';
  			display: inline-block;
  			width: 24px;
  			height: 24px;
  			background-image: url("../images/custom/icons-30x30/icon-pin-30-color_colorize.svg");
  			background-position-x: center;
  		}
  	}
  
  	.gm-iv-horizontal-separator {
  		background: none;
  		
  		&:before {
  			content: '';
  			display: block;
  			width: 1px;
  			height: 20px;
  			background: #b9b9b9;
  			margin: 0 5px 0;
  		}
  	}
  
  	.gm-iv-address-link {
  		position: relative;
  		top: initial;
  		white-space: nowrap;
  		
  		&:before {
  			font-family: s1-icons-font;
  			content: '';
  			display: inline-block;
  			width: 24px;
  			height: 24px;
  			background: url("../images/custom/icons-30x30/icon-open-elsewhere-30-color_colorize.svg") center;
  			margin-right: 3px;
  			vertical-align: middle;
  		}
  		
  		a {
  			color: #404040;
  			bottom: initial;
  			line-height: 25px;
  			
  			&:hover {
  				text-decoration: none;
  			}
  		}
  	}
  	*/
}
/* line 2083, ../sass/theme.scss */
.s1-streetview-container .s1-streetview-container-top-bar {
  display: block;
  height: 46px;
  background: #fff;
}
/* line 2089, ../sass/theme.scss */
.s1-streetview-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 4px;
  background: red;
  top: 50%;
  margin-top: -11px;
  left: 50%;
  margin-left: -16px;
  transform: rotate(-45deg);
  background: #727c90 !important;
  /* The Fallback */
  background: rgba(114, 124, 144, 0.6) !important;
}

/*---tabs inside task body--*/
/**[id*="task-body"] {
	.xplorer-form-sotabpanel-body {
		border-left: 3px solid $color-standard-secondary;
		border-right: 3px solid $color-standard-secondary;
		border-bottom: 3px solid $color-standard-secondary;
	}
	
	.x-box-scroller-left {
		margin-right: -3px;
		margin-left: 3px;
	}

	.x-box-scroller-right {
		margin-right: 3px;
		margin-left: -3px;
	}
}*/
/*---NESTED TABS--*/
/*V1*/
/* line 2267, ../sass/theme.scss */
.s1-task-panel .x-tab-bar-default-plain,
.s1-task-panel .x-nlg .x-tab-bar-default-plain {
  background: transparent;
}
/* line 2270, ../sass/theme.scss */
.s1-task-panel .x-tab-bar-default-plain .x-tab-bar-body:before,
.s1-task-panel .x-nlg .x-tab-bar-default-plain .x-tab-bar-body:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #3b465a;
}
/* line 2281, ../sass/theme.scss */
.s1-task-panel .x-tab-default-top {
  background: transparent;
}
/* line 2284, ../sass/theme.scss */
.s1-task-panel .x-tab-default-top button {
  color: #404040;
}
/* line 2289, ../sass/theme.scss */
.s1-task-panel .x-tab-top-active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #3ab3ff;
  left: -3px;
  padding-right: 6px;
}

/*V2
.s1-task-panel {
	.x-tab-bar-default-plain,
	.x-nlg .x-tab-bar-default-plain {
		background: $color-common-element;
	}
	
	.xplorer-form-sotabpanel-body {
		border: 3px solid $color-common-element;
		border-top: none;
	}
}*/
/*--typography--*/
/* line 2318, ../sass/theme.scss */
hr {
  border: none;
  height: 1px;
  background-color: #b9b9b9;
  margin: 0;
}

/* line 2326, ../sass/theme.scss */
.x-nlg .x-grid-header-ct, .x-nlg .x-column-header {
  background-image: none !important;
  background-color: #3b465a;
}

/* line 2331, ../sass/theme.scss */
.x-nlg .x-column-header > *:hover {
  background-image: none !important;
}

/* line 2340, ../sass/theme.scss */
.x-nlg .x-tab-bar,
.x-nlg .x-tab-top,
.x-nlg .x-datepicker-header,
.x-nlg .x-datepicker-footer,
.x-nlg .x-monthpicker-buttons {
  background-image: none;
}

/* line 2346, ../sass/theme.scss */
.x-nlg .x-progress-default .x-progress-bar,
.x-nbr .x-panel-header-default-top {
  background-color: #2fc3e8;
}

/* line 2355, ../sass/theme.scss */
.x-nbr .x-window-default-ml,
.x-nbr .x-window-default-mr {
  background: #fff none;
}

/* line 2362, ../sass/theme.scss */
.x-grid-header-ct,
.x-grid-header-ct .x-box-inner,
.x-column-header,
.x-column-header-inner:hover {
  background-image: none !important;
}

/*---button icons---*/
/* line 2367, ../sass/theme.scss */
.s1-icon-16 {
  font-size: 16px;
}

/* line 2371, ../sass/theme.scss */
.s1-btn-icon-46-graph {
  background: url("../images/custom/icons-46x46/icon-graph.png") no-repeat;
}

/* line 2375, ../sass/theme.scss */
.s1-btn-icon-46-user {
  background: url("../images/custom/icons-46x46/icon-user.png") no-repeat;
}

/* line 2379, ../sass/theme.scss */
.s1-btn-icon-46-apps {
  background: url("../images/custom/icons-46x46/icon-apps.png") no-repeat;
}

/* line 2383, ../sass/theme.scss */
.s1-icon-24-gear:before {
  font-family: 's1-icons-font';
  content: 'g';
}

/* line 2388, ../sass/theme.scss */
.s1-icon-24-refresh:before {
  font-family: s1-icons-font;
  content: "Q";
}

/* line 2393, ../sass/theme.scss */
.s1-icon-24-list:before {
  font-family: 's1-icons-font';
  content: 'm';
}

/* line 2398, ../sass/theme.scss */
.s1-icon-24-magnifier:before {
  font-family: 's1-icons-font';
  content: 'z';
}

/* line 2403, ../sass/theme.scss */
.s1-icon-24-filter:before {
  font-family: 's1-icons-font';
  content: 'f';
}

/* line 2408, ../sass/theme.scss */
.s1-icon-24-filter-clear:before {
  font-family: 's1-icons-font';
  content: 'u';
}

/* line 2413, ../sass/theme.scss */
.s1-icon-24-bullets:before {
  font-family: 's1-icons-font';
  content: ':';
}

/* line 2418, ../sass/theme.scss */
.s1-icon-24-plus:before {
  font-family: 's1-icons-font';
  content: '+';
}

/* line 2423, ../sass/theme.scss */
.s1-icon-24-trash:before {
  font-family: 's1-icons-font';
  content: 'd';
}

/* line 2428, ../sass/theme.scss */
.s1-icon-24-on-off:before {
  font-family: 's1-icons-font';
  content: '!';
}

/* line 2433, ../sass/theme.scss */
.s1-icon-24-floppy:before {
  font-family: 's1-icons-font';
  content: 's';
}

/* line 2438, ../sass/theme.scss */
.s1-icon-24-report:before {
  font-family: 's1-icons-font';
  content: 'r';
}

/* line 2443, ../sass/theme.scss */
.s1-icon-24-stroke-arrow-left:before {
  font-family: 's1-icons-font';
  content: '<';
}

/* line 2448, ../sass/theme.scss */
.s1-icon-24-stroke-arrow-right:before {
  font-family: 's1-icons-font';
  content: '>';
}

/* line 2453, ../sass/theme.scss */
.s1-icon-24-building:before {
  font-family: 's1-icons-font';
  content: '#';
}

/* line 2458, ../sass/theme.scss */
.s1-icon-24-select-rows:before {
  font-family: 's1-icons-font';
  content: '=';
}

/* line 2463, ../sass/theme.scss */
.s1-icon-24-check:before {
  font-family: 's1-icons-font';
  content: 'Y';
}

/* line 2468, ../sass/theme.scss */
.s1-icon-24-x:before {
  font-family: 's1-icons-font';
  content: 'X';
}

/* line 2473, ../sass/theme.scss */
.s1-icon-24-template:before {
  font-family: 's1-icons-font';
  content: 't';
}

/* line 2478, ../sass/theme.scss */
.s1-icon-24-language:before {
  font-family: 's1-icons-font';
  content: 'l';
}

/* line 2483, ../sass/theme.scss */
.s1-icon-24-map:before {
  font-family: 's1-icons-font';
  content: 'M';
}

/* line 2488, ../sass/theme.scss */
.s1-icon-24-card:before {
  font-family: 's1-icons-font';
  content: 'C';
}

/* line 2493, ../sass/theme.scss */
.s1-icon-24-text:before {
  font-family: 's1-icons-font';
  content: 'T';
}

/* line 2498, ../sass/theme.scss */
.s1-icon-24-edit:before {
  font-family: 's1-icons-font';
  content: 'e';
}

/* line 2503, ../sass/theme.scss */
.s1-icon-24-envelope:before {
  font-family: 's1-icons-font';
  content: 'E';
}

/* line 2508, ../sass/theme.scss */
.s1-icon-24-image:before {
  font-family: 's1-icons-font';
  content: 'I';
}

/* line 2513, ../sass/theme.scss */
.s1-icon-24-process-doc:before {
  font-family: 's1-icons-font';
  content: 'D';
}

/* line 2518, ../sass/theme.scss */
.s1-icon-24-eye:before {
  font-family: 's1-icons-font';
  content: 'v';
}

/* line 2523, ../sass/theme.scss */
.s1-icon-24-calendar:before {
  font-family: 's1-icons-font';
  content: 'a';
}

/* line 2528, ../sass/theme.scss */
.s1-icon-24-menu:before {
  font-family: 's1-icons-font';
  content: 'P';
}

/* line 2533, ../sass/theme.scss */
.s1-icon-24-map-route:before {
  font-family: 's1-icons-font';
  content: 'R';
}

/* line 2538, ../sass/theme.scss */
.s1-icon-24-directions:before {
  font-family: 's1-icons-font';
  content: 'G';
}

/* line 2543, ../sass/theme.scss */
.s1-icon-24-printer:before {
  font-family: 's1-icons-font';
  content: 'p';
}

/* line 2548, ../sass/theme.scss */
.s1-icon-24-export:before {
  font-family: 's1-icons-font';
  content: 'o';
}

/* line 2553, ../sass/theme.scss */
.s1-icon-24-table:before {
  font-family: 's1-icons-font';
  content: 'b';
}

/* line 2558, ../sass/theme.scss */
.s1-icon-24-cancel-document:before {
  font-family: 's1-icons-font';
  content: 'q';
}

/* line 2563, ../sass/theme.scss */
.s1-icon-24-pin:before {
  font-family: 's1-icons-font';
  content: 'S';
}

/* line 2568, ../sass/theme.scss */
.s1-icon-24-copy:before {
  font-family: 's1-icons-font';
  content: 'c';
}

/* line 2573, ../sass/theme.scss */
.s1-icon-24-text-bubble:before {
  font-family: 's1-icons-font';
  content: 'B';
}

/* line 2578, ../sass/theme.scss */
.s1-icon-24-graph-columns:before {
  font-family: 's1-icons-font';
  content: '|';
}

/* line 2583, ../sass/theme.scss */
.s1-icon-24-stroke-arrow-down:before {
  font-family: 's1-icons-font';
  content: '2';
}

/* line 2588, ../sass/theme.scss */
.s1-icon-24-column-check:before {
  font-family: 's1-icons-font';
  content: 'L';
}

/* line 2593, ../sass/theme.scss */
.s1-icon-24-arrow-up:before {
  font-family: 's1-icons-font';
  content: 'U';
}

/* line 2598, ../sass/theme.scss */
.s1-icon-24-arrow-down:before {
  font-family: 's1-icons-font';
  content: 'W';
}

/* line 2603, ../sass/theme.scss */
.s1-icon-24-man:before {
  font-family: 's1-icons-font';
  content: 'H';
}

/* line 2608, ../sass/theme.scss */
.s1-icon-24-lock:before {
  font-family: 's1-icons-font';
  content: 'h';
}

/* line 2613, ../sass/theme.scss */
.s1-icon-24-applications:before {
  font-family: 's1-icons-font';
  content: 'A';
}

/* line 2618, ../sass/theme.scss */
.s1-icon-24-triangle-left:before {
  font-family: 's1-icons-font';
  content: 'y';
}

/* line 2623, ../sass/theme.scss */
.s1-icon-24-triangle-right:before {
  font-family: 's1-icons-font';
  content: 'i';
}

/* line 2628, ../sass/theme.scss */
.s1-icon-24-triangle-up:before {
  font-family: 's1-icons-font';
  content: 'O';
}

/* line 2633, ../sass/theme.scss */
.s1-icon-24-triangle-down:before {
  font-family: 's1-icons-font';
  content: 'W';
}

/* line 2638, ../sass/theme.scss */
.s1-icon-24-inbox:before {
  font-family: 's1-icons-font';
  content: '3';
}

/* line 2643, ../sass/theme.scss */
.s1-icon-24-play:before {
  font-family: 's1-icons-font';
  content: 'F';
}

/* line 2648, ../sass/theme.scss */
.s1-icon-24-pause:before {
  font-family: 's1-icons-font';
  content: 'j';
}

/* line 2653, ../sass/theme.scss */
.s1-icon-24-upper-level:before {
  font-family: 's1-icons-font';
  content: 'J';
}

/* line 2658, ../sass/theme.scss */
.s1-icon-24-layers:before {
  font-family: 's1-icons-font';
  content: 'Z';
}

/* line 2663, ../sass/theme.scss */
.s1-icon-24-open-elsewhere:before {
  font-family: 's1-icons-font';
  content: 'k';
}

/* line 2668, ../sass/theme.scss */
.s1-icon-24-fit:before {
  font-family: 's1-icons-font';
  content: 'K';
}

/* line 2673, ../sass/theme.scss */
.s1-icon-24-download:before {
  font-family: 's1-icons-font';
  content: ';';
}

/* line 2678, ../sass/theme.scss */
.s1-icon-16-arrow-left:before {
  font-family: 's1-icons-font';
  content: '\e904';
}

/* line 2683, ../sass/theme.scss */
.s1-icon-16-arrow-right:before {
  font-family: 's1-icons-font';
  content: '\e905';
}

/* line 2688, ../sass/theme.scss */
.s1-icon-16-clear:before {
  font-family: 's1-icons-font';
  content: '\e902';
  background: url("../images/custom/icons-white-bg.svg") center no-repeat;
  background-size: 80%;
}

/* line 2695, ../sass/theme.scss */
.s1-icon-16-menu:before {
  font-family: 's1-icons-font';
  content: '\e907';
}

/* line 2700, ../sass/theme.scss */
.s1-icon-16-paper-clip:before {
  font-family: 's1-icons-font';
  content: '\e909';
}

/* line 2705, ../sass/theme.scss */
.s1-icon-16-pin:before {
  font-family: 's1-icons-font';
  content: '\e901';
}

/* line 2710, ../sass/theme.scss */
.s1-icon-16-check:before {
  font-family: 's1-icons-font';
  content: '\e90a';
}

/*needed for the action icons inside action cells, in order to be implemented with s1-icon span element and not with icon config*/
.x-action-col-cell {
    position: relative;
	cursor: pointer;
}

.s1-valign-middle + [src*='s.gif'] {
    position: absolute;
    width: 100%;
    top: 0;
}

.s1-form-panel-header {
	background-color: #e2ebfc;
	border-radius: 3px!important;
	border: none;
	box-shadow: none;
}

/*---Timeline---*/

.s1-timeline-container > * > * {
	margin: 20px;
	z-index: 1;
	position: relative;
}

.s1-timeline-container:before {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 39px;
	background: #c7d6f1;
}

.s1-timeline-container h3 {
	margin-left: 65px;
	font-size: 24px;
	font-weight: 600;
}

.s1-timeline-container .s1-circular-button {
	display: inline-table;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 6px;
}

.s1-timeline-container .s1-circular-button:before,
.s1-timeline-container .s1-circular-button > * {
	display: table-cell;
	vertical-align: middle;
}

.s1-timeline-container .s1-collapse {
	display: block;
	margin-left: 25px;
	text-decoration: none;
	color: #404040;
}

.s1-timeline-container .s1-collapse .s1-icon:before {
	content: '3';
	font-family: 's1-icons-font-v2';
}

.s1-timeline-container .s1-expand {
	display: block;
	margin-left: 25px;
	text-decoration: none;
	color: #404040;
}

.s1-timeline-container .s1-expand .s1-icon:before {
	content: '4';
	font-family: 's1-icons-font-v2';
}

.s1-timeline-container .s1-timeline-month {
	margin: 0;
}

.s1-timeline-container .s1-timeline-date {
	margin-left: 25px;
}

.s1-timeline-container .s1-timeline-day-group {
	margin: 40px 20px 20px 20px;
}

.s1-timeline-container .s1-timeline-row {
	display: table;
}

.s1-timeline-container .s1-timeline-cell {
	display: table-cell;
}

.s1-timeline-container .s1-timeline-event-icon {
	display: inline-table;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 12px;
}

.s1-timeline-container .s1-timeline-event-icon:before {
	display: table-cell;
	vertical-align: middle;
	font-family: 's1-icons-font-v2';
	color: #fff;
	font-size: 26px;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-orders {
	background-color: #e39629;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-orders:before {
	content: 'i';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-ticket {
	background-color: #4d71b1;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-ticket:before {
	content: '\e913';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-check {
	background-color: #6fc795;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-check:before {
	content: 'y';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-money-box {
	background-color: #bd3883;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-money-box:before {
	content: '\e90f';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-pierced-doc {
	background-color: #ad630c;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-pierced-doc:before {
	content: '\e90a';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-archive {
	background-color: #3dc4d0;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-archive:before {
	content: 'B';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-cashier {
	background-color: #e580e3;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-cashier:before {
	content: 'O';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-tasks {
	background-color: #f76829;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-tasks:before {
	content: 'h';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-calendar {
	background-color: #fec847;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-calendar:before {
	content: 'D';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-envelope {
	//background-color: #90d385;
	background-color: #85c51f;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-envelope:before {
	content: 'E';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-phone {
	background-color: #1a74ac;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-phone:before {
	content: 'H';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-man {
	background-color: #3ab3ff;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-man:before {
	content: 'M';
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-undefined {
	background-color: #7d92bd;
}

.s1-timeline-container .s1-timeline-event-icon.s1-icon-undefined:before {
	content: 'j';
}

.s1-timeline-container .s1-timeline-event-buble {
	//display: inline-table;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	font-size: 14px;
	padding: 15px;
	position: relative;
	top: -16px;
	margin-bottom: 7px;
	border-radius: 2px;
}

.s1-timeline-container .s1-timeline-event-buble:before {
	content: '';
	display: block;
	border: 8px solid transparent;
	border-right-color: rgba(255,255,255,01);
	position: absolute;
	top: 25px;
	left: -16px;
}

.s1-timeline-container .s1-timeline-event-buble .s1-events-meta {
	font-size: 18px;
}

.s1-background-standard{background-color:#222a38!important}
.s1-background-standard-secondary{background-color:#7b93c1!important}
.s1-background-standard-tertiary{background-color:#e2ebfc!important;color:#404040}
.s1-background-standard-quaternary{background-color:#c7d6f1!important}
.s1-background-colorize{background-color:#3ab3ff!important}
.s1-background-alert{background-color:#f6575d!important}
.s1-background-warning{background-color:#ff9600!important}
.s1-background-highlight{background-color:#85c51f!important}
.s1-background-white{background-color:#3b465a!important}
.s1-background-transparent{background-color:transparent!important}
.s1-background-main-gray{background-color:#222a38!important}
.s1-background-lightest-gray{background-color:#222a38!important}
.s1-background-gradient-black-fade-down{background:-moz-linear-gradient(top,black 0,rgba(0,0,0,0) 100%)!important;background:-webkit-linear-gradient(top,black 0,rgba(0,0,0,0) 100%)!important;background:linear-gradient(to bottom,#000 0,rgba(0,0,0,0) 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=0)!important}
.s1-color-white{color:#fff!important}


/*map pin buble*/
.s1-pinbubble-tootlbar {
	margin-top: 10px;
}

.s1-pinbubble-tootlbar > *:not(:last-child) {
	margin-right: 5px;
}

.s1-pinbubble-tootlbar button {
	cursor: pointer;
	background-color: #3b465a;
	color: #fff;
	border: none;
	border: none;
	padding: 4px 6px;
	border-radius: 3px;
}

.s1-pinbubble-paging {
	display: flex;
	margin-top: 10px;
}

.s1-pinbubble-page {
	flex-grow: 1;
	text-align: center;
}

.s1-pinbubble-btn-previous,
.s1-pinbubble-btn-next {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: none;
}

.s1-pinbubble-btn-previous {
	background: #3b465a url("../images/custom/icons-16x16/icon-stroke-arrow-left-16-white.svg") center no-repeat;
}

.s1-pinbubble-btn-next {
	background: #3b465a url("../images/custom/icons-16x16/icon-stroke-arrow-right-16-white.svg") center no-repeat;
	float: right;
}

.s1-pinbubble-table {
	margin-bottom:10px;
}

.s1-pinbubble-table td {
	padding: 0.2em 0;
}

.s1-pinbubble-table td:first-child {
	font-weight: bold;
	padding-right: 0.3em;
}

/*app icons*/
.s1-app-messenger {
	background-image: url('../images/custom/app-icons/messenger.svg');
	background-size: contain;
	width: 32px!important;
	height: 32px!important;
}

/* showroom styles */
.s1-floating-checkbox {
  display: inline-flex;
  background-color: rgba(255,255,255,0.3);
  padding: 5px 10px;
  border-radius: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.s1-floating-checkbox .x-field {
  margin-bottom: unset;
}

.s1-floating-checkbox label {
  color: #fff;
}

.s1-showroom-item-data {
  padding: 10px 20px;
  font-size: 14px;
}

.s1-showroom-item-data-title {
  font-size: 22px;
  line-height: 1.1em;
  margin-bottom: 0.3em;
}

.s1-showroom-data-item {
  display: inline-block;
  margin-right: 1.5em;
}

.s1-showroom-data-item > span {
  font-weight: 400;
  color: #727c90;
}
.s1-floating-action-button {
  border-radius: 50%;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  position: fixed!important;
  bottom: 30px!important;
  right: 30px!important;
  cursor: pointer;
  /* background-color: #85c51f !important; */
  background-color: #D3D3D3 !important;
  top: unset!important;
  left: unset!important;
  width:58px!important;
  height:58px!important;
  border-color: #85c51f;
  border: none;
  transition: background-color 1s cubic-bezier(0.18, -0.14, 0.33, 0.88);
}

.s1-floating-action-button .x-btn-icon {
	width: 30px;
}

.s1-floating-action-button .x-btn-icon:before {
	color: #fff;
	font-size: 30px;
	line-height: 54px;
}
 
.s1-showroom-input {
  background-color: #E8EBF0;
  padding: 5px;
  border-radius: 5px;
}

/* Calendar styles */


.s1-calendar .x-toolbar { 
  background-color: #3b465a;
}
.s1-calendar .x-toolbar .x-toolbar-text { 
  color: white;
}

.s1-calendar .x-column-header-inner .x-column-header-text {
  white-space: normal;
  padding: 0px !important;
  word-spacing: 9999px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.s1-calendar .x-column-header-inner {
  line-height: normal;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  text-align: center;
}

.s1-calendar .x-grid-cell-inner {
  padding: 0px;
  height: 30px;
}

.s1-calendar-groupheader {
  position: absolute;
  line-height: 30px;
  height: 30px;
  width: 99px;
  background-color: rgb(228, 228, 228);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Gallery styles */

.s1-gallery-default-background {
  background-color: #f6f6f6;
}

.s1-gallery-toolbar {
  background-color: white;
  padding-right:10px;
}

.s1-gallery-item {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  width: 200px;
  border-bottom: 2px solid #3ab3ff;
  font-size: large;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}

.s1-gallery-item > span {
  text-overflow: ellipsis;
}

/* Cart button background-color transition */
.s1-backgroundcolor-transition {
  background-color: #85c51f !important;
  transition: background-color 0.6s cubic-bezier(0.18, -0.14, 0.33, 0.88);
  cursor: pointer;
}

.s1-trash-grid {
  margin: 8px 0px !important;
}

/* When hovering the menu the resizable handle of the grid gadgets appeared on top of the menu */
.x-resizable-handle {
  z-index: 1;
}

.s1-relativejobs-menu-disabled td {
  background-color: #fff !important;
  opacity: 0.5;
}

.s1-relativejobs-menu-disabled .x-mask {
  background: none !important;
}

/* Search bar on somemorymulti */
.xplorer-field-picker-multi {
  padding-top: 30px;
}

.xplorer-field-picker-multi .x-boundlist-list-ct {
  padding-bottom: 30px;
}

.memorymulti-search {
  position: absolute;
  top: 0;
  z-index: 2;
}