/**
 * @class Global_CSS
 *
 * Global CSS variables and mixins of Sencha Touch.
 */
/**
 * @var {string} $prefix
 * The prefix to be applied to all CSS selectors. If this is changed, it must also be changed in your
 * JavaScript application.
 */
/**
 * @var {string} $theme-name
 * The name of the theme. This must match the the output directory of the images.
 * (defaults to 'default')
 */
/**
 * @var {boolean/string} $relative-image-path-for-uis
 * True to use a relative image path for all new UIs. If true, the path will be "../images/".
 * It can also be a string of the path value.
 * It defaults to false, which means it will look for the images in the ExtJS SDK folder.
 */
/**
 * @var {string} $font-family
 * The default font-family to be used throughout the theme.
 */
/**
 * @var {string} $base-gradient
 * The base gradient to be used throughout the theme.
 */
/**
 * @var {color} $base-color
 * The base color to be used throughout the theme.
 */
/**
 * @var {boolean} $include-not-found-images
 * True to include files which are not found when compiling your SASS
 */
/**
 * @var {boolean} $include-ie
 * True to include Internet Explorer specific rules
 */
/**
 * @var {boolean} $include-ff
 * True to include Firefox specific rules
 */
/**
 * @var {boolean} $include-chrome
 * True to include Chrome specific rules
 */
/**
 * @var {boolean} $include-safari
 * True to include Safari specific rules
 */
/**
 * @var {boolean} $include-opera
 * True to include Opera specific rules
 */
/**
 * @var {boolean} $include-webkit
 * True to include Webkit specific rules
 */
/**
 * @var {boolean} $compile-all
 * True to copile all CSS, even if above include rules are false
 */
/**
 * @var {boolean} $scope-reset-css
 * True to scope the reset CSS within the $prefix variable.
 */
/**
 * @var {color} $css-shadow-background-color
 * The base color for CSS shadows
 */
/**
 * @var {color} $include-shadow-images
 * True to include all shadow images.
 */
/**
 * @class Ext.form.field.Base
 */
/**
 * @var {measurement} $form-field-height
 * Height for form fields.
 */
/**
 * @var {measurement} $form-toolbar-field-height
 * Height for form fields in toolbar.
 */
/**
 * @var {measurement} $form-error-icon-width
 * Width for form error icons.
 */
/**
 * @var {measurement} $form-field-padding
 * Padding around form fields.
 */
/**
 * @var {measurement} $form-field-font-size
 * Font size for form fields.
 */
/**
 * @var {font-family} $form-field-font-family
 * Font family for form fields.
 */
/**
 * @var {font-weight} $form-field-font-weight
 * Font weight for form fields.
 */
/**
 * @var {font} $form-field-font
 * Font for form fields.
 */
/**
 * @var {color} $form-field-color
 * Text color for form fields.
 */
/**
 * @var {color} $form-field-empty-color
 * Text color for empty form fields.
 */
/**
 * @var {color} $form-field-border-color
 * Border color for form fields.
 */
/**
 * @var {measurement} $form-field-border-width
 * Border width for form fields.
 */
/**
 * @var {color} $form-field-focus-border-color
 * Border color for focused form fields.
 */
/**
 * @var {color} $form-field-invalid-border-color
 * Border color for invalid form fields.
 */
/**
 * @var {color} $form-field-background-color
 * Background color for form fields.
 */
/**
 * @var {string} $form-field-background-image
 * Background image for form fields.
 */
/**
 * @var {color} $form-field-invalid-background-color
 * Background color for invalid form fields.
 */
/**
 * @var {string} $form-field-invalid-background-image
 * Background image for invalid form fields.
 */
/**
 * @var {background-repeat} $form-field-invalid-background-repeat
 * Background repeat for invalid form fields.
 */
/**
 * @var {background-position} $form-field-invalid-background-position
 * Background position for invalid form fields.
 */
/**
 * @class Ext.form.field.TextArea
 */
/**
 * @class Ext.form.Label
 */
/**
 * @class Ext.form.field.Checkbox
 */
/**
 * @class Ext.form.field.Radio
 */
/* Error messages */
/**
 * @class Ext.form.field.Trigger
 */
/**
 * @class Ext.form.FieldSet
 */
/**
 * @class Ext.slider.Multi
 */
/**
 * Creates a background gradient.
 *
 * @param {Color} $bg-color The background color of the gradient
 * @param {String/List} [$type] The type of gradient to be used. Can either
 * be a String which is a predefined gradient, or it can can be a list of
 * color_stops. If none is set, it will still set the `background-color`
 * to the $background-color.
 * @param {String} [$direction=top] The direction of the gradient. Can either be
 * `top` or `left`.
 * @member Global_CSS
 */
/*
 * Method which inserts a full background-image property for a theme image.
 * It checks if the file exists and if it doesn't, it'll throw an error.
 * By default it will not include the background-image property if it is not found,
 * but this can be changed by changing the default value of $include-missing-images to
 * be true.
 */
/* line 3, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-border-box .x-reset,
.x-border-box .x-reset * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 13, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset html, .x-reset body, .x-reset div, .x-reset dl, .x-reset dt, .x-reset dd, .x-reset ul, .x-reset ol, .x-reset li, .x-reset h1, .x-reset h2, .x-reset h3,
.x-reset h4, .x-reset h5, .x-reset h6, .x-reset pre, .x-reset code, .x-reset form, .x-reset fieldset, .x-reset legend,
.x-reset input, .x-reset textarea, .x-reset p, .x-reset blockquote, .x-reset th, .x-reset td {
  margin: 0;
  padding: 0;
}
/* line 18, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset fieldset, .x-reset img {
  border: 0;
}
/* line 28, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset address, .x-reset caption, .x-reset cite, .x-reset code,
.x-reset dfn, .x-reset em, .x-reset strong, .x-reset th, .x-reset var {
  font-style: normal;
  font-weight: normal;
}
/* line 33, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset li {
  list-style: none;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset caption, .x-reset th {
  text-align: left;
}
/* line 41, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset h1, .x-reset h2, .x-reset h3, .x-reset h4, .x-reset h5, .x-reset h6 {
  font-size: 100%;
}
/* line 46, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset q:before,
.x-reset q:after {
  content: "";
}
/* line 50, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset abbr, .x-reset acronym {
  border: 0;
  font-variant: normal;
}
/* line 55, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset sup {
  vertical-align: text-top;
}
/* line 59, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset sub {
  vertical-align: text-bottom;
}
/* line 63, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset input, .x-reset textarea, .x-reset select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset *:focus {
  outline: none;
}

/* line 1, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-body {
  color: black;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

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

/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-shim {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-display {
  display: none !important;
}

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

/* line 56, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-item-disabled .x-form-item-label,
.x-item-disabled .x-form-field,
.x-item-disabled .x-form-cb-label,
.x-item-disabled .x-form-trigger {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

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

/* line 65, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hidden,
.x-hide-offsets {
  display: block !important;
  visibility: hidden !important;
  position: absolute!important;
  left: -10000px!important;
  top: -10000px!important;
}

/* line 75, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-hide-nosize {
  height: 0!important;
  width: 0!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 215, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
  background-image: url('../images/box/corners-blue.gif');
}

/* line 219, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
  background-image: url('../images/box/tb-blue.gif');
}

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

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

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

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

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

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

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

/* line 9, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100000000;
  width: 0px;
  height: 0px;
}

/* line 21, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-top,
.x-focus-frame-bottom,
.x-focus-frame-left,
.x-focus-frame-right {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 28, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-top,
.x-focus-frame-bottom {
  border-top: solid 1px lightgrey;
  height: 1px;
}

/* line 34, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_focus.scss */
.x-focus-frame-left,
.x-focus-frame-right {
  border-left: solid 1px lightgrey;
  width: 1px;
}

/**
 * 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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  zoom: 1;
  background: #cccccc;
}

/* line 19, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  border: 1px solid;
  border-color: lightgrey;
  background: #f0f0f0;
}
/* line 38, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-msg div {
  padding: 8px 12px 8px 33px;
  background-image: url('../images/_custom/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
  cursor: wait;
  border: 1px solid lightgrey;
  background-color: #f0f0f0;
  color: black;
  font: normal 13px "Montserrat", 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 30, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/_all.scss */
.x-reset {
  /*IE rounding error*/
  /*
   * Dock Layouts
   * @todo move this somewhere else?
   */
}
/* line 3, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .x-dd-drag-proxy {
  z-index: 1000000!important;
}
/* line 8, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .x-dd-drag-repair .x-dd-drag-ghost {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 12, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .x-dd-drag-repair .x-dd-drop-icon {
  display: none;
}
/* line 17, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .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 13px "Montserrat", sans-serif;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #bbbbbb #dddddd;
  background-color: #fff;
}
/* line 34, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url('../images/dd/drop-no.gif');
}
/* line 70, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .x-dd-drop-ok .x-dd-drop-icon {
  background-image: url('../images/dd/drop-yes.gif');
}
/* line 74, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .x-dd-drop-ok-add .x-dd-drop-icon {
  background-image: url('../images/dd/drop-add.gif');
}
/* line 2, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-collapsed .x-resizable-handle {
  display: none;
}
/* line 18, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-east {
  width: 6px;
  height: 100%;
  right: 0;
  top: 0;
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-east {
  cursor: e-resize;
}
/* line 32, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-south {
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
}
/* line 41, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-south {
  cursor: s-resize;
}
/* line 46, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-west {
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 55, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-west {
  cursor: w-resize;
}
/* line 60, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-north {
  width: 100%;
  height: 6px;
  left: 0;
  top: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-north {
  cursor: n-resize;
}
/* line 74, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-southeast {
  width: 6px;
  height: 6px;
  right: 0;
  bottom: 0;
  z-index: 101;
}
/* line 85, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-southeast {
  cursor: se-resize;
}
/* line 90, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-northwest {
  width: 6px;
  height: 6px;
  left: 0;
  top: 0;
  z-index: 101;
}
/* line 101, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-northwest {
  cursor: nw-resize;
}
/* line 106, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-northeast {
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  z-index: 101;
}
/* line 117, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-northeast {
  cursor: ne-resize;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-handle-southwest {
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 0;
  z-index: 101;
}
/* line 133, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-southwest {
  cursor: sw-resize;
}
/* line 140, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-ie .x-resizable-handle-east {
  margin-right: -1px;
  /*IE rounding error*/
}
/* line 144, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-ie .x-resizable-handle-south {
  margin-bottom: -1px;
}
/* line 149, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle, .x-reset .x-resizable-pinned .x-resizable-handle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 153, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-window .x-window-handle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-window-collapsed .x-window-handle {
  display: none;
}
/* line 161, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-proxy {
  border: 1px dashed #3b5a82;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 50000;
}
/* line 170, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-east,
.x-reset .x-resizable-over .x-resizable-handle-west,
.x-reset .x-resizable-pinned .x-resizable-handle-east,
.x-reset .x-resizable-pinned .x-resizable-handle-west {
  background-position: left;
  background-image: url('../images/sizer/e-handle.gif');
}
/* line 196, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-south,
.x-reset .x-resizable-over .x-resizable-handle-north,
.x-reset .x-resizable-pinned .x-resizable-handle-south,
.x-reset .x-resizable-pinned .x-resizable-handle-north {
  background-position: top;
  background-image: url('../images/sizer/s-handle.gif');
}
/* line 201, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-southeast,
.x-reset .x-resizable-pinned .x-resizable-handle-southeast {
  background-position: top left;
  background-image: url('../images/sizer/se-handle.gif');
}
/* line 206, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-northwest,
.x-reset .x-resizable-pinned .x-resizable-handle-northwest {
  background-position: bottom right;
  background-image: url('../images/sizer/nw-handle.gif');
}
/* line 211, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-northeast,
.x-reset .x-resizable-pinned .x-resizable-handle-northeast {
  background-position: bottom left;
  background-image: url('../images/sizer/ne-handle.gif');
}
/* line 216, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-resizable-over .x-resizable-handle-southwest,
.x-reset .x-resizable-pinned .x-resizable-handle-southwest {
  background-position: top right;
  background-image: url('../images/sizer/sw-handle.gif');
}
/* line 3, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter .x-collapse-el {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat !important;
}
/* line 14, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-layout-split-left,
.x-reset .x-layout-split-right {
  top: 50%;
  margin-top: -17px;
  width: 5px;
  height: 35px;
}
/* line 24, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-layout-split-top,
.x-reset .x-layout-split-bottom {
  left: 50%;
  width: 35px;
  height: 5px;
  margin-left: -17px;
}
/* line 33, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-layout-split-left {
  background: no-repeat top right;
  background-image: url('../images/util/splitter/mini-left.gif');
}
/* line 38, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-layout-split-right {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-right.gif');
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-layout-split-top {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-top.gif');
}
/* line 48, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-bottom.gif');
}
/* line 54, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-collapsed .x-layout-split-left {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-right.gif');
}
/* line 59, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-collapsed .x-layout-split-right {
  background: no-repeat top right;
  background-image: url('../images/util/splitter/mini-left.gif');
}
/* line 64, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-collapsed .x-layout-split-top {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-bottom.gif');
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-collapsed .x-layout-split-bottom {
  background: no-repeat top left;
  background-image: url('../images/util/splitter/mini-top.gif');
}
/* line 75, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-horizontal {
  cursor: e-resize;
  cursor: row-resize;
  font-size: 1px;
}
/* line 81, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-vertical {
  cursor: e-resize;
  cursor: col-resize;
  font-size: 1px;
}
/* line 86, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-collapsed, .x-reset .x-splitter-horizontal-noresize, .x-reset .x-splitter-vertical-noresize {
  cursor: default;
}
/* line 90, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-active {
  z-index: 4;
  font-size: 1px;
  background-color: #b4b4b4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 97, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-splitter-active .x-collapse-el {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_splitter.scss */
.x-reset .x-proxy-el {
  position: absolute;
  background: #b4b4b4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked {
  position: absolute !important;
  z-index: 1;
}
/* line 11, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-top {
  border-bottom-width: 0 !important;
}
/* line 15, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-bottom {
  border-top-width: 0 !important;
}
/* line 19, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-left {
  border-right-width: 0 !important;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-right {
  border-left-width: 0 !important;
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-top {
  border-top-width: 0 !important;
}
/* line 31, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-right {
  border-right-width: 0 !important;
}
/* line 35, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-bottom {
  border-bottom-width: 0 !important;
}
/* line 39, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-left {
  border-left-width: 0 !important;
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-inner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
}
/* line 53, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-item {
  position: absolute !important;
  left: 0;
  top: 0;
}
/* line 59, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-rtl .x-box-item {
  right: 0;
  left: auto;
}
/* line 65, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-layout-ct,
.x-reset .x-border-layout-ct {
  overflow: hidden;
  zoom: 1;
}
/* line 70, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-border-layout-ct {
  background-color: white;
  position: relative;
}
/* line 75, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-overflow-hidden {
  overflow: hidden !important;
}
/* line 79, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-inline-children > * {
  display: inline-block !important;
}
/* line 83, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-abs-layout-ct {
  position: relative;
}
/* line 87, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-abs-layout-item {
  position: absolute !important;
}
/* line 91, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-fit-item {
  position: relative;
}
/* line 95, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-border-region-slide-in {
  z-index: 5;
}
/* line 99, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-region-collapsed-placeholder {
  z-index: 4;
}
/* line 103, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd .x-panel-header-text {
  color: white;
  font-weight: normal;
}
/* line 108, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd {
  background: white !important;
  -webkit-box-shadow: inset 0 0 0 0 white;
  -moz-box-shadow: inset 0 0 0 0 white;
  box-shadow: inset 0 0 0 0 white;
}
/* line 112, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd .x-tool-collapse-top,
.x-reset .x-accordion-hd .x-tool-collapse-right,
.x-reset .x-accordion-hd .x-tool-collapse-bottom,
.x-reset .x-accordion-hd .x-tool-collapse-left {
  background-position: 0 -255px;
}
/* line 119, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd .x-tool-expand-top,
.x-reset .x-accordion-hd .x-tool-expand-right,
.x-reset .x-accordion-hd .x-tool-expand-bottom,
.x-reset .x-accordion-hd .x-tool-expand-left {
  background-position: 0 -240px;
}
/* line 127, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd .x-tool-over .x-tool-collapse-top,
.x-reset .x-accordion-hd .x-tool-over .x-tool-collapse-right,
.x-reset .x-accordion-hd .x-tool-over .x-tool-collapse-bottom,
.x-reset .x-accordion-hd .x-tool-over .x-tool-collapse-left {
  background-position: -15px -255px;
}
/* line 136, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd .x-tool-over .x-tool-expand-top,
.x-reset .x-accordion-hd .x-tool-over .x-tool-expand-right,
.x-reset .x-accordion-hd .x-tool-over .x-tool-expand-bottom,
.x-reset .x-accordion-hd .x-tool-over .x-tool-expand-left {
  background-position: -15px -240px;
}
/* line 145, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd {
  border-width: 1px 0 1px 0 !important;
  padding: 4px 5px 5px 5px;
  border-top-color: lightgrey !important;
}
/* line 151, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-body {
  border-width: 0 !important;
}
/* line 155, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd-sibling-expanded {
  border-top-color: lightgrey !important;
  -webkit-box-shadow: inset 0 1px 0 0 lightgrey;
  -moz-box-shadow: inset 0 1px 0 0 lightgrey;
  box-shadow: inset 0 1px 0 0 lightgrey;
}
/* line 160, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd-last-collapsed {
  border-bottom-color: white !important;
}
/* line 169, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-frame-tl,
.x-reset .x-frame-tr,
.x-reset .x-frame-tc,
.x-reset .x-frame-bl,
.x-reset .x-frame-br,
.x-reset .x-frame-bc {
  overflow: hidden;
  background-repeat: no-repeat;
}
/* line 175, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-frame-tc,
.x-reset .x-frame-bc {
  background-repeat: repeat-x;
}
/* line 179, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-frame-mc {
  position: relative;
  background-repeat: repeat-x;
  overflow: hidden;
}
/* line 188, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left {
  float: left;
  height: 100%;
  z-index: 5;
}
/* line 195, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left .x-toolbar-scroll-left,
.x-reset .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/tab-bar/scroll-left.gif');
}
/* line 203, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left .x-toolbar-scroll-left-hover {
  background-position: 0 0;
}
/* line 207, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left .x-toolbar-scroll-left-disabled,
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left .x-toolbar-scroll-left {
  background-image: url('../images/toolbar/scroll-left.gif');
  background-position: -14px 0;
}
/* line 218, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left .x-toolbar-scroll-left-hover {
  background-position: 0 0;
}
/* line 221, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left .x-toolbar-scroll-left-disabled {
  background-position: -14px 0;
}
/* line 225, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-left .x-toolbar-scroll-left {
  width: 14px;
  height: 22px;
  border-bottom: 1px solid #8db2e3;
}
/* line 233, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-horizontal-box-overflow-body {
  float: left;
}
/* line 236, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right {
  float: right;
  height: 100%;
  z-index: 5;
}
/* line 243, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right .x-toolbar-scroll-right,
.x-reset .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/tab-bar/scroll-right.gif');
}
/* line 251, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right .x-toolbar-scroll-right-hover {
  background-position: -18px 0;
}
/* line 255, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right .x-toolbar-scroll-right-disabled,
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right .x-toolbar-scroll-right {
  background-image: url('../images/toolbar/scroll-right.gif');
}
/* line 265, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right .x-toolbar-scroll-right-hover {
  background-position: -14px 0;
}
/* line 268, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right .x-toolbar-scroll-right-disabled {
  background-position: 0 0;
}
/* line 272, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-right .x-toolbar-scroll-right {
  width: 14px;
  height: 22px;
  border-bottom: 1px solid #8db2e3;
}
/* line 282, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-top .x-box-scroller {
  line-height: 0;
  font-size: 0;
}
/* line 286, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-top .x-menu-scroll-top {
  background: transparent no-repeat center center;
  background-image: url('../images/layout/mini-top.gif');
  height: 8px;
  cursor: pointer;
}
/* line 294, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-bottom .x-box-scroller {
  line-height: 0;
  font-size: 0;
}
/* line 298, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-scroller-bottom .x-menu-scroll-bottom {
  background: transparent no-repeat center center;
  background-image: url('../images/layout/mini-bottom.gif');
  height: 8px;
  cursor: pointer;
}
/* line 306, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-menu-right {
  float: right;
  padding-right: 2px;
}
/* line 311, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-column {
  float: left;
}
/* line 315, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-ie6 .x-column {
  display: inline;
  /*prevent IE6 double-margin bug*/
}
/* line 319, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-quirks .x-ie .x-form-layout-table, .x-reset .x-quirks .x-ie .x-form-layout-table tbody tr.x-form-item {
  position: relative;
}
/* line 2, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool {
  height: 14px;
}
/* line 5, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool img {
  overflow: hidden;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../images/tools/tool-sprites.gif');
  margin: 0;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-panel-header-horizontal .x-tool,
.x-reset .x-window-header-horizontal .x-tool {
  margin-left: 2px;
}
/* line 30, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-panel-header-vertical .x-tool,
.x-reset .x-window-header-vertical .x-tool {
  margin-top: 2px;
}
/* line 39, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-panel-header-vertical .x-tool-top,
.x-reset .x-window-header-vertical .x-tool-top {
  margin: 0 0 4px;
}
/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-placeholder {
  visibility: hidden;
}
/* line 49, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-toggle {
  background-position: 0 -60px;
}
/* line 54, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-toggle {
  background-position: -15px -60px;
}
/* line 61, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-panel-collapsed .x-tool-toggle,
.x-reset .x-fieldset-collapsed .x-tool-toggle {
  background-position: 0 -75px;
}
/* line 66, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-panel-collapsed .x-tool-over .x-tool-toggle,
.x-reset .x-fieldset-collapsed .x-tool-over .x-tool-toggle {
  background-position: -15px -75px;
}
/* line 72, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-close {
  background-position: 0 0;
}
/* line 76, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-minimize {
  background-position: 0 -15px;
}
/* line 80, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-maximize {
  background-position: 0 -30px;
}
/* line 84, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-restore {
  background-position: 0 -45px;
}
/* line 88, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-gear {
  background-position: 0 -90px;
}
/* line 92, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-prev {
  background-position: 0 -105px;
}
/* line 96, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-next {
  background-position: 0 -120px;
}
/* line 100, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-pin {
  background-position: 0 -135px;
}
/* line 104, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-unpin {
  background-position: 0 -150px;
}
/* line 108, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-right {
  background-position: 0 -165px;
}
/* line 112, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-left {
  background-position: 0 -180px;
}
/* line 116, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-help {
  background-position: 0 -300px;
}
/* line 120, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-save {
  background-position: 0 -285px;
}
/* line 124, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-search {
  background-position: 0 -270px;
}
/* line 128, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-minus {
  background-position: 0 -255px;
}
/* line 132, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-plus {
  background-position: 0 -240px;
}
/* line 136, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-refresh {
  background-position: 0 -225px;
}
/* line 140, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-up {
  background-position: 0 -210px;
}
/* line 144, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-down {
  background-position: 0 -195px;
}
/* line 148, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-collapse {
  background-position: 0 -345px;
}
/* line 152, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-expand {
  background-position: 0 -330px;
}
/* line 156, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-print {
  background-position: 0 -315px;
}
/* line 161, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-expand-bottom,
.x-reset .x-tool-collapse-bottom {
  background-position: 0 -195px;
}
/* line 166, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-expand-top,
.x-reset .x-tool-collapse-top {
  background-position: 0 -210px;
}
/* line 171, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-expand-left,
.x-reset .x-tool-collapse-left {
  background-position: 0 -180px;
}
/* line 176, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-expand-right,
.x-reset .x-tool-collapse-right {
  background-position: 0 -165px;
}
/* line 181, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-close {
  background-position: -15px 0;
}
/* line 185, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-minimize {
  background-position: -15px -15px;
}
/* line 189, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-maximize {
  background-position: -15px -30px;
}
/* line 193, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-restore {
  background-position: -15px -45px;
}
/* line 197, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-gear {
  background-position: -15px -90px;
}
/* line 201, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-prev {
  background-position: -15px -105px;
}
/* line 205, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-next {
  background-position: -15px -120px;
}
/* line 209, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-pin {
  background-position: -15px -135px;
}
/* line 213, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-unpin {
  background-position: -15px -150px;
}
/* line 217, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-right {
  background-position: -15px -165px;
}
/* line 221, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-left {
  background-position: -15px -180px;
}
/* line 225, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-down {
  background-position: -15px -195px;
}
/* line 229, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-up {
  background-position: -15px -210px;
}
/* line 233, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-refresh {
  background-position: -15px -225px;
}
/* line 237, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-plus {
  background-position: -15px -240px;
}
/* line 241, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-minus {
  background-position: -15px -255px;
}
/* line 245, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-search {
  background-position: -15px -270px;
}
/* line 249, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-save {
  background-position: -15px -285px;
}
/* line 253, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-help {
  background-position: -15px -300px;
}
/* line 257, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-print {
  background-position: -15px -315px;
}
/* line 261, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-expand {
  background-position: -15px -330px;
}
/* line 265, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-collapse {
  background-position: -15px -345px;
}
/* line 270, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-expand-bottom,
.x-reset .x-tool-over .x-tool-collapse-bottom {
  background-position: -15px -195px;
}
/* line 275, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-expand-top,
.x-reset .x-tool-over .x-tool-collapse-top {
  background-position: -15px -210px;
}
/* line 280, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-expand-left,
.x-reset .x-tool-over .x-tool-collapse-left {
  background-position: -15px -180px;
}
/* line 285, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-over .x-tool-expand-right,
.x-reset .x-tool-over .x-tool-collapse-right {
  background-position: -15px -165px;
}
/* line 2, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-horizontal-scroller-present .x-grid-body {
  border-bottom-width: 0px;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-vertical-scroller-present .x-grid-body {
  border-right-width: 0px;
}
/* line 10, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller {
  overflow: hidden;
}
/* line 14, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-vertical {
  border: 1px solid lightgrey;
  border-top-color: #2d2e2d;
}
/* line 19, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-horizontal {
  border: 1px solid lightgrey;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-vertical-scroller-present .x-scroller-horizontal {
  border-right-width: 0px;
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-vertical .x-scroller-ct {
  overflow-y: scroll;
}
/* line 52, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-horizontal .x-scroller-ct {
  overflow-x: scroll;
}
/* line 8, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html {
  /* Begin bidirectionality settings (do not change) */
}
/* line 34, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html html,
.x-reset .x-html address,
.x-reset .x-html blockquote,
.x-reset .x-html body,
.x-reset .x-html dd,
.x-reset .x-html div,
.x-reset .x-html dl,
.x-reset .x-html dt,
.x-reset .x-html fieldset,
.x-reset .x-html form,
.x-reset .x-html frame, .x-reset .x-html frameset,
.x-reset .x-html h1,
.x-reset .x-html h2,
.x-reset .x-html h3,
.x-reset .x-html h4,
.x-reset .x-html h5,
.x-reset .x-html h6,
.x-reset .x-html noframes,
.x-reset .x-html ol,
.x-reset .x-html p,
.x-reset .x-html ul,
.x-reset .x-html center,
.x-reset .x-html dir,
.x-reset .x-html hr,
.x-reset .x-html menu,
.x-reset .x-html pre {
  display: block;
}
/* line 35, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html li {
  display: list-item;
  list-style: disc;
}
/* line 36, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html head {
  display: none;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html table {
  display: table;
}
/* line 38, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html tr {
  display: table-row;
}
/* line 39, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html thead {
  display: table-header-group;
}
/* line 40, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html tbody {
  display: table-row-group;
}
/* line 41, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html tfoot {
  display: table-footer-group;
}
/* line 42, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html col {
  display: table-column;
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html colgroup {
  display: table-column-group;
}
/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html td,
.x-reset .x-html th {
  display: table-cell;
}
/* line 46, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html caption {
  display: table-caption;
}
/* line 47, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html th {
  font-weight: bolder;
  text-align: center;
}
/* line 48, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html caption {
  text-align: center;
}
/* line 49, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html body {
  margin: 8px;
}
/* line 50, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 51, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
/* line 52, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
/* line 62, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html h4,
.x-reset .x-html p,
.x-reset .x-html blockquote,
.x-reset .x-html ul,
.x-reset .x-html fieldset,
.x-reset .x-html form,
.x-reset .x-html ol,
.x-reset .x-html dl,
.x-reset .x-html dir,
.x-reset .x-html menu {
  margin: 1.12em 0;
}
/* line 63, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
/* line 64, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
/* line 72, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html h1,
.x-reset .x-html h2,
.x-reset .x-html h3,
.x-reset .x-html h4,
.x-reset .x-html h5,
.x-reset .x-html h6,
.x-reset .x-html b,
.x-reset .x-html strong {
  font-weight: bolder;
}
/* line 73, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
/* line 78, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html i,
.x-reset .x-html cite,
.x-reset .x-html em,
.x-reset .x-html var,
.x-reset .x-html address {
  font-style: italic;
}
/* line 83, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html pre,
.x-reset .x-html tt,
.x-reset .x-html code,
.x-reset .x-html kbd,
.x-reset .x-html samp {
  font-family: monospace;
}
/* line 84, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html pre {
  white-space: pre;
}
/* line 88, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html button,
.x-reset .x-html textarea,
.x-reset .x-html input,
.x-reset .x-html select {
  display: inline-block;
}
/* line 89, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html big {
  font-size: 1.17em;
}
/* line 92, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html small,
.x-reset .x-html sub,
.x-reset .x-html sup {
  font-size: .83em;
}
/* line 93, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html sub {
  vertical-align: sub;
}
/* line 94, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html sup {
  vertical-align: super;
}
/* line 95, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html table {
  border-spacing: 2px;
}
/* line 98, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html thead,
.x-reset .x-html tbody,
.x-reset .x-html tfoot {
  vertical-align: middle;
}
/* line 100, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html td,
.x-reset .x-html th {
  vertical-align: inherit;
}
/* line 103, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html s,
.x-reset .x-html strike,
.x-reset .x-html del {
  text-decoration: line-through;
}
/* line 104, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html hr {
  border: 1px inset;
}
/* line 109, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html ol,
.x-reset .x-html ul,
.x-reset .x-html dir,
.x-reset .x-html menu,
.x-reset .x-html dd {
  margin-left: 40px;
}
/* line 110, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html ul, .x-reset .x-html menu, .x-reset .x-html dir {
  list-style-type: disc;
}
/* line 111, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html ol {
  list-style-type: decimal;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html ol ul,
.x-reset .x-html ul ol,
.x-reset .x-html ul ul,
.x-reset .x-html ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 117, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html u,
.x-reset .x-html ins {
  text-decoration: underline;
}
/* line 118, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html br:before {
  content: "\A";
}
/* line 119, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html :before, .x-reset .x-html :after {
  white-space: pre-line;
}
/* line 120, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html center {
  text-align: center;
}
/* line 121, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html :link, .x-reset .x-html :visited {
  text-decoration: underline;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html :focus {
  outline: invert dotted thin;
}
/* line 125, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 126, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

/* line 5, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-default-top {
  height: 21px;
}
/* line 8, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-default-bottom {
  height: 21px;
}
/* line 13, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tip-anchor {
  width: 10px;
  height: 10px;
}
/* line 19, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-form-text {
  height: 60px;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset textarea.x-form-field {
  height: auto;
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-field-default-toolbar .x-form-text {
  height: 60px;
}
/* line 32, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-form-trigger {
  height: 60px;
}
/* line 36, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-field-default-toolbar .x-form-trigger {
  height: 20px;
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset.x-ie9 .x-grid-header-ct {
  padding-left: 1px;
}

/* line 55, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-webkit .x-reset *:focus {
  outline: none !important;
}
/* line 61, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-webkit .x-reset .x-form-empty-field {
  line-height: 15px;
}
/* line 66, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-webkit .x-reset .x-fieldset-header {
  padding-top: 1px;
}

/* Top Tabs */
/* line 118, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-top .x-tab-bar-body {
  height: 25px;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-top .x-tab-bar-strip {
  height: 3px;
}

/* line 118, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 22px;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-top .x-tab-bar-strip-default-plain {
  height: 3px;
}

/* Bottom Tabs */
/* line 134, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-bottom .x-tab-bar-body {
  height: 25px;
}
/* line 138, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-bottom .x-tab-bar-strip {
  height: 3px;
}

/* line 134, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 23px;
}
/* line 138, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
  height: 3px;
}

/* line 524, ../ext-theme.scss */
.x-reset {
  /* IE9 shows scrollbars in a button unless this is set  */
  /* Keep the selector simple ".x-btn .x-frame-mc" is enough to target the center frame of the button table */
  /* Only center when all there is is text. Otherwise solo icons get centered. */
  /*
  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.
  */
  /* 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 */
  /*misc*/
        /*
        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.
        */
  /* IE legend positioning bug */
  /* Hack for IE; causes alignment problem in IE9 standards mode so exclude that */
  /* Focused */
  /* Radios */
  /* boxLabel */
  /* Horizontal styles */
  /* Vertical styles */
  /* Top Tabs */
  /* Bottom Tabs */
  /* In IE a disabled icon needs to be hidden or the opacity effect covers some of the text */
  /* Include the element name otherwise Internet Explorer 7 & 8 take a performance hit */
  /* Include the element name to raise the specificity to equal the :hover */
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist {
  border-width: 0;
  border-style: solid;
  border-color: lightgrey;
  background: white;
}
/* line 12, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist .x-toolbar {
  border-width: 1px 0 0 0;
}
/* line 22, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-strict .x-ie6 .x-boundlist-list-ct,
.x-reset .x-strict .x-ie7 .x-boundlist-list-ct {
  position: relative;
}
/* line 29, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-item {
  padding: 4px 6px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
  cursor: pointer;
  cursor: hand;
  position: relative;
  /*allow hover in IE on empty items*/
  border-width: 1px 0;
  border-style: solid;
  border-color: white;
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-selected {
  background: #e3e3e3;
  border-color: #b9b9b9;
}
/* line 48, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-item-over {
  background: #f0f0f0;
  border-color: lightgrey;
}
/* line 53, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-floating {
  border-top-width: 0;
}
/* line 57, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-above {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn * {
  cursor: pointer;
  cursor: hand;
}
/* line 26, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn em {
  background-repeat: no-repeat;
}
/* line 30, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn em a {
  text-decoration: none;
  display: block;
  color: inherit;
  width: 100%;
  zoom: 1;
}
/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 65, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn .x-btn-inner {
  display: block;
  white-space: nowrap;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
}
/* line 74, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn .x-btn-left .x-btn-inner {
  text-align: left;
}
/* line 78, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn .x-btn-center .x-btn-inner {
  text-align: center;
}
/* line 82, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn .x-btn-right .x-btn-inner {
  text-align: right;
}
/* line 87, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-disabled span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 91, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-disabled span, .x-ie7 .x-reset .x-btn-disabled span {
  filter: none;
}
/* line 98, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie7 .x-btn-disabled,
.x-reset .x-ie8 .x-btn-disabled {
  filter: none;
}
/* line 105, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie6 .x-btn-disabled .x-btn-icon,
.x-reset .x-ie7 .x-btn-disabled .x-btn-icon,
.x-reset .x-ie8 .x-btn-disabled .x-btn-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 112, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie9 .x-btn button {
  overflow: visible!important;
}
/* line 117, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset * html .x-ie .x-btn button {
  width: 1px;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie .x-btn button {
  overflow-x: visible;
  /*prevents extra horiz space in IE*/
  vertical-align: baseline;
  /*IE doesn't like bottom*/
}
/* line 129, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-strict .x-ie6 .x-btn .x-frame-mc,
.x-reset .x-strict .x-ie7 .x-btn .x-frame-mc {
  height: 100%;
}
/* line 138, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn .x-frame-mc {
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-noicon .x-frame-mc {
  text-align: center;
}
/* line 153, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-icon-text-left .x-btn-icon {
  background-position: left center;
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-icon-text-right .x-btn-icon {
  background-position: right center;
}
/* line 161, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-icon-text-top .x-btn-icon {
  background-position: center top;
}
/* line 165, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-icon-text-bottom .x-btn-icon {
  background-position: center bottom;
}
/* line 170, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn button, .x-reset .x-btn a {
  position: relative;
}
/* line 173, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn button .x-btn-icon, .x-reset .x-btn a .x-btn-icon {
  position: absolute;
  background-repeat: no-repeat;
}
/* line 180, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-arrow-right {
  background: transparent no-repeat right center;
  padding-right: 12px;
}
/* line 184, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-arrow-right .x-btn-inner {
  padding-right: 0 !important;
}
/* line 189, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-toolbar .x-btn-arrow-right {
  padding-right: 12px;
}
/* line 193, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-arrow-bottom {
  background: transparent no-repeat center bottom;
  padding-bottom: 12px;
}
/* line 198, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-arrow {
  background-image: url('../images/button/arrow.gif');
  display: block;
}
/* line 206, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-split-right,
.x-reset .x-btn-over .x-btn-split-right {
  background: transparent no-repeat right center;
  background-image: url('../images/button/s-arrow.gif');
  padding-right: 14px !important;
}
/* line 213, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-split-bottom,
.x-reset .x-btn-over .x-btn-split-bottom {
  background: transparent no-repeat center bottom;
  background-image: url('../images/button/s-arrow-b.gif');
  padding-bottom: 14px;
}
/* line 219, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-toolbar .x-btn-split-right {
  background-image: url('../images/button/s-arrow-noline.gif');
  padding-right: 12px !important;
}
/* line 224, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-toolbar .x-btn-split-bottom {
  background-image: url('../images/button/s-arrow-b-noline.gif');
}
/* line 228, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-split {
  display: block;
}
/* line 233, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-item-disabled,
.x-reset .x-item-disabled * {
  cursor: default;
}
/* line 237, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-cycle-fixed-width .x-btn-inner {
  text-align: inherit;
}
/* line 241, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-over .x-btn-split-right {
  background-image: url('../images/button/s-arrow-o.gif');
}
/* line 242, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-over .x-btn-split-bottom {
  background-image: url('../images/button/s-arrow-bo.gif');
}
/* line 637, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small {
  border-color: darkgrey;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 10px 4px 10px;
  border-width: 2px;
  border-style: solid;
  background-image: none;
  background-color: darkgrey;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-small-mc {
  background-image: url('../images/btn/btn-default-small-bg.gif');
  background-color: darkgrey;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-small {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-small-tl,
.x-reset .x-nbr .x-btn-default-small-bl,
.x-reset .x-nbr .x-btn-default-small-tr,
.x-reset .x-nbr .x-btn-default-small-br,
.x-reset .x-nbr .x-btn-default-small-tc,
.x-reset .x-nbr .x-btn-default-small-bc,
.x-reset .x-nbr .x-btn-default-small-ml,
.x-reset .x-nbr .x-btn-default-small-mr {
  zoom: 1;
  background-image: url('../images/btn/btn-default-small-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-small-ml,
.x-reset .x-nbr .x-btn-default-small-mr {
  zoom: 1;
  background-image: url('../images/btn/btn-default-small-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-small-mc {
  padding: 6px 12px 6px 12px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-btn-default-small-tl,
.x-reset .x-strict .x-ie7 .x-btn-default-small-bl {
  position: relative;
  right: 0;
}
/* line 643, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: darkgrey;
  background-repeat: no-repeat;
  padding: 0 0;
}
/* line 656, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon button,
.x-reset .x-btn-default-small-icon a,
.x-reset .x-btn-default-small-icon .x-btn-inner,
.x-reset .x-btn-default-small-noicon button,
.x-reset .x-btn-default-small-noicon a,
.x-reset .x-btn-default-small-noicon .x-btn-inner {
  height: 20px;
  line-height: 20px;
}
/* line 665, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon button,
.x-reset .x-btn-default-small-icon a {
  padding: 0;
}
/* line 669, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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: 20px;
  padding: 0;
}
/* line 675, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon .x-btn-icon {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-left button,
.x-reset .x-btn-default-small-icon-text-left a {
  height: 20px;
}
/* line 690, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-left .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
}
/* line 696, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-left .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-small-icon-text-left .x-btn-icon, .x-quirks .x-reset .x-btn-default-small-icon-text-left .x-btn-icon {
  height: 20px;
}
/* line 713, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-right button,
.x-reset .x-btn-default-small-icon-text-right a {
  height: 20px;
}
/* line 716, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-right .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-right: 24px !important;
}
/* line 722, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-right .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-small-icon-text-right .x-btn-icon, .x-quirks .x-reset .x-btn-default-small-icon-text-right .x-btn-icon {
  height: 20px;
}
/* line 738, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-top .x-btn-inner {
  padding-top: 24px;
}
/* line 742, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 20px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-small-icon-text-top .x-btn-icon {
  width: 20px;
}
/* line 758, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 24px;
}
/* line 762, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 20px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-small-icon-text-bottom .x-btn-icon {
  width: 20px;
}
/* line 777, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-over {
  background-image: none;
  background-color: darkgrey;
}
/* line 801, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-focus {
  background-image: none;
  background-color: darkgrey;
}
/* line 826, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-menu-active,
.x-reset .x-btn-default-small-pressed {
  background-image: none;
  background-color: darkgrey;
}
/* line 850, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-disabled {
  border-color: #e1e1e1;
  background-image: none;
  background-color: #f7f7f7;
}
/* line 858, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-disabled .x-btn-inner {
  color: darkgrey !important;
}
/* line 875, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie .x-btn-default-small-disabled .x-btn-inner {
  color: #595959 !important;
}
/* line 883, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie6 .x-btn-default-small-disabled .x-btn-inner {
  color: #8c8c8c !important;
}
/* line 898, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-over .x-frame-tl,
.x-reset .x-nbr .x-btn-default-small-over .x-frame-bl,
.x-reset .x-nbr .x-btn-default-small-over .x-frame-tr,
.x-reset .x-nbr .x-btn-default-small-over .x-frame-br,
.x-reset .x-nbr .x-btn-default-small-over .x-frame-tc,
.x-reset .x-nbr .x-btn-default-small-over .x-frame-bc {
  background-image: url('../images/btn/btn-default-small-over-corners.gif');
}
/* line 902, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-over .x-frame-ml,
.x-reset .x-nbr .x-btn-default-small-over .x-frame-mr {
  background-image: url('../images/btn/btn-default-small-over-sides.gif');
}
/* line 905, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-over .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-small-over-bg.gif');
}
/* line 919, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-tl,
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-bl,
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-tr,
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-br,
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-tc,
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-bc {
  background-image: url('../images/btn/btn-default-small-focus-corners.gif');
}
/* line 923, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-ml,
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-mr {
  background-image: url('../images/btn/btn-default-small-focus-sides.gif');
}
/* line 926, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-focus .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-small-focus-bg.gif');
}
/* line 941, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-tl,
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-bl,
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-tr,
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-br,
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-tc,
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-bc,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-tl,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-bl,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-tr,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-br,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-tc,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-bc {
  background-image: url('../images/btn/btn-default-small-pressed-corners.gif');
}
/* line 945, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-ml,
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-mr,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-ml,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-mr {
  background-image: url('../images/btn/btn-default-small-pressed-sides.gif');
}
/* line 948, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-menu-active .x-frame-mc,
.x-reset .x-nbr .x-btn-default-small-pressed .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-small-pressed-bg.gif');
}
/* line 962, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-tl,
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-bl,
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-tr,
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-br,
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-tc,
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-bc {
  background-image: url('../images/btn/btn-default-small-disabled-corners.gif');
}
/* line 966, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-ml,
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-mr {
  background-image: url('../images/btn/btn-default-small-disabled-sides.gif');
}
/* line 969, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-small-disabled .x-frame-mc {
  background-color: #f7f7f7;
  background-image: url('../images/btn/btn-default-small-disabled-bg.gif');
}
/* line 982, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-small {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-small-bg.gif');
}
/* line 991, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-small-over {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-small-over-bg.gif');
}
/* line 1000, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-small-focus {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-small-focus-bg.gif');
}
/* line 1010, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-small-menu-active,
.x-reset .x-nlg .x-btn-default-small-pressed {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-small-pressed-bg.gif');
}
/* line 1019, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-small-disabled {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-small-disabled-bg.gif');
}
/* line 637, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium {
  border-color: darkgrey;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-medium {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 10px 4px 10px;
  border-width: 2px;
  border-style: solid;
  background-image: none;
  background-color: darkgrey;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-medium-mc {
  background-image: url('../images/btn/btn-default-medium-bg.gif');
  background-color: darkgrey;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-medium {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-medium-tl,
.x-reset .x-nbr .x-btn-default-medium-bl,
.x-reset .x-nbr .x-btn-default-medium-tr,
.x-reset .x-nbr .x-btn-default-medium-br,
.x-reset .x-nbr .x-btn-default-medium-tc,
.x-reset .x-nbr .x-btn-default-medium-bc,
.x-reset .x-nbr .x-btn-default-medium-ml,
.x-reset .x-nbr .x-btn-default-medium-mr {
  zoom: 1;
  background-image: url('../images/btn/btn-default-medium-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-medium-ml,
.x-reset .x-nbr .x-btn-default-medium-mr {
  zoom: 1;
  background-image: url('../images/btn/btn-default-medium-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-medium-mc {
  padding: 6px 12px 6px 12px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-btn-default-medium-tl,
.x-reset .x-strict .x-ie7 .x-btn-default-medium-bl {
  position: relative;
  right: 0;
}
/* line 643, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: darkgrey;
  background-repeat: no-repeat;
  padding: 0 0;
}
/* line 656, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon button,
.x-reset .x-btn-default-medium-icon a,
.x-reset .x-btn-default-medium-icon .x-btn-inner,
.x-reset .x-btn-default-medium-noicon button,
.x-reset .x-btn-default-medium-noicon a,
.x-reset .x-btn-default-medium-noicon .x-btn-inner {
  height: 20px;
  line-height: 20px;
}
/* line 665, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon button,
.x-reset .x-btn-default-medium-icon a {
  padding: 0;
}
/* line 669, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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: 20px;
  padding: 0;
}
/* line 675, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon .x-btn-icon {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-left button,
.x-reset .x-btn-default-medium-icon-text-left a {
  height: 20px;
}
/* line 690, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-left .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
}
/* line 696, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-left .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-medium-icon-text-left .x-btn-icon, .x-quirks .x-reset .x-btn-default-medium-icon-text-left .x-btn-icon {
  height: 20px;
}
/* line 713, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-right button,
.x-reset .x-btn-default-medium-icon-text-right a {
  height: 20px;
}
/* line 716, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-right .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-right: 24px !important;
}
/* line 722, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-right .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-medium-icon-text-right .x-btn-icon, .x-quirks .x-reset .x-btn-default-medium-icon-text-right .x-btn-icon {
  height: 20px;
}
/* line 738, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-top .x-btn-inner {
  padding-top: 24px;
}
/* line 742, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-top .x-btn-icon {
  width: auto;
  height: 20px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-medium-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-medium-icon-text-top .x-btn-icon {
  width: 20px;
}
/* line 758, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 24px;
}
/* line 762, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 20px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-medium-icon-text-bottom .x-btn-icon {
  width: 20px;
}
/* line 777, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-over {
  background-image: none;
  background-color: darkgrey;
}
/* line 801, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-focus {
  background-image: none;
  background-color: darkgrey;
}
/* line 826, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-menu-active,
.x-reset .x-btn-default-medium-pressed {
  background-image: none;
  background-color: darkgrey;
}
/* line 850, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-disabled {
  border-color: #e1e1e1;
  background-image: none;
  background-color: #f7f7f7;
}
/* line 858, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-disabled .x-btn-inner {
  color: darkgrey !important;
}
/* line 875, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie .x-btn-default-medium-disabled .x-btn-inner {
  color: #595959 !important;
}
/* line 883, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie6 .x-btn-default-medium-disabled .x-btn-inner {
  color: #8c8c8c !important;
}
/* line 898, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-tl,
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-bl,
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-tr,
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-br,
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-tc,
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-bc {
  background-image: url('../images/btn/btn-default-medium-over-corners.gif');
}
/* line 902, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-ml,
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-mr {
  background-image: url('../images/btn/btn-default-medium-over-sides.gif');
}
/* line 905, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-over .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-medium-over-bg.gif');
}
/* line 919, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-tl,
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-bl,
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-tr,
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-br,
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-tc,
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-bc {
  background-image: url('../images/btn/btn-default-medium-focus-corners.gif');
}
/* line 923, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-ml,
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-mr {
  background-image: url('../images/btn/btn-default-medium-focus-sides.gif');
}
/* line 926, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-focus .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-medium-focus-bg.gif');
}
/* line 941, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-tl,
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-bl,
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-tr,
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-br,
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-tc,
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-bc,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-tl,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-bl,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-tr,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-br,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-tc,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-bc {
  background-image: url('../images/btn/btn-default-medium-pressed-corners.gif');
}
/* line 945, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-ml,
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-mr,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-ml,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-mr {
  background-image: url('../images/btn/btn-default-medium-pressed-sides.gif');
}
/* line 948, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-menu-active .x-frame-mc,
.x-reset .x-nbr .x-btn-default-medium-pressed .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-medium-pressed-bg.gif');
}
/* line 962, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-tl,
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-bl,
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-tr,
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-br,
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-tc,
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-bc {
  background-image: url('../images/btn/btn-default-medium-disabled-corners.gif');
}
/* line 966, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-ml,
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-mr {
  background-image: url('../images/btn/btn-default-medium-disabled-sides.gif');
}
/* line 969, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-medium-disabled .x-frame-mc {
  background-color: #f7f7f7;
  background-image: url('../images/btn/btn-default-medium-disabled-bg.gif');
}
/* line 982, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-medium {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-medium-bg.gif');
}
/* line 991, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-medium-over {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-medium-over-bg.gif');
}
/* line 1000, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-medium-focus {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-medium-focus-bg.gif');
}
/* line 1010, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-medium-menu-active,
.x-reset .x-nlg .x-btn-default-medium-pressed {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-medium-pressed-bg.gif');
}
/* line 1019, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-medium-disabled {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-medium-disabled-bg.gif');
}
/* line 637, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large {
  border-color: darkgrey;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-large {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 16px 14px 16px 14px;
  border-width: 2px;
  border-style: solid;
  background-image: none;
  background-color: darkgrey;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-large-mc {
  background-image: url('../images/btn/btn-default-large-bg.gif');
  background-color: darkgrey;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-large {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-large-tl,
.x-reset .x-nbr .x-btn-default-large-bl,
.x-reset .x-nbr .x-btn-default-large-tr,
.x-reset .x-nbr .x-btn-default-large-br,
.x-reset .x-nbr .x-btn-default-large-tc,
.x-reset .x-nbr .x-btn-default-large-bc,
.x-reset .x-nbr .x-btn-default-large-ml,
.x-reset .x-nbr .x-btn-default-large-mr {
  zoom: 1;
  background-image: url('../images/btn/btn-default-large-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-large-ml,
.x-reset .x-nbr .x-btn-default-large-mr {
  zoom: 1;
  background-image: url('../images/btn/btn-default-large-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-large-mc {
  padding: 18px 16px 18px 16px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-btn-default-large-tl,
.x-reset .x-strict .x-ie7 .x-btn-default-large-bl {
  position: relative;
  right: 0;
}
/* line 643, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large .x-btn-inner {
  font-size: 16px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: darkgrey;
  background-repeat: no-repeat;
  padding: 0 0;
}
/* line 656, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon button,
.x-reset .x-btn-default-large-icon a,
.x-reset .x-btn-default-large-icon .x-btn-inner,
.x-reset .x-btn-default-large-noicon button,
.x-reset .x-btn-default-large-noicon a,
.x-reset .x-btn-default-large-noicon .x-btn-inner {
  height: 32px;
  line-height: 32px;
}
/* line 665, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon button,
.x-reset .x-btn-default-large-icon a {
  padding: 0;
}
/* line 669, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon .x-btn-icon {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-left button,
.x-reset .x-btn-default-large-icon-text-left a {
  height: 32px;
}
/* line 690, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-left .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-left: 36px;
}
/* line 696, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-left .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-large-icon-text-left .x-btn-icon, .x-quirks .x-reset .x-btn-default-large-icon-text-left .x-btn-icon {
  height: 32px;
}
/* line 713, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-right button,
.x-reset .x-btn-default-large-icon-text-right a {
  height: 32px;
}
/* line 716, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-right .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-right: 36px !important;
}
/* line 722, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-right .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-large-icon-text-right .x-btn-icon, .x-quirks .x-reset .x-btn-default-large-icon-text-right .x-btn-icon {
  height: 32px;
}
/* line 738, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-top .x-btn-inner {
  padding-top: 36px;
}
/* line 742, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-top .x-btn-icon {
  width: auto;
  height: 32px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-large-icon-text-top .x-btn-icon {
  width: 32px;
}
/* line 758, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 36px;
}
/* line 762, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 32px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-large-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-large-icon-text-bottom .x-btn-icon {
  width: 32px;
}
/* line 777, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-over {
  background-image: none;
  background-color: darkgrey;
}
/* line 801, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-focus {
  background-image: none;
  background-color: darkgrey;
}
/* line 826, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-menu-active,
.x-reset .x-btn-default-large-pressed {
  background-image: none;
  background-color: darkgrey;
}
/* line 850, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-disabled {
  border-color: #e1e1e1;
  background-image: none;
  background-color: #f7f7f7;
}
/* line 858, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-disabled .x-btn-inner {
  color: darkgrey !important;
}
/* line 875, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie .x-btn-default-large-disabled .x-btn-inner {
  color: #595959 !important;
}
/* line 883, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie6 .x-btn-default-large-disabled .x-btn-inner {
  color: #8c8c8c !important;
}
/* line 898, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-over .x-frame-tl,
.x-reset .x-nbr .x-btn-default-large-over .x-frame-bl,
.x-reset .x-nbr .x-btn-default-large-over .x-frame-tr,
.x-reset .x-nbr .x-btn-default-large-over .x-frame-br,
.x-reset .x-nbr .x-btn-default-large-over .x-frame-tc,
.x-reset .x-nbr .x-btn-default-large-over .x-frame-bc {
  background-image: url('../images/btn/btn-default-large-over-corners.gif');
}
/* line 902, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-over .x-frame-ml,
.x-reset .x-nbr .x-btn-default-large-over .x-frame-mr {
  background-image: url('../images/btn/btn-default-large-over-sides.gif');
}
/* line 905, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-over .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-large-over-bg.gif');
}
/* line 919, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-tl,
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-bl,
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-tr,
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-br,
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-tc,
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-bc {
  background-image: url('../images/btn/btn-default-large-focus-corners.gif');
}
/* line 923, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-ml,
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-mr {
  background-image: url('../images/btn/btn-default-large-focus-sides.gif');
}
/* line 926, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-focus .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-large-focus-bg.gif');
}
/* line 941, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-tl,
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-bl,
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-tr,
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-br,
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-tc,
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-bc,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-tl,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-bl,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-tr,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-br,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-tc,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-bc {
  background-image: url('../images/btn/btn-default-large-pressed-corners.gif');
}
/* line 945, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-ml,
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-mr,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-ml,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-mr {
  background-image: url('../images/btn/btn-default-large-pressed-sides.gif');
}
/* line 948, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-menu-active .x-frame-mc,
.x-reset .x-nbr .x-btn-default-large-pressed .x-frame-mc {
  background-color: darkgrey;
  background-image: url('../images/btn/btn-default-large-pressed-bg.gif');
}
/* line 962, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-tl,
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-bl,
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-tr,
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-br,
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-tc,
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-bc {
  background-image: url('../images/btn/btn-default-large-disabled-corners.gif');
}
/* line 966, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-ml,
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-mr {
  background-image: url('../images/btn/btn-default-large-disabled-sides.gif');
}
/* line 969, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-large-disabled .x-frame-mc {
  background-color: #f7f7f7;
  background-image: url('../images/btn/btn-default-large-disabled-bg.gif');
}
/* line 982, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-large {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-large-bg.gif');
}
/* line 991, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-large-over {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-large-over-bg.gif');
}
/* line 1000, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-large-focus {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-large-focus-bg.gif');
}
/* line 1010, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-large-menu-active,
.x-reset .x-nlg .x-btn-default-large-pressed {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-large-pressed-bg.gif');
}
/* line 1019, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-large-disabled {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-large-disabled-bg.gif');
}
/* line 637, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small {
  border-color: transparent;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-toolbar-small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 10px 4px 10px;
  border-width: 2px;
  border-style: solid;
  background-image: none;
  background-color: transparent;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-toolbar-small-mc {
  background-image: url('../images/btn/btn-default-toolbar-small-bg.gif');
  background-color: transparent;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-tl,
.x-reset .x-nbr .x-btn-default-toolbar-small-bl,
.x-reset .x-nbr .x-btn-default-toolbar-small-tr,
.x-reset .x-nbr .x-btn-default-toolbar-small-br,
.x-reset .x-nbr .x-btn-default-toolbar-small-tc,
.x-reset .x-nbr .x-btn-default-toolbar-small-bc,
.x-reset .x-nbr .x-btn-default-toolbar-small-ml,
.x-reset .x-nbr .x-btn-default-toolbar-small-mr {
  zoom: 1;
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-ml,
.x-reset .x-nbr .x-btn-default-toolbar-small-mr {
  zoom: 1;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-mc {
  padding: 6px 12px 6px 12px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-btn-default-toolbar-small-tl,
.x-reset .x-strict .x-ie7 .x-btn-default-toolbar-small-bl {
  position: relative;
  right: 0;
}
/* line 643, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: darkgrey;
  background-repeat: no-repeat;
  padding: 0 0;
}
/* line 656, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon button,
.x-reset .x-btn-default-toolbar-small-icon a,
.x-reset .x-btn-default-toolbar-small-icon .x-btn-inner,
.x-reset .x-btn-default-toolbar-small-noicon button,
.x-reset .x-btn-default-toolbar-small-noicon a,
.x-reset .x-btn-default-toolbar-small-noicon .x-btn-inner {
  height: 20px;
  line-height: 20px;
}
/* line 665, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon button,
.x-reset .x-btn-default-toolbar-small-icon a {
  padding: 0;
}
/* line 669, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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: 20px;
  padding: 0;
}
/* line 675, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon .x-btn-icon {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-left button,
.x-reset .x-btn-default-toolbar-small-icon-text-left a {
  height: 20px;
}
/* line 690, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-left .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
}
/* line 696, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-small-icon-text-left .x-btn-icon, .x-quirks .x-reset .x-btn-default-toolbar-small-icon-text-left .x-btn-icon {
  height: 20px;
}
/* line 713, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-right button,
.x-reset .x-btn-default-toolbar-small-icon-text-right a {
  height: 20px;
}
/* line 716, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-right .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-right: 24px !important;
}
/* line 722, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-small-icon-text-right .x-btn-icon, .x-quirks .x-reset .x-btn-default-toolbar-small-icon-text-right .x-btn-icon {
  height: 20px;
}
/* line 738, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-top .x-btn-inner {
  padding-top: 24px;
}
/* line 742, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
  width: auto;
  height: 20px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-toolbar-small-icon-text-top .x-btn-icon {
  width: 20px;
}
/* line 758, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-bottom .x-btn-inner {
  padding-bottom: 24px;
}
/* line 762, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 20px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon {
  width: 20px;
}
/* line 777, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-over {
  background-image: none;
  background-color: transparent;
}
/* line 801, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-focus {
  background-image: none;
  background-color: transparent;
}
/* line 826, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-menu-active,
.x-reset .x-btn-default-toolbar-small-pressed {
  background-image: none;
  background-color: transparent;
}
/* line 850, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-disabled {
  background-image: none;
  background-color: transparent;
}
/* line 858, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: darkgrey !important;
}
/* line 875, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie .x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: #cccccc !important;
}
/* line 883, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie6 .x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: white !important;
}
/* line 898, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-small-over-corners.gif');
}
/* line 902, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-small-over-sides.gif');
}
/* line 905, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-over .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-small-over-bg.gif');
}
/* line 919, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-small-focus-corners.gif');
}
/* line 923, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-small-focus-sides.gif');
}
/* line 926, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-focus .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-small-focus-bg.gif');
}
/* line 941, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-bc,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-small-pressed-corners.gif');
}
/* line 945, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-mr,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-small-pressed-sides.gif');
}
/* line 948, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-menu-active .x-frame-mc,
.x-reset .x-nbr .x-btn-default-toolbar-small-pressed .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-small-pressed-bg.gif');
}
/* line 962, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-small-disabled-corners.gif');
}
/* line 966, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-small-disabled-sides.gif');
}
/* line 969, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-disabled .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-small-disabled-bg.gif');
}
/* line 982, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-small {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-small-bg.gif');
}
/* line 991, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-small-over {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-small-over-bg.gif');
}
/* line 1000, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-small-focus {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-small-focus-bg.gif');
}
/* line 1010, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-small-menu-active,
.x-reset .x-nlg .x-btn-default-toolbar-small-pressed {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-small-pressed-bg.gif');
}
/* line 1019, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-small-disabled {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-small-disabled-bg.gif');
}
/* line 637, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium {
  border-color: transparent;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-toolbar-medium {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 10px 4px 10px;
  border-width: 2px;
  border-style: solid;
  background-image: none;
  background-color: transparent;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-toolbar-medium-mc {
  background-image: url('../images/btn/btn-default-toolbar-medium-bg.gif');
  background-color: transparent;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-tl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-bl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-tr,
.x-reset .x-nbr .x-btn-default-toolbar-medium-br,
.x-reset .x-nbr .x-btn-default-toolbar-medium-tc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-bc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-ml,
.x-reset .x-nbr .x-btn-default-toolbar-medium-mr {
  zoom: 1;
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-ml,
.x-reset .x-nbr .x-btn-default-toolbar-medium-mr {
  zoom: 1;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-mc {
  padding: 6px 12px 6px 12px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-btn-default-toolbar-medium-tl,
.x-reset .x-strict .x-ie7 .x-btn-default-toolbar-medium-bl {
  position: relative;
  right: 0;
}
/* line 643, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium .x-btn-inner {
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: darkgrey;
  background-repeat: no-repeat;
  padding: 0 0;
}
/* line 656, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon button,
.x-reset .x-btn-default-toolbar-medium-icon a,
.x-reset .x-btn-default-toolbar-medium-icon .x-btn-inner,
.x-reset .x-btn-default-toolbar-medium-noicon button,
.x-reset .x-btn-default-toolbar-medium-noicon a,
.x-reset .x-btn-default-toolbar-medium-noicon .x-btn-inner {
  height: 20px;
  line-height: 20px;
}
/* line 665, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon button,
.x-reset .x-btn-default-toolbar-medium-icon a {
  padding: 0;
}
/* line 669, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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: 20px;
  padding: 0;
}
/* line 675, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon .x-btn-icon {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-left button,
.x-reset .x-btn-default-toolbar-medium-icon-text-left a {
  height: 20px;
}
/* line 690, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-left .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
}
/* line 696, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-left .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-medium-icon-text-left .x-btn-icon, .x-quirks .x-reset .x-btn-default-toolbar-medium-icon-text-left .x-btn-icon {
  height: 20px;
}
/* line 713, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-right button,
.x-reset .x-btn-default-toolbar-medium-icon-text-right a {
  height: 20px;
}
/* line 716, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-right .x-btn-inner {
  height: 20px;
  line-height: 20px;
  padding-right: 24px !important;
}
/* line 722, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-right .x-btn-icon {
  width: 20px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-medium-icon-text-right .x-btn-icon, .x-quirks .x-reset .x-btn-default-toolbar-medium-icon-text-right .x-btn-icon {
  height: 20px;
}
/* line 738, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-top .x-btn-inner {
  padding-top: 24px;
}
/* line 742, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon {
  width: auto;
  height: 20px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-toolbar-medium-icon-text-top .x-btn-icon {
  width: 20px;
}
/* line 758, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-inner {
  padding-bottom: 24px;
}
/* line 762, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon {
  width: auto;
  height: 20px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon {
  width: 20px;
}
/* line 777, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-over {
  background-image: none;
  background-color: transparent;
}
/* line 801, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-focus {
  background-image: none;
  background-color: transparent;
}
/* line 826, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-menu-active,
.x-reset .x-btn-default-toolbar-medium-pressed {
  background-image: none;
  background-color: transparent;
}
/* line 850, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-disabled {
  background-image: none;
  background-color: transparent;
}
/* line 858, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-disabled .x-btn-inner {
  color: darkgrey !important;
}
/* line 875, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie .x-btn-default-toolbar-medium-disabled .x-btn-inner {
  color: #cccccc !important;
}
/* line 883, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie6 .x-btn-default-toolbar-medium-disabled .x-btn-inner {
  color: white !important;
}
/* line 898, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-medium-over-corners.gif');
}
/* line 902, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-medium-over-sides.gif');
}
/* line 905, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-over .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-medium-over-bg.gif');
}
/* line 919, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-medium-focus-corners.gif');
}
/* line 923, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-medium-focus-sides.gif');
}
/* line 926, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-focus .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-medium-focus-bg.gif');
}
/* line 941, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-bc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-medium-pressed-corners.gif');
}
/* line 945, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-mr,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-medium-pressed-sides.gif');
}
/* line 948, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-menu-active .x-frame-mc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-pressed .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-medium-pressed-bg.gif');
}
/* line 962, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-medium-disabled-corners.gif');
}
/* line 966, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-medium-disabled-sides.gif');
}
/* line 969, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-disabled .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-medium-disabled-bg.gif');
}
/* line 982, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-medium {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-medium-bg.gif');
}
/* line 991, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-medium-over {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-medium-over-bg.gif');
}
/* line 1000, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-medium-focus {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-medium-focus-bg.gif');
}
/* line 1010, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-medium-menu-active,
.x-reset .x-nlg .x-btn-default-toolbar-medium-pressed {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-medium-pressed-bg.gif');
}
/* line 1019, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-medium-disabled {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-medium-disabled-bg.gif');
}
/* line 637, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large {
  border-color: transparent;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-toolbar-large {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 16px 14px 16px 14px;
  border-width: 2px;
  border-style: solid;
  background-image: none;
  background-color: transparent;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-toolbar-large-mc {
  background-image: url('../images/btn/btn-default-toolbar-large-bg.gif');
  background-color: transparent;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-tl,
.x-reset .x-nbr .x-btn-default-toolbar-large-bl,
.x-reset .x-nbr .x-btn-default-toolbar-large-tr,
.x-reset .x-nbr .x-btn-default-toolbar-large-br,
.x-reset .x-nbr .x-btn-default-toolbar-large-tc,
.x-reset .x-nbr .x-btn-default-toolbar-large-bc,
.x-reset .x-nbr .x-btn-default-toolbar-large-ml,
.x-reset .x-nbr .x-btn-default-toolbar-large-mr {
  zoom: 1;
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-ml,
.x-reset .x-nbr .x-btn-default-toolbar-large-mr {
  zoom: 1;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-mc {
  padding: 18px 16px 18px 16px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-btn-default-toolbar-large-tl,
.x-reset .x-strict .x-ie7 .x-btn-default-toolbar-large-bl {
  position: relative;
  right: 0;
}
/* line 643, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large .x-btn-inner {
  font-size: 16px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: darkgrey;
  background-repeat: no-repeat;
  padding: 0 0;
}
/* line 656, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon button,
.x-reset .x-btn-default-toolbar-large-icon a,
.x-reset .x-btn-default-toolbar-large-icon .x-btn-inner,
.x-reset .x-btn-default-toolbar-large-noicon button,
.x-reset .x-btn-default-toolbar-large-noicon a,
.x-reset .x-btn-default-toolbar-large-noicon .x-btn-inner {
  height: 32px;
  line-height: 32px;
}
/* line 665, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon button,
.x-reset .x-btn-default-toolbar-large-icon a {
  padding: 0;
}
/* line 669, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon .x-btn-icon {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon-text-left button,
.x-reset .x-btn-default-toolbar-large-icon-text-left a {
  height: 32px;
}
/* line 690, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon-text-left .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-left: 36px;
}
/* line 696, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
  width: 32px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-large-icon-text-left .x-btn-icon, .x-quirks .x-reset .x-btn-default-toolbar-large-icon-text-left .x-btn-icon {
  height: 32px;
}
/* line 713, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon-text-right button,
.x-reset .x-btn-default-toolbar-large-icon-text-right a {
  height: 32px;
}
/* line 716, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon-text-right .x-btn-inner {
  height: 32px;
  line-height: 32px;
  padding-right: 36px !important;
}
/* line 722, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-large-icon-text-right .x-btn-icon, .x-quirks .x-reset .x-btn-default-toolbar-large-icon-text-right .x-btn-icon {
  height: 32px;
}
/* line 738, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon-text-top .x-btn-inner {
  padding-top: 36px;
}
/* line 742, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-toolbar-large-icon-text-top .x-btn-icon {
  width: 32px;
}
/* line 758, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-icon-text-bottom .x-btn-inner {
  padding-bottom: 36px;
}
/* line 762, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-ie6 .x-reset .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-reset .x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon {
  width: 32px;
}
/* line 777, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-over {
  background-image: none;
  background-color: transparent;
}
/* line 801, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-focus {
  background-image: none;
  background-color: transparent;
}
/* line 826, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-menu-active,
.x-reset .x-btn-default-toolbar-large-pressed {
  background-image: none;
  background-color: transparent;
}
/* line 850, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-disabled {
  background-image: none;
  background-color: transparent;
}
/* line 858, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-disabled .x-btn-inner {
  color: darkgrey !important;
}
/* line 875, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie .x-btn-default-toolbar-large-disabled .x-btn-inner {
  color: #cccccc !important;
}
/* line 883, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie6 .x-btn-default-toolbar-large-disabled .x-btn-inner {
  color: white !important;
}
/* line 898, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-large-over-corners.gif');
}
/* line 902, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-large-over-sides.gif');
}
/* line 905, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-over .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-large-over-bg.gif');
}
/* line 919, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-large-focus-corners.gif');
}
/* line 923, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-large-focus-sides.gif');
}
/* line 926, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-focus .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-large-focus-bg.gif');
}
/* line 941, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-bc,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-large-pressed-corners.gif');
}
/* line 945, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-mr,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-large-pressed-sides.gif');
}
/* line 948, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-menu-active .x-frame-mc,
.x-reset .x-nbr .x-btn-default-toolbar-large-pressed .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-large-pressed-bg.gif');
}
/* line 962, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tl,
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-bl,
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tr,
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-br,
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-tc,
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-bc {
  background-image: url('../images/btn/btn-default-toolbar-large-disabled-corners.gif');
}
/* line 966, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-ml,
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mr {
  background-image: url('../images/btn/btn-default-toolbar-large-disabled-sides.gif');
}
/* line 969, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-disabled .x-frame-mc {
  background-color: transparent;
  background-image: url('../images/btn/btn-default-toolbar-large-disabled-bg.gif');
}
/* line 982, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-large {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-large-bg.gif');
}
/* line 991, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-large-over {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-large-over-bg.gif');
}
/* line 1000, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-large-focus {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-large-focus-bg.gif');
}
/* line 1010, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-large-menu-active,
.x-reset .x-nlg .x-btn-default-toolbar-large-pressed {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-large-pressed-bg.gif');
}
/* line 1019, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-nlg .x-btn-default-toolbar-large-disabled {
  background-repeat: repeat-x;
  background-image: url('../images/btn/btn-default-toolbar-large-disabled-bg.gif');
}
/* line 571, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-disabled,
.x-reset .x-btn-default-toolbar-medium-disabled,
.x-reset .x-btn-default-toolbar-large-disabled {
  border-color: transparent;
  background-image: none;
  background: transparent;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group {
  position: relative;
  overflow: hidden;
}
/* line 11, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-body {
  position: relative;
  zoom: 1;
  padding: 0 3px;
}
/* line 15, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-body .x-table-layout-cell {
  vertical-align: top;
}
/* line 20, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-text {
  white-space: nowrap;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-group-default-framed {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 3px 0 3px;
  border-width: 2px;
  border-style: solid;
  background-color: darkgrey;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-group-default-framed-mc {
  background-color: darkgrey;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-group-default-framed-tl,
.x-reset .x-nbr .x-btn-group-default-framed-bl,
.x-reset .x-nbr .x-btn-group-default-framed-tr,
.x-reset .x-nbr .x-btn-group-default-framed-br,
.x-reset .x-nbr .x-btn-group-default-framed-tc,
.x-reset .x-nbr .x-btn-group-default-framed-bc,
.x-reset .x-nbr .x-btn-group-default-framed-ml,
.x-reset .x-nbr .x-btn-group-default-framed-mr {
  zoom: 1;
  background-image: url('../images/btn-group/btn-group-default-framed-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-group-default-framed-ml,
.x-reset .x-nbr .x-btn-group-default-framed-mr {
  zoom: 1;
  background-image: url('../images/btn-group/btn-group-default-framed-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-group-default-framed-mc {
  padding: 2px 5px 2px 5px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-btn-group-default-framed-tl,
.x-reset .x-strict .x-ie7 .x-btn-group-default-framed-bl {
  position: relative;
  right: 0;
}
/* line 60, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-default-framed {
  border-color: darkgrey;
  -webkit-box-shadow: darkgrey 0 2px 0px 0 inset, darkgrey 0 -2px 0px 0 inset, darkgrey -2px 0 0px 0 inset, darkgrey 2px 0 0px 0 inset;
  -moz-box-shadow: darkgrey 0 2px 0px 0 inset, darkgrey 0 -2px 0px 0 inset, darkgrey -2px 0 0px 0 inset, darkgrey 2px 0 0px 0 inset;
  box-shadow: darkgrey 0 2px 0px 0 inset, darkgrey 0 -2px 0px 0 inset, darkgrey -2px 0 0px 0 inset, darkgrey 2px 0 0px 0 inset;
}
/* line 68, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-default-framed {
  margin: 2px 0;
}
/* line 72, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-body-default-framed {
  padding: 5px;
  background: transparent;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 80, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-text-default-framed {
  font: normal 14px "Montserrat", sans-serif;
  color: black;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker {
  border: 1px solid #1b376c;
  background-color: white;
  position: relative;
}
/* line 12, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker a {
  -moz-outline: 0 none;
  outline: 0 none;
  color: black;
  text-decoration: none;
  border-width: 0;
}
/* line 25, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-inner,
.x-reset .x-datepicker-inner td,
.x-reset .x-datepicker-inner th {
  border-collapse: separate;
}
/* line 29, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-header {
  position: relative;
  height: 26px;
  background-image: none;
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
}
/* line 42, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-prev,
.x-reset .x-datepicker-next {
  position: absolute;
  top: 5px;
  width: 18px;
}
/* line 48, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-prev a,
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-prev a:hover,
.x-reset .x-datepicker-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-next {
  right: 5px;
}
/* line 72, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-next a {
  background-image: url('../images/shared/right-btn.gif');
}
/* line 77, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-prev {
  left: 5px;
}
/* line 80, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-prev a {
  background-image: url('../images/shared/left-btn.gif');
}
/* line 86, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-item-disabled .x-datepicker-prev a:hover,
.x-reset .x-item-disabled .x-datepicker-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 90, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month {
  padding-top: 3px;
}
/* line 103, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month .x-btn,
.x-reset .x-datepicker-month button,
.x-reset .x-datepicker-month .x-btn-tc,
.x-reset .x-datepicker-month .x-btn-tl,
.x-reset .x-datepicker-month .x-btn-tr,
.x-reset .x-datepicker-month .x-btn-mc,
.x-reset .x-datepicker-month .x-btn-ml,
.x-reset .x-datepicker-month .x-btn-mr,
.x-reset .x-datepicker-month .x-btn-bc,
.x-reset .x-datepicker-month .x-btn-bl,
.x-reset .x-datepicker-month .x-btn-br {
  background: transparent !important;
  border-width: 0 !important;
}
/* line 108, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month span {
  color: white !important;
}
/* line 112, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month .x-btn-split-right {
  background-image: url('../images/button/s-arrow-light.gif');
  padding-right: 12px;
}
/* line 118, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-next {
  text-align: right;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month {
  text-align: center;
}
/* line 126, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month button {
  color: black !important;
}
/* line 132, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner {
  width: 100%;
  table-layout: fixed;
}
/* line 136, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner th {
  width: 25px;
  height: 19px;
  padding: 0;
  color: #1a1a1a;
  font: normal 10px "Montserrat", sans-serif;
  text-align: right;
  border-bottom: 1px solid #b2d1f5;
  border-collapse: separate;
  background-image: none;
  background-color: #dfecfb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edf4fd), color-stop(100%, #cde1f9));
  background-image: -webkit-linear-gradient(top, #edf4fd, #cde1f9);
  background-image: -moz-linear-gradient(top, #edf4fd, #cde1f9);
  background-image: -o-linear-gradient(top, #edf4fd, #cde1f9);
  background-image: linear-gradient(top, #edf4fd, #cde1f9);
  cursor: default;
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner th span {
  display: block;
  padding-right: 7px;
}
/* line 163, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner tr {
  height: 20px;
}
/* line 167, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner td {
  border: 1px solid;
  height: 17px;
  border-color: white;
  text-align: right;
  padding: 0;
}
/* line 175, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner a {
  padding-right: 4px;
  display: block;
  zoom: 1;
  font: normal 13px "Montserrat", sans-serif;
  color: black;
  text-decoration: none;
  text-align: right;
}
/* line 188, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner .x-datepicker-active {
  cursor: pointer;
  color: black;
}
/* line 194, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner .x-datepicker-selected a {
  background: repeat-x left top;
  background-color: #f0f0f0;
  border: 1px solid lightgrey;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner .x-datepicker-selected span {
  font-weight: bold;
}
/* line 206, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner .x-datepicker-today a {
  border: 1px solid;
  border-color: #cc0029;
}
/* line 214, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner .x-datepicker-prevday a,
.x-reset table.x-datepicker-inner .x-datepicker-nextday a {
  text-decoration: none !important;
  color: #aaa;
}
/* line 221, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner a:hover,
.x-reset table.x-datepicker-inner .x-datepicker-disabled a:hover {
  text-decoration: none !important;
  color: #000;
  background-color: black;
}
/* line 229, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner .x-datepicker-disabled a {
  cursor: default;
  background-color: #eee;
  color: #bbb;
}
/* line 237, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-footer,
.x-reset .x-monthpicker-buttons {
  position: relative;
  border-top: 1px solid #b2d1f5;
  background-image: none;
  background-color: #dfecfb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee8f5), color-stop(49%, #d1dff0), color-stop(51%, #c7d8ed), color-stop(100%, #cbdaee));
  background-image: -webkit-linear-gradient(top, #dee8f5, #d1dff0 49%, #c7d8ed 51%, #cbdaee);
  background-image: -moz-linear-gradient(top, #dee8f5, #d1dff0 49%, #c7d8ed 51%, #cbdaee);
  background-image: -o-linear-gradient(top, #dee8f5, #d1dff0 49%, #c7d8ed 51%, #cbdaee);
  background-image: linear-gradient(top, #dee8f5, #d1dff0 49%, #c7d8ed 51%, #cbdaee);
  text-align: center;
}
/* line 250, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-footer .x-btn,
.x-reset .x-monthpicker-buttons .x-btn {
  position: relative;
  margin: 4px;
}
/* line 256, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-item-disabled .x-datepicker-inner a:hover {
  background: none;
}
/* line 261, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker .x-monthpicker {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 268, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker {
  border: 1px solid #1b376c;
  background-color: white;
}
/* line 274, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-months,
.x-reset .x-monthpicker-years {
  float: left;
  height: auto;
  width: 88px;
}
/* line 281, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-item {
  float: left;
  margin: 4px 0 5px 0;
  font: normal 13px "Montserrat", sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  width: 43px;
  border: 0 none;
}
/* line 295, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-item a {
  display: block;
  margin: 0 5px;
  text-decoration: none;
  color: black;
  border: lightgrey;
  line-height: 17px;
}
/* line 308, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-item a:hover {
  background-color: #ddecfe;
}
/* line 312, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-item a.x-monthpicker-selected {
  background-color: #f0f0f0;
  border: #f0f0f0;
}
/* line 319, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-months {
  border-right: 1px solid #1b376c;
  width: 87px;
}
/* line 324, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-years .x-monthpicker-item {
  width: 44px;
}
/* line 328, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav {
  height: 28px;
}
/* line 331, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav button {
  background-image: url('../images/tools/tool-sprites.gif');
  height: 15px;
  width: 15px;
  padding: 0;
  margin: 6px 12px 5px 15px;
  border: 0;
  outline: 0 none;
}
/* line 339, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 346, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav-next {
  background-position: 0 -120px;
}
/* line 350, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav-next-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -120px;
}
/* line 356, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav-prev {
  background-position: 0 -105px;
}
/* line 360, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav-prev-over {
  cursor: pointer;
  cursor: hand;
  background-position: -15px -105px;
}
/* line 367, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-small .x-monthpicker-item {
  margin: 2px 0 2px 0;
}
/* line 371, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-small .x-monthpicker-yearnav {
  height: 23px;
}
/* line 375, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-small .x-monthpicker-months, .x-reset .x-monthpicker-small .x-monthpicker-years {
  height: 136px;
}
/* line 385, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-quirks .x-ie7 .x-monthpicker-buttons .x-btn,
.x-reset .x-quirks .x-ie8 .x-monthpicker-buttons .x-btn {
  margin-top: 2px;
}
/* line 391, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-quirks .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* line 397, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-ie6 .x-monthpicker-small .x-monthpicker-yearnav button {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* line 407, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-nlg .x-datepicker-header {
  background-image: url('../images/datepicker/datepicker-header-bg.gif');
  background-repeat: repeat-x;
  background-position: top left;
}
/* line 416, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-nlg .x-datepicker-footer,
.x-reset .x-nlg .x-monthpicker-buttons {
  background-image: url('../images/datepicker/datepicker-footer-bg.gif');
  background-repeat: repeat-x;
  background-position: top left;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-reset .x-color-picker {
  width: 144px;
  height: 90px;
  cursor: pointer;
}
/* line 12, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-reset .x-color-picker a:hover,
.x-reset .x-color-picker a.x-color-picker-selected {
  border-color: white;
  background-color: white;
}
/* line 33, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-reset .x-color-picker em {
  display: block;
  border: 1px solid lightgrey;
}
/* line 39, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-reset .x-color-picker em span {
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 10px;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item .x-form-text {
  user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ie-user-select: text;
  -moz-user-select: text;
  -ie-user-select: text;
}
/* line 21, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-plain .x-menu-icon-separator {
  display: none;
}
/* line 38, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-focus {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px;
}
/* line 47, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item {
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
/* line 53, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-cmp {
  margin-bottom: 1px;
}
/* line 57, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-link {
  display: block;
  margin: 1px;
  padding: 6px 2px 3px 32px;
  text-decoration: none !important;
  line-height: 16px;
  cursor: default;
}
/* line 70, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-opera .x-menu-item-link {
  position: relative;
}
/* line 76, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 4px;
  background: no-repeat center center;
}
/* line 87, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-icon-right {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 4px;
  background: no-repeat center center;
}
/* line 96, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-text {
  font-size: 13px;
  color: #222222;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-checked .x-menu-item-icon {
  background-image: url('../images/menu/checked.gif');
}
/* line 105, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-checked .x-menu-group-icon {
  background-image: url('../images/menu/group-checked.gif');
}
/* line 111, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-unchecked .x-menu-item-icon {
  background-image: url('../images/menu/unchecked.gif');
}
/* line 114, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-unchecked .x-menu-group-icon {
  background-image: none;
}
/* line 119, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-separator {
  height: 2px;
  border-top: solid 1px #e0e0e0;
  background-color: white;
  margin: 2px 0px;
  overflow: hidden;
}
/* line 127, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-arrow {
  position: absolute;
  width: 12px;
  height: 9px;
  top: 9px;
  right: 0px;
  background: no-repeat center center;
  background-image: url('../images/menu/menu-parent.gif');
}
/* line 137, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-indent {
  margin-left: 31px;
  /* The 2px is the width of the seperator */
}
/* line 141, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-active {
  cursor: pointer;
}
/* line 144, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-active .x-menu-item-link {
  background-image: none;
  background-color: #d9e8fb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f0fc), color-stop(100%, #c7ddf9));
  background-image: -webkit-linear-gradient(top, #e7f0fc, #c7ddf9);
  background-image: -moz-linear-gradient(top, #e7f0fc, #c7ddf9);
  background-image: -o-linear-gradient(top, #e7f0fc, #c7ddf9);
  background-image: linear-gradient(top, #e7f0fc, #c7ddf9);
  margin: 0px;
  border: 1px solid #a9cbf5;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 153, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 160, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-ie .x-menu-item-disabled .x-menu-item-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 164, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-ie .x-menu-item-disabled .x-menu-item-text {
  background-color: transparent;
}
/* line 171, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie7m .x-reset .x-ie .x-menu-icon-separator {
  width: 1px;
}
/* line 175, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-strict .x-ie7m .x-reset .x-ie .x-menu-item-separator {
  height: 1px;
}
/* line 184, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-ie6 .x-menu-item-link,
.x-reset .x-ie7 .x-menu-item-link,
.x-reset .x-quirks .x-ie8 .x-menu-item-link {
  padding-bottom: 2px;
}
/* line 192, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-nlg .x-menu-item-active .x-menu-item-link {
  background: #d9e8fb repeat-x left top;
  background-image: url('../images/menu/menu-item-active-bg.gif');
}
/* line 199, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-date-item {
  border-color: #99BBE8;
}
/* line 8, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-panel .x-grid-body {
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-top-color: #2d2e2d;
}
/* line 17, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-panel .x-grid-header-ct-hidden {
  visibility: hidden;
}
/* line 22, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-empty {
  padding: 10px;
  color: gray;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
}
/* line 28, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-header-hidden .x-grid-body {
  border-top-color: transparent !important;
}
/* line 32, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-view {
  overflow: hidden;
  position: relative;
}
/* line 38, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-table {
  table-layout: fixed;
  border-collapse: separate;
}
/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-autowidth-table table.x-grid-table {
  table-layout: auto;
  width: auto!important;
}
/* line 50, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row .x-grid-table {
  border-collapse: collapse;
}
/* line 54, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-locked .x-grid-inner-locked {
  border-width: 0 1px 0 0 !important;
  border-style: solid;
}
/* line 59, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-header-ct {
  cursor: default;
  zoom: 1;
  padding: 0;
  border: 1px solid transparent;
  border-bottom-color: #2d2e2d;
  background-image: none;
  background-color: #2d2e2d;
}
/* line 73, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-accordion-item .x-grid-header-ct {
  border-width: 0 0 1px 0 !important;
}
/* line 77, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header {
  padding: 0;
  position: absolute;
  overflow: hidden;
  border-right: 1px solid #2d2e2d;
  border-left: 0 none;
  border-top: 0 none;
  border-bottom: 0 none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: white;
  font: normal 13px "Montserrat", sans-serif;
  background-image: none;
  background-color: #2d2e2d;
}
/* line 99, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-group-header {
  padding: 0;
  border-left-width: 0;
}
/* line 103, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-group-sub-header {
  background: transparent;
  border-top: 1px solid #2d2e2d;
  border-left-width: 0;
}
/* line 109, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-inner {
  zoom: 1;
  position: relative;
  white-space: nowrap;
  line-height: 30px;
  padding: 4px 18px 3px;
}
/* line 116, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-inner .x-column-header-text {
  white-space: nowrap;
}
/* line 123, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-over,
.x-reset .x-column-header-sort-ASC,
.x-reset .x-column-header-sort-DESC {
  border-left-color: #eeeeee;
  border-right-color: #eeeeee;
  background-image: none;
  background-color: #2d2e2d;
}
/* line 135, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-nlg .x-grid-header-ct,
.x-reset .x-nlg .x-column-header {
  background: repeat-x 0 top;
  background-image: url('../images/grid/column-header-bg.gif');
}
/* line 142, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-nlg .x-column-header-over,
.x-reset .x-nlg .x-column-header-sort-ASC,
.x-reset .x-nlg .x-column-header-sort-DESC {
  background: #ebf3fd repeat-x 0 top;
  background-image: url('../images/grid/column-header-over-bg.gif');
}
/* line 149, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-trigger {
  display: none;
  height: 100%;
  width: 14px;
  background: no-repeat left center;
  background-color: #c3daf9;
  background-image: url('../images/grid/grid3-hd-btn.gif');
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
/* line 164, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-over .x-column-header-trigger, .x-reset .x-column-header-open .x-column-header-trigger {
  display: block;
}
/* line 169, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-align-right {
  text-align: right;
}
/* line 172, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-align-right .x-column-header-text {
  padding-right: 0.5ex;
  margin-right: 6px;
}
/* line 177, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-align-center {
  text-align: center;
}
/* line 180, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-align-left {
  text-align: left;
}
/* line 185, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-sort-ASC .x-column-header-text {
  padding-right: 16px;
  background: no-repeat right 6px;
  background-image: url('../images/grid/sort_asc.gif');
}
/* line 190, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-sort-DESC .x-column-header-text {
  padding-right: 16px;
  background: no-repeat right 6px;
  background-image: url('../images/grid/sort_desc.gif');
}
/* line 197, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row {
  vertical-align: top;
}
/* line 199, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row .x-grid-cell {
  font: normal 13px/17px "Montserrat", sans-serif;
  background-color: white;
  border-color: #ededed;
  border-style: solid;
  border-top-color: #fafafa;
  border-width: 0;
}
/* line 212, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-with-row-lines .x-grid-cell {
  border-width: 1px 0;
}
/* line 216, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-rowwrap-div {
  border-width: 1px 0;
  border-color: #ededed;
  border-style: solid;
  border-top-color: #fafafa;
  overflow: hidden;
}
/* line 226, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-alt .x-grid-cell,
.x-reset .x-grid-row-alt .x-grid-rowwrap-div {
  background-color: white;
}
/* line 231, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-over .x-grid-cell,
.x-reset .x-grid-row-over .x-grid-rowwrap-div {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}
/* line 238, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-focused .x-grid-cell,
.x-reset .x-grid-row-focused .x-grid-rowwrap-div {
  border-color: #ededed;
  background-color: #ededed;
}
/* line 245, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-selected .x-grid-cell,
.x-reset .x-grid-row-selected .x-grid-rowwrap-div {
  border-style: dotted;
  border-color: #f2f2f2;
  background-color: #f2f2f2 !important;
}
/* line 254, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-rowwrap-div .x-grid-cell,
.x-reset .x-grid-rowwrap-div .x-grid-cell-inner {
  border-width: 0;
  background: transparent;
}
/* line 261, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-body-hidden {
  display: none;
}
/* line 265, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-rowbody {
  font: normal 0.8 "Montserrat", sans-serif;
  padding: 4px 16px;
}
/* line 270, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-rowbody p {
  margin: 5px 5px 10px 5px;
}
/* line 276, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-cell {
  overflow: hidden;
}
/* line 280, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-cell-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 2px 6px 3px;
  white-space: nowrap;
}
/* line 291, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-with-row-lines .x-grid-cell-inner {
  line-height: 18px;
  padding-bottom: 4px;
}
/* line 297, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-action-col-cell .x-grid-cell-inner {
  line-height: 0;
  padding: 2px;
}
/* line 302, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-action-col-cell .x-item-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 306, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner {
  padding-top: 1px;
}
/* line 310, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row .x-grid-cell-special {
  padding: 0;
  border-right: 1px solid #d0d0d0;
  background-image: none;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f6f6), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(left, #f6f6f6, #e9e9e9);
  background-image: -moz-linear-gradient(left, #f6f6f6, #e9e9e9);
  background-image: -o-linear-gradient(left, #f6f6f6, #e9e9e9);
  background-image: linear-gradient(left, #f6f6f6, #e9e9e9);
}
/* line 316, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row .x-grid-cell-row-checker {
  vertical-align: middle;
}
/* line 330, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-ie6 .x-grid-header-row,
.x-reset .x-ie7 .x-grid-header-row,
.x-reset .x-quirks .x-ie8 .x-grid-header-row {
  position: absolute;
}
/* line 335, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-selected .x-grid-cell-special {
  border-right: 1px solid #aaccf6;
  background-image: none;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f2f2f2), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(left, #f2f2f2, #e6e6e6);
  background-image: -moz-linear-gradient(left, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(left, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(left, #f2f2f2, #e6e6e6);
}
/* line 341, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-dirty-cell {
  background-image: url('../images/grid/dirty.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 347, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-cell-selected {
  background-color: #b8cfee !important;
}
/* line 353, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-nlg .x-grid-cell-special {
  background-repeat: repeat-y;
  background-position: top right;
}
/* line 359, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-nlg .x-grid-row .x-grid-cell-special,
.x-reset .x-nlg .x-grid-row-over .x-grid-cell-special {
  background-image: url('../images/grid/cell-special-bg.gif');
}
/* line 365, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-nlg .x-grid-row-focused .x-grid-cell-special,
.x-reset .x-nlg .x-grid-row-selected .x-grid-cell-special {
  background-image: url('../images/grid/cell-special-selected-bg.gif');
}
/* line 371, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-with-col-lines .x-grid-cell {
  padding-right: 0;
  border-right: 1px solid #d0d0d0;
}
/* line 378, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-property-grid .x-grid-row .x-grid-property-name .x-grid-cell-inner,
.x-reset .x-property-grid .x-grid-row-over .x-grid-property-name .x-grid-cell-inner {
  padding-left: 12px;
  background-image: url('../images/grid/property-cell-bg.gif');
  background-repeat: no-repeat;
  background-position: -16px 2px;
}
/* line 388, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-with-row-lines.x-property-grid .x-grid-row .x-grid-property-name .x-grid-cell-inner,
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-quirks .x-ie .x-grid-row .x-grid-property-name .x-grid-cell-inner {
  background-position: -16px 2px;
}
/* line 399, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-body-hidden {
  display: none;
}
/* line 407, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-collapsed {
  display: none;
}
/* line 413, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-view .x-grid-td-expander {
  vertical-align: top;
}
/* line 418, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-td-expander {
  background: repeat-y right transparent;
}
/* line 424, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-view .x-grid-td-expander .x-grid-cell-inner {
  padding: 0 !important;
}
/* line 430, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-expander {
  background-image: url('../images/grid/group-collapse.gif');
  background-color: transparent;
  width: 9px;
  height: 13px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
}
/* line 444, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-collapsed .x-grid-row-expander {
  background-image: url('../images/grid/group-expand.gif');
}
/* line 449, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-resize-marker {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 1px;
  background-color: #0f0f0f;
}
/* line 459, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .col-move-top,
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .col-move-top {
  background-image: url('../images/grid/col-move-top.gif');
}
/* line 475, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .col-move-bottom {
  background-image: url('../images/grid/col-move-bottom.gif');
}
/* line 480, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-tbar-page-number {
  width: 30px;
}
/* line 487, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group,
.x-reset .x-grid-group-body,
.x-reset .x-grid-group-hd {
  zoom: 1;
}
/* line 491, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-hd {
  padding-top: 6px;
}
/* line 494, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-hd .x-grid-cell-inner {
  padding: 10px 4px 4px 4px;
  background: white;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #99bbe8;
  cursor: pointer;
}
/* line 508, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-hd-collapsible .x-grid-group-title {
  background: transparent no-repeat 0 -1px;
  background-image: url('../images/grid/group-collapse.gif');
  padding: 0 0 0 14px;
}
/* line 515, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-title {
  color: #3764a0;
  font: bold 13px "Montserrat", sans-serif;
}
/* line 521, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-hd-collapsed .x-grid-group-title {
  background-image: url('../images/grid/group-expand.gif');
}
/* line 526, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-collapsed .x-grid-group-body {
  display: none;
}
/* line 530, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-collapsed .x-grid-group-title {
  background-image: url('../images/grid/group-expand.gif');
}
/* line 534, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-group-by-icon {
  background-image: url('../images/grid/group-by.gif');
}
/* line 538, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-show-groups-icon {
  background-image: url('../images/grid/group-by.gif');
}
/* line 542, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-checkbox .x-column-header-inner {
  padding: 0;
}
/* line 546, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-cell-special .x-grid-cell-inner {
  padding-left: 4px;
  padding-right: 4px;
}
/* line 552, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-checker,
.x-reset .x-column-header-checkbox .x-column-header-text {
  height: 14px;
  width: 14px;
  line-height: 0;
  background-image: url('../images/grid/unchecked.gif');
  background-position: -1px -1px;
  background-repeat: no-repeat;
  background-color: transparent;
}
/* line 564, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-checkbox .x-column-header-text {
  display: block;
  margin: 0 5px;
}
/* line 573, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-quirks .x-ie .x-grid-row-checker,
.x-reset .x-quirks .x-ie .x-column-header-checkbox .x-column-header-text, .x-reset .x-ie7m .x-grid-row-checker,
.x-reset .x-ie7m .x-column-header-checkbox .x-column-header-text {
  line-height: 14px;
}
/* line 579, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-hd-checker-on .x-column-header-text {
  background-image: url('../images/grid/checked.gif');
}
/* line 583, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-cell-row-checker .x-grid-cell-inner {
  padding-top: 4px;
  padding-bottom: 2px;
  line-height: 42px;
}
/* line 588, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-with-row-lines .x-grid-cell-row-checker .x-grid-cell-inner {
  padding-top: 3px;
}
/* line 591, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-checker {
  margin-left: 1px;
  background-position: 50% -2px;
}
/* line 598, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-selected .x-grid-row-checker,
.x-reset .x-grid-row-checked .x-grid-row-checker {
  background-image: url('../images/grid/checked.gif');
}
/* line 603, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-tbar-page-first {
  background-image: url('../images/grid/page-first.gif') !important;
}
/* line 607, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-tbar-loading {
  background-image: url('../images/grid/refresh.gif') !important;
}
/* line 611, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-tbar-page-last {
  background-image: url('../images/grid/page-last.gif') !important;
}
/* line 615, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-tbar-page-next {
  background-image: url('../images/grid/page-next.gif') !important;
}
/* line 619, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-tbar-page-prev {
  background-image: url('../images/grid/page-prev.gif') !important;
}
/* line 624, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-item-disabled .x-tbar-loading {
  background-image: url('../images/grid/refresh-disabled.gif') !important;
}
/* line 628, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-item-disabled .x-tbar-page-first {
  background-image: url('../images/grid/page-first-disabled.gif') !important;
}
/* line 632, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-item-disabled .x-tbar-page-last {
  background-image: url('../images/grid/page-last-disabled.gif') !important;
}
/* line 636, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-item-disabled .x-tbar-page-next {
  background-image: url('../images/grid/page-next-disabled.gif') !important;
}
/* line 640, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-item-disabled .x-tbar-page-prev {
  background-image: url('../images/grid/page-prev-disabled.gif') !important;
}
/* line 646, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-hmenu-sort-asc .x-menu-item-icon {
  background-image: url('../images/grid/hmenu-asc.gif');
}
/* line 650, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-hmenu-sort-desc .x-menu-item-icon {
  background-image: url('../images/grid/hmenu-desc.gif');
}
/* line 654, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-hmenu-lock .x-menu-item-icon {
  background-image: url('../images/grid/hmenu-lock.gif');
}
/* line 658, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-hmenu-unlock .x-menu-item-icon {
  background-image: url('../images/grid/hmenu-unlock.gif');
}
/* line 662, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-group-by-icon {
  background-image: url('../images/grid/group-by.gif');
}
/* line 666, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-cols-icon .x-menu-item-icon {
  background-image: url('../images/grid/columns.gif');
}
/* line 670, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-show-groups-icon {
  background-image: url('../images/grid/group-by.gif');
}
/* line 675, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-drop-indicator {
  position: absolute;
  height: 1px;
  line-height: 0px;
  background-color: #77BC71;
  overflow: visible;
}
/* line 682, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-drop-indicator .x-grid-drop-indicator-left {
  position: absolute;
  top: -8px;
  left: -12px;
  background-image: url('../images/grid/dd-insert-arrow-right.png');
  height: 16px;
  width: 16px;
}
/* line 691, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-drop-indicator .x-grid-drop-indicator-right {
  position: absolute;
  top: -8px;
  right: -11px;
  background-image: url('../images/grid/dd-insert-arrow-left.png');
  height: 16px;
  width: 16px;
}
/* line 702, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-ie6 .x-grid-drop-indicator-left {
  background-image: url('../images/grid/dd-insert-arrow-right.gif');
}
/* line 706, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-ie6 .x-grid-drop-indicator-right {
  background-image: url('../images/grid/dd-insert-arrow-left.gif');
}
/* line 714, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-editor .x-form-text {
  padding: 0 4px;
}
/* line 717, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-editor .x-form-cb-wrap {
  padding-top: 3px;
}
/* line 723, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor {
  position: absolute !important;
  z-index: 1;
  zoom: 1;
  overflow: visible !important;
}
/* line 729, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor .x-form-text {
  padding: 0 2px;
}
/* line 732, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor .x-form-cb-wrap {
  padding-top: 0;
}
/* line 735, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor .x-form-checkbox {
  margin-left: -4px;
}
/* line 738, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor .x-form-display-field {
  font: normal 13px/15px "Montserrat", sans-serif;
  padding-top: 0;
  padding-left: 2px;
}
/* line 744, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor .x-panel-body {
  background-color: #eaf1fb;
  border-top: 1px solid #99bce8 !important;
  border-bottom: 1px solid #99bce8 !important;
}
/* line 754, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-editor .x-form-cb-wrap, .x-reset .x-grid-row-editor .x-form-cb-wrap {
  text-align: center;
}
/* line 757, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-editor .x-form-trigger, .x-reset .x-grid-row-editor .x-form-trigger {
  height: 47px;
}
/* line 761, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-editor .x-form-trigger-wrap .x-form-spinner-up, .x-reset .x-grid-editor .x-form-trigger-wrap .x-form-spinner-down, .x-reset .x-grid-row-editor .x-form-trigger-wrap .x-form-spinner-up, .x-reset .x-grid-row-editor .x-form-trigger-wrap .x-form-spinner-down {
  background-image: url('../images/form/spinner-small.gif');
  height: 10px !important;
}
/* line 768, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-editor .x-form-text, .x-reset .x-grid-row-editor .x-form-text {
  font: normal 13px/15px "Montserrat", sans-serif;
  height: 46px;
}
/* line 776, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-border-box .x-grid-editor .x-form-trigger,
.x-reset .x-border-box .x-grid-row-editor .x-form-trigger {
  height: 48px;
}
/* line 779, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-border-box .x-grid-editor .x-form-text,
.x-reset .x-border-box .x-grid-row-editor .x-form-text {
  height: 48px;
  padding-bottom: 1px;
}
/* line 787, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-ie .x-grid-editor .x-form-text {
  padding-left: 5px;
}
/* line 790, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-ie .x-grid-row-editor .x-form-text {
  padding-left: 3px;
}
/* line 796, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-ie8m .x-grid-editor .x-form-text,
.x-reset .x-ie8m .x-grid-row-editor .x-form-text {
  padding-top: 1px;
}
/* line 803, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-strict .x-ie6 .x-grid-editor .x-form-text,
.x-reset .x-strict .x-ie6 .x-grid-row-editor .x-form-text,
.x-reset .x-strict .x-ie7 .x-grid-editor .x-form-text,
.x-reset .x-strict .x-ie7 .x-grid-row-editor .x-form-text {
  height: 45px;
}
/* line 809, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-quirks .x-ie9 .x-grid-editor .x-form-text, .x-reset .x-quirks .x-ie9 .x-grid-row-editor .x-form-text {
  line-height: 17px;
}
/* line 818, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-opera .x-grid-editor .x-form-text {
  padding-left: 5px;
}
/* line 821, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-opera .x-grid-row-editor .x-form-text {
  padding-left: 3px;
}
/* line 828, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons {
  background-color: #eaf1fb;
  position: absolute;
  bottom: -31px;
  padding: 4px;
  height: 32px;
}
/* line 835, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-strict .x-ie7m .x-reset .x-grid-row-editor-buttons {
  width: 192px;
  height: 24px;
}
/* line 845, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-ml,
.x-reset .x-grid-row-editor-buttons-mr,
.x-reset .x-grid-row-editor-buttons-bl,
.x-reset .x-grid-row-editor-buttons-br,
.x-reset .x-grid-row-editor-buttons-bc {
  position: absolute;
  overflow: hidden;
}
/* line 851, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-bl,
.x-reset .x-grid-row-editor-buttons-br {
  width: 4px;
  height: 4px;
  bottom: 0px;
  background-image: url('../images/panel/panel-default-framed-corners.gif');
}
/* line 857, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-bl {
  left: 0px;
  background-position: 0px -16px;
}
/* line 861, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-br {
  right: 0px;
  background-position: 0px -20px;
}
/* line 866, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-bc {
  position: absolute;
  left: 4px;
  bottom: 0px;
  width: 192px;
  height: 1px;
  background-color: #99bce8;
}
/* line 876, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-ml,
.x-reset .x-grid-row-editor-buttons-mr {
  height: 27px;
  width: 1px;
  top: 1px;
  background-color: #99bce8;
}
/* line 882, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-ml {
  left: 0px;
}
/* line 885, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-mr {
  background-position: 0px -20px;
  right: 0px;
}
/* line 891, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-errors ul {
  margin-left: 5px;
}
/* line 894, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-errors li {
  list-style: disc;
  margin-left: 15px;
}
/* line 9, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-webkit *:focus {
  outline: none !important;
}
/* line 16, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-item {
  vertical-align: top;
  table-layout: fixed;
}
/* line 26, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-autocontainer-form-item,
.x-reset .x-anchor-form-item,
.x-reset .x-vbox-form-item,
.x-reset .x-checkboxgroup-form-item,
.x-reset .x-table-form-item {
  margin-bottom: 5px;
}
/* line 31, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-layout-table {
  border-collapse: separate;
  border-spacing: 0 2px;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-item-body {
  position: relative;
}
/* line 42, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-form-item td {
  border-top: 1px solid transparent;
}
/* line 51, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-ie6 .x-form-layout-table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 56, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-ie6 .x-form-form-item td {
  border-top-width: 0;
}
/* line 62, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-ie6 td.x-form-item-pad {
  height: 5px;
}
/* line 68, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-editor .x-form-item-body {
  padding-bottom: 0;
}
/* line 72, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-item-label {
  display: block;
  padding: 3px 0 0;
  font-size: 14px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
}
/* line 79, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-item-label-top {
  display: block;
  zoom: 1;
  padding: 0 0 5px 0;
}
/* line 85, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-item-label-right {
  text-align: right;
}
/* line 89, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-invalid-under {
  padding: 2px 2px 2px 22px;
  color: #ff0033;
  font: normal 13px "Montserrat", sans-serif;
  line-height: normal;
  background: no-repeat 0 2px;
  background-image: url('../images/_custom/custom-error.png');
}
/* line 100, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-invalid-icon {
  width: 22px;
  height: 14px;
  background: no-repeat center center;
  background-image: url('../images/_custom/custom-error.png');
  overflow: hidden;
}
/* line 106, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-invalid-icon ul {
  display: block;
  width: 22px;
}
/* line 109, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-invalid-icon ul li {
  /* prevent inner elements from interfering with QuickTip hovering */
  display: none;
}
/* line 117, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-lbl-top-err-icon {
  margin-bottom: 4px;
}
/* line 7, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-field,
.x-reset .x-form-display-field {
  margin: 0 0 0 0;
  font: normal 14px "Montserrat", sans-serif;
  color: #2d2e2d;
}
/* line 14, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-item-hidden {
  margin: 0;
}
/* line 19, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-text,
.x-reset textarea.x-form-field {
  padding: 4px 14px;
  background: repeat-x 0 0;
  border: 1px solid;
  background-color: white;
  background-image: url('../images/_custom/blank.gif');
  border-color: lightgrey;
}
/* line 36, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-text {
  height: 50px;
  line-height: 47px;
  vertical-align: top;
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-ie8m .x-form-text {
  line-height: 47px;
}
/* line 48, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-border-box .x-form-text {
  height: 60px;
}
/* line 52, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset textarea.x-form-field {
  color: #2d2e2d;
  overflow: auto;
  height: auto;
  line-height: normal;
  background: repeat-x 0 0;
  background-color: white;
  background-image: url('../images/_custom/blank.gif');
  resize: none;
}
/* line 65, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-border-box textarea.x-form-field {
  height: auto;
}
/* line 70, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-safari.x-mac textarea.x-form-field {
  margin-bottom: -2px;
}
/* line 76, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-focus,
.x-reset textarea.x-form-focus {
  border-color: lightgrey;
}
/* line 81, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-invalid-field,
.x-reset textarea.x-form-invalid-field {
  background-color: white;
  background-image: url('../images/_custom/blank.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #ff335c;
}
/* line 91, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-item {
  font: normal 14px "Montserrat", sans-serif;
}
/* line 95, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-empty-field, .x-reset textarea.x-form-empty-field {
  color: #797b79;
}
/* line 100, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-webkit .x-form-empty-field {
  line-height: 47px;
}
/* line 105, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-display-field {
  padding-top: 3px;
}
/* line 121, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-quirks .x-ie9p .x-form-text,
.x-reset .x-ie7m .x-form-text {
  margin-top: -1px;
  margin-bottom: -1px;
}
/* line 126, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-ie .x-form-file {
  height: 61px;
  line-height: 18px;
  vertical-align: middle;
}
/* line 135, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-field-default-toolbar .x-form-text {
  height: 50px;
}
/* line 139, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-border-box .x-field-default-toolbar .x-form-text {
  height: 60px;
}
/* line 143, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-field-default-toolbar .x-form-item-label-left {
  padding-left: 4px;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset {
  border: 1px solid #b5b8c8;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */
  position: relative;
}
/* line 18, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie .x-fieldset {
  padding-top: 0;
}
/* line 20, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie .x-fieldset .x-fieldset-body {
  padding-top: 10px;
}
/* line 25, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header-checkbox {
  line-height: normal;
}
/* line 29, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header {
  font: 13px/14px bold "Montserrat", sans-serif;
  color: black;
  padding: 10px 0 6px;
  overflow: hidden;
}
/* line 35, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header .x-fieldset-header-text {
  float: left;
  padding: 1px 0;
}
/* line 39, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header .x-fieldset-header-text-collapsible {
  cursor: pointer;
}
/* line 44, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header .x-form-item,
.x-reset .x-fieldset-header .x-tool {
  float: left;
  margin: 1px 0 0 0;
}
/* line 49, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header .x-form-cb-wrap {
  padding: 1px 0;
  font-size: 0;
  line-height: 0;
}
/* line 58, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-with-title .x-fieldset-header-checkbox,
.x-reset .x-fieldset-with-title .x-tool {
  margin-right: 3px;
}
/* line 65, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-webkit .x-fieldset-header {
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}
/* line 75, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-opera .x-fieldset-with-legend {
  margin-top: -0;
}
/* line 78, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-opera.x-mac .x-fieldset-header-text {
  padding: 2px 0 0;
}
/* line 86, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-strict .x-ie8 .x-fieldset-header {
  margin-bottom: -0;
}
/* line 90, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-strict .x-ie8 .x-fieldset-header .x-tool,
.x-reset .x-strict .x-ie8 .x-fieldset-header .x-fieldset-header-text,
.x-reset .x-strict .x-ie8 .x-fieldset-header .x-fieldset-header-checkbox {
  position: relative;
  top: -0;
}
/* line 100, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-quirks .x-ie .x-fieldset-header,
.x-reset .x-ie8m .x-fieldset-header {
  padding-left: -2;
  padding-right: -2;
}
/* line 108, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-collapsed .x-fieldset-body {
  display: none;
}
/* line 113, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie6 .x-fieldset-collapsed {
  border-width: 1px 0 0 0 !important;
  padding-bottom: 0 !important;
  margin-left: 1px;
  margin-right: 1px;
}
/* line 130, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie .x-fieldset-bwrap {
  zoom: 1;
}
/* line 137, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie .x-fieldset-noborder legend {
  position: relative;
  margin-bottom: 23px;
}
/* line 143, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie .x-fieldset-noborder legend span {
  position: absolute;
  left: 16px;
}
/* line 149, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset {
  overflow: hidden;
}
/* line 153, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1;
}
/* line 159, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-body {
  overflow: hidden;
}
/* line 8, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-reset .x-form-file-wrap .x-form-text {
  color: #777;
}
/* line 12, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-reset .x-form-file-wrap .x-form-file-btn {
  overflow: hidden;
}
/* line 16, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_file.scss */
.x-reset .x-form-file-wrap .x-form-file-input {
  position: absolute;
  top: -4px;
  right: -2px;
  height: 68px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /* Yes, there's actually a good reason for this...
   * If the configured buttonText is set to something longer than the default,
   * then it will quickly exceed the width of the hidden file input's "Browse..."
   * button, so part of the custom button's clickable area will be covered by
   * the hidden file input's text box instead. This results in a text-selection
   * mouse cursor over that part of the button, at least in Firefox, which is
   * confusing to a user. Giving the hidden file input a huge font-size makes
   * the native button part very large so it will cover the whole clickable area.
   */
  font-size: 100px;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-wrap {
  padding-top: 3px;
}
/* line 11, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-checkbox,
.x-reset .x-form-radio {
  vertical-align: -1px;
  width: 24px;
  height: 24px;
  background: no-repeat;
  background-image: url('../images/_custom/custom-checkbox-24x48.png');
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 22, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-checkbox::-moz-focus-inner,
.x-reset .x-form-radio::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 31, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-nbr.x-ie .x-form-checkbox,
.x-reset .x-nbr.x-ie .x-form-radio {
  font-size: 0;
}
/* line 38, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-checked .x-form-checkbox,
.x-reset .x-form-cb-checked .x-form-radio {
  background-position: 0 -24px;
}
/* line 44, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-focus {
  background-position: -24px 0;
}
/* line 48, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-checked .x-form-cb-focus {
  background-position: -24px -24px;
}
/* line 54, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-radio {
  background-image: url('../images/_custom/custom-radio-24x48.png');
}
/* line 59, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-label-before {
  margin-right: 4px;
}
/* line 62, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-label-after {
  margin-left: 4px;
}
/* line 7, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-reset .x-form-checkboxgroup-body {
  padding: 1px 4px 1px 4px;
}
/* line 12, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-reset .x-form-invalid .x-form-checkboxgroup-body {
  border: 1px solid #cc3300 !important;
  background: transparent repeat-x bottom;
  background-image: url('../images/grid/invalid_line.gif');
  padding: 1px 3px 0 3px;
}
/* line 20, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-reset .x-check-group-alt {
  background: #d1ddef;
  border-top: 1px dotted #b5b8c8;
  border-bottom: 1px dotted #b5b8c8;
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-reset .x-form-check-group-label {
  color: #333;
  border-bottom: 1px solid #333333;
  margin: 0 30px 5px 0;
  padding: 2px;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap {
  vertical-align: top;
}
/* line 10, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger {
  background-image: url('../images/form/trigger.gif');
  background-position: 0 0;
  width: 30px;
  height: 60px;
  border-bottom: none;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}
/* line 24, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-border-box .x-form-trigger {
  height: 60px;
}
/* line 28, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger {
  height: 20px;
}
/* line 32, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-border-box .x-field-default-toolbar .x-form-trigger {
  height: 20px;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-over {
  background-position: -30px 0;
  border-bottom-color: transparent;
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap-focus .x-form-trigger {
  background-position: -90px 0;
  border-bottom-color: transparent;
}
/* line 49, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap-focus .x-form-trigger-over {
  background-position: -120px 0;
  border-bottom-color: transparent;
}
/* line 58, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-click,
.x-reset .x-form-trigger-wrap-focus .x-form-trigger-click {
  background-position: -60px 0;
  border-bottom-color: transparent;
}
/* line 66, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-icon {
  height: 30px;
  background-repeat: no-repeat;
  background-position: 7px 6px;
}
/* line 74, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-pickerfield-open-above .x-form-field {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 87, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-arrow-trigger .x-form-trigger-icon {
  background-image: url('../images/boundlist/trigger-arrow.png');
}
/* line 92, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-date-trigger {
  background-image: url('../images/form/date-trigger.gif');
}
/* line 99, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap .x-form-spinner-up,
.x-reset .x-form-trigger-wrap .x-form-spinner-down {
  background-image: url('../images/form/spinner.gif');
  width: 30px !important;
  height: 30px !important;
  font-size: 0;
  /*for IE*/
  border-bottom: 0;
}
/* line 109, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap .x-form-spinner-down {
  background-position: 0 -30px;
}
/* line 113, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap-focus .x-form-spinner-down {
  background-position: -90px -30px;
}
/* line 116, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap .x-form-spinner-down-over {
  background-position: -30px -30px;
}
/* line 119, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap-focus .x-form-spinner-down-over {
  background-position: -120px -30px;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap .x-form-spinner-down-click {
  background-position: -60px -30px;
}
/* line 131, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-up,
.x-reset .x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down {
  background-image: url('../images/form/spinner-small.gif');
  height: 10px !important;
}
/* line 135, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down {
  background-position: 0 -10px;
}
/* line 139, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down {
  background-position: -90px -10px;
}
/* line 142, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-over {
  background-position: -30px -10px;
}
/* line 145, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger-wrap-focus .x-form-spinner-down-over {
  background-position: -120px -10px;
}
/* line 148, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger-wrap .x-form-spinner-down-click {
  background-position: -60px -10px;
}
/* line 154, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-trigger-noedit {
  cursor: pointer;
  cursor: hand;
}
/* line 160, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-item-disabled .x-trigger-noedit, .x-reset .x-item-disabled .x-form-trigger {
  cursor: auto;
}
/* line 166, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-clear-trigger {
  background-image: url('../images/form/clear-trigger.gif');
}
/* line 169, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-search-trigger {
  background-image: url('../images/form/search-trigger.gif');
}
/* line 177, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-quirks .prefixie6 .x-form-trigger-input-cell {
  height: 60px;
}
/* line 180, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-quirks .prefixie6 .x-field-default-toolbar .x-form-trigger-input-cell {
  height: 60px;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-wrap {
  border: 1px solid #b5b8c8;
}
/* line 9, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-wrap .x-toolbar {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
/* line 15, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-wrap textarea {
  background-color: white;
}
/* line 20, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-btn-text {
  background: transparent no-repeat;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 26, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-bold,
.x-reset .x-menu-item img.x-edit-bold {
  background-position: 0 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 32, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-italic,
.x-reset .x-menu-item img.x-edit-italic {
  background-position: -16px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 38, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-underline,
.x-reset .x-menu-item img.x-edit-underline {
  background-position: -32px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 44, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-forecolor,
.x-reset .x-menu-item img.x-edit-forecolor {
  background-position: -160px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 50, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-backcolor,
.x-reset .x-menu-item img.x-edit-backcolor {
  background-position: -176px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 56, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-justifyleft,
.x-reset .x-menu-item img.x-edit-justifyleft {
  background-position: -112px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 62, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-justifycenter,
.x-reset .x-menu-item img.x-edit-justifycenter {
  background-position: -128px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 68, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-justifyright,
.x-reset .x-menu-item img.x-edit-justifyright {
  background-position: -144px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 74, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-insertorderedlist,
.x-reset .x-menu-item img.x-edit-insertorderedlist {
  background-position: -80px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 80, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-insertunorderedlist,
.x-reset .x-menu-item img.x-edit-insertunorderedlist {
  background-position: -96px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 86, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-increasefontsize,
.x-reset .x-menu-item img.x-edit-increasefontsize {
  background-position: -48px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 92, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-decreasefontsize,
.x-reset .x-menu-item img.x-edit-decreasefontsize {
  background-position: -64px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 98, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-sourceedit,
.x-reset .x-menu-item img.x-edit-sourceedit {
  background-position: -192px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 104, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-edit-createlink,
.x-reset .x-menu-item img.x-edit-createlink {
  background-position: -208px 0;
  background-image: url('../images/editor/tb-sprite.gif');
}
/* line 109, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  padding: 5px;
  padding-bottom: 1px;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-toolbar {
  position: static !important;
}
/* line 118, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-tb .x-font-select {
  font-size: 11px;
}
/* line 123, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-wrap textarea {
  border: 0;
  padding: 3px 2px;
  overflow: auto;
}
/* line 7, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel,
.x-reset .x-plain {
  overflow: hidden;
  position: relative;
}
/* line 24, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-ie .x-panel-header,
.x-reset .x-ie .x-panel-header-tl,
.x-reset .x-ie .x-panel-header-tc,
.x-reset .x-ie .x-panel-header-tr,
.x-reset .x-ie .x-panel-header-ml,
.x-reset .x-ie .x-panel-header-mc,
.x-reset .x-ie .x-panel-header-mr,
.x-reset .x-ie .x-panel-header-bl,
.x-reset .x-ie .x-panel-header-bc,
.x-reset .x-ie .x-panel-header-br {
  zoom: 1;
}
/* line 30, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-ie8 td.x-frame-mc {
  vertical-align: top;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-horizontal {
  padding: 10px 0 6px 0;
}
/* line 40, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-vertical {
  padding: 5px 4px;
}
/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-icon,
.x-reset .x-window-header-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 4px;
}
/* line 56, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-vertical .x-panel-header-icon,
.x-reset .x-vertical .x-window-header-icon {
  margin: 0 0 4px;
}
/* line 64, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-draggable,
.x-reset .x-panel-header-draggable .x-panel-header-text,
.x-reset .x-window-header-draggable,
.x-reset .x-window-header-draggable .x-window-header-text {
  cursor: move;
}
/* line 70, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-ghost, .x-reset .x-window-ghost {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  cursor: move;
}
/* line 76, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-horizontal .x-panel-header-body, .x-reset .x-panel-header-horizontal .x-window-header-body, .x-reset .x-panel-header-horizontal .x-btn-group-header-body, .x-reset .x-window-header-horizontal .x-panel-header-body, .x-reset .x-window-header-horizontal .x-window-header-body, .x-reset .x-window-header-horizontal .x-btn-group-header-body, .x-reset .x-btn-group-header-horizontal .x-panel-header-body, .x-reset .x-btn-group-header-horizontal .x-window-header-body, .x-reset .x-btn-group-header-horizontal .x-btn-group-header-body {
  width: 100%;
}
/* line 82, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-vertical .x-panel-header-body, .x-reset .x-panel-header-vertical .x-window-header-body, .x-reset .x-panel-header-vertical .x-btn-group-header-body, .x-reset .x-window-header-vertical .x-panel-header-body, .x-reset .x-window-header-vertical .x-window-header-body, .x-reset .x-window-header-vertical .x-btn-group-header-body, .x-reset .x-btn-group-header-vertical .x-panel-header-body, .x-reset .x-btn-group-header-vertical .x-window-header-body, .x-reset .x-btn-group-header-vertical .x-btn-group-header-body {
  height: 100%;
}
/* line 87, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-text-container {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 93, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-left .x-vml-base,
.x-reset .x-panel-header-right .x-vml-base {
  left: -3px !important;
}
/* line 106, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-body {
  overflow: hidden;
  position: relative;
  font-size: 14px;
}
/* line 114, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-vertical .x-surface {
  padding-left: 1px;
}
/* line 122, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-opera .x-panel-header-vertical .x-surface,
.x-reset .x-strict .x-ie9 .x-panel-header-vertical .x-surface {
  padding-left: 2px;
}
/* line 129, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-collapsed .x-panel-header-collapsed-border-top {
  border-bottom-width: 0 !important;
}
/* line 132, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-collapsed .x-panel-header-collapsed-border-right {
  border-left-width: 0 !important;
}
/* line 135, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-collapsed .x-panel-header-collapsed-border-bottom {
  border-top-width: 0 !important;
}
/* line 138, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-collapsed .x-panel-header-collapsed-border-left {
  border-right-width: 0 !important;
}
/* line 145, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-vertical .x-frame-mc {
  background-repeat: repeat-y;
}
/* line 248, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-default {
  border-color: lightgrey;
}
/* line 253, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default {
  font-size: 13px;
  border-color: lightgrey;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 277, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-top {
  background-image: url('../images/panel-header/panel-header-default-top-bg.gif');
}
/* line 281, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-bottom {
  background-image: url('../images/panel-header/panel-header-default-bottom-bg.gif');
}
/* line 285, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-left {
  background-image: url('../images/panel-header/panel-header-default-left-bg.gif');
}
/* line 289, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-right {
  background-image: url('../images/panel-header/panel-header-default-right-bg.gif');
}
/* line 293, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-right {
  background-position: top right;
}
/* line 297, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-bottom {
  background-position: bottom left;
}
/* line 305, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nbr .x-panel-header-default {
  background-image: none;
}
/* line 338, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-text-default {
  color: black;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 17px;
}
/* line 348, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-body-default {
  background: transparent;
  border-color: transparent;
  color: black;
  border-width: 1px;
  border-style: solid;
}
/* line 363, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-collapsed .x-window-header-default,
.x-reset .x-panel-collapsed .x-panel-header-default {
  border-color: transparent;
}
/* line 368, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-vertical {
  border-color: transparent;
}
/* line 375, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-left,
.x-reset .x-panel-header-default-right {
  background-image: none;
  background-color: white;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  border-width: 0;
  border-style: solid;
  background-color: transparent;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-default-mc {
  background-color: transparent;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default-tl,
.x-reset .x-nbr .x-panel-default-bl,
.x-reset .x-nbr .x-panel-default-tr,
.x-reset .x-nbr .x-panel-default-br,
.x-reset .x-nbr .x-panel-default-tc,
.x-reset .x-nbr .x-panel-default-bc,
.x-reset .x-nbr .x-panel-default-ml,
.x-reset .x-nbr .x-panel-default-mr {
  zoom: 1;
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default-ml,
.x-reset .x-nbr .x-panel-default-mr {
  zoom: 1;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default-mc {
  padding: 0 0 0 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-default-tl,
.x-reset .x-strict .x-ie7 .x-panel-default-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0 6px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-top-mc {
  background-image: url('../images/panel-header/panel-header-default-top-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-top-tl,
.x-reset .x-nbr .x-panel-header-default-top-bl,
.x-reset .x-nbr .x-panel-header-default-top-tr,
.x-reset .x-nbr .x-panel-header-default-top-br,
.x-reset .x-nbr .x-panel-header-default-top-tc,
.x-reset .x-nbr .x-panel-header-default-top-bc,
.x-reset .x-nbr .x-panel-header-default-top-ml,
.x-reset .x-nbr .x-panel-header-default-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-top-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-top-ml,
.x-reset .x-nbr .x-panel-header-default-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-top-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-top-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-top-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-top-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-right-mc {
  background-image: url('../images/panel-header/panel-header-default-right-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-right-tl,
.x-reset .x-nbr .x-panel-header-default-right-bl,
.x-reset .x-nbr .x-panel-header-default-right-tr,
.x-reset .x-nbr .x-panel-header-default-right-br,
.x-reset .x-nbr .x-panel-header-default-right-tc,
.x-reset .x-nbr .x-panel-header-default-right-bc,
.x-reset .x-nbr .x-panel-header-default-right-ml,
.x-reset .x-nbr .x-panel-header-default-right-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-right-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-right-tc,
.x-reset .x-nbr .x-panel-header-default-right-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-right-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-right-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-right-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0 6px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-bottom-mc {
  background-image: url('../images/panel-header/panel-header-default-bottom-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-bottom-tl,
.x-reset .x-nbr .x-panel-header-default-bottom-bl,
.x-reset .x-nbr .x-panel-header-default-bottom-tr,
.x-reset .x-nbr .x-panel-header-default-bottom-br,
.x-reset .x-nbr .x-panel-header-default-bottom-tc,
.x-reset .x-nbr .x-panel-header-default-bottom-bc,
.x-reset .x-nbr .x-panel-header-default-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-bottom-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-bottom-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-bottom-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-bottom-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-bottom-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-left-mc {
  background-image: url('../images/panel-header/panel-header-default-left-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-left-tl,
.x-reset .x-nbr .x-panel-header-default-left-bl,
.x-reset .x-nbr .x-panel-header-default-left-tr,
.x-reset .x-nbr .x-panel-header-default-left-br,
.x-reset .x-nbr .x-panel-header-default-left-tc,
.x-reset .x-nbr .x-panel-header-default-left-bc,
.x-reset .x-nbr .x-panel-header-default-left-ml,
.x-reset .x-nbr .x-panel-header-default-left-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-left-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-left-tc,
.x-reset .x-nbr .x-panel-header-default-left-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-left-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-left-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-left-bl {
  position: relative;
  right: 0;
}
/* line 399, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-top {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
}
/* line 403, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-right {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset;
}
/* line 407, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-bottom {
  -webkit-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
}
/* line 411, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-left {
  -webkit-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
  -moz-box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white 0 -1px 0px 0 inset, white 1px 0 0px 0 inset;
}
/* line 452, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-top {
  border-bottom-width: 1px !important;
}
/* line 456, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-right {
  border-left-width: 1px !important;
}
/* line 460, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-bottom {
  border-top-width: 1px !important;
}
/* line 464, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-left {
  border-right-width: 1px !important;
}
/* line 468, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-collapsed {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-collapsed-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0 6px 0;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-collapsed-top-mc {
  background-image: url('../images/panel-header/panel-header-default-collapsed-top-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-top-tl,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-bl,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-tr,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-br,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-tc,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-bc,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-ml,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-top-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-top-ml,
.x-reset .x-nbr .x-panel-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-top-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-top-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-top-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-top-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-collapsed-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-collapsed-right-mc {
  background-image: url('../images/panel-header/panel-header-default-collapsed-right-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-right-tl,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-bl,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-tr,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-br,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-tc,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-bc,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-ml,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-right-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-right-tc,
.x-reset .x-nbr .x-panel-header-default-collapsed-right-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-right-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-right-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-right-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-collapsed-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0 6px 0;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-collapsed-bottom-mc {
  background-image: url('../images/panel-header/panel-header-default-collapsed-bottom-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-tl,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-bl,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-tr,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-br,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-tc,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-bc,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-bottom-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-bottom-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-bottom-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-bottom-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-bottom-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-collapsed-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-collapsed-left-mc {
  background-image: url('../images/panel-header/panel-header-default-collapsed-left-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-left-tl,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-bl,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-tr,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-br,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-tc,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-bc,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-ml,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-left-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-left-tc,
.x-reset .x-nbr .x-panel-header-default-collapsed-left-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-collapsed-left-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-left-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-collapsed-left-bl {
  position: relative;
  right: 0;
}
/* line 481, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-right-tc,
.x-reset .x-panel-header-default-right-mc,
.x-reset .x-panel-header-default-right-bc {
  background-position: right 0;
}
/* line 487, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-bottom-tc,
.x-reset .x-panel-header-default-bottom-mc,
.x-reset .x-panel-header-default-bottom-bc {
  background-position: 0 bottom;
}
/* line 248, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-default-framed {
  border-color: lightgrey;
}
/* line 253, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed {
  font-size: 13px;
  border-color: lightgrey;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 277, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-framed-top {
  background-image: url('../images/panel-header/panel-header-default-framed-top-bg.gif');
}
/* line 281, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-framed-bottom {
  background-image: url('../images/panel-header/panel-header-default-framed-bottom-bg.gif');
}
/* line 285, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-framed-left {
  background-image: url('../images/panel-header/panel-header-default-framed-left-bg.gif');
}
/* line 289, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-framed-right {
  background-image: url('../images/panel-header/panel-header-default-framed-right-bg.gif');
}
/* line 293, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-framed-right {
  background-position: top right;
}
/* line 297, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nlg .x-panel-header-default-framed-bottom {
  background-position: bottom left;
}
/* line 305, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-nbr .x-panel-header-default-framed {
  background-image: none;
}
/* line 317, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-strict .x-ie9 .x-panel-header-default-framed-top,
.x-reset .x-nlg.x-opera .x-panel-header-default-framed-top,
.x-reset .x-nlg.x-safari .x-panel-header-default-framed-top {
  background-image: url('../images/panel-header/panel-header-default-top-bg.gif');
}
/* line 321, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-strict .x-ie9 .x-panel-header-default-framed-bottom,
.x-reset .x-nlg.x-opera .x-panel-header-default-framed-bottom,
.x-reset .x-nlg.x-safari .x-panel-header-default-framed-bottom {
  background-image: url('../images/panel-header/panel-header-default-bottom-bg.gif');
}
/* line 325, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-strict .x-ie9 .x-panel-header-default-framed-left,
.x-reset .x-nlg.x-opera .x-panel-header-default-framed-left,
.x-reset .x-nlg.x-safari .x-panel-header-default-framed-left {
  background-image: url('../images/panel-header/panel-header-default-left-bg.gif');
}
/* line 329, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-strict .x-ie9 .x-panel-header-default-framed-right,
.x-reset .x-nlg.x-opera .x-panel-header-default-framed-right,
.x-reset .x-nlg.x-safari .x-panel-header-default-framed-right {
  background-image: url('../images/panel-header/panel-header-default-right-bg.gif');
}
/* line 338, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-text-default-framed {
  color: black;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 17px;
}
/* line 348, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-body-default-framed {
  background: white;
  border-color: transparent;
  color: black;
  border-width: 0;
  border-style: solid;
}
/* line 363, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-collapsed .x-window-header-default-framed,
.x-reset .x-panel-collapsed .x-panel-header-default-framed {
  border-color: transparent;
}
/* line 368, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-vertical {
  border-color: transparent;
}
/* line 375, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-left,
.x-reset .x-panel-header-default-framed-right {
  background-image: none;
  background-color: white;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-default-framed {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  border-width: 0;
  border-style: solid;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-default-framed-mc {
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default-framed-tl,
.x-reset .x-nbr .x-panel-default-framed-bl,
.x-reset .x-nbr .x-panel-default-framed-tr,
.x-reset .x-nbr .x-panel-default-framed-br,
.x-reset .x-nbr .x-panel-default-framed-tc,
.x-reset .x-nbr .x-panel-default-framed-bc,
.x-reset .x-nbr .x-panel-default-framed-ml,
.x-reset .x-nbr .x-panel-default-framed-mr {
  zoom: 1;
  background-image: url('../images/panel/panel-default-framed-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default-framed-ml,
.x-reset .x-nbr .x-panel-default-framed-mr {
  zoom: 1;
  background-image: url('../images/panel/panel-default-framed-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default-framed-mc {
  padding: 0 0 0 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-default-framed-tl,
.x-reset .x-strict .x-ie7 .x-panel-default-framed-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0 6px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-top-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-top-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-top-tl,
.x-reset .x-nbr .x-panel-header-default-framed-top-bl,
.x-reset .x-nbr .x-panel-header-default-framed-top-tr,
.x-reset .x-nbr .x-panel-header-default-framed-top-br,
.x-reset .x-nbr .x-panel-header-default-framed-top-tc,
.x-reset .x-nbr .x-panel-header-default-framed-top-bc,
.x-reset .x-nbr .x-panel-header-default-framed-top-ml,
.x-reset .x-nbr .x-panel-header-default-framed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-top-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-top-ml,
.x-reset .x-nbr .x-panel-header-default-framed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-top-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-top-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-top-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-top-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-right-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-right-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-right-tl,
.x-reset .x-nbr .x-panel-header-default-framed-right-bl,
.x-reset .x-nbr .x-panel-header-default-framed-right-tr,
.x-reset .x-nbr .x-panel-header-default-framed-right-br,
.x-reset .x-nbr .x-panel-header-default-framed-right-tc,
.x-reset .x-nbr .x-panel-header-default-framed-right-bc,
.x-reset .x-nbr .x-panel-header-default-framed-right-ml,
.x-reset .x-nbr .x-panel-header-default-framed-right-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-right-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-right-tc,
.x-reset .x-nbr .x-panel-header-default-framed-right-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-right-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-right-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-right-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 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: 10px 0 6px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-bottom-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-bottom-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-bottom-tl,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-bl,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-tr,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-br,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-tc,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-bc,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-bottom-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-framed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-bottom-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-bottom-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-bottom-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-bottom-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-left-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-left-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-left-tl,
.x-reset .x-nbr .x-panel-header-default-framed-left-bl,
.x-reset .x-nbr .x-panel-header-default-framed-left-tr,
.x-reset .x-nbr .x-panel-header-default-framed-left-br,
.x-reset .x-nbr .x-panel-header-default-framed-left-tc,
.x-reset .x-nbr .x-panel-header-default-framed-left-bc,
.x-reset .x-nbr .x-panel-header-default-framed-left-ml,
.x-reset .x-nbr .x-panel-header-default-framed-left-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-left-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-left-tc,
.x-reset .x-nbr .x-panel-header-default-framed-left-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-left-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-left-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-left-bl {
  position: relative;
  right: 0;
}
/* line 399, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-framed-top {
  border-bottom-width: 1px !important;
}
/* line 456, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-framed-right {
  border-left-width: 1px !important;
}
/* line 460, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-framed-bottom {
  border-top-width: 1px !important;
}
/* line 464, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel .x-panel-header-default-framed-left {
  border-right-width: 1px !important;
}
/* line 468, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-collapsed {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0 6px 0;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-collapsed-top-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-top-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-tl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-bl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-tr,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-br,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-tc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-bc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-ml,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-top-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-ml,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-top-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-top-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-top-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-right {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-collapsed-right-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-right-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-tl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-bl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-tr,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-br,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-tc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-bc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-ml,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-right-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-tc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-right-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-right-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-bottom {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 0 6px 0;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-collapsed-bottom-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-bottom-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-tl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-bl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-tr,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-br,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-tc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-bc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-ml,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-mc {
  padding: 10px 0 6px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-bottom-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-bottom-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-image: none;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-header-default-framed-collapsed-left-mc {
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-left-bg.gif');
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1000000px 1100000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-tl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-bl,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-tr,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-br,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-tc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-bc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-ml,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-mr {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-left-corners.gif');
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-tc,
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-bc {
  zoom: 1;
  background-image: url('../images/panel-header/panel-header-default-framed-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-left-tl,
.x-reset .x-strict .x-ie7 .x-panel-header-default-framed-collapsed-left-bl {
  position: relative;
  right: 0;
}
/* line 481, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-right-tc,
.x-reset .x-panel-header-default-framed-right-mc,
.x-reset .x-panel-header-default-framed-right-bc {
  background-position: right 0;
}
/* line 487, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-bottom-tc,
.x-reset .x-panel-header-default-framed-bottom-mc,
.x-reset .x-panel-header-default-framed-bottom-bc {
  background-position: 0 bottom;
}
/* line 197, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-plain,
.x-reset .x-panel-body-plain {
  border: 0;
  padding: 0;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip {
  position: absolute;
  overflow: visible;
  /*pointer needs to be able to stick out*/
  border-color: #8eaace;
}
/* line 12, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip .x-tip-header .x-box-item {
  padding: 3px 3px 0;
}
/* line 16, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip .x-tip-header .x-tool {
  padding: 0px 1px 0 0 !important;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-tip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: -1px -1px -1px -1px;
  border-width: 1px;
  border-style: solid;
  background-color: #e9f2ff;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-tip-mc {
  background-color: #e9f2ff;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tip {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tip-tl,
.x-reset .x-nbr .x-tip-bl,
.x-reset .x-nbr .x-tip-tr,
.x-reset .x-nbr .x-tip-br,
.x-reset .x-nbr .x-tip-tc,
.x-reset .x-nbr .x-tip-bc,
.x-reset .x-nbr .x-tip-ml,
.x-reset .x-nbr .x-tip-mr {
  zoom: 1;
  background-image: url('../images/tip/tip-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tip-ml,
.x-reset .x-nbr .x-tip-mr {
  zoom: 1;
  background-image: url('../images/tip/tip-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tip-mc {
  padding: 0px 0px 0px 0px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-tip-tl,
.x-reset .x-strict .x-ie7 .x-tip-bl {
  position: relative;
  right: 0;
}
/* line 31, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .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: 13px;
  font-weight: bold;
}
/* line 40, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip-header-draggable .x-tip-header-text {
  cursor: move;
}
/* line 47, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip-body,
.x-reset .x-form-invalid-tip-body {
  overflow: hidden;
  position: relative;
  padding: 3px;
}
/* line 55, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip-header,
.x-reset .x-tip-body,
.x-reset .x-form-invalid-tip-body {
  color: black;
  font-size: 13px;
  font-weight: normal;
}
/* line 59, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip-header a,
.x-reset .x-tip-body a,
.x-reset .x-form-invalid-tip-body a {
  color: #2a2a2a;
}
/* line 64, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-tip-anchor {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #8eaace;
  zoom: 1;
}
/* line 79, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-border-box .x-tip-anchor {
  width: 10px;
  height: 10px;
}
/* line 84, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-form-invalid-tip {
  border-color: lightgrey;
  -webkit-box-shadow: lightgrey 0 1px 0px 0 inset, lightgrey 0 -1px 0px 0 inset, lightgrey -1px 0 0px 0 inset, lightgrey 1px 0 0px 0 inset;
  -moz-box-shadow: lightgrey 0 1px 0px 0 inset, lightgrey 0 -1px 0px 0 inset, lightgrey -1px 0 0px 0 inset, lightgrey 1px 0 0px 0 inset;
  box-shadow: lightgrey 0 1px 0px 0 inset, lightgrey 0 -1px 0px 0 inset, lightgrey -1px 0 0px 0 inset, lightgrey 1px 0 0px 0 inset;
}
/* line 146, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-form-invalid-tip-body {
  background: 1px 1px no-repeat;
  background-image: url('../images/form/exclamation.gif');
  padding-left: 22px;
}
/* line 151, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-form-invalid-tip-body li {
  margin-bottom: 4px;
}
/* line 153, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-form-invalid-tip-body li.last {
  margin-bottom: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-form-invalid-tip-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: -1px -1px -1px -1px;
  border-width: 1px;
  border-style: solid;
  background-color: white;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-form-invalid-tip-default-mc {
  background-color: white;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 1100000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-form-invalid-tip-default-tl,
.x-reset .x-nbr .x-form-invalid-tip-default-bl,
.x-reset .x-nbr .x-form-invalid-tip-default-tr,
.x-reset .x-nbr .x-form-invalid-tip-default-br,
.x-reset .x-nbr .x-form-invalid-tip-default-tc,
.x-reset .x-nbr .x-form-invalid-tip-default-bc,
.x-reset .x-nbr .x-form-invalid-tip-default-ml,
.x-reset .x-nbr .x-form-invalid-tip-default-mr {
  zoom: 1;
  background-image: url('../images/form-invalid-tip/form-invalid-tip-default-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-form-invalid-tip-default-ml,
.x-reset .x-nbr .x-form-invalid-tip-default-mr {
  zoom: 1;
  background-image: url('../images/form-invalid-tip/form-invalid-tip-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-form-invalid-tip-default-mc {
  padding: 0px 0px 0px 0px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-form-invalid-tip-default-tl,
.x-reset .x-strict .x-ie7 .x-form-invalid-tip-default-bl {
  position: relative;
  right: 0;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider {
  zoom: 1;
}
/* line 10, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  zoom: 1;
}
/* line 18, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .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;
}
/* line 34, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-horz {
  padding-left: 7px;
  background: transparent no-repeat 0 -24px;
  width: 100%;
}
/* line 40, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-horz .x-slider-end {
  padding-right: 7px;
  zoom: 1;
  background: transparent no-repeat right -46px;
}
/* line 46, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-horz .x-slider-inner {
  background: transparent repeat-x 0 -2px;
  height: 18px;
}
/* line 51, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-horz .x-slider-thumb-over {
  background-position: -14px -15px;
}
/* line 65, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-horz .x-slider-thumb-drag {
  background-position: -28px -30px;
}
/* line 70, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-vert {
  padding-top: 7px;
  background: transparent no-repeat -44px 0;
}
/* line 75, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-vert .x-slider-end {
  padding-bottom: 7px;
  zoom: 1;
  background: transparent no-repeat -22px bottom;
  width: 22px;
}
/* line 82, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-vert .x-slider-inner {
  background: transparent repeat-y 0 0;
  width: 22px;
}
/* line 87, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-vert .x-slider-thumb-over {
  background-position: -15px -14px;
}
/* line 101, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-vert .x-slider-thumb-drag {
  background-position: -30px -28px;
}
/* line 107, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-horz,
.x-reset .x-slider-horz .x-slider-end,
.x-reset .x-slider-horz .x-slider-inner {
  background-image: url('../images/slider/slider-bg.png');
}
/* line 111, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-horz .x-slider-thumb {
  background-image: url('../images/slider/slider-thumb.png');
}
/* line 117, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-vert,
.x-reset .x-slider-vert .x-slider-end,
.x-reset .x-slider-vert .x-slider-inner {
  background-image: url('../images/slider/slider-v-bg.png');
}
/* line 121, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider-vert .x-slider-thumb {
  background-image: url('../images/slider/slider-v-thumb.png');
}
/* line 129, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-ie6 .x-slider-horz,
.x-reset .x-ie6 .x-slider-horz .x-slider-end,
.x-reset .x-ie6 .x-slider-horz .x-slider-inner {
  background-image: url('../images/slider/slider-bg.gif');
}
/* line 133, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-ie6 .x-slider-horz .x-slider-thumb {
  background-image: url('../images/slider/slider-thumb.gif');
}
/* line 139, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-ie6 .x-slider-vert,
.x-reset .x-ie6 .x-slider-vert .x-slider-end,
.x-reset .x-ie6 .x-slider-vert .x-slider-inner {
  background-image: url('../images/slider/slider-v-bg.gif');
}
/* line 143, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-ie6 .x-slider-vert .x-slider-thumb {
  background-image: url('../images/slider/slider-v-thumb.gif');
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-text {
  overflow: hidden;
  position: absolute;
  padding: 0 5px;
  height: 18px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-text-back {
  padding-top: 1px;
}
/* line 50, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-strict .x-ie7m .x-progress {
  height: 18px;
}
/* line 93, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default {
  border-color: #6594cf;
}
/* line 96, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default .x-progress-bar {
  border-right-color: #6594cf;
  border-top-color: #c6d8ed;
  background-image: none;
  background-color: #73a3e0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2ccee), color-stop(50%, #88b1e5), color-stop(51%, #73a3e0), color-stop(100%, #5e96db));
  background-image: -webkit-linear-gradient(top, #b2ccee, #88b1e5 50%, #73a3e0 51%, #5e96db);
  background-image: -moz-linear-gradient(top, #b2ccee, #88b1e5 50%, #73a3e0 51%, #5e96db);
  background-image: -o-linear-gradient(top, #b2ccee, #88b1e5 50%, #73a3e0 51%, #5e96db);
  background-image: linear-gradient(top, #b2ccee, #88b1e5 50%, #73a3e0 51%, #5e96db);
}
/* line 103, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default .x-progress-text {
  color: white;
}
/* line 107, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default .x-progress-text-back {
  color: #396295;
}
/* line 116, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-nlg .x-progress-default .x-progress-bar {
  background: repeat-x;
  background-image: url('../images/progress/progress-default-bg.gif');
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar {
  font-size: 13px;
  border: 1px solid;
  padding: 2px 0 2px 2px;
}
/* line 13, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar .x-form-item-label {
  font-size: 13px;
  line-height: 15px;
}
/* line 18, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar .x-toolbar-item {
  margin: 0 2px 0 0;
}
/* line 22, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar .x-toolbar-text {
  margin-left: 4px;
  margin-right: 6px;
  white-space: nowrap;
  color: #4c4c4c;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: normal;
}
/* line 33, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar .x-toolbar-separator {
  display: block;
  font-size: 1px;
  overflow: hidden;
  cursor: default;
  border: 0;
}
/* line 41, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar .x-toolbar-separator-horizontal {
  margin: 0 3px 0 2px;
  height: 14px;
  width: 0px;
  border-left: 1px solid #98c8ff;
  border-right: 1px solid white;
}
/* line 53, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-quirks .x-ie .x-toolbar .x-toolbar-separator-horizontal {
  width: 2px;
}
/* line 58, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-footer {
  background: transparent;
  border: 0px none;
  margin-top: 3px;
  padding: 2px 0 2px 6px;
}
/* line 65, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-footer .x-box-inner {
  border-width: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-footer .x-toolbar-item {
  margin: 0 6px 0 0;
}
/* line 74, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-vertical {
  padding: 2px 2px 0 2px;
}
/* line 77, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-vertical .x-toolbar-item {
  margin: 0 0 2px 0;
}
/* line 81, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-vertical .x-toolbar-text {
  margin-top: 4px;
  margin-bottom: 6px;
}
/* line 86, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-scroller {
  padding-left: 0;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-spacer {
  width: 2px;
}
/* line 107, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-more-icon {
  background-image: url('../images/toolbar/more.gif') !important;
  background-position: 2px center !important;
  background-repeat: no-repeat;
}
/* line 144, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-default {
  border-color: #99bce8;
  background-image: none;
  background-color: #d3e1f1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfe9f5), color-stop(100%, #d3e1f1));
  background-image: -webkit-linear-gradient(top, #dfe9f5, #d3e1f1);
  background-image: -moz-linear-gradient(top, #dfe9f5, #d3e1f1);
  background-image: -o-linear-gradient(top, #dfe9f5, #d3e1f1);
  background-image: linear-gradient(top, #dfe9f5, #d3e1f1);
}
/* line 155, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-nlg .x-toolbar-default {
  background-image: url('../images/toolbar/toolbar-default-bg.gif') !important;
  background-repeat: repeat-x;
}
/* line 123, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-plain {
  border: 0;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window {
  outline: none;
  overflow: hidden;
}
/* line 10, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window .x-window-wrap {
  position: relative;
}
/* line 15, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-body {
  position: relative;
  border-style: solid;
  overflow: hidden;
}
/* line 24, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-top {
  margin-bottom: -2px;
}
/* line 33, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-body-horizontal {
  margin-top: -1px;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-bottom {
  margin-top: -1px;
  margin-bottom: -1px;
}
/* line 42, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-left {
  margin-right: -1px;
}
/* line 46, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-right {
  margin-left: -1px;
}
/* line 51, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-vertical .x-surface {
  padding-left: 1px;
}
/* line 58, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-collapsed .x-window-header-left {
  padding-right: 5px !important;
  margin-right: 0;
}
/* line 71, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-collapsed .x-window-header-right {
  padding-left: 5px !important;
  margin-left: 0;
}
/* line 76, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-collapsed .x-window-header-top {
  padding-bottom: 5px !important;
  margin-bottom: -1px;
}
/* line 81, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-collapsed .x-window-header-bottom {
  padding-top: 5px !important;
  margin-top: 0;
}
/* line 89, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-left .x-vml-base,
.x-reset .x-window-header-right .x-vml-base {
  left: -3px !important;
}
/* line 97, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-opera .x-window-header-vertical .x-surface,
.x-reset .x-strict .x-ie9 .x-window-header-vertical .x-surface {
  padding-left: 2px;
}
/* line 103, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-text-container {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 109, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-default {
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
  border-width: 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-default-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-default {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-default-tl,
.x-reset .x-nbr .x-window-default-bl,
.x-reset .x-nbr .x-window-default-tr,
.x-reset .x-nbr .x-window-default-br,
.x-reset .x-nbr .x-window-default-tc,
.x-reset .x-nbr .x-window-default-bc,
.x-reset .x-nbr .x-window-default-ml,
.x-reset .x-nbr .x-window-default-mr {
  zoom: 1;
  background-image: url('../images/window/window-default-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-default-ml,
.x-reset .x-nbr .x-window-default-mr {
  zoom: 1;
  background-image: url('../images/window/window-default-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-default-mc {
  padding: 0 0 0 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-default-tl,
.x-reset .x-strict .x-ie7 .x-window-default-bl {
  position: relative;
  right: 0;
}
/* line 178, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-body-default {
  border-color: transparent;
  border-width: 0;
  background: transparent;
  color: black;
}
/* line 188, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default {
  font-size: 20px;
  border-color: transparent;
  zoom: 1;
}
/* line 194, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-text-default {
  color: white;
  font-weight: bold;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 5px 0 5px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-top-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-top-tl,
.x-reset .x-nbr .x-window-header-default-top-bl,
.x-reset .x-nbr .x-window-header-default-top-tr,
.x-reset .x-nbr .x-window-header-default-top-br,
.x-reset .x-nbr .x-window-header-default-top-tc,
.x-reset .x-nbr .x-window-header-default-top-bc,
.x-reset .x-nbr .x-window-header-default-top-ml,
.x-reset .x-nbr .x-window-header-default-top-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-top-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-top-ml,
.x-reset .x-nbr .x-window-header-default-top-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-top-mc {
  padding: 4px 5px 0 5px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-top-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-top-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 0;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-right-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-right-tl,
.x-reset .x-nbr .x-window-header-default-right-bl,
.x-reset .x-nbr .x-window-header-default-right-tr,
.x-reset .x-nbr .x-window-header-default-right-br,
.x-reset .x-nbr .x-window-header-default-right-tc,
.x-reset .x-nbr .x-window-header-default-right-bc,
.x-reset .x-nbr .x-window-header-default-right-ml,
.x-reset .x-nbr .x-window-header-default-right-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-right-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-right-ml,
.x-reset .x-nbr .x-window-header-default-right-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-right-mc {
  padding: 5px 4px 5px 0;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-right-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-right-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 5px 4px 5px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-bottom-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-bottom-tl,
.x-reset .x-nbr .x-window-header-default-bottom-bl,
.x-reset .x-nbr .x-window-header-default-bottom-tr,
.x-reset .x-nbr .x-window-header-default-bottom-br,
.x-reset .x-nbr .x-window-header-default-bottom-tc,
.x-reset .x-nbr .x-window-header-default-bottom-bc,
.x-reset .x-nbr .x-window-header-default-bottom-ml,
.x-reset .x-nbr .x-window-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-bottom-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-bottom-ml,
.x-reset .x-nbr .x-window-header-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-bottom-mc {
  padding: 0 5px 4px 5px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-bottom-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-bottom-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 0px 5px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-left-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-left-tl,
.x-reset .x-nbr .x-window-header-default-left-bl,
.x-reset .x-nbr .x-window-header-default-left-tr,
.x-reset .x-nbr .x-window-header-default-left-br,
.x-reset .x-nbr .x-window-header-default-left-tc,
.x-reset .x-nbr .x-window-header-default-left-bc,
.x-reset .x-nbr .x-window-header-default-left-ml,
.x-reset .x-nbr .x-window-header-default-left-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-left-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-left-ml,
.x-reset .x-nbr .x-window-header-default-left-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-left-mc {
  padding: 5px 0px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-left-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-left-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-top {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 5px 4px 5px;
  border-width: 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-top-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-top {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-top-tl,
.x-reset .x-nbr .x-window-header-default-collapsed-top-bl,
.x-reset .x-nbr .x-window-header-default-collapsed-top-tr,
.x-reset .x-nbr .x-window-header-default-collapsed-top-br,
.x-reset .x-nbr .x-window-header-default-collapsed-top-tc,
.x-reset .x-nbr .x-window-header-default-collapsed-top-bc,
.x-reset .x-nbr .x-window-header-default-collapsed-top-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-top-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-top-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-top-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-top-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-top-mc {
  padding: 4px 5px 4px 5px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-top-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-top-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-right {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-right-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-right {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-right-tl,
.x-reset .x-nbr .x-window-header-default-collapsed-right-bl,
.x-reset .x-nbr .x-window-header-default-collapsed-right-tr,
.x-reset .x-nbr .x-window-header-default-collapsed-right-br,
.x-reset .x-nbr .x-window-header-default-collapsed-right-tc,
.x-reset .x-nbr .x-window-header-default-collapsed-right-bc,
.x-reset .x-nbr .x-window-header-default-collapsed-right-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-right-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-right-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-right-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-right-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-right-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-right-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-right-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-right-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-bottom {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 5px 4px 5px;
  border-width: 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-bottom-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-bottom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-tl,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-bl,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-tr,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-br,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-tc,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-bc,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-bottom-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-bottom-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-mc {
  padding: 4px 5px 4px 5px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-bottom-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-bottom-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-left {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 0;
  border-style: solid;
  background-color: #ced9e7;
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-left-mc {
  background-color: #ced9e7;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-left {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: 1000000px 1000000px;
}
/* line 147, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-left-tl,
.x-reset .x-nbr .x-window-header-default-collapsed-left-bl,
.x-reset .x-nbr .x-window-header-default-collapsed-left-tr,
.x-reset .x-nbr .x-window-header-default-collapsed-left-br,
.x-reset .x-nbr .x-window-header-default-collapsed-left-tc,
.x-reset .x-nbr .x-window-header-default-collapsed-left-bc,
.x-reset .x-nbr .x-window-header-default-collapsed-left-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-left-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-left-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-left-ml,
.x-reset .x-nbr .x-window-header-default-collapsed-left-mr {
  zoom: 1;
  background-image: url('../images/window-header/window-header-default-collapsed-left-sides.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-left-mc {
  padding: 5px 4px 5px 4px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-left-tl,
.x-reset .x-strict .x-ie7 .x-window-header-default-collapsed-left-bl {
  position: relative;
  right: 0;
}
/* line 217, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-top {
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 221, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-right {
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
}
/* line 225, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-bottom {
  -webkit-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -moz-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 229, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-left {
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 130, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-body-plain {
  background: transparent;
}
/* line 2, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box .x-window-body {
  background-color: #ced9e7;
  border: none;
}
/* line 7, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box .x-progress-wrap {
  margin-top: 4px;
}
/* line 11, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box-icon {
  width: 47px;
  height: 32px;
}
/* line 19, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box-info,
.x-reset .x-message-box-warning,
.x-reset .x-message-box-question,
.x-reset .x-message-box-error {
  background: transparent no-repeat top left;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box .x-msg-box-wait {
  background-image: url('../images/shared/blue-loading.gif');
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box-info {
  background-image: url('../images/shared/icon-info.gif');
}
/* line 31, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box-warning {
  background-image: url('../images/shared/icon-warning.gif');
}
/* line 35, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box-question {
  background-image: url('../images/shared/icon-question.gif');
}
/* line 39, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box-error {
  background-image: url('../images/shared/icon-error.gif');
}
/* line 73, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar {
  position: relative;
  background-color: transparent;
  background-image: none;
  background-color: #cbdbef;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dde8f5), color-stop(100%, #cbdbef));
  background-image: -webkit-linear-gradient(top, #dde8f5, #cbdbef);
  background-image: -moz-linear-gradient(top, #dde8f5, #cbdbef);
  background-image: -o-linear-gradient(top, #dde8f5, #cbdbef);
  background-image: linear-gradient(top, #dde8f5, #cbdbef);
  font-size: 13px;
}
/* line 80, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-nlg .x-tab-bar {
  background-image: url('../images/tab-bar/tab-bar-default-bg.gif');
}
/* line 85, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-default-plain,
.x-reset .x-nlg .x-tab-bar-default-plain {
  background: transparent none;
}
/* line 90, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-body {
  border-style: solid;
  border-color: #99bce8;
  position: relative;
  z-index: 2;
  zoom: 1;
}
/* line 4, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-top .x-tab-bar-body {
  height: 20px;
  border-width: 1px 1px 0 1px;
  padding: 1px 0 3px 0;
}
/* line 10, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-top .x-tab-bar-strip {
  /*position strip from top rather than bottom to avoid off-by-one error in IE6*/
  top: 22px;
  border-width: 1px 1px 0;
  height: 2px;
}
/* line 19, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-top .x-tab-bar-body {
  height: 25px;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-top .x-tab-bar-strip {
  height: 3px;
}
/* line 4, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 20px;
  border-width: 0;
  padding: 0 0 2px 0;
}
/* line 10, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-top .x-tab-bar-body-default-plain {
  height: 22px;
}
/* line 23, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-top .x-tab-bar-strip-default-plain {
  height: 3px;
}
/* line 32, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-body {
  height: 20px;
  border-width: 0 1px 1px 1px;
  padding: 3px 0 1px 0;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-body .x-box-inner {
  position: relative;
  top: -1px;
}
/* line 44, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller,
.x-reset .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-left,
.x-reset .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-right {
  height: 22px;
}
/* line 49, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-strip {
  top: 0;
  border-width: 0 1px 1px 1px;
  height: 2px;
}
/* line 57, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-bottom .x-tab-bar-body {
  height: 25px;
}
/* line 61, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-bottom .x-tab-bar-strip {
  height: 3px;
}
/* line 32, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 20px;
  border-width: 0;
  padding: 3px 0 0 0;
}
/* line 37, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-inner {
  position: relative;
  top: -1px;
}
/* line 44, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller,
.x-reset .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-left,
.x-reset .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-right {
  height: 21px;
}
/* line 49, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
  top: 0;
  border-width: 0 1px 1px 1px;
  height: 2px;
}
/* line 57, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-bottom .x-tab-bar-body-default-plain {
  height: 23px;
}
/* line 61, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-border-box .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
  height: 3px;
}
/* line 141, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-strip-default,
.x-reset .x-tab-bar-strip-default-plain {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  border-style: solid;
  overflow: hidden;
  border-color: #99bce8;
  background-color: #deecfd;
  zoom: 1;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: #deecfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccdef6), color-stop(25%, #d6e6fa), color-stop(45%, #deecfd));
  background-image: -webkit-linear-gradient(top, #ccdef6, #d6e6fa 25%, #deecfd 45%);
  background-image: -moz-linear-gradient(top, #ccdef6, #d6e6fa 25%, #deecfd 45%);
  background-image: -o-linear-gradient(top, #ccdef6, #d6e6fa 25%, #deecfd 45%);
  background-image: linear-gradient(top, #ccdef6, #d6e6fa 25%, #deecfd 45%);
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-tab-default-top-mc {
  background-image: url('../images/tab/tab-default-top-bg.gif');
  background-color: #deecfd;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tab-default-top-tl,
.x-reset .x-nbr .x-tab-default-top-bl,
.x-reset .x-nbr .x-tab-default-top-tr,
.x-reset .x-nbr .x-tab-default-top-br,
.x-reset .x-nbr .x-tab-default-top-tc,
.x-reset .x-nbr .x-tab-default-top-bc,
.x-reset .x-nbr .x-tab-default-top-ml,
.x-reset .x-nbr .x-tab-default-top-mr {
  zoom: 1;
  background-image: url('../images/tab/tab-default-top-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tab-default-top-ml,
.x-reset .x-nbr .x-tab-default-top-mr {
  zoom: 1;
  background-image: url('../images/tab/tab-default-top-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tab-default-top-mc {
  padding: 0px 0px 0 0px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-tab-default-top-tl,
.x-reset .x-strict .x-ie7 .x-tab-default-top-bl {
  position: relative;
  right: 0;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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: #deecfd;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ccdef6), color-stop(25%, #d6e6fa), color-stop(45%, #deecfd));
  background-image: -webkit-linear-gradient(bottom, #ccdef6, #d6e6fa 25%, #deecfd 45%);
  background-image: -moz-linear-gradient(bottom, #ccdef6, #d6e6fa 25%, #deecfd 45%);
  background-image: -o-linear-gradient(bottom, #ccdef6, #d6e6fa 25%, #deecfd 45%);
  background-image: linear-gradient(bottom, #ccdef6, #d6e6fa 25%, #deecfd 45%);
}
/* line 102, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-tab-default-bottom-mc {
  background-image: url('../images/tab/tab-default-bottom-bg.gif');
  background-color: #deecfd;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tab-default-bottom-tl,
.x-reset .x-nbr .x-tab-default-bottom-bl,
.x-reset .x-nbr .x-tab-default-bottom-tr,
.x-reset .x-nbr .x-tab-default-bottom-br,
.x-reset .x-nbr .x-tab-default-bottom-tc,
.x-reset .x-nbr .x-tab-default-bottom-bc,
.x-reset .x-nbr .x-tab-default-bottom-ml,
.x-reset .x-nbr .x-tab-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/tab/tab-default-bottom-corners.gif');
}
/* line 168, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tab-default-bottom-ml,
.x-reset .x-nbr .x-tab-default-bottom-mr {
  zoom: 1;
  background-image: url('../images/tab/tab-default-bottom-sides.gif');
  background-position: 0 0;
}
/* line 200, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-tab-default-bottom-mc {
  padding: 0 0px 0px 0px;
}
/* line 210, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-strict .x-ie7 .x-tab-default-bottom-tl,
.x-reset .x-strict .x-ie7 .x-tab-default-bottom-bl {
  position: relative;
  right: 0;
}
/* line 28, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab {
  z-index: 1;
  margin: 0 0 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  height: 20px;
  border-color: #8db3e3;
  cursor: pointer;
  cursor: hand;
}
/* line 40, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab button {
  cursor: pointer;
  cursor: hand;
}
/* line 45, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab em {
  display: block;
  padding: 0 6px;
  line-height: 1px;
}
/* line 51, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #416da3;
  outline: 0 none;
  overflow-x: visible;
}
/* line 69, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 74, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab img {
  display: none;
}
/* line 93, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-border-box .x-tab-default-top {
  height: 21px;
}
/* line 96, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-border-box .x-tab-default-bottom {
  height: 21px;
}
/* line 103, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset * html .x-ie .x-tab button {
  width: 1px;
}
/* line 110, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-strict .x-ie6 .x-tab .x-frame-mc,
.x-reset .x-strict .x-ie7 .x-tab .x-frame-mc {
  height: 100%;
}
/* line 115, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-ie .x-tab-active button:active {
  position: relative;
  top: -1px;
  left: -1px;
}
/* line 124, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .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 #99bce8 !important;
}
/* line 134, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-top em {
  padding-bottom: 3px;
}
/* line 139, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-top button,
.x-reset .x-tab-default-top .x-tab-inner {
  height: 13px;
  line-height: 13px;
}
/* line 148, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-safari4 .x-tab-default-top .x-tab-inner,
.x-reset .x-safari5_0 .x-tab-default-top .x-tab-inner {
  line-height: 11px;
}
/* line 153, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-default-top {
  border-bottom-width: 1px !important;
}
/* line 157, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-top-active {
  border-bottom-color: #deecfd !important;
}
/* line 163, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .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 #99bce8 !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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-bottom em {
  padding-top: 3px;
}
/* line 183, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-bottom button,
.x-reset .x-tab-default-bottom .x-tab-inner {
  height: 13px;
  line-height: 13px;
}
/* line 189, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-default-bottom {
  border-top-width: 1px !important;
}
/* line 193, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-bottom-active {
  border-top-color: #deecfd !important;
}
/* line 197, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-disabled {
  cursor: default;
  border-color: #bbd2ef;
  background-image: none;
  background-color: #e1ecfa;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1ecfa), color-stop(100%, #ecf4fe));
  background-image: -webkit-linear-gradient(top, #e1ecfa, #ecf4fe);
  background-image: -moz-linear-gradient(top, #e1ecfa, #ecf4fe);
  background-image: -o-linear-gradient(top, #e1ecfa, #ecf4fe);
  background-image: linear-gradient(top, #e1ecfa, #ecf4fe);
}
/* line 203, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-disabled button {
  color: #c3b3b3 !important;
}
/* line 209, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-icon-text-left .x-tab-inner {
  padding-left: 20px;
}
/* line 214, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab button {
  position: relative;
}
/* line 218, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-strict .x-ie8 .x-tab button,
.x-reset .x-strict .x-ie9 .x-tab button {
  overflow-y: visible;
}
/* line 238, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-disabled .x-tab-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 243, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-noicon .x-tab-icon {
  display: none;
}
/* line 269, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-top-over {
  background-image: none;
  background-color: #e8f2ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7e5fd), color-stop(25%, #e0edff), color-stop(45%, #e8f2ff));
  background-image: -webkit-linear-gradient(top, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
  background-image: -moz-linear-gradient(top, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
  background-image: -o-linear-gradient(top, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
  background-image: linear-gradient(top, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
}
/* line 272, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-bottom-over {
  background-image: none;
  background-color: #e8f2ff;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d7e5fd), color-stop(25%, #e0edff), color-stop(45%, #e8f2ff));
  background-image: -webkit-linear-gradient(bottom, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
  background-image: -moz-linear-gradient(bottom, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
  background-image: -o-linear-gradient(bottom, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
  background-image: linear-gradient(bottom, #d7e5fd, #e0edff 25%, #e8f2ff 45%);
}
/* line 277, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-active {
  z-index: 3;
}
/* line 283, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-active button {
  color: #15498b;
}
/* line 299, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-top-active {
  background-image: none;
  background-color: #deecfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(25%, #f5f9fe), color-stop(45%, #deecfd));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f9fe 25%, #deecfd 45%);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f9fe 25%, #deecfd 45%);
  background-image: -o-linear-gradient(top, #ffffff, #f5f9fe 25%, #deecfd 45%);
  background-image: linear-gradient(top, #ffffff, #f5f9fe 25%, #deecfd 45%);
}
/* line 302, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-bottom-active {
  background-image: none;
  background-color: #deecfd;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(25%, #f5f9fe), color-stop(45%, #deecfd));
  background-image: -webkit-linear-gradient(bottom, #ffffff, #f5f9fe 25%, #deecfd 45%);
  background-image: -moz-linear-gradient(bottom, #ffffff, #f5f9fe 25%, #deecfd 45%);
  background-image: -o-linear-gradient(bottom, #ffffff, #f5f9fe 25%, #deecfd 45%);
  background-image: linear-gradient(bottom, #ffffff, #f5f9fe 25%, #deecfd 45%);
}
/* line 307, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-disabled {
  border-color: #bbd2ef;
}
/* line 312, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-disabled button {
  color: #c3b3b3;
}
/* line 328, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-top-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #e1ecfa;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1ecfa), color-stop(100%, #ecf4fe));
  background-image: -webkit-linear-gradient(top, #e1ecfa, #ecf4fe);
  background-image: -moz-linear-gradient(top, #e1ecfa, #ecf4fe);
  background-image: -o-linear-gradient(top, #e1ecfa, #ecf4fe);
  background-image: linear-gradient(top, #e1ecfa, #ecf4fe);
}
/* line 333, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-bottom-disabled {
  background-image: none;
  background: transparent;
  background-image: none;
  background-color: #e1ecfa;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e1ecfa), color-stop(100%, #ecf4fe));
  background-image: -webkit-linear-gradient(bottom, #e1ecfa, #ecf4fe);
  background-image: -moz-linear-gradient(bottom, #e1ecfa, #ecf4fe);
  background-image: -o-linear-gradient(bottom, #e1ecfa, #ecf4fe);
  background-image: linear-gradient(bottom, #e1ecfa, #ecf4fe);
}
/* line 342, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-top {
  background-image: url('../images/tab/tab-default-top-bg.gif');
}
/* line 343, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-bottom {
  background-image: url('../images/tab/tab-default-bottom-bg.gif');
}
/* line 347, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-top-over {
  background-image: url('../images/tab/tab-default-top-over-bg.gif');
}
/* line 348, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-bottom-over {
  background-image: url('../images/tab/tab-default-bottom-over-bg.gif');
}
/* line 352, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-top-active {
  background-image: url('../images/tab/tab-default-top-active-bg.gif');
}
/* line 353, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-bottom-active {
  background-image: url('../images/tab/tab-default-bottom-active-bg.gif');
}
/* line 357, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-top-disabled {
  background-image: url('../images/tab/tab-default-top-disabled-bg.gif') !important;
}
/* line 358, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nlg .x-tab-bottom-disabled {
  background-image: url('../images/tab/tab-default-bottom-disabled-bg.gif') !important;
}
/* line 363, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-closable em {
  padding-right: 14px;
}
/* line 367, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .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/tab/tab-default-close.gif');
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 381, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-close-btn {
  top: 0px;
  right: 0px;
}
/* line 387, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset a.x-tab-close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 392, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-disabled a.x-tab-close-btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 404, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-over .x-frame-tl,
.x-reset .x-nbr .x-tab-top-over .x-frame-bl,
.x-reset .x-nbr .x-tab-top-over .x-frame-tr,
.x-reset .x-nbr .x-tab-top-over .x-frame-br,
.x-reset .x-nbr .x-tab-top-over .x-frame-tc,
.x-reset .x-nbr .x-tab-top-over .x-frame-bc {
  background-image: url('../images/tab/tab-default-top-over-corners.gif');
}
/* line 408, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-over .x-frame-ml,
.x-reset .x-nbr .x-tab-top-over .x-frame-mr {
  background-image: url('../images/tab/tab-default-top-over-sides.gif');
}
/* line 412, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-over .x-frame-mc {
  background-color: #e8f2ff;
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-top-over-bg.gif');
}
/* line 426, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-over .x-frame-tl,
.x-reset .x-nbr .x-tab-bottom-over .x-frame-bl,
.x-reset .x-nbr .x-tab-bottom-over .x-frame-tr,
.x-reset .x-nbr .x-tab-bottom-over .x-frame-br,
.x-reset .x-nbr .x-tab-bottom-over .x-frame-tc,
.x-reset .x-nbr .x-tab-bottom-over .x-frame-bc {
  background-image: url('../images/tab/tab-default-bottom-over-corners.gif');
}
/* line 430, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-over .x-frame-ml,
.x-reset .x-nbr .x-tab-bottom-over .x-frame-mr {
  background-image: url('../images/tab/tab-default-bottom-over-sides.gif');
}
/* line 434, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-over .x-frame-mc {
  background-color: #e8f2ff;
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-bottom-over-bg.gif');
}
/* line 448, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-active .x-frame-tl,
.x-reset .x-nbr .x-tab-top-active .x-frame-bl,
.x-reset .x-nbr .x-tab-top-active .x-frame-tr,
.x-reset .x-nbr .x-tab-top-active .x-frame-br,
.x-reset .x-nbr .x-tab-top-active .x-frame-tc,
.x-reset .x-nbr .x-tab-top-active .x-frame-bc {
  background-image: url('../images/tab/tab-default-top-active-corners.gif');
}
/* line 452, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-active .x-frame-ml,
.x-reset .x-nbr .x-tab-top-active .x-frame-mr {
  background-image: url('../images/tab/tab-default-top-active-sides.gif');
}
/* line 456, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-active .x-frame-mc {
  background-color: #deecfd;
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-top-active-bg.gif');
}
/* line 470, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-active .x-frame-tl,
.x-reset .x-nbr .x-tab-bottom-active .x-frame-bl,
.x-reset .x-nbr .x-tab-bottom-active .x-frame-tr,
.x-reset .x-nbr .x-tab-bottom-active .x-frame-br,
.x-reset .x-nbr .x-tab-bottom-active .x-frame-tc,
.x-reset .x-nbr .x-tab-bottom-active .x-frame-bc {
  background-image: url('../images/tab/tab-default-bottom-active-corners.gif');
}
/* line 474, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-active .x-frame-ml,
.x-reset .x-nbr .x-tab-bottom-active .x-frame-mr {
  background-image: url('../images/tab/tab-default-bottom-active-sides.gif');
}
/* line 478, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-active .x-frame-mc {
  background-color: #deecfd;
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-bottom-active-bg.gif');
}
/* line 492, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-disabled .x-frame-tl,
.x-reset .x-nbr .x-tab-top-disabled .x-frame-bl,
.x-reset .x-nbr .x-tab-top-disabled .x-frame-tr,
.x-reset .x-nbr .x-tab-top-disabled .x-frame-br,
.x-reset .x-nbr .x-tab-top-disabled .x-frame-tc,
.x-reset .x-nbr .x-tab-top-disabled .x-frame-bc {
  background-image: url('../images/tab/tab-default-top-disabled-corners.gif');
}
/* line 496, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-disabled .x-frame-ml,
.x-reset .x-nbr .x-tab-top-disabled .x-frame-mr {
  background-image: url('../images/tab/tab-default-top-disabled-sides.gif');
}
/* line 500, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-disabled .x-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-top-disabled-bg.gif');
}
/* line 513, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-tl,
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-bl,
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-tr,
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-br,
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-tc,
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-bc {
  background-image: url('../images/tab/tab-default-bottom-disabled-corners.gif');
}
/* line 517, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-ml,
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-mr {
  background-image: url('../images/tab/tab-default-bottom-disabled-sides.gif');
}
/* line 521, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-disabled .x-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-bottom-disabled-bg.gif');
}
/* line 9, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-autowidth-table table.x-grid-table {
  table-layout: auto;
  width: auto!important;
}
/* line 14, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-no-lines .x-tree-elbow {
  background-color: transparent;
}
/* line 18, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-no-lines .x-tree-elbow-end {
  background-color: transparent;
}
/* line 22, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-no-lines .x-tree-elbow-line {
  background-color: transparent;
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow-plus {
  background: transparent no-repeat 0 0;
}
/* line 31, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow-end-plus {
  background: transparent no-repeat 0 0;
}
/* line 35, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow-end-minus {
  background: transparent no-repeat -16px 0;
}
/* line 39, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow-minus {
  background: transparent no-repeat -16px 0;
}
/* line 43, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow {
  background-color: transparent !important;
}
/* line 47, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow-end {
  background-color: transparent !important;
}
/* line 51, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow-line {
  background-color: transparent !important;
}
/* line 57, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-expander-over .x-tree-elbow-plus,
.x-reset .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-plus {
  background-position: -32px 0;
}
/* line 62, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-expander-over .x-tree-elbow-minus,
.x-reset .x-tree-arrows .x-tree-expander-over .x-tree-elbow-end-minus {
  background-position: -48px 0;
}
/* line 67, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-plus,
.x-reset .x-tree-arrows .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-position: -16px 0;
}
/* line 72, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-plus,
.x-reset .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-elbow-end-plus {
  background-position: -48px 0;
}
/* line 79, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-elbow-plus,
.x-reset .x-tree-elbow-minus,
.x-reset .x-tree-elbow-end-plus,
.x-reset .x-tree-elbow-end-minus {
  cursor: pointer;
}
/* line 85, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-lines .x-tree-elbow {
  background-image: url('../images/tree/elbow.gif');
}
/* line 89, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-lines .x-tree-elbow-end {
  background-image: url('../images/tree/elbow-end.gif');
}
/* line 93, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-lines .x-tree-elbow-plus {
  background-image: url('../images/tree/elbow-plus.gif');
}
/* line 97, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-lines .x-tree-elbow-end-plus {
  background-image: url('../images/tree/elbow-end-plus.gif');
}
/* line 101, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
  background-image: url('../images/tree/elbow-minus.gif');
}
/* line 105, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-image: url('../images/tree/elbow-end-minus.gif');
}
/* line 109, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-lines .x-tree-elbow-line {
  background-image: url('../images/tree/elbow-line.gif');
}
/* line 116, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-no-lines .x-tree-elbow-plus,
.x-reset .x-tree-no-lines .x-tree-elbow-end-plus {
  background-image: url('../images/tree/elbow-plus-nl.gif');
}
/* line 121, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-plus,
.x-reset .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  background-image: url('../images/tree/elbow-end-minus-nl.gif');
}
/* line 130, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-arrows .x-tree-elbow-plus,
.x-reset .x-tree-arrows .x-tree-elbow-minus,
.x-reset .x-tree-arrows .x-tree-elbow-end-plus,
.x-reset .x-tree-arrows .x-tree-elbow-end-minus {
  background-image: url('../images/tree/arrows.gif');
}
/* line 135, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-icon {
  margin: 2px 3px 0 0;
}
/* line 139, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-with-row-lines .x-tree-icon {
  margin-top: 1px;
}
/* line 148, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-elbow,
.x-reset .x-tree-elbow-end,
.x-reset .x-tree-elbow-plus,
.x-reset .x-tree-elbow-end-plus,
.x-reset .x-tree-elbow-empty,
.x-reset .x-tree-elbow-line {
  height: 20px;
  width: 16px;
}
/* line 159, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-with-row-lines .x-tree-elbow,
.x-reset .x-grid-with-row-lines .x-tree-elbow-end,
.x-reset .x-grid-with-row-lines .x-tree-elbow-plus,
.x-reset .x-grid-with-row-lines .x-tree-elbow-end-plus,
.x-reset .x-grid-with-row-lines .x-tree-elbow-empty,
.x-reset .x-grid-with-row-lines .x-tree-elbow-line {
  height: 19px;
  background-position: 0 -1px;
}
/* line 165, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-icon-leaf {
  width: 16px;
  background-image: url('../images/tree/leaf.gif');
}
/* line 170, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-icon-parent {
  width: 16px;
  background-image: url('../images/tree/folder.gif');
}
/* line 175, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-tree-node-expanded .x-tree-icon-parent {
  background-image: url('../images/tree/folder-open.gif');
}
/* line 179, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-rowbody {
  padding: 0;
}
/* line 183, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-cell-treecolumn .x-grid-cell-inner {
  padding: 0;
  line-height: 19px;
}
/* line 188, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-with-row-lines .x-grid-cell-treecolumn .x-grid-cell-inner {
  line-height: 17px;
}
/* line 192, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-panel .x-grid-cell-inner {
  cursor: pointer;
}
/* line 194, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-panel .x-grid-cell-inner img {
  display: inline-block;
  vertical-align: top;
}
/* line 207, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-ie .x-tree-panel .x-tree-elbow,
.x-reset .x-ie .x-tree-panel .x-tree-elbow-end,
.x-reset .x-ie .x-tree-panel .x-tree-elbow-plus,
.x-reset .x-ie .x-tree-panel .x-tree-elbow-end-plus,
.x-reset .x-ie .x-tree-panel .x-tree-elbow-empty,
.x-reset .x-ie .x-tree-panel .x-tree-elbow-line {
  vertical-align: -6px;
}
/* line 215, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-editor-on-text-node .x-form-text {
  padding-left: 1px;
  padding-right: 1px;
}
/* line 222, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-ie .x-grid-editor-on-text-node .x-form-text {
  padding-left: 2px;
  padding-right: 2px;
}
/* line 228, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-opera .x-grid-editor-on-text-node .x-form-text {
  padding-left: 2px;
  padding-right: 2px;
}
/* line 234, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-checkbox {
  margin: 4px 3px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: no-repeat;
  background-image: url('../images/_custom/custom-checkbox-24x48.png');
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 247, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-checkbox::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 253, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-with-row-lines .x-tree-checkbox {
  margin-top: 3px;
}
/* line 257, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-checkbox-checked {
  background-position: 0 -24px;
}
/* line 261, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url('../images/tree/drop-append.gif');
}
/* line 265, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url('../images/tree/drop-above.gif');
}
/* line 269, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url('../images/tree/drop-below.gif');
}
/* line 273, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url('../images/tree/drop-between.gif');
}
/* line 277, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-tree-loading .x-tree-icon {
  background-image: url('../images/tree/loading.gif');
}
/* line 281, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-ddindicator {
  height: 1px;
  border-width: 1px 0px 0px;
  border-style: dotted;
  border-color: green;
}
/* line 288, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-tree-loading span {
  font-style: italic;
  color: #444444;
}
/* line 293, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-animator-wrap {
  overflow: hidden;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .x-surface {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}
/* line 11, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .rvml {
  behavior: url(#default#VML);
}
/* line 15, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .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, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .x-vml-sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
/* line 27, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .x-vml-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 1000px;
}
/* line 35, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .x-vml-measure-span {
  position: absolute;
  left: -9999em;
  top: -9999em;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 44, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
}
/* line 52, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .x-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
}
/* line 60, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset svg, .x-reset vml {
  overflow: hidden;
}
/* line 6, ../../../../../../webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_viewport.scss */
.x-reset .x-viewport, .x-reset .x-viewport body {
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
  position: static;
}

/* line 1595, ../parts/_all.scss */
.x-mask {
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 17, ../parts/_all.scss */
.x-reset .x-btn,
.x-reset .x-btn button,
.x-reset .x-btn .x-btn-inner,
.x-reset .x-btn.x-over .x-btn-inner {
  height: auto !important;
}
/* line 21, ../parts/_all.scss */
.x-reset .x-btn button:hover:after {
  display: none;
}
/* line 32, ../parts/_all.scss */
.x-reset .x-btn-default-small {
  padding: 0;
}
/* line 36, ../parts/_all.scss */
.x-reset .x-btn.add-button {
  margin: 10px 5px;
}
/* line 40, ../parts/_all.scss */
.x-reset .x-panel-header-body .x-btn {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 47, ../parts/_all.scss */
.x-reset .x-panel-header-body .x-btn button,
.x-reset .x-panel-header-body .x-btn .x-btn-inner,
.x-reset .x-panel-header-body .x-btn.x-over .x-btn-inner {
  height: auto;
  line-height: normal;
}
/* line 52, ../parts/_all.scss */
.x-reset .x-panel-header-body .x-btn-default-toolbar-small .x-btn-inner,
.x-reset .x-panel-header-body .x-btn-default-small .x-btn-inner {
  font-size: 17px;
  text-transform: capitalize;
}
/* line 57, ../parts/_all.scss */
.x-reset .x-form-item.add-new-photo-button {
  top: 0 !important;
}
/* line 60, ../parts/_all.scss */
.x-reset .x-form-item.add-new-photo-button .x-btn-inner {
  line-height: normal;
  border-radius: 0;
  padding: 0;
}
/* line 67, ../parts/_all.scss */
.x-reset .x-btn.change-password-button,
.x-reset .x-window-default.edit-profile-picture-window .x-toolbar-footer {
  margin: 15px 0 !important;
}
/* line 72, ../parts/_all.scss */
.x-reset .x-tip {
  color: black;
  background-color: white;
  border-color: lightgrey;
  padding: 2px 6px;
}
/* line 81, ../parts/_all.scss */
.x-reset .x-panel-body,
.x-reset .x-panel-body-default {
  color: black;
  font-size: 14px;
  border-width: 0;
}
/* line 87, ../parts/_all.scss */
.x-reset .x-panel-body .group-title {
  font-size: 17px;
  margin: 20px 0 10px;
}
/* line 92, ../parts/_all.scss */
.x-reset .x-panel-body .group-title {
  width: auto !important;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}
/* line 100, ../parts/_all.scss */
.x-reset .x-form-item,
.x-reset .x-form-item.x-vbox-form-item,
.x-reset .x-form-item.x-anchor-form-item {
  margin: 0 0 8px;
}
/* line 103, ../parts/_all.scss */
.x-reset .x-form-item .x-form-cb-wrap,
.x-reset .x-form-item.x-vbox-form-item .x-form-cb-wrap,
.x-reset .x-form-item.x-anchor-form-item .x-form-cb-wrap {
  padding: 5px 0;
}
/* line 107, ../parts/_all.scss */
.x-reset .x-container.x-box-layout-ct {
  padding: 0 0 6px;
}
/* line 111, ../parts/_all.scss */
.x-reset .x-form-item .x-form-text {
  line-height: normal;
  border-radius: 0;
}
/* line 116, ../parts/_all.scss */
.x-reset .x-menu-item-active .x-menu-item-link {
  background: none;
  border: none;
}
/* line 122, ../parts/_all.scss */
.x-reset .x-tab-close-btn {
  background: url("../images/_custom/tab-default-close.png") 50% 50% no-repeat;
  height: 12px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}
/* line 131, ../parts/_all.scss */
.x-reset .x-boxselect ul.x-boxselect-list {
  min-height: 60px;
  padding: 3px 2px;
}
/* line 135, ../parts/_all.scss */
.x-reset .x-boxselect ul.x-boxselect-list .x-boxselect-input {
  padding: 1px 8px;
}
/* line 138, ../parts/_all.scss */
.x-reset .x-boxselect ul.x-boxselect-list .x-boxselect-input-field {
  font-family: "Montserrat", sans-serif;
}
/* line 141, ../parts/_all.scss */
.x-reset .x-boxselect-item {
  background-color: darkgrey;
  border-color: darkgrey;
  border-radius: 0;
  color: white;
  padding: 0 1px 0 10px !important;
  margin: 0 3px;
}
/* line 149, ../parts/_all.scss */
.x-reset .x-boxselect-item-text {
  line-height: 28px;
}
/* line 160, ../parts/_all.scss */
.x-reset .x-trigger-cell {
  width: 0 !important;
}
/* line 164, ../parts/_all.scss */
.x-reset .x-form-trigger {
  position: relative;
  display: block;
  margin-left: -35px;
}
/* line 177, ../parts/_all.scss */
.x-reset .x-form-arrow-trigger,
.x-reset .x-form-arrow-trigger-over,
.x-reset .x-form-arrow-trigger-focus,
.x-reset .x-form-arrow-trigger-click,
.x-reset .x-form-time-trigger,
.x-reset .x-form-time-trigger-over,
.x-reset .x-form-time-trigger-focus,
.x-reset .x-form-time-trigger-click {
  background: url("../images/_custom/combo-trigger-simple.png");
  border-width: 0px;
  background-position: 10% 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 30px;
  height: 60px;
}
/* line 187, ../parts/_all.scss */
.x-reset .x-form-trigger-input-cell .x-form-field {
  padding-right: 35px;
}
/* line 190, ../parts/_all.scss */
.x-reset .x-container-default.recurring-side input[name=payment_processor_method_id].x-form-field {
  padding-right: 75px;
}
/* line 194, ../parts/_all.scss */
.x-reset .x-form-item.trigger-hidden .x-form-trigger-input-cell .x-form-field {
  padding: 4px 14px 4px 14px;
}
/* line 201, ../parts/_all.scss */
.x-reset .x-form-date-trigger,
.x-reset .x-form-date-trigger-over,
.x-reset .x-form-date-trigger-focus,
.x-reset .x-form-date-trigger-click {
  position: relative;
  border-width: 0px;
  background: none;
  width: 30px;
  height: 60px;
}
/* line 208, ../parts/_all.scss */
.x-reset .x-form-date-trigger:after,
.x-reset .x-form-date-trigger-over:after,
.x-reset .x-form-date-trigger-focus:after,
.x-reset .x-form-date-trigger-click:after {
  position: absolute;
  color: lightgrey;
  font-family: "FontAwesome";
  content: "\f073";
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  right: auto;
  left: 0;
}
/* line 214, ../parts/_all.scss */
.x-reset .x-form-date-trigger input[type=text],
.x-reset .x-form-date-trigger-over input[type=text],
.x-reset .x-form-date-trigger-focus input[type=text],
.x-reset .x-form-date-trigger-click input[type=text] {
  position: relative;
  background-color: transparent;
  z-index: 2;
  line-height: normal;
  padding-right: 40px;
}
/* line 222, ../parts/_all.scss */
.x-reset .x-form-clear-trigger,
.x-reset .x-form-clear-trigger-over,
.x-reset .x-form-clear-trigger-focus,
.x-reset .x-form-clear-trigger-click {
  background: url("../images/_custom/combo-clear-trigger.png");
  border-width: 0px;
  background-position: 10% 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 30px;
  height: 60px;
  margin-left: -60px;
}
/* line 233, ../parts/_all.scss */
.x-reset .x-form-trigger.x-form-manage-trigger {
  position: relative;
  width: 18px;
  background: none;
  margin-left: -72px;
}
/* line 239, ../parts/_all.scss */
.x-reset .x-form-trigger.x-form-manage-trigger:after {
  position: absolute;
  color: lightgrey;
  font-family: "FontAwesome";
  content: "\f044";
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  font-size: 18px;
  right: auto;
  left: 0;
}
/* line 246, ../parts/_all.scss */
.x-reset .x-form-trigger.x-form-manage-trigger input[type=text] {
  position: relative;
  background-color: transparent;
  z-index: 2;
  line-height: normal;
  padding-right: 40px;
}
/* line 253, ../parts/_all.scss */
.x-reset .x-form-trigger-wrap-focus .x-form-trigger,
.x-reset .x-form-trigger-wrap-focus .x-form-trigger-over {
  background-position: 10% 50%;
}
/* line 257, ../parts/_all.scss */
.x-reset .x-form-trigger.x-form-spinner-up {
  background: url("../images/_custom/combo-trigger-simple.png") 50% 75% no-repeat;
}
/* line 260, ../parts/_all.scss */
.x-reset .x-form-trigger.x-form-spinner-down {
  background: url("../images/_custom/combo-trigger-simple.png") 50% 75% no-repeat;
}
/* line 264, ../parts/_all.scss */
.x-reset .x-form-radio {
  height: 24px;
  width: 24px;
}
/* line 270, ../parts/_all.scss */
.x-reset .x-form-checkbox,
.x-reset .x-form-radio,
.x-reset .x-form-cb-label-after {
  vertical-align: middle;
}
/* line 277, ../parts/_all.scss */
.x-reset .x-form-checkbox:hover,
.x-reset .x-form-radio:hover {
  background-color: transparent;
}
/* line 282, ../parts/_all.scss */
.x-reset .x-form-cb-label-after {
  line-height: 1.8;
  padding-left: 8px;
  padding-top: 2px;
}
/* line 288, ../parts/_all.scss */
.x-reset .x-form-cb-checked .x-form-checkbox {
  background-position: 0 -24px;
}
/* line 291, ../parts/_all.scss */
.x-reset .x-form-cb-checked .x-form-radio {
  background-position: 0 -24px;
}
/* line 295, ../parts/_all.scss */
.x-reset .x-form-cb-focus {
  background-position: inherit;
}
/* line 300, ../parts/_all.scss */
.x-reset .x-form-invalid-icon {
  min-height: 60px;
  margin-bottom: 0;
}
/* line 306, ../parts/_all.scss */
.x-reset .x-fieldset-header .x-fieldset-header-text {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}
/* line 310, ../parts/_all.scss */
.x-reset .x-fieldset {
  border-width: 0px !important;
}
/* line 315, ../parts/_all.scss */
.x-reset .crm-name-fieldset .x-hbox-form-item,
.x-reset .x-hbox-form-item.crm-phone-field {
  top: 0 !important;
}
/* line 324, ../parts/_all.scss */
.x-reset .x-component,
.x-reset .x-box-item,
.x-reset .x-form-item-label,
.x-reset .x-form-item-label-left,
.x-reset .x-form-item-label-top,
.x-reset .x-boundlist-item {
  font-family: "Montserrat", sans-serif;
}
/* line 329, ../parts/_all.scss */
.x-reset .x-form-item-label,
.x-reset .x-form-item-label-top {
  text-transform: uppercase;
  color: lightgrey;
  padding: 10px 2px;
}
/* line 335, ../parts/_all.scss */
.x-reset .x-form-item-label-left,
.x-reset .x-form-item-label-right {
  padding: 10px 2px;
}
/* line 341, ../parts/_all.scss */
.x-reset .x-form-item-label > span,
.x-reset .x-form-item-label-left > span,
.x-reset .x-form-item-label-top > span {
  color: #ff0033 !important;
  font-weight: normal;
}
/* line 346, ../parts/_all.scss */
.x-reset .x-form-invalid-icon {
  background-image: none;
}
/* line 349, ../parts/_all.scss */
.x-reset .x-form-invalid-icon:after {
  font-family: "FontAwesome" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f056";
  color: #ff0033;
  position: absolute;
  top: 50%;
  right: 1px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-top: -15px;
}
/* line 362, ../parts/_all.scss */
.x-reset .x-form-invalid-tip-body {
  background-position: 3px 50%;
}
/* line 365, ../parts/_all.scss */
.x-reset .x-form-invalid-tip-body li {
  margin: 4px 0;
}
/* line 370, ../parts/_all.scss */
.x-reset .x-box-item.group-title {
  color: black;
}
/* line 374, ../parts/_all.scss */
.x-reset .x-form-item-body {
  padding-right: 2px;
}
/* line 379, ../parts/_all.scss */
.x-reset .x-grid-table {
  border-collapse: collapse;
}
/* line 382, ../parts/_all.scss */
.x-reset .x-panel-header-text {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding-top: 10px;
}
/* line 388, ../parts/_all.scss */
.x-reset .x-column-header-text {
  font-size: 15px;
  font-weight: 400;
  text-shadow: none;
}
/* line 395, ../parts/_all.scss */
.x-reset .x-column-header-sort-ASC .x-column-header-text,
.x-reset .x-column-header-sort-DESC .x-column-header-text {
  background-image: none;
  font-weight: 800;
}
/* line 400, ../parts/_all.scss */
.x-reset .x-column-header {
  text-shadow: none;
  border-right: 1px solid #202120;
}
/* line 404, ../parts/_all.scss */
.x-reset .x-column-header.sortable {
  cursor: pointer;
  padding-right: 25px;
}
/* line 408, ../parts/_all.scss */
.x-reset .x-column-header.sortable:after {
  font-family: "FontAwesome" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  background-image: none;
  text-shadow: none;
  font-weight: 400;
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 0;
  margin-top: -7px;
}
/* line 423, ../parts/_all.scss */
.x-reset .x-column-header.sortable.x-column-header-sort-ASC:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -5px;
}
/* line 429, ../parts/_all.scss */
.x-reset .x-column-header.x-column-header-last {
  border-right: none;
}
/* line 436, ../parts/_all.scss */
.x-reset .x-column-header-trigger,
.x-reset .x-column-header-open .x-column-header-trigger,
.x-reset .x-column-header-over .x-column-header-trigger {
  display: none;
  background-color: #2d2e2d;
}
/* line 441, ../parts/_all.scss */
.x-reset .x-grid-row {
  vertical-align: middle;
  border-bottom: 1px solid lightgrey;
}
/* line 446, ../parts/_all.scss */
.x-reset .x-grid-cell,
.x-reset .x-grid-row .x-grid-cell {
  height: 48px;
}
/* line 449, ../parts/_all.scss */
.x-reset .x-grid-cell .x-grid-cell-inner {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: black;
  padding: 4px 16px;
}
/* line 456, ../parts/_all.scss */
.x-reset .x-grid-with-row-lines .x-grid-cell {
  border-width: 0;
}
/* line 461, ../parts/_all.scss */
.x-reset .x-grid-cell.pending-cell,
.x-reset .contribution-module #my-contributions-modules-grid .pending-cell {
  height: 48px !important;
}
/* line 464, ../parts/_all.scss */
.x-reset .x-grid-cell.pending-cell .pending {
  color: inherit;
  font-size: inherit;
}
/* line 470, ../parts/_all.scss */
.x-reset .x-grid-cell.edit-column,
.x-reset .x-grid-cell.delete-column {
  background-color: white !important;
  background-image: none !important;
  padding-left: 0 !important;
}
/* line 476, ../parts/_all.scss */
.x-reset .x-grid-cell.edit-column .x-grid-cell-inner,
.x-reset .x-grid-cell.delete-column .x-grid-cell-inner {
  color: #51718b;
  font-weight: 400;
}
/* line 482, ../parts/_all.scss */
.x-reset .x-grid-row-alt .x-grid-cell.edit-column,
.x-reset .x-grid-row-alt .x-grid-cell.delete-column {
  background-color: white !important;
}
/* line 486, ../parts/_all.scss */
.x-reset .x-grid-row-over .x-grid-cell.edit-column,
.x-reset .x-grid-row-over .x-grid-cell.delete-column {
  background-color: #f7f7f7 !important;
}
/* line 490, ../parts/_all.scss */
.x-reset .x-grid-row-focused .x-grid-cell.edit-column,
.x-reset .x-grid-row-focused .x-grid-cell.delete-column {
  background-color: #ededed !important;
}
/* line 494, ../parts/_all.scss */
.x-reset .x-grid-row-selected .x-grid-cell.edit-column,
.x-reset .x-grid-row-selected .x-grid-cell.delete-column {
  background-color: #f2f2f2 !important;
}
/* line 498, ../parts/_all.scss */
.x-reset .x-grid-empty {
  font-size: 14px;
  color: #2d2e2d;
  font-family: "Montserrat", sans-serif;
  padding: 22px 18px;
}
/* line 507, ../parts/_all.scss */
.x-reset .x-toolbar {
  border: none;
}
/* line 511, ../parts/_all.scss */
.x-reset .x-toolbar .x-form-text.x-form-field {
  padding-right: 52px;
}
/* line 516, ../parts/_all.scss */
.x-reset .x-toolbar .x-form-trigger {
  height: 60px !important;
}
/* line 519, ../parts/_all.scss */
.x-reset .x-toolbar .x-form-trigger.x-form-clear-trigger {
  width: 24px;
  margin-left: -52px;
}
/* line 523, ../parts/_all.scss */
.x-reset .x-toolbar .x-form-trigger.x-form-search-trigger {
  width: 24px;
  margin-left: -32px;
  background: url("../images/_custom/search-icon-gray.png") 50% 50% no-repeat;
}
/* line 529, ../parts/_all.scss */
.x-reset .x-boundlist {
  border: 1px solid lightgrey;
}
/* line 532, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar.x-toolbar-default {
  border-top: 1px solid lightgrey !important;
}
/* line 537, ../parts/_all.scss */
.x-reset .x-boundlist-item {
  color: tpl-alt-color-opacity(black);
}
/* line 543, ../parts/_all.scss */
.x-reset .x-boundlist-item,
.x-reset .x-boundlist-item-over,
.x-reset .x-boundlist-selected {
  border: none;
  background: none;
}
/* line 548, ../parts/_all.scss */
.x-reset .x-boundlist-selected {
  color: white;
  background: #2d2e2d;
}
/* line 553, ../parts/_all.scss */
.x-reset .x-boundlist-item-over {
  background: #505250;
}
/* line 560, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default {
  background: none;
  padding: 4px;
}
/* line 566, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn,
.x-reset .x-boundlist .x-toolbar-default .x-btn button,
.x-reset .x-boundlist .x-toolbar-default .x-btn .x-btn-inner {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 26px;
  height: 26px !important;
  line-height: 26px;
  padding: 0;
}
/* line 575, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn .x-btn-icon {
  width: 26px;
  height: 26px;
  background-image: none !important;
}
/* line 580, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn .x-btn-icon:after {
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  background: white;
  color: black;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
}
/* line 595, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn .x-btn-icon.x-tbar-page-first:after {
  content: "\f100";
}
/* line 598, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn .x-btn-icon.x-tbar-page-prev:after {
  content: "\f104";
}
/* line 601, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn .x-btn-icon.x-tbar-page-next:after {
  content: "\f105";
}
/* line 604, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn .x-btn-icon.x-tbar-page-last:after {
  content: "\f101";
}
/* line 612, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn.x-btn-disabled button .x-btn-icon.x-tbar-page-first,
.x-reset .x-boundlist .x-toolbar-default .x-btn.x-btn-disabled button .x-btn-icon.x-tbar-page-prev,
.x-reset .x-boundlist .x-toolbar-default .x-btn.x-btn-disabled button .x-btn-icon.x-tbar-page-next,
.x-reset .x-boundlist .x-toolbar-default .x-btn.x-btn-disabled button .x-btn-icon.x-tbar-page-last {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 616, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-btn button .x-btn-icon.x-tbar-loading:after {
  content: "\f021";
}
/* line 621, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-toolbar-text,
.x-reset .x-boundlist .x-toolbar-default .x-tbar-page-number .x-form-text {
  font-size: 13px;
}
/* line 624, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-tbar-page-number .x-form-text {
  text-align: center;
  min-width: 26px;
  height: 26px;
  width: 26px !important;
  border: 1px solid lightgrey;
  box-shadow: none;
  padding: 0 5px !important;
}
/* line 635, ../parts/_all.scss */
.x-reset .x-boundlist .x-toolbar-default .x-toolbar-separator-horizontal {
  display: none;
}
/* line 657, ../parts/_all.scss */
.x-reset .x-datepicker * {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
/* line 662, ../parts/_all.scss */
.x-reset .x-datepicker {
  border-color: lightgrey;
}
/* line 669, ../parts/_all.scss */
.x-reset .x-datepicker .x-btn,
.x-reset .x-datepicker .x-btn button,
.x-reset .x-datepicker .x-btn .x-btn-inner,
.x-reset .x-datepicker .x-btn.x-btn-over .x-btn-inner,
.x-reset .x-datepicker .x-btn.x-over .x-btn-inner {
  line-height: normal;
}
/* line 673, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header {
  height: auto;
  background: black;
}
/* line 678, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-prev,
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-next {
  z-index: 1;
}
/* line 681, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-prev a,
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-next a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  width: 16px;
  height: 20px;
  background-image: none;
}
/* line 687, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-prev a:after,
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-next a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: normal;
  font-family: "FontAwesome";
  font-size: 16px;
  color: white;
  margin-top: -7px;
}
/* line 701, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-prev {
  left: 2px;
}
/* line 704, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-prev a:after {
  content: "\f104";
}
/* line 708, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-next {
  right: 2px;
}
/* line 711, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-next a:after {
  content: "\f105";
}
/* line 716, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-month {
  padding: 0;
}
/* line 720, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn,
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn-inner {
  width: 100%;
}
/* line 723, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn-inner {
  background: none;
  border: none;
  color: white !important;
  font-size: 14px;
  padding: 8px 10px;
}
/* line 730, ../parts/_all.scss */
.x-reset .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn-split-right {
  background: none;
  padding-right: 0 !important;
}
/* line 736, ../parts/_all.scss */
.x-reset .x-monthpicker {
  border: none;
}
/* line 739, ../parts/_all.scss */
.x-reset .x-monthpicker-item a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 4px;
}
/* line 743, ../parts/_all.scss */
.x-reset .x-monthpicker-item a.x-monthpicker-selected {
  background-color: #2d2e2d;
  color: white;
}
/* line 747, ../parts/_all.scss */
.x-reset .x-monthpicker-item a:hover {
  background-color: #141414;
  color: white;
}
/* line 752, ../parts/_all.scss */
.x-reset .x-monthpicker-yearnav button {
  background: none;
  line-height: normal;
  cursor: pointer;
}
/* line 757, ../parts/_all.scss */
.x-reset .x-monthpicker-yearnav button:after {
  display: block;
  font-family: "FontAwesome";
  color: white;
  font-size: 14px;
  padding: 2px 0;
}
/* line 764, ../parts/_all.scss */
.x-reset .x-monthpicker-yearnav button.x-monthpicker-yearnav-prev:after {
  content: "\f104";
}
/* line 767, ../parts/_all.scss */
.x-reset .x-monthpicker-yearnav button.x-monthpicker-yearnav-next:after {
  content: "\f105";
}
/* line 772, ../parts/_all.scss */
.x-reset .x-monthpicker-months {
  border-color: lightgrey;
}
/* line 777, ../parts/_all.scss */
.x-reset .x-monthpicker-buttons,
.x-reset .x-datepicker-footer {
  background: none;
  border: none;
  padding: 5px 10px;
}
/* line 782, ../parts/_all.scss */
.x-reset .x-monthpicker-buttons .x-btn .x-btn-inner,
.x-reset .x-datepicker-footer .x-btn .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: #51718b;
  border-color: #51718b;
  color: white;
  padding: 4px 10px;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .x-monthpicker-buttons .x-btn .x-btn-inner:disabled, .x-reset .x-monthpicker-buttons .x-btn .x-btn-inner.disabled,
.x-reset .x-datepicker-footer .x-btn .x-btn-inner:disabled,
.x-reset .x-datepicker-footer .x-btn .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .x-monthpicker-buttons .x-btn .x-btn-inner:hover,
.x-reset .x-datepicker-footer .x-btn .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .x-monthpicker-buttons .x-btn .x-btn-inner:hover,
.x-reset .x-datepicker-footer .x-btn .x-btn-inner:hover {
  background-color: #5a7e9b;
  border-color: #5a7e9b;
  color: white;
}
/* line 789, ../parts/_all.scss */
.x-reset .x-monthpicker-buttons .x-btn,
.x-reset .x-monthpicker-buttons .x-btn button,
.x-reset .x-monthpicker-buttons .x-btn .x-btn-inner,
.x-reset .x-datepicker-footer .x-btn,
.x-reset .x-datepicker-footer .x-btn button,
.x-reset .x-datepicker-footer .x-btn .x-btn-inner {
  height: auto !important;
  line-height: normal;
}
/* line 794, ../parts/_all.scss */
.x-reset .x-monthpicker-buttons .x-btn,
.x-reset .x-datepicker-footer .x-btn {
  border: none;
}
/* line 805, ../parts/_all.scss */
.x-reset .x-monthpicker-buttons {
  padding: 16px 10px;
}
/* line 809, ../parts/_all.scss */
.x-reset .x-datepicker table.x-datepicker-inner th {
  background: none;
  border-color: lightgrey;
}
/* line 815, ../parts/_all.scss */
.x-reset table.x-datepicker-inner a:hover {
  background-color: #141414;
  color: white;
}
/* line 821, ../parts/_all.scss */
.x-reset table.x-datepicker-inner .x-datepicker-disabled a {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 825, ../parts/_all.scss */
.x-reset table.x-datepicker-inner .x-datepicker-disabled a:hover {
  background-color: transparent;
}
/* line 830, ../parts/_all.scss */
.x-reset table.x-datepicker-inner .x-datepicker-selected a {
  background-color: #2d2e2d;
  border-color: #2d2e2d;
  color: white;
}
/* line 835, ../parts/_all.scss */
.x-reset table.x-datepicker-inner .x-datepicker-selected span {
  font-weight: normal;
}
/* line 841, ../parts/_all.scss */
.x-reset .x-tool-close {
  width: 14px !important;
  height: 14px !important;
  background: url("../images/_custom/combo-clear-trigger.png") 50% 50% no-repeat !important;
  vertical-align: top;
}
/* line 848, ../parts/_all.scss */
.x-reset .x-tool-over .x-tool-close {
  background-position: 0 0;
}
/* line 854, ../parts/_all.scss */
.x-reset .x-css-shadow {
  box-shadow: none !important;
  z-index: 498 !important;
}
/* line 861, ../parts/_all.scss */
.x-reset .x-window {
  background: white;
  box-shadow: none;
  border: 0 solid transparent;
  z-index: 499 !important;
  padding: 0;
}
/* line 868, ../parts/_all.scss */
.x-reset .x-window .x-window-header {
  border: none !important;
  box-shadow: none;
  background: #2d2e2d;
  color: white;
  padding: 15px 20px 14px;
}
/* line 888, ../parts/_all.scss */
.x-reset .x-window .x-window-header .x-window-header-text {
  color: white;
  font-size: 20px;
}
/* line 892, ../parts/_all.scss */
.x-reset .x-window .x-window-header .x-tool {
  background: none;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
/* line 73, ../../scss/_partials/_mixins.scss */
.x-reset .x-window .x-window-header .x-tool:before, .x-reset .x-window .x-window-header .x-tool:after {
  background: white;
  width: 18px;
  margin-top: 9px;
  content: '';
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 2px;
  transform: rotate(45deg);
}
/* line 86, ../../scss/_partials/_mixins.scss */
.x-reset .x-window .x-window-header .x-tool:after {
  transform: rotate(135deg);
}
/* line 901, ../parts/_all.scss */
.x-reset .x-window .x-window-header .x-tool img {
  position: absolute;
  top: 0;
  right: 0;
  background-image: none !important;
  padding: 11px;
  z-index: 2;
}
/* line 912, ../parts/_all.scss */
.x-reset .x-window .x-window-body,
.x-reset .x-window .x-toolbar {
  background-color: transparent;
  border: 1px solid lightgrey;
  border-top: none;
}
/* line 918, ../parts/_all.scss */
.x-reset .x-window .x-window-body {
  border-bottom: none;
}
/* line 921, ../parts/_all.scss */
.x-reset .x-window .x-toolbar {
  margin: 0;
}
/* line 926, ../parts/_all.scss */
.x-reset .x-window.set-reminder-window .x-window-body {
  padding: 0 2px;
}
/* line 929, ../parts/_all.scss */
.x-reset .x-window.set-reminder-window .set-reminder-form {
  font-size: 12px;
  padding: 5px 0 !important;
}
/* line 933, ../parts/_all.scss */
.x-reset .x-window.set-reminder-window .set-reminder-form .x-panel-body .x-box-item.form-text {
  line-height: 60px;
}
/* line 936, ../parts/_all.scss */
.x-reset .x-window.set-reminder-window .set-reminder-form .x-form-text {
  font-size: 12px;
  padding: 3px 2px 3px 5px;
}
/* line 941, ../parts/_all.scss */
.x-reset .x-window.set-reminder-window .set-reminder-form .x-form-item .x-field-label-cell,
.x-reset .x-window.set-reminder-window .set-reminder-form .x-form-item .x-field-label-cell .x-form-item-label {
  width: auto !important;
}
/* line 947, ../parts/_all.scss */
.x-reset .x-window.set-reminder-window .x-toolbar .x-btn,
.x-reset .x-window.set-reminder-window .x-toolbar .x-btn button,
.x-reset .x-window.set-reminder-window .x-toolbar .x-btn button .x-btn-inner {
  background-color: darkgrey !important;
}
/* line 952, ../parts/_all.scss */
.x-reset .x-window .answer-content {
  border-color: lightgrey !important;
  padding: 10px !important;
  margin: 0 4px !important;
}
/* line 957, ../parts/_all.scss */
.x-reset .x-window .answer-content .text {
  color: black !important;
  font-size: 16px;
  margin: 8px 5px 5px;
}
/* line 962, ../parts/_all.scss */
.x-reset .x-window .answer-content .answer {
  margin: 5px;
}
/* line 965, ../parts/_all.scss */
.x-reset .x-window .answer-content .answer .upload-button {
  background: darkgrey !important;
  color: white !important;
  border-radius: 0;
  border: 2px solid darkgrey;
  width: 215px !important;
}
/* line 972, ../parts/_all.scss */
.x-reset .x-window .answer-content .answer .upload-button .upload-button-progress {
  border-radius: 0 !important;
}
/* line 975, ../parts/_all.scss */
.x-reset .x-window .answer-content-stack {
  margin: 0 4px !important;
}
/* line 978, ../parts/_all.scss */
.x-reset .x-window .answer-content-stack .choises {
  background: lightgrey;
  color: black;
}
/* line 982, ../parts/_all.scss */
.x-reset .x-window .answer-content-stack .choises .items .element {
  border-color: gray;
}
/* line 985, ../parts/_all.scss */
.x-reset .x-window .answer-content-stack .choises .items .element.close {
  background: white url("../images/_custom/tab-default-close.png") 92% 50% no-repeat;
}
/* line 990, ../parts/_all.scss */
.x-reset .x-window.wycliffe-modules-donation-activity-window {
  background: none;
  border: none;
  padding: 0;
}
/* line 996, ../parts/_all.scss */
.x-reset .x-window.wycliffe-modules-donation-activity-window .x-window-header,
.x-reset .x-window.wycliffe-modules-donation-activity-window .x-window-header-text {
  font-family: "Montserrat", sans-serif !important;
  color: white !important;
  background: #2d2e2d !important;
  border: none !important;
}
/* line 1002, ../parts/_all.scss */
.x-reset .x-window.wycliffe-modules-donation-activity-window .x-window-header .x-tool-close {
  width: 15px !important;
  height: 15px !important;
  background: url("../images/_custom/x-white.png") 50% 50% no-repeat !important;
}
/* line 1008, ../parts/_all.scss */
.x-reset .contributions-modules-donation-activity-grid .x-reset .x-panel-default {
  padding: 0;
}
/* line 1016, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-form-text {
  height: 50px;
}
/* line 1021, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .recurring-side,
.x-reset .contributions-frontend-window-recurring-batch .recurring-campaigns {
  padding: 0 10px !important;
}
/* line 1024, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .subtitle,
.x-reset .contributions-frontend-window-recurring-batch .recurring-campaigns .subtitle {
  text-align: left;
  font-size: 20px;
  padding: 10px 0 5px;
  margin-bottom: 0;
}
/* line 1033, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-side,
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-form-fieldcontainer.recurring-gift {
  background-color: white !important;
}
/* line 1037, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-form-fieldcontainer.recurring-gift {
  margin-top: -5px !important;
}
/* line 1040, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-form-fieldcontainer.recurring-gift .trigger-hidden .x-form-text {
  font-size: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 1049, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .x-box-item.subtitle,
.x-reset .contributions-frontend-window-recurring-batch .recurring-campaigns .x-form-fieldcontainer.recurring-gift .x-form-cb-wrap .x-form-cb-label,
.x-reset .contributions-frontend-window-recurring-batch .recurring-campaigns .x-box-item.subtitle {
  color: black;
  font-size: 14px;
}
/* line 1055, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .subtitle,
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .x-field {
  position: static !important;
}
/* line 1065, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .x-form-item .x-form-clear-trigger,
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .x-form-item .x-form-clear-trigger-over,
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .x-form-item .x-form-clear-trigger-focus,
.x-reset .contributions-frontend-window-recurring-batch .recurring-side .x-form-item .x-form-clear-trigger-click {
  background-position: 50% 50%;
}
/* line 1072, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-gift .x-form-item-body.x-box-layout-ct .x-container.x-box-layout-ct {
  left: 0 !important;
  padding: 0;
}
/* line 1081, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .remove-button.x-box-item button {
  background: none;
  cursor: pointer;
  position: relative;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-in-out 0s;
  padding: 0;
  margin-top: -5px;
}
/* line 73, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .remove-button.x-box-item button:before, .x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .remove-button.x-box-item button:after {
  background: black;
  width: 14px;
  margin-top: 7px;
  content: '';
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 2px;
  transform: rotate(45deg);
}
/* line 86, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .remove-button.x-box-item button:after {
  transform: rotate(135deg);
}
/* line 1087, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .remove-button.x-box-item button:before, .x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .remove-button.x-box-item button:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 1093, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-anonymous-checkbox.x-form-item input.x-form-checkbox {
  opacity: 0;
  position: absolute;
  z-index: 0;
}
/* line 1096, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-anonymous-checkbox.x-form-item label.x-form-cb-label {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  color: #2d2e2d;
  position: relative;
  text-align: left;
  width: auto;
  padding: 0 0 3px 28px;
}
/* line 1099, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-anonymous-checkbox.x-form-item label.x-form-cb-label:before {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid lightgrey;
  width: 22px;
  height: 22px;
  line-height: 22px;
  content: " ";
  cursor: pointer;
  text-align: center;
  background: none;
  position: absolute;
  top: 50%;
  left: 0;
  vertical-align: middle;
  margin-top: -13px;
  border: 1px solid lightgrey;
  border-radius: 50%;
}
/* line 1105, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-anonymous-checkbox.x-form-item.x-form-cb-checked label.x-form-cb-label {
  background-color: transparent;
  border-color: lightgrey;
}
/* line 511, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-anonymous-checkbox.x-form-item.x-form-cb-checked label.x-form-cb-label:after {
  content: "";
  display: block;
  border-radius: 50%;
  background: darkgrey;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 -5px;
}
/* line 525, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-anonymous-checkbox.x-form-item.x-form-cb-checked label.x-form-cb-label:after {
  left: 6px;
  margin-left: 0;
  margin-top: -7px;
}
/* line 1111, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-btn.x-box-item {
  background: none;
  border: none;
}
/* line 1115, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-btn.x-box-item .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: #51718b;
  border-color: #51718b;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-btn.x-box-item .x-btn-inner:disabled, .x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-btn.x-box-item .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-btn.x-box-item .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .x-btn.x-box-item .x-btn-inner:hover {
  background-color: #5a7e9b;
  border-color: #5a7e9b;
  color: white;
}
/* line 1127, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-container.recurring-campaigns .recurring-total {
  font-size: 20px;
}
/* line 1132, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-toolbar {
  padding: 10px 10px 13px 15px;
}
/* line 1149, ../parts/_all.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-toolbar .x-btn button .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: #51718b;
  border-color: #51718b;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-toolbar .x-btn button .x-btn-inner:disabled, .x-reset .contributions-frontend-window-recurring-batch .x-toolbar .x-btn button .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-toolbar .x-btn button .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .contributions-frontend-window-recurring-batch .x-toolbar .x-btn button .x-btn-inner:hover {
  background-color: #5a7e9b;
  border-color: #5a7e9b;
  color: white;
}
/* line 1166, ../parts/_all.scss */
.x-reset .MotionSubmitApplicationForm .x-form-item-label > span,
.x-reset .MotionSubmitApplicationForm .x-form-item-label-left > span,
.x-reset .MotionSubmitApplicationForm .x-form-item-label-top > span {
  display: none;
}
/* line 1173, ../parts/_all.scss */
.x-reset .x-panel-header-body .x-btn.my-contributions-view-all,
.x-reset .x-panel-header-body .x-btn.payment-processors-my-payment-methods-add-new {
  display: block;
  border: none;
  padding: 0;
}
/* line 1178, ../parts/_all.scss */
.x-reset .x-panel-header-body .x-btn.my-contributions-view-all .x-btn-inner,
.x-reset .x-panel-header-body .x-btn.payment-processors-my-payment-methods-add-new .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: #51718b;
  border-color: #51718b;
  color: white;
  color: white !important;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .x-panel-header-body .x-btn.my-contributions-view-all .x-btn-inner:disabled, .x-reset .x-panel-header-body .x-btn.my-contributions-view-all .x-btn-inner.disabled,
.x-reset .x-panel-header-body .x-btn.payment-processors-my-payment-methods-add-new .x-btn-inner:disabled,
.x-reset .x-panel-header-body .x-btn.payment-processors-my-payment-methods-add-new .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .x-panel-header-body .x-btn.my-contributions-view-all .x-btn-inner:hover,
.x-reset .x-panel-header-body .x-btn.payment-processors-my-payment-methods-add-new .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .x-panel-header-body .x-btn.my-contributions-view-all .x-btn-inner:hover,
.x-reset .x-panel-header-body .x-btn.payment-processors-my-payment-methods-add-new .x-btn-inner:hover {
  background-color: #5a7e9b;
  border-color: #5a7e9b;
  color: white;
}
/* line 1183, ../parts/_all.scss */
.x-reset .x-panel-header-body .x-btn.my-contributions-view-all .x-btn-icon,
.x-reset .x-panel-header-body .x-btn.payment-processors-my-payment-methods-add-new .x-btn-icon {
  display: none;
}
/* line 1198, ../parts/_all.scss */
.x-reset .x-window.x-message-box,
.x-reset .x-window.x-message-box.remove-payment-method {
  z-index: 500 !important;
}
/* line 1201, ../parts/_all.scss */
.x-reset .x-window.x-message-box .x-message-box-question,
.x-reset .x-window.x-message-box.remove-payment-method .x-message-box-question {
  width: 0 !important;
}
/* line 1205, ../parts/_all.scss */
.x-reset .x-window.x-message-box .x-toolbar.x-toolbar-footer,
.x-reset .x-window.x-message-box.remove-payment-method .x-toolbar.x-toolbar-footer {
  padding: 15px 10px 18px;
}
/* line 1210, ../parts/_all.scss */
.x-reset .x-window.x-message-box .x-btn,
.x-reset .x-window.x-message-box.remove-payment-method .x-btn {
  border: none !important;
}
/* line 1213, ../parts/_all.scss */
.x-reset .x-window.x-message-box .x-btn .x-btn-inner,
.x-reset .x-window.x-message-box.remove-payment-method .x-btn .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: #51718b;
  border-color: #51718b;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .x-window.x-message-box .x-btn .x-btn-inner:disabled, .x-reset .x-window.x-message-box .x-btn .x-btn-inner.disabled,
.x-reset .x-window.x-message-box.remove-payment-method .x-btn .x-btn-inner:disabled,
.x-reset .x-window.x-message-box.remove-payment-method .x-btn .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .x-window.x-message-box .x-btn .x-btn-inner:hover,
.x-reset .x-window.x-message-box.remove-payment-method .x-btn .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .x-window.x-message-box .x-btn .x-btn-inner:hover,
.x-reset .x-window.x-message-box.remove-payment-method .x-btn .x-btn-inner:hover {
  background-color: #5a7e9b;
  border-color: #5a7e9b;
  color: white;
}
/* line 1225, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default {
  background-image: none;
  background-color: transparent;
  padding: 0;
}
/* line 1230, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default .x-hbox-form-item .x-form-field {
  color: gray;
}
/* line 1232, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default .x-hbox-form-item .x-form-field.x-form-text {
  height: 50px;
  border: 0 transparent;
  font-size: 14px;
}
/* line 1239, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default .x-tbar-page-number .x-form-item-body .x-form-trigger-wrap .x-form-trigger-input-cell .x-form-text {
  background-color: #f0f0f0;
}
/* line 1243, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default .checklist-for {
  display: none;
}
/* line 1249, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default .x-field-ComboApplications-toolbar.x-toolbar-item, .motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-docked-bottom .x-toolbar-item {
  padding: 0 !important;
}
/* line 1254, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom {
  background-color: #f0f0f0;
  color: gray;
  margin-top: -4px;
}
/* line 1258, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-toolbar-text {
  color: gray;
  margin-left: 4px !important;
}
/* line 1262, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-form-field.x-form-text {
  border: 1px solid #f0f0f0;
  padding: 0;
  height: 35px;
  width: 35px !important;
  text-align: center;
}
/* line 1269, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-toolbar-separator {
  display: none;
}
/* line 1274, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  padding: 0 25px;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-inner:disabled, .motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-inner:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1280, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-inner:hover {
  background: none;
}
/* line 1284, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon {
  font-family: "FontAwesome";
  color: #2d2e2d;
  line-height: 47px;
  font-size: 16px;
  background-image: none !important;
  width: 100%;
}
/* line 1291, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon.x-tbar-page-first:before {
  content: url("../images/_custom/first-page-black.png");
}
/* line 1294, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon.x-tbar-page-prev:before {
  content: url("../images/_custom/chevron-left-black.png");
}
/* line 1297, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon.x-tbar-page-next:before {
  content: url("../images/_custom/chevron-right-black.png");
}
/* line 1300, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon.x-tbar-page-last:before {
  content: url("../images/_custom/last-page-black.png");
}
/* line 1303, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon.x-tbar-loading:before {
  content: "\e8da";
  font-size: 18px;
}
/* line 1307, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon.print {
  line-height: 47px;
  color: gray;
  width: auto;
}
/* line 1311, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-btn-center .x-btn-icon.print:before {
  content: "\f02f";
  padding-left: 2px;
}
/* line 1318, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-toolbar-default.x-toolbar-default-docked-bottom .x-toolbar-item.x-item-disabled {
  opacity: 0.4 !important;
}
/* line 1326, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-panel-body.x-grid-body .x-grid-row {
  border-bottom: 2px solid #f0f0f0;
}
/* line 1328, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-panel-body.x-grid-body .x-grid-row .x-grid-cell {
  background-color: transparent !important;
}
/* line 1330, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-panel-body.x-grid-body .x-grid-row .x-grid-cell .x-grid-cell-inner {
  color: gray;
}
/* line 1334, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-panel-body.x-grid-body .x-grid-row .x-grid-cell.x-action-col-cell .x-grid-cell-inner {
  padding: 13px 14px;
}
/* line 1336, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-panel-body.x-grid-body .x-grid-row .x-grid-cell.x-action-col-cell .x-grid-cell-inner .checklist-item-checkbox {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid lightgrey;
  width: 22px;
  height: 22px;
  line-height: 22px;
  content: " ";
  cursor: pointer;
  text-align: center;
  background: none;
  border: 0;
  background-image: url("../images/_custom/checklist-grid-checkbox-24x24.png") !important;
}
/* line 1347, ../parts/_all.scss */
.motion-modules-checklist-items #checklist-items-grid .x-reset .x-panel.x-panel-ChecklistItems .x-grid-view .x-no-records {
  text-align: left;
  font-size: 16px;
  color: #2d2e2d;
  font-family: "Montserrat", sans-serif;
  padding: 30px 18px;
}
/* line 1363, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top {
  background-color: #f0f0f0;
  box-shadow: none;
}
/* line 1366, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner {
  height: 57px !important;
}
/* line 1368, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-panel-header-text-container {
  overflow: visible;
}
/* line 1370, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-panel-header-text-container .x-panel-header-text {
  padding-top: 25px;
}
/* line 1375, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool:disabled, .motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1377, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool.x-tool-default {
  height: 45px !important;
  top: 0 !important;
}
/* line 1380, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool.x-tool-default .x-tool-view-all {
  text-transform: capitalize;
}
/* line 1382, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-header.x-panel-header-default-top .x-panel-header-body .x-box-inner .x-tool.x-tool-default .x-tool-view-all img {
  display: none;
}
/* line 1392, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body {
  border-width: 0;
}
/* line 1394, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row {
  background-color: white !important;
}
/* line 1396, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row a {
  color: gray;
  font-weight: 400;
  font-size: 16px;
}
/* line 1401, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row.x-grid-row-alt {
  background-color: white !important;
}
/* line 1404, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row.x-grid-row-over {
  background-color: #f7f7f7 !important;
}
/* line 1407, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row .x-grid-cell {
  height: 50px;
  background-color: transparent;
}
/* line 1410, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row .x-grid-cell.x-action-col-cell {
  position: absolute;
  right: 0;
}
/* line 1413, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row .x-grid-cell.x-action-col-cell .x-grid-cell-inner {
  height: 100%;
  position: relative;
  padding: 4px 20px;
}
/* line 1417, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row .x-grid-cell.x-action-col-cell .x-grid-cell-inner img {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
  height: 26px;
  width: 26px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
}
/* line 1427, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-panel-body.x-grid-body .x-grid-row .x-grid-cell.x-action-col-cell .x-grid-cell-inner:after {
  font-family: "FontAwesome";
  content: "\f044";
  font-size: 20px;
  display: block;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
  z-index: 0;
}
/* line 1448, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom {
  background-image: none;
  background-color: transparent;
}
/* line 1451, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom .x-box-inner {
  background-color: #f0f0f0;
}
/* line 1453, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom .x-box-inner .x-btn {
  padding: 0;
  margin-right: -2px;
}
/* line 1456, ../parts/_all.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom .x-box-inner .x-btn .x-btn-center .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom .x-box-inner .x-btn .x-btn-center .x-btn-inner:disabled, .motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom .x-box-inner .x-btn .x-btn-center .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom .x-box-inner .x-btn .x-btn-center .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.motion-modules-interest-list #interest-list-grid .x-reset .x-panel.x-panel-default .x-toolbar-docked-bottom .x-box-inner .x-btn .x-btn-center .x-btn-inner:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1470, ../parts/_all.scss */
.x-reset .motion-x-window.x-window {
  border-width: 0;
  background: #f0f0f0;
}
/* line 1474, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-window-header {
  background: #2d2e2d;
  border-width: 0;
}
/* line 1478, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-message-box-question {
  width: 0;
}
/* line 1483, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-btn {
  border-width: 0 !important;
}
/* line 1485, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-btn .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .x-btn .x-btn-inner:disabled, .x-reset .motion-x-window.x-window .x-btn .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .x-btn .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .x-btn .x-btn-inner:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1488, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-btn.x-btn-over .x-btn-inner {
  color: white;
}
/* line 1494, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-btn.submit-btn .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .x-btn.submit-btn .x-btn-inner:disabled, .x-reset .motion-x-window.x-window .x-btn.submit-btn .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .x-btn.submit-btn .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .x-btn.submit-btn .x-btn-inner:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1497, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-btn.x-btn-default-small-disabled .x-btn-inner {
  color: white !important;
}
/* line 1503, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-form-text {
  border: 0;
}
/* line 1506, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .x-window-body-default {
  background: transparent;
}
/* line 1509, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .answer-content .answer .upload-button {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .answer-content .answer .upload-button:disabled, .x-reset .motion-x-window.x-window .answer-content .answer .upload-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .answer-content .answer .upload-button:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window .answer-content .answer .upload-button:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1516, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .answer-content-stack #content-stack-add-file.choises .icon img {
  background: url("../images/_custom/icon-download.svg") no-repeat;
  background-size: 17px 17px;
}
/* line 1520, ../parts/_all.scss */
.x-reset .motion-x-window.x-window .answer-content {
  border: 0;
  background-color: #f0f0f0;
}
/* line 1529, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.delete-interest-list-record .x-btn:nth-child(2) .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.delete-interest-list-record .x-btn:nth-child(2) .x-btn-inner:disabled, .x-reset .motion-x-window.x-window.delete-interest-list-record .x-btn:nth-child(2) .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.delete-interest-list-record .x-btn:nth-child(2) .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.delete-interest-list-record .x-btn:nth-child(2) .x-btn-inner:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1532, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.delete-interest-list-record .x-btn:nth-child(2):hover .x-btn-inner {
  background-color: darkgrey;
  border-color: darkgrey;
}
/* line 1538, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.delete-interest-list-record .x-container.x-box-item.x-container-default {
  padding-right: 50px;
}
/* line 1542, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.interest-list-delete-record-success .x-btn-inner {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.interest-list-delete-record-success .x-btn-inner:disabled, .x-reset .motion-x-window.x-window.interest-list-delete-record-success .x-btn-inner.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.interest-list-delete-record-success .x-btn-inner:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.interest-list-delete-record-success .x-btn-inner:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1548, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .x-grid-cell-inner {
  background: #f0f0f0 !important;
}
/* line 1550, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .x-grid-cell-inner:hover {
  background: #f0f0f0 !important;
}
/* line 1554, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row.x-grid-row-alt .x-grid-cell-inner {
  background: #f0f0f0 !important;
}
/* line 1558, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .x-grid-cell-inner:hover {
  background: #f0f0f0 !important;
}
/* line 1562, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item-image {
  padding-top: 10px;
  display: none;
}
/* line 1566, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item {
  overflow: auto;
}
/* line 1568, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .text {
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  line-height: 44px;
}
/* line 1576, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button {
  float: right;
}
/* line 1578, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.view {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
  width: 75px;
  overflow: hidden;
  border-right: 20px solid darkgrey;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.view:disabled, .x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.view.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.view:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.view:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
/* line 1585, ../parts/_all.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.remove {
  display: inline-block;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  padding: 0 22px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  padding: 0 18px;
  background-color: darkgrey;
  border-color: darkgrey;
  color: white;
}
/* line 243, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.remove:disabled, .x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.remove.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
/* line 259, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.remove:hover {
  text-decoration: none;
}
/* line 272, ../../scss/_partials/_mixins.scss */
.x-reset .motion-x-window.x-window.motion-grid-interest-list-show-all-interest-list-items-x-window .interest-list-item .button.remove:hover {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  color: white;
}
