:root {
  --spacer-yellow-square: 32px;
  --spacer-yellow-square-double: 64px;
  --spacer-blue-square: 18px;
  --spacer-blue-square-double: 36px;
  --spacer-pink-square: 12px;
  --spacer-pink-square-double: 24px;
  --spacer-green-square: 8px;

  --color-primary-blue: #1B355E;
  --color-secondary-blue: #195DA3;
}

/*materialicons anfang*/
.mi {
  background-repeat: no-repeat;
  margin: 5px 0px 0px 0px;
  height: 25px;
  width: 25px;
}

/* bitte Reihenfolge im Ordner icons/materialicons einhalten */
.mi-arrow-downward-black {
  background-image: url(icons/materialicons/arrow_downward_black_24dp.svg);
}

.mi-arrow-upward-black {
  background-image: url(icons/materialicons/arrow_upward_black_24dp.svg);
}

.mi-delete-black {
  background-image: url(icons/materialicons/delete_black_24dp.svg);
}

.mi-edit-black {
  background-image: url(icons/materialicons/edit_black_24dp.svg);
}

.mi-info-black {
  background-image: url(icons/materialicons/info_black_24dp.svg);
}

.mi-lock-black {
  background-image: url(icons/materialicons/lock_black_24dp.svg);
}

.mi-read-more-black {
  background-image: url(icons/materialicons/read_more_black_24dp.svg);
}

.mi-settings-black {
  background-image: url(icons/materialicons/settings_black_24dp.svg);
}

.mi-toggle-off-black {
  background-image: url(icons/materialicons/toggle_off_black_24dp.svg);
}

.mi-toggle-on-black {
  background-image: url(icons/materialicons/toggle_on_black_24dp.svg);
}
/*materialicons ende*/

@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* line 77, ../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, ../themes/stylesheets/ext4/default/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 87, ../themes/stylesheets/ext4/default/core/_reset.scss */
fieldset, img {
  border: 0; }

/* line 92, ../themes/stylesheets/ext4/default/core/_reset.scss */
address, caption, cite, code,
dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* line 97, ../themes/stylesheets/ext4/default/core/_reset.scss */
li {
  list-style: none; }

/* line 101, ../themes/stylesheets/ext4/default/core/_reset.scss */
caption, th {
  text-align: left; }

/* line 105, ../themes/stylesheets/ext4/default/core/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100% }

/* line 110, ../themes/stylesheets/ext4/default/core/_reset.scss */
q:before,
q:after {
  content: ""; }

/* line 114, ../themes/stylesheets/ext4/default/core/_reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal; }

/* line 119, ../themes/stylesheets/ext4/default/core/_reset.scss */
sup {
  vertical-align: text-top; }

/* line 123, ../themes/stylesheets/ext4/default/core/_reset.scss */
sub {
  vertical-align: text-bottom; }

/* line 127, ../themes/stylesheets/ext4/default/core/_reset.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/* line 133, ../themes/stylesheets/ext4/default/core/_reset.scss */
*:focus {
  outline: none; }

/* line 138, ../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, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-body {
  color: black;
  font-size: 1em;
  font-family: arial, verdana, sans-serif; }

/* line 7, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-rtl {
  direction: rtl; }

/* line 11, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-ltr {
  direction: ltr; }

/* line 15, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-clear {
  overflow: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  display: table; }

/* line 23, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-strict .x-ie7 .x-clear {
  height: 0;
  width: 0; }

/* line 31, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-layer {
  position: absolute !important;
  overflow: hidden;
  zoom: 1; }

/* line 37, ../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, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-display {
  display: none !important; }

/* line 49, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-visibility {
  visibility: hidden !important; }

/* line 56, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-item-disabled .x-form-item-label-top,
.x-item-disabled .x-form-item-label,
.x-item-disabled .x-form-display-field,
.x-item-disabled .x-form-field,
.x-item-disabled .x-form-cb-label
{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /*opacity: 0.55;*/
  /*wir setzen hier nicht opacity, sondern alpha, damit transparenz nicht multiplikativ angewandt wird,*/
  /*wenn ein parent und sein child selbst disabled sind*/
  /* funktioniert nur fuer schwarze labels korrekt, bei andersfarbigen muesste man manuell fixen*/
  opacity: 1;
  color: rgba(0, 0, 0, 0.70);
  cursor: not-allowed;
}

.x-form-readonly .x-form-item-label-top,
.x-form-readonly .x-form-item-label,
.x-form-readonly .x-form-field,
.x-form-readonly .x-form-cb-label
{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /*opacity: 0.55;*/
  /*wir setzen hier nicht opacity, sondern alpha, damit transparenz nicht multiplikativ angewandt wird,*/
  /*wenn ein parent und sein child selbst disabled sind*/
  /* funktioniert nur fuer schwarze labels korrekt, bei andersfarbigen muesste man manuell fixen*/
  opacity: 1;
  color: rgba(0, 0, 0, 1);
}

.x-item-disabled .x-form-trigger {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
}

/* line 60, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-ie6 .x-item-disabled {
  filter: none; }

/* line 65, ../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 75, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-nosize {
  height: 0!important;
  width: 0!important; }

/* line 80, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-masked-relative {
  position: relative; }

/* line 86, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-ie6 .x-masked select,
.x-ie6.x-body-masked select {
  visibility: hidden !important; }

/* line 92, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-css-shadow {
  position: absolute;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px; }

/* line 98, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-ie-shadow {
  background-color: #777;
  display: none;
  position: absolute;
  overflow: hidden;
  zoom: 1; }

/* line 107, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl {
  background: transparent no-repeat 0 0;
  zoom: 1; }

/* line 112, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tc {
  height: 8px;
  background: transparent repeat-x 0 0;
  overflow: hidden; }

/* line 118, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr {
  background: transparent no-repeat right -8px; }

/* line 122, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-ml {
  background: transparent repeat-y 0;
  padding-left: 4px;
  overflow: hidden;
  zoom: 1; }

/* line 129, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc {
  background: repeat-x 0 -16px;
  padding: 4px 10px; }

/* line 134, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc h3 {
  margin: 0 0 4px 0;
  zoom: 1; }

/* line 139, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mr {
  background: transparent repeat-y right;
  padding-right: 4px;
  overflow: hidden; }

/* line 145, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bl {
  background: transparent no-repeat 0 -16px;
  zoom: 1; }

/* line 150, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bc {
  background: transparent repeat-x 0 -8px;
  height: 8px;
  overflow: hidden; }

/* line 156, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-br {
  background: transparent no-repeat right -24px; }

/* line 160, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl, .x-box-bl {
  padding-left: 8px;
  overflow: hidden; }

/* line 165, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr, .x-box-br {
  padding-right: 8px;
  overflow: hidden; }

/* line 170, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl {
  background-image: url('images/ext4default/box/corners.gif'); }

/* line 174, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tc {
  background-image: url('images/ext4default/box/tb.gif'); }

/* line 178, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr {
  background-image: url('images/ext4default/box/corners.gif'); }

/* line 182, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-ml {
  background-image: url('images/ext4default/box/l.gif'); }

/* line 186, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc {
  background-color: #eee;
  background-image: url('images/ext4default/box/tb.gif');
  font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
  color: #393939;
  font-size: 15px; }

/* line 194, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc h3 {
  font-size: 18px;
  font-weight: bold; }

/* line 199, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mr {
  background-image: url('images/ext4default/box/r.gif'); }

/* line 203, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bl {
  background-image: url('images/ext4default/box/corners.gif'); }

/* line 207, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bc {
  background-image: url('images/ext4default/box/tb.gif'); }

/* line 211, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-br {
  background-image: url('images/ext4default/box/corners.gif'); }

/* line 215, ../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/ext4default/box/corners-blue.gif'); }

/* line 219, ../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/ext4default/box/tb-blue.gif'); }

/* line 223, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mc {
  background-color: #c3daf9; }

/* line 227, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mc h3 {
  color: #17385b; }

/* line 231, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-ml {
  background-image: url('images/ext4default/box/l-blue.gif'); }

/* line 235, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mr {
  background-image: url('images/ext4default/box/r-blue.gif'); }

/* line 239, ../themes/stylesheets/ext4/default/core/_core.scss */
.x-container {
  zoom: 1; }
  /* line 244, ../themes/stylesheets/ext4/default/core/_core.scss */
  .x-container:before {
    content: "";
    clear: both;
    display: table; }

/* line 254, ../themes/stylesheets/ext4/default/core/_core.scss */
table.x-container:before,
tbody.x-container:before,
tr.x-container:before {
  display: none; }

/* line 1, ../themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-element {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px; }

/* line 9, ../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, ../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, ../themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-top,
.x-focus-frame-bottom {
  border-top: solid 2px #15428b;
  height: 2px; }

/* line 34, ../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, ../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: #cccccc; }

/* line 19, ../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: #ccc4c4;
  background: #f2f2f2; }
  /* line 38, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
  .x-mask-msg div {
    /*padding: 5px 10px 5px 25px;*/
    /*background-image: url('images/ext4default/grid/loading.gif');*/
    /*background-repeat: no-repeat;*/
    /*background-position: 5px center;*/
    /*cursor: wait;*/
    /*border: 1px solid #c5c5c5;*/
    /*background-color: #eeeeee;*/
    /*color: #222222;*/
    /*font: normal 11px arial, verdana, sans-serif; */
  }

  .x-mask-msg-inner {
    padding: 10px 20px 10px 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
    cursor: wait;
    border: 1px solid #c5c5c5;
    background-color: #eeeeee;
    color: #222222;
    font: normal 12px arial, verdana, 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, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-proxy {
  z-index: 1000000!important; }

/* line 8, ../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, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drag-repair .x-dd-drop-icon {
  display: none; }

/* line 17, ../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 11px arial, verdana, sans-serif;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #bbbbbb #dddddd;
  background-color: #fff; }

/* line 34, ../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, ../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, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url('images/ext4default/dd/drop-no.gif'); }

/* line 70, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-ok .x-dd-drop-icon {
  background-image: url('images/ext4default/dd/drop-yes.gif'); }

/* line 74, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-dd-drop-ok-add .x-dd-drop-icon {
  background-image: url('images/ext4default/dd/drop-add.gif'); }

/* line 2, ../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: #fff; }

/* line 14, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-collapsed .x-resizable-handle {
  display: none; }

/* line 18, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-east {
  width: 6px;
  height: 100%;
  right: 0;
  top: 0; }

/* line 27, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-east {
  cursor: e-resize; }

/* line 32, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-south {
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0; }

/* line 41, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-south {
  cursor: s-resize; }

/* line 46, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-west {
  width: 6px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 55, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-west {
  cursor: w-resize; }

/* line 60, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-north {
  width: 100%;
  height: 6px;
  left: 0;
  top: 0; }

/* line 69, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-north {
  cursor: n-resize; }

/* line 74, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-southeast {
  width: 6px;
  height: 6px;
  right: 0;
  bottom: 0;
  z-index: 101; }

/* line 85, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southeast {
  cursor: se-resize; }

/* line 90, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-northwest {
  width: 6px;
  height: 6px;
  left: 0;
  top: 0;
  z-index: 101; }

/* line 101, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northwest {
  cursor: nw-resize; }

/* line 106, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-northeast {
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  z-index: 101; }

/* line 117, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-northeast {
  cursor: ne-resize; }

/* line 122, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-handle-southwest {
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 0;
  z-index: 101; }

/* line 133, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-southwest {
  cursor: sw-resize; }

/*IE rounding error*/
/* line 140, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-ie .x-resizable-handle-east {
  margin-right: -1px;
  /*IE rounding error*/ }
/* line 144, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-ie .x-resizable-handle-south {
  margin-bottom: -1px; }

/* line 149, ../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, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-window .x-window-handle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* line 157, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-window-collapsed .x-window-handle {
  display: none; }

/* line 161, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-proxy {
  border: 1px dashed #3b5a82;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 50000; }

/* line 170, ../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 190, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west,
.x-resizable-pinned .x-resizable-handle-east,
.x-resizable-pinned .x-resizable-handle-west {
  background-position: left;
  background-image: url('images/ext4default/sizer/e-handle.gif'); }
/* line 196, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x-resizable-over .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north,
.x-resizable-pinned .x-resizable-handle-south,
.x-resizable-pinned .x-resizable-handle-north {
  background-position: top;
  background-image: url('images/ext4default/sizer/s-handle.gif'); }
/* line 201, ../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/ext4default/sizer/se-handle.gif'); }
/* line 206, ../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/ext4default/sizer/nw-handle.gif'); }
/* line 211, ../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/ext4default/sizer/ne-handle.gif'); }
/* line 216, ../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/ext4default/sizer/sw-handle.gif'); }

/* line 3, ../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, ../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, ../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, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-left {
  background: no-repeat top right;
  background-image: url('images/ext4default/util/splitter/mini-left.gif'); }

/* line 38, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-right {
  background: no-repeat top left;
  background-image: url('images/ext4default/util/splitter/mini-right.gif'); }

/* line 43, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-top {
  background: no-repeat top left;
  background-image: url('images/ext4default/util/splitter/mini-top.gif'); }

/* line 48, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('images/ext4default/util/splitter/mini-bottom.gif'); }

/* line 54, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-left {
  background: no-repeat top left;
  background-image: url('images/ext4default/util/splitter/mini-right.gif'); }
/* line 59, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-right {
  background: no-repeat top right;
  background-image: url('images/ext4default/util/splitter/mini-left.gif'); }
/* line 64, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-top {
  background: no-repeat top left;
  background-image: url('images/ext4default/util/splitter/mini-bottom.gif'); }
/* line 69, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed .x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('images/ext4default/util/splitter/mini-top.gif'); }

/* line 75, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-horizontal {
  cursor: e-resize;
  cursor: row-resize;
  font-size: 1px; }

/* line 81, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-vertical {
  cursor: e-resize;
  cursor: col-resize;
  font-size: 1px; }

/* line 86, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-collapsed, .x-splitter-horizontal-noresize, .x-splitter-vertical-noresize {
  cursor: default; }

/* line 90, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-active {
  z-index: 4;
  font-size: 1px;
  background-color: #b4b4b4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

/* line 97, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x-splitter-active .x-collapse-el {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

/* line 102, ../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, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked {
  position: absolute !important;
  z-index: 1; }

/* line 11, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-top {
  border-bottom-width: 0 !important; }

/* line 15, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-bottom {
  border-top-width: 0 !important; }

/* line 19, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-left {
  border-right-width: 0 !important; }

/* line 23, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-right {
  border-left-width: 0 !important; }

/* line 27, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-top {
  border-top-width: 0 !important; }

/* line 31, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-right {
  border-right-width: 0 !important; }

/* line 35, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-bottom {
  border-bottom-width: 0 !important; }

/* line 39, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-docked-noborder-left {
  border-left-width: 0 !important; }

/* line 43, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-inner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0; }

/* line 53, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-item {
  position: absolute !important;
  left: 0;
  top: 0; }

/* line 59, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-rtl .x-box-item {
  right: 0;
  left: auto; }

/* line 65, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-layout-ct,
.x-border-layout-ct {
  overflow: hidden;
  zoom: 1; }

/* line 70, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-border-layout-ct {
  background-color: #f2f2f2;
  position: relative; }

/* line 75, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-overflow-hidden {
  overflow: hidden !important; }

/* line 79, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-inline-children > * {
  display: inline-block !important; }

/* line 83, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-abs-layout-ct {
  position: relative; }

/* line 87, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-abs-layout-item {
  position: absolute !important; }

/* line 91, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-fit-item {
  position: relative; }

/* line 95, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-border-region-slide-in {
  z-index: 5; }

/* line 99, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-region-collapsed-placeholder {
  z-index: 4; }

/* line 103, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd .x-panel-header-text {
  color: black;
  font-weight: normal; }

/* line 108, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd {
  background: #f2eeee !important;
  -webkit-box-shadow: inset 0 0 0 0 #f2eeee;
  -moz-box-shadow: inset 0 0 0 0 #f2eeee;
  box-shadow: inset 0 0 0 0 #f2eeee; }
  /* line 112, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-accordion-hd .x-tool-collapse-top,
  .x-accordion-hd .x-tool-collapse-right,
  .x-accordion-hd .x-tool-collapse-bottom,
  .x-accordion-hd .x-tool-collapse-left {
    background-position: 0 -255px; }
  /* line 119, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-accordion-hd .x-tool-expand-top,
  .x-accordion-hd .x-tool-expand-right,
  .x-accordion-hd .x-tool-expand-bottom,
  .x-accordion-hd .x-tool-expand-left {
    background-position: 0 -240px; }
  /* line 127, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-accordion-hd .x-tool-over .x-tool-collapse-top,
  .x-accordion-hd .x-tool-over .x-tool-collapse-right,
  .x-accordion-hd .x-tool-over .x-tool-collapse-bottom,
  .x-accordion-hd .x-tool-over .x-tool-collapse-left {
    background-position: -15px -255px; }
  /* line 136, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-accordion-hd .x-tool-over .x-tool-expand-top,
  .x-accordion-hd .x-tool-over .x-tool-expand-right,
  .x-accordion-hd .x-tool-over .x-tool-expand-bottom,
  .x-accordion-hd .x-tool-over .x-tool-expand-left {
    background-position: -15px -240px; }

/* line 145, ../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: #fefefe !important; }

/* line 151, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-body {
  border-width: 0 !important; }

/* line 155, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd-sibling-expanded {
  border-top-color: #ccc4c4 !important;
  -webkit-box-shadow: inset 0 1px 0 0 #fefefe;
  -moz-box-shadow: inset 0 1px 0 0 #fefefe;
  box-shadow: inset 0 1px 0 0 #fefefe; }

/* line 160, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-accordion-hd-last-collapsed {
  border-bottom-color: #f2eeee !important; }

/* line 169, ../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 175, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-frame-tc,
.x-frame-bc {
  background-repeat: repeat-x; }

/* line 179, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-frame-mc {
  position: relative;
  background-repeat: repeat-x;
  overflow: hidden; }

/* line 188, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-left {
  float: left;
  height: 100%;
  z-index: 5; }
  /* line 195, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-left .x-toolbar-scroll-left,
  .x-box-scroller-left .x-tabbar-scroll-left {
    width: 18px;
    position: relative;
    cursor: pointer;
    height: 20px;
    background: transparent no-repeat -18px 0;
    background-image: url('images/ext4default/tab-bar/scroll-left.gif'); }
  /* line 203, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-left .x-toolbar-scroll-left-hover {
    background-position: 0 0; }
  /* line 207, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-left .x-toolbar-scroll-left-disabled,
  .x-box-scroller-left .x-tabbar-scroll-left-disabled {
    background-position: -18px 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default; }
  /* line 214, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-left .x-toolbar-scroll-left {
    background-image: url('images/ext4default/toolbar/scroll-left.gif');
    background-position: -14px 0; }
  /* line 218, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-left .x-toolbar-scroll-left-hover {
    background-position: 0 0; }
  /* line 221, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-left .x-toolbar-scroll-left-disabled {
    background-position: -14px 0; }
  /* line 225, ../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 233, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-horizontal-box-overflow-body {
  float: left; }

/* line 236, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-right {
  float: right;
  height: 100%;
  z-index: 5; }
  /* line 243, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-right .x-toolbar-scroll-right,
  .x-box-scroller-right .x-tabbar-scroll-right {
    width: 18px;
    position: relative;
    cursor: pointer;
    height: 20px;
    background: transparent no-repeat 0 0;
    background-image: url('images/ext4default/tab-bar/scroll-right.gif'); }
  /* line 251, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-right .x-toolbar-scroll-right-hover {
    background-position: -18px 0; }
  /* line 255, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-right .x-toolbar-scroll-right-disabled,
  .x-box-scroller-right .x-tabbar-scroll-right-disabled {
    background-position: 0 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default; }
  /* line 262, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-right .x-toolbar-scroll-right {
    background-image: url('images/ext4default/toolbar/scroll-right.gif'); }
  /* line 265, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-right .x-toolbar-scroll-right-hover {
    background-position: -14px 0; }
  /* line 268, ../themes/stylesheets/ext4/default/layout/_layout.scss */
  .x-box-scroller-right .x-toolbar-scroll-right-disabled {
    background-position: 0 0; }
  /* line 272, ../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 282, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-top .x-box-scroller {
  line-height: 0;
  font-size: 0; }
/* line 286, ../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/ext4default/layout/mini-top.gif');
  height: 8px;
  cursor: pointer; }

/* line 294, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-scroller-bottom .x-box-scroller {
  line-height: 0;
  font-size: 0; }
/* line 298, ../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/ext4default/layout/mini-bottom.gif');
  height: 8px;
  cursor: pointer; }

/* line 306, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-box-menu-right {
  float: right;
  padding-right: 2px; }

/* line 311, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-column {
  float: left; }

/* line 315, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x-ie6 .x-column {
  display: inline;
  /*prevent IE6 double-margin bug*/ }

/* line 319, ../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, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool {
  height: 15px; }
  /* line 5, ../themes/stylesheets/ext4/default/util/_tool.scss */
  .x-tool img {
    overflow: hidden;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('images/ext4default/tools/tool-sprites.gif');
    margin: 0; }

/* line 23, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-header-horizontal .x-tool,
.x-window-header-horizontal .x-tool {
  margin-left: 2px; }

/* line 30, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-header-vertical .x-tool,
.x-window-header-vertical .x-tool {
  margin-top: 2px; }

/* line 39, ../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 45, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-placeholder {
  visibility: hidden; }

/* line 49, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-toggle {
  background-position: 0 -60px; }

/* line 54, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-toggle {
  background-position: -15px -60px; }

/* line 61, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-collapsed .x-tool-toggle,
.x-fieldset-collapsed .x-tool-toggle {
  background-position: 0 -75px; }
/* line 66, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-panel-collapsed .x-tool-over .x-tool-toggle,
.x-fieldset-collapsed .x-tool-over .x-tool-toggle {
  background-position: -15px -75px; }

/* line 72, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-close {
  background-position: 0 0; }

/* line 76, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-minimize {
  background-position: 0 -15px; }

/* line 80, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-maximize {
  background-position: 0 -30px; }

/* line 84, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-restore {
  background-position: 0 -45px; }

/* line 88, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-gear {
  background-position: 0 -90px; }

/* line 92, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-prev {
  background-position: 0 -105px; }

/* line 96, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-next {
  background-position: 0 -120px; }

/* line 100, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-pin {
  background-position: 0 -135px; }

/* line 104, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-unpin {
  background-position: 0 -150px; }

/* line 108, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-right {
  background-position: 0 -165px; }

/* line 112, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-left {
  background-position: 0 -180px; }

/* line 116, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-help {
  background-position: 0 -300px; }

/* line 120, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-save {
  background-position: 0 -285px; }

/* line 124, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-search {
  background-position: 0 -270px; }

/* line 128, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-minus {
  background-position: 0 -255px; }

/* line 132, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-plus {
  background-position: 0 -240px; }

/* line 136, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-refresh {
  background-position: 0 -225px; }

/* line 140, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-up {
  background-position: 0 -210px; }

/* line 144, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-down {
  background-position: 0 -195px; }

/* line 148, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-collapse {
  background-position: 0 -345px; }

/* line 152, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand {
  background-position: 0 -330px; }

/* line 156, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-print {
  background-position: 0 -315px; }

/* line 161, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-bottom,
.x-tool-collapse-bottom {
  background-position: 0 -195px; }

/* line 166, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-top,
.x-tool-collapse-top {
  background-position: 0 -210px; }

/* line 171, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-left,
.x-tool-collapse-left {
  background-position: 0 -180px; }

/* line 176, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-expand-right,
.x-tool-collapse-right {
  background-position: 0 -165px; }

/* line 181, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-close {
  background-position: -15px 0; }
/* line 185, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-minimize {
  background-position: -15px -15px; }
/* line 189, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-maximize {
  background-position: -15px -30px; }
/* line 193, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-restore {
  background-position: -15px -45px; }
/* line 197, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-gear {
  background-position: -15px -90px; }
/* line 201, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-prev {
  background-position: -15px -105px; }
/* line 205, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-next {
  background-position: -15px -120px; }
/* line 209, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-pin {
  background-position: -15px -135px; }
/* line 213, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-unpin {
  background-position: -15px -150px; }
/* line 217, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-right {
  background-position: -15px -165px; }
/* line 221, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-left {
  background-position: -15px -180px; }
/* line 225, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-down {
  background-position: -15px -195px; }
/* line 229, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-up {
  background-position: -15px -210px; }
/* line 233, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-refresh {
  background-position: -15px -225px; }
/* line 237, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-plus {
  background-position: -15px -240px; }
/* line 241, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-minus {
  background-position: -15px -255px; }
/* line 245, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-search {
  background-position: -15px -270px; }
/* line 249, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-save {
  background-position: -15px -285px; }
/* line 253, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-help {
  background-position: -15px -300px; }
/* line 257, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-print {
  background-position: -15px -315px; }
/* line 261, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand {
  background-position: -15px -330px; }
/* line 265, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-collapse {
  background-position: -15px -345px; }
/* line 270, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-bottom,
.x-tool-over .x-tool-collapse-bottom {
  background-position: -15px -195px; }
/* line 275, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-top,
.x-tool-over .x-tool-collapse-top {
  background-position: -15px -210px; }
/* line 280, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-left,
.x-tool-over .x-tool-collapse-left {
  background-position: -15px -180px; }
/* line 285, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x-tool-over .x-tool-expand-right,
.x-tool-over .x-tool-collapse-right {
  background-position: -15px -165px; }

/* line 2, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-horizontal-scroller-present .x-grid-body {
  border-bottom-width: 0px; }

/* line 6, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-vertical-scroller-present .x-grid-body {
  border-right-width: 0px; }

/* line 10, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller {
  overflow: hidden; }

/* line 14, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-vertical {
  border: 1px solid #ccc4c4;
  border-top-color: #c5c5c5; }

/* line 19, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-horizontal {
  border: 1px solid #ccc4c4; }

/* line 23, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-vertical-scroller-present .x-scroller-horizontal {
  border-right-width: 0px; }

/* line 27, ../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, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-vertical .x-scroller-ct {
  overflow-y: scroll; }

/* line 52, ../themes/stylesheets/ext4/default/util/_scroller.scss */
.x-scroller-horizontal .x-scroller-ct {
  overflow-x: scroll; }

/* line 8, ../themes/stylesheets/ext4/default/widgets/_html.scss */
.x-html {
  /* Begin bidirectionality settings (do not change) */ }
  /* line 34, ../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, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html li {
    display: list-item;
    list-style: disc; }
  /* line 36, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html head {
    display: none; }
  /* line 37, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html table {
    display: table; }
  /* line 38, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html tr {
    display: table-row; }
  /* line 39, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html thead {
    display: table-header-group; }
  /* line 40, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html tbody {
    display: table-row-group; }
  /* line 41, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html tfoot {
    display: table-footer-group; }
  /* line 42, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html col {
    display: table-column; }
  /* line 43, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html colgroup {
    display: table-column-group; }
  /* line 45, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html td,
  .x-html th {
    display: table-cell; }
  /* line 46, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html caption {
    display: table-caption; }
  /* line 47, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html th {
    font-weight: bolder;
    text-align: center; }
  /* line 48, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html caption {
    text-align: center; }
  /* line 49, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html body {
    margin: 8px; }
  /* line 50, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  /* line 51, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html h2 {
    font-size: 1.5em;
    margin: 0.75em 0; }
  /* line 52, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html h3 {
    font-size: 1.17em;
    margin: 0.83em 0; }
  /* line 62, ../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, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  /* line 64, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  /* line 72, ../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, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  /* line 78, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html pre {
    white-space: pre; }
  /* line 88, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html button,
  .x-html textarea,
  .x-html input,
  .x-html select {
    display: inline-block; }
  /* line 89, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html big {
    font-size: 1.17em; }
  /* line 92, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html small,
  .x-html sub,
  .x-html sup {
    font-size: .83em; }
  /* line 93, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html sub {
    vertical-align: sub; }
  /* line 94, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html sup {
    vertical-align: super; }
  /* line 95, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html table {
    border-spacing: 2px; }
  /* line 98, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html thead,
  .x-html tbody,
  .x-html tfoot {
    vertical-align: middle; }
  /* line 100, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html td,
  .x-html th {
    vertical-align: inherit; }
  /* line 103, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html s,
  .x-html strike,
  .x-html del {
    text-decoration: line-through; }
  /* line 104, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html hr {
    border: 1px inset; }
  /* line 109, ../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, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html ul, .x-html menu, .x-html dir {
    list-style-type: disc; }
  /* line 111, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html ol {
    list-style-type: decimal; }
  /* line 115, ../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, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html u,
  .x-html ins {
    text-decoration: underline; }
  /* line 118, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html br:before {
    content: "\A"; }
  /* line 119, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html :before, .x-html :after {
    white-space: pre-line; }
  /* line 120, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html center {
    text-align: center; }
  /* line 121, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html :link, .x-html :visited {
    text-decoration: underline; }
  /* line 122, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html :focus {
    outline: invert dotted thin; }
  /* line 125, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  /* line 126, ../themes/stylesheets/ext4/default/widgets/_html.scss */
  .x-html BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist {
  border-width: 1px;
  border-style: solid;
  border-color: #dac1c1;
  background: white; }
  /* line 12, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
  .x-boundlist .x-toolbar {
    border-width: 1px 0 0 0; }

/* line 22, ../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, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-item {
  padding: 2px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: pointer;
  cursor: hand;
  position: relative;
  /*allow hover in IE on empty items*/
  border-width: 1px;
  border-style: dotted;
  border-color: white; }

/* line 43, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-selected {
  background: #e5e5e5;
  border-color: #c4bebd; }

/* line 48, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-item-over {
  background: #f2f2f2;
  border-color: #d0cbcb; }

/* line 53, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-floating {
  border-top-width: 0; }

/* line 57, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-boundlist-above {
  border-top-width: 1px;
  border-bottom-width: 1px; }

/* line 6, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn * {
    cursor: pointer;
    cursor: hand; }
  /* line 26, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn em {
    background-repeat: no-repeat; }
    /* line 30, ../themes/stylesheets/ext4/default/widgets/_button.scss */
    .x-btn em a {
      text-decoration: none;
      display: block;
      color: inherit;
      width: 100%;
      zoom: 1; }
  /* line 45, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
    .x-btn button::-moz-focus-inner {
      border: 0;
      padding: 0; }
  /* line 65, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn .x-btn-inner {
    display: block;
    margin: 4px;
    white-space: nowrap;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden; }
  /* line 74, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn .x-btn-left .x-btn-inner {
    text-align: left; }
  /* line 78, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn .x-btn-center .x-btn-inner {
    text-align: center; }
  /* line 82, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn .x-btn-right .x-btn-inner {
    text-align: right; }

/* line 87, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-disabled span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  /*opacity: 0.5;*/
}
  /* line 91, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-disabled span, .x-ie7 .x-btn-disabled span {
    filter: none; }

/* line 98, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie7 .x-btn-disabled,
.x-ie8 .x-btn-disabled {
  filter: none; }

/* line 105, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie9 .x-btn button {
  overflow: visible!important; }

/* line 117, ../themes/stylesheets/ext4/default/widgets/_button.scss */
* html .x-ie .x-btn button {
  width: 1px; }

/* line 122, ../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, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-noicon .x-frame-mc {
  text-align: center; }

/* line 153, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-left .x-btn-icon {
  background-position: left center; }

/* line 157, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-right .x-btn-icon {
  background-position: right center; }

/* line 161, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-top .x-btn-icon {
  background-position: center top; }

/* line 165, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-icon-text-bottom .x-btn-icon {
  background-position: center bottom; }

/* line 170, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn button, .x-btn a {
  position: relative; }
  /* line 173, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-right {
  background: transparent no-repeat right center;
  padding-right: 12px; }
  /* line 184, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn-arrow-right .x-btn-inner {
    padding-right: 0 !important; }

/* line 189, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-arrow-right {
  padding-right: 22px;
}

/* line 193, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow-bottom {
  background: transparent no-repeat center bottom;
  padding-bottom: 12px; }

/* line 198, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-arrow {
    background-image: url('images/extnpoa/button/arrow.svg');
    display: block;
}

/* line 206, ../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/ext4default/button/s-arrow.gif');
  padding-right: 14px !important; }

/* line 213, ../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/ext4default/button/s-arrow-b.gif');
  padding-bottom: 14px; }

/* line 219, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-split-right {
  background-image: url('images/ext4default/button/s-arrow-noline.gif');
  padding-right: 12px !important; }

/* line 224, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-split-bottom {
  background-image: url('images/ext4default/button/s-arrow-b-noline.gif'); }

/* line 228, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-split {
  display: block; }

/* line 233, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-item-disabled,
.x-item-disabled * {
  cursor: default; }

/* line 237, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-cycle-fixed-width .x-btn-inner {
  text-align: inherit; }

/* line 241, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-over .x-btn-split-right {
  background-image: url('images/ext4default/button/s-arrow-o.gif'); }

/* line 242, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-over .x-btn-split-bottom {
  background-image: url('images/ext4default/button/s-arrow-bo.gif'); }

/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small {
  border-color: #d1d1d1; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(48%, #e8e8e8), color-stop(52%, #d1d1d1), color-stop(100%, #d6d6d6));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: -moz-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: -o-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-small-mc {
  background-image: url('images/ext4default/btn/btn-default-small-bg.gif');
  background-color: #eeeeee; }

/* line 115, ../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: 1100303px 1000303px; }
/* line 147, ../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/ext4default/btn/btn-default-small-corners.gif'); }
/* line 168, ../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/ext4default/btn/btn-default-small-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-small-mc {
  padding: 0px 0px 0px 0px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: arial, verdana, sans-serif;
  color: #333333;
  background-repeat: no-repeat;
  padding: 0 4px; }

/* line 656, ../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: 16px;
  line-height: 16px; }

/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon button,
.x-btn-default-small-icon a {
  padding: 0; }
/* line 669, ../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: 16px;
  padding: 0; }
/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon .x-btn-icon {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left button,
.x-btn-default-small-icon-text-left a {
  height: 16px; }
/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-left: 20px; }
/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-left .x-btn-icon {
  width: 22px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto; }
  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-left .x-btn-icon {
    height: 16px; }

/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right button,
.x-btn-default-small-icon-text-right a {
  height: 16px; }
/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-right: 20px !important; }
/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-right .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0; }
  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-small-icon-text-right .x-btn-icon {
    height: 16px; }

/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-top .x-btn-inner {
  padding-top: 20px; }
/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 16px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0; }
  /* line 751, ../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: 16px; }

/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 20px; }
/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 16px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0; }
  /* line 771, ../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: 16px; }

/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-over {
  border-color: #cdcdcd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-focus {
  border-color: #cdcdcd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-menu-active,
.x-btn-default-small-pressed {
  border-color: #e2dedd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #e0e7ec), color-stop(52%, #badcef), color-stop(100%, #c3e0f1));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -moz-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -o-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1); }

/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-small-disabled {
  border-color: #d7d7d7;
  background-image: none;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(48%, #e9e9e9), color-stop(52%, #d2d2d2), color-stop(100%, #d7d7d7));
  background-image: -webkit-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: -moz-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: -o-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7); }
  /* line 858, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn-default-small-disabled .x-btn-inner {
    color: #333333 !important; }

/* line 875, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie .x-btn-default-small-disabled .x-btn-inner {
  color: #595959 !important; }

/* line 883, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-small-disabled .x-btn-inner {
  color: #8c8c8c !important; }

/* line 898, ../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/ext4default/btn/btn-default-small-over-corners.gif'); }
/* line 902, ../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/ext4default/btn/btn-default-small-over-sides.gif'); }
/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-over .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-small-over-bg.gif'); }
/* line 919, ../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/ext4default/btn/btn-default-small-focus-corners.gif'); }
/* line 923, ../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/ext4default/btn/btn-default-small-focus-sides.gif'); }
/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-focus .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-small-focus-bg.gif'); }
/* line 941, ../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/ext4default/btn/btn-default-small-pressed-corners.gif'); }
/* line 945, ../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/ext4default/btn/btn-default-small-pressed-sides.gif'); }
/* line 948, ../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: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-small-pressed-bg.gif'); }
/* line 962, ../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/ext4default/btn/btn-default-small-disabled-corners.gif'); }
/* line 966, ../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/ext4default/btn/btn-default-small-disabled-sides.gif'); }
/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-small-disabled .x-frame-mc {
  background-color: #efefef;
  background-image: url('images/ext4default/btn/btn-default-small-disabled-bg.gif'); }

/* line 982, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-small-bg.gif'); }

/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-over {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-small-over-bg.gif'); }

/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-focus {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-small-focus-bg.gif'); }

/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-menu-active,
.x-nlg .x-btn-default-small-pressed {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-small-pressed-bg.gif'); }

/* line 1019, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-small-disabled {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-small-disabled-bg.gif'); }

/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium {
  border-color: #d1d1d1; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-medium {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(48%, #e8e8e8), color-stop(52%, #d1d1d1), color-stop(100%, #d6d6d6));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: -moz-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: -o-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-medium-mc {
  background-image: url('images/ext4default/btn/btn-default-medium-bg.gif');
  background-color: #eeeeee; }

/* line 115, ../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: 1100303px 1000303px; }
/* line 147, ../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/ext4default/btn/btn-default-medium-corners.gif'); }
/* line 168, ../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/ext4default/btn/btn-default-medium-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-medium-mc {
  padding: 1px 1px 1px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: arial, verdana, sans-serif;
  color: #333333;
  background-repeat: no-repeat;
  padding: 0 3px; }

/* line 656, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon button,
.x-btn-default-medium-icon a {
  padding: 0; }
/* line 669, ../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, ../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, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-left .x-btn-icon {
  width: 22px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto; }
  /* line 705, ../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 713, ../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 716, ../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 722, ../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 731, ../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 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-top .x-btn-inner {
  padding-top: 28px; }
/* line 742, ../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 751, ../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 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px; }
/* line 762, ../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 771, ../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 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-over {
  border-color: #cdcdcd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-focus {
  border-color: #cdcdcd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-menu-active,
.x-btn-default-medium-pressed {
  border-color: #e2dedd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #e0e7ec), color-stop(52%, #badcef), color-stop(100%, #c3e0f1));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -moz-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -o-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1); }

/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-medium-disabled {
  border-color: #d7d7d7;
  background-image: none;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(48%, #e9e9e9), color-stop(52%, #d2d2d2), color-stop(100%, #d7d7d7));
  background-image: -webkit-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: -moz-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: -o-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7); }
  /* line 858, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn-default-medium-disabled .x-btn-inner {
    color: #333333 !important; }

/* line 875, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie .x-btn-default-medium-disabled .x-btn-inner {
  color: #595959 !important; }

/* line 883, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-medium-disabled .x-btn-inner {
  color: #8c8c8c !important; }

/* line 898, ../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/ext4default/btn/btn-default-medium-over-corners.gif'); }
/* line 902, ../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/ext4default/btn/btn-default-medium-over-sides.gif'); }
/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-over .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-medium-over-bg.gif'); }
/* line 919, ../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/ext4default/btn/btn-default-medium-focus-corners.gif'); }
/* line 923, ../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/ext4default/btn/btn-default-medium-focus-sides.gif'); }
/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-focus .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-medium-focus-bg.gif'); }
/* line 941, ../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/ext4default/btn/btn-default-medium-pressed-corners.gif'); }
/* line 945, ../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/ext4default/btn/btn-default-medium-pressed-sides.gif'); }
/* line 948, ../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: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-medium-pressed-bg.gif'); }
/* line 962, ../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/ext4default/btn/btn-default-medium-disabled-corners.gif'); }
/* line 966, ../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/ext4default/btn/btn-default-medium-disabled-sides.gif'); }
/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-medium-disabled .x-frame-mc {
  background-color: #efefef;
  background-image: url('images/ext4default/btn/btn-default-medium-disabled-bg.gif'); }

/* line 982, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-medium-bg.gif'); }

/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-over {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-medium-over-bg.gif'); }

/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-focus {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-medium-focus-bg.gif'); }

/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-menu-active,
.x-nlg .x-btn-default-medium-pressed {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-medium-pressed-bg.gif'); }

/* line 1019, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-medium-disabled {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-medium-disabled-bg.gif'); }

/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large {
  border-color: #d1d1d1; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-large {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(48%, #e8e8e8), color-stop(52%, #d1d1d1), color-stop(100%, #d6d6d6));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: -moz-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: -o-linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6);
  background-image: linear-gradient(top, #eeeeee, #e8e8e8 48%, #d1d1d1 52%, #d6d6d6); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-large-mc {
  background-image: url('images/ext4default/btn/btn-default-large-bg.gif');
  background-color: #eeeeee; }

/* line 115, ../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: 1100303px 1000303px; }
/* line 147, ../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/ext4default/btn/btn-default-large-corners.gif'); }
/* line 168, ../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/ext4default/btn/btn-default-large-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-large-mc {
  padding: 1px 1px 1px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: arial, verdana, sans-serif;
  color: #333333;
  background-repeat: no-repeat;
  padding: 0 3px; }

/* line 656, ../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: 32px;
  line-height: 32px; }

/* line 665, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon button,
.x-btn-default-large-icon a {
  padding: 0; }
/* line 669, ../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: 32px;
  padding: 0; }
/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon .x-btn-icon {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 687, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left button,
.x-btn-default-large-icon-text-left a {
  height: 32px; }
/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-left: 36px; }
/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-left .x-btn-icon {
  width: 22px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto; }
  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-large-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-left .x-btn-icon {
    height: 32px; }

/* line 713, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right button,
.x-btn-default-large-icon-text-right a {
  height: 32px; }
/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-right: 36px !important; }
/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-right .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0; }
  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-large-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-large-icon-text-right .x-btn-icon {
    height: 32px; }

/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-top .x-btn-inner {
  padding-top: 36px; }
/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-top .x-btn-icon {
  width: auto;
  height: 32px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0; }
  /* line 751, ../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: 32px; }

/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 36px; }
/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 32px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0; }
  /* line 771, ../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: 32px; }

/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-over {
  border-color: #cdcdcd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-focus {
  border-color: #cdcdcd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-menu-active,
.x-btn-default-large-pressed {
  border-color: #e2dedd;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #e0e7ec), color-stop(52%, #badcef), color-stop(100%, #c3e0f1));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -moz-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -o-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1); }

/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-large-disabled {
  border-color: #d7d7d7;
  background-image: none;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(48%, #e9e9e9), color-stop(52%, #d2d2d2), color-stop(100%, #d7d7d7));
  background-image: -webkit-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: -moz-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: -o-linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7);
  background-image: linear-gradient(top, #efefef, #e9e9e9 48%, #d2d2d2 52%, #d7d7d7); }
  /* line 858, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-btn-default-large-disabled .x-btn-inner {
    color: #333333 !important; }

/* line 875, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie .x-btn-default-large-disabled .x-btn-inner {
  color: #595959 !important; }

/* line 883, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-btn-default-large-disabled .x-btn-inner {
  color: #8c8c8c !important; }

/* line 898, ../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/ext4default/btn/btn-default-large-over-corners.gif'); }
/* line 902, ../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/ext4default/btn/btn-default-large-over-sides.gif'); }
/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-over .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-large-over-bg.gif'); }
/* line 919, ../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/ext4default/btn/btn-default-large-focus-corners.gif'); }
/* line 923, ../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/ext4default/btn/btn-default-large-focus-sides.gif'); }
/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-focus .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-large-focus-bg.gif'); }
/* line 941, ../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/ext4default/btn/btn-default-large-pressed-corners.gif'); }
/* line 945, ../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/ext4default/btn/btn-default-large-pressed-sides.gif'); }
/* line 948, ../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: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-large-pressed-bg.gif'); }
/* line 962, ../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/ext4default/btn/btn-default-large-disabled-corners.gif'); }
/* line 966, ../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/ext4default/btn/btn-default-large-disabled-sides.gif'); }
/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-large-disabled .x-frame-mc {
  background-color: #efefef;
  background-image: url('images/ext4default/btn/btn-default-large-disabled-bg.gif'); }

/* line 982, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-large-bg.gif'); }

/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-over {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-large-over-bg.gif'); }

/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-focus {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-large-focus-bg.gif'); }

/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-menu-active,
.x-nlg .x-btn-default-large-pressed {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-large-pressed-bg.gif'); }

/* line 1019, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-large-disabled {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-large-disabled-bg.gif'); }

/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small {
  border-color: #aaaaaa; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-color: #eeeeee; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-small-mc {
  background-color: #eeeeee; }

/* line 115, ../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: 1100303px 1000303px; }
/* line 147, ../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/ext4default/btn/btn-default-toolbar-small-corners.gif'); }
/* line 168, ../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/ext4default/btn/btn-default-toolbar-small-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-small-mc {
  padding: 0px 0px 0px 0px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small .x-btn-inner {
  font-size: 0.9em;
  font-weight: normal;
  font-family: Roboto, arial, verdana, sans-serif;
  color: black;
  background-repeat: no-repeat;
  padding: 0 4px; }

/* line 656, ../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: 16px;
  line-height: 16px; }

/* line 665, ../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, ../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: 16px;
  padding: 0; }
/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon .x-btn-icon {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 687, ../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: 16px; }
/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-left: 20px; }
/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
  width: 22px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto; }
  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-toolbar-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
    height: 16px; }

/* line 713, ../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: 16px; }
/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-right: 20px !important; }
/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0; }
  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-toolbar-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
    height: 16px; }

/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-top .x-btn-inner {
  padding-top: 20px; }
/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 16px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0; }
  /* line 751, ../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: 16px; }

/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 20px; }
/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 16px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0; }
  /* line 771, ../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: 16px; }

/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-over {
  border-color: #b0b0b0;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-focus {
  border-color: #b0b0b0;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-menu-active,
.x-btn-default-toolbar-small-pressed {
  border-color: #a6a6a6;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #e0e7ec), color-stop(52%, #badcef), color-stop(100%, #c3e0f1));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -moz-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -o-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1); }

/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-disabled {
  border-color: transparent;
  background-image: none;
  background-color: #efefef; }

/* line 898, ../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/ext4default/btn/btn-default-toolbar-small-over-corners.gif'); }
/* line 902, ../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/ext4default/btn/btn-default-toolbar-small-over-sides.gif'); }
/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-over .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-small-over-bg.gif'); }
/* line 919, ../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/ext4default/btn/btn-default-toolbar-small-focus-corners.gif'); }
/* line 923, ../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/ext4default/btn/btn-default-toolbar-small-focus-sides.gif'); }
/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-focus .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-small-focus-bg.gif'); }
/* line 941, ../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/ext4default/btn/btn-default-toolbar-small-pressed-corners.gif'); }
/* line 945, ../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/ext4default/btn/btn-default-toolbar-small-pressed-sides.gif'); }
/* line 948, ../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: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-small-pressed-bg.gif'); }
/* line 962, ../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/ext4default/btn/btn-default-toolbar-small-disabled-corners.gif'); }
/* line 966, ../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/ext4default/btn/btn-default-toolbar-small-disabled-sides.gif'); }
/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mc {
  background-color: #efefef; }

/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-small-over {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-small-over-bg.gif'); }

/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-small-focus {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-small-focus-bg.gif'); }

/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-small-menu-active,
.x-nlg .x-btn-default-toolbar-small-pressed {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-small-pressed-bg.gif'); }

/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium {
  border-color: #aaaaaa; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-medium {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: #eeeeee; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-medium-mc {
  background-color: #eeeeee; }

/* line 115, ../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: 1100303px 1000303px; }
/* line 147, ../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/ext4default/btn/btn-default-toolbar-medium-corners.gif'); }
/* line 168, ../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/ext4default/btn/btn-default-toolbar-medium-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-medium-mc {
  padding: 1px 1px 1px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: arial, verdana, sans-serif;
  color: black;
  background-repeat: no-repeat;
  padding: 0 3px; }

/* line 656, ../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, ../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, ../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, ../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, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-left .x-btn-icon {
  width: 22px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto; }
  /* line 705, ../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 713, ../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 716, ../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 722, ../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 731, ../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 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-top .x-btn-inner {
  padding-top: 28px; }
/* line 742, ../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 751, ../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 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 28px; }
/* line 762, ../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 771, ../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 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-over {
  border-color: #b0b0b0;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-focus {
  border-color: #b0b0b0;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-menu-active,
.x-btn-default-toolbar-medium-pressed {
  border-color: #a6a6a6;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #e0e7ec), color-stop(52%, #badcef), color-stop(100%, #c3e0f1));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -moz-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -o-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1); }

/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-medium-disabled {
  border-color: transparent;
  background-image: none;
  background-color: #efefef; }

/* line 898, ../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/ext4default/btn/btn-default-toolbar-medium-over-corners.gif'); }
/* line 902, ../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/ext4default/btn/btn-default-toolbar-medium-over-sides.gif'); }
/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-over .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-medium-over-bg.gif'); }
/* line 919, ../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/ext4default/btn/btn-default-toolbar-medium-focus-corners.gif'); }
/* line 923, ../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/ext4default/btn/btn-default-toolbar-medium-focus-sides.gif'); }
/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-medium-focus-bg.gif'); }
/* line 941, ../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/ext4default/btn/btn-default-toolbar-medium-pressed-corners.gif'); }
/* line 945, ../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/ext4default/btn/btn-default-toolbar-medium-pressed-sides.gif'); }
/* line 948, ../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: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-medium-pressed-bg.gif'); }
/* line 962, ../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/ext4default/btn/btn-default-toolbar-medium-disabled-corners.gif'); }
/* line 966, ../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/ext4default/btn/btn-default-toolbar-medium-disabled-sides.gif'); }
/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mc {
  background-color: #efefef; }

/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-medium-over {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-medium-over-bg.gif'); }

/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-medium-focus {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-medium-focus-bg.gif'); }

/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-medium-menu-active,
.x-nlg .x-btn-default-toolbar-medium-pressed {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-medium-pressed-bg.gif'); }

/* line 637, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large {
  border-color: #aaaaaa; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-btn-default-toolbar-large {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: #eeeeee; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-default-toolbar-large-mc {
  background-color: #eeeeee; }

/* line 115, ../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: 1100303px 1000303px; }
/* line 147, ../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/ext4default/btn/btn-default-toolbar-large-corners.gif'); }
/* line 168, ../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/ext4default/btn/btn-default-toolbar-large-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-default-toolbar-large-mc {
  padding: 1px 1px 1px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large .x-btn-inner {
  font-size: 11px;
  font-weight: normal;
  font-family: arial, verdana, sans-serif;
  color: black;
  background-repeat: no-repeat;
  padding: 0 3px; }

/* line 656, ../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: 32px;
  line-height: 32px; }

/* line 665, ../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, ../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: 32px;
  padding: 0; }
/* line 675, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon .x-btn-icon {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 687, ../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: 32px; }
/* line 690, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-left: 36px; }
/* line 696, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
  width: 22px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto; }
  /* line 705, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-toolbar-large-icon-text-left .x-btn-icon, .x-quirks .x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
    height: 32px; }

/* line 713, ../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: 32px; }
/* line 716, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-right: 36px !important; }
/* line 722, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-right .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0; }
  /* line 731, ../themes/stylesheets/ext4/default/widgets/_button.scss */
  .x-ie6 .x-btn-default-toolbar-large-icon-text-right .x-btn-icon, .x-quirks .x-btn-default-toolbar-large-icon-text-right .x-btn-icon {
    height: 32px; }

/* line 738, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-top .x-btn-inner {
  padding-top: 36px; }
/* line 742, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
  width: auto;
  height: 32px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0; }
  /* line 751, ../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: 32px; }

/* line 758, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 36px; }
/* line 762, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 32px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0; }
  /* line 771, ../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: 32px; }

/* line 777, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-over {
  border-color: #b0b0b0;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 801, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-focus {
  border-color: #b0b0b0;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #d2dce4), color-stop(52%, #c9c9c9), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -moz-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: -o-linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd);
  background-image: linear-gradient(top, #d9e2e8, #d2dce4 48%, #c9c9c9 52%, #cdcdcd); }

/* line 826, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-menu-active,
.x-btn-default-toolbar-large-pressed {
  border-color: #a6a6a6;
  background-image: none;
  background-color: #d9e2e8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9e2e8), color-stop(48%, #e0e7ec), color-stop(52%, #badcef), color-stop(100%, #c3e0f1));
  background-image: -webkit-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -moz-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: -o-linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1);
  background-image: linear-gradient(top, #d9e2e8, #e0e7ec 48%, #badcef 52%, #c3e0f1); }

/* line 850, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-large-disabled {
  border-color: transparent;
  background-image: none;
  background-color: #efefef; }

/* line 898, ../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/ext4default/btn/btn-default-toolbar-large-over-corners.gif'); }
/* line 902, ../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/ext4default/btn/btn-default-toolbar-large-over-sides.gif'); }
/* line 905, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-over .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-large-over-bg.gif'); }
/* line 919, ../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/ext4default/btn/btn-default-toolbar-large-focus-corners.gif'); }
/* line 923, ../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/ext4default/btn/btn-default-toolbar-large-focus-sides.gif'); }
/* line 926, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-focus .x-frame-mc {
  background-color: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-large-focus-bg.gif'); }
/* line 941, ../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/ext4default/btn/btn-default-toolbar-large-pressed-corners.gif'); }
/* line 945, ../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/ext4default/btn/btn-default-toolbar-large-pressed-sides.gif'); }
/* line 948, ../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: #d9e2e8;
  background-image: url('images/ext4default/btn/btn-default-toolbar-large-pressed-bg.gif'); }
/* line 962, ../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/ext4default/btn/btn-default-toolbar-large-disabled-corners.gif'); }
/* line 966, ../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/ext4default/btn/btn-default-toolbar-large-disabled-sides.gif'); }
/* line 969, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mc {
  background-color: #efefef; }

/* line 991, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-large-over {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-large-over-bg.gif'); }

/* line 1000, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-large-focus {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-large-focus-bg.gif'); }

/* line 1010, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-nlg .x-btn-default-toolbar-large-menu-active,
.x-nlg .x-btn-default-toolbar-large-pressed {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/btn/btn-default-toolbar-large-pressed-bg.gif'); }

/* line 571, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-default-toolbar-small-disabled,
.x-btn-default-toolbar-medium-disabled,
.x-btn-default-toolbar-large-disabled {
  border-color: transparent;
  background-image: none;
  background: transparent; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group {
  position: relative;
  overflow: hidden; }

/* line 11, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-body {
  position: relative;
  zoom: 1;
  padding: 0 1px; }
  /* line 15, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
  .x-btn-group-body .x-table-layout-cell {
    vertical-align: top; }

/* line 20, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-text {
  white-space: nowrap; }

/* line 69, ../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: 1px 1px 1px 1px;
  border-width: 1px;
  border-style: solid;
  background-color: #e8e8e8; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-btn-group-default-framed-mc {
  background-color: #e8e8e8; }

/* line 115, ../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, ../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/ext4default/btn-group/btn-group-default-framed-corners.gif'); }
/* line 168, ../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/ext4default/btn-group/btn-group-default-framed-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-btn-group-default-framed-mc {
  padding: 0px 0px 0px 0px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-default-framed {
  border-color: #cfcfcf;
  -webkit-box-shadow: #f4f4f4 0 1px 0px 0 inset, #f4f4f4 0 -1px 0px 0 inset, #f4f4f4 -1px 0 0px 0 inset, #f4f4f4 1px 0 0px 0 inset;
  -moz-box-shadow: #f4f4f4 0 1px 0px 0 inset, #f4f4f4 0 -1px 0px 0 inset, #f4f4f4 -1px 0 0px 0 inset, #f4f4f4 1px 0 0px 0 inset;
  box-shadow: #f4f4f4 0 1px 0px 0 inset, #f4f4f4 0 -1px 0px 0 inset, #f4f4f4 -1px 0 0px 0 inset, #f4f4f4 1px 0 0px 0 inset; }

/* line 68, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-default-framed {
  margin: 2px 2px 0 2px; }

/* line 72, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-body-default-framed {
  padding: 1px 0;
  background: #e2dfdf;
  -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, ../themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-btn-group-header-text-default-framed {
  font: normal 11px arial, verdana, sans-serif;
  color: #7c7c7c; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker {
  border: 1px solid #4e4848;
  background-color: white;
  position: relative; }
  /* line 12, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-datepicker a {
    -moz-outline: 0 none;
    outline: 0 none;
    color: #674a48;
    text-decoration: none;
    border-width: 0; }

/* line 25, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-inner,
.x-datepicker-inner td,
.x-datepicker-inner th {
  border-collapse: separate; }

/* line 29, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-header {
  position: relative;
  height: 26px;
  background-image: none;
  background-color: #575757;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f5e5e), color-stop(100%, #4d4d4c));
  background-image: -webkit-linear-gradient(top, #5f5e5e, #4d4d4c);
  background-image: -moz-linear-gradient(top, #5f5e5e, #4d4d4c);
  background-image: -o-linear-gradient(top, #5f5e5e, #4d4d4c);
  background-image: linear-gradient(top, #5f5e5e, #4d4d4c); }

/* line 42, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev,
.x-datepicker-next {
  position: absolute;
  top: 5px;
  width: 18px; }
  /* line 48, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-datepicker-prev a,
  .x-datepicker-next a {
    display: block;
    width: 16px;
    height: 16px;
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
    /* line 63, ../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, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next {
  right: 5px; }
  /* line 72, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-datepicker-next a {
    background-image: url('../ext4old/resources/images/right-btn.gif'); }

/* line 77, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-prev {
  left: 5px; }
  /* line 80, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-datepicker-prev a {
    background-image: url('../ext4old/resources/images/left-btn.gif'); }

/* line 86, ../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, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month {
  padding-top: 3px; }
  /* line 103, ../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 112, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-datepicker-month .x-btn-split-right {
    background-image: url('images/ext4default/button/s-arrow-light.gif');
    padding-right: 12px; }

/* line 118, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-next {
  text-align: right; }

/* line 122, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-month {
  text-align: center; }
  /* line 126, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-datepicker-month button {
    color: white !important; }

/* line 132, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x-datepicker-inner {
  width: 100%;
  table-layout: fixed; }
  /* line 136, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner th {
    width: 25px;
    height: 19px;
    padding: 0;
    color: #505050;
    font: normal 10px arial, verdana, sans-serif;
    text-align: right;
    border-bottom: 1px solid #e3d3d3;
    border-collapse: separate;
    background-image: none;
    background-color: #f7f2f2;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfcfc), color-stop(100%, #efe6e6));
    background-image: -webkit-linear-gradient(top, #fdfcfc, #efe6e6);
    background-image: -moz-linear-gradient(top, #fdfcfc, #efe6e6);
    background-image: -o-linear-gradient(top, #fdfcfc, #efe6e6);
    background-image: linear-gradient(top, #fdfcfc, #efe6e6);
    cursor: default; }
    /* line 157, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
    table.x-datepicker-inner th span {
      display: block;
      padding-right: 7px; }
  /* line 163, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner tr {
    height: 20px; }
  /* line 167, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner td {
    border: 1px solid;
    height: 17px;
    border-color: white;
    text-align: right;
    padding: 0; }
  /* line 175, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner a {
    padding-right: 4px;
    display: block;
    zoom: 1;
    font: normal 11px arial, verdana, sans-serif;
    color: black;
    text-decoration: none;
    text-align: right; }
  /* line 188, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner .x-datepicker-active {
    cursor: pointer;
    color: black; }
  /* line 194, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner .x-datepicker-selected a {
    background: repeat-x left top;
    background-color: #eeeeee;
    border: 1px solid #c3bcbc; }
  /* line 200, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner .x-datepicker-selected span {
    font-weight: bold; }
  /* line 206, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner .x-datepicker-today a {
    border: 1px solid;
    border-color: darkred; }
  /* line 214, ../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, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner a:hover,
  table.x-datepicker-inner .x-datepicker-disabled a:hover {
    text-decoration: none !important;
    color: #000;
    background-color: #f9f1f1; }
  /* line 229, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  table.x-datepicker-inner .x-datepicker-disabled a {
    cursor: default;
    background-color: #eee;
    color: #bbb; }

/* line 237, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker-footer,
.x-monthpicker-buttons {
  position: relative;
  border-top: 1px solid #e3d3d3;
  background-image: none;
  background-color: #f7f2f2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(49%, #e8e8e8), color-stop(51%, #e2e2e2), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #e8e8e8 49%, #e2e2e2 51%, #e4e4e4);
  background-image: -moz-linear-gradient(top, #f1f1f1, #e8e8e8 49%, #e2e2e2 51%, #e4e4e4);
  background-image: -o-linear-gradient(top, #f1f1f1, #e8e8e8 49%, #e2e2e2 51%, #e4e4e4);
  background-image: linear-gradient(top, #f1f1f1, #e8e8e8 49%, #e2e2e2 51%, #e4e4e4);
  text-align: center; }
  /* line 250, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-datepicker-footer .x-btn,
  .x-monthpicker-buttons .x-btn {
    position: relative;
    margin: 4px; }

/* line 256, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-item-disabled .x-datepicker-inner a:hover {
  background: none; }

/* line 261, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-datepicker .x-monthpicker {
  position: absolute;
  left: 0;
  top: 0; }

/* line 268, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker {
  border: 1px solid #4e4848;
  background-color: white; }

/* line 274, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-months,
.x-monthpicker-years {
  float: left;
  height: 167px;
  width: 88px; }

/* line 281, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-item {
  float: left;
  margin: 4px 0 5px 0;
  font: normal 11px arial, verdana, sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  width: 43px;
  border: 0 none; }
  /* line 295, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-monthpicker-item a {
    display: block;
    margin: 0 5px;
    text-decoration: none;
    color: #674a48;
    border: 1px solid white;
    line-height: 17px; }
    /* line 308, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
    .x-monthpicker-item a:hover {
      background-color: #f9f1f1; }
    /* line 312, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
    .x-monthpicker-item a.x-monthpicker-selected {
      background-color: #f7f2f2;
      border: 1px solid #c3bcbc; }

/* line 319, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-months {
  border-right: 1px solid #4e4848;
  width: 87px; }

/* line 324, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-years .x-monthpicker-item {
  width: 44px; }

/* line 328, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav {
  height: 28px; }
  /* line 331, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
  .x-monthpicker-yearnav button {
    background-image: url('images/ext4default/tools/tool-sprites.gif');
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 6px 12px 5px 15px;
    border: 0;
    outline: 0 none; }
    /* line 339, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
    .x-monthpicker-yearnav button::-moz-focus-inner {
      border: 0;
      padding: 0; }

/* line 346, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-next {
  background-position: 0 -120px; }

/* line 350, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-next-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -120px; }

/* line 356, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-prev {
  background-position: 0 -105px; }

/* line 360, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-yearnav-prev-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -105px; }

/* line 367, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-item {
  margin: 2px 0 2px 0; }
/* line 371, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-yearnav {
  height: 23px; }
/* line 375, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-monthpicker-small .x-monthpicker-months, .x-monthpicker-small .x-monthpicker-years {
  height: 136px; }

/* line 385, ../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 391, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-quirks .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px; }

/* line 397, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-ie6 .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px; }

/* line 407, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-nlg .x-datepicker-header {
  background-image: url('images/ext4default/datepicker/datepicker-header-bg.gif');
  background-repeat: repeat-x;
  background-position: top left; }
/* line 416, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-nlg .x-datepicker-footer,
.x-nlg .x-monthpicker-buttons {
  background-image: url('images/ext4default/datepicker/datepicker-footer-bg.gif');
  background-repeat: repeat-x;
  background-position: top left; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker {
  width: 144px;
  height: 90px;
  cursor: pointer; }

/* line 12, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker a {
  border: 1px solid white;
  float: left;
  padding: 2px;
  text-decoration: none;
  -moz-outline: 0 none;
  outline: 0 none;
  cursor: pointer; }

/* line 28, ../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, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-color-picker em {
  display: block;
  border: 1px solid #aca899; }

/* line 39, ../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, ../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: #f0f0f0 !important;
  padding: 2px; }

/* line 12, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item .x-form-text {
  user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text; }

/* line 21, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-icon-separator {
  position: absolute;
  top: 0px;
  left: 27px;
  z-index: 0;
  border-left: solid 1px #e0e0e0;
  background-color: white;
  width: 2px;
  overflow: hidden; }

/* line 33, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-plain .x-menu-icon-separator {
  display: none; }

/* line 38, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-focus {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px; }

/* line 47, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item {
  white-space: nowrap;
  overflow: hidden;
  z-index: 1; }

/* line 53, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-cmp {
  margin-bottom: 1px; }

/* line 57, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-link {
  display: block;
  margin: 1px;
  padding: 6px 2px 3px 32px;
  text-decoration: none !important;
  line-height: 16px;
  cursor: default; }

/* line 70, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-opera .x-menu-item-link {
  position: relative; }

/* line 76, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 4px;
  background: no-repeat center center; }

/* line 87, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-icon-right {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 4px;
  background: no-repeat center center; }

/* line 96, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-text {
  font-size: 11px;
  color: #222222; }

/* line 102, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-checked .x-menu-item-icon {
  background-image: url('images/ext4default/menu/checked.gif'); }
/* line 105, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-checked .x-menu-group-icon {
  background-image: url('images/ext4default/menu/group-checked.gif'); }

/* line 111, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-unchecked .x-menu-item-icon {
  background-image: url('images/ext4default/menu/unchecked.gif'); }
/* line 114, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-unchecked .x-menu-group-icon {
  background-image: none; }

/* line 119, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-separator {
  height: 2px;
  border-top: solid 1px #e0e0e0;
  background-color: white;
  margin: 2px 0px;
  overflow: hidden; }

/* line 127, ../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/ext4default/menu/menu-parent.gif'); }

/* line 137, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-indent {
  margin-left: 31px;
  /* The 2px is the width of the seperator */ }

/* line 141, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-active {
  cursor: pointer; }
  /* line 144, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
  .x-menu-item-active .x-menu-item-link {
    background-image: none;
    background-color: #d9e2e8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e9ee), color-stop(100%, #ccd8e0));
    background-image: -webkit-linear-gradient(top, #e3e9ee, #ccd8e0);
    background-image: -moz-linear-gradient(top, #e3e9ee, #ccd8e0);
    background-image: -o-linear-gradient(top, #e3e9ee, #ccd8e0);
    background-image: linear-gradient(top, #e3e9ee, #ccd8e0);
    margin: 0px;
    border: 1px solid #e0cdcd;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

/* line 153, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-item-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

/* line 160, ../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 164, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie .x-menu-item-disabled .x-menu-item-text {
  background-color: transparent; }
/* line 171, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie7m .x-ie .x-menu-icon-separator {
  width: 1px; }
/* line 175, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie7m .x-ie .x-menu-item-separator {
  height: 1px; }

/* line 184, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-ie6 .x-menu-item-link,
.x-ie7 .x-menu-item-link,
.x-quirks .x-ie8 .x-menu-item-link {
  padding-bottom: 2px; }

/* line 192, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-nlg .x-menu-item-active .x-menu-item-link {
  background: #d9e2e8 repeat-x left top;
  background-image: url('images/ext4default/menu/menu-item-active-bg.gif'); }

/* line 199, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-menu-date-item {
  border-color: #99BBE8; }

/* line 8, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-panel .x-grid-body {
  background: transparent;
  border-width: 0;
  margin-top: -5px;
}

/* line 17, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-panel .x-grid-header-ct-hidden {
  visibility: hidden; }

/* line 22, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-empty {
  padding: 10px;
  color: gray;
  font: normal 11px tahoma, arial, helvetica, sans-serif; }

/* line 28, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-header-hidden .x-grid-body {
  border-top-color: transparent !important; }

/* line 32, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view {
  overflow: hidden;
  position: relative; }

/* line 38, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-table {
  table-layout: fixed;
  border-collapse: separate; }

/* line 45, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-autowidth-table table.x-grid-table {
  table-layout: auto;
  width: auto!important; }

/* line 50, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-table {
  border-collapse: collapse; }

/* line 54, ../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 59, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-header-ct {
  cursor: default;
  zoom: 1;
  padding: 0;
  border: none;
  /*border: 1px solid transparent;*/
  /*border-bottom-color: #c5c5c5;*/
  background-image: none;
  background-color: #c5c5c5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #e3e4e6));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e3e4e6);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e3e4e6);
  background-image: -o-linear-gradient(top, #f9f9f9, #e3e4e6);
  background-image: linear-gradient(top, #f9f9f9, #e3e4e6); }

/* line 73, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-accordion-item .x-grid-header-ct {
  border-width: 0 0 1px 0 !important; }

/* line 77, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header {
  padding: 0;
  position: absolute;
  overflow: hidden;
  border: 1px solid #646464;
  border-top: none;
  border-right: none;
    font: normal 12px arial, verdana, sans-serif;
  background-image: none;
  background-color: #c5c5c5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #e3e4e6));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e3e4e6);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e3e4e6);
  background-image: -o-linear-gradient(top, #f9f9f9, #e3e4e6);
  background-image: linear-gradient(top, #f9f9f9, #e3e4e6); }

  .x-column-header-first {
    border-left: none;
  }

/* line 99, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-header {
  padding: 0;
  border-left-width: 0; }

/* line 103, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-sub-header {
  background: transparent;
  border: 1px solid #646464;
  border-left: none;
}

/* line 109, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-inner {
  zoom: 1;
  position: relative;
  white-space: nowrap;
  padding: 10px 8px 5px; }
  /* line 116, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-column-header-inner .x-column-header-text {
    white-space: nowrap; }

/* line 123, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-over,
.x-column-header-sort-ASC,
.x-column-header-sort-DESC {
  /*border-left-color: #cccccc;*/
  /*border-right-color: #cccccc;*/
  background-image: none;
  /*background-color: #cccccc;*/
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(39%, #f0f0f0), color-stop(40%, #e6e6e6), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #f0f0f0 39%, #e6e6e6 40%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f0f0f0, #f0f0f0 39%, #e6e6e6 40%, #e6e6e6);
  background-image: -o-linear-gradient(top, #f0f0f0, #f0f0f0 39%, #e6e6e6 40%, #e6e6e6);
  background-image: linear-gradient(top, #f0f0f0, #f0f0f0 39%, #e6e6e6 40%, #e6e6e6); }

/* line 135, ../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/ext4default/grid/column-header-bg.gif'); }
/* line 142, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-column-header-over,
.x-nlg .x-column-header-sort-ASC,
.x-nlg .x-column-header-sort-DESC {
  background: #ebf3fd repeat-x 0 top;
  background-image: url('images/ext4default/grid/column-header-over-bg.gif'); }

/* line 149, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-trigger {
  display: none;
  height: 100%;
  width: 14px;
  background: no-repeat left center;
  background-color: #c3daf9;
  background-image: url('images/ext4default/grid/grid3-hd-btn.gif');
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer; }

/* line 164, ../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, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-right {
  text-align: center; }
  /* line 172, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-column-header-align-right .x-column-header-text {
    padding-right: 0px;
    margin-right: 0px; }

/* line 177, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-center {
  text-align: center; }

/* line 180, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-align-left {
  text-align: center; }


.x-column-header-sort-ASC .x-column-header-text-inner {
  background-image: url('images/extnpoa/grid/sort_asc.svg');
}

.x-column-header-sort-DESC .x-column-header-text-inner {
  background-image: url('images/extnpoa/grid/sort_desc.svg');
}

/* line 197, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row {
  vertical-align: top; }
/* line 199, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-grid-row .x-grid-cell {
    font: normal 12px/15px arial, verdana, sans-serif;
    background-color: white;
    border: 1px solid #646464;
    border-bottom: none;
    border-right: none;
  }
  .x-grid-cell-first {
    /*merkwuerdigerweise ist nicht nur die erste eine grid-cell-first*/
    /*border-left: none !important;*/
  }


/* line 212, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines .x-grid-cell {
  border-width: 1px; }

/* line 216, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowwrap-div {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  border-top-color: #eaeaea;
  overflow: hidden; }

/* line 226, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-alt .x-grid-cell,
.x-grid-row-alt .x-grid-rowwrap-div {
  background-color: #efefef; }

/* line 231, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-over .x-grid-cell,
.foerderposition-row .foerderposition-row-orange .x-grid-row-over .x-grid-cell,
.x-grid-row-over .x-grid-rowwrap-div {
  border-color: #dddddd;
  background-color: #DAF2F2; }

/* line 238, ../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: #DAF2F2; }

/* line 245, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-cell,
.x-grid-row-selected .x-grid-rowwrap-div {
/*  border-style: dotted;
  border-color: #d0cbcb;*/
  background-color: #DAF2F2 !important; }

/* line 254, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowwrap-div .x-grid-cell,
.x-grid-rowwrap-div .x-grid-cell-inner {
  border-width: 0;
  background: transparent; }

/* line 261, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-body-hidden {
  display: none; }

/* line 265, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-rowbody {
  font: normal 11px/13px arial, verdana, sans-serif;
  padding: 4px; }
  /* line 270, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-grid-rowbody p {
    margin: 5px 5px 10px 5px; }

/* line 276, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell {
  overflow: hidden; }

/* line 280, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 4px 6px 4px;
  white-space: nowrap; }

/* line 291, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines .x-grid-cell-inner {
  padding-bottom: 4px; }

/* line 297, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-action-col-cell .x-grid-cell-inner {
  line-height: 0;
  padding: 2px; }

/* line 302, ../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 306, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner {
  padding-top: 1px; }

/* line 310, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row .x-grid-cell-special {
  padding: 0;
  /*border-right: 1px solid #d8d8d8;*/
  background-image: none;
  background-color: white;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #ffffff);
  background-image: linear-gradient(left, #ffffff, #ffffff); }

/* line 316, ../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 330, ../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 335, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-selected .x-grid-cell-special {
  /*border-right: 1px solid #e1cece;*/
  background-image: none;
  background-color: white;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #DAF2F2), color-stop(100%, #DAF2F2));
  background-image: -webkit-linear-gradient(left, #DAF2F2, #DAF2F2);
  background-image: -moz-linear-gradient(left, #DAF2F2, #DAF2F2);
  background-image: -o-linear-gradient(left, #DAF2F2, #DAF2F2);
  background-image: linear-gradient(left, #DAF2F2, #DAF2F2); }

/* line 341, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-dirty-cell {
  /*background-image: url('images/extnpoa/grid/dirty.svg'); grafik muss angepasst werden, zu groß */
  background-image: url('images/ext4default/grid/dirty.gif');
  background-position: 0 0;
  background-repeat: no-repeat; }

/* line 347, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-selected {
  background-color: #b8cfee !important; }

/* line 353, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-nlg .x-grid-cell-special {
  background-repeat: repeat-y;
  background-position: top right; }
/* line 359, ../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/ext4default/grid/cell-special-bg.gif'); }
/* line 365, ../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/ext4default/grid/cell-special-selected-bg.gif'); }

/* line 371, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-with-col-lines .x-grid-cell {
  padding-right: 0;
  border-right: 1px solid #d8d8d8; }

/* line 378, ../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/ext4default/grid/property-cell-bg.gif');
  background-repeat: no-repeat;
  background-position: -16px 2px; }

/* line 388, ../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 394, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-quirks .x-ie .x-grid-row .x-grid-property-name .x-grid-cell-inner {
  background-position: -16px 2px; }

/* line 399, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-unselectable {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default; }

/* line 403, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-body-hidden {
  display: none; }

/* line 407, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed {
  display: none; }

/* line 413, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view .x-grid-td-expander {
  vertical-align: top; }

/* line 418, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-td-expander {
  background: repeat-y right transparent; }

/* line 424, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-view .x-grid-td-expander .x-grid-cell-inner {
  padding: 0 !important; }

/* line 430, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-expander {
  /*background-image: url('images/extnpoa/grid/group-collapse.svg');*/
  background-image: url('images/ext4default/grid/group-collapse.gif');
  background-color: transparent;
  width: 9px;
  height: 13px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: 0 -2px; }

/* line 444, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-collapsed .x-grid-row-expander {
  /*background-image: url('images/extnpoa/grid/group-expand.svg'); */
  background-image: url('images/ext4default/grid/group-expand.gif');
}

/* line 449, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-resize-marker {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 1px;
  background-color: #0f0f0f; }

/* line 459, ../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 471, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-top {
  background-image: url('images/extnpoa/grid/col-move-top.svg');
}

/* line 475, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-bottom {
  background-image: url('images/extnpoa/grid/col-move-bottom.svg');
}

/* line 480, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-number {
  width: 30px; }

/* line 487, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group,
.x-grid-group-body,
.x-grid-group-hd {
  zoom: 1; }

/* line 491, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd {
  padding-top: 6px;
}
  /* line 494, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd {
    padding: 10px 4px 4px 4px;
    background: #B4D7FE;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ccc4c4;
    cursor: pointer;
}

/* line 508, ../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/extnpoa/grid/group-collapse.svg');*/
  padding: 0 0 0 3px; }

/* line 515, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-title {
  color: #000000;
  font: bold 12px arial, verdana, sans-serif; }

/* line 521, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-hd-collapsed .x-grid-group-title {
  /*background-image: url('images/extnpoa/grid/group-expand.svg');*/
}

/* line 526, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed .x-grid-group-body {
  display: none; }

/* line 530, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-group-collapsed .x-grid-group-title {
  background-image: url('images/extnpoa/grid/group-expand.svg'); }

/* line 534, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-by-icon {
  background-image: url('images/extnpoa/grid/group-by.svg'); }

/* line 538, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-show-groups-icon {
  background-image: url('images/extnpoa/grid/group-by.svg'); }

/* line 542, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-column-header-checkbox .x-column-header-inner {
  padding: 0; }

/* line 546, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-special .x-grid-cell-inner {
  padding-left: 4px;
  padding-right: 4px; }

.x-grid-cell-inner:hover,
.x-grid-cell-inner.group-active,
.x-grid-group-hd.group-active {
    border-color: #dddddd;
    background-color: #DAF2F2;
}

.x-grid-cell-inner:active {
    border-color: #dddddd;
    background-color: #DAF2F2;
}

.x-grid-cell-inner:focus {
    border-color: #dddddd;
    background-color: #DAF2F2;
}

/* line 552, ../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/extnpoa/grid/unchecked.svg');
  background-position: -1px -1px;
  background-repeat: no-repeat;
  background-color: transparent; }

/* line 564, ../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 573, ../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 579, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-hd-checker-on .x-column-header-text {
  background-image: url('images/extnpoa/grid/checked.svg'); }

/* line 583, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-cell-row-checker .x-grid-cell-inner {
  padding-top: 4px;
  padding-bottom: 2px;
  line-height: 14px; }

/* line 588, ../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 591, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-checker {
  margin-left: 1px;
  background-position: 50% -2px; }

/* line 598, ../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/extnpoa/grid/checked.svg'); }

/* line 603, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-first {
  background-image: url('images/extnpoa/grid/page-first.svg') !important; }

/* line 607, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-loading {
    /*background-image: url('images/ext4default/grid/refresh.gif') !important; */
    background-image: url('images/extnpoa/grid/refresh.svg') !important;
}

/* line 611, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-last {
  background-image: url('images/extnpoa/grid/page-last.svg') !important; }

/* line 615, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-next {
  background-image: url('images/extnpoa/grid/page-next.svg') !important;
}

/* line 619, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-tbar-page-prev {
  background-image: url('images/extnpoa/grid/page-prev.svg') !important;
}

/* line 624, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-loading {
  background-image: url('images/extnpoa/grid/refresh.svg') !important; }
/* line 628, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-first {
  background-image: url('images/extnpoa/grid/page-first-disabled.svg') !important; }
/* line 632, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-last {
  background-image: url('images/extnpoa/grid/page-last-disabled.svg') !important; }
/* line 636, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-next {
  background-image: url('images/extnpoa/grid/page-next.svg') !important;
}
/* line 640, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-item-disabled .x-tbar-page-prev {
  background-image: url('images/extnpoa/grid/page-prev.svg') !important;
}

/* line 646, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-sort-asc .x-menu-item-icon {
  background-image: url('images/extnpoa/grid/hmenu-asc.svg'); }

/* line 650, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-sort-desc .x-menu-item-icon {
  background-image: url('images/extnpoa/grid/hmenu-desc.svg'); }

/* line 654, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-lock .x-menu-item-icon {
  background-image: url('images/extnpoa/grid/hmenu-lock.svg');
}

/* line 658, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-hmenu-unlock .x-menu-item-icon {
  background-image: url('images/extnpoa/grid/hmenu-unlock.svg');
}

/* line 662, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-group-by-icon {
  background-image: url('images/extnpoa/grid/group-by.svg'); }

/* line 666, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-cols-icon .x-menu-item-icon {
  background-image: url('images/extnpoa/grid/columns.svg'); }

/* line 670, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-show-groups-icon {
  background-image: url('images/extnpoa/grid/group-by.svg'); }

/* line 675, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-drop-indicator {
  position: absolute;
  height: 1px;
  line-height: 0px;
  background-color: #77BC71;
  overflow: visible; }
  /* line 682, ../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/extnpoa/grid/dd-insert-arrow-right.svg');
    height: 16px;
    width: 16px; }
  /* line 691, ../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/extnpoa/grid/dd-insert-arrow-left.svg');
    height: 16px;
    width: 16px; }

/* line 702, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-drop-indicator-left {
  background-image: url('images/extnpoa/grid/dd-insert-arrow-right.svg'); }
/* line 706, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie6 .x-grid-drop-indicator-right {
  background-image: url('images/extnpoa/grid/dd-insert-arrow-left.svg'); }

/* line 714, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-text {
  padding: 0 4px; }
/* line 717, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-cb-wrap {
  padding-top: 3px; }

/* line 723, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor {
  position: absolute !important;
  z-index: 1;
  zoom: 1;
  overflow: visible !important; }
  /* line 729, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-grid-row-editor .x-form-text {
    padding: 0 2px; }
  /* line 732, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-grid-row-editor .x-form-cb-wrap {
    padding-top: 0; }
  /* line 735, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-grid-row-editor .x-form-checkbox {
    margin-left: -4px; }
  /* line 738, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-grid-row-editor .x-form-display-field {
    font: normal 11px/15px arial, verdana, sans-serif;
    padding-top: 0;
    padding-left: 2px; }
  /* line 744, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
  .x-grid-row-editor .x-panel-body {
    background-color: #fbfafa;
    border-top: 1px solid #ccc4c4 !important;
    border-bottom: 1px solid #ccc4c4 !important; }

/* line 754, ../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 757, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-trigger, .x-grid-row-editor .x-form-trigger {
  height: 19px; }
/* line 761, ../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/ext4default/form/spinner-small.gif');
  height: 10px !important; }

/* line 768, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-editor .x-form-text, .x-grid-row-editor .x-form-text {
  font: normal 11px/15px arial, verdana, sans-serif;
  height: 18px; }

/* line 776, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-border-box .x-grid-editor .x-form-trigger,
.x-border-box .x-grid-row-editor .x-form-trigger {
  height: 20px; }
/* line 779, ../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 {
  height: 20px;
  padding-bottom: 1px; }

/* line 787, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie .x-grid-editor .x-form-text {
  padding-left: 5px; }
/* line 790, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-ie .x-grid-row-editor .x-form-text {
  padding-left: 3px; }

/* line 796, ../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 803, ../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: 17px; }

/* line 809, ../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: 17px; }

/* line 818, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-opera .x-grid-editor .x-form-text {
  padding-left: 5px; }
/* line 821, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-opera .x-grid-row-editor .x-form-text {
  padding-left: 3px; }

/* line 828, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons {
  background-color: #fbfafa;
  border-color: #646464;
}

  /* line 835, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-strict .x-ie7m .x-grid-row-editor-buttons {
    width: 192px;
    height: 24px;
}

/* line 845, ../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 851, ../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/ext4default/panel/panel-default-framed-corners.gif'); }

/* line 857, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-bl {
  left: 0px;
  background-position: 0px -16px; }

/* line 861, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-br {
  right: 0px;
  background-position: 0px -20px; }

/* line 866, ../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: #ccc4c4; }

/* line 876, ../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: #ccc4c4; }

/* line 882, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-ml {
  left: 0px; }

/* line 885, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-buttons-mr {
  background-position: 0px -20px;
  right: 0px; }

/* line 891, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-errors ul {
  margin-left: 5px; }
/* line 894, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-grid-row-editor-errors li {
  list-style: disc;
  margin-left: 15px; }

/*misc*/
/* line 9, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-webkit *:focus {
  outline: none !important; }

/* line 16, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item {
  vertical-align: top;
  table-layout: fixed; }

/* line 26, ../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, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-layout-table {
  border-collapse: separate;
  border-spacing: 0 2px; }

/* line 37, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-body {
  position: relative; }

/* line 42, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-form-item td {
  border-top: 1px solid transparent; }

/* line 51, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-ie6 .x-form-layout-table {
  border-collapse: collapse;
  border-spacing: 0; }
/* line 56, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-ie6 .x-form-form-item td {
  border-top-width: 0; }
/* line 62, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-ie6 td.x-form-item-pad {
  height: 5px; }

/* line 68, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-editor .x-form-item-body {
  padding-bottom: 0; }

/* line 72, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label {
  /*padding: 6px 0px 0px 0px;*/
  user-select: none;
  /*-o-user-select: none;*/
  /*-ms-user-select: none;*/
  /*-moz-user-select: -moz-none;*/
  /*-webkit-user-select: none;*/
  cursor: default; }

/* line 79, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label-top {
  display: block;
  zoom: 1;
  padding: 0 0 5px 0; }

/* line 85, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-item-label-right {
  text-align: right; }

/* line 89, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-under {
  padding: 2px 2px 2px 18px;
  color: #c0272b;
  font: normal 11px arial, verdana, sans-serif;
  line-height: 16px;
  background: no-repeat 0 2px;
  background-image: url('images/ext4default/form/exclamation.gif'); }

/* line 100, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-form-invalid-icon {
  width: 18px;
  height: 14px;
  background: no-repeat center center;
  background-image: url('images/ext4default/form/exclamation.gif');
  overflow: hidden; }
  /* line 106, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
  .x-form-invalid-icon ul {
    display: block;
    width: 18px; }
    /* line 109, ../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, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-lbl-top-err-icon {
  margin-bottom: 4px; }

/* line 7, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-toolbar .x-form-field,
.x-toolbar .x-form-display-field {
  margin: 0 0 0 0;
  font: normal 0.9em arial, verdana, sans-serif;
  color: black; }

/* line 14, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-item-hidden {
  margin: 0; }

/* line 19, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-text,
textarea.x-form-field {
  padding: 1px 3px;
  border: 1px solid;
  /*background-color: white !important;*/
  background: none;
  border-color: #b5b8c8; }

/* line 36, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-text {
  height: 18px;
  line-height: 15px;
  vertical-align: top; }

/* line 43, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-ie8m .x-form-text {
  line-height: 15px; }

/* line 48, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box .x-form-text {
  height: 22px; }

/* line 52, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
textarea.x-form-field {
  color: black;
  overflow: auto;
  height: auto;
  line-height: normal;
  background: repeat-x 0 0;
  background-color: white;
  resize: none;
}

/* line 65, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box textarea.x-form-field {
  height: auto; }

/* line 70, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-safari.x-mac textarea.x-form-field {
  margin-bottom: -2px; }

/* line 76, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-focus,
textarea.x-form-focus {
  border-color: #003065;
  background-image: none;
}

/* line 81, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-invalid-field,
textarea.x-form-invalid-field {
  background-color: white;
  background-repeat: no-repeat;
  background-position: left;
  border-color: #cc3300 !important;
}

/* line 91, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-item {
  font: normal 12px arial, verdana, sans-serif;
}

/* line 95, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-form-empty-field, textarea.x-form-empty-field {
  color: black;
}

.x-form-empty-field::placeholder, textarea.x-form-empty-field::placeholder {
  color: black;
}

/* line 100, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-webkit .x-form-empty-field {
  line-height: 15px; }

/* line 105, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-ie .x-form-file {
  height: 23px;
  line-height: 18px;
  vertical-align: middle; }

/* line 135, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-field-default-toolbar .x-form-text {
  height: 16px; }

/* line 139, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-border-box .x-field-default-toolbar .x-form-text {
  height: 20px; }

.x-form-text-wrap-default {
  border-width: 0;
}

/* line 143, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-field-default-toolbar .x-form-item-label-left {
  padding-left: 4px; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset {
  border: 1px solid #888888;
  padding: 15px;
  margin-bottom: 15px;
  display: block;
  /* preserve margins in IE */
  position: relative; }

/* line 18, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset {
  padding-top: 0; }
  /* line 20, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
  .x-ie .x-fieldset .x-fieldset-body {
    padding-top: 15px; }

/* line 25, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header-checkbox {
  line-height: 14px; }

/* line 29, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-header {
  font: 14px/14px bold arial, verdana, sans-serif;
  color: #444444;
  padding: 0 3px 1px;
  overflow: hidden;
}
  /* line 35, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
  .x-fieldset-header .x-fieldset-header-text {
    float: left;
    padding: 2px 0;
    font: 14px/14px bold arial, verdana, sans-serif;
    font-weight: bold;
    color: var(--color-primary-blue) !important;
  }
  /* line 39, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
  .x-fieldset-header .x-fieldset-header-text-collapsible {
    cursor: pointer; }
  /* line 44, ../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; }
  /* line 49, ../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 58, ../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 65, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-webkit .x-fieldset-header {
  -webkit-padding-start: 3px;
  -webkit-padding-end: 3px; }

/* line 75, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-opera .x-fieldset-with-legend {
  margin-top: -1px; }
/* line 78, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-opera.x-mac .x-fieldset-header-text {
  padding: 2px 0 0; }

/* line 86, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-strict .x-ie8 .x-fieldset-header {
  margin-bottom: -1px; }
  /* line 90, ../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: -1px; }

/* line 100, ../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 108, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-collapsed .x-fieldset-body {
  display: none; }

/* line 113, ../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 122, ../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 130, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-bwrap {
  zoom: 1; }

/* IE legend positioning bug */
/* line 137, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-noborder legend {
  position: relative;
  margin-bottom: 23px; }

/* line 143, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-ie .x-fieldset-noborder legend span {
  position: absolute;
  left: 16px; }

/* line 149, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset {
  overflow: hidden; }

/* line 153, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1; }

/* line 159, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-fieldset-body {
  overflow: hidden; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-wrap {
  padding-top: 4px !important; }

.x-form-checkbox,
.x-form-radio {
  vertical-align: -1px;
  width: 18px;
  height: 18px;
  background: no-repeat;
  background-size: 18px 18px;
  overflow: hidden;
  padding: 0;
  border: 0;
  /*primary blue*/,,,
  filter: invert(16%) sepia(71%) saturate(610%) hue-rotate(179deg) brightness(96%) contrast(95%);
}

.x-form-cb-label-default.x-form-cb-label-after {
  padding-top: 2px;
}

.x-item-disabled .x-form-checkbox,
.x-item-disabled .x-form-radio {
  /*light grey*/
  filter: invert(81%) sepia(0%) saturate(1603%) hue-rotate(190deg) brightness(101%) contrast(101%);
}

.x-form-checkbox::-moz-focus-inner,
.x-form-radio::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.x-form-checkbox,
.x-column-header-checkbox .x-column-header-checkbox:after,
.x-grid-checkcolumn:after {
  background-image: url('images/extnpoa/form/checkbox-off.svg');
}

.x-column-header-checkbox .x-column-header-checkbox:after,
.x-grid-checkcolumn:after {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-position: 0 0 !important;
  padding: 0;
  margin-top: 4px;
  border: 0;
}

.x-form-radio {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url('images/extnpoa/form/radio-unchecked.svg');
}

.x-nbr.x-ie .x-form-checkbox,
.x-nbr.x-ie .x-form-radio {
  font-size: 0;
}

.x-form-cb-checked .x-form-checkbox,
.x-form-cb-checked .x-form-radio {
  /*secondary blue*/
  filter: invert(27%) sepia(72%) saturate(1003%) hue-rotate(181deg) brightness(99%) contrast(96%);
  background-position: 0 0 !important;
}

.x-form-cb-checked .x-form-checkbox,
.x-grid-hd-checker-on .x-column-header-checkbox:after,
.x-grid-checkcolumn-checked:after {
  background-image: url('images/extnpoa/form/checkbox-on.svg');
}

.x-grid-hd-checker-on .x-column-header-checkbox:after,
.x-grid-item-selected .x-selmodel-column .x-grid-checkcolumn:after,
.x-grid-checkcolumn-checked:after {
  /*secondary blue*/
  filter: invert(27%) sepia(72%) saturate(1003%) hue-rotate(181deg) brightness(99%) contrast(96%);
  background-image: url('images/extnpoa/form/checkbox-on.svg');
}

.x-form-cb-checked .x-form-radio {
  background-image: url('images/extnpoa/form/radio-checked.svg');
}

.x-form-cb-default.x-field-form-checkbox-focus {
  /*primary blue*/
  filter: invert(16%) sepia(71%) saturate(610%) hue-rotate(179deg) brightness(96%) contrast(95%);
  margin-top: 2px !important;
}

.x-form-cb-focus .x-form-checkbox,
.x-form-cb-focus .x-form-radio {
  background-position: 0 0 !important;
}

.x-keyboard-mode .x-form-checkbox-focus.x-form-checkbox-default {
  background-position: 0 0 !important;
}
.x-keyboard-mode .x-form-cb-checked .x-form-checkbox-focus.x-form-radio-default
{
  background-position: 0 0 !important;
}

.x-form-cb-checked .x-form-cb-focus .x-form-checkbox,
.x-form-cb-checked .x-form-cb-focus .x-form-radio{
}


/* boxLabel */
/* line 59, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-label-before {
  margin-right: 4px; }

/* line 62, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-form-cb-label-after {
  margin-left: 4px; }

/* line 7, ../themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-form-checkboxgroup-body {
  padding: 1px 4px 1px 4px; }

/* line 12, ../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/ext4default/grid/invalid_line.gif');
  /*background-image: url('images/extnpoa/grid/invalid_line.svg');  grafik muss angepasst werden, zu groß */
  padding: 1px 3px 0 3px; }

/* line 20, ../themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-check-group-alt {
  background: #e7e7e7;
  border-top: 1px dotted #c6c6c6;
  border-bottom: 1px dotted #c6c6c6; }

/* line 27, ../themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-form-check-group-label {
  color: #333;
  border-bottom: 1px solid #333333;
  margin: 0 30px 5px 0;
  padding: 2px; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-wrap {
  vertical-align: top; }

.x-form-trigger {
    background-image: url('images/extnpoa/form/trigger.svg');
    background-size: 24px 24px;
    width: 18px;
    background-position: -5px 0 !important;
    border: 0px solid var(--color-primary-blue) !important;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
}

.x-tool-toggle {
  background-image: url('images/extnpoa/form/trigger.svg');
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  background-size: 24px 24px;
  width: 18px;
  background-position: -5px 0 !important;
  cursor: pointer;
  cursor: hand;
}

.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.x-form-arrow-trigger {
  background-image: url('images/extnpoa/form/trigger.svg');
  background-size: 24px 24px;
  width: 18px;
  background-position: -5px -3px;
  /*background-position: -5px -3px !important;*/
  border: 2px solid var(--color-primary-blue) !important;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}

.styled-combo-cls {
  margin-bottom: 12px !important;
  position: relative;
}

.styled-combo-cls::after {
  background: #FFFFFF;
  color: #2A3439;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0.16;
}

.styled-combo-arrow-trigger-down {
  background-image: url('images/extnpoa/form/trigger.svg');
  background-size: 24px 24px;
  background-color: #FFFFFF;
  border: 1px solid #1B355E !important;
  border-left-style: none !important;
  width: 18px;
  cursor: hand;
  overflow: hidden;
  background-position: center !important;
}

.styled-combo-arrow-trigger-up {
  background-image: url('images/extnpoa/form/trigger.svg');
  background-size: 24px 24px;
  background-color: #FFFFFF;
  border: 1px solid #195DA3 !important;
  border-right-style: none !important;
  width: 18px;
  cursor: hand;
  overflow: hidden;
  background-position: center !important;
  transform: rotate(180deg);
}

.styled-combo-body-top {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: table-row;
}

.styled-combo-body-left {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: table-cell;
}

.styled-combo-label {
  font: 500 12px Roboto;
  vertical-align: middle;
  color: #1B355E;
}

.styled-combo-list-base {
  border: 5px #195DA3;
}

.styled-combo-list-item {
  color: #1B355E;
  font: 500 12px Roboto;
  padding: 8px;
}

.styled-combo-input {
  background-color: #FFFFFF;
  border: 1px solid #1B355E !important;
  border-right-style: none !important;
  display: block;
  min-height: 32px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
  width: 100%;
}

.styled-combo-input:focus {
  border: 1px solid #195DA3 !important;
  border-right-style: none !important;
}

.styled-combo-input-suche {
  background-color: #FFFFFF;
  border: 1px solid #195DA3 !important;
  display: block;
  min-height: 32px;
  padding-left: 4px;
  text-align: left;
  width: 100%;
}

.styled-combo-input-suche:focus {
  border: 1px solid #195DA3 !important;
  border-right-style: none !important;
}

.styled-tagfield-input-wrap {
  background-color: #FFFFFF;
  border: 1px solid #195DA3 !important;
  border-right-style: none !important;;
  display: block;
  height: 32px;
  text-align: left;
  width: 100%;
}

.boundlist-base {
  background: white;
}

.boundlist-base-item-over {
  background-color: #195DA3;
  color: #FFFFFF;
}

.boundlist-base-selected {
  background-color: #195DA3;
  color: #FFFFFF !important;
}

.styled-tagfield-noborder {
  border: none !important;
  margin-top: 5px;
}

.styled-tagfield-item-text {
  color: inherit;
  font: 12px Arial;
}

.styled-tagfield-item-text:hover {
  color: inherit;
}

.styled-tagfield-item-close {
  margin-top: 1px;
  background-image: inherit !important;
  background-position: 0 !important;
}

.styled-tagfield-item {
  color: #1B355E !important;
  border: none !important;
  background-color: white !important;
  background-image: url(../../../../../../css/images/app-foerdernehmer/highlight_off_primary_blue.svg) !important;
  background-size: 0;
  padding: 0 14px 0 0 !important;
  margin-right: 8px !important;
}

.styled-tagfield-item:hover {
  color: #195DA3 !important;
  background-image: url(../../../../../../css/images/app-foerdernehmer/highlight_off_secondary_blue.svg) !important;
  background-size: 0;
}

.x-field-default-toolbar .x-form-trigger {
  height: 19px; }

.x-border-box .x-field-default-toolbar .x-form-trigger {
  height: 20px;
}

.x-form-trigger-default {
  width: 18px;
}

.x-form-arrow-trigger.x-form-trigger-default.x-form-trigger-over,
.x-form-arrow-trigger.x-form-trigger-default.x-form-trigger-focus,
.x-form-arrow-trigger.x-form-trigger-default.x-form-trigger-click {
  background-position: -5px -3px;
  border: 2px solid var(--color-secondary-blue) !important;
  filter: invert(30%) sepia(83%) saturate(888%) hue-rotate(180deg) brightness(87%) contrast(95%);
}

/* line 66, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-trigger-icon {
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0; }

/* line 74, ../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, ../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; }

.x-form-arrow-trigger .x-form-trigger-icon {
  background-image: url('images/ext4default/boundlist/trigger-arrow.png');
}

.x-form-field-date .x-form-date-trigger {
  background-image: url('images/extnpoa/form/date-trigger.svg');
  background-position: 0 0 !important;
  background-size: 23px 23px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  width: 23px;
  height: 23px;
  border-width: 0px;
}

.x-form-arrow-trigger-default {
  /*primary blue*/
  filter: invert(16%) sepia(71%) saturate(610%) hue-rotate(179deg) brightness(96%) contrast(95%);
}

.x-form-arrow-trigger-default.x-form-trigger-over {
  /*secondary blue*/
  filter: invert(27%) sepia(72%) saturate(1003%) hue-rotate(181deg) brightness(99%) contrast(96%);
  background-position: 0 0;
}

.x-form-trigger-wrap .x-form-spinner-up,
.x-form-trigger-wrap .x-form-spinner-down {
  background-image: url('images/extnpoa/form/trigger.svg');
  background-size: 24px 18px;
  background-position: -5px -6px;
  width: 18px;
  border: 2px solid var(--color-primary-blue);
  border-top: 1px solid var(--color-primary-blue);
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}

.x-form-trigger-wrap .x-form-spinner-up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.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/extnpoa/form/trigger.svg');
  /*height: 10px !important; */
}

.x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus,
.x-form-spinner-up-default.x-form-spinner-over.x-form-spinner-focus,
.x-form-spinner-down-default.x-form-spinner-over.x-form-spinner-focus,
.x-form-trigger-wrap-focus .x-form-spinner-down,
.x-form-trigger-wrap .x-form-spinner-down-over,
.x-form-trigger-wrap-focus .x-form-spinner-down-over,
.x-form-trigger-wrap .x-form-spinner-down-click,
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down,
.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down,
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-over,
.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down-over,
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-click,
.x-form-trigger-wrap-focus .x-form-spinner-up,
.x-form-trigger-wrap .x-form-spinner-up-over,
.x-form-trigger-wrap-focus .x-form-spinner-up-over,
.x-form-trigger-wrap .x-form-spinner-up-click,
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-up,
.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-up,
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-up-over,
.x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-up-over,
.x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-up-click {
  background-position: -5px -6px;
}

.x-form-spinner-up-default.x-form-spinner-over.x-form-spinner-focus,
.x-form-spinner-down-default.x-form-spinner-over.x-form-spinner-focus {
  border: 2px solid var(--color-secondary-blue) !important;
  filter: invert(30%) sepia(83%) saturate(888%) hue-rotate(180deg) brightness(87%) contrast(95%);
}

/* line 154, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-trigger-noedit {
  cursor: auto;
}

/* line 160, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-item-disabled .x-trigger-noedit, .x-item-disabled .x-form-trigger {
  cursor: auto; }

/* line 166, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-clear-trigger {
  background-image: url('images/ext4default/form/clear-trigger.gif'); }

/* line 169, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-form-search-trigger {
  background-image: url('images/ext4default/form/search-trigger.gif'); }

/* line 177, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-quirks .prefixie6 .x-form-trigger-input-cell {
  height: 22px; }
/* line 180, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-quirks .prefixie6 .x-field-default-toolbar .x-form-trigger-input-cell {
  height: 20px; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap {
  border: 1px solid #b5b8c8; }
  /* line 9, ../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, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
  .x-html-editor-wrap textarea {
    background-color: white; }

/* line 20, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-btn-text {
  background: transparent no-repeat;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 26, ../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/ext4default/editor/tb-sprite.gif'); }

/* line 32, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-italic,
.x-menu-item img.x-edit-italic {
  background-position: -16px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 38, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-underline,
.x-menu-item img.x-edit-underline {
  background-position: -32px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 44, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-forecolor,
.x-menu-item img.x-edit-forecolor {
  background-position: -160px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 50, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-backcolor,
.x-menu-item img.x-edit-backcolor {
  background-position: -176px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 56, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-justifyleft,
.x-menu-item img.x-edit-justifyleft {
  background-position: -112px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 62, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-justifycenter,
.x-menu-item img.x-edit-justifycenter {
  background-position: -128px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 68, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-justifyright,
.x-menu-item img.x-edit-justifyright {
  background-position: -144px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 74, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-insertorderedlist,
.x-menu-item img.x-edit-insertorderedlist {
  background-position: -80px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 80, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-insertunorderedlist,
.x-menu-item img.x-edit-insertunorderedlist {
  background-position: -96px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 86, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-increasefontsize,
.x-menu-item img.x-edit-increasefontsize {
  background-position: -48px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 92, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-decreasefontsize,
.x-menu-item img.x-edit-decreasefontsize {
  background-position: -64px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 98, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-sourceedit,
.x-menu-item img.x-edit-sourceedit {
  background-position: -192px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 104, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-edit-createlink,
.x-menu-item img.x-edit-createlink {
  background-position: -208px 0;
  background-image: url('images/ext4default/editor/tb-sprite.gif'); }

/* line 109, ../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, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-toolbar {
  position: static !important; }
/* line 118, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-tb .x-font-select {
  font-size: 11px; }

/* line 123, ../themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-html-editor-wrap textarea {
  border: 0;
  padding: 3px 2px;
  overflow: auto; }

/* line 7, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel,
.x-plain {
  overflow: hidden;
  position: relative; }

/* line 24, ../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, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-ie8 td.x-frame-mc {
  vertical-align: top; }

/* line 37, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-horizontal {
  padding: 3px 5px 4px; }

/* line 40, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-vertical {
  padding: 5px 4px; }

/* line 45, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-icon,
.x-window-header-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 4px; }

/* line 56, ../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, ../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, ../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, ../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, ../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 87, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-container {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 93, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-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 100, ../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 114, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-vertical .x-surface {
  padding-left: 1px; }

/* line 122, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-opera .x-panel-header-vertical .x-surface,
.x-strict .x-ie9 .x-panel-header-vertical .x-surface {
  padding-left: 2px; }

/* line 129, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-top {
  border-bottom-width: 0px !important; }
/* line 132, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-right {
  border-left-width: 0px !important; }
/* line 135, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-bottom {
  border-top-width: 0px !important; }
/* line 138, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-collapsed .x-panel-header-collapsed-border-left {
  border-right-width: 0px !important; }

/* line 145, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-vertical .x-frame-mc {
  background-repeat: repeat-y; }

/* line 248, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-default {
  border-color: #ccc4c4; }

/* line 253, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default {
  font-size: 11px;
  border-color: #ccc4c4;
  border-width: 0px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  -webkit-box-shadow: white 0 1px 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset; }

/* line 277, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-top {
  background-image: url('images/ext4default/panel-header/panel-header-default-top-bg.gif'); }

/* line 281, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-bottom {
  background-image: url('images/ext4default/panel-header/panel-header-default-bottom-bg.gif'); }

/* line 285, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-left {
  background-image: url('images/ext4default/panel-header/panel-header-default-left-bg.gif'); }

/* line 289, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-right {
  background-image: url('images/ext4default/panel-header/panel-header-default-right-bg.gif'); }

/* line 293, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-right {
  background-position: top right; }

/* line 297, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-bottom {
  background-position: bottom left; }

/* line 338, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-default {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
  line-height: 17px; }

.x-tab-default {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.x-tab-default .x-tab-inner {
background: transparent;
border-color: transparent;
color: var(--color-primary-blue);
border-width: 1px;
border-style: solid;
margin: 4px;
/*padding: 0 4px;*/
}
.x-tab-focus.x-tab-over {
  color: var(--color-secondary-blue);
}
/* line 348, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body-default {
  background: transparent;
  border-color: transparent;
  color: black;
  border-width: 1px;
  border-style: solid; }

/* line 363, ../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 368, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-vertical {
  border-color: transparent; }

/* line 375, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-left,
.x-panel-header-default-right {
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 434, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-top {
  -webkit-box-shadow: white 0 1px 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset; }

/* line 438, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-right {
  -webkit-box-shadow: white -1px 0 0px 0 inset;
  -moz-box-shadow: white -1px 0 0px 0 inset;
  box-shadow: white -1px 0 0px 0 inset; }

/* line 442, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-bottom {
  -webkit-box-shadow: white 0 -1px 0px 0 inset;
  -moz-box-shadow: white 0 -1px 0px 0 inset;
  box-shadow: white 0 -1px 0px 0 inset; }

/* line 446, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-left {
  -webkit-box-shadow: white 1px 0 0px 0 inset;
  -moz-box-shadow: white 1px 0 0px 0 inset;
  box-shadow: white 1px 0 0px 0 inset; }

/* line 481, ../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 487, ../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 248, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-default-framed {
  border-color: transparent; }

/* line 253, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed {
  font-size: 11px;
  border-color: transparent;
  border-width: 0px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  -webkit-box-shadow: white 0 1px 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset; }

/* line 277, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-top {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-top-bg.gif'); }

/* line 281, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-bottom {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-bottom-bg.gif'); }

/* line 285, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-left {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-left-bg.gif'); }

/* line 289, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-right {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-right-bg.gif'); }

/* line 293, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-right {
  background-position: top right; }

/* line 297, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nlg .x-panel-header-default-framed-bottom {
  background-position: bottom left; }

/* line 305, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-nbr .x-panel-header-default-framed {
  background-image: none; }

/* line 317, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-strict .x-ie9 .x-panel-header-default-framed-top,
.x-nlg.x-opera .x-panel-header-default-framed-top,
.x-nlg.x-safari .x-panel-header-default-framed-top {
  background-image: url('images/ext4default/panel-header/panel-header-default-top-bg.gif'); }
/* line 321, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-strict .x-ie9 .x-panel-header-default-framed-bottom,
.x-nlg.x-opera .x-panel-header-default-framed-bottom,
.x-nlg.x-safari .x-panel-header-default-framed-bottom {
  background-image: url('images/ext4default/panel-header/panel-header-default-bottom-bg.gif'); }
/* line 325, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-strict .x-ie9 .x-panel-header-default-framed-left,
.x-nlg.x-opera .x-panel-header-default-framed-left,
.x-nlg.x-safari .x-panel-header-default-framed-left {
  background-image: url('images/ext4default/panel-header/panel-header-default-left-bg.gif'); }
/* line 329, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-strict .x-ie9 .x-panel-header-default-framed-right,
.x-nlg.x-opera .x-panel-header-default-framed-right,
.x-nlg.x-safari .x-panel-header-default-framed-right {
  background-image: url('images/ext4default/panel-header/panel-header-default-right-bg.gif'); }

/* line 338, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-text-default-framed {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
  line-height: 17px; }

/* line 348, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-body-default-framed {
  background: transparent;
  border-color: transparent;
  color: black;
  border-width: 0;
  border-style: solid; }

/* line 363, ../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 368, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-vertical {
  border-color: transparent; }

/* line 375, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-left,
.x-panel-header-default-framed-right {
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-default-framed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-default-framed-mc {
  background-color: transparent; }

/* line 115, ../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: 1000404px 1000404px; }
/* line 147, ../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; }
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed-ml,
.x-nbr .x-panel-default-framed-mr {
  zoom: 1; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-default-framed-mc {
  padding: 1px 1px 1px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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: 3px 5px 4px 5px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-top-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-top-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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: 1000404px 1000000px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-top-corners.gif'); }
/* line 168, ../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/ext4default/panel-header/panel-header-default-framed-top-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-top-mc {
  padding: 0px 2px 4px 2px; }

/* line 210, ../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, ../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: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-right-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-right-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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: 1000004px 1100400px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-right-corners.gif'); }
/* line 157, ../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/ext4default/panel-header/panel-header-default-framed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-right-mc {
  padding: 2px 1px 2px 4px; }

/* line 210, ../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, ../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: 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: 3px 5px 4px 5px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-bottom-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-bottom-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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 1000404px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-bottom-corners.gif'); }
/* line 168, ../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/ext4default/panel-header/panel-header-default-framed-bottom-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-bottom-mc {
  padding: 3px 2px 1px 2px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -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: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 4px 5px 4px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-left-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-left-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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: 1000400px 1100004px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-left-corners.gif'); }
/* line 157, ../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/ext4default/panel-header/panel-header-default-framed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-left-mc {
  padding: 2px 4px 2px 1px; }

/* line 210, ../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 399, ../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 403, ../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 407, ../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 411, ../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 452, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-top {
  border-bottom-width: 1px !important; }

/* line 456, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-right {
  border-left-width: 1px !important; }

/* line 460, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-bottom {
  border-top-width: 1px !important; }

/* line 464, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel .x-panel-header-default-framed-left {
  border-right-width: 1px !important; }

/* line 468, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-default-framed-collapsed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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: 3px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-top-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-collapsed-top-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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: 1000404px 1000404px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-top-corners.gif'); }
/* line 168, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-top-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-top-mc {
  padding: 0px 2px 1px 2px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-right {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-right-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-collapsed-right-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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: 1000404px 1100404px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-right-corners.gif'); }
/* line 157, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-right-mc {
  padding: 2px 1px 2px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-bottom {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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: 3px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(top, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-bottom-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-collapsed-bottom-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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: 1000404px 1000404px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif'); }
/* line 168, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-bottom-mc {
  padding: 0px 2px 1px 2px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-panel-header-default-framed-collapsed-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e8e5e5;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f0efef), color-stop(45%, #e9e6e6), color-stop(46%, #d6d0d0), color-stop(50%, #d6d0d0), color-stop(51%, #ddd8d8), color-stop(100%, #e8e5e5));
  background-image: -webkit-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -moz-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: -o-linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5);
  background-image: linear-gradient(right, #f0efef, #e9e6e6 45%, #d6d0d0 46%, #d6d0d0 50%, #ddd8d8 51%, #e8e5e5); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-panel-header-default-framed-collapsed-left-mc {
  background-image: url('images/ext4default/panel-header/panel-header-default-framed-collapsed-left-bg.gif');
  background-color: #e8e5e5; }

/* line 115, ../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: 1000404px 1100404px; }
/* line 147, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-left-corners.gif'); }
/* line 157, ../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/ext4default/panel-header/panel-header-default-framed-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-panel-header-default-framed-collapsed-left-mc {
  padding: 2px 1px 2px 1px; }

/* line 210, ../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 481, ../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 487, ../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 197, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-panel-header-plain,
.x-panel-body-plain {
  border: 0;
  padding: 0; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip {
  position: absolute;
  overflow: visible;
  /*pointer needs to be able to stick out*/
  border-color: #b6b6b6; }
  /* line 12, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
  .x-tip .x-tip-header .x-box-item {
    padding: 3px 3px 0; }
  /* line 16, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
  .x-tip .x-tip-header .x-tool {
    padding: 0px 1px 0 0 !important; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tip {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-color: #fdfafa; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tip-mc {
  background-color: #fdfafa; }

/* line 115, ../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: 1100303px 1000303px; }
/* line 147, ../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/ext4default/tip/tip-corners.gif'); }
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip-ml,
.x-nbr .x-tip-mr {
  zoom: 1;
  background-image: url('images/ext4default/tip/tip-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tip-mc {
  padding: 0px 0px 0px 0px; }

/* line 210, ../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, ../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: 11px;
  font-weight: bold; }

/* line 40, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header-draggable .x-tip-header-text {
  cursor: move; }

/* line 47, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-body,
.x-form-invalid-tip-body {
  overflow: hidden;
  position: relative;
  padding: 3px; }

/* line 55, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-tip-header,
.x-tip-body,
.x-form-invalid-tip-body {
  color: #444444;
  font-size: 11px;
  font-weight: normal; }
  /* line 59, ../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, ../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: #b6b6b6;
  zoom: 1; }

/* line 79, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-border-box .x-tip-anchor {
  width: 10px;
  height: 10px; }

/* line 84, ../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, ../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, ../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, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-form-invalid-tip-body, .x-tip-body-form-invalid {
  background: 1px 1px no-repeat;
  background-image: url('images/ext4default/form/exclamation.gif');
  padding-left: 22px !important;
}
  /* line 151, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
  .x-form-invalid-tip-body li {
    margin-bottom: 4px; }
    /* line 153, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
    .x-form-invalid-tip-body li.last {
      margin-bottom: 0; }

/* line 69, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-form-invalid-tip-default-mc {
  background-color: white; }

/* line 115, ../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, ../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/ext4default/form-invalid-tip/form-invalid-tip-default-corners.gif'); }
/* line 168, ../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/ext4default/form-invalid-tip/form-invalid-tip-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-form-invalid-tip-default-mc {
  padding: 0px 0px 0px 0px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider {
  zoom: 1; }

/* line 10, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  zoom: 1; }

/* line 18, ../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, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz {
  padding-left: 7px;
  background: transparent no-repeat 0 -24px;
  width: 100%; }

/* line 40, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-end {
  padding-right: 7px;
  zoom: 1;
  background: transparent no-repeat right -46px; }

/* line 46, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-inner {
  background: transparent repeat-x 0 -2px;
  height: 18px; }

/* line 51, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb {
  width: 14px;
  height: 15px;
  margin-left: -7px;
  position: absolute;
  left: 0;
  top: 1px;
  background: transparent no-repeat 0 0; }

/* line 61, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb-over {
  background-position: -14px -15px; }

/* line 65, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb-drag {
  background-position: -28px -30px; }

/* Vertical styles */
/* line 70, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert {
  padding-top: 7px;
  background: transparent no-repeat -44px 0; }

/* line 75, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-end {
  padding-bottom: 7px;
  zoom: 1;
  background: transparent no-repeat -22px bottom;
  width: 22px; }

/* line 82, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-inner {
  background: transparent repeat-y 0 0;
  width: 22px; }

/* line 87, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb {
  width: 15px;
  height: 14px;
  margin-bottom: -7px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background: transparent no-repeat 0 0; }

/* line 97, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb-over {
  background-position: -15px -14px; }

/* line 101, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb-drag {
  background-position: -30px -28px; }

/* line 107, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz,
.x-slider-horz .x-slider-end,
.x-slider-horz .x-slider-inner {
  background-image: url('images/ext4default/slider/slider-bg.png'); }

/* line 111, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-horz .x-slider-thumb {
  background-image: url('images/ext4default/slider/slider-thumb.png'); }

/* line 117, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert,
.x-slider-vert .x-slider-end,
.x-slider-vert .x-slider-inner {
  background-image: url('images/ext4default/slider/slider-v-bg.png'); }

/* line 121, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-slider-vert .x-slider-thumb {
  background-image: url('images/ext4default/slider/slider-v-thumb.png'); }

/* line 129, ../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/ext4default/slider/slider-bg.gif'); }
/* line 133, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-horz .x-slider-thumb {
  background-image: url('images/ext4default/slider/slider-thumb.gif'); }
/* line 139, ../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/ext4default/slider/slider-v-bg.gif'); }
/* line 143, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-ie6 .x-slider-vert .x-slider-thumb {
  background-image: url('images/ext4default/slider/slider-v-thumb.gif'); }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress {
  position: relative;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  height: 20px; }

/* line 17, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-bar {
  height: 18px;
  overflow: hidden;
  position: absolute;
  width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid;
  border-top: 1px solid; }

/* line 30, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-text {
  overflow: hidden;
  position: absolute;
  padding: 0 5px;
  height: 18px;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  text-align: center; }

/* line 45, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-text-back {
  padding-top: 1px; }

/* line 50, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-strict .x-ie7m .x-progress {
  height: 18px; }

/* line 93, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-progress-default {
  border-color: #a2a2a2; }
  /* line 96, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
  .x-progress-default .x-progress-bar {
    border-right-color: #a2a2a2;
    border-top-color: #e1e1e1;
    background-image: none;
    background-color: #b7abab;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbd4d4), color-stop(50%, #c3b8b8), color-stop(51%, #b7abab), color-stop(100%, #ac9d9d));
    background-image: -webkit-linear-gradient(top, #dbd4d4, #c3b8b8 50%, #b7abab 51%, #ac9d9d);
    background-image: -moz-linear-gradient(top, #dbd4d4, #c3b8b8 50%, #b7abab 51%, #ac9d9d);
    background-image: -o-linear-gradient(top, #dbd4d4, #c3b8b8 50%, #b7abab 51%, #ac9d9d);
    background-image: linear-gradient(top, #dbd4d4, #c3b8b8 50%, #b7abab 51%, #ac9d9d); }
  /* line 103, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
  .x-progress-default .x-progress-text {
    color: white; }
  /* line 107, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
  .x-progress-default .x-progress-text-back {
    color: #6f6f6f; }

/* line 116, ../themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-nlg .x-progress-default .x-progress-bar {
  background: repeat-x;
  background-image: url('images/ext4default/progress/progress-default-bg.gif'); }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar {
  border: 1px solid;
  padding: 2px 0 2px 2px; }
  /* line 13, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar .x-form-item-label {
    font-size: 1em;
  }
  /* line 18, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar .x-toolbar-item {
    margin: 0 12px 0 0; }
  /* line 22, ../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: 25px;
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 12px;
  }
  /* line 33, ../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, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar .x-toolbar-separator-horizontal {
    margin: 0 3px 0 2px;
    height: 25px;
    width: 0px;
    border-left: 1px solid #4c4c4c;
    /*border-right: 1px solid white;*/
  }

/* line 53, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-quirks .x-ie .x-toolbar .x-toolbar-separator-horizontal {
  width: 2px; }

/* line 58, ../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, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar-footer .x-box-inner {
    border-width: 0; }
  /* line 69, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar-footer .x-toolbar-item {
    margin: 0 6px 0 0; }

/* line 74, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-vertical {
  padding: 2px 2px 0 2px; }
  /* line 77, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar-vertical .x-toolbar-item {
    margin: 0 0 2px 0; }
  /* line 81, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar-vertical .x-toolbar-text {
    margin-top: 4px;
    margin-bottom: 6px; }
  /* line 86, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
  .x-toolbar-vertical .x-toolbar-separator-vertical {
    margin: 2px 5px 3px 5px;
    height: 0px;
    width: 10px;
    line-height: 0px;
    border-top: 1px solid #98c8ff;
    border-bottom: 1px solid white; }

/* line 98, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-scroller {
  padding-left: 0; }

/* line 102, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-spacer {
  width: 2px; }

/* line 107, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-more-icon {
  background-image: url('images/ext4default/toolbar/more.gif') !important;
  background-position: 2px center !important;
  background-repeat: no-repeat; }

/* line 144, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-default {
    background: transparent;
  border-color: transparent;
/*  background-image: none;
  background-color: #C4C5CA;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #C4C5CA), color-stop(100%, #C4C5CA));
  background-image: -webkit-linear-gradient(top, #C4C5CA, #C4C5CA);
  background-image: -moz-linear-gradient(top, #C4C5CA, #C4C5CA);
  background-image: -o-linear-gradient(top, #C4C5CA, #C4C5CA);
  background-image: linear-gradient(top, #C4C5CA, #C4C5CA); */
}

/* line 155, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-nlg .x-toolbar-default {
  background-image: url('images/ext4default/toolbar/toolbar-default-bg.gif') !important;
  background-repeat: repeat-x; }

/* line 123, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-toolbar-plain {
  border: 0; }

/* line 6, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window {
  outline: none;
  overflow: hidden; }
  /* line 10, ../themes/stylesheets/ext4/default/widgets/_window.scss */
  .x-window .x-window-wrap {
    position: relative; }

/* line 15, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body {
  position: relative;
  border-style: solid;
  overflow: hidden; }

/* line 24, ../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, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-top {
  margin-bottom: -2px; }

/* line 33, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-body-horizontal {
  margin-top: -1px; }

/* line 37, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-bottom {
  margin-top: -1px;
  margin-bottom: -1px; }

/* line 42, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-left {
  margin-right: -1px; }

/* line 46, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-right {
  margin-left: -1px; }

/* line 51, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-vertical .x-surface {
  padding-left: 1px; }

/* line 58, ../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 61, ../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 66, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-left {
  padding-right: 5px !important;
  margin-right: 0; }
/* line 71, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-right {
  padding-left: 5px !important;
  margin-left: 0; }
/* line 76, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-top {
  padding-bottom: 5px !important;
  margin-bottom: -1px; }
/* line 81, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-collapsed .x-window-header-bottom {
  padding-top: 5px !important;
  margin-top: 0; }

/* line 89, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-left .x-vml-base,
.x-window-header-right .x-vml-base {
  left: -3px !important; }

/* line 97, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-opera .x-window-header-vertical .x-surface,
.x-strict .x-ie9 .x-window-header-vertical .x-surface {
  padding-left: 2px; }

/* line 103, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-text-container {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 109, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.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 159, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-default {
  border-color: #bbbbbb;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  -webkit-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  -moz-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-default {
  -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: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-default-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000505px 1000505px; }
/* line 147, ../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/ext4default/window/window-default-corners.gif'); }
/* line 168, ../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/ext4default/window/window-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-default-mc {
  padding: 0px 0px 0px 0px; }

/* line 210, ../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 178, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body-default {
  border-color: #ccc4c4;
  border-width: 1px;
  background: white;
  color: black; }

/* line 188, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default {
  font-size: 11px;
  border-color: #bbbbbb;
  zoom: 1; }

/* line 194, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-text-default {
  color: #6e3133;
  font-weight: bold;
  line-height: 17px;
  font-family: arial, verdana, sans-serif;
  font-size: 11px; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-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: 4px 5px 0 5px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-top-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000505px 1000000px; }
/* line 147, ../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/ext4default/window-header/window-header-default-top-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-top-mc {
  padding: 0px 1px 0 1px; }

/* line 210, ../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, ../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: 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: 5px 4px 5px 0;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-right-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000005px 1000500px; }
/* line 147, ../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/ext4default/window-header/window-header-default-right-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-right-mc {
  padding: 1px 0px 1px 0; }

/* line 210, ../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, ../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: 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: 0 5px 4px 5px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-bottom-mc {
  background-color: #e2e2e2; }

/* line 115, ../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 1000505px; }
/* line 147, ../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/ext4default/window-header/window-header-default-bottom-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-bottom-mc {
  padding: 0 1px 0px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-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: 5px 0px 5px 4px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-left-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000500px 1000005px; }
/* line 147, ../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/ext4default/window-header/window-header-default-left-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-left-mc {
  padding: 1px 0px 1px 0px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-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: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-top-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000505px 1000505px; }
/* line 147, ../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/ext4default/window-header/window-header-default-collapsed-top-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-collapsed-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-top-mc {
  padding: 0px 1px 0px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-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: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-right-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000505px 1000505px; }
/* line 147, ../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/ext4default/window-header/window-header-default-collapsed-right-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-right-mc {
  padding: 1px 0px 1px 0px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-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: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-bottom-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000505px 1000505px; }
/* line 147, ../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/ext4default/window-header/window-header-default-collapsed-bottom-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-collapsed-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-bottom-mc {
  padding: 0px 1px 0px 1px; }

/* line 210, ../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, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-window-header-default-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: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2e2e2; }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-window-header-default-collapsed-left-mc {
  background-color: #e2e2e2; }

/* line 115, ../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: 1000505px 1000505px; }
/* line 147, ../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/ext4default/window-header/window-header-default-collapsed-left-corners.gif'); }
/* line 168, ../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/ext4default/window-header/window-header-default-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-window-header-default-collapsed-left-mc {
  padding: 1px 0px 1px 0px; }

/* line 210, ../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 217, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-top {
  -webkit-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  -moz-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset; }

/* line 221, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-right {
  -webkit-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset;
  -moz-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset;
  box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset; }

/* line 225, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-bottom {
  -webkit-box-shadow: #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  -moz-box-shadow: #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  box-shadow: #fbfbfb 0 -1px 0px 0 inset, #fbfbfb -1px 0 0px 0 inset, #fbfbfb 1px 0 0px 0 inset; }

/* line 229, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-header-default-left {
  -webkit-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  -moz-box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb 1px 0 0px 0 inset;
  box-shadow: #fbfbfb 0 1px 0px 0 inset, #fbfbfb 0 -1px 0px 0 inset, #fbfbfb 1px 0 0px 0 inset; }

/* line 130, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x-window-body-plain {
  background: transparent; }

/* line 2, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-window-body {
  background-color: #e2e2e2;
  border: none; }

/* line 7, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-progress-wrap {
  margin-top: 4px; }

/* line 11, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-icon {
  width: 47px;
  height: 32px; }

/* line 19, ../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, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box .x-msg-box-wait {
  background-image: url('images/ext4default/shared/blue-loading.gif'); }

/* line 27, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-info {
  background-image: url('images/ext4default/shared/icon-info.gif'); }

/* line 31, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-warning {
  background-image: url('images/ext4default/shared/icon-warning.gif'); }

/* line 35, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-question {
  background-image: url('images/ext4default/shared/icon-question.gif'); }

/* line 39, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-message-box-error {
  background-image: url('images/ext4default/shared/icon-error.gif'); }

/* line 73, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar {
  position: relative;
  background-color: transparent;
  background-image: none;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f0f0), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(top, #f1f0f0, #e4e4e4);
  background-image: -moz-linear-gradient(top, #f1f0f0, #e4e4e4);
  background-image: -o-linear-gradient(top, #f1f0f0, #e4e4e4);
  background-image: linear-gradient(top, #f1f0f0, #e4e4e4);
  font-size: 11px; }

/* line 80, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-nlg .x-tab-bar {
  background-image: url('images/ext4default/tab-bar/tab-bar-default-bg.gif'); }

/* line 85, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-default-plain,
.x-nlg .x-tab-bar-default-plain {
  background: transparent none; }

/* line 90, ../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, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-body {
  height: 20px;
  border-width: 1px 1px 0;
  padding: 1px 0 3px; }
/* line 10, ../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: 42px;
  border-width: 1px 1px 0;
  height: 2px; }

/* line 19, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-body {
  height: 45px; }
/* line 23, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-strip {
  height: 3px; }

/* line 4, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 20px;
  border-width: 0;
  padding: 0 0 2px; }
/* line 10, ../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: 20px;
  border-width: 1px 1px 0 1px;
  height: 2px; }

/* line 19, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 22px; }
/* line 23, ../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, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body {
  height: 20px;
  border-width: 0 1px 1px;
  padding: 3px 0 1px; }
  /* line 37, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
  .x-tab-bar-bottom .x-tab-bar-body .x-box-inner {
    position: relative;
    top: -1px; }
  /* line 44, ../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: 22px; }
/* line 49, ../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, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-body {
  height: 25px; }
/* line 61, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-strip {
  height: 3px; }

/* line 32, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 20px;
  border-width: 0;
  padding: 3px 0 0; }
  /* line 37, ../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, ../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: 21px; }
/* line 49, ../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, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 23px; }
/* line 61, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-border-box .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
  height: 3px; }

/* line 141, ../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: white;
  background-color: white;
  zoom: 1; }

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-tab-default-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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: 3px 3px 0 3px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-image: none;
  background-color: #f8f2f2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ece5e5), color-stop(25%, #f3ecec), color-stop(45%, #f8f2f2));
  background-image: -webkit-linear-gradient(top, #ece5e5, #f3ecec 25%, #f8f2f2 45%);
  background-image: -moz-linear-gradient(top, #ece5e5, #f3ecec 25%, #f8f2f2 45%);
  background-image: -o-linear-gradient(top, #ece5e5, #f3ecec 25%, #f8f2f2 45%);
  background-image: linear-gradient(top, #ece5e5, #f3ecec 25%, #f8f2f2 45%); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tab-default-top-mc {
  background-image: url('images/ext4default/tab/tab-default-top-bg.gif');
  background-color: #f8f2f2; }

/* line 115, ../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: 1100404px 1000000px; }
/* line 147, ../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/ext4default/tab/tab-default-top-corners.gif'); }
/* line 168, ../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/ext4default/tab/tab-default-top-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-top-mc {
  padding: 0px 0px 0 0px; }

/* line 210, ../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, ../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-image: none;
  background-color: #f8f2f2;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ece5e5), color-stop(25%, #f3ecec), color-stop(45%, #f8f2f2));
  background-image: -webkit-linear-gradient(bottom, #ece5e5, #f3ecec 25%, #f8f2f2 45%);
  background-image: -moz-linear-gradient(bottom, #ece5e5, #f3ecec 25%, #f8f2f2 45%);
  background-image: -o-linear-gradient(bottom, #ece5e5, #f3ecec 25%, #f8f2f2 45%);
  background-image: linear-gradient(bottom, #ece5e5, #f3ecec 25%, #f8f2f2 45%); }

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .x-tab-default-bottom-mc {
  background-image: url('images/ext4default/tab/tab-default-bottom-bg.gif');
  background-color: #f8f2f2; }

/* line 115, ../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, ../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/ext4default/tab/tab-default-bottom-corners.gif'); }
/* line 168, ../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/ext4default/tab/tab-default-bottom-sides.gif');
  background-position: 0 0; }
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .x-tab-default-bottom-mc {
  padding: 0 0px 0px 0px; }

/* line 210, ../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 28, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab {
  z-index: 1;
  margin: 0 0 0 6px !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  height: 20px;

  background: none !important;
  background-color: white;
  border: 2px solid white !important;
  border-radius: 5px 5px 0px 0px;

  /*border-color: #c3bcbc;*/
  /*background-image: none !important;*/
  cursor: pointer;
  cursor: hand;
}

  /* line 40, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab button {
    cursor: pointer;
    cursor: hand; }
  /* line 45, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab em {
    display: block;
    padding: 0 6px;
    line-height: 1px; }

  /* line 51, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    font-size: 11px;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
    color: pink;
    outline: 0 none;
    overflow-x: visible;
  }

  .x-tab.x-tab-default .x-tab-inner-default {
    font: 14px/14px bold arial, verdana, sans-serif !important;
  }

  .x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    color: white !important;
  }

    /* line 69, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
    .x-tab button::-moz-focus-inner {
      /*border: 0;*/
      padding: 0;

      background: none !important;
      background-color: var(--color-secondary-blue) !important;
      border-radius: 5px 5px 0px 0px;
      /*border: 2px solid var(--color-secondary-blue) !important;*/
    }

    /* line 74, ../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 87, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab img {
    display: none; }

/* line 93, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-border-box .x-tab-default-top {
  height: 34px; }
/* line 96, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-border-box .x-tab-default-bottom {
  height: 21px; }

/* line 103, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
* html .x-ie .x-tab button {
  width: 1px; }

/* line 110, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-strict .x-ie6 .x-tab .x-frame-mc,
.x-strict .x-ie7 .x-tab .x-frame-mc {
  height: 100%; }

/* line 115, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-ie .x-tab-active button:active {
  position: relative;
  top: -1px;
  left: -1px;
}

/* line 124, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-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;
  /*border-bottom: 1px solid #white !important;*/
  border-bottom: 2px solid var(--color-primary-blue) !important;
}

  /* line 134, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab-default-top em {
    padding-bottom: 3px; }
  /* line 139, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab-default-top button,
  .x-tab-default-top .x-tab-inner {
    /*height: 13px;*/
    height: 24px;
    line-height: 13px; }

/* line 148, ../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: 11px; }

/* line 153, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-default-top {
  border-bottom-width: 1px !important; }

/* line 157, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-top-active {
  border-bottom-color: #f8f2f2 !important; }

/* line 163, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-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;
  border-top: 1px solid #ccc4c4 !important;
  -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 178, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab-default-bottom em {
    padding-top: 3px; }
  /* line 183, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab-default-bottom button,
  .x-tab-default-bottom .x-tab-inner {
    height: 13px;
    line-height: 13px; }

/* line 189, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-default-bottom {
  border-top-width: 1px !important; }

/* line 193, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-bottom-active {
  border-top-color: #f8f2f2 !important; }

/* line 197, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-default-disabled {
  cursor: default;
  border-color: #dfdada;
  background-image: none;
  background-color: #f7f3f3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f3f3), color-stop(100%, #fdfcfc));
  background-image: -webkit-linear-gradient(top, #f7f3f3, #fdfcfc);
  background-image: -moz-linear-gradient(top, #f7f3f3, #fdfcfc);
  background-image: -o-linear-gradient(top, #f7f3f3, #fdfcfc);
  background-image: linear-gradient(top, #f7f3f3, #fdfcfc); }
  /* line 203, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab-default-disabled button {
    color: #c3b3b3 !important; }

/* line 209, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-icon-text-left .x-tab-inner {
  padding-left: 20px; }

/* line 214, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab button {
  position: relative; }

/* line 218, ../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: 18px;
  height: 18px; }

/* line 233, ../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 238, ../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 243, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-noicon .x-tab-icon {
  display: none; }

/* line 269, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-over {
  background-image: none;
  background-color: #fdf9f9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6eded), color-stop(25%, #fbf4f3), color-stop(45%, #fdf9f9));
  background-image: -webkit-linear-gradient(top, #f6eded, #fbf4f3 25%, #fdf9f9 45%);
  background-image: -moz-linear-gradient(top, #f6eded, #fbf4f3 25%, #fdf9f9 45%);
  background-image: -o-linear-gradient(top, #f6eded, #fbf4f3 25%, #fdf9f9 45%);
  background-image: linear-gradient(top, #f6eded, #fbf4f3 25%, #fdf9f9 45%); }

/* line 272, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-over {
  background-image: none;
  background-color: #fdf9f9;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f6eded), color-stop(25%, #fbf4f3), color-stop(45%, #fdf9f9));
  background-image: -webkit-linear-gradient(bottom, #f6eded, #fbf4f3 25%, #fdf9f9 45%);
  background-image: -moz-linear-gradient(bottom, #f6eded, #fbf4f3 25%, #fdf9f9 45%);
  background-image: -o-linear-gradient(bottom, #f6eded, #fbf4f3 25%, #fdf9f9 45%);
  background-image: linear-gradient(bottom, #f6eded, #fbf4f3 25%, #fdf9f9 45%); }

/* line 277, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-active {
  background: none !important;
  background-color: var(--color-primary-blue) !important;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid var(--color-primary-blue) !important;

  z-index: 3; }
  /* line 283, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab-active button {
    color: #160c0c; }

/* line 299, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-active {
  background-image: none;
  background-color: #f8f2f2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(25%, #ffffff), color-stop(45%, #f8f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 25%, #f8f2f2 45%);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #f8f2f2 45%);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff 25%, #f8f2f2 45%);
  background-image: linear-gradient(top, #ffffff, #ffffff 25%, #f8f2f2 45%); }

/* line 302, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-active {
  background-image: none;
  background-color: #f8f2f2;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(25%, #ffffff), color-stop(45%, #f8f2f2));
  background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffff 25%, #f8f2f2 45%);
  background-image: -moz-linear-gradient(bottom, #ffffff, #ffffff 25%, #f8f2f2 45%);
  background-image: -o-linear-gradient(bottom, #ffffff, #ffffff 25%, #f8f2f2 45%);
  background-image: linear-gradient(bottom, #ffffff, #ffffff 25%, #f8f2f2 45%); }

/* line 307, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-disabled {
  border-color: #dfdada; }
  /* line 312, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
  .x-tab-disabled button {
    color: #c3b3b3; }

/* line 328, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-top-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #f7f3f3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f3f3), color-stop(100%, #fdfcfc));
  background-image: -webkit-linear-gradient(top, #f7f3f3, #fdfcfc);
  background-image: -moz-linear-gradient(top, #f7f3f3, #fdfcfc);
  background-image: -o-linear-gradient(top, #f7f3f3, #fdfcfc);
  background-image: linear-gradient(top, #f7f3f3, #fdfcfc); }

/* line 333, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-bottom-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #f7f3f3;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f7f3f3), color-stop(100%, #fdfcfc));
  background-image: -webkit-linear-gradient(bottom, #f7f3f3, #fdfcfc);
  background-image: -moz-linear-gradient(bottom, #f7f3f3, #fdfcfc);
  background-image: -o-linear-gradient(bottom, #f7f3f3, #fdfcfc);
  background-image: linear-gradient(bottom, #f7f3f3, #fdfcfc); }

/* line 342, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top {
  background-image: url('images/ext4default/tab/tab-default-top-bg.gif'); }
/* line 343, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom {
  background-image: url('images/ext4default/tab/tab-default-bottom-bg.gif'); }
/* line 347, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top-over {
  background-image: url('images/ext4default/tab/tab-default-top-over-bg.gif'); }
/* line 348, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom-over {
  background-image: url('images/ext4default/tab/tab-default-bottom-over-bg.gif'); }
/* line 352, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top-active {
  background-image: url('images/ext4default/tab/tab-default-top-active-bg.gif'); }
/* line 353, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom-active {
  background-image: url('images/ext4default/tab/tab-default-bottom-active-bg.gif'); }
/* line 357, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-top-disabled {
  background-image: url('images/ext4default/tab/tab-default-top-disabled-bg.gif') !important; }
/* line 358, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .x-tab-bottom-disabled {
  background-image: url('images/ext4default/tab/tab-default-bottom-disabled-bg.gif') !important; }

/* line 363, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-closable em {
  padding-right: 14px; }

/* line 367, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-tab-close-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  background: no-repeat;
  background-image: url('images/ext4default/tab/tab-default-close.gif');
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

/* line 381, ../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 387, ../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 392, ../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 404, ../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/ext4default/tab/tab-default-top-over-corners.gif'); }
/* line 408, ../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/ext4default/tab/tab-default-top-over-sides.gif'); }
/* line 412, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-over .x-frame-mc {
  background-color: #fdf9f9;
  background-repeat: repeat-x;
  background-image: url('images/ext4default/tab/tab-default-top-over-bg.gif'); }
/* line 426, ../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/ext4default/tab/tab-default-bottom-over-corners.gif'); }
/* line 430, ../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/ext4default/tab/tab-default-bottom-over-sides.gif'); }
/* line 434, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-over .x-frame-mc {
  background-color: #fdf9f9;
  background-repeat: repeat-x;
  background-image: url('images/ext4default/tab/tab-default-bottom-over-bg.gif'); }
/* line 448, ../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/ext4default/tab/tab-default-top-active-corners.gif'); }
/* line 452, ../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/ext4default/tab/tab-default-top-active-sides.gif'); }
/* line 456, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-active .x-frame-mc {
  background-color: #f8f2f2;
  background-repeat: repeat-x;
  background-image: url('images/ext4default/tab/tab-default-top-active-bg.gif'); }
/* line 470, ../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/ext4default/tab/tab-default-bottom-active-corners.gif'); }
/* line 474, ../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/ext4default/tab/tab-default-bottom-active-sides.gif'); }
/* line 478, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-active .x-frame-mc {
  background-color: #f8f2f2;
  background-repeat: repeat-x;
  background-image: url('images/ext4default/tab/tab-default-bottom-active-bg.gif'); }
/* line 492, ../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/ext4default/tab/tab-default-top-disabled-corners.gif'); }
/* line 496, ../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/ext4default/tab/tab-default-top-disabled-sides.gif'); }
/* line 500, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-top-disabled .x-frame-mc {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/tab/tab-default-top-disabled-bg.gif'); }
/* line 513, ../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/ext4default/tab/tab-default-bottom-disabled-corners.gif'); }
/* line 517, ../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/ext4default/tab/tab-default-bottom-disabled-sides.gif'); }
/* line 521, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .x-tab-bottom-disabled .x-frame-mc {
  background-repeat: repeat-x;
  background-image: url('images/ext4default/tab/tab-default-bottom-disabled-bg.gif'); }

/* line 9, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-autowidth-table table.x-grid-table {
  table-layout: auto;
  width: auto!important; }

/* line 14, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow {
  background-color: transparent; }

/* line 18, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow-end {
  background-color: transparent; }

/* line 22, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-no-lines .x-tree-elbow-line {
  background-color: transparent; }

/* line 27, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-plus {
  background: transparent no-repeat 0 0; }

/* line 31, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-plus {
  background: transparent no-repeat 0 0; }

/* line 35, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-minus {
  background: transparent no-repeat -16px 0; }

/* line 39, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-minus {
  background: transparent no-repeat -16px 0; }

/* line 43, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow {
  background-color: transparent !important; }

/* line 47, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-end {
  background-color: transparent !important; }

/* line 51, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-tree-elbow-line {
  background-color: transparent !important; }

/* line 57, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus,
.x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-position: -16px 0; }

/* line 72, ../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, ../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, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow {
  background-image: url('images/ext4default/tree/elbow.gif'); }
/* line 89, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-end {
  background-image: url('images/ext4default/tree/elbow-end.gif'); }
/* line 93, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-plus {
  background-image: url('images/ext4default/tree/elbow-plus.gif'); }
/* line 97, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-end-plus {
  background-image: url('images/ext4default/tree/elbow-end-plus.gif'); }
/* line 101, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
  background-image: url('images/ext4default/tree/elbow-minus.gif'); }
/* line 105, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-image: url('images/ext4default/tree/elbow-end-minus.gif'); }
/* line 109, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-lines .x-tree-elbow-line {
  background-image: url('images/ext4default/tree/elbow-line.gif'); }

/* line 116, ../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/ext4default/tree/elbow-plus-nl.gif'); }
/* line 121, ../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/ext4default/tree/elbow-end-minus-nl.gif'); }

/* line 130, ../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/ext4default/tree/arrows.gif'); }

/* line 135, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon {
  margin: 2px 3px 0 0; }

/* line 139, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-with-row-lines .x-tree-icon {
  margin-top: 1px; }

/* line 148, ../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: 20px;
  width: 16px; }

/* line 159, ../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: 19px;
  background-position: 0 -1px; }

/* line 165, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon-leaf {
  width: 16px;
  background-image: url('images/ext4default/tree/leaf.gif'); }

/* line 170, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-icon-parent {
  width: 16px;
  background-image: url('images/ext4default/tree/folder.gif'); }

/* line 175, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-node-expanded .x-tree-icon-parent {
  background-image: url('images/ext4default/tree/folder-open.gif'); }

/* line 179, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-rowbody {
  padding: 0; }

/* line 183, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-cell-treecolumn .x-grid-cell-inner {
  padding: 0;
  line-height: 19px; }

/* line 188, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-with-row-lines .x-grid-cell-treecolumn .x-grid-cell-inner {
  line-height: 17px; }

/* line 192, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-panel .x-grid-cell-inner {
  cursor: pointer; }
  /* line 194, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
  .x-tree-panel .x-grid-cell-inner img {
    display: inline-block;
    vertical-align: top; }

/* line 207, ../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 215, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-editor-on-text-node .x-form-text {
  padding-left: 1px;
  padding-right: 1px; }

/* line 222, ../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 228, ../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 234, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox {
  margin: 4px 3px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  background: no-repeat;
  background-image: url('images/ext4default/form/checkbox.gif');
  overflow: hidden;
  padding: 0;
  border: 0; }
  /* line 247, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
  .x-tree-checkbox::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* line 253, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-with-row-lines .x-tree-checkbox {
  margin-top: 3px; }

/* line 257, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-checkbox-checked {
  background-position: 0 -13px; }

/* line 261, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url('images/ext4default/tree/drop-append.gif'); }

/* line 265, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url('images/ext4default/tree/drop-above.gif'); }

/* line 269, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url('images/ext4default/tree/drop-below.gif'); }

/* line 273, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url('images/ext4default/tree/drop-between.gif'); }

/* line 277, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-loading .x-tree-icon {
  background-image: url('images/ext4default/tree/loading.gif'); }

/* line 281, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-ddindicator {
  height: 1px;
  border-width: 1px 0px 0px;
  border-style: dotted;
  border-color: green; }

/* line 288, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-grid-tree-loading span {
  font-style: italic;
  color: #444444; }

/* line 293, ../themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-tree-animator-wrap {
  overflow: hidden; }

/* line 6, ../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, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.rvml {
  behavior: url(#default#VML); }

/* line 15, ../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, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px; }

/* line 27, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 1000px; }

/* line 35, ../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, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block; }

/* line 52, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block; }

/* line 60, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
svg, vml {
  overflow: hidden; }

/* line 6, ../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; }

.aktueller-zinssatz .x-grid-cell {
    background-color: #b1c903;
}
.foerderbereich-row .x-grid-cell {
    background-color: #B4D7FE;
}
.goakonfigurator-row .x-grid-cell {
    color: white;
    background-color: var(--color-secondary-blue);
}

.goakonfigurator-row .x-grid-checkcolumn:after {
    filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(356deg) brightness(103%) contrast(100%);
    background-image: url('images/extnpoa/form/checkbox-off.svg');
}

.goakonfigurator-row .x-grid-checkcolumn-checked:after {
    filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(356deg) brightness(103%) contrast(100%);
    background-image: url('images/extnpoa/form/checkbox-on.svg');
}

.foerderzwischenposition-row .x-grid-cell {
    background-color: #E5F1FF;
}
.foerderposition-row .x-grid-cell {
    background-color: #E2E3E4;
}
.foerderposition-row-orange .x-grid-cell {
    background-color: #E2E3E4;
    color: #E75012;
}
.foerderunterposition-row-orange .x-grid-cell {
    color: #E75012;
}
.bereinigtemittel-row .x-grid-cell {
    background-color: #E2E3E4;
    border-bottom-color: #E75012;
    border-width: 1px;
}
.summe-mittel-row-bold .x-grid-cell {
    border-bottom-color: #E75012;
    border-width: 1px;
    font-weight: bold;
}
.summe-mittel-row-bold-uebertrag .x-grid-cell {
    background-color: #E2E3E4;
    font-weight: bold;
    border-bottom-color: #9C4C94;
    border-width: 1px;
}
.summe-row-bold .x-grid-cell {
    background-color: #E2E3E4;
    font-weight: bold;
}
.summe-row .x-grid-cell {
    background-color: #E2E3E4;
}
.row-bold .x-grid-cell {
    font-weight: bold;
}
.x-grid-row-group-foerderbereich {
    background-color: #B4D7FE !important;
}
.x-grid-row .edit-column {
    background-color: white;
    border-color: #E2E3E4;
    border-width: 1px;
}
.x-grid-row .right {
    text-align: right;
}
.x-grid-row .non-edit-column {
    background-color: #E2E3E4 !important;
}
.x-grid-row .non-edit-gesamt-column {
    background-color: #E2E3E4 !important;
    border-bottom-color: #9C4C94;
    border-width: 1px;
}
.x-grid-row .edit-gesamt-column {
    border-bottom-color: #9C4C94;
    border-width: 1px;
}
.x-grid-row .non-edit-column_percent {
    background-color: #E2E3E4 !important;
    border-bottom-color: #E75012;
    border-width: 1px;
}
.x-grid-row .edit-column_percent {
    background-color: white !important;
    border-bottom-color: #E75012;
    border-width: 1px;
}
.x-grid-row .non-edit-column_percent-uebertrag {
    background-color: #E2E3E4 !important;
    border-bottom-color: #9C4C94;
    border-width: 1px;
}
.x-grid-row .mittelabruf_head_green-column {
    color: green;
}
.x-grid-row .mittelabruf_head_red-column {
    color: red;
}

.x-grid-row .invalid-column {
  background-color: red !important;
}

.x-grid-row .invalid-cell {
    background-color: rgba(255, 0, 0, 0.37) !important;
}

.non-final-pdb .x-grid-cell{
  background-color: #f1f3f3;
}

.inaktiv_nachricht_row .x-grid-cell {
  color: grey;
}

.x-grid-cell.nachricht_datum_red {
  color: red;
}
.columnAlignRight .x-grid-cell-inner  {
    text-align: right !important;
}
.columnAlignCenter .x-grid-cell-inner  {
    text-align: center !important;
}

.display-false { display: none }

.x-form-invalid .x-form-checkbox {
    border: 1px solid #cc3300 !important;
    background: transparent repeat-x bottom;
    background-image: url('images/ext4default/grid/invalid_line.gif');
    /*background-image: url('images/extnpoa/grid/invalid_line.svg');  grafik muss angepasst werden, zu groß */
    padding: 1px 3px 0 3px;
}

.tree_level_bistum {
  background-image: url("../images/bistum.png") !important;
  background-repeat: no-repeat;
}
.tree_level_einrichtung {
  background-image: url("../images/einrichtung.png") !important;
  background-repeat: no-repeat;
}
.tree_level_gemeinde {
  background-image: url("../images/gemeinde.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ja {
  background-image: url("../images/jugendamt.png") !important;
  background-repeat: no-repeat;
}
.tree_level_pv {
  background-image: url("../images/pastoralverbund.png") !important;
  background-repeat: no-repeat;
}
.tree_level_strukturierung {
  background-image: url("../images/region.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ebene0 {
  background-image: url("../images/ebene_bund_karte.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ebene1 {
  background-image: url("../images/nrw.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ebene2 {
  background-image: url("../images/landschaftsverband.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ebene3 {
  background-image: url("../images/bezirksregierung.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ebene4 {
  background-image: url("../images/kreis.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ebene5 {
  background-image: url("../images/jugendamt.png") !important;
  background-repeat: no-repeat;
}
.tree_level_ebene6 {
  background-image: url("../images/gemeinde.png") !important;
  background-repeat: no-repeat;
}
.tree_level_antrag {
  background-image: url("../images/antrag_icon.png") !important;
  background-repeat: no-repeat;
}
.tree_level_person_einrichtung {
  background-image: url("../images/personalliste_fuer_baum.png") !important;
  background-repeat: no-repeat;
}
.tree_level_person_female {
  background-image: url("../images/personalicon_baum.png") !important;
  background-repeat: no-repeat;
}
.nextVersion li {
  list-style-type: disc;
  margin-top: 15px;
  margin-left: 40px;
}

.tree_inventarverwaltung_allgemein_leer {
  background-image: url("../images/ohne_raum_sw.png") !important;
  background-repeat: no-repeat;
}

.tree_inventarverwaltung_allgemein_voll {
  background-image: url("../images/ohne_raum.png") !important;
  background-repeat: no-repeat;
}

.tree_inventarverwaltung_aussen_voll {
  background-image: url("../images/aussengelaende_bunt.png") !important;
  background-repeat: no-repeat;
}

.tree_inventarverwaltung_aussen_leer {
  background-image: url("../images/aussengelaende_sw.png") !important;
  background-repeat: no-repeat;
}

.tree_inventarverwaltung_archiv_voll {
  background-image: url("../images/inventararchiv_bunt.png") !important;
  background-repeat: no-repeat;
}

.tree_inventarverwaltung_archiv_leer {
  background-image: url("../images/inventararchiv.png") !important;
  background-repeat: no-repeat;
}


.tree_inventarverwaltung_raum_leer {
  background-image: url("../images/raum_ohne_inventar.png") !important;
  background-repeat: no-repeat;
}

.tree_inventarverwaltung_raum_voll {
  background-image: url("../images/raum_mit_inventar.png") !important;
  background-repeat: no-repeat;
}

.tree_inventarverwaltung_objekt {
  background-image: url("../images/inventargegenstand.png") !important;
  background-repeat: no-repeat;
}

/*npoa-button-secondary*/
.x-btn,
.button_delete,
.button_delete_light,
.button_remove,
.button_cancel,
.npoa-button-secondary {
  background: none !important;
  background-color: white !important;
  border: 2px solid var(--color-primary-blue) !important;
  border-radius: 5px;
}

.x-btn .x-btn-inner,
.button_delete .x-btn-inner,
.button_delete_light .x-btn-inner,
.button_remove .x-btn-inner,
.button_cancel .x-btn-inner,
.npoa-button-secondary .x-btn-inner {
  color: var(--color-primary-blue);
}

.x-btn:hover, .x-btn:focus,
.button_delete:hover, .button_delete:focus,
.button_delete_light:hover, .button_delete_light:focus,
.button_remove:hover, .button_remove:focus,
.button_cancel:hover, .button_cancel:focus,
.npoa-button-secondary:hover, .npoa-button-secondary:focus {
  background: none !important;
  background-color: white !important;
  border-radius: 5px !important;
  border: 2px solid var(--color-secondary-blue) !important;
}

.x-btn:hover .x-tbar-loading, .x-btn:focus .x-tbar-loading {
  filter: invert(30%) sepia(83%) saturate(888%) hue-rotate(180deg) brightness(87%) contrast(95%);
}

.x-btn:hover .x-btn-inner, .x-btn:focus .x-btn-inner,
.button_delete:hover .x-btn-inner, .button_delete:focus .x-btn-inner,
.button_delete_light:hover .x-btn-inner, .button_delete_light:focus .x-btn-inner,
.button_remove:hover .x-btn-inner, .button_remove:focus .x-btn-inner,
.button_cancel:hover .x-btn-inner, .button_cancel:focus .x-btn-inner,
.npoa-button-secondary:hover .x-btn-inner, .npoa-button-secondary:focus .x-btn-inner {
  color: var(--color-secondary-blue);
}

/*npoa-button-primary*/
.npoa-messagebox-ok,
.button_edit,
.button_edit_light,
.button_save,
.x-row-editor-update-button,
.npoa-button-primary {
  background: none !important;
  background-color: var(--color-primary-blue) !important;
  border-radius: 5px;
  border: 2px solid var(--color-primary-blue) !important;
}

.npoa-messagebox-ok:hover, .npoa-messagebox-ok:focus,
.button_edit:hover, .button_edit:focus,
.button_edit_light:hover, .button_edit_light:focus,
.button_save:hover, .button_save:focus,
.x-row-editor-update-button:hover, .x-row-editor-update-button:focus,
.npoa-button-primary:hover, .npoa-button-primary:focus {
  background: none !important;
  background-color: var(--color-secondary-blue) !important;
  border-radius: 5px;
  border: 2px solid var(--color-secondary-blue) !important;
}

.npoa-messagebox-ok .x-btn-inner,
.button_edit .x-btn-inner,
.button_edit_light .x-btn-inner,
.button_save .x-btn-inner,
.x-row-editor-update-button .x-btn-inner,
.npoa-button-primary .x-btn-inner {
  color: white !important;
}

.npoa-messagebox-ok .x-btn-icon-el > svg,
.button_edit .x-btn-icon-el > svg,
.button_edit_light .x-btn-icon-el,
.button_save .x-btn-icon-el,
.button_edit .x-btn-icon-el,
.x-row-editor-update-button .x-btn-icon-el,
.npoa-button-primary .x-btn-icon-el {
  filter: invert(84%) sepia(100%) saturate(1%) hue-rotate(200deg) brightness(112%) contrast(100%);
}

/*x-btn-disabled*/
.x-btn-disabled {
  background-color: #E1E3E4 !important;
  background-image: none !important;
  border: 2px solid #DADBDE !important;
  border-radius: 5px;
  opacity: 1 !important;;
}

.x-btn-disabled .x-btn-inner, .x-btn-disabled:hover .x-btn-inner, .x-btn-disabled:focus .x-btn-inner {
  color: #2A3439 !important;
}

.x-btn-disabled .x-btn-icon-el {
  filter: invert(15%) sepia(9%) saturate(1279%) hue-rotate(156deg) brightness(92%) contrast(84%);
}

.x-btn-disabled:hover, .x-btn-disabled:focus {
  background-color: #E1E3E4 !important;
  background-image: none !important;
  border: 2px solid #2A3439 !important;
  border-radius: 5px;
}

.x-btn-disabled .x-btn-tooltip {
  pointer-events: auto !important;
  cursor: pointer !important;
  cursor: hand !important;
}

.x-datepicker-month .x-btn {
    padding: 2px;
    padding-left: 8px;
}

.x-datepicker-month .x-btn .x-btn-inner {
    color: white;
}

.x-datepicker-month .x-btn:focus .x-btn-inner,
.x-datepicker-month .x-btn:hover .x-btn-inner {
    color: var(--color-secondary-blue);
}

.x-grid-header-ct {
    min-height: 41px !important;
}

.x-grid-header-ct .x-box-inner {
    min-height: 41px !important;
}

.x-grid-header-ct .x-column-header {
    min-height: 41px !important;
}

.x-grid-header-ct .x-column-header:focus {
    min-height: 41px !important;
}

.x-btn-header-inner {
    border: none;
    background: transparent no-repeat;
    font-weight: bold;
    padding: 2px;
    display: block;
    font-size: 1.1em;
}

.x-btn-header-inner:focus {
    border: 2px solid #005CA8 !important;
    border-radius: 3px;
}

.icon_rot_kreuz {
    background-image: url('../images/rot_kreuz.png');
}

.x-form-text-field-body-default {
    max-width: fit-content;
}

.document_icon {
    background: url('../images/dokument_new.svg') no-repeat;
}

@media screen and (min-width: 1000px) {
    .merge-clear-btn-position {
        float: right;
    }
}

@media screen and (max-width: 600px) {
    .x-window .npoa-grid-toolbar-responsive-screen {
        width: 100% !important;
    }

    .npoa-grid-toolbar-responsive-screen {
        width: 30% !important;
    }

    .x-panel-bodyWrap {
        overflow: revert !important;
        position: revert !important;
    }

    .x-panel-body {
        overflow: revert !important;
    }

    .x-panel,
    .x-plain {
        overflow: revert !important;
    }

    .x-form-item {
        display: grid;
    }

    .uebersicht-oa-container .x-form-item {
        display: table;
    }

    .x-fieldset-body {
        overflow: unset;
    }

    .x-form-text-field-body-default {
        max-width: min-content;
    }

    .responsive-grid-outside-fieldset {
        width: 280px !important;
    }

    .responsive-grid-outside-fieldset .x-panel-header {
        width: 280px !important;
    }

    .responsive-grid-outside-fieldset .x-grid-header-ct {
        width: 280px !important;
    }

    .responsive-grid-outside-fieldset .x-panel-body {
        width: 280px !important;
    }

    .responsive-grid-outside-fieldset .x-grid-view {
        width: 280px !important;
    }

    .responsive-grid {
        width: 230px !important;
    }

    .responsive-grid .x-panel-header {
        width: 230px !important;
    }

    .responsive-grid .x-grid-header-ct {
        width: 230px !important;
    }

    .responsive-grid .x-panel-body {
        width: 230px !important;
    }

    .responsive-grid .x-grid-view {
        width: 230px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .npoa-grid-toolbar-responsive-screen {
        width: 65% !important;
    }

    .responsive-grid {
        width: 550px !important;
    }

    .responsive-grid .x-panel-header {
        width: 550px !important;
    }

    .responsive-grid .x-grid-header-ct {
        width: 550px !important;
    }

    .responsive-grid .x-panel-body {
        width: 550px !important;
    }

    .responsive-grid .x-grid-view {
        width: 550px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .npoa-grid-toolbar-responsive-screen {
        width: 85% !important;
    }
}

.x-panel-body {
    overflow: hidden;
    position: relative;
}

.x-toolbar-item .x-form-item-label {
    padding-bottom: 8px;
}

.x-form-cb-label-default {
    /*margin-top: 4px !important;*/
}

.x-form-cb-label-default .info-button {
    margin-top: 0px !important;
}

.foerdernehmer-massnahme-info-container {
    overflow: unset;
    background-color: rgba(25, 93, 163, 0.2);
    border-color: rgba(25, 93, 163, 1);
    border-width: 2px;
    padding: 24px;
}

.foerdernehmer-massnahme-info-inner-container {
    color: rgba(42, 42, 42, 1);
}

.container-info {
    background-color: rgba(25, 93, 163, 0.2);
    overflow: unset;
    border-color: rgba(25, 93, 163, 1);
    border-style: solid;
    border-width: 2px;
    padding: 24px;
}

.container-warning {
    background: #FDEFCC;
    color: #000000;
    border: 2px solid #F2AF00;
    text-align: left;
    line-height: 150%;
    padding: 10px 10px 10px 10px;
}

.blue-icon {
    filter: invert(28%) sepia(65%) saturate(1300%) hue-rotate(183deg) brightness(93%) contrast(92%);
}

.blue-merge-clear-btn-icon {
    background-image: url(../../../../../../css/images/app-foerdernehmer/haken_black.svg);
    filter: invert(28%) sepia(65%) saturate(1300%) hue-rotate(183deg) brightness(93%) contrast(92%);
}

.menu_tab_block_bottom {
    width: 100%;
    height: 2px;
    margin-left: 11px;
    float: left;
    margin-bottom: 10px;
    /*background: transparent url(../images/blockactivebottom.gif) center center repeat-x;*/
}

.menu_tab_block li {
    margin: 0;
    margin-left: 8px;
    padding: 0;
    /*width: 100%;*/
    /*float: left;*/
    overflow: hidden;
    font: 14px/14px bold arial, verdana, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #002B66;
    zoom: 1;
}

.button_steckbrief {
  background: none !important;
  background-color: var(--color-primary-blue) !important;
  border-radius: 5px;
  border: 2px solid var(--color-primary-blue) !important;
  color: white !important;

  /*background-color: #b1c903 !important;*/
  /*border: 1px solid #32371a !important;*/
  /*border-radius: 4px;*/
  /*color: black !important;*/
  padding: 2.5px 10px 2.5px 5px;
  text-decoration: none !important;
  font-size: 12px;
}

.x-form-cb-default {
  margin-top: 0px !important;
}
.standardgrid .x-panel-header-default {
  background-image: none;
  background-color: #ffffff;
}

.standardgrid .x-column-header {
  background: none;
  border-bottom: none;
}

.standardgrid .x-grid-empty {
  background-color: #E2E3E5;
}

.standardgrid .x-column-header-over {
  background: none;
}

.standardgrid .x-grid-header-ct {
  background-image: none;
  background-color: transparent;
}

.standardgrid .header_top {
  background-color: #DADBDE;
}

.standardgrid .header_middle {
  background-color: #DADBDE;
}

.standardgrid .header_summe {
  background-color: #DADBDE;
}

.standardgrid .header_summe_digit {
  background-color: #DADBDE;
}

.npoa-grid-simpleblue .x-panel-header-default {
  background-image: none;
  background-color: #ffffff;
}

.npoa-grid-simpleblue  .x-panel-header-title-default > .x-title-text-default {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary-blue);
  line-height: 20px;
}

.npoa-grid-simpleblue .x-column-header {
  background: none;
  border-bottom: none;
}

.npoa-grid-simpleblue .x-grid-empty {
  background-color: #E2E3E5;
}

.npoa-grid-simpleblue .x-column-header-over {
  background: none;
}

.npoa-grid-simpleblue .x-grid-header-ct {
  background-image: none;
  background-color: transparent;
}

.npoa-grid-simpleblue .header_top {
  background-color: #DADBDE;
}

.npoa-grid-simpleblue .header_middle {
  background-color: #DADBDE;
}

.npoa-grid-simpleblue .header_summe {
  background-color: #DADBDE;
}

.npoa-grid-simpleblue .header_summe_digit {
  background-color: #DADBDE;
}

.selection-disabled .x-selmodel-column {
  visibility: hidden;
}

.benutzernavigation {
    padding: 15px 25px 15px 25px !important;
    font-weight: 400;
    font-size: 14px;
    background-color: #d1deed;
    font-family: Verdana, sans-serif;

    .fa {
        margin-right: 7px;
    }
}
