/**
 * @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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 23, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset fieldset, .x-reset img {
  border: 0;
}
/* line 28, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset li {
  list-style: none;
}
/* line 37, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset caption, .x-reset th {
  text-align: left;
}
/* line 41, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset q:before,
.x-reset q:after {
  content: "";
}
/* line 50, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset abbr, .x-reset acronym {
  border: 0;
  font-variant: normal;
}
/* line 55, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset sup {
  vertical-align: text-top;
}
/* line 59, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset sub {
  vertical-align: text-bottom;
}
/* line 63, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_reset.scss */
.x-reset *:focus {
  outline: none;
}

/* line 1, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-body {
  color: #424242;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
}

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

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

/* line 15, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-strict .x-ie7 .x-clear {
  height: 0;
  width: 0;
}

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

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

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

/* line 56, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-ie6 .x-item-disabled {
  filter: none;
}

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

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

/* line 86, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-css-shadow {
  position: absolute;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

/* line 98, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tl {
  background: transparent no-repeat 0 0;
  zoom: 1;
}

/* line 112, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-tr {
  background: transparent no-repeat right -8px;
}

/* line 122, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc {
  background: repeat-x 0 -16px;
  padding: 4px 10px;
}

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

/* line 139, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-bl {
  background: transparent no-repeat 0 -16px;
  zoom: 1;
}

/* line 150, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-br {
  background: transparent no-repeat right -24px;
}

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

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

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

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

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

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

/* line 186, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-mc h3 {
  font-size: 18px;
  font-weight: bold;
}

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

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

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

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

/* line 215, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-box-blue .x-box-mc {
  background-color: #c3daf9;
}

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

/* line 231, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-container {
  zoom: 1;
}
/* line 244, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/core/_core.scss */
.x-container:before {
  content: "";
  clear: both;
  display: table;
}

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

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

/**
 * Creates the base structure of a BoundList.
 * @member Ext.view.BoundList
 */
/**
 * Creates the base structure of an Ext.Button
 * @member Ext.button.Button
 */
/**
 * Creates a visual theme of an Ext.Button
 * @member Ext.button.Button
 */
/**
 * Creates the base structure of a button group.
 * @member Ext.container.ButtonGroup
 */
/**
 * Creates a visual theme of a button group.
 * @member Ext.container.ButtonGroup
 */
/**
 * Creates the base structure of a date picker.
 * @member Ext.picker.Date
 */
/**
 * Creates base structure for Ext.picker.Color
 * @member Ext.picker.Color
 */
/**
 * Creates the base structure of a Menu
 * @member Ext.menu.Menu
 */
/**
 * Create the base structure of an Ext.Panel
 * @member Ext.panel.Panel
 */
/**
 * Creates a visual theme for an Ext.Panel
 * @member Ext.panel.Panel
 */
/**
 * Creates base structure for Toolbar
 * @member Ext.toolbar.Toolbar
 */
/**
 * Creates a visual theme for an Toolbar.
 * @param {String} $ui The name of the UI
 * @param {Color} $background-color The background color of the toolbar (defaults to transparent)
 * @param {Gradient/color-stops} $background-gradient The background gradient of the toolbar (defaults to null)
 * @param {Color} $border-color The border color of the toolbar (defaults to null)
 * @member Ext.toolbar.Toolbar
 */
/**
 * Creates the base structure of Ext.form.Panel.
 * @member Ext.form.Panel
 */
/**
 * Creates the base structure of form field.
 * @member Ext.form.field.Base
 */
/**
 * Creates the base structure of FieldSet.
 * @member Ext.form.FieldSet
 */
/**
 * Creates the base structure of file field.
 * @member Ext.form.field.File
 */
/**
 * Creates the base structure of checkbox field.
 * @member Ext.form.field.Checkbox
 */
/**
 * Creates the base structure of CheckboxGroup.
 * @member Ext.form.CheckboxGroup
 */
/**
 * Creates the base structure of trigger field.
 * @member Ext.form.field.Trigger
 */
/**
 * Creates the base structure of HtmlEditor field.
 * @member Ext.form.field.HtmlEditor
 */
/**
 * Creates the base structure of QuickTip.
 * @member Ext.tip.QuickTip
 */
/**
 * Creates the base structure of an Ext.Window
 * @member Ext.window.Window
 */
/**
 * Creates a visual theme for an Ext.Panel
 * @member Ext.window.Window
 */
/**
 * Creates a visual theme for TabBar
 * @member Ext.tab.Bar
 */
/**
 * Creates the base structure of a Tab.
 * @member Ext.tab.Tab
 */
/**
 * Creates the base structure of slider.
 * @member Ext.slider.Multi
 */
/**
 * Creates base structure for a Grid.
 * @member Ext.grid.Panel
 */
/**
 * Creates the base structure of Tree.
 * @member Ext.tree.Panel
 */
/* Styles for Ext.LoadMask */
/* line 3, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0);
  background: rgba(20, 20, 20, 0);
}
/* line 38, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x-mask-msg div {
  padding: 5px 10px 5px 25px;
  background-image: url('../images/grid/loading.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
  cursor: wait;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #eeeeee;
  color: #222222;
  font: normal 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
}

/**
 * Creates the base structure of an Ext.ProgressBar
 * @member Ext.ProgressBar
 */
/**
 * Creates a visual theme for an Ext.ProgressBar
 * @member Ext.ProgressBar
 */
/**
 * Creates base structure for a Draw Component.
 * @member Ext.draw.Component
 */
/**
 * Creates the base structure of Viewport.
 * @member Ext.container.Viewport
 */
/**
 * W3C suggested default style sheet for HTML 4:
 * [http://www.w3.org/TR/CSS21/sample.html](http://www.w3.org/TR/CSS21/sample.html)
 *
 * @member Global_CSS
 */
/* line 30, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/_all.scss */
.x-reset {
  /*IE rounding error*/
  /*
   * Dock Layouts
   * @todo move this somewhere else?
   */
}
/* line 3, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x-reset .x-dd-drag-proxy {
  z-index: 1000000!important;
}
/* line 8, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #bbbbbb #dddddd;
  background-color: #fff;
}
/* line 34, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-collapsed .x-resizable-handle {
  display: none;
}
/* line 18, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-ie .x-resizable-handle-south {
  margin-bottom: -1px;
}
/* line 149, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_resizable.scss */
.x-reset .x-window-collapsed .x-window-handle {
  display: none;
}
/* line 161, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked {
  position: absolute !important;
  z-index: 1;
}
/* line 11, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-top {
  border-bottom-width: 0 !important;
}
/* line 15, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-bottom {
  border-top-width: 0 !important;
}
/* line 19, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-left {
  border-right-width: 0 !important;
}
/* line 23, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-right {
  border-left-width: 0 !important;
}
/* line 27, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-top {
  border-top-width: 0 !important;
}
/* line 31, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-right {
  border-right-width: 0 !important;
}
/* line 35, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-bottom {
  border-bottom-width: 0 !important;
}
/* line 39, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-docked-noborder-left {
  border-left-width: 0 !important;
}
/* line 43, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-rtl .x-box-item {
  right: 0;
  left: auto;
}
/* line 65, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-border-layout-ct {
  background-color: rgba(20, 20, 20, 0);
  position: relative;
}
/* line 75, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-overflow-hidden {
  overflow: hidden !important;
}
/* line 79, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-inline-children > * {
  display: inline-block !important;
}
/* line 83, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-abs-layout-ct {
  position: relative;
}
/* line 87, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-abs-layout-item {
  position: absolute !important;
}
/* line 91, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-fit-item {
  position: relative;
}
/* line 95, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-border-region-slide-in {
  z-index: 5;
}
/* line 99, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-region-collapsed-placeholder {
  z-index: 4;
}
/* line 103, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd .x-panel-header-text {
  color: black;
  font-weight: normal;
}
/* line 108, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd {
  background: rgba(20, 16, 16, 0) !important;
  -webkit-box-shadow: inset 0 0 0 0 rgba(20, 16, 16, 0);
  -moz-box-shadow: inset 0 0 0 0 rgba(20, 16, 16, 0);
  box-shadow: inset 0 0 0 0 rgba(20, 16, 16, 0);
}
/* line 112, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(32, 32, 32, 0) !important;
}
/* line 151, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-body {
  border-width: 0 !important;
}
/* line 155, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd-sibling-expanded {
  border-top-color: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(32, 32, 32, 0);
  -moz-box-shadow: inset 0 1px 0 0 rgba(32, 32, 32, 0);
  box-shadow: inset 0 1px 0 0 rgba(32, 32, 32, 0);
}
/* line 160, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-accordion-hd-last-collapsed {
  border-bottom-color: rgba(20, 16, 16, 0) !important;
}
/* line 169, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-horizontal-box-overflow-body {
  float: left;
}
/* line 236, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-box-menu-right {
  float: right;
  padding-right: 2px;
}
/* line 311, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/layout/_layout.scss */
.x-reset .x-column {
  float: left;
}
/* line 315, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool {
  height: 15px;
}
/* line 5, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool img {
  overflow: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../images/tools/tool-sprites.gif');
  margin: 0;
}
/* line 23, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-placeholder {
  visibility: hidden;
}
/* line 49, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-toggle {
  background-position: 0 -60px;
}
/* line 54, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-close {
  background-position: 0 0;
}
/* line 76, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-minimize {
  background-position: 0 -15px;
}
/* line 80, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-maximize {
  background-position: 0 -30px;
}
/* line 84, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-restore {
  background-position: 0 -45px;
}
/* line 88, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-gear {
  background-position: 0 -90px;
}
/* line 92, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-prev {
  background-position: 0 -105px;
}
/* line 96, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-next {
  background-position: 0 -120px;
}
/* line 100, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-pin {
  background-position: 0 -135px;
}
/* line 104, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-unpin {
  background-position: 0 -150px;
}
/* line 108, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-right {
  background-position: 0 -165px;
}
/* line 112, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-left {
  background-position: 0 -180px;
}
/* line 116, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-help {
  background-position: 0 -300px;
}
/* line 120, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-save {
  background-position: 0 -285px;
}
/* line 124, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-search {
  background-position: 0 -270px;
}
/* line 128, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-minus {
  background-position: 0 -255px;
}
/* line 132, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-plus {
  background-position: 0 -240px;
}
/* line 136, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-refresh {
  background-position: 0 -225px;
}
/* line 140, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-up {
  background-position: 0 -210px;
}
/* line 144, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-down {
  background-position: 0 -195px;
}
/* line 148, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-collapse {
  background-position: 0 -345px;
}
/* line 152, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-expand {
  background-position: 0 -330px;
}
/* line 156, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_tool.scss */
.x-reset .x-tool-print {
  background-position: 0 -315px;
}
/* line 161, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller {
  overflow: hidden;
}
/* line 14, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-vertical {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #e2ddd5;
}
/* line 19, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-horizontal {
  border: 1px solid rgba(0, 0, 0, 0);
}
/* line 23, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-vertical .x-scroller-ct {
  overflow-y: scroll;
}
/* line 52, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_scroller.scss */
.x-reset .x-scroller-horizontal .x-scroller-ct {
  overflow-x: scroll;
}
/* line 8, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html {
  /* Begin bidirectionality settings (do not change) */
}
/* line 34, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html li {
  display: list-item;
  list-style: disc;
}
/* line 36, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html head {
  display: none;
}
/* line 37, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html table {
  display: table;
}
/* line 38, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html tr {
  display: table-row;
}
/* line 39, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html thead {
  display: table-header-group;
}
/* line 40, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html tbody {
  display: table-row-group;
}
/* line 41, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html tfoot {
  display: table-footer-group;
}
/* line 42, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html col {
  display: table-column;
}
/* line 43, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html colgroup {
  display: table-column-group;
}
/* line 45, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html caption {
  display: table-caption;
}
/* line 47, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html th {
  font-weight: bolder;
  text-align: center;
}
/* line 48, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html caption {
  text-align: center;
}
/* line 49, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html body {
  margin: 8px;
}
/* line 50, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
/* line 78, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html pre {
  white-space: pre;
}
/* line 88, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html big {
  font-size: 1.17em;
}
/* line 92, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html sub {
  vertical-align: sub;
}
/* line 94, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html sup {
  vertical-align: super;
}
/* line 95, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html table {
  border-spacing: 2px;
}
/* line 98, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html hr {
  border: 1px inset;
}
/* line 109, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html ol {
  list-style-type: decimal;
}
/* line 115, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html br:before {
  content: "\A";
}
/* line 119, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html center {
  text-align: center;
}
/* line 121, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_html.scss */
.x-reset .x-html :focus {
  outline: invert dotted thin;
}
/* line 125, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-form-text {
  height: 48px;
}
/* line 23, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 20px;
}
/* line 32, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-border-box .x-reset .x-form-trigger {
  height: 32px;
}
/* line 36, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_reset-extras.scss */
.x-webkit .x-reset *:focus {
  outline: none !important;
}
/* line 61, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 131, ../sass/wycliffe-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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  background: white;
}
/* line 12, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-item {
  padding: 2px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
  cursor: pointer;
  cursor: hand;
  position: relative;
  /*allow hover in IE on empty items*/
  border-width: 1px;
  border-style: dotted;
  border-color: white;
}
/* line 43, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-selected {
  background: rgba(7, 7, 7, 0);
  border-color: rgba(0, 0, 0, 0);
}
/* line 48, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-item-over {
  background: rgba(20, 20, 20, 0);
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x-reset .x-boundlist-floating {
  border-top-width: 0;
}
/* line 57, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn * {
  cursor: pointer;
  cursor: hand;
}
/* line 26, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn em {
  background-repeat: no-repeat;
}
/* line 30, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-ie9 .x-btn button {
  overflow: visible!important;
}
/* line 117, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset * html .x-ie .x-btn button {
  width: 1px;
}
/* line 122, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-noicon .x-frame-mc {
  text-align: center;
}
/* line 153, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-toolbar .x-btn-arrow-right {
  padding-right: 12px;
}
/* line 193, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-split {
  display: block;
}
/* line 233, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small {
  border-color: #3fc1cb;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 7px 7px 7px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3fc1cb;
}
/* line 102, ../../../../../../sitestacker/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: #3fc1cb;
}
/* line 115, ../../../../../../sitestacker/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: 1100303px 1000303px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-small-mc {
  padding: 5px 5px 5px 5px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small .x-btn-inner {
  font-size: 16px;
  font-weight: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 4px;
}
/* line 656, ../../../../../../sitestacker/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: 16px;
  line-height: 16px;
}
/* line 665, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 16px;
  padding: 0;
}
/* line 675, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon .x-btn-icon {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../sitestacker/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: 16px;
}
/* line 690, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-left .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
}
/* line 696, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-left .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../sitestacker/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: 16px;
}
/* line 713, ../../../../../../sitestacker/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: 16px;
}
/* line 716, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-right .x-btn-inner {
  height: 16px;
  line-height: 16px;
  padding-right: 20px !important;
}
/* line 722, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-icon-text-right .x-btn-icon {
  width: 16px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../sitestacker/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: 16px;
}
/* line 738, ../../../../../../sitestacker/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: 20px;
}
/* line 742, ../../../../../../sitestacker/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: 16px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../sitestacker/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: 16px;
}
/* line 758, ../../../../../../sitestacker/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: 20px;
}
/* line 762, ../../../../../../sitestacker/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: 16px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../sitestacker/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: 16px;
}
/* line 777, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-over {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 801, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-focus {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 826, ../../../../../../sitestacker/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 {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 850, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-small-disabled {
  border-color: rgba(11, 11, 11, 0);
  background-image: none;
  background-color: #3fc1cb;
}
/* line 898, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-small-over-bg.gif');
}
/* line 919, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-small-focus-bg.gif');
}
/* line 941, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-small-pressed-bg.gif');
}
/* line 962, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #3fc1cb;
  background-image: url('../images/btn/btn-default-small-disabled-bg.gif');
}
/* line 982, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium {
  border-color: #3fc1cb;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-medium {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3fc1cb;
}
/* line 102, ../../../../../../sitestacker/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: #3fc1cb;
}
/* line 115, ../../../../../../sitestacker/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: 1100303px 1000303px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-medium-mc {
  padding: 1px 1px 1px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium .x-btn-inner {
  font-size: 16px;
  font-weight: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 3px;
}
/* line 656, ../../../../../../sitestacker/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: 24px;
  line-height: 24px;
}
/* line 665, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 24px;
  padding: 0;
}
/* line 675, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon .x-btn-icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../sitestacker/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: 24px;
}
/* line 690, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-left .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-left: 28px;
}
/* line 696, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-left .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../sitestacker/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: 24px;
}
/* line 713, ../../../../../../sitestacker/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: 24px;
}
/* line 716, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-right .x-btn-inner {
  height: 24px;
  line-height: 24px;
  padding-right: 28px !important;
}
/* line 722, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-icon-text-right .x-btn-icon {
  width: 24px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../sitestacker/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: 24px;
}
/* line 738, ../../../../../../sitestacker/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: 28px;
}
/* line 742, ../../../../../../sitestacker/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: 24px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../sitestacker/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: 24px;
}
/* line 758, ../../../../../../sitestacker/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: 28px;
}
/* line 762, ../../../../../../sitestacker/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: 24px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../sitestacker/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: 24px;
}
/* line 777, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-over {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 801, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-focus {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 826, ../../../../../../sitestacker/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 {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 850, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-medium-disabled {
  border-color: rgba(11, 11, 11, 0);
  background-image: none;
  background-color: #3fc1cb;
}
/* line 898, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-medium-over-bg.gif');
}
/* line 919, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-medium-focus-bg.gif');
}
/* line 941, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-medium-pressed-bg.gif');
}
/* line 962, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #3fc1cb;
  background-image: url('../images/btn/btn-default-medium-disabled-bg.gif');
}
/* line 982, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large {
  border-color: #3fc1cb;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-large {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #3fc1cb;
}
/* line 102, ../../../../../../sitestacker/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: #3fc1cb;
}
/* line 115, ../../../../../../sitestacker/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: 1100303px 1000303px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-large-mc {
  padding: 1px 1px 1px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: white;
  background-repeat: no-repeat;
  padding: 0 3px;
}
/* line 656, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-over {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 801, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-focus {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 826, ../../../../../../sitestacker/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 {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #33b3bd;
}
/* line 850, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-large-disabled {
  border-color: rgba(11, 11, 11, 0);
  background-image: none;
  background-color: #3fc1cb;
}
/* line 898, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-large-over-bg.gif');
}
/* line 919, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-large-focus-bg.gif');
}
/* line 941, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #33b3bd;
  background-image: url('../images/btn/btn-default-large-pressed-bg.gif');
}
/* line 962, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #3fc1cb;
  background-image: url('../images/btn/btn-default-large-disabled-bg.gif');
}
/* line 982, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small {
  border-color: transparent;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-toolbar-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 7px 7px 7px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-toolbar-small-mc {
  background-color: transparent;
}
/* line 115, ../../../../../../sitestacker/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: 1100303px 1000303px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-small-mc {
  padding: 5px 5px 5px 5px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small .x-btn-inner {
  font-size: 16px;
  font-weight: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: rgba(66, 66, 66, 0.5);
  background-repeat: no-repeat;
  padding: 0 4px;
}
/* line 656, ../../../../../../sitestacker/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: 16px;
  line-height: 16px;
}
/* line 665, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 16px;
  padding: 0;
}
/* line 675, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-icon .x-btn-icon {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../sitestacker/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: 16px;
}
/* line 690, ../../../../../../sitestacker/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: 16px;
  line-height: 16px;
  padding-left: 20px;
}
/* line 696, ../../../../../../sitestacker/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: 16px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../sitestacker/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: 16px;
}
/* line 713, ../../../../../../sitestacker/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: 16px;
}
/* line 716, ../../../../../../sitestacker/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: 16px;
  line-height: 16px;
  padding-right: 20px !important;
}
/* line 722, ../../../../../../sitestacker/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: 16px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../sitestacker/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: 16px;
}
/* line 738, ../../../../../../sitestacker/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: 20px;
}
/* line 742, ../../../../../../sitestacker/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: 16px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../sitestacker/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: 16px;
}
/* line 758, ../../../../../../sitestacker/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: 20px;
}
/* line 762, ../../../../../../sitestacker/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: 16px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../sitestacker/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: 16px;
}
/* line 777, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-over {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(33, 13, 14, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(33, 13, 14, 0)), color-stop(48%, rgba(25, 9, 10, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(4, 3, 2, 0)));
  background-image: -webkit-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -moz-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -o-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
}
/* line 785, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-over .x-btn-inner {
  color: rgba(66, 66, 66, 0.75);
}
/* line 801, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-focus {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(33, 13, 14, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(33, 13, 14, 0)), color-stop(48%, rgba(25, 9, 10, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(4, 3, 2, 0)));
  background-image: -webkit-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -moz-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -o-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
}
/* line 809, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-focus .x-btn-inner {
  color: rgba(66, 66, 66, 0.75);
}
/* line 826, ../../../../../../sitestacker/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 {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(6, 6, 6, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
}
/* line 850, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: rgba(66, 66, 66, 0.5) !important;
}
/* line 875, ../../../../../../sitestacker/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: rgba(104, 104, 104, 0.5) !important;
}
/* line 883, ../../../../../../sitestacker/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: rgba(155, 155, 155, 0.5) !important;
}
/* line 898, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(33, 13, 14, 0);
  background-image: url('../images/btn/btn-default-toolbar-small-over-bg.gif');
}
/* line 919, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(33, 13, 14, 0);
  background-image: url('../images/btn/btn-default-toolbar-small-focus-bg.gif');
}
/* line 941, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  background-image: url('../images/btn/btn-default-toolbar-small-pressed-bg.gif');
}
/* line 962, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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;
}
/* line 991, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 637, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium {
  border-color: transparent;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-toolbar-medium {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-toolbar-medium-mc {
  background-color: transparent;
}
/* line 115, ../../../../../../sitestacker/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: 1100303px 1000303px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-medium-mc {
  padding: 1px 1px 1px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium .x-btn-inner {
  font-size: 16px;
  font-weight: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: rgba(66, 66, 66, 0.5);
  background-repeat: no-repeat;
  padding: 0 3px;
}
/* line 656, ../../../../../../sitestacker/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: 24px;
  line-height: 24px;
}
/* line 665, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 24px;
  padding: 0;
}
/* line 675, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-icon .x-btn-icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 687, ../../../../../../sitestacker/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: 24px;
}
/* line 690, ../../../../../../sitestacker/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: 24px;
  line-height: 24px;
  padding-left: 28px;
}
/* line 696, ../../../../../../sitestacker/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: 24px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}
/* line 705, ../../../../../../sitestacker/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: 24px;
}
/* line 713, ../../../../../../sitestacker/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: 24px;
}
/* line 716, ../../../../../../sitestacker/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: 24px;
  line-height: 24px;
  padding-right: 28px !important;
}
/* line 722, ../../../../../../sitestacker/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: 24px;
  height: auto;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
}
/* line 731, ../../../../../../sitestacker/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: 24px;
}
/* line 738, ../../../../../../sitestacker/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: 28px;
}
/* line 742, ../../../../../../sitestacker/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: 24px;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
}
/* line 751, ../../../../../../sitestacker/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: 24px;
}
/* line 758, ../../../../../../sitestacker/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: 28px;
}
/* line 762, ../../../../../../sitestacker/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: 24px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 771, ../../../../../../sitestacker/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: 24px;
}
/* line 777, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-over {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(33, 13, 14, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(33, 13, 14, 0)), color-stop(48%, rgba(25, 9, 10, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(4, 3, 2, 0)));
  background-image: -webkit-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -moz-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -o-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
}
/* line 785, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-over .x-btn-inner {
  color: rgba(66, 66, 66, 0.75);
}
/* line 801, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-focus {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(33, 13, 14, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(33, 13, 14, 0)), color-stop(48%, rgba(25, 9, 10, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(4, 3, 2, 0)));
  background-image: -webkit-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -moz-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -o-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
}
/* line 809, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-focus .x-btn-inner {
  color: rgba(66, 66, 66, 0.75);
}
/* line 826, ../../../../../../sitestacker/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 {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(6, 6, 6, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
}
/* line 850, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-medium-disabled .x-btn-inner {
  color: rgba(66, 66, 66, 0.5) !important;
}
/* line 875, ../../../../../../sitestacker/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: rgba(104, 104, 104, 0.5) !important;
}
/* line 883, ../../../../../../sitestacker/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: rgba(155, 155, 155, 0.5) !important;
}
/* line 898, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(33, 13, 14, 0);
  background-image: url('../images/btn/btn-default-toolbar-medium-over-bg.gif');
}
/* line 919, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(33, 13, 14, 0);
  background-image: url('../images/btn/btn-default-toolbar-medium-focus-bg.gif');
}
/* line 941, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  background-image: url('../images/btn/btn-default-toolbar-medium-pressed-bg.gif');
}
/* line 962, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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;
}
/* line 991, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 637, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large {
  border-color: transparent;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-default-toolbar-large {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-default-toolbar-large-mc {
  background-color: transparent;
}
/* line 115, ../../../../../../sitestacker/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: 1100303px 1000303px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-default-toolbar-large-mc {
  padding: 1px 1px 1px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: rgba(66, 66, 66, 0.5);
  background-repeat: no-repeat;
  padding: 0 3px;
}
/* line 656, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-over {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(33, 13, 14, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(33, 13, 14, 0)), color-stop(48%, rgba(25, 9, 10, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(4, 3, 2, 0)));
  background-image: -webkit-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -moz-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -o-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
}
/* line 785, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-over .x-btn-inner {
  color: rgba(66, 66, 66, 0.75);
}
/* line 801, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-focus {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(33, 13, 14, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(33, 13, 14, 0)), color-stop(48%, rgba(25, 9, 10, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(4, 3, 2, 0)));
  background-image: -webkit-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -moz-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: -o-linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
  background-image: linear-gradient(top, rgba(33, 13, 14, 0), rgba(25, 9, 10, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(4, 3, 2, 0));
}
/* line 809, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-focus .x-btn-inner {
  color: rgba(66, 66, 66, 0.75);
}
/* line 826, ../../../../../../sitestacker/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 {
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(6, 6, 6, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0));
}
/* line 850, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_button.scss */
.x-reset .x-btn-default-toolbar-large-disabled .x-btn-inner {
  color: rgba(66, 66, 66, 0.5) !important;
}
/* line 875, ../../../../../../sitestacker/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: rgba(104, 104, 104, 0.5) !important;
}
/* line 883, ../../../../../../sitestacker/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: rgba(155, 155, 155, 0.5) !important;
}
/* line 898, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(33, 13, 14, 0);
  background-image: url('../images/btn/btn-default-toolbar-large-over-bg.gif');
}
/* line 919, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(33, 13, 14, 0);
  background-image: url('../images/btn/btn-default-toolbar-large-focus-bg.gif');
}
/* line 941, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  background-image: url('../images/btn/btn-default-toolbar-large-pressed-bg.gif');
}
/* line 962, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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;
}
/* line 991, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 571, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group {
  position: relative;
  overflow: hidden;
}
/* line 11, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-body {
  position: relative;
  zoom: 1;
  padding: 0 1px;
}
/* line 15, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-text {
  white-space: nowrap;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-btn-group-default-framed {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 1px 1px 1px;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(10, 10, 10, 0);
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-btn-group-default-framed-mc {
  background-color: rgba(10, 10, 10, 0);
}
/* line 115, ../../../../../../sitestacker/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: 1000202px 1000202px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-btn-group-default-framed-mc {
  padding: 0px 0px 0px 0px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-default-framed {
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: rgba(22, 22, 22, 0) 0 1px 0px 0 inset, rgba(22, 22, 22, 0) 0 -1px 0px 0 inset, rgba(22, 22, 22, 0) -1px 0 0px 0 inset, rgba(22, 22, 22, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(22, 22, 22, 0) 0 1px 0px 0 inset, rgba(22, 22, 22, 0) 0 -1px 0px 0 inset, rgba(22, 22, 22, 0) -1px 0 0px 0 inset, rgba(22, 22, 22, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(22, 22, 22, 0) 0 1px 0px 0 inset, rgba(22, 22, 22, 0) 0 -1px 0px 0 inset, rgba(22, 22, 22, 0) -1px 0 0px 0 inset, rgba(22, 22, 22, 0) 1px 0 0px 0 inset;
}
/* line 68, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-default-framed {
  margin: 2px 2px 0 2px;
}
/* line 72, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-body-default-framed {
  padding: 1px 0;
  background: rgba(3, 2, 2, 0);
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 80, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_btn-group.scss */
.x-reset .x-btn-group-header-text-default-framed {
  font: normal 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: rgba(0, 0, 0, 0);
}
/* line 6, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #e2ddd5;
  position: relative;
}
/* line 12, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker a {
  -moz-outline: 0 none;
  outline: 0 none;
  color: #424242;
  text-decoration: none;
  border-width: 0;
}
/* line 25, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(8, 8, 8, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(8, 8, 8, 0), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(8, 8, 8, 0), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(8, 8, 8, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(8, 8, 8, 0), rgba(0, 0, 0, 0));
}
/* line 42, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-next {
  right: 5px;
}
/* line 72, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-prev {
  left: 5px;
}
/* line 80, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month {
  padding-top: 3px;
}
/* line 103, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month span {
  color: white !important;
}
/* line 112, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-next {
  text-align: right;
}
/* line 122, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month {
  text-align: center;
}
/* line 126, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-datepicker-month button {
  color: white !important;
}
/* line 132, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner {
  width: 100%;
  table-layout: fixed;
}
/* line 136, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  font: normal 10px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-collapse: separate;
  background-image: none;
  background-color: rgba(28, 18, 18, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(37, 23, 24, 0)), color-stop(100%, rgba(15, 10, 10, 0)));
  background-image: -webkit-linear-gradient(top, rgba(37, 23, 24, 0), rgba(15, 10, 10, 0));
  background-image: -moz-linear-gradient(top, rgba(37, 23, 24, 0), rgba(15, 10, 10, 0));
  background-image: -o-linear-gradient(top, rgba(37, 23, 24, 0), rgba(15, 10, 10, 0));
  background-image: linear-gradient(top, rgba(37, 23, 24, 0), rgba(15, 10, 10, 0));
  cursor: default;
}
/* line 157, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset table.x-datepicker-inner tr {
  height: 20px;
}
/* line 167, ../../../../../../sitestacker/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: #e2ddd5;
  text-align: right;
  padding: 0;
}
/* line 175, ../../../../../../sitestacker/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 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: #424242;
  text-decoration: none;
  text-align: right;
}
/* line 188, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #009ca6;
  border: 1px solid rgba(0, 0, 0, 0);
}
/* line 200, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #009ca6;
}
/* line 214, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #00848c;
}
/* line 229, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(28, 18, 18, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(19, 19, 19, 0)), color-stop(49%, rgba(10, 10, 10, 0)), color-stop(51%, rgba(4, 4, 4, 0)), color-stop(100%, rgba(6, 6, 6, 0)));
  background-image: -webkit-linear-gradient(top, rgba(19, 19, 19, 0), rgba(10, 10, 10, 0) 49%, rgba(4, 4, 4, 0) 51%, rgba(6, 6, 6, 0));
  background-image: -moz-linear-gradient(top, rgba(19, 19, 19, 0), rgba(10, 10, 10, 0) 49%, rgba(4, 4, 4, 0) 51%, rgba(6, 6, 6, 0));
  background-image: -o-linear-gradient(top, rgba(19, 19, 19, 0), rgba(10, 10, 10, 0) 49%, rgba(4, 4, 4, 0) 51%, rgba(6, 6, 6, 0));
  background-image: linear-gradient(top, rgba(19, 19, 19, 0), rgba(10, 10, 10, 0) 49%, rgba(4, 4, 4, 0) 51%, rgba(6, 6, 6, 0));
  text-align: center;
}
/* line 250, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #e2ddd5;
}
/* line 274, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-months,
.x-reset .x-monthpicker-years {
  float: left;
  height: 167px;
  width: 88px;
}
/* line 281, ../../../../../../sitestacker/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 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  width: 43px;
  border: 0 none;
}
/* line 295, ../../../../../../sitestacker/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: #424242;
  border: none;
  line-height: 17px;
}
/* line 308, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-item a:hover {
  background-color: #00848c;
}
/* line 312, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-item a.x-monthpicker-selected {
  background-color: #009ca6;
  border: 1px solid rgba(0, 0, 0, 0);
}
/* line 319, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-months {
  border-right: 1px solid rgba(0, 0, 0, 0);
  width: 87px;
}
/* line 324, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-years .x-monthpicker-item {
  width: 44px;
}
/* line 328, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav {
  height: 28px;
}
/* line 331, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav-next {
  background-position: 0 -120px;
}
/* line 350, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-yearnav-prev {
  background-position: 0 -105px;
}
/* line 360, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x-reset .x-monthpicker-small .x-monthpicker-yearnav {
  height: 23px;
}
/* line 375, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-reset .x-color-picker {
  width: 144px;
  height: 90px;
  cursor: pointer;
}
/* line 12, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #8bb8f3;
  background-color: #deecfd;
}
/* line 33, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x-reset .x-color-picker em {
  display: block;
  border: 1px solid #aca899;
}
/* line 39, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-plain .x-menu-icon-separator {
  display: none;
}
/* line 38, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-cmp {
  margin-bottom: 1px;
}
/* line 57, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-opera .x-menu-item-link {
  position: relative;
}
/* line 76, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-text {
  font-size: 15px;
  color: #222222;
}
/* line 102, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-item-active {
  cursor: pointer;
}
/* line 144, ../../../../../../sitestacker/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: rgba(24, 15, 15, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(34, 20, 20, 0)), color-stop(100%, rgba(12, 7, 7, 0)));
  background-image: -webkit-linear-gradient(top, rgba(34, 20, 20, 0), rgba(12, 7, 7, 0));
  background-image: -moz-linear-gradient(top, rgba(34, 20, 20, 0), rgba(12, 7, 7, 0));
  background-image: -o-linear-gradient(top, rgba(34, 20, 20, 0), rgba(12, 7, 7, 0));
  background-image: linear-gradient(top, rgba(34, 20, 20, 0), rgba(12, 7, 7, 0));
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 153, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-nlg .x-menu-item-active .x-menu-item-link {
  background: rgba(24, 15, 15, 0) repeat-x left top;
  background-image: url('../images/menu/menu-item-active-bg.gif');
}
/* line 199, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_menu.scss */
.x-reset .x-menu-date-item {
  border-color: #99BBE8;
}
/* line 8, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 17, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-panel .x-grid-header-ct-hidden {
  visibility: hidden;
}
/* line 22, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-view {
  overflow: hidden;
  position: relative;
}
/* line 38, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-table {
  table-layout: fixed;
  border-collapse: separate;
}
/* line 45, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row .x-grid-table {
  border-collapse: collapse;
}
/* line 54, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #e2ddd5;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 73, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 #e2ddd5;
  border-left: 0 none;
  border-top: 0 none;
  border-bottom: 0 none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #424242;
  font: normal 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 99, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-group-header {
  padding: 0;
  border-left-width: 0;
}
/* line 103, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-group-sub-header {
  background: transparent;
  border-top: 1px solid #e2ddd5;
  border-left-width: 0;
}
/* line 109, ../../../../../../sitestacker/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: 1.25;
  padding: 3px 6px 4px;
}
/* line 116, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #d8d0c3;
}
/* line 135, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-align-right {
  text-align: right;
}
/* line 172, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-align-center {
  text-align: center;
}
/* line 180, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-column-header-align-left {
  text-align: left;
}
/* line 185, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row {
  vertical-align: top;
}
/* line 199, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row .x-grid-cell {
  font: normal 12px/16px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  background-color: white;
  border-color: #ededed;
  border-style: solid;
  border-top-color: #fafafa;
  border-width: 0;
}
/* line 212, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #fafafa;
}
/* line 231, ../../../../../../sitestacker/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: #dddddd;
  background-color: #efefef;
}
/* line 238, ../../../../../../sitestacker/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: #dddddd;
  background-color: #efefef;
}
/* line 245, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  background-color: rgba(20, 20, 20, 0) !important;
}
/* line 254, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-body-hidden {
  display: none;
}
/* line 265, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-rowbody {
  font: normal 11px/13px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  padding: 4px;
}
/* line 270, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-rowbody p {
  margin: 5px 5px 10px 5px;
}
/* line 276, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-cell {
  overflow: hidden;
}
/* line 280, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-with-row-lines .x-grid-cell-inner {
  line-height: 14px;
  padding-bottom: 4px;
}
/* line 297, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 rgba(0, 0, 0, 0);
  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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(20, 20, 20, 0);
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(20, 20, 20, 0)), color-stop(100%, rgba(7, 7, 7, 0)));
  background-image: -webkit-linear-gradient(left, rgba(20, 20, 20, 0), rgba(7, 7, 7, 0));
  background-image: -moz-linear-gradient(left, rgba(20, 20, 20, 0), rgba(7, 7, 7, 0));
  background-image: -o-linear-gradient(left, rgba(20, 20, 20, 0), rgba(7, 7, 7, 0));
  background-image: linear-gradient(left, rgba(20, 20, 20, 0), rgba(7, 7, 7, 0));
}
/* line 341, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-cell-selected {
  background-color: #b8cfee !important;
}
/* line 353, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 rgba(0, 0, 0, 0);
}
/* line 378, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-body-hidden {
  display: none;
}
/* line 407, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-collapsed {
  display: none;
}
/* line 413, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-td-expander {
  background: repeat-y right transparent;
}
/* line 424, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-tbar-page-number {
  width: 30px;
}
/* line 487, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-hd {
  padding-top: 6px;
}
/* line 494, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  cursor: pointer;
}
/* line 508, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-group-title {
  color: rgba(0, 0, 0, 0);
  font: bold 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
}
/* line 521, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 14px;
}
/* line 588, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-editor .x-form-text {
  padding: 0 4px;
}
/* line 717, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor .x-form-display-field {
  font: normal 12px/15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  padding-top: 0;
  padding-left: 2px;
}
/* line 744, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor .x-panel-body {
  background-color: rgba(31, 25, 25, 0);
  border-top: 1px solid rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}
/* line 754, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 19px;
}
/* line 761, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 12px/15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  height: 18px;
}
/* line 776, ../../../../../../sitestacker/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: 20px;
}
/* line 779, ../../../../../../sitestacker/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: 20px;
  padding-bottom: 1px;
}
/* line 787, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 17px;
}
/* line 809, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons {
  background-color: rgba(31, 25, 25, 0);
  position: absolute;
  bottom: -31px;
  padding: 4px;
  height: 32px;
}
/* line 835, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
}
/* line 876, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
}
/* line 882, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-buttons-ml {
  left: 0px;
}
/* line 885, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_grid.scss */
.x-reset .x-grid-row-editor-errors ul {
  margin-left: 5px;
}
/* line 894, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-webkit *:focus {
  outline: none !important;
}
/* line 16, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-item-body {
  position: relative;
}
/* line 42, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 16px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
}
/* line 79, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-item-label-right {
  text-align: right;
}
/* line 89, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-invalid-under {
  padding: 2px 2px 2px 18px;
  color: #c0272b;
  font: normal 15px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  line-height: 16px;
  background: no-repeat 0 2px;
  background-image: url('../images/form/exclamation.gif');
}
/* line 100, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-invalid-icon {
  width: 18px;
  height: 14px;
  background: no-repeat center center;
  background-image: url('../images/form/exclamation.gif');
  overflow: hidden;
}
/* line 106, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-form-invalid-icon ul {
  display: block;
  width: 18px;
}
/* line 109, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x-reset .x-lbl-top-err-icon {
  margin-bottom: 4px;
}
/* line 7, ../../../../../../sitestacker/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 16px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: #888b8d;
}
/* line 14, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-item-hidden {
  margin: 0;
}
/* line 19, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-text,
.x-reset textarea.x-form-field {
  padding: 1px 8px;
  background: repeat-x 0 0;
  border: 1px solid;
  background-color: white;
  border-color: white;
}
/* line 36, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-text {
  height: 44px;
  line-height: 41px;
  vertical-align: top;
}
/* line 43, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-ie8m .x-form-text {
  line-height: 41px;
}
/* line 48, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-border-box .x-form-text {
  height: 48px;
}
/* line 52, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset textarea.x-form-field {
  color: #888b8d;
  overflow: auto;
  height: auto;
  line-height: normal;
  background: repeat-x 0 0;
  background-color: white;
  resize: none;
}
/* line 65, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
}
/* line 81, ../../../../../../sitestacker/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: rgba(255, 0, 0, 0.13);
  background-image: url('../images/none');
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #aa1e2c;
}
/* line 91, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-item {
  font: normal 16px "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
}
/* line 95, ../../../../../../sitestacker/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: gray;
}
/* line 100, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-webkit .x-form-empty-field {
  line-height: 41px;
}
/* line 105, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-form-display-field {
  padding-top: 3px;
}
/* line 121, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-ie .x-form-file {
  height: 49px;
  line-height: 18px;
  vertical-align: middle;
}
/* line 135, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x-reset .x-field-default-toolbar .x-form-text {
  height: 16px;
}
/* line 139, ../../../../../../sitestacker/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: 20px;
}
/* line 143, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset {
  border: 1px solid white;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */
  position: relative;
}
/* line 18, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie .x-fieldset {
  padding-top: 0;
}
/* line 20, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header-checkbox {
  line-height: 14px;
}
/* line 29, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-header {
  font: 15px/14px bold "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: rgba(0, 0, 0, 0);
  padding: 0 3px 1px;
  overflow: hidden;
}
/* line 35, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-webkit .x-fieldset-header {
  -webkit-padding-start: 3px;
  -webkit-padding-end: 3px;
}
/* line 75, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-opera .x-fieldset-with-legend {
  margin-top: -1px;
}
/* line 78, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-strict .x-ie8 .x-fieldset-header {
  margin-bottom: -1px;
}
/* line 90, ../../../../../../sitestacker/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: -1px;
}
/* line 100, ../../../../../../sitestacker/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: 1px;
  padding-right: 1px;
}
/* line 108, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-collapsed .x-fieldset-body {
  display: none;
}
/* line 113, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-ie .x-fieldset-bwrap {
  zoom: 1;
}
/* line 137, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset {
  overflow: hidden;
}
/* line 153, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1;
}
/* line 159, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x-reset .x-fieldset-body {
  overflow: hidden;
}
/* line 8, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 56px;
  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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-wrap {
  padding-top: 3px;
}
/* line 11, ../../../../../../sitestacker/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: 13px;
  height: 13px;
  background: no-repeat;
  background-image: url('../images/form/checkbox.gif');
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 22, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 -13px;
}
/* line 44, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-focus {
  background-position: -13px 0;
}
/* line 48, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-checked .x-form-cb-focus {
  background-position: -13px -13px;
}
/* line 54, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-radio {
  background-image: url('../images/form/radio.gif');
}
/* line 59, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-label-before {
  margin-right: 4px;
}
/* line 62, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x-reset .x-form-cb-label-after {
  margin-left: 4px;
}
/* line 7, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_checkboxgroup.scss */
.x-reset .x-check-group-alt {
  background: rgba(9, 9, 9, 0);
  border-top: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
}
/* line 27, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-wrap {
  vertical-align: top;
}
/* line 10, ../../../../../../sitestacker/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: 31px;
  border-bottom: 1px solid white;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}
/* line 24, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-border-box .x-form-trigger {
  height: 32px;
}
/* line 28, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-field-default-toolbar .x-form-trigger {
  height: 19px;
}
/* line 32, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
}
/* line 43, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
}
/* line 49, ../../../../../../sitestacker/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;
}
/* line 58, ../../../../../../sitestacker/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;
}
/* line 66, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-form-trigger-icon {
  height: 29px;
  background-repeat: no-repeat;
  background-position: 7px 6px;
}
/* line 74, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 16px !important;
  font-size: 0;
  /*for IE*/
  border-bottom: 0;
}
/* line 109, ../../../../../../sitestacker/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 -16px;
}
/* line 113, ../../../../../../sitestacker/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 -16px;
}
/* line 116, ../../../../../../sitestacker/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 -16px;
}
/* line 119, ../../../../../../sitestacker/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 -16px;
}
/* line 122, ../../../../../../sitestacker/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 -16px;
}
/* line 131, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-trigger-noedit {
  cursor: pointer;
  cursor: hand;
}
/* line 160, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x-reset .x-quirks .prefixie6 .x-form-trigger-input-cell {
  height: 48px;
}
/* line 180, ../../../../../../sitestacker/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: 20px;
}
/* line 6, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-wrap {
  border: 1px solid white;
}
/* line 9, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/form/_htmleditor.scss */
.x-reset .x-html-editor-wrap textarea {
  background-color: white;
}
/* line 20, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-ie8 td.x-frame-mc {
  vertical-align: top;
}
/* line 37, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-horizontal {
  padding: 3px 5px 4px;
}
/* line 40, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-vertical {
  padding: 5px 4px;
}
/* line 45, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-body {
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
/* line 114, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-vertical .x-surface {
  padding-left: 1px;
}
/* line 122, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 1px !important;
}
/* line 132, ../../../../../../sitestacker/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: 1px !important;
}
/* line 135, ../../../../../../sitestacker/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: 1px !important;
}
/* line 138, ../../../../../../sitestacker/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: 1px !important;
}
/* line 145, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-default {
  border-color: rgba(0, 0, 0, 0);
}
/* line 253, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default {
  font-size: 20px;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
  -webkit-box-shadow: #f7f5f3 0 1px 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 1px 0px 0 inset;
  box-shadow: #f7f5f3 0 1px 0px 0 inset;
}
/* line 277, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 338, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-text-default {
  color: #aa1e2c;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  line-height: 30px;
}
/* line 348, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-body-default {
  background: transparent;
  border-color: transparent;
  color: #424242;
  border-width: 1px;
  border-style: solid;
}
/* line 363, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-vertical {
  border-color: transparent;
}
/* line 375, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 434, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-top {
  -webkit-box-shadow: #f7f5f3 0 1px 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 1px 0px 0 inset;
  box-shadow: #f7f5f3 0 1px 0px 0 inset;
}
/* line 438, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-right {
  -webkit-box-shadow: #f7f5f3 -1px 0 0px 0 inset;
  -moz-box-shadow: #f7f5f3 -1px 0 0px 0 inset;
  box-shadow: #f7f5f3 -1px 0 0px 0 inset;
}
/* line 442, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-bottom {
  -webkit-box-shadow: #f7f5f3 0 -1px 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 -1px 0px 0 inset;
  box-shadow: #f7f5f3 0 -1px 0px 0 inset;
}
/* line 446, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-left {
  -webkit-box-shadow: #f7f5f3 1px 0 0px 0 inset;
  -moz-box-shadow: #f7f5f3 1px 0 0px 0 inset;
  box-shadow: #f7f5f3 1px 0 0px 0 inset;
}
/* line 481, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-default-framed {
  border-color: rgba(0, 0, 0, 0);
}
/* line 253, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed {
  font-size: 20px;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
  -webkit-box-shadow: #f7f5f3 0 1px 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 1px 0px 0 inset;
  box-shadow: #f7f5f3 0 1px 0px 0 inset;
}
/* line 277, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-text-default-framed {
  color: #aa1e2c;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  line-height: 30px;
}
/* line 348, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-body-default-framed {
  background: rgba(20, 20, 20, 0);
  border-color: transparent;
  color: #424242;
  border-width: 0;
  border-style: solid;
}
/* line 363, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-vertical {
  border-color: transparent;
}
/* line 375, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-default-framed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(20, 20, 20, 0);
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-panel-default-framed-mc {
  background-color: rgba(20, 20, 20, 0);
}
/* line 115, ../../../../../../sitestacker/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: 1000404px 1000404px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-default-framed-mc {
  padding: 1px 1px 1px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3px 5px 4px 5px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000404px 1000000px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-top-mc {
  padding: 0px 2px 4px 2px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 4px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000004px 1100400px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-right-mc {
  padding: 2px 1px 2px 4px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 3px 5px 4px 5px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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 1000404px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-bottom-mc {
  padding: 3px 2px 1px 2px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 4px 5px 4px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000400px 1100004px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-left-mc {
  padding: 2px 4px 2px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-top {
  -webkit-box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
  box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
}
/* line 403, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-right {
  -webkit-box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset;
  box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset;
}
/* line 407, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-bottom {
  -webkit-box-shadow: #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
  box-shadow: #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 -1px 0 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
}
/* line 411, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-left {
  -webkit-box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
  -moz-box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
  box-shadow: #f7f5f3 0 1px 0px 0 inset, #f7f5f3 0 -1px 0px 0 inset, #f7f5f3 1px 0 0px 0 inset;
}
/* line 452, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-default-framed-collapsed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 3px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000404px 1000404px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-top-mc {
  padding: 0px 2px 1px 2px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-right {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000404px 1100404px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-right-mc {
  padding: 2px 1px 2px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-bottom {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 3px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000404px 1000404px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-bottom-mc {
  padding: 0px 2px 1px 2px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-panel-header-default-framed-collapsed-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/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: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000404px 1100404px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-panel-header-default-framed-collapsed-left-mc {
  padding: 2px 1px 2px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
}
/* line 12, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-tip {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(43, 17, 16, 0);
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-tip-mc {
  background-color: rgba(43, 17, 16, 0);
}
/* line 115, ../../../../../../sitestacker/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: 1100303px 1000303px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 15px;
  font-weight: bold;
}
/* line 40, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: #444444;
  font-size: 15px;
  font-weight: normal;
}
/* line 59, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  zoom: 1;
}
/* line 79, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-form-invalid-tip {
  border-color: #a1311f;
  -webkit-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
  -moz-box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
  box-shadow: #d87166 0 1px 0px 0 inset, #d87166 0 -1px 0px 0 inset, #d87166 -1px 0 0px 0 inset, #d87166 1px 0 0px 0 inset;
}
/* line 146, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x-reset .x-form-invalid-tip-body li {
  margin-bottom: 4px;
}
/* line 153, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-form-invalid-tip-default {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: white;
}
/* line 102, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 1100505px 1000505px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_slider.scss */
.x-reset .x-slider {
  zoom: 1;
}
/* line 10, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 15px;
  line-height: 16px;
  text-align: center;
}
/* line 45, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-text-back {
  padding-top: 1px;
}
/* line 50, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-strict .x-ie7m .x-progress {
  height: 18px;
}
/* line 93, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default {
  border-color: rgba(0, 0, 0, 0);
}
/* line 96, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default .x-progress-bar {
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(64, 64, 64, 0);
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(41, 35, 35, 0)), color-stop(50%, rgba(14, 12, 12, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(41, 35, 35, 0), rgba(14, 12, 12, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(41, 35, 35, 0), rgba(14, 12, 12, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(41, 35, 35, 0), rgba(14, 12, 12, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(41, 35, 35, 0), rgba(14, 12, 12, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0));
}
/* line 103, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default .x-progress-text {
  color: white;
}
/* line 107, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_progress-bar.scss */
.x-reset .x-progress-default .x-progress-text-back {
  color: rgba(0, 0, 0, 0);
}
/* line 116, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar {
  font-size: 15px;
  border: 1px solid;
  padding: 2px 0 2px 2px;
}
/* line 13, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar .x-form-item-label {
  font-size: 15px;
  line-height: 15px;
}
/* line 18, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0.7);
  line-height: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
/* line 33, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 rgba(0, 0, 0, 0);
  border-right: 1px solid white;
}
/* line 53, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-footer .x-box-inner {
  border-width: 0;
}
/* line 69, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-vertical {
  padding: 2px 2px 0 2px;
}
/* line 77, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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 rgba(0, 0, 0, 0);
  border-bottom: 1px solid white;
}
/* line 98, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-scroller {
  padding-left: 0;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-spacer {
  width: 2px;
}
/* line 107, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-default {
  border-color: transparent;
  background-image: none;
  background-color: #e2ddd5;
}
/* line 155, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x-reset .x-toolbar-plain {
  border: 0;
}
/* line 6, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window {
  outline: none;
  overflow: hidden;
}
/* line 10, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window .x-window-wrap {
  position: relative;
}
/* line 15, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-top {
  margin-bottom: -2px;
}
/* line 33, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-body-horizontal {
  margin-top: -1px;
}
/* line 37, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-left {
  margin-right: -1px;
}
/* line 46, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-right {
  margin-left: -1px;
}
/* line 51, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-vertical .x-surface {
  padding-left: 1px;
}
/* line 58, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-default {
  border-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  -webkit-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-default {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-default-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000505px 1000505px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-default-mc {
  padding: 0px 0px 0px 0px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-body-default {
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  background: rgba(20, 20, 20, 0);
  color: black;
}
/* line 188, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default {
  font-size: 18px;
  border-color: rgba(0, 0, 0, 0);
  zoom: 1;
}
/* line 194, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-text-default {
  color: rgba(0, 0, 0, 0);
  font-weight: normal;
  line-height: 17px;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 18px;
}
/* line 69, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 5px 0 5px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-top-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000505px 1000000px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-top-mc {
  padding: 0px 1px 0 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 4px 5px 0;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-right-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000005px 1000500px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-right-mc {
  padding: 1px 0px 1px 0;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 5px 4px 5px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-bottom-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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 1000505px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-bottom-mc {
  padding: 0 1px 0px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 0px 5px 4px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-left-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000500px 1000005px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-left-mc {
  padding: 1px 0px 1px 0px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-top-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000505px 1000505px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-top-mc {
  padding: 0px 1px 0px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-right {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-right-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000505px 1000505px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-right-mc {
  padding: 1px 0px 1px 0px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-bottom {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 5px 4px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-bottom-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000505px 1000505px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-bottom-mc {
  padding: 0px 1px 0px 1px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-window-header-default-collapsed-left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 4px 5px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #e2ddd5;
}
/* line 102, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nlg .x-window-header-default-collapsed-left-mc {
  background-color: #e2ddd5;
}
/* line 115, ../../../../../../sitestacker/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: 1000505px 1000505px;
}
/* line 147, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-reset .x-nbr .x-window-header-default-collapsed-left-mc {
  padding: 1px 0px 1px 0px;
}
/* line 210, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-top {
  -webkit-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
}
/* line 221, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-right {
  -webkit-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset;
  -moz-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset;
  box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset;
}
/* line 225, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-bottom {
  -webkit-box-shadow: rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) -1px 0 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
}
/* line 229, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-header-default-left {
  -webkit-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(32, 26, 26, 0) 0 1px 0px 0 inset, rgba(32, 26, 26, 0) 0 -1px 0px 0 inset, rgba(32, 26, 26, 0) 1px 0 0px 0 inset;
}
/* line 130, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_window.scss */
.x-reset .x-window-body-plain {
  background: transparent;
}
/* line 2, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box .x-window-body {
  background-color: #e2ddd5;
  border: none;
}
/* line 7, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box .x-progress-wrap {
  margin-top: 4px;
}
/* line 11, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/util/_messagebox.scss */
.x-reset .x-message-box-icon {
  width: 47px;
  height: 32px;
}
/* line 19, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(6, 6, 6, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(19, 18, 18, 0)), color-stop(100%, rgba(6, 6, 6, 0)));
  background-image: -webkit-linear-gradient(top, rgba(19, 18, 18, 0), rgba(6, 6, 6, 0));
  background-image: -moz-linear-gradient(top, rgba(19, 18, 18, 0), rgba(6, 6, 6, 0));
  background-image: -o-linear-gradient(top, rgba(19, 18, 18, 0), rgba(6, 6, 6, 0));
  background-image: linear-gradient(top, rgba(19, 18, 18, 0), rgba(6, 6, 6, 0));
  font-size: 15px;
}
/* line 80, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-reset .x-tab-bar-body {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  zoom: 1;
}
/* line 4, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  background-color: rgba(31, 15, 15, 0);
  zoom: 1;
}
/* line 69, ../../../../../../sitestacker/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: rgba(31, 15, 15, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(12, 9, 9, 0)), color-stop(25%, rgba(21, 14, 14, 0)), color-stop(45%, rgba(31, 15, 15, 0)));
  background-image: -webkit-linear-gradient(top, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -moz-linear-gradient(top, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -o-linear-gradient(top, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: linear-gradient(top, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
}
/* line 102, ../../../../../../sitestacker/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: rgba(31, 15, 15, 0);
}
/* line 115, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(31, 15, 15, 0);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(12, 9, 9, 0)), color-stop(25%, rgba(21, 14, 14, 0)), color-stop(45%, rgba(31, 15, 15, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -moz-linear-gradient(bottom, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -o-linear-gradient(bottom, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: linear-gradient(bottom, rgba(12, 9, 9, 0), rgba(21, 14, 14, 0) 25%, rgba(31, 15, 15, 0) 45%);
}
/* line 102, ../../../../../../sitestacker/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: rgba(31, 15, 15, 0);
}
/* line 115, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: rgba(0, 0, 0, 0);
  cursor: pointer;
  cursor: hand;
}
/* line 40, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab button {
  cursor: pointer;
  cursor: hand;
}
/* line 45, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 15px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: rgba(0, 0, 0, 0);
  outline: 0 none;
  overflow-x: visible;
}
/* line 69, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab img {
  display: none;
}
/* line 93, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-border-box .x-tab-default-top {
  height: 21px;
}
/* line 96, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-border-box .x-tab-default-bottom {
  height: 21px;
}
/* line 103, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset * html .x-ie .x-tab button {
  width: 1px;
}
/* line 110, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-top {
  -webkit-box-shadow: rgba(57, 35, 35, 0) 0 1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(57, 35, 35, 0) 0 1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(57, 35, 35, 0) 0 1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}
/* line 134, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-top em {
  padding-bottom: 3px;
}
/* line 139, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-top-active {
  border-bottom-color: rgba(31, 15, 15, 0) !important;
}
/* line 163, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-bottom {
  -webkit-box-shadow: rgba(57, 35, 35, 0) 0 -1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(57, 35, 35, 0) 0 -1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(57, 35, 35, 0) 0 -1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  border-top: 1px solid rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: rgba(57, 35, 35, 0) 0 -1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  -moz-box-shadow: rgba(57, 35, 35, 0) 0 -1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
  box-shadow: rgba(57, 35, 35, 0) 0 -1px 0px 0 inset, rgba(57, 35, 35, 0) -1px 0 0px 0 inset, rgba(57, 35, 35, 0) 1px 0 0px 0 inset;
}
/* line 178, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-bottom em {
  padding-top: 3px;
}
/* line 183, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-bottom-active {
  border-top-color: rgba(31, 15, 15, 0) !important;
}
/* line 197, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-disabled {
  cursor: default;
  border-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(27, 19, 19, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(27, 19, 19, 0)), color-stop(100%, rgba(41, 20, 20, 0)));
  background-image: -webkit-linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: -moz-linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: -o-linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
}
/* line 203, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-default-disabled button {
  color: #c3b3b3 !important;
}
/* line 209, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab button {
  position: relative;
}
/* line 218, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-noicon .x-tab-icon {
  display: none;
}
/* line 269, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-top-over {
  background-image: none;
  background-color: rgba(42, 16, 16, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(26, 14, 13, 0)), color-stop(25%, rgba(36, 15, 14, 0)), color-stop(45%, rgba(42, 16, 16, 0)));
  background-image: -webkit-linear-gradient(top, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
  background-image: -moz-linear-gradient(top, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
  background-image: -o-linear-gradient(top, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
  background-image: linear-gradient(top, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
}
/* line 272, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-bottom-over {
  background-image: none;
  background-color: rgba(42, 16, 16, 0);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(26, 14, 13, 0)), color-stop(25%, rgba(36, 15, 14, 0)), color-stop(45%, rgba(42, 16, 16, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
  background-image: -moz-linear-gradient(bottom, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
  background-image: -o-linear-gradient(bottom, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
  background-image: linear-gradient(bottom, rgba(26, 14, 13, 0), rgba(36, 15, 14, 0) 25%, rgba(42, 16, 16, 0) 45%);
}
/* line 277, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-active {
  z-index: 3;
}
/* line 299, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-top-active {
  background-image: none;
  background-color: rgba(31, 15, 15, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(41, 41, 41, 0)), color-stop(25%, rgba(44, 26, 26, 0)), color-stop(45%, rgba(31, 15, 15, 0)));
  background-image: -webkit-linear-gradient(top, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -moz-linear-gradient(top, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -o-linear-gradient(top, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: linear-gradient(top, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
}
/* line 302, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-bottom-active {
  background-image: none;
  background-color: rgba(31, 15, 15, 0);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(41, 41, 41, 0)), color-stop(25%, rgba(44, 26, 26, 0)), color-stop(45%, rgba(31, 15, 15, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -moz-linear-gradient(bottom, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: -o-linear-gradient(bottom, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
  background-image: linear-gradient(bottom, rgba(41, 41, 41, 0), rgba(44, 26, 26, 0) 25%, rgba(31, 15, 15, 0) 45%);
}
/* line 312, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-disabled button {
  color: #c3b3b3;
}
/* line 328, ../../../../../../sitestacker/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: rgba(27, 19, 19, 0);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(27, 19, 19, 0)), color-stop(100%, rgba(41, 20, 20, 0)));
  background-image: -webkit-linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: -moz-linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: -o-linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: linear-gradient(top, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
}
/* line 333, ../../../../../../sitestacker/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: rgba(27, 19, 19, 0);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(27, 19, 19, 0)), color-stop(100%, rgba(41, 20, 20, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: -moz-linear-gradient(bottom, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: -o-linear-gradient(bottom, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
  background-image: linear-gradient(bottom, rgba(27, 19, 19, 0), rgba(41, 20, 20, 0));
}
/* line 342, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-tab-closable em {
  padding-right: 14px;
}
/* line 367, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-over .x-frame-mc {
  background-color: rgba(42, 16, 16, 0);
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-top-over-bg.gif');
}
/* line 426, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-over .x-frame-mc {
  background-color: rgba(42, 16, 16, 0);
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-bottom-over-bg.gif');
}
/* line 448, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-top-active .x-frame-mc {
  background-color: rgba(31, 15, 15, 0);
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-top-active-bg.gif');
}
/* line 470, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-reset .x-nbr .x-tab-bottom-active .x-frame-mc {
  background-color: rgba(31, 15, 15, 0);
  background-repeat: repeat-x;
  background-image: url('../images/tab/tab-default-bottom-active-bg.gif');
}
/* line 492, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-icon {
  margin: 2px 3px 0 0;
}
/* line 139, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-grid-rowbody {
  padding: 0;
}
/* line 183, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-panel .x-grid-cell-inner {
  cursor: pointer;
}
/* line 194, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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: 13px;
  height: 13px;
  background: no-repeat;
  background-image: url('../images/form/checkbox.gif');
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 247, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-checkbox-checked {
  background-position: 0 -13px;
}
/* line 261, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_tree.scss */
.x-reset .x-tree-animator-wrap {
  overflow: hidden;
}
/* line 6, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset .rvml {
  behavior: url(#default#VML);
}
/* line 15, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/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, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x-reset svg, .x-reset vml {
  overflow: hidden;
}
/* line 6, ../../../../../../sitestacker/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 1, ../sass/parts/window.scss */
.x-reset .x-window-header-text-default {
  color: #a6192e;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 213, ../sass/wycliffe-ext-theme.scss */
.x-reset {
  /* firefox 19+ */
  /* ie */
}
/* line 15, ../sass/parts/_all.scss */
.x-reset .x-panel-header {
  background: #e2ddd5;
  color: #a6192e;
  border: none;
  box-shadow: none;
}
/* line 21, ../sass/parts/_all.scss */
.x-reset .x-panel-header-text {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 25, ../sass/parts/_all.scss */
.x-reset .x-panel-header-ChecklistItems-top {
  box-shadow: none !important;
  color: #a6192e;
  font-weight: bold;
}
/* line 32, ../sass/parts/_all.scss */
.x-reset .x-column-header-text {
  font-size: 14px;
  font-weight: normal;
  padding-left: 0;
}
/* line 37, ../sass/parts/_all.scss */
.x-reset .x-grid-view {
  background-image: url(../img/grid-background.gif);
}
/* line 40, ../sass/parts/_all.scss */
.x-reset .x-grid-empty {
  font-size: 1em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: #424242;
}
/* line 45, ../sass/parts/_all.scss */
.x-reset .x-grid-row .x-grid-cell {
  background-image: url(../img/grid-background.gif);
  color: #424242;
}
/* line 50, ../sass/parts/_all.scss */
.x-reset .x-grid-row .x-grid-cell {
  vertical-align: middle;
}
/* line 54, ../sass/parts/_all.scss */
.x-reset .x-grid-cell-inner a {
  text-decoration: none;
}
/* line 59, ../sass/parts/_all.scss */
.x-reset .x-field-default-toolbar .x-form-text {
  line-height: 19px !important;
}
/* line 65, ../sass/parts/_all.scss */
.x-reset .x-form-fieldcontainer .x-form-item {
  margin-bottom: 0;
}
/* line 70, ../sass/parts/_all.scss */
.x-reset .x-form-item-body {
  padding-right: 5px;
}
/* line 76, ../sass/parts/_all.scss */
.x-reset .x-form-clear-trigger {
  margin-left: 5px;
}
/* line 79, ../sass/parts/_all.scss */
.x-reset .x-form-invalid td[valign=bottom] {
  vertical-align: middle;
}
/* line 82, ../sass/parts/_all.scss */
.x-reset .x-form-text {
  background-image: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 88, ../sass/parts/_all.scss */
.x-reset .x-form-trigger-input-cell .x-form-text {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
/* line 94, ../sass/parts/_all.scss */
.x-reset textarea.x-form-field {
  background-image: none;
}
/* line 98, ../sass/parts/_all.scss */
.x-reset .x-form-cb-label {
  vertical-align: middle;
}
/* line 101, ../sass/parts/_all.scss */
.x-reset .x-form-checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/ext/checkbox.png);
  background-position: -50px;
  background-color: #FFF;
  vertical-align: middle;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 116, ../sass/parts/_all.scss */
.x-reset .x-form-cb-checked .x-form-checkbox {
  background-position: center;
}
/* line 120, ../sass/parts/_all.scss */
.x-reset .x-form-radio {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/ext/radio-btn.png);
  background-position: -50px;
  background-color: #FFF;
  vertical-align: middle;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 135, ../sass/parts/_all.scss */
.x-reset .x-form-cb-checked .x-form-radio {
  background-position: center;
}
/* line 142, ../sass/parts/_all.scss */
.x-reset .x-form-trigger-wrap-focus .x-boxselect,
.x-reset .x-form-focus,
.x-reset textarea.x-form-focus {
  border-color: #75aa4e;
}
/* line 147, ../sass/parts/_all.scss */
.x-reset .x-boxselect-list.x-form-invalid-field,
.x-reset .x-form-invalid .x-form-field,
.x-reset .x-form-invalid .x-form-focus {
  border-color: red;
  background-color: #FFF;
}
/* line 151, ../sass/parts/_all.scss */
.x-reset .x-form-invalid .x-form-invalid-icon {
  display: none;
}
/* line 155, ../sass/parts/_all.scss */
.x-reset .x-form-trigger {
  width: 40px;
  height: 48px !important;
  border: 1px solid #cbd0d2;
  box-shadow: inset 0 0 6px rgba(239, 245, 248, 0.135);
  background-image: url(../img/ext/combo-trigger.png);
  background-color: #eff5f8;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 5px 5px 0;
}
/* line 166, ../sass/parts/_all.scss */
.x-reset .x-form-file-wrap .x-form-field {
  border-radius: 5px;
}
/* line 169, ../sass/parts/_all.scss */
.x-reset .x-form-file-wrap td {
  vertical-align: top;
}
/* line 173, ../sass/parts/_all.scss */
.x-reset .x-form-trigger-wrap-focus .x-form-trigger {
  background-position: center;
  border: 1px solid #75aa4e;
  border-left: none;
}
/* line 178, ../sass/parts/_all.scss */
.x-reset .x-form-invalid .x-form-trigger {
  border: 1px solid red;
  border-left: none;
}
/* line 183, ../sass/parts/_all.scss */
.x-reset .x-form-clear-trigger {
  background-image: url(../img/ext/combo-clear-trigger.png);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 189, ../sass/parts/_all.scss */
.x-reset .x-form-trigger-wrap-focus .x-form-clear-trigger {
  background-position: center;
  border: 1px solid #75aa4e;
}
/* line 195, ../sass/parts/_all.scss */
.x-reset .x-form-focus,
.x-reset .x-form-empty-field {
  line-height: 18px !important;
}
/* line 199, ../sass/parts/_all.scss */
.x-reset .x-form-display-field {
  margin: 0;
  font: normal 18px "myriad-pro-condensed", sans-serif;
  color: #000;
}
/* line 210, ../sass/parts/_all.scss */
.x-reset .x-form-cb-label {
  margin-left: 30px;
  color: #505759;
}
/* line 216, ../sass/parts/_all.scss */
.x-reset .x-form-item-label-top,
.x-reset .x-form-item-label-left {
  color: #505759;
}
/* line 220, ../sass/parts/_all.scss */
.x-reset .x-boxselect-input {
  padding: 12px;
  height: 44px;
}
/* line 227, ../sass/parts/_all.scss */
.x-reset .x-btn-default-small.x-icon-text-left {
  background: none;
  border: none;
}
/* line 230, ../sass/parts/_all.scss */
.x-reset .x-btn-default-small.x-icon-text-left .x-btn-inner {
  color: #3fc1cb;
}
/* line 235, ../sass/parts/_all.scss */
.x-reset .x-btn-default-toolbar-small-icon-text-left .x-btn-inner {
  line-height: 14px;
  margin-left: 18px;
}
/* line 241, ../sass/parts/_all.scss */
.x-reset .x-datepicker-month .x-btn {
  top: -5px;
}
/* line 245, ../sass/parts/_all.scss */
.x-reset .x-datepicker-month span {
  color: #424242 !important;
  font-size: 75% !important;
}
/* line 250, ../sass/parts/_all.scss */
.x-reset .x-datepicker-inner a {
  font-size: 75% !important;
}
/* line 254, ../sass/parts/_all.scss */
.x-reset .x-datepicker-inner .x-datepicker-selected a {
  color: white;
}
/* line 258, ../sass/parts/_all.scss */
.x-reset .x-monthpicker-item {
  font-size: 75%;
}
/* line 263, ../sass/parts/_all.scss */
.x-reset .x-monthpicker-item a.x-monthpicker-selected,
.x-reset .x-monthpicker-item a:hover {
  color: white;
}
/* line 267, ../sass/parts/_all.scss */
.x-reset .x-nlg .x-datepicker-header {
  background-image: none;
}
/* line 271, ../sass/parts/_all.scss */
.x-reset .x-nlg .x-datepicker-footer {
  background-image: none;
}
/* line 276, ../sass/parts/_all.scss */
.x-reset .x-btn button {
  width: auto;
}
/* line 280, ../sass/parts/_all.scss */
.x-reset .x-btn-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* line 286, ../sass/parts/_all.scss */
.x-reset .x-tool-view-all {
  color: rgba(66, 66, 66, 0.5);
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 293, ../sass/parts/_all.scss */
.x-reset .x-tool-over .x-tool-view-all {
  color: rgba(66, 66, 66, 0.75);
}
/* line 299, ../sass/parts/_all.scss */
.x-reset .x-tool-view-all img {
  display: none;
}
/* line 305, ../sass/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;
}
/* line 2, ../sass/parts/messages.scss */
.x-reset .x-tool-new-conversation {
  color: #ded7cc;
  line-height: 16px;
  font-size: 18px;
}
/* line 8, ../sass/parts/messages.scss */
.x-reset .menu-link {
  font-size: 18px;
  font-weight: normal !important;
  font-family: "myriad-pro-condensed", sans-serif;
  width: 240px;
  padding: 18px 7px 10px 10px !important;
}
/* line 16, ../sass/parts/messages.scss */
.x-reset .menu-link.over {
  background: none !important;
}
/* line 20, ../sass/parts/messages.scss */
.x-reset .menu-link.active {
  background: none !important;
}
/* line 24, ../sass/parts/messages.scss */
.x-reset .conversations-menu .x-panel-body {
  background-color: #eeeae4 !important;
  padding-top: 0px !important;
}
/* line 29, ../sass/parts/messages.scss */
.x-reset .conversations-menu .icon {
  display: inline-block;
  width: 24px;
  height: 23px;
}
/* line 35, ../sass/parts/messages.scss */
.x-reset .all-conversations .icon {
  background: url(../images/message/conversations-icon.png) no-repeat;
}
/* line 39, ../sass/parts/messages.scss */
.x-reset .archive-menu .icon {
  background: url(../images/message/archive-icon.png) no-repeat;
}
/* line 43, ../sass/parts/messages.scss */
.x-reset .all-conversations.over .icon {
  background: url(../images/message/conversations-over-icon.png) no-repeat;
}
/* line 47, ../sass/parts/messages.scss */
.x-reset .all-conversations.active .icon {
  background: url(../images/message/conversations-active-icon.png) no-repeat;
}
/* line 51, ../sass/parts/messages.scss */
.x-reset .archive-menu.over .icon {
  background: url(../images/message/archive-over-icon.png) no-repeat;
}
/* line 55, ../sass/parts/messages.scss */
.x-reset .archive-menu.active .icon {
  background: url(../images/message/archive-active-icon.png) no-repeat;
}
/* line 60, ../sass/parts/messages.scss */
.x-reset .menu-text,
.x-reset .unread-total {
  color: #c5c8b2;
  font-size: 24px;
  margin-left: 15px;
}
/* line 67, ../sass/parts/messages.scss */
.x-reset .menu-link.over .menu-text,
.x-reset .menu-link.over .unread-total {
  color: #466625;
}
/* line 72, ../sass/parts/messages.scss */
.x-reset .menu-link.active .menu-text,
.x-reset .menu-link.active .unread-total {
  color: #b83a00;
}
/* line 76, ../sass/parts/messages.scss */
.x-reset .conversation-messages .x-panel-body {
  background-image: url(../img/grid-background.gif);
}
/* line 80, ../sass/parts/messages.scss */
.x-reset .conversation {
  font-size: 17px;
  line-height: 19px;
}
/* line 86, ../sass/parts/messages.scss */
.x-reset .conversation .person-name,
.x-reset .conversation .subject {
  color: #6a492c;
}
/* line 90, ../sass/parts/messages.scss */
.x-reset .conversation .last-message-date {
  color: #00aeef;
}
/* line 94, ../sass/parts/messages.scss */
.x-reset .conversations-gridpanel .x-grid-row .x-action-col-cell {
  vertical-align: top !important;
}
/* line 98, ../sass/parts/messages.scss */
.x-reset .conversations-gridpanel .x-grid-row .x-action-col-cell .x-grid-cell-inner {
  display: block !important;
}
/* line 102, ../sass/parts/messages.scss */
.x-reset .x-grid-row .x-action-col-cell img {
  background: url(../images/message/conversation-icons.png) no-repeat;
}
/* line 106, ../sass/parts/messages.scss */
.x-reset .x-grid-row .reply-conversation img {
  background-position: -16px 0px !important;
}
/* line 110, ../sass/parts/messages.scss */
.x-reset .x-grid-row .reply-conversation img:hover {
  background-position: -16px -16px !important;
}
/* line 114, ../sass/parts/messages.scss */
.x-reset .x-grid-row .archive-conversation img {
  background-position: 0px 0px !important;
}
/* line 118, ../sass/parts/messages.scss */
.x-reset .x-grid-row .archive-conversation img:hover {
  background-position: 0px -16px !important;
}
/* line 122, ../sass/parts/messages.scss */
.x-reset .x-grid-row .un-archive-conversation img {
  background-position: -49px 0px !important;
}
/* line 126, ../sass/parts/messages.scss */
.x-reset .x-grid-row .un-archive-conversation img:hover {
  background-position: -49px -16px !important;
}
/* line 130, ../sass/parts/messages.scss */
.x-reset .message {
  font-size: 15px;
  color: #456320;
}
/* line 135, ../sass/parts/messages.scss */
.x-reset .message-body {
  font-size: 17px;
}
/* line 139, ../sass/parts/messages.scss */
.x-reset .message-body p {
  padding-top: 4px !important;
  color: #000;
}
/* line 11, ../sass/parts/window.scss */
.x-reset .x-boxselect-item {
  background-color: #eeeae4 !important;
  border: #c8b8a2 1px solid !important;
}
/* line 253, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-ChecklistItems {
  font-size: 20px;
}
/* line 338, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-text-ChecklistItems {
  color: #a6192e;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  line-height: 30px;
}
/* line 434, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-ChecklistItems-top {
  -webkit-box-shadow: 0 1px 0px 0 inset;
  -moz-box-shadow: 0 1px 0px 0 inset;
  box-shadow: 0 1px 0px 0 inset;
}
/* line 438, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-ChecklistItems-right {
  -webkit-box-shadow: -1px 0 0px 0 inset;
  -moz-box-shadow: -1px 0 0px 0 inset;
  box-shadow: -1px 0 0px 0 inset;
}
/* line 442, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-ChecklistItems-bottom {
  -webkit-box-shadow: 0 -1px 0px 0 inset;
  -moz-box-shadow: 0 -1px 0px 0 inset;
  box-shadow: 0 -1px 0px 0 inset;
}
/* line 446, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-ChecklistItems-left {
  -webkit-box-shadow: 1px 0 0px 0 inset;
  -moz-box-shadow: 1px 0 0px 0 inset;
  box-shadow: 1px 0 0px 0 inset;
}
/* line 481, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-ChecklistItems-right-tc,
.x-reset .x-panel-header-ChecklistItems-right-mc,
.x-reset .x-panel-header-ChecklistItems-right-bc {
  background-position: right 0;
}
/* line 487, ../../../../../../sitestacker/webroot/lib/extjs/resources/themes/stylesheets/ext4/default/widgets/_panel.scss */
.x-reset .x-panel-header-ChecklistItems-bottom-tc,
.x-reset .x-panel-header-ChecklistItems-bottom-mc,
.x-reset .x-panel-header-ChecklistItems-bottom-bc {
  background-position: 0 bottom;
}
/* line 8, ../sass/parts/checklists.scss */
.x-reset .checklist-for {
  font-family: Georgia,"Time New Roman",serif;
  font-style: italic;
  font-size: 17px;
  color: #6a492c;
}
/* line 15, ../sass/parts/checklists.scss */
.x-reset .combo-applications-cls .x-form-text {
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  border-radius: 2px 0px 0px 2px;
  border: 0px;
  padding: 0px 0px 0px 8px;
  color: #645042;
}
/* line 26, ../sass/parts/checklists.scss */
.x-reset .combo-applications-cls ::-webkit-input-placeholder {
  color: #776559;
}
/* line 27, ../sass/parts/checklists.scss */
.x-reset .combo-applications-cls ::-moz-placeholder {
  color: #776559;
}
/* line 28, ../sass/parts/checklists.scss */
.x-reset .combo-applications-cls :-ms-input-placeholder {
  color: #776559;
}
/* line 29, ../sass/parts/checklists.scss */
.x-reset .combo-applications-cls input:-moz-placeholder {
  color: #776559;
}
/* line 31, ../sass/parts/checklists.scss */
.x-reset .combo-applications-cls .x-trigger-cell {
  width: 23px !important;
  background-color: #fff;
  padding-top: 3px;
}
/* line 37, ../sass/parts/checklists.scss */
.x-reset .combo-applications-list-cls {
  border-top: 1px solid #cbbea4;
}
/* line 41, ../sass/parts/checklists.scss */
.x-reset .combo-applications-list-cls .x-boundlist-item {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding: 4px 0px 4px 8px;
}
/* line 47, ../sass/parts/checklists.scss */
.x-reset .combo-applications-trigger-cls, .x-reset .combo-applications-trigger-cls-over, .x-reset .combo-applications-trigger-cls-click {
  background-position: 0 0 !important;
}
/* line 51, ../sass/parts/checklists.scss */
.x-reset .combo-applications-trigger-cls {
  background: url(../images/form/checklist-trigger.png) no-repeat;
  border-bottom: 0px;
  width: 20px;
}
/* line 57, ../sass/parts/checklists.scss */
.x-reset .save-changes {
  background: url(../images/motion/save-changes-icon.png) no-repeat;
}
/* line 4, ../sass/parts/interest_list.scss */
.x-reset .x-btn-default-toolbar-small .x-btn-inner,
.x-reset .x-tool-view-all {
  color: rgba(66, 66, 66, 0.5) !important;
  font-size: 0.75em !important;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 10, ../sass/parts/interest_list.scss */
.x-reset .x-tool-over .x-tool-view-all {
  color: rgba(66, 66, 66, 0.75) !important;
}
/* line 14, ../sass/parts/interest_list.scss */
.x-reset .x-tool-view-all img {
  display: none;
  background: url("../images/motion/view-all-icon.png") no-repeat scroll center center transparent !important;
  vertical-align: top;
  width: 21px !important;
}
/* line 21, ../sass/parts/interest_list.scss */
.x-reset .manage-icon {
  background: none;
}
/* line 25, ../sass/parts/interest_list.scss */
.x-reset .interest-list-remove {
  background: url("../images/motion/icon-remove-red-16x16.png") no-repeat top center;
}
/* line 29, ../sass/parts/interest_list.scss */
.x-reset .opportunity-column .x-grid-cell-inner {
  padding-left: 12px;
}
/* line 3, ../sass/parts/opportunity_matches.scss */
.x-reset .x-tool-view-all {
  color: #ded7cc;
  line-height: 16px;
  font-size: 18px;
  cursor: pointer;
}
/* line 11, ../sass/parts/opportunity_matches.scss */
.x-reset .x-tool-view-all img {
  background: url("../images/motion/view-all-icon.png") no-repeat scroll center center transparent !important;
  vertical-align: top;
  width: 21px !important;
}
/* line 17, ../sass/parts/opportunity_matches.scss */
.x-reset .update-your-survey-icon {
  background: url(../images/motion/update-survey-icon.png) no-repeat;
}

.people-modules-edit-profile .x-reset .x-panel-body-default {
	background: #fff;
}

.people-modules-edit-profile .crm-field-container .group-title.remove .x-tool-default {
	display: none;
}
.people-modules-edit-profile .crm-field-container .group-title.remove legend {
	margin: 0 auto;
}
.people-modules-edit-profile .crm-field-container .group-title .x-component,
.people-modules-edit-profile .crm-field-container .x-component.group-title {
	margin-bottom: 0.5em;
	font-size: 22px;
	border-bottom: solid 1px #d8d0c3;
}
.people-modules-edit-profile .crm-field-container .group-title.remove .x-component {
	padding-left: 40px;
	color: #505759;
}

.people-modules-edit-profile .crm-field-container .x-component.group-title.main {
	margin-top: 10px;
	margin-bottom: 20px;
}

.people-modules-edit-profile .crm-field-container .x-fieldset.group-title.remove .x-fieldset-header {
	padding-top: 12px;
	padding-bottom: 12px;
	background: url('../img/remove-minus.png') center left no-repeat;
}
.people-modules-edit-profile .crm-field-container .x-fieldset.group-title .x-fieldset-header {
	padding-top: 5px;
}
.people-modules-edit-profile .crm-field-container .x-fieldset.group-title {
	border-color: #eff5f8;
	border-width: 3px !important;
}

.people-modules-edit-profile .x-fieldset-header {
	color: #424242;
}

.people-modules-edit-profile .crm-field-container .add-button {
	background: transparent;
	border-color: transparent;
}
.people-modules-edit-profile .crm-field-container .add-button .x-btn-icon {
	background: #3fc1cb;
	border-color: #3fc1cb;
	width:16px;
	height:16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.people-modules-edit-profile .crm-field-container .add-button .x-btn-inner {
	color: #505759;
}

.people-modules-edit-profile .crm-field-container .add-button button.x-btn-center .x-btn-icon {
	background-image: url('../img/icon-plus-minus-16x16.png') !important;
}
.people-modules-edit-profile .crm-field-container .remove-button button.x-btn-center .x-btn-icon {
	background-image: url('../img/icon-plus-minus-16x16.png') !important;
	background-position: right center;
}

.people-modules-edit-profile .crm-field-container .remove-button {
	border-color: #3fc1cb;
	background: #3fc1cb;
	width:32px;
	height:32px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 10px 8px;
	margin-top: 8px !important;
}

/*Photo Bank Module Styling*/

.people-modules-photo-bank .x-reset .x-panel-body-default {
	background: #fff;
}

.people-modules-photo-bank .photobank-title-responsive {
	text-align: left;
	font-size: 22px;
	margin-top: 10px;
	border-bottom: solid 1px #d8d0c3;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: normal !important;
}

.people-modules-photo-bank .x-btn button {
	width: 100%;
}
.people-modules-photo-bank .add-new-photo-button .x-btn-inner {
	color: #fff;
	background: #3fc1cb !important;
	border-radius: 5px;
	margin-left: 5px;
	font-size: 14px;
}
.users-modules-change-password-popup-blur {}

.users-modules-change-password-popup,
.users-modules-change-password-popup * {}

.users-modules-change-password-popup {
	background-color: #312821;
	border: 1px solid #9d8f82;
	color: #dfd8cc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #312821;
	box-shadow: 0 1px 3px #312821;
}
.users-modules-change-password-popup .title {
    background-color: #312821;
    padding: 20px;
	font-weight: 700;
	font-size: 20px;
	color: #dfd8cc;
}
.users-modules-change-password-popup .title span {}
.users-modules-change-password-popup .title .close {
    right: 10px;
    background: url('../img/icon-x-search-header.png') no-repeat top center;
}
.users-modules-change-password-popup .title .close:hover {
	background-position: bottom center;
}

.users-modules-change-password-popup .body {
    padding: 20px;
	padding-top: 0;
}
.users-modules-change-password-popup .body .notes {
    color: #dfd8cc;
}
.users-modules-change-password-popup .body .form {}
.users-modules-change-password-popup .body .form .form-field {
    padding-bottom: 10px;
}
.users-modules-change-password-popup .body .form .form-field .field-label {
    top: 4px;
	font-size: 18px;
}
.users-modules-change-password-popup .body .form .form-field .field-wrapper {}
.users-modules-change-password-popup .body .form .form-field .field-wrapper input {
    padding: 6px;
	border: none 0;
	font-size: 16px;
	background-color: #dfd8cc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.users-modules-change-password-popup .body .form .form-field .field-wrapper .field-error {
	padding-top: 5px;
	color: #ff5a00;
}

.users-modules-change-password-popup .body .form .form-errors {
    padding-top: 5px;
	color: #ff5a00;
}
.users-modules-change-password-popup .body .form .form-options {}
.users-modules-change-password-popup .body .form .form-options .submit {
    color: #fff;
	background: #ff9f00;
	font-size: 16px;
	line-height: 32px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.users-modules-change-password-popup .body .form .form-options span {
	padding: 0 5px;
}
.users-modules-change-password-popup .body .form .form-options a.close {}





/*Default view styling*/
.users-modules-change-password-default {
	padding: 0 20px;
}
.users-modules-change-password-default .title {
	padding:0;
	color: #424242;
	font-size: 22px;
	margin: 20px 0;
	border-bottom: solid 1px #d8d0c3;
}

.users-modules-change-password-default .body .form.has-labels .form-field {
	padding-left: 0;
}

.users-modules-change-password-default .body .form.has-labels .form-field .field-label {
	position: static;
	float: none;
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
}

.users-modules-change-password-default .body .form.has-labels .form-field .field-wrapper {
	width: 100%;
}

.users-modules-change-password-default .form .field-wrapper input {
	height:48px;
	border: 1px solid #FFF;
	color: #888b8d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.users-modules-change-password-default .form .field-wrapper input:focus {
	border: 1px solid #75aa4e;
}

.users-modules-change-password-default .body .form .form-options {
	text-align: center;
}

.users-modules-change-password-default .body .form .form-options .submit {
	text-shadow: none;
	background: #3fc1cb;
	border-radius: 5px;
	font-size: 1em;
}
.users-modules-change-password-default .body .form .form-options .submit:hover {
	background: #33b3bd;
}
.advocacy-modules-category-summary .title-box {
	background-color: #e2ddd5;
	color: #a6192e;
	font-size: 1.25em;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.advocacy-modules-category-summary .body-box {
	background-color: #f4f2ef;
}

.advocacy-modules-category-summary .body-box .summary-text {
	color: #645142;
}

.advocacy-modules-category-summary .body-box .summary-text span {
	color: #312821;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign img {
	-webkit-box-shadow: 0 0 3px #86786c;
	box-shadow: 0 0 3px #86786c;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .name {
	color: #312821;
	white-space: nowrap;
	overflow: hidden;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .details {
	color: #645142;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .details span {
	color: #312821;
}

.tpl-position-right-wide .advocacy-modules-category-summary {
    width: 33.33%;
}

@media screen and (max-width: 900px) {
    .advocacy-modules-category-summary {
        width: 100% !important;
        float: none !important;
    }
}
.contributions-modules-contribution-summary .title-box {
	background-color: #e2ddd5;
	color: #a6192e;
	font-size: 1.25em;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.contributions-modules-contribution-summary .body-box {
	background-color: #f4f2ef;
}

.contributions-modules-contribution-summary .body-box .summary-text {
	color: #645142;
}

.contributions-modules-contribution-summary .body-box .summary-text span {
	color: #312821;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign img {
	-webkit-box-shadow: 0 0 3px #86786c;
	box-shadow: 0 0 3px #86786c;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .name {
	color: #312821;
	white-space: nowrap;
	overflow: hidden;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .details {
	color: #645142;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .details span {
	color: #312821;
}


.tpl-position-right-wide .contributions-modules-contribution-summary {
    width: 33.33%;
}

@media screen and (max-width: 900px) {
    .contributions-modules-contribution-summary {
        width: 100% !important;
        float: none !important;
    }
}
.users-modules-change-password-popup-blur {}

.users-modules-change-password-popup,
.users-modules-change-password-popup * {}

.users-modules-change-password-popup {
	background-color: #312821;
	border: 1px solid #9d8f82;
	color: #dfd8cc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #312821;
	box-shadow: 0 1px 3px #312821;
}
.users-modules-change-password-popup .title {
    background-color: #312821;
    padding: 20px;
	font-weight: 700;
	font-size: 20px;
	color: #dfd8cc;
}
.users-modules-change-password-popup .title span {}
.users-modules-change-password-popup .title .close {
    right: 10px;
    background: url('../img/icon-x-search-header.png') no-repeat top center;
}
.users-modules-change-password-popup .title .close:hover {
	background-position: bottom center;
}

.users-modules-change-password-popup .body {
    padding: 20px;
	padding-top: 0;
}
.users-modules-change-password-popup .body .notes {
    color: #dfd8cc;
}
.users-modules-change-password-popup .body .form {}
.users-modules-change-password-popup .body .form .form-field {
    padding-bottom: 10px;
}
.users-modules-change-password-popup .body .form .form-field .field-label {
    top: 4px;
	font-size: 18px;
}
.users-modules-change-password-popup .body .form .form-field .field-wrapper {}
.users-modules-change-password-popup .body .form .form-field .field-wrapper input {
    padding: 6px;
	border: none 0;
	font-size: 16px;
	background-color: #dfd8cc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.users-modules-change-password-popup .body .form .form-field .field-wrapper .field-error {
	padding-top: 5px;
	color: #ff5a00;
}

.users-modules-change-password-popup .body .form .form-errors {
    padding-top: 5px;
	color: #ff5a00;
}
.users-modules-change-password-popup .body .form .form-options {}
.users-modules-change-password-popup .body .form .form-options .submit {
    color: #fff;
	background: #ff9f00;
	font-size: 16px;
	line-height: 32px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.users-modules-change-password-popup .body .form .form-options span {
	padding: 0 5px;
}
.users-modules-change-password-popup .body .form .form-options a.close {}





/*Default view styling*/
.users-modules-change-password-default {
	padding: 0 20px;
}
.users-modules-change-password-default .title {
	padding:0;
	color: #424242;
	font-size: 22px;
	margin: 20px 0;
	border-bottom: solid 1px #d8d0c3;
}

.users-modules-change-password-default .body .form.has-labels .form-field {
	padding-left: 0;
}

.users-modules-change-password-default .body .form.has-labels .form-field .field-label {
	position: static;
	float: none;
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
}

.users-modules-change-password-default .body .form.has-labels .form-field .field-wrapper {
	width: 100%;
}

.users-modules-change-password-default .form .field-wrapper input {
	height:48px;
	border: 1px solid #FFF;
	color: #888b8d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.users-modules-change-password-default .form .field-wrapper input:focus {
	border: 1px solid #75aa4e;
}

.users-modules-change-password-default .body .form .form-options {
	text-align: center;
}

.users-modules-change-password-default .body .form .form-options .submit {
	text-shadow: none;
	background: #3fc1cb;
	border-radius: 5px;
	font-size: 1em;
}
.users-modules-change-password-default .body .form .form-options .submit:hover {
	background: #33b3bd;
}
.motion-modules-my-applications,
.motion-modules-my-applications * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.motion-modules-my-applications {
	margin-top: 20px;
}
.motion-modules-my-applications .my-applications-inner {
    border: none;
}
.motion-modules-my-applications .my-applications-inner .title-box {
    background-color: #e2ddd5;
    color: #a6192e;
    font-size: 20px;
    padding: 4px 8px;
		text-transform: uppercase;
		font-weight: bold;
}

.motion-modules-my-applications .my-applications-inner .body-box {
	background: #f4f2ef;
	font-size: 0.75em;
	font-weight: normal;
}
.motion-modules-my-applications .my-applications-inner .body-box .section-title {
    background-color: #d8d0c3;
    color: #424242;
    font-size: 1.25em;
    padding: 4px 24px 4px 8px;
    position: relative;
}
.motion-modules-my-applications .my-applications-inner .body-box .section-title span {}
.motion-modules-my-applications .my-applications-inner .body-box .section-title .section-title-toggle {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 5px;
    line-height: 0;
    cursor: pointer;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    display: none;
}
.motion-modules-my-applications .my-applications-inner .body-box .section-title .section-title-toggle:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.motion-modules-my-applications .my-applications-inner .body-box .section-title .section-title-toggle img {
    background-image: url('img/frontend/expand-collapse-16x16.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 2px;
}

.motion-modules-my-applications .my-applications-inner .body-box .application-data {
		padding: 0.5em 1em;
		padding-right: 100px;
    position: relative;
}
.motion-modules-my-applications .my-applications-inner .body-box .application-data .application-for {
    font-size: inherit;
    font-weight: normal;
}
.motion-modules-my-applications .my-applications-inner .body-box .application-data .application-status {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    height: 22px;
    width: 80px;
    line-height: 22px;
    background-color: transparent;
    text-align: center;
}
.motion-modules-my-applications .my-applications-inner .body-box .application-data .continue-button {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    height: 22px;
    width: 80px;
    line-height: 22px;
    background-color: #888;
    text-align: center;
}

.motion-modules-my-applications .my-applications-inner .body-box .no-applications {
	padding: 0.5em 1em;
	font-size: 1em;
	font-weight: normal;
}
.motion-modules-my-files,
.motion-modules-my-files * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.motion-modules-my-files {
	margin-top: 20px;
}
.motion-modules-my-files .my-files-inner {
    border: none;
}
.motion-modules-my-files .my-files-inner .title-box {
    background-color: #e2ddd5;
    color: #a6192e;
    font-size: 20px;
    padding: 4px 8px;
		text-transform: uppercase;
		font-weight: bold;
}

.motion-modules-my-files .my-files-inner .body-box {
	background: #f4f2ef;
	padding: 0.5em 1em;
	font-size: 0.75em;
}
.motion-modules-my-files .my-files-inner .body-box .section-title {
    background-color: #e2ddd5;
    color: #424242;
    font-size: 1.25em;
    padding: 4px 24px 4px 8px;
    position: relative;
}
.motion-modules-my-files .my-files-inner .body-box .section-title span {}
.motion-modules-my-files .my-files-inner .body-box .section-title .section-title-toggle {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 5px;
    line-height: 0;
    cursor: pointer;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    display: none;
}
.motion-modules-my-files .my-files-inner .body-box .section-title .section-title-toggle:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.motion-modules-my-files .my-files-inner .body-box .section-title .section-title-toggle img {
    background-image: url('img/frontend/expand-collapse-16x16.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 2px;
}

.motion-modules-my-files .my-files-inner .body-box .file-data {
    padding: 5px;
    padding-right: 30px;
    position: relative;
}

.motion-modules-my-files .my-files-inner .body-box .file-data + .file-data {
	border-top: 1px solid #d8d0c3;
}

.motion-modules-my-files .my-files-inner .body-box .file-data .file-name {

}
.motion-modules-my-files .my-files-inner .body-box .file-data .download {
    position: absolute;
    right: 5px;
    top: 5px;
}
.motion-modules-my-files .my-files-inner .body-box .file-data .download img {
    background: url('../img/frontend/download.png') no-repeat center;
}
.button-eye {
	display: none;
	background: url('/Contributions/img/frontend/eye.png') no-repeat left center;
	width: 20px !important;
}
.give-again-column {
	cursor: pointer;
	background: url('/Contributions/img/frontend/reload-green-icon.png') no-repeat 10px center !important;
	padding-left: 28px !important;
	color: #729e3f !important;
}
.delete-column{
	cursor: pointer;
	background: url('/Contributions/img/frontend/delete-icon-24.png') no-repeat 10px center !important;
	padding-left: 28px !important;
	color: #a6192e !important;
}
.edit-column{
	cursor: pointer;
	background: url('/Contributions/img/frontend/edit-icon.gif') no-repeat 10px center !important;
	padding-left: 25px !important;
	color: #3fc1cb !important;
}

.contribution-module {
	margin-bottom: 25px;
}
.contribution-module .x-panel-header .x-btn-default-small {
	background: none;
	border: none;
}
.contribution-module .x-panel-header .x-btn-inner,
.contribution-module .x-panel-header .x-btn-default-toolbar-small .x-btn-inner {
	color: rgba(66, 66, 66, 0.5) !important;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
}
.contribution-module .x-panel-header .x-over .x-btn-inner,
.contribution-module .x-panel-header .x-over .x-btn-inner {
	color: rgba(66, 66, 66, 0.75) !important;
}
.contribution-module .pending {
    font-style: italic;
    color: #D6A875;
    font-size: 16px;
}
.contribution-module .extra-data {
    font-style: italic;
    /*color: #D6A875;*/
    font-size: 16px;
}
.contribution-module .failed {
    font-style: italic;
    color: #d68574;
    font-size: 16px;
}
.contribution-module .x-grid-cell .give-again-button {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 76px;
    background-image: url('../img/frontend/give-again-btn-text-70x20.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: green !important;
}
.contribution-module .x-grid-cell .give-again-button.hidden {
    display: none;
}
.contribution-module .x-grid-cell .give-again-button:hover {
    background-color: #006400 !important;
}
.contribution-module #my-contributions-modules-grid .pending-cell{
    height: 50px;   
}
.recurring-side {
	background-color: #555;
	padding:10px !important; 
}
.recurring-side .subtitle {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}
.recurring-side .x-form-cb-label {
	color: #fff !important;
}
.recurring-campaigns {
	padding:10px !important;
}
.recurring-campaigns .subtitle {
	font-size: 24px;
	margin-bottom: 15px;
}
.recurring-campaigns .recurring-gift{
	background-color: #555;
}
.recurring-total {
	text-align: right;
	font-size: 22px;
}

.remove-button {
	cursor: pointer;
	width: 24px;
}
.remove-button button {
	background: url('../img/frontend/delete-icon-24.png');
	border: none;
	width: 24px;
	height: 24px;
}

.recurring-campaigns .recurring-anonymous-checkbox .x-form-cb-label{
    color: #FFF;
}

.contributions .thanks img.thanks-icon {
	display: inline-block;
}

.contributions .separator {
	border-top: none;
	border-bottom: none;
}

#edit-recurring-batch .modal {
    z-index: 499;
}

.modal-backdrop {
    z-index: 450;
}
/*Default Person Picture*/

.people-modules-default-picture,
.people-modules-default-picture * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.people-modules-default-picture {
	line-height: 0px;
}
.people-modules-default-picture .display-photo {
	position: relative;
}
.people-modules-default-picture img.person-picture {
	/*border-color: #ffffff;
	border-style: solid;*/
	border: none;
}
.people-modules-default-picture a.edit-button {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	background: #3fc1cb;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px 0px 0px 0px;
}
.people-modules-default-picture a.edit-button span,
.people-modules-default-picture a.edit-button img {
	vertical-align: middle;
}

.people-modules-default-picture a.edit-button img {
	display: none;
}

.people-modules-default-picture .update-photo {
	background: #fff;
	-webkit-box-shadow: inset 0px 3px 3px #DDD;
	box-shadow: inset 0px 3px 3px #DDD;
	padding: 10px;
	text-align: center;
	display: none;
}
.people-modules-default-picture .update-photo .update-photo-button {
	border: solid 1px #4fa847;
	padding: 5px 0;
	background: #5bb653;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 18px;
}


/* Default Picture - user_avatar view */
.people-modules-default-picture.user-avatar {
    line-height: normal;
}
.people-modules-default-picture.user-avatar .person-photo-holder {
    text-align: center;
}
.people-modules-default-picture.user-avatar .person-photo-holder #person-photo-progress {
    width: 90%;
    margin: 0 auto;
}
.people-modules-default-picture.user-avatar .person-photo-holder #person-photo-progress .bar {
    display: none;
    background: #444;
    width: 0;
    height: 18px;
    margin-top: 20px;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder {
    width: 100%;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .icon {
    min-height: 20px;
    margin: 16px auto 18px;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .inner {
    min-height: 135px;
    border: 1px solid #ccc;
    width: 185px;
    height: 185px;
    -webkit-border-radius:	50%;
    -moz-border-radius:		50%;
    border-radius: 			50%;
    margin: 0 auto;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .upload-button-holder button.appointee-button {
    font-size: 11pt;
    padding: 5px;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .upload-button-holder {
    position: relative;
    overflow: hidden;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .upload-button-holder input {
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 70%;
    right: auto;
    left: 50%;
    margin: 0 0 0 -35%;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder img.uploaded-photo {
    width: 185px;
    height: 185px;
    -webkit-border-radius:	50%;
    -moz-border-radius:		50%;
    border-radius: 			50%;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image {
    min-height: 40px;
    position: relative;
    border: none;
    background: none;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image button#remove-image {
    display: none;
    position: absolute;
    width: 100px;
    bottom: 35px;
    left: 50%;
    margin-left: -50px;
    padding: 5px 3px;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image:hover button#remove-image {
    display: block;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image .inner,
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image .uploaded-photo-holder {
    display: none;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .db-image img {
    -webkit-border-radius:	50%;
    -moz-border-radius:		50%;
    border-radius: 			50%;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .not-image {
    font-size: 90%;
    color: #ff2330;
    padding: 10px;
}
#wycliffe-module-missionary-edit {}

#wycliffe-module-missionary-edit .x-fieldset .x-form-invalid .x-form-invalid-icon {
    display: block;
}
/*Global React Grids Styling*/

.module-card {
    --accent-color-1: #3fc1cb;
    --accent-color-2: #a6192e;
    --text-color: #424242;
    --border-color: #d8d0c3;
    --button-color: var(--accent-color-1);
    --button-color-hover: #2ca2ac;
    --button-text-color: #fff;
    --background-color: #e2ddd5;
}

.module-card {
    position: relative;
    margin-bottom: 20px;
}
.module-card .module-title-holder {
    font-size: 20px;
    font-weight: bold;
    color: var(--accent-color-2);
    text-transform: uppercase;
    position: absolute;
    top: 8px;
}
@media (max-width: 620px){
    .module-card .module-title-holder {
        position: static;
        text-align: center;
        margin-bottom: 10px;
    }
}

.ss-grid {}
.ss-grid input {
    outline: none;
}
.ss-grid .grid-buttons {}
.ss-grid .grid-buttons .btn,
.ss-grid .grid-buttons .btn.toggle-filters,
.ss-grid .grid-buttons .btn.create-record {
    margin: 0;
    margin-left: 10px;
    background-color: var(--button-color);
    color: var(--button-text-color);
    border: none 0;
    outline: none;
}
.ss-grid .grid-buttons .btn:hover {
    background-color: var(--button-color-hover);
    color: var(--button-text-color);
    border: none 0;
    outline: none;
}
.ss-grid .grid-filters {
    margin: 0;
    padding: 0;
    padding-top: 1.25rem;
    transition: none;
}
.ss-grid .grid-filters .available-columns-holder {}
.ss-grid .grid-filters .available-columns-holder .grid-filters-label {
    font-size: 20px;
    line-height: 30px;
    border-bottom: solid 1px var(--border-color);
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-weight: normal;
    color: var(--text-color);
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes {
    padding-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder {
    float: none;
    margin: 0;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder .c-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder .c-checkbox input {}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder .c-checkbox .c-indicator {
    position: static;
    float: unset;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    background: none;
    width: 16px;
    height: 16px;
    border: none 0;
}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder .c-checkbox .c-indicator:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    content: '\f0c8';
    font-size: 16px;
    color: var(--text-color);
}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder .c-checkbox input:checked + .c-indicator:after {
    content: '\f14a';
    font-weight: 600;
    color: var(--button-color);
}
.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder .c-checkbox.disabled {
    opacity: 0.4;
}

.ss-grid .grid-filters .available-columns-holder .available-columns-checkboxes .checkbox-holder .c-checkbox .c-label {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}
.ss-grid .grid-holder {
    margin: 0;
}

.ss-grid .grid-holder .grid-header-holder {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .sort-by-holder {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .sort-by-holder .sort-by-label {
    margin: 0;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .sort-by-holder > .btn {
    margin: 0;
    margin-left: 10px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--button-color);
    border: none 0;
    outline: none;
    color: var(--button-text-color);
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .sort-by-holder > .btn .icon-up:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 16px;
    content: '\f15d';
    color: var(--button-text-color);
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .sort-by-holder > .btn .icon-down:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 16px;
    content: '\f15e';
    color: var(--button-text-color);
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .sort-by-holder .btn-group {
    margin: 0;
    margin-left: 10px;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .sort-by-holder .btn-group .btn {
    margin: 0;
    padding: 5px 15px;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .grid-search-holder {
    margin: 0;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .grid-search-holder input {
    margin: 0;
    padding: 5px 15px;
}
.ss-grid .grid-holder .grid-header-holder .grid-header-inner .clearfix {
    display: none;
}

.ss-grid .grid-holder .grid-rows {}
.ss-grid .grid-holder .grid-rows .grid-row {
    transition: none;
}
.ss-grid .grid-holder .grid-rows .grid-row.has-pushed-cols.without-bulk-actions {
    padding-left: 3rem;
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col {}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.pushed-col {
    transition: none;
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col .grid-cell-value {
    color: var(--text-color);
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-toggle {}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-toggle .toggle-icon {}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-toggle .toggle-icon:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 16px;
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-toggle .toggle-icon.icon-down:after {
    content: '\f067';
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-toggle .toggle-icon.icon-up:after {
    content: '\f068';
}

.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-actions {
    padding: 0.9rem .5rem;
    display: block !important;
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-actions .grid-action {
    margin: 0;
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-actions .grid-action .btn {
    padding: 0;
    color: var(--text-color);
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-actions .grid-action .btn:focus {
    outline: none;
    box-shadow: none;
    border-radius: unset;
    color: var(--accent-color-1);
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-actions .grid-action .btn:after {
    color: inherit;
}
.ss-grid .grid-holder .grid-rows .grid-row .grid-col.grid-col-actions .grid-action .btn span {
    color: inherit;
}

.ss-grid .grid-holder .grid-rows .grid-row.grid-heading {
    background: var(--background-color);
}
.ss-grid .grid-holder .grid-rows .grid-row.grid-heading {}
.ss-grid .grid-holder .grid-rows .grid-row.grid-heading .grid-col {}
.ss-grid .grid-holder .grid-rows .grid-row.grid-heading .grid-col .grid-cell-value {
    color: var(--accent-color-2);
}

.ss-grid .grid-holder .grid-footer-holder {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .num-pages-holder {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .num-pages-holder .num-pages-label {
    margin: 0;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .num-pages-holder .btn-group {
    margin: 0;
    margin-left: 10px;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .num-pages-holder .btn-group .btn {
    padding: 5px 15px;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .grid-paging-holder {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .grid-paging-holder .grid-paging-info {
    margin: 0;
    margin-right: 5px;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .grid-paging-holder .btn {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--button-color);
    border: none 0;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .grid-buttons {
    display: none;
}
.ss-grid .grid-holder .grid-footer-holder .grid-footer-inner .clearfix {
    display: none;
}
.com-advocacy .advocacy-campaign-details {
	border-top: 3px solid #f5bb23;
	border-bottom: none;
	padding: 25px 0 0;
	min-height: 100%;
}

.com-advocacy .advocacy-campaign-details .title {
	color: #a6192e;
	border-bottom: none;
	font-size: 30px;
  line-height: 30px;
	margin-bottom: 5px;
}

.com-advocacy .advocacy-campaign-details .title a.edit {
	display: inline;
	padding: 0;
	background: none;
	color: rgba(66, 66, 66, 0.5);
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: baseline;
	border: none;
}

.com-advocacy .advocacy-campaign-details .title a.edit::before {
	content: "(";
}
.com-advocacy .advocacy-campaign-details .title a.edit::after {
	content: ")";
}

.com-advocacy .advocacy-campaign-details .advocacy-details {
	color: #424242;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	padding-bottom: 40px;
	border-bottom: 3px solid #f5bb23;
}

.com-advocacy .advocacy-campaign-details .advocacy-details img {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.com-advocacy .advocacy-campaign-details .awaiting-moderation {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 45px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #424242;
	border-bottom: 3px solid #f5bb23;
}

@media screen and (max-width: 900px) {
	.com-advocacy .advocacy-campaign-details .title {
		text-align: center;
	}
	.com-advocacy .advocacy-campaign-details .title a.edit {
		display: inline-block;
	}
	.com-advocacy .advocacy-campaign-details .advocacy-details {
		
	}

	.com-advocacy .advocacy-campaign-details .advocacy-details img {
		width: 50%;
		height: auto;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 700px) {
	.com-advocacy .advocacy-campaign-details .title {
		text-align: center;
	}
	.com-advocacy .advocacy-campaign-details .advocacy-details {

	}

	.com-advocacy .advocacy-campaign-details .advocacy-details img {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 10px;
	}
}
.com-advocacy .page-title {
	color: #a6192e;
	padding-bottom: 0;
}

.com-advocacy .campaign-url-info .title {
	color: #424242;
	font-size: 14px;
	text-transform: uppercase;
}

.com-advocacy .campaign-url-info .link {
	color: #729e3f;
	padding: 3px 5px;
	background-color: #f4f2ef;
	border-bottom: 3px solid #f5bb23;
	display: inline-block;
}

.com-advocacy .campaign-url-info .registration .rounded-button {
	vertical-align: middle;
	color: #fff;
	padding: 5px 20px;
}

.com-advocacy .campaign-url-info .registration span {
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #424242;
	padding-left: 10px;
	padding-top: 7px;
}

.com-advocacy .campaign-donations {
	margin-top: 40px;
}

.com-advocacy .campaign-donations .title {
	color: #424242;
	display: none;
}

.com-advocacy .campaign-donations .details .completion-bar {
	background-color: #e2ddd5;
}

.com-advocacy .campaign-donations .details .completion-bar .min, .com-advocacy .campaign-donations .details .completion-bar .max {
	color: #e2ddd5;
	font-size: 14px;
}

.com-advocacy .campaign-donations .details .completion-bar .copletion-progress {
	background-color: #729e3f;
}

.com-advocacy .campaign-donations .details .completion-bar .now_holder .now {
	color: #729e3f;
	font-weight: bold;
	font-size: 14px;
}

.com-advocacy .campaign-donations .details .financial-info {
	color: #1a476d;
}

.com-advocacy .campaign-donations .details .financial-info p {
	float: none;
	color: #3fc1cb;
}

.com-advocacy .campaign-donations .details .completion-bar .now_holder {
	z-index: 1;
}

.com-advocacy .donation-details .title .rounded-button, .com-advocacy .campaign-donations .details .rounded-button {
	white-space: nowrap;
}

.com-advocacy .campaign-details-body {
	min-height: 100%;
	padding-top: 30px;
}

.com-advocacy .donation-details .title {
	color: #a6192e;
	margin-bottom: 5px;
}

.com-advocacy .donation-details .title p {
	margin: 0;
}

.com-advocacy .donation-details .table table {
	border-bottom: solid 3px #e2ddd5;
	color: #424242;
}

.com-advocacy .donation-details .table table tr.head td {
	border-bottom: solid 3px #e2ddd5;
	padding-bottom: 5px;
}

.com-advocacy .donation-details .table table tr.records td {
	border-bottom: solid 1px #e2ddd5;
	padding: 10px 5px;
}

.com-advocacy .share-campaign.confirmation {
	margin-top: 30px;
	margin-bottom: 50px;
}

.com-advocacy .share-campaign.confirmation p.title {
	color: #424242;
}

@media screen and (max-width: 990px) {
	.com-advocacy.confirmation {
		padding: 0 20px;
	}
}
@media screen and (max-width: 900px) {
	.com-advocacy.confirmation {
		padding: 0 20px;
	}
	.com-advocacy .campaign-donations .details .completion-bar {
		width: 100%;
		margin-bottom: 30px;
	}
	.com-advocacy .campaign-donations .details .financial-info.goal {
		margin-left: 0px;
	}
	.com-advocacy .campaign-donations .details .financial-info p {
		margin: 0px;
		padding: 0px;
	}
	
}
@media screen and (max-width: 700px) {
	.com-advocacy.confirmation {
		padding: 0 20px;
	}
	.com-advocacy .campaign-donations .details .completion-bar {
		width: 100%;
		margin-bottom: 30px;
	}
	.com-advocacy .campaign-donations .details .financial-info {
		width: 50%;
		margin: 0px;
	}
	.com-advocacy .campaign-donations .details .financial-info p {
		margin: 0px;
		padding: 0px;
	}
	.com-advocacy .campaign-donations .details .rounded-button {
		width: 100%;
		margin: 0px;
		margin-top: 0px;
		text-align: center;
	}
	.com-advocacy .donation-details .table table tr td.last {
		display: none;
	}
}
.com-advocacy .editMode {
	color: #a6192e;
	text-transform: uppercase;
	background: none;
	border: none;
	padding: 10px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.com-advocacy .editMode::before, .com-advocacy .editMode::after {
	content: "—"
}

.com-advocacy .customize h2.main-title {
	display: none;
}

.com-advocacy .customize .form {
	margin-bottom: 0;
}

.com-advocacy .customize .form .input-group {
	color: #312821;
}

.com-advocacy .customize .form .input-group .title {
	margin: 0;
}

.com-advocacy .customize .form .input-group .desc {
	color: #808080;
	font-size: 14px;
	line-height: 1.1;
	font-style: italic;
}

.com-advocacy .customize .form .input-group input, .com-advocacy .customize .form .input-group textarea {
	font-size: 1em;
	padding: 0.5em 0.55em;
	border: 1px solid #cbd0d2;
	-webkit-box-shadow: inset 0 0 6px rgba(26, 71, 109, 0.135);
	box-shadow: inset 0 0 6px rgba(26, 71, 109, 0.135);
	background: #eff5f8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.com-advocacy .customize .form .input-group textarea {
	height: 110px;
	resize: none;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper {
	width: 122px;
	height: 33px;
	border: 0;
	overflow: hidden;
	float: left;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper:hover,
.com-advocacy .customize .form .input-group .file_browse_wrapper:active {
	-ms-filter: "alpha(opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	-khtml-opacity: .85;
	opacity: .85;
}
.com-advocacy .customize .form .input-group .file_browse_wrapper .upload-button {
    width: 122px;
    height: 33px;
    background: url('../img/choose-photo.png') 0 0 no-repeat;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper input.file_browse {}

.com-advocacy .customize .form .input-group .selected-file {
	display: inline-table;
	color: #424242;
	padding: 5px 0 0 10px;
}

.com-advocacy .customize .form .input-group.error input, .com-advocacy .customize .form .input-group.error textarea {
	border: solid 1px #bf544c;
	background-color: #ffe4e9;
}

.com-advocacy .customize .form .input-group .errorMsg {
	color: #9f001c;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	padding-top: 5px;
}
.com-advocacy .customize .sample_preview {
    background-color: #f4f2ef;
    padding: 20px;
    max-width: 340px;
    -webkit-border-radius: 0;
    border-radius: 0;
		border: 1px solid #e2ddd5;
}
.com-advocacy .customize .sample_preview .title {
	color: #a6192e;
}
.com-advocacy .customize .sample_preview .title.help-description {
	color: #424242;
	font-size: 16px;
}
.com-advocacy .customize .sample_preview .image_holder {
	background: url('../img/advocacy_sample_campaign.gif') no-repeat;
	width: 322px;
	height: 355px;
}

.com-advocacy .customize .page-footer {
	border-top: none;
	margin: 0 0 50px;
	padding: 0;
}

.com-advocacy .customize .page-footer .rounded-button.red {
	max-width: 286px;
	width: 100%;
}

@media screen and (max-width: 990px) {
	.com-advocacy .customize {
		padding: 0 20px;
	}
	.com-advocacy .editMode {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 900px) {
	.com-advocacy .customize {
		padding: 0 20px;
	}
	.com-advocacy .customize .sample_preview {
		display: none;
	}
	.com-advocacy .customize .rounded-button {
		float: none;
		margin-right: 0;
		text-align: center;
		padding-top: 0;
		padding-bottom: 10px;
		width: 100%;
	}
	.com-advocacy .customize .page-footer .rounded-button {
		margin-left: 0;
	}
	.com-advocacy .customize .page-footer .rounded-button.red {
		margin-bottom: 10px;
		max-width: none;
	}
	.com-advocacy .customize .form {
		max-width: none;
		float: none;
	}
	.com-advocacy .customize .form .input-group input,
	.com-advocacy .customize .form .input-group textarea {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.com-advocacy .customize {
		padding: 0 20px;
	}
	.com-advocacy .customize .sample_preview {
		display: none;
	}
	.com-advocacy .customize .rounded-button {
		float: none;
		margin-right: 0;
		text-align: center;
		padding-top: 0;
		padding-bottom: 10px;
		width: 100%;
	}
	.com-advocacy .customize .page-footer .rounded-button {
		margin-left: 0;
	}
	.com-advocacy .customize .page-footer .rounded-button.red {
		margin-bottom: 10px;
		max-width: none;
	}
	.com-advocacy .customize .form {
		max-width: none;
		float: none;
	}
	.com-advocacy .customize .form .input-group input,
	.com-advocacy .customize .form .input-group textarea {
		width: 100%;
	}
}
.com-advocacy .progress-bar {
	font-size: 14px;
}

.com-advocacy .progress-bar th, .com-advocacy .progress-bar td {
	padding: 10px;
}

.com-advocacy .progress-bar table tr td.separator {
	width:20%;
}

.com-advocacy .progress-bar table tr td.separator .separator-line {
	background-color: #e2ddd5;
}

.com-advocacy .progress-bar table tr td.step {
	color: #424242;
	width: 165px;
	padding: 0;
	text-align: center;
}
.com-advocacy .progress-bar table tr td:nth-child(2) {
	width: 105px;
}
.com-advocacy .progress-bar table tr td:nth-child(4) {
	width: 115px;
}
.com-advocacy .progress-bar table tr td:nth-child(6) {
	width: 155px;
}
.com-advocacy .progress-bar table tr td:nth-child(8) {
	width: 130px;
}

.com-advocacy .progress-bar table tr td.step a {
	color: #3fc1cb;
	text-decoration: none;
}

.com-advocacy .progress-bar table tr td.step .step-number {
	background-color: #424242;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	float: none;
	margin-right: 0;
	font-size: 18px;
}

.com-advocacy .progress-bar table tr td.step .step-name {
	display: inline-block;
	float: none;
	font-size: 18px;
}

.com-advocacy .progress-bar table tr td.step a:hover .step-number {
	background-color: #45361f;
}

.com-advocacy .progress-bar table tr td.step a:hover .step-name {
	color: #45361f;
}

.com-advocacy .progress-bar table tr td.step.selected .step-number {
	background-color: #3fc1cb;
}

.com-advocacy .progress-bar table tr td.step.selected .step-name {
	color: #3fc1cb;
}

.com-advocacy .progress-bar table tr td.step a.selected .step-number {
	background-color: #3fc1cb;
}

.com-advocacy .progress-bar table tr td.step a.selected .step-name {
	color: #3fc1cb;
}

.com-advocacy .rounded-button.big {
    padding: 5px 20px;
    font-size: 24px;
		line-height: 1.6;
    font-weight: bold;
}

.com-advocacy .rounded-button.red {
	background-color: #729e3f;
	color: #fff;
	text-shadow: none;
}

.com-advocacy .rounded-button.brown {
	background-color: rgba(66, 66, 66, 0.5);
	color: #fff;
	text-shadow: none;
}

.com-advocacy .rounded-button.light {
	color: #fff;
	text-shadow: none;
	border: solid 1px #3fc1cb;
	background: #3fc1cb;

}

.com-advocacy .rounded-button {
	border-radius: 4px;
}

.com-advocacy .rounded-button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.com-advocacy .square-button.green {
	background: #3fc1cb;
	text-shadow: none;
}

.com-advocacy .square-button.brown {
	background: #424242;
	border: solid 1px #424242;
}

.com-advocacy .share-campaign {
	margin-bottom: 50px;
}

.com-advocacy .share-campaign .title {
	color: #424242;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a {
	display: inline-block;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a:hover {

}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins img {
	margin-left: 10px;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.facebook_share img {
	background: url('../img/icons/shareOnFacebook.png') no-repeat center;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.twitter_share img {
	background: url('../img/icons/shareOnTwitter.png') no-repeat center;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.linkedin_share img {
	background: url('../img/icons/shareOnLinkedIn.png') no-repeat center;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.google_share img {
	background: url('../img/icons/shareOnGoogle.png') no-repeat center;
}

@media screen and (max-width: 990px) {
	.com-advocacy .progress-bar {
		padding: 0 20px;
	}
}
@media screen and (max-width: 900px) {
	.com-advocacy .progress-bar {
		padding: 0 20px;
	}
}
@media screen and (max-width: 700px) {
	.com-advocacy .progress-bar {
		padding: 0 20px;
	}
	.com-advocacy .progress-bar table tr td.step .step-number {
		margin-right: 0;
	}

	.com-advocacy .progress-bar table tr td.step .step-name {
		display: none;
		margin-right: 0;
	}
	.com-advocacy .share-campaign .title {
		display: none;
	}
	.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins img {
		width: 75px;
		height: 25px;
		background-size: 75px 25px !important;
		margin-left: 0;
		margin-right: 5px;
	}
}
.com-advocacy .search-header input.search-input {
	padding: 7px 10px;
	border: solid 1px #d6cfc3;
	color: #645042;
	width: 245px;
	margin: 0;
	font-size: 20px;
	outline: 0;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.com-advocacy .search-header input.search-button {
	padding: 7px 10px;
	border: solid 1px #d6cfc3;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-shadow: none;
	border-color: #cc6000;
	background: #c05623;
	background: -moz-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c05623), color-stop(100%, #cc6000));
	background: -webkit-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -o-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -ms-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: linear-gradient(to bottom, #c05623 0, #cc6000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c05623', endColorstr='#cc6000', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px #e18d64;
	box-shadow: inset 0 1px 2px #e18d64;
}

.com-advocacy .search-header input.reset-button {
	padding: 7px 10px;
	border: solid 1px #30421c;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	margin-left: 10px;
	font-size: 20px;
	color: #fff;
	text-shadow: none;
	background: #3e5821;
	background: -moz-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e5821), color-stop(100%, #30421c));
	background: -webkit-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: -o-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: -ms-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: linear-gradient(to bottom, #3e5821 0, #30421c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e5821', endColorstr='#30421c', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px #719f3b;
	box-shadow: inset 0 1px 2px #719f3b;
}

.com-advocacy .search-header select.category-filter {
	padding: 7px 10px;
	border: solid 1px #d6cfc3;
	color: #645042;
	width: 245px;
	margin: 0;
	font-size: 20px;
	outline: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.com-advocacy .all-campaigns {
	background: 0;
}

.com-advocacy .all-campaigns .advocacy-campaign {
	-webkit-box-shadow: inset 0 5px 20px #fdf7ef;
	box-shadow: inset 0 5px 20px #fdf7ef;
	background: #f4eee6;
	border: solid 1px #d6cfc3;
}

.com-advocacy .all-campaigns .advocacy-campaign .main-info .image img {
	border: solid 1px #d6cfc3;
}

.com-advocacy .all-campaigns .advocacy-campaign .main-info .title {
	color: #4b692b;
	font-size: 22px;
}

.com-advocacy .all-campaigns .advocacy-campaign .main-info .title a {
	text-decoration: none;
	color: #4b692b;
}

.com-advocacy .all-campaigns .advocacy-campaign .progress-bar .title {
	color: #645042;
}

.com-advocacy .all-campaigns .advocacy-campaign .progress-bar .bar-wrapper {
	background: #fff;
	border: solid 1px #d6cfc3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.com-advocacy .all-campaigns .advocacy-campaign .progress-bar .bar-wrapper .progress {
	background: #cc6000;
	height: 18px;
}

.com-advocacy .all-campaigns .advocacy-campaign .donation {
	-webkit-box-shadow: inset 0 5px 20px #fdf7ef;
	box-shadow: inset 0 5px 20px #fdf7ef;
	border-top: solid 1px #d6cfc3;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 16px;
}

.com-advocacy .all-campaigns .advocacy-campaign .donation .donation-title {
	color: #cc6000;
}

.com-advocacy .all-campaigns .advocacy-campaign .donation .donation-note {
	color: #645042;
}

.com-advocacy .load-more {
	margin-bottom: 20px;
	background: #dfd8cc;
	border: solid 1px #c6bcaf;
	visibility: hidden;
}

.com-advocacy .load-more img {
	background: url('../img/ajax-loader.gif');
	margin-right: 10px;
}

.com-advocacy .load-more span {
	color: #645042;
	font-size: 20px;
}
.com-advocacy h2.main-title {
	display: none;
}
.com-advocacy .advocacy-promote .share-campaign .title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
}

.com-advocacy .advocacy-promote .page-title {
	color: #a6192e;
	white-space: nowrap;
	padding-top: 0;
}

.com-advocacy .advocacy-promote .social-share {
	color: #312821;
}

.com-advocacy .advocacy-promote .social-share .sub-title {
	color: #312821;
}

.com-advocacy .advocacy-promote .form {
	width: 700px;
}

.com-advocacy .advocacy-promote .form .input-group {
	color: #312821;
}

.com-advocacy .advocacy-promote .form .input-group .title {
	color: #a6192e;
}

.com-advocacy .advocacy-promote .form .input-group .title.hasButton {
	font-size: 19px;
	margin-bottom: 20px;
}

.com-advocacy .advocacy-promote .form .input-group .cs_import {
	font-size: 16px;
	box-shadow: none;
	margin-left: 15px;
}

.com-advocacy .advocacy-promote .form .input-group .desc {
	color: #a6192e;
}

.com-advocacy .advocacy-promote .form .input-group input, .com-advocacy .advocacy-promote .form .input-group textarea {
	font-size: 1em;
	padding: 0.5em 0.55em;
	border: 1px solid #cbd0d2;
	-webkit-box-shadow: inset 0 0 6px rgba(26, 71, 109, 0.135);
	box-shadow: inset 0 0 6px rgba(26, 71, 109, 0.135);
	background: #eff5f8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.com-advocacy .advocacy-promote .form .input-group textarea {
	width: 100%;
	resize: none;
}

.com-advocacy .advocacy-promote .form .input-group.error input, .com-advocacy .advocacy-promote .form .input-group.error textarea {
	border: solid 1px #bf544c;
	background-color: #ffe4e9;
}

.com-advocacy .advocacy-promote .form .input-group .errorMsg {
	color: #a6192e;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	padding-top: 5px;
}

.com-advocacy .advocacy-promote .form .square-button.send-invites {
	font-size: 14px;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.4) inset;
	border-radius: 4px;
	padding: 11px 10px;
}

.com-advocacy .advocacy-promote .form .no-thanks {
	float: right;
	text-align: center;
	padding: 0;
}

.com-advocacy .advocacy-promote .form .no-thanks .btn {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
	background: #729e3f;
	border-color: #668d39;
}

.com-advocacy .advocacy-promote .square-button.green {
	background: #729e3f;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.com-advocacy .advocacy-promote .square-button.brown {
	background: #312821;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 990px) {
	.com-advocacy .advocacy-promote {
		padding: 0 20px;
	}
	.com-advocacy .advocacy-promote .share-campaign {
		padding-top: 30px;
	}
}
@media screen and (max-width: 900px) {
	.com-advocacy .advocacy-promote {
		padding: 0 20px;
	}
	.com-advocacy .advocacy-promote .share-campaign {
		padding-top: 30px;
	}
	.com-advocacy .advocacy-promote .form {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.com-advocacy .advocacy-promote {
		padding: 0 20px;
	}
	.com-advocacy .advocacy-promote .share-campaign {
		padding-top: 30px;
	}
	.com-advocacy .advocacy-promote .page-title {
		white-space: normal;
	}
	.com-advocacy .advocacy-promote .form {
		width: 100%;
	}
	.com-advocacy .advocacy-promote .form .input-group input, 
	.com-advocacy .advocacy-promote .form .input-group textarea {
		width: 100%;
	}
}
.com-advocacy .campaigns-review .page-title {
	min-height: 100%;
	color: #312821;
	border-top: solid 3px #b2986b;
	border-bottom: solid 3px #b2986b;
}

.com-advocacy .campaigns-review .page-title .link a {
	color: #cc6000;
    opacity: 100;

}

.com-advocacy .campaigns-review .page-title .link a:hover {
    color: #cc6000;
}

.com-advocacy .campaigns-review .page-title .link a img {
	background: url('../img/campaign-view-full-profile.png') no-repeat center center;
}

.com-advocacy .campaigns-review .page-title .rounded-button {
	white-space: nowrap;
	text-align: center;
}

.com-advocacy .campaigns-review .campaign-details {
	color: #312821;
	height: 100%;
}

.com-advocacy .campaigns-review .campaign-details img {
	-webkit-box-shadow: 0 0 2px #312821;
	box-shadow: 0 0 2px #312821;
}

.com-advocacy .campaigns-review .campaign-details .campaign-tags div {
	color: #312821;
}

.com-advocacy .campaigns-review .campaign-details .campaign-tags div span {
	color: #312821;
}

.com-advocacy .campaigns-review .campaign-details .campaign-tags div span a {
	font-weight: bold;
	color: #cc6000;
}

.com-advocacy .campaigns-review .page-footer {
	height: 100%;
}

.com-advocacy .campaigns-review .page-footer .rounded-button {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.com-advocacy .campaigns-review .page-footer .rounded-button.red {
	white-space: nowrap;
	text-align: center;
}

@media screen and (max-width: 990px) {
	.com-advocacy .campaigns-review {
		padding: 0 20px;
	}
}
@media screen and (max-width: 900px) {
	.com-advocacy .campaigns-review {
		padding: 0 20px;
	}
}

@media screen and (max-width: 700px) {
	.com-advocacy .campaigns-review {
		padding: 0 20px;
	}
}
.com-advocacy .campaigns-select .tabs {
	height: 100%;
}

.com-advocacy .campaigns-select .tabs .tab {
	border: solid 1px #d6cfc3;
	background-color: #ebe5dd;
	color: #312821;
	text-shadow: none;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 24px;
}

.com-advocacy .campaigns-select .tabs .tab:hover {
	color: #663300;
}

.com-advocacy .campaigns-select .tabs .tab.selected {
	background-color: #dfd8cc;
	border-bottom: solid 1px #dfd8cc;
	color: #cc6000;
}

.com-advocacy .campaigns-select .body {
	border: solid 1px #d6cfc3;
	background-color: #dfd8cc;
}

.com-advocacy .campaigns-select .body .search-bar {
	height: 100%;
}

.com-advocacy .campaigns-select .body .search-bar .search-input input {
	color: #645042;
	width: 245px;
}

.com-advocacy .campaigns-select .body .search-bar .search-button {
	color: #fff;
	text-shadow: none;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 18px;
	background: #00abed;
}

.com-advocacy .campaigns-select .body .search-bar .search-button:hover {
	background-color: #00abed;
}

.com-advocacy .campaigns-select .body .search-bar .combos select {
	color: #a59991;
}

.com-advocacy .campaigns-select .body .search-bar .combos select option {
	color: #30421c;
}

.com-advocacy .campaigns-select .body .search-bar .combos select option.label {
	color: #a59991;
}

.com-advocacy .campaigns-select .body .results {
	min-height: 300px;
}

.com-advocacy .campaigns-select .body .results .content .description {
	min-height: 80px;
}

.com-advocacy .campaigns-select .body .results .no-items {
	font-size: 30px;
	padding: 20px 0;
	color: #896953;
	text-align: center;
}

.com-advocacy .campaigns-select .body .paging-bar .goToPage {
	color: white;
	border: solid 1px #312821;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #312821;
}

.com-advocacy .campaigns-select .body .paging-bar .goToPage:hover {
	background: #75aa4e;
    border: solid 1px #75aa4e;
}

.com-advocacy .campaigns-select .body .paging-bar .goToPage.current {
	border-color: #75aa4e;
	color: white;
	background: #75aa4e;
}
.com-advocacy .user-campaigns .body {
	border: solid 1px #d6cfc3;
	background-color: #dfd8cc;
}

.com-advocacy .user-campaigns .body .search-bar .search-input input {
	color: #645042;
	width: 245px;
}

.com-advocacy .user-campaigns .body .search-bar .search-button {
	color: #fff;
	text-shadow: none;
	border-color: #cc6000;
	background: #c05623;
	background: -moz-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c05623), color-stop(100%, #cc6000));
	background: -webkit-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -o-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -ms-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: linear-gradient(to bottom, #c05623 0, #cc6000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c05623', endColorstr='#cc6000', GradientType=0);
	-webkit-box-shadow: inset 0 1px 3px #fff;
	box-shadow: inset 0 1px 3px #fff;
}

.com-advocacy .user-campaigns .body .search-bar .reset-button {
	color: #fff;
	text-shadow: none;
	background: #3e5821;
	background: -moz-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e5821), color-stop(100%, #30421c));
	background: -webkit-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: -o-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: -ms-linear-gradient(top, #3e5821 0, #30421c 100%);
	background: linear-gradient(to bottom, #3e5821 0, #30421c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e5821', endColorstr='#30421c', GradientType=0);
	-webkit-box-shadow: inset 0 1px 3px #fff;
	box-shadow: inset 0 1px 3px #fff;
}

.com-advocacy .user-campaigns .body .results {
	min-height: 300px;
}

.com-advocacy .user-campaigns .body .results .content .description {
	min-height: 80px;
}

.com-advocacy .user-campaigns .body .results .no-items {
	font-size: 30px;
	padding: 20px 0;
	color: #896953;
	text-align: center;
}

.com-advocacy .user-campaigns .body .paging-bar .goToPage {
	color: white;
	border: solid 1px #312821;
	-webkit-box-shadow: inset 0 1px 1px #896953;
	box-shadow: inset 0 1px 1px #896953;
	background: #5b4637;
	background: -moz-linear-gradient(top, #5b4637 0, #312821 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b4637), color-stop(100%, #312821));
	background: -webkit-linear-gradient(top, #5b4637 0, #312821 100%);
	background: -o-linear-gradient(top, #5b4637 0, #312821 100%);
	background: -ms-linear-gradient(top, #5b4637 0, #312821 100%);
	background: linear-gradient(to bottom, #5b4637 0, #312821 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b4637', endColorstr='#312821', GradientType=0);
}

.com-advocacy .user-campaigns .body .paging-bar .goToPage:hover {
	background: #a57f63;
	background: -moz-linear-gradient(top, #a57f63 0, #312821 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a57f63), color-stop(100%, #312821));
	background: -webkit-linear-gradient(top, #a57f63 0, #312821 100%);
	background: -o-linear-gradient(top, #a57f63 0, #312821 100%);
	background: -ms-linear-gradient(top, #a57f63 0, #312821 100%);
	background: linear-gradient(to bottom, #a57f63 0, #312821 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a57f63', endColorstr='#312821', GradientType=0);
}

.com-advocacy .user-campaigns .body .paging-bar .goToPage.current {
	border-color: #cc6000;
	color: white;
	background: #c05623;
	background: -moz-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c05623), color-stop(100%, #cc6000));
	background: -webkit-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -o-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -ms-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: linear-gradient(to bottom, #c05623 0, #cc6000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c05623', endColorstr='#cc6000', GradientType=0);
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign {
	background-color: #e5dfd5;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .image {
	border-top: solid 10px #30421c;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content {
	border: solid 1px #d6cfc3;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .title {
	color: #312821;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .location {
	color: #312821;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .message {
	color: #645042;
	height: 75px;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details {
	background-color: #312821;
	border: solid 1px #312821;
	-webkit-box-shadow: inset 0 1px 1px #8d7768;
	box-shadow: inset 0 1px 1px #8d7768;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #5b4637;
	background: -moz-linear-gradient(top, #5b4637 0, #312821 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b4637), color-stop(100%, #312821));
	background: -webkit-linear-gradient(top, #5b4637 0, #312821 100%);
	background: -o-linear-gradient(top, #5b4637 0, #312821 100%);
	background: -ms-linear-gradient(top, #5b4637 0, #312821 100%);
	background: linear-gradient(to bottom, #5b4637 0, #312821 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b4637', endColorstr='#312821', GradientType=0);
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details .title {
	color: white;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details .founding-progress-wrapper {
	border: solid 1px white;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details .founding-progress-wrapper .founding-progress {
	background-color: white;
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details .founding-progress-wrapper .founding-progress .progress-level {
	border: solid 1px #cc6000;
	-webkit-box-shadow: inset 0 1px 1px #efb696;
	box-shadow: inset 0 1px 1px #efb696;
	background: #c05623;
	background: -moz-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c05623), color-stop(100%, #cc6000));
	background: -webkit-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -o-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -ms-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: linear-gradient(to bottom, #c05623 0, #cc6000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c05623', endColorstr='#cc6000', GradientType=0);
}

.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details .read-more {
	border: solid 1px #cc6000;
	-webkit-box-shadow: inset 0 1px 1px #e39571;
	box-shadow: inset 0 1px 1px #e39571;
	color: white;
	text-shadow: none;
	background: #c05623;
	background: -moz-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c05623), color-stop(100%, #cc6000));
	background: -webkit-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -o-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: -ms-linear-gradient(top, #c05623 0, #cc6000 100%);
	background: linear-gradient(to bottom, #c05623 0, #cc6000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c05623', endColorstr='#cc6000', GradientType=0);
}
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
@font-face {
  font-family: 'CormanBrush';
  src: url("/tpl/wycliffeOrg/assets/fonts/corman-brush.eot");
  src: url("/tpl/wycliffeOrg/assets/fonts/corman-brush.eot?#iefix") format("embedded-opentype"), url("/tpl/wycliffeOrg/assets/fonts/corman-brush.woff2") format("woff2"), url("/tpl/wycliffeOrg/assets/fonts/corman-brush.woff") format("woff"), url("/tpl/wycliffeOrg/assets/fonts/corman-brush.ttf") format("truetype"), url("corman-brush.svg#corman_brushregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 100%;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit;
  transition: all ease-out 0.3s; }

* + p,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + hr,
* + aside,
* + figure {
  margin-top: 1.5em; }

*:first-child {
  margin-top: 0; }

.inline > * {
  display: inline-block; }

ul.inline {
  padding: 0; }

.is-inline {
  display: inline-block; }

.inset {
  box-shadow: inset 0 0 10px #312821; }

.is-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.is-transparent {
  opacity: 0;
  pointer-events: none; }

.font--accent {
  font-family: "CormanBrush", "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
  font-weight: normal !important; }

.text--smaller {
  font-size: 85% !important; }
.text--larger {
  font-size: 125% !important; }
.text--huge {
  font-size: 200% !important; }
.text--uppercase {
  text-transform: uppercase !important; }
.text--capitalize {
  text-transform: capitalize; }
.text--sentence {
  text-transform: none; }
.text--normal {
  font-weight: normal !important;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif; }
.text--bold {
  font-weight: bold !important; }
.text--straight {
  font-style: normal !important; }
.text--shadow {
  text-shadow: 0 0 5px rgba(69, 54, 31, 0.8); }
.text--left {
  text-align: left !important; }
.text--center {
  text-align: center !important; }
.text--right {
  text-align: right !important; }
.text--dark {
  color: #424242 !important; }
.text--white {
  color: #fff !important; }
.text--primary {
  color: #009ca6 !important; }
.text--secondary {
  color: #aa1e2c !important; }
.text--leaded {
  line-height: 2.025 !important; }
.text--unleaded {
  line-height: 1.5 !important; }
.text--accent {
  font-family: "CormanBrush", "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: normal;
  line-height: 0.8em;
  font-size: 1.2em; }

.has-background {
  background: #f4f2ef !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e2ddd5;
  }
  .has-background hr {
    border-top-color: #e2ddd5;
    border-bottom-color: #f9f8f7; }
  .has-background--accent-1 {
    background: #009ca6 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #00848d; }
    .has-background--accent-1 hr {
      border-top-color: #00848d;
      border-bottom-color: #00a8b3; }
  .has-background--accent-2 {
    background: #aa1e2c !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #941a26; }
    .has-background--accent-2 hr {
      border-top-color: #941a26;
      border-bottom-color: #b5202f; }
  .has-background--accent-3 {
    background: #6ba542 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #5f933b; }
    .has-background--accent-3 hr {
      border-top-color: #5f933b;
      border-bottom-color: #71ae46; }
  .has-background--accent-4 {
    background: #f4be18 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7b10b; }
    .has-background--accent-4 hr {
      border-top-color: #e7b10b;
      border-bottom-color: #f5c124; }
  .has-background--accent-5 {
    background: #083c5c !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #062d45; }
    .has-background--accent-5 hr {
      border-top-color: #00848d;
      border-bottom-color: #00a8b3; }
  .has-background--neutral-1 {
    background: #312821 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #221c17; }
    .has-background--neutral-1 hr {
      border-top-color: #062d45;
      border-bottom-color: #094468; }
  .has-background--neutral-2 {
    background: #45361f !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #332817; }
    .has-background--neutral-2 hr {
      border-top-color: #062d45;
      border-bottom-color: #094468; }
  .has-background--neutral-3 {
    background: #e2ddd5 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #d8d1c6; }
    .has-background--neutral-3 hr {
      border-top-color: #062d45;
      border-bottom-color: #094468; }
  .has-background--white {
    background: #fff !important;
    border-top: none;
    border-bottom: none; }
    .has-background--white hr {
      border-top-color: #e2ddd5;
      border-bottom-color: #e7e3dd; }
  .has-background--image {
    background-color: #000;
    background-size: cover;
    background-position: center center; }
    .has-background--image-bottom {
      background-size: 100% auto;
      background-position: bottom center;
      background-repeat: no-repeat; }
  .has-background--fixed {
    background-attachment: fixed; }

.has-borders {
  border-width: 1px;
  border-style: solid; }

.no-borders {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none; }

.has-padding {
  padding: 1em; }
  .has-padding--sides {
    padding-left: 1em;
    padding-right: 1em; }
  .has-padding--medium {
    padding: 1.5rem; }
  .has-padding--large {
    padding: 2rem; }
  .has-padding--huge {
    padding: 4rem; }

.no-padding {
  padding: 0; }

.has-arms {
  text-align: center; }
  .has-arms span {
    display: inline-block;
    position: relative; }
    .has-arms span::before, .has-arms span::after {
      content: "";
      position: absolute;
      height: 1px;
      border-bottom: 1px solid #009ca6;
      top: 50%;
      width: 130px; }
    .has-arms span::before {
      right: 100%;
      margin-right: 20px; }
    .has-arms span::after {
      left: 100%;
      margin-left: 20px; }
    .has-arms span.border--accent-2::before, .has-arms span.border--accent-2::after {
      border-color: #aa1e2c; }
    .has-arms span.border--accent-3::before, .has-arms span.border--accent-3::after {
      border-color: #6ba542; }
    .has-arms span.border--white::before, .has-arms span.border--white::after {
      border-color: #fff; }
    .has-arms span.wide::before, .has-arms span.wide::after {
      width: 200px; }
    .has-arms span.short::before, .has-arms span.short::after {
      width: 20px;
      margin: 0 10px; }

.clearfix {
  clear: both; }

.vertical-align--parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.vertical-align--element {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.no-scroll {
  overflow: hidden; }

/***** EXTJS Overrides **** */
.x-reset {
  transition: none; }
  .x-reset * {
    transition: none;
    margin-top: 0; }
  .x-reset table {
    width: auto;
    margin: 0; }
    .x-reset table * {
      border: none; }
  .x-reset img {
    display: inline-block; }

/***** iDonate Overrides **** */
.idonate-select2 {
  transition: none; }

/***** Search Overrides **** */
.search-modules-results-fields * {
  transition: none; }

.ui-autocomplete {
  transition: none; }

/***** Override for CloudSponge popup on Advocacy Promote Page **** */
#fbOverlay, #fbZoomDiv, #fbBox,
#fbOverlay *, #fbOverlay *::before, #fbOverlay *::after,
#fbZoomDiv *, #fbZoomDiv *::before, #fbZoomDiv *::after,
#fbBox *, #fbBox *::before, #fbBox *::after {
  transition: none; }

/***** Hide Awareness Campaign Buttons **** */
.newCampaignOptions.customAlert .customAlertInner .customAlertMsg .pop-up-buttons a:nth-child(2) {
  display: none; }

/***** Row **** */
.row {
  clear: both; }
  .row::after {
    content: " ";
    clear: both;
    display: block; }

/***** Cell **** */
.cell {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden; }
  .cell--snuggle {
    margin-left: 0;
    margin-right: 0; }
    .cell--snuggle.cell--1of3 {
      width: 33.3333%; }
    .cell--snuggle.cell--2of3 {
      width: 66.6666%; }
    .cell--snuggle.cell--1of4 {
      width: 25%; }
    .cell--snuggle.cell--3of4 {
      width: 75%; }
    .cell--snuggle.cell--1of2, .cell--snuggle.cell--2of4 {
      width: 50%; }

fieldset.cell {
  overflow: visible; }

.cell--100 {
  width: 100%;
  margin: auto; }

.cell--full {
  max-width: 62rem;
  margin: auto; }

.cell--1of1 {
  width: calc( 100% - 0.5rem * 2 );
  float: left; }

.cell--1of3 {
  width: calc( 33.3333% - 0.5rem * 2 );
  float: left; }

.cell--2of3 {
  width: calc( 66.6666% - 0.5rem * 2 );
  float: left; }

.cell--1of4 {
  width: calc( 25% - 0.5rem * 2 );
  float: left; }

.cell--2of4,
.cell--1of2 {
  width: calc( 50% - 0.5rem * 2 );
  float: left; }

.cell--3of4 {
  width: calc( 75% - 0.5rem * 2 );
  float: left; }

.cell--1of5 {
  width: calc( 20% - 0.5rem * 2 );
  float: left; }

.cell--2of5 {
  width: calc( 40% - 0.5rem * 2 );
  float: left; }

.cell--3of5 {
  width: calc( 60% - 0.5rem * 2 );
  float: left; }

.cell--4of5 {
  width: calc( 80% - 0.5rem * 2 );
  float: left; }

.cell--1of7 {
  width: calc( 14.2857% - 0.5rem * 2 );
  float: left; }

.cell--2of7 {
  width: calc( 28.5714% - 0.5rem * 2 );
  float: left; }
  .cell--2of7.is-glued {
    width: calc( 100% * 2 / 7 ); }

.cell--4of7 {
  width: calc( 57.1428% - 0.5rem * 2 );
  float: left; }

.cell--5of7 {
  width: calc( 71.4285% - 0.5rem * 2 );
  float: left; }
  .cell--5of7.is-glued {
    width: calc( 100% * 5 / 7 ); }

.cell--1of8 {
  width: calc( 12.5% - 0.5rem * 2 );
  float: left; }

.cell--7of8 {
  width: calc( 87.5% - 0.5rem * 2 );
  float: left; }

.cell--lagniappe {
  margin-left: 1rem;
  margin-right: 1rem; }

.grid--flush {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }

.cell--columns {
  -moz-column-count: 3;
  -moz-column-gap: 8px;
  -webkit-column-count: 3;
  -webkit-column-gap: 8px;
  column-count: 3;
  column-gap: 8px; }
  .cell--columns > .cell {
    overflow: visible; }
  .cell--columns .well:first-child {
    margin-top: 2px; }

.has-sidebar {
  padding-right: 2rem; }

.is-glued {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 62rem) {
  .cell--full:not(.is-glued) {
    max-width: 96%; }

  .cell--full.is-glued {
    padding: 0; }

  .cell--1of3 .cell--columns,
  .cell--2of3 .cell--columns,
  .cell--1of4 .cell--columns,
  .cell--1of5 .cell--columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 48rem) {
  .cell--1of3:not(.is-glued),
  .cell--2of3:not(.is-glued),
  .cell--1of4:not(.is-glued),
  .cell--1of5:not(.is-glued) {
    width: calc( 50% - 0.5rem * 2 ); }
    .cell--1of3:not(.is-glued):not(.cell--center),
    .cell--2of3:not(.is-glued):not(.cell--center),
    .cell--1of4:not(.is-glued):not(.cell--center),
    .cell--1of5:not(.is-glued):not(.cell--center) {
      float: left; }
  .cell--1of3 .cell--1of3:not(.is-glued),
  .cell--1of3 .cell--2of3:not(.is-glued),
  .cell--1of3 .cell--1of4:not(.is-glued),
  .cell--1of3 .cell--2of4:not(.is-glued),
  .cell--1of3 .cell--3of4:not(.is-glued),
  .cell--1of3 .cell--1of5:not(.is-glued),
  .cell--1of3 .cell--2of5:not(.is-glued),
  .cell--1of3 .cell--3of5:not(.is-glued),
  .cell--1of3 .cell--4of5:not(.is-glued),
  .cell--1of3 .cell--1of7:not(.is-glued),
  .cell--1of3 .cell--2of7:not(.is-glued),
  .cell--1of3 .cell--4of7:not(.is-glued),
  .cell--1of3 .cell--5of7:not(.is-glued),
  .cell--1of3 .cell--1of8:not(.is-glued),
  .cell--1of3 .cell--7of8:not(.is-glued),
  .cell--2of3 .cell--1of3:not(.is-glued),
  .cell--2of3 .cell--2of3:not(.is-glued),
  .cell--2of3 .cell--1of4:not(.is-glued),
  .cell--2of3 .cell--2of4:not(.is-glued),
  .cell--2of3 .cell--3of4:not(.is-glued),
  .cell--2of3 .cell--1of5:not(.is-glued),
  .cell--2of3 .cell--2of5:not(.is-glued),
  .cell--2of3 .cell--3of5:not(.is-glued),
  .cell--2of3 .cell--4of5:not(.is-glued),
  .cell--2of3 .cell--1of7:not(.is-glued),
  .cell--2of3 .cell--2of7:not(.is-glued),
  .cell--2of3 .cell--4of7:not(.is-glued),
  .cell--2of3 .cell--5of7:not(.is-glued),
  .cell--2of3 .cell--1of8:not(.is-glued),
  .cell--2of3 .cell--7of8:not(.is-glued),
  .cell--1of4 .cell--1of3:not(.is-glued),
  .cell--1of4 .cell--2of3:not(.is-glued),
  .cell--1of4 .cell--1of4:not(.is-glued),
  .cell--1of4 .cell--2of4:not(.is-glued),
  .cell--1of4 .cell--3of4:not(.is-glued),
  .cell--1of4 .cell--1of5:not(.is-glued),
  .cell--1of4 .cell--2of5:not(.is-glued),
  .cell--1of4 .cell--3of5:not(.is-glued),
  .cell--1of4 .cell--4of5:not(.is-glued),
  .cell--1of4 .cell--1of7:not(.is-glued),
  .cell--1of4 .cell--2of7:not(.is-glued),
  .cell--1of4 .cell--4of7:not(.is-glued),
  .cell--1of4 .cell--5of7:not(.is-glued),
  .cell--1of4 .cell--1of8:not(.is-glued),
  .cell--1of4 .cell--7of8:not(.is-glued),
  .cell--1of5 .cell--1of3:not(.is-glued),
  .cell--1of5 .cell--2of3:not(.is-glued),
  .cell--1of5 .cell--1of4:not(.is-glued),
  .cell--1of5 .cell--2of4:not(.is-glued),
  .cell--1of5 .cell--3of4:not(.is-glued),
  .cell--1of5 .cell--1of5:not(.is-glued),
  .cell--1of5 .cell--2of5:not(.is-glued),
  .cell--1of5 .cell--3of5:not(.is-glued),
  .cell--1of5 .cell--4of5:not(.is-glued),
  .cell--1of5 .cell--1of7:not(.is-glued),
  .cell--1of5 .cell--2of7:not(.is-glued),
  .cell--1of5 .cell--4of7:not(.is-glued),
  .cell--1of5 .cell--5of7:not(.is-glued),
  .cell--1of5 .cell--1of8:not(.is-glued),
  .cell--1of5 .cell--7of8:not(.is-glued) {
    width: calc( 100% - 0.5rem * 2 ); }
  .cell--1of3 .cell + .cell:not(.is-glued),
  .cell--2of3 .cell + .cell:not(.is-glued),
  .cell--1of4 .cell + .cell:not(.is-glued),
  .cell--1of5 .cell + .cell:not(.is-glued) {
    margin-top: 1rem; }

  .cell--snuggle {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .cell--snuggle.cell--1of3, .cell--snuggle.cell--2of3, .cell--snuggle.cell--1of4, .cell--snuggle.cell--3of4, .cell--snuggle.cell--1of2, .cell--snuggle.cell--2of4 {
      width: 50%; }

  .cell--columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }

  .cell--lagniappe {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }

  .has-sidebar {
    padding-right: 1rem; } }
@media (max-width: 36rem) {
  .cell--1of3:not(.is-glued),
  .cell--2of3:not(.is-glued),
  .cell--1of4:not(.is-glued),
  .cell--2of4:not(.is-glued),
  .cell--1of2:not(.is-glued),
  .cell--3of4:not(.is-glued),
  .cell--1of5:not(.is-glued),
  .cell--2of5:not(.is-glued),
  .cell--3of5:not(.is-glued),
  .cell--4of5:not(.is-glued),
  .cell--1of7:not(.is-glued),
  .cell--2of7:not(.is-glued),
  .cell--3of7:not(.is-glued),
  .cell--4of7:not(.is-glued),
  .cell--5of7:not(.is-glued),
  .cell--6of7:not(.is-glued) {
    width: calc( 100% - 0.5rem * 2 );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    float: none; }

  .cell--snuggle {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .cell--snuggle.cell--1of3, .cell--snuggle.cell--2of3, .cell--snuggle.cell--1of4, .cell--snuggle.cell--3of4, .cell--snuggle.cell--1of2, .cell--snuggle.cell--2of4 {
      width: 100%;
      float: none; }

  .cell--columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }

  .has-sidebar {
    padding-right: 0; } }
.cell--center {
  float: none;
  margin: auto; }

/***** Brick **** */
.brick {
  margin: 0;
  padding: 0 0.5rem; }

.brick--1of2 {
  width: 50%; }

.brick--1of3 {
  width: 33.3333333333%; }

.brick--1of4 {
  width: 25%; }

@media (max-width: 48rem) {
  .brick--1of3,
  .brick--1of4 {
    width: 50%; } }
@media (max-width: 36rem) {
  .brick--1of2,
  .brick--1of3,
  .brick--1of4 {
    width: 100%; } }
/***** Well **** */
.well {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.well--dry {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.well--micro {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem; }

.well--tiny {
  margin-top: 0.3437501074rem;
  margin-bottom: 0.3437501074rem; }

.well--small {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }

.well--medium {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.well--large {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.well--deep {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.well--top {
  margin-bottom: 0 !important; }

.well--bottom {
  margin-top: 0 !important; }

@media (max-width: 48rem) {
  .well--large {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }

  .well--deep {
    margin-top: 3rem;
    margin-bottom: 3rem; } }
@media (max-width: 36rem) {
  .well--deep {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; } }
.float--left {
  float: left; }

.float--right {
  float: right; }

.float--none {
  float: none; }

body {
  background-color: #fff;
  color: #424242;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #aa1e2c;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  line-height: 1.1;
  margin: 1.65em auto 0.5em;
  text-rendering: optimizeLegibility; }

h1,
.h1 {
  font-size: 2.25em;
  font-weight: 700;
  text-transform: none; }

h2,
.h2 {
  font-size: 1.875em;
  font-weight: 700;
  text-transform: none; }

h3,
.h3 {
  font-size: 1.35em;
  font-weight: 700;
  text-transform: uppercase; }

h4,
.h4 {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: none; }

h5,
.h5 {
  font-size: 1.05em;
  font-weight: normal;
  color: #424242; }

a {
  color: #009ca6;
  text-decoration: none; }
  a:hover {
    color: #00848d; }
  a:active {
    color: #00848d; }
  a:focus {
    outline-color: #00848d; }

h6,
.h6 {
  font-size: 1em;
  font-weight: normal; }

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid rgba(49, 40, 33, 0.15);
  border-bottom: 1px solid rgba(49, 40, 33, 0.25); }

blockquote {
  border-left: 2px solid #312821;
  margin: 2rem 0;
  padding: 0.3333333333rem 1rem; }

cite {
  font-style: italic; }

abbr,
acronym {
  cursor: help; }

q::before {
  content: "“"; }
q::after {
  content: "”"; }

form {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif; }

fieldset {
  border: none;
  padding: 0; }

label.required:after {
  content: "*"; }
label abbr {
  display: none; }

input[type="search"] {
  box-sizing: border-box; }

textarea {
  resize: vertical; }

input:not(.btn):not(.cell):not([type="submit"]):not([type="button"]),
textarea:not(.cell),
select:not(.cell) {
  width: 100%; }

input:not(.btn):not([type="submit"]):not([type="button"]),
textarea,
select {
  font: inherit;
  font-size: 1em;
  padding: 0.75em 0.55em 0.5em;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8; }
  input:not(.btn):not([type="submit"]):not([type="button"]):focus,
  textarea:focus,
  select:focus {
    outline-color: #e2ddd5; }
  input:not(.btn):not([type="submit"]):not([type="button"])[type="radio"],
  textarea[type="radio"],
  select[type="radio"] {
    width: inherit;
    border-radius: 50%; }
  input:not(.btn):not([type="submit"]):not([type="button"])[type="checkbox"],
  textarea[type="checkbox"],
  select[type="checkbox"] {
    width: inherit; }
  input:not(.btn):not([type="submit"]):not([type="button"]).is-glued,
  textarea.is-glued,
  select.is-glued {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    height: 35px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-image: url("/Tags/img/frontend/icon-combo-trigger.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.925em;
  padding-top: 0.7em;
  padding-bottom: 0.85em;
  color: rgba(8, 60, 92, 0.9); }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin: 0 0.3333333333rem 0 1rem; }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    outline-color: #e2ddd5; }

/* FLOATLABELS! */
.floatlabels fieldset {
  position: relative;
  border: none;
  padding: 0 0.35em; }
  .floatlabels fieldset.no-padding {
    padding: 0; }
  .floatlabels fieldset input + label,
  .floatlabels fieldset textarea + label {
    margin: 0;
    display: block;
    cursor: text;
    transition: 0.15s ease-out all;
    position: absolute;
    top: 0.795em;
    left: 1.2em;
    font-size: 0.925em;
    color: rgba(8, 60, 92, 0.9); }
  .floatlabels fieldset input:focus + label,
  .floatlabels fieldset textarea:focus + label,
  .floatlabels fieldset .valid + label {
    top: 0.125em;
    left: 0.975em;
    font-size: 0.65em;
    color: rgba(69, 54, 31, 0.75); }

/* Errors */
.ajax-error,
.form-input-error,
.invalid,
.x-form-invalid-field {
  color: #aa1e2c;
  font-style: italic;
  font-size: 0.85em;
  border-color: #aa1e2c !important; }
  .ajax-error span,
  .form-input-error span,
  .invalid span,
  .x-form-invalid-field span {
    display: block; }

table {
  border-collapse: collapse;
  margin: 1rem 0;
  table-layout: fixed;
  width: 100%; }

thead,
tfoot {
  background: #e2ddd5;
  color: #424242;
  font-weight: bold;
  text-align: left; }

th,
td {
  padding: 0.5714285714rem 1rem; }

tr,
td,
th {
  vertical-align: middle; }

tr:nth-of-type(even) {
  background: #f4f2ef; }

ul,
ol,
dl {
  margin: 0; }

dl {
  overflow: hidden; }

dt {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  clear: both;
  float: left; }
  dt::after {
    content: ":";
    margin-right: 0.5em; }

dd {
  margin: 0; }

.details dt {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.65em; }
.details dd {
  font-size: 0.65em;
  text-transform: uppercase; }
.details--inline {
  font-style: italic; }
  .details--inline dt {
    clear: both; }
  .details--inline dt,
  .details--inline dt + dd,
  .details--inline dd + dd {
    display: inline-block;
    float: left; }
  .details--inline dd + dd::before {
    content: ", "; }
.details--event {
  color: #424242;
  font-size: 95%; }

.meta--inline {
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .meta--inline li,
  .meta--inline li + li {
    display: inline-block; }
  .meta--inline li + li::before {
    content: "|";
    margin: 0 0.2em; }

.list--bare {
  list-style-type: none;
  padding: 0; }

.list--flush {
  padding-left: 1.2em; }

button,
[type="submit"] {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible; }

.btn {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099; }
  .btn--bare {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: currentcolor;
    -webkit-appearance: none !important;
    appearance: none !important; }
  .btn:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .btn:active, .btn:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }
  .btn.btn--ghost {
    background: none;
    color: #009ca6;
    border: 2px solid;
    border-color: #009ca6; }
    .btn.btn--ghost:focus {
      color: #00848d; }
    .btn.btn--ghost:hover, .btn.btn--ghost:active {
      background: #00848d;
      color: #fff; }
    .btn.btn--ghost:active, .btn.btn--ghost:focus {
      outline: none;
      border-color: #00848d;
      box-shadow: 0 0 3px 1px #00848d; }
  .btn.btn--white {
    background: #fff;
    color: #009ca6;
    border-color: #fff; }
    .btn.btn--white:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .btn.btn--white:active, .btn.btn--white:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
    .btn.btn--white.btn--ghost {
      background: none;
      color: #fff;
      border: 2px solid;
      border-color: #fff; }
      .btn.btn--white.btn--ghost:focus {
        color: #f2f2f2; }
      .btn.btn--white.btn--ghost:hover, .btn.btn--white.btn--ghost:active {
        background: #f2f2f2;
        color: #fff; }
      .btn.btn--white.btn--ghost:active, .btn.btn--white.btn--ghost:focus {
        outline: none;
        border-color: #f2f2f2;
        box-shadow: 0 0 3px 1px #f2f2f2; }
      .btn.btn--white.btn--ghost:hover, .btn.btn--white.btn--ghost:active, .btn.btn--white.btn--ghost:focus {
        color: #009ca6; }
      .btn.btn--white.btn--ghost:focus {
        border-color: #009ca6; }
      .btn.btn--white.btn--ghost:hover {
        border-color: #fff; }
  .btn--secondary {
    background: #6ba542;
    color: #fff;
    border-color: #659c3e; }
    .btn--secondary:hover {
      background: #5f933b;
      color: #fff;
      border-color: #5f933b; }
    .btn--secondary:active, .btn--secondary:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #5f933b;
      color: #fff; }
    .btn--secondary.btn--ghost {
      background: none;
      color: #6ba542;
      border: 2px solid;
      border-color: #6ba542; }
      .btn--secondary.btn--ghost:focus {
        color: #5f933b; }
      .btn--secondary.btn--ghost:hover, .btn--secondary.btn--ghost:active {
        background: #5f933b;
        color: #fff; }
      .btn--secondary.btn--ghost:active, .btn--secondary.btn--ghost:focus {
        outline: none;
        border-color: #5f933b;
        box-shadow: 0 0 3px 1px #5f933b; }
    .btn--secondary.btn--white {
      background: #fff;
      color: #6ba542;
      border-color: #fff; }
      .btn--secondary.btn--white:hover {
        background: #5f933b;
        color: #fff;
        border-color: #5f933b; }
      .btn--secondary.btn--white:active, .btn--secondary.btn--white:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #5f933b;
        color: #fff; }
  .btn--tertiary {
    background: #aa1e2c;
    color: #fff;
    border-color: #9f1c29; }
    .btn--tertiary:hover {
      background: #941a26;
      color: #fff;
      border-color: #941a26; }
    .btn--tertiary:active, .btn--tertiary:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #941a26;
      color: #fff; }
    .btn--tertiary.btn--ghost {
      background: none;
      color: #aa1e2c;
      border: 2px solid;
      border-color: #aa1e2c; }
      .btn--tertiary.btn--ghost:focus {
        color: #941a26; }
      .btn--tertiary.btn--ghost:hover, .btn--tertiary.btn--ghost:active {
        background: #941a26;
        color: #fff; }
      .btn--tertiary.btn--ghost:active, .btn--tertiary.btn--ghost:focus {
        outline: none;
        border-color: #941a26;
        box-shadow: 0 0 3px 1px #941a26; }
    .btn--tertiary.btn--white {
      background: #fff;
      color: #aa1e2c;
      border-color: #fff; }
      .btn--tertiary.btn--white:hover {
        background: #941a26;
        color: #fff;
        border-color: #941a26; }
      .btn--tertiary.btn--white:active, .btn--tertiary.btn--white:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #941a26;
        color: #fff; }
  .btn--accent {
    background: #f4be18;
    color: #fff;
    border-color: #f3bb0c; }
    .btn--accent:hover {
      background: #e7b10b;
      color: #fff;
      border-color: #e7b10b; }
    .btn--accent:active, .btn--accent:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #e7b10b;
      color: #fff; }
    .btn--accent.btn--ghost {
      background: none;
      color: #f4be18;
      border: 2px solid;
      border-color: #f4be18; }
      .btn--accent.btn--ghost:focus {
        color: #e7b10b; }
      .btn--accent.btn--ghost:hover, .btn--accent.btn--ghost:active {
        background: #e7b10b;
        color: #fff; }
      .btn--accent.btn--ghost:active, .btn--accent.btn--ghost:focus {
        outline: none;
        border-color: #e7b10b;
        box-shadow: 0 0 3px 1px #e7b10b; }
    .btn--accent.btn--white {
      background: #fff;
      color: #f4be18;
      border-color: #fff; }
      .btn--accent.btn--white:hover {
        background: #e7b10b;
        color: #fff;
        border-color: #e7b10b; }
      .btn--accent.btn--white:active, .btn--accent.btn--white:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #e7b10b;
        color: #fff; }
  .btn--large {
    font-size: 2em;
    padding: 0.2em 0.85em 0.345em; }
  .btn--medium {
    font-size: 1.5em; }
  .btn--small {
    padding: 0.25em 1em 0.385em;
    font-size: 0.9em;
    font-weight: normal; }
  .btn--full {
    width: 100%; }
  .btn--quarternary {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: currentcolor;
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block;
    padding: 0;
    background: none;
    color: #009ca6;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    border: none; }
    .btn--quarternary:hover {
      background: none;
      color: rgba(0, 156, 166, 0.75); }
    .btn--quarternary:focus, .btn--quarternary:active {
      color: rgba(0, 156, 166, 0.5); }
    .btn--quarternary:active {
      color: rgba(0, 156, 166, 0.5);
      outline-color: transparent;
      box-shadow: none; }
    .btn--quarternary.btn--primary {
      color: #009ca6; }
      .btn--quarternary.btn--primary:hover {
        color: #00848d; }
      .btn--quarternary.btn--primary:focus {
        outline-color: #00848d; }
  .btn.is-glued {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1.1em;
    height: 35px; }
  .btn--play {
    width: 4em;
    height: 4em;
    z-index: 1;
    border: none !important;
    background: transparent url(/tpl/wycliffeOrg/assets/images/play.svg) no-repeat center center !important;
    background-size: cover; }
    .btn--play-center {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 100%;
      background-size: inherit; }
    .btn--play--full {
      width: 14em;
      height: 4em;
      z-index: 1;
      border: none !important;
      background: transparent url(/tpl/wycliffeOrg/assets/images/play--full.svg) no-repeat center center !important;
      background-size: cover; }
  .btn--search {
    padding: 0.7em 1em 0.675em 0 !important;
    max-width: 3.5em;
    float: right;
    border: none !important; }
    .btn--search svg {
      fill: #009ca6; }
    .btn--search:hover svg, .btn--search:active svg {
      fill: #00848d; }
    .btn--search:focus {
      outline: none; }

.has-wings::before, .has-wings::after {
  content: "—";
  display: inline-block;
  margin: 0 0.5em; }

.icon--social {
  width: 80px;
  height: 80px;
  margin: 0 0.1em;
  overflow: visible; }
  .icon--social--facebook {
    fill: #3e65a3; }
  .icon--social--twitter {
    fill: #42cbfb; }
  .icon--social--vimeo {
    fill: #0090ac; }
  .icon--social--youtube {
    fill: #cd201f; }
  .icon--social--pinterest {
    fill: #bd081c; }
  .icon--social--instagram {
    fill: #42261c; }
  .icon--social--google-plus {
    fill: #d34836; }

.icon--action {
  margin-bottom: -0.1em;
  width: 1em;
  height: 1em;
  fill: #fff; }

.icon--btn {
  margin-right: 0.25em;
  margin-bottom: -0.1em;
  width: 0.75em;
  height: 0.75em;
  fill: currentColor; }

.icon--megaphone {
  transform: rotate(-15deg); }

.icon--three-carets {
  width: 1.4em;
  height: 0.7em;
  overflow: visible;
  fill: currentcolor; }
  .icon--three-carets:last-of-type {
    transform: scaleX(-1); }
  .icon--three-carets.icon--three-carets-large {
    width: 1.7em;
    height: 0.8em; }

.icon--panel {
  width: 9em;
  height: 5.5em;
  fill: #aa1e2c; }

a .icon--panel:hover {
  fill: #941a26; }

img,
picture {
  margin: 0;
  max-width: 100%;
  display: block; }

figure img {
  margin: 0 auto; }

.img--center {
  margin-left: auto;
  margin-right: auto; }

.img--right {
  float: right; }

.img--left {
  float: left; }

.separator--article {
  width: 65%;
  margin: 2em auto;
  border: none;
  border-top: 1px solid #eff5f8; }

.title {
  margin-bottom: 0;
  color: #aa1e2c; }
  .title--article {
    font-size: 3em; }

.subtitle {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-style: italic;
  color: #424242; }

.header--article {
  text-align: center; }

.fineprint,
.meta {
  font-style: italic;
  color: #424242; }
  .fineprint em,
  .fineprint i,
  .fineprint cite,
  .meta em,
  .meta i,
  .meta cite {
    font-style: normal; }
  .fineprint--article,
  .meta--article {
    color: #757575;
    line-height: 1;
    font-size: 0.8em; }
  .fineprint--article-tags,
  .meta--article-tags {
    color: #6ba542;
    line-height: 1;
    font-size: 0.75em; }

.form--give fieldset {
  max-width: 100%;
  padding: 0; }
.form--give input:not(.btn):not([type="submit"]):not([type="button"]) {
  padding: 0.35em 0.25em 0.4em;
  text-align: right;
  height: 2.55em; }
.form--give .btn {
  font-size: 1em;
  padding-left: 0.6em;
  height: 2.55em; }
.form--give input + label,
.form--give input:focus + label,
.form--give .valid + label {
  top: 0.5em;
  left: 0.5em;
  font: inherit; }
.form--give--medium {
  font-size: 1.5em; }
.form--give--large {
  font-size: 2em; }
  .form--give--large .btn {
    font-weight: 600; }

.header.has-image form input:not(.btn),
.header.has-image form input + label {
  color: #9b9b9b;
  text-shadow: none; }

.header--left .form--give {
  width: calc( ( ( 100% * 5 / 7 ) - 0.5rem * 2 ) - 1px );
  float: left; }

@media (max-width: 40rem) {
  .header--left .form--give {
    float: none;
    margin-left: auto;
    margin-right: auto; } }
.givegrid input[type="radio"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .givegrid input[type="radio"] + label {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #fff;
    color: #424242;
    border-color: #fff;
    top: 0;
    left: 0;
    text-align: center; }
    .givegrid input[type="radio"] + label:hover {
      background: #353535;
      color: #fff;
      border-color: #353535; }
    .givegrid input[type="radio"] + label:active, .givegrid input[type="radio"] + label:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #353535;
      color: #fff; }
    .givegrid input[type="radio"] + label .text--smaller {
      transition: none; }
  .givegrid input[type="radio"] + label:hover:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .givegrid input[type="radio"] + label:hover:active, .givegrid input[type="radio"] + label:hover:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }
  .givegrid input[type="radio"]:checked + label {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099; }
    .givegrid input[type="radio"]:checked + label:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .givegrid input[type="radio"]:checked + label:active, .givegrid input[type="radio"]:checked + label:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
    .givegrid input[type="radio"]:checked + label .input--other label {
      color: #fff; }
.givegrid .btn--other {
  position: relative; }
.givegrid .input--other {
  position: absolute;
  top: 0.1em;
  left: 0;
  transition: none; }
  .givegrid .input--other input[type="number"] {
    background: none;
    border: none;
    box-shadow: none;
    transition: none; }
    .givegrid .input--other input[type="number"] + label {
      color: inherit; }
    .givegrid .input--other input[type="number"]:not(.input--quantity) + label, .givegrid .input--other input[type="number"]:not(.input--quantity):focus + label,
    .givegrid .input--other input[type="number"]:not(.input--quantity) .valid + label {
      top: 0.5em;
      left: 0.5em;
      font: inherit; }
.givegrid--quantity input[type="radio"] + label {
  font-size: 1.1em;
  padding-left: 0.3em;
  padding-right: 0.3em; }
.givegrid--quantity input[type="radio"]:checked + label {
  font-size: 1.1em;
  padding-left: 0.3em;
  padding-right: 0.3em; }
.givegrid--quantity .input--quantity + label {
  top: 1.1em;
  left: 0.9em;
  font-size: 1.1em; }

.form--stay-connected {
  max-width: 60em;
  margin: auto;
  color: #312821; }
  .form--stay-connected h2 {
    width: 24%;
    padding-right: 0.2em;
    font-size: 2.5em;
    line-height: 1;
    font-weight: normal;
    text-align: right; }
  .form--stay-connected form {
    width: 65%; }
  .form--stay-connected fieldset {
    width: 24%; }
  .form--stay-connected .btn {
    padding: 0.5em 1.2em 0.55em; }

.card {
  font-size: 95%;
  background: #f4f2ef;
  border: 1px solid #e2ddd5;
  display: inline-block;
  overflow: hidden; }

.has-background .card {
  background: #fff; }

.copy--card {
  margin: 0;
  padding: 1em;
  color: #45361f;
  text-align: left; }
  .copy--card > * {
    max-width: 100%; }

.item-amount {
  color: #083c5c;
  padding-right: 0.2em; }
  .item-amount::before, .item-amount::after {
    content: "—";
    font-size: 50%;
    color: #e2ddd5;
    padding: 0 6px;
    position: relative;
    bottom: 0.4em; }

.header {
  position: relative;
  overflow: visible;
  text-align: center; }
  .header.has-image {
    background: #000;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2rem; }
    .header.has-image > .cell:not(.player) {
      overflow: visible;
      position: relative; }
    .header.has-image .header-text {
      margin: 0;
      overflow: visible;
      z-index: 9; }
    .header.has-image.has-blur {
      min-height: 0;
      overflow: hidden; }
    .header.has-image .social--header::before, .header.has-image .social--header::after {
      border-top: 1px solid #e2ddd5; }
    .header.has-image.header--white {
      color: #fff; }
      .header.has-image.header--white .social--header::before, .header.has-image.header--white .social--header::after {
        border-top: 1px solid #fff; }
      .header.has-image.header--white .header-text {
        text-shadow: 0 0 25px rgba(69, 54, 31, 0.8); }
        .header.has-image.header--white .header-text .btn {
          text-shadow: none; }
      .header.has-image.header--white * {
        color: inherit; }
      .header.has-image.header--white .icon--social {
        fill: #fff; }
  .header .img--hero {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .header .img--hero.has-blur {
      width: 120%;
      height: auto;
      -webkit-filter: blur(35px);
      filter: blur(35px);
      transform: translate3d(0, -15%, 0); }
  .header.header--large {
    padding: 10em 0; }
  .header.header--medium {
    padding: 7em 0; }
  .header.header--small {
    padding: 3em 0; }
  .header.header--large.has-pattern {
    padding: 10em 0 11em; }
  .header.header--medium.has-pattern {
    padding: 7em 0 8em; }
  .header.header--small.has-pattern {
    padding: 3em 0 4em; }

.header-text {
  position: relative;
  margin: 2em auto 0.5em; }
  .header-text .title {
    font-size: 3.75em; }

.header--left .header-text,
.header--right .header-text {
  width: 50%;
  margin: 0; }
.header--left .social--header::before, .header--left .social--header::after,
.header--right .social--header::before,
.header--right .social--header::after {
  border-top: none !important; }

.header--left {
  text-align: left; }
  .header--left .header-text {
    float: left; }

.header--right {
  text-align: right; }
  .header--right .header-text {
    float: right; }
  .header--right button {
    float: right; }
  .header--right .social--header {
    float: right; }

@media (max-width: 62em) {
  .header.header--large {
    padding: 4em 0; }
  .header.header--medium {
    padding: 3em 0; }
  .header.header--small {
    padding: 2em 0; }
  .header.header--large.has-pattern {
    padding: 4em 0 5em; }
  .header.header--medium.has-pattern {
    padding: 3em 0 4em; }
  .header.header--small.has-pattern {
    padding: 2em 0 3em; } }
@media (max-width: 48em) {
  .header.header--large {
    padding: 3.5em 0; }
  .header.header--medium {
    padding: 2em 0; }
  .header.header--small {
    padding: 1.5em 0; }
  .header.header--large.has-pattern {
    padding: 3.5em 0 4.5em; }
  .header.header--medium.has-pattern {
    padding: 2em 0 3em; }
  .header.header--small.has-pattern {
    padding: 1.5em 0 2.5em; } }
@media (max-width: 40em) {
  .header.header--large {
    padding: 3em 0; }
  .header.header--medium {
    padding: 2em 0; }
  .header.header--small {
    padding: 1.5em 0; }
  .header.header--large.has-pattern {
    padding: 3em 0 4em; }
  .header.header--medium.has-pattern {
    padding: 2em 0 3em; }
  .header.header--small.has-pattern {
    padding: 1.5em 0 2.5em; }

  .header--left,
  .header--right {
    text-align: center; }
    .header--left .header-text,
    .header--right .header-text {
      width: 100%; }
      .header--left .header-text .title,
      .header--right .header-text .title {
        font-size: 3.25em; } }
/***** Header Social Icons **** */
.social {
  display: table;
  border-collapse: separate;
  border-spacing: 1em 0;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase; }
  .social--header::before, .social--header::after {
    content: "";
    display: table-cell;
    transform: translateY(40%);
    width: 7.5em;
    margin: 0 2em;
    border-top: 1px solid #e2ddd5; }
  .social p,
  .social ul {
    margin: 0 0.1em;
    float: left;
    font-size: 0.875em; }
  .social .icon--social {
    width: 1em;
    height: 1em; }
  .social p {
    font-size: 0.75em; }

.header.header--left .social--header, .header.header--right .social--header {
  display: block;
  margin: 0.5em auto 0; }
  .header.header--left .social--header::before, .header.header--left .social--header::after, .header.header--right .social--header::before, .header.header--right .social--header::after {
    display: block;
    clear: both;
    border-top: none;
    box-shadow: none; }
.header.header--right .social--header {
  float: right;
  clear: both; }
.header.has-player .social--header {
  margin: 0.5em auto 0; }
  .header.has-player .social--header::before, .header.has-player .social--header::after {
    content: none;
    display: none;
    clear: both;
    border-top: none;
    box-shadow: none; }

@media (max-width: 40em) {
  .header.header--left .social--header, .header.header--right .social--header {
    display: table; } }
/***** Cover Image **** */
.cover-image {
  max-width: 50%;
  float: right;
  margin-top: -25%;
  transform: rotate(10deg);
  position: absolute;
  right: 5%; }

.title--panel {
  text-transform: uppercase;
  text-align: center; }
  .title--panel a {
    color: #aa1e2c; }
    .title--panel a:hover {
      color: #941a26; }

.summary--panel {
  font-size: 0.875em;
  line-height: 1.4; }

.panel--featured img {
  display: block;
  width: 100%; }
.panel--featured figure {
  position: relative;
  margin: 0;
  padding-bottom: 59px;
  background: #009ca6; }
.panel--featured figcaption {
  position: absolute;
  display: table;
  bottom: 0;
  background: #009ca6;
  height: 59px;
  width: 100%; }
  .panel--featured figcaption a {
    color: #fff; }
    .panel--featured figcaption a:hover {
      color: rgba(255, 255, 255, 0.8); }
.panel--featured--static figure {
  background-color: transparent;
  background-position: center;
  background-size: cover; }
.panel--featured--static figcaption {
  display: block;
  height: 100%;
  top: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left; }
.panel--featured--video figure {
  background: #f4be18; }
.panel--featured--video figcaption {
  background: #f4be18; }

.title--panel--featured {
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1em; }

.title--panel--featured--static {
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.5; }

.btn--panel--featured {
  position: absolute;
  bottom: 1em;
  width: calc( 100% - 2em );
  text-align: center; }

.media--video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .media--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media-panel .copy {
  width: 37.5%; }
.media-panel .media {
  width: 57.5%; }
  .media-panel .media iframe {
    width: 100%; }
.media-panel--right .copy {
  float: left; }
.media-panel--right .media {
  float: right;
  margin-left: 5%; }
.media-panel--left .copy {
  float: right;
  margin-left: 5%; }
.media-panel--left .media {
  float: left; }

.menu a {
  display: block;
  color: #424242; }
  .menu a:hover, .menu a.active {
    color: #009ca6; }
.menu > li {
  border-bottom: 5px solid transparent; }
  .menu > li:hover, .menu > li.active {
    border-bottom: 5px solid #6ba542;
    transition: none; }

.menu--main {
  text-align: center; }
  .menu--main .menu {
    text-align: left;
    float: left;
    font-size: 0.85em;
    line-height: 2.5em; }
    .menu--main .menu li {
      padding: 0.5em 0.75em; }
    .menu--main .menu > li:hover .submenu {
      max-height: 100vh;
      max-width: 100vw;
      z-index: 11; }
  .menu--main .submenu {
    position: absolute;
    top: 55px;
    z-index: 10;
    max-height: 0;
    margin: 0;
    margin-left: -0.75em;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 3px rgba(69, 54, 31, 0.8); }
    .menu--main .submenu li {
      border-top: 1px solid #e2ddd5;
      padding: 0; }
    .menu--main .submenu a {
      padding: 0.5em 0.75em; }
      .menu--main .submenu a:hover {
        background: #f4f2ef; }

.menu-btn {
  display: none;
  overflow: hidden;
  float: left;
  position: relative;
  line-height: 1;
  color: #009ca6;
  text-transform: uppercase;
  border: 1px solid #009ca6;
  border-radius: 4px; }
  .menu-btn:hover, .menu-btn:active, .menu-btn:focus {
    color: #fff;
    background: #009ca6; }
    .menu-btn:hover path, .menu-btn:active path, .menu-btn:focus path {
      fill: #fff; }
  .menu-btn svg {
    width: 1em;
    height: 1em;
    margin-bottom: -1px;
    fill: #009ca6; }

.menu--sidebar {
  text-align: center;
  font-size: 0.9em;
  line-height: 2.5em;
  border-top: 1px solid #eae6e0;
  border-bottom: 1px solid #fefefe; }
  .menu--sidebar a {
    display: block;
    color: #424242; }
    .menu--sidebar a:hover {
      color: #292929; }
  .menu--sidebar li {
    padding: 0.5em 0.75em;
    border-top: 1px solid #fefefe;
    border-bottom: 1px solid #eae6e0; }
  .menu--sidebar > li:hover {
    background-color: #dfd9d1;
    border-top-color: #d5cdc2;
    border-bottom-color: #d5cdc2; }
    .menu--sidebar > li:hover .submenu {
      max-height: 100vh;
      max-width: 100vw;
      z-index: 11; }

@media (max-width: 58em) {
  .menu-btn {
    display: inline-block;
    margin: 0.45em 1em 0.5em;
    padding: 0.5em 0.5em 0.475em; }

  .menu--main .menu {
    position: absolute;
    top: 53px;
    left: 0;
    margin: 0;
    background: #fff;
    max-width: 0;
    width: 100vw;
    z-index: 49; }
    .menu--main .menu.is-active {
      max-width: 100vw; }
    .menu--main .menu.inline > * {
      display: block; }
    .menu--main .menu li {
      border-top: 1px solid white;
      padding: 0; }
    .menu--main .menu a {
      padding: 0.25em 0.75em; }
  .menu--main .submenu {
    position: static;
    margin: 0;
    background: rgba(49, 40, 33, 0.02);
    box-shadow: none; }
    .menu--main .submenu li {
      padding: 0; }
    .menu--main .submenu a {
      padding: 0.5em 0.75em 0.5em 2.25em; }
      .menu--main .submenu a:hover {
        background: #fff; } }
@media (max-width: 32em) {
  .menu-btn {
    font-size: 0.7em;
    margin: 1em 0 0.5em 0.25em; } }
.logo {
  display: inline-block;
  float: left;
  width: 5.95em;
  height: 1.785em;
  margin: 0.5em auto 0;
  fill: #000;
  vertical-align: middle; }
  .logo #mark {
    fill: #aa1e2c; }
  .logo--bare {
    float: none;
    margin: 0.45em auto 0.65em; }

@media (max-width: 58em) {
  .logo--header {
    float: none; } }
@media (max-width: 32em) {
  .logo--header {
    margin: 0.5em 0 0 0.5em; }
    .logo--header #mark {
      display: none; } }
.logo--footer {
  display: block;
  margin: 0 auto 1.3333333333rem;
  font-size: 2.5em;
  float: none; }

.site-header {
  max-height: 55px;
  padding-top: 3px;
  background: #fcfcfb;
  color: #009ca6;
  box-shadow: 0 0 2px #b8ac99; }
  .site-header.has-search {
    max-height: 132px; }

.menu--user {
  display: inline-block;
  font-size: 0.8em;
  min-width: 11.6em;
  margin: 0.5em 0;
  padding: 0.125em 0.5em;
  float: right;
  position: relative;
  border: 1px solid #009ca6;
  border-radius: 4px;
  line-height: 1.3;
  text-align: left;
  color: #009ca6;
  cursor: pointer; }
  .menu--user a {
    display: block;
    padding-right: 2em;
    color: inherit; }
  .menu--user strong {
    display: block;
    font-size: 1em;
    text-transform: capitalize;
    color: #009ca6; }
  .menu--user:hover {
    background: #00848d;
    color: #fff; }
    .menu--user:hover strong {
      color: #fff; }
    .menu--user:hover::after {
      border-top-color: #fff; }
  .menu--user::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 1em;
    display: block;
    width: 0;
    height: 0;
    border-top: 0.5em solid #009ca6;
    border-right: 0.4em solid transparent;
    border-bottom: none;
    border-left: 0.4em solid transparent; }
  .menu--user .avatar {
    display: none; }
  .menu--user.is-logged-in strong {
    padding-top: 0.55em; }
  .menu--user.is-logged-in .avatar {
    display: block; }
  .menu--user.is-active::after {
    border-top: none;
    border-right: 0.4em solid transparent;
    border-bottom: 0.5em solid #009ca6;
    border-left: 0.4em solid transparent; }
  .menu--user.is-active:hover::after {
    border-bottom-color: #fff; }

@media (max-width: 32em) {
  .menu--user {
    font-size: 75%;
    margin: 0.5rem;
    min-width: 1em; }
    .menu--user.is-logged-in strong {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); } }
@media (max-width: 26em) {
  .menu--user .text,
  .menu--user strong {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  .menu--user .avatar {
    display: block; } }
.avatar {
  width: 1.4em;
  height: 1.4em;
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
  background: #009ca6;
  border: 1px solid #009ca6;
  border-radius: 50%;
  text-align: center;
  overflow: hidden; }
  .avatar--default {
    width: 100%;
    height: 100%;
    margin-top: 10%;
    fill: #fff; }

.slat {
  margin: 2rem auto; }
  .slat:first-of-type {
    margin-top: 0; }

.slat + .slat {
  border-top: 1px solid #e2ddd5;
  padding-top: 2rem; }

.infinite-item + .infinite-item {
  border-top: 1px solid #e2ddd5;
  padding-top: 2rem; }

.infinite-item {
  display: block; }

.search-modules-results-container {
  margin-top: 2rem; }

.header--slat {
  margin: 0; }
  .header--slat .details {
    float: left;
    margin: 0.4em 0.4em 0; }
    .header--slat .details::before {
      content: "|";
      display: inline-block;
      color: #eff5f8;
      margin: 0 0.5em 0 0; }

.title--slat {
  color: #009ca6;
  font-size: 1.65em; }

.meta--slat {
  font-size: 0.75em;
  width: 100%; }

.actions--slat {
  float: right;
  margin: 0; }
  .actions--slat a {
    display: inline-block;
    margin: 0.5em 0.4em 0; }

.progress-meter .progress-meter--fallback {
  background: #eae6e0;
  box-shadow: inset 0 0 10px rgba(69, 54, 31, 0);
  border: 1px solid #e2ddd5;
  border-radius: 4px; }
.progress-meter .progress-meter--fallback--value {
  background: url(/tpl/wycliffeOrg/assets/images/pattern-strip-5.svg) center repeat-x;
  background-size: cover;
  background-color: #6ba542;
  border-radius: 4px;
  transition: 0.3s width;
  padding: 0.5rem 0;
  min-width: 2.5%; }
  .progress-meter .progress-meter--fallback--value .percentage {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px rgba(69, 54, 31, 0);
    margin: 0 0.6666666667rem; }

.need {
  font-size: 1.3em; }
  .need--amount {
    color: #083c5c;
    display: table;
    border-collapse: separate;
    border-spacing: 1em 0; }
    .need--amount::before, .need--amount::after {
      content: "";
      display: table-cell;
      transform: translateY(49%);
      width: 4.5em;
      margin: 0 2em;
      border-top: 1px solid #fefefe;
      box-shadow: 0 -1px #e5e1da; }

.pray-counter {
  border-radius: 100%;
  width: 10em;
  height: 10em;
  border: 1px solid #5f933b;
  background: #6ba542;
  margin: 0 auto;
  position: relative; }
  .pray-counter .pray-count {
    color: #fff;
    position: relative;
    top: 33%; }

.map-wrapper {
  min-height: 250px; }

.copy {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  text-align: left; }
  .copy blockquote {
    max-width: 65%;
    margin: auto; }

.pullquote {
  max-width: 100%;
  margin: auto;
  margin-top: 1em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  color: #009ca6; }
  .pullquote--left {
    max-width: 12em;
    margin: 1em 0 1em 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #009ca6;
    padding: 0 1em;
    float: left;
    border-left: 6px solid #f4be18;
    text-align: left; }
  .pullquote--right {
    max-width: 12em;
    margin: 1em 0 1em 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: #009ca6;
    padding: 0 1em;
    float: right;
    border-right: 6px solid #f4be18;
    text-align: right; }
  .pullquote--featured {
    margin-top: 0; }
  .pullquote--bare {
    border: none; }
  .pullquote--accent {
    font-family: "CormanBrush", "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 200%; }
    .pullquote--accent::before {
      content: "“";
      display: block;
      font-size: 300%;
      margin-bottom: -0.85em;
      color: #009ca6; }
    .pullquote--accent--accent-2::before {
      color: #aa1e2c; }
    .pullquote--accent--accent-3::before {
      color: #6ba542; }
    .pullquote--accent--accent-4::before {
      color: #f4be18; }
    .pullquote--accent--accent-5::before {
      color: #083c5c; }

.cite--pullquote {
  display: block;
  color: #757575;
  font-size: 0.65em;
  font-weight: normal; }
  .cite--pullquote a {
    color: #6ba542; }
    .cite--pullquote a:hover {
      color: #5f933b; }
  .cite--pullquote::before {
    content: "— "; }

.notes {
  margin: 0;
  padding: 0;
  color: #828282; }
  .notes--top {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c2c2c2; }
  .notes--bottom {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    border-top: 1px solid #c2c2c2; }

.image {
  max-width: 100%;
  margin: 1em auto;
  text-align: center; }
  .image:first-child {
    margin-top: 0; }
  .image--left {
    float: left;
    max-width: 35%;
    margin: 1em 1em 1em 0; }
  .image--right {
    float: right;
    max-width: 35%;
    margin: 1em 0 1em 1em; }

.image figcaption,
.image--left figcaption,
.image--right figcaption {
  margin: 0.625rem auto;
  font-size: 0.65em;
  font-style: italic;
  text-align: center;
  color: #999999; }

.hr--accent {
  border: none;
  padding: 1em;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100% 70%; }
  .hr--accent--accent-1 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-1.svg); }
  .hr--accent--accent-2 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-2.svg); }
  .hr--accent--accent-3 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-3.svg); }
  .hr--accent--accent-4 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-4.svg); }
  .hr--accent--accent-5 {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--accent-5.svg); }
  .hr--accent--dark {
    background-image: url(/tpl/wycliffeOrg/assets/images/hr--accent--dark.svg); }

.hr--left {
  background-position-x: left; }

.copy--full > * {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto; }
.copy--full .pullquote {
  max-width: 85%; }
  .copy--full .pullquote--left {
    max-width: 12em;
    margin: 1em 0 1em 7.5%; }
  .copy--full .pullquote--right {
    max-width: 12em;
    margin: 1em 7.5% 1em 0; }
.copy--full .image {
  max-width: 85%; }
  .copy--full .image:first-child {
    margin-top: 0; }
  .copy--full .image--left {
    max-width: 35%;
    margin: 1em 1em 1em 7.5%; }
  .copy--full .image--right {
    max-width: 35%;
    margin: 1em 7.5% 1em 1em; }

@media (max-width: 48rem) {
  .copy--full > * {
    max-width: 85%; } }
@media (max-width: 36rem) {
  .copy--full > * {
    max-width: 95%; } }
.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-thumbnail {
  position: relative; }
  .video-thumbnail img {
    display: block; }

.sidebar {
  background: #f4f2ef;
  border: 1px solid #e2ddd5; }
  .sidebar .panel + .panel {
    border-top: 1px solid #e2ddd5;
    padding-top: 2rem; }
  .sidebar hr {
    border-top: 1px solid #e5e1da;
    border-bottom: 1px solid #faf9f8; }
  .sidebar .title--sidebar {
    font-size: 1.5em;
    text-align: center;
    text-transform: none;
    background: #e2ddd5;
    margin: 0;
    padding: 0.9rem;
    border-bottom: 1px solid #dcd6cc; }

.has-pattern {
  position: relative; }
  .has-pattern-1--top::before {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    top: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-1.png") repeat-x; }
  .has-pattern-1--bottom::after {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    bottom: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-1.png") repeat-x; }
  .has-pattern-2--top::before {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    top: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-2.png") repeat-x; }
  .has-pattern-2--bottom::after {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    bottom: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-2.png") repeat-x; }
  .has-pattern-3--top::before {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    top: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-3.png") repeat-x; }
  .has-pattern-3--bottom::after {
    content: " ";
    position: absolute;
    display: block;
    height: 23px;
    width: 100%;
    bottom: 0;
    background: url("/tpl/wycliffeOrg/assets/images/pattern-strip-3.png") repeat-x; }

.site-footer {
  font-size: 0.75em; }
  .site-footer .has-background {
    background: #f5f6f6;
    border-color: shade(#f5f6f6, 10%); }
  .site-footer h3 {
    font-size: 2.125em;
    color: #aa1e2c; }
  .site-footer h4 {
    font-size: 1.85em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-weight: normal; }
  .site-footer a {
    color: #007377; }
    .site-footer a:hover {
      color: #041d2d; }

.social--footer {
  font-size: 1.5em;
  text-align: center; }

@media (max-width: 52em) {
  .social--footer {
    width: 75%; } }
@media (max-width: 36em) {
  .social--footer {
    max-width: 16em; } }
.cta--footer {
  font-size: 3em;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1; }
  .cta--footer a {
    color: #aa1e2c; }
    .cta--footer a:hover {
      color: #941a26; }

@media (max-width: 62em) {
  .cta--footer svg {
    display: none; } }
.banner {
  padding: 0.5rem; }
  .banner .form--give {
    margin: 0.35rem 0 0; }
    .banner .form--give .btn {
      padding: 0.6em 1em; }

.title--banner {
  margin: 1rem 0;
  text-transform: none; }

.image--banner {
  display: block;
  margin: 0; }

.has-player {
  overflow: hidden; }
  .has-player.is-active {
    background-image: none !important; }

.player {
  max-height: 0;
  max-width: 48rem; }
  .player .video-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .player .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .player .btn--close {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .player.is-active {
    max-height: 1000vh; }
  .player--100 {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    margin: 0;
    background: #000;
    opacity: 0; }
    .player--100.is-active {
      opacity: 1; }
    .player--100 .btn--close {
      margin: 0;
      position: absolute;
      top: 2%;
      right: 2%;
      border: none;
      border-radius: 50%;
      width: 3em;
      height: 3em;
      padding: 0.85em; }
      .player--100 .btn--close svg {
        fill: rgba(255, 255, 255, 0.75); }
      .player--100 .btn--close:hover {
        background: rgba(255, 255, 255, 0.25); }

.dropdown--user-container {
  position: relative;
  overflow: visible; }

.dropdown--user {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  max-height: 0;
  background: #fcfcfb;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(69, 54, 31, 0.2);
  margin-top: 15px; }
  .dropdown--user::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 62px;
    border-bottom: 15px solid #fcfcfb;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent; }
  .dropdown--user.is-active {
    max-height: 1000vh;
    overflow: visible; }

@media (min-width: 48rem) {
  .dropdown--user {
    min-width: 48rem; } }
.title--advocacy {
  font-size: 3em; }

.subtitle--advocacy {
  font-size: 0.8em;
  color: #424242;
  text-transform: uppercase; }

.title--support {
  font-size: 0.7em; }

.back-begin {
  padding-top: 2.5em; }

.search-modules-results-container .paging-toolbar .goToPage {
  margin: 0;
  padding: 3px 10px; }
  .search-modules-results-container .paging-toolbar .goToPage.current, .search-modules-results-container .paging-toolbar .goToPage.next, .search-modules-results-container .paging-toolbar .goToPage.prev, .search-modules-results-container .paging-toolbar .goToPage.first, .search-modules-results-container .paging-toolbar .goToPage.last {
    text-align: center;
    color: #fff;
    background-color: #009ca6;
    border-radius: 4px;
    border: 1px solid #009099;
    line-height: 16px;
    padding: 10px;
    margin: 0 0.25em; }
    .search-modules-results-container .paging-toolbar .goToPage.current:hover, .search-modules-results-container .paging-toolbar .goToPage.next:hover, .search-modules-results-container .paging-toolbar .goToPage.prev:hover, .search-modules-results-container .paging-toolbar .goToPage.first:hover, .search-modules-results-container .paging-toolbar .goToPage.last:hover {
      background-color: #00848d;
      border: 1px solid #00848d; }

.search-modules-results-responsive-view .paging-toolbar .goToPage {
  padding: 3px 10px;
  border-radius: 4px; }

.paging-toolbar .goToPage {
  color: #009ca6;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 10px;
  margin: 0; }
  .paging-toolbar .goToPage:hover {
    background-color: #f5f6f6;
    border: 1px solid shade(#f5f6f6, 10%);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .paging-toolbar .goToPage.current, .paging-toolbar .goToPage.next, .paging-toolbar .goToPage.prev, .paging-toolbar .goToPage.first, .paging-toolbar .goToPage.last {
    text-align: center;
    color: #fff;
    background-color: #009ca6;
    border-radius: 4px;
    border: 1px solid #009099;
    line-height: 16px;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0.25em; }
    .paging-toolbar .goToPage.current:hover, .paging-toolbar .goToPage.next:hover, .paging-toolbar .goToPage.prev:hover, .paging-toolbar .goToPage.first:hover, .paging-toolbar .goToPage.last:hover {
      background-color: #00848d;
      border: 1px solid #00848d; }

.has-expand {
  max-height: 10em;
  position: relative;
  overflow: hidden;
  transition: max-height ease-out 1s; }
  .has-expand .expand-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, white 75%); }
  .has-expand.is-active {
    max-height: 1000vh; }
    .has-expand.is-active .expand-fade {
      opacity: 0; }

.accordion {
  position: relative; }
  .accordion .title::after {
    content: "–";
    display: block;
    width: 1em;
    height: 1em;
    float: right;
    color: #fff;
    background: #e2ddd5;
    border-radius: 50%;
    text-align: center;
    line-height: 1; }
  .accordion .body {
    position: relative;
    z-index: 2;
    overflow: hidden; }
  .accordion input[type=checkbox] {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 100% !important;
    height: 100% !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important; }
    .accordion input[type=checkbox]:focus ~ .title::after {
      background: #6ba542; }
    .accordion input[type=checkbox]:checked ~ .title::after {
      content: "+"; }
    .accordion input[type=checkbox]:checked ~ .body {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      pointer-events: none; }

.hovergrid-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.hovergrid-item {
  position: relative;
  background: #009ca6; }
  .hovergrid-item .hovergrid-image {
    margin: auto;
    opacity: 0.7; }
  .hovergrid-item .hovergrid-text {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate3d(-50%, 90%, 0); }
  .hovergrid-item.hovergrid--dark {
    background: #424242; }
  .hovergrid-item .title {
    text-align: left; }
  .hovergrid-item:hover .hovergrid-image {
    opacity: 0.2; }
  .hovergrid-item:hover .hovergrid-text {
    bottom: 20%;
    text-align: center;
    transform: translate3d(-50%, 50%, 0); }
  .hovergrid-item:hover .hovergrid-hidden {
    position: static !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    clip: auto !important;
    opacity: inherit !important;
    pointer-events: inherit !important; }
  .hovergrid-item:hover .title {
    text-align: center; }

@media(max-width: 64rem) {
  .hovergrid-text {
    font-size: 75%; } }
@media(max-width: 48rem) {
  .hovergrid-text {
    font-size: 100%; } }
.search-modules-results-responsive-view {
  padding-top: 0; }
  .search-modules-results-responsive-view .search-modules-results-fields {
    background: #f4f2ef;
    border: solid 1px #e2ddd5;
    padding: 1em;
    overflow: visible; }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
      padding: 0; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"] {
        margin: 0 0.5rem;
        overflow: hidden;
        width: calc( 100% * 5 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        font: inherit;
        font-size: 1em;
        padding: 0.75em 0.55em 0.5em;
        border: 1px solid #cbd0d3;
        box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
        background: #eff5f8;
        height: 46px; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"]:focus {
          outline-color: #e2ddd5; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"][type="radio"] {
          width: inherit;
          border-radius: 50%; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"][type="checkbox"] {
          width: inherit; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type="text"].is-glued {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-right: none;
          height: 35px; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search {
        display: inline-block;
        padding: 0.6em 1em 0.675em;
        font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
        font-size: 1.025em;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        border: 1px solid;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
        background: none;
        overflow: visible;
        background: #009ca6;
        color: #fff;
        border-color: #009099;
        margin: 0 0.5rem;
        width: calc( 100% * 2 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-shadow: none;
        box-shadow: none;
        position: static;
        height: 46px; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search:hover {
          background: #00848d;
          color: #fff;
          border-color: #00848d; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search:active, .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search:focus {
          outline: none;
          box-shadow: 0 0 3px 1px #00848d;
          color: #fff; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.reset {
        display: none !important; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select,
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input {
        margin: 0 0.5rem;
        overflow: hidden;
        width: calc( 100% * 5 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        font: inherit;
        font-size: 1em;
        padding: 0.75em 0.55em 0.5em;
        border: 1px solid #cbd0d3;
        box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
        background: #eff5f8;
        width: 100%;
        background-image: url("/Tags/img/frontend/icon-combo-trigger.png");
        background-repeat: no-repeat;
        background-position: right center; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select:focus,
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input:focus {
          outline-color: #e2ddd5; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select[type="radio"],
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type="radio"] {
          width: inherit;
          border-radius: 50%; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select[type="checkbox"],
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type="checkbox"] {
          width: inherit; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select.is-glued,
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input.is-glued {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-right: none;
          height: 35px; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder label {
        font-weight: normal; }
      .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options {
        margin: 0 0.5rem;
        overflow: hidden;
        width: calc( 100% * 5 / 7 );
        float: left;
        margin-left: 0;
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        font: inherit;
        font-size: 1em;
        padding: 0.75em 0.55em 0.5em;
        border: 1px solid #cbd0d3;
        box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
        background: #eff5f8;
        margin-top: 0;
        left: 0; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options:focus {
          outline-color: #e2ddd5; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options[type="radio"] {
          width: inherit;
          border-radius: 50%; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options[type="checkbox"] {
          width: inherit; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options.is-glued {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-right: none;
          height: 35px; }
        .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options label {
          color: #424242; }
          .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options label.checked {
            color: #009ca6; }
            .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .multiselect-options label.checked::before {
              background-color: currentColor; }
    .search-modules-results-responsive-view .search-modules-results-fields .form-actions {
      display: none; }
  .search-modules-results-responsive-view .paging-toolbar {
    text-align: center; }
  .search-modules-results-responsive-view .form-input-wrapper.query-field .form-input-holder {
    padding-right: 0; }

.google-modules-google-search .search-input-wrapper input[type="text"] {
  margin: 0 0.5rem;
  overflow: hidden;
  width: calc( 100% * 5 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  font: inherit;
  font-size: 1em;
  padding: 0.75em 0.55em 0.5em;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8; }
  .google-modules-google-search .search-input-wrapper input[type="text"]:focus {
    outline-color: #e2ddd5; }
  .google-modules-google-search .search-input-wrapper input[type="text"][type="radio"] {
    width: inherit;
    border-radius: 50%; }
  .google-modules-google-search .search-input-wrapper input[type="text"][type="checkbox"] {
    width: inherit; }
  .google-modules-google-search .search-input-wrapper input[type="text"].is-glued {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    height: 35px; }
.google-modules-google-search .search-button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  margin: 0 0.5rem;
  width: calc( 100% * 2 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .google-modules-google-search .search-button:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .google-modules-google-search .search-button:active, .google-modules-google-search .search-button:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }
.google-modules-google-search .gsc-search-box {
  display: none; }

.search-modules-search-field input[type="text"].search-input {
  margin: 0 0.5rem;
  overflow: hidden;
  width: calc( 100% * 5 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  font: inherit;
  font-size: 1em;
  padding: 0.75em 0.55em 0.5em;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8; }
  .search-modules-search-field input[type="text"].search-input:focus {
    outline-color: #e2ddd5; }
  .search-modules-search-field input[type="text"].search-input[type="radio"] {
    width: inherit;
    border-radius: 50%; }
  .search-modules-search-field input[type="text"].search-input[type="checkbox"] {
    width: inherit; }
  .search-modules-search-field input[type="text"].search-input.is-glued {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    height: 35px; }
.search-modules-search-field .search-input {
  float: left;
  width: calc( 100% * 5 / 7);
  height: 46px; }
  .search-modules-search-field .search-input input {
    margin: 0 0.5rem;
    overflow: hidden;
    width: calc( 100% * 5 / 7 );
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    font: inherit;
    font-size: 1em;
    padding: 0.75em 0.55em 0.5em;
    border: 1px solid #cbd0d3;
    box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
    background: #eff5f8;
    height: 46px;
    padding-left: 2.5em; }
    .search-modules-search-field .search-input input:focus {
      outline-color: #e2ddd5; }
    .search-modules-search-field .search-input input[type="radio"] {
      width: inherit;
      border-radius: 50%; }
    .search-modules-search-field .search-input input[type="checkbox"] {
      width: inherit; }
    .search-modules-search-field .search-input input.is-glued {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
      height: 35px; }
  .search-modules-search-field .search-input img {
    display: none; }
.search-modules-search-field .submit-search {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  margin: 0 0.5rem;
  width: calc( 100% * 2 / 7 );
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  height: 46px; }
  .search-modules-search-field .submit-search:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .search-modules-search-field .submit-search:active, .search-modules-search-field .submit-search:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.search-modules-results-fields {
  padding: 1rem 2rem;
  background: #f4f2ef;
  overflow: hidden; }

.form-input-holder {
  position: relative;
  margin-top: 0; }

.form-input-label {
  color: #424242; }

.clearfix {
  margin: 0; }

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper {
  width: calc( 50% - 0.5em );
  margin: 1em 0.5em 0 0;
  float: left; }
  .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-of-type(2n) {
    margin: 1em 0 1em 0.5em; }

.additional-text {
  width: calc( 50% - 0.5em );
  margin: 1em 0 1em 0.5em;
  float: left; }

.search--header {
  max-height: 0; }
  .search--header.is-active {
    max-height: 100vh; }

ul.ui-autocomplete li.ui-menu-item:nth-child(10):after {
  content: "Press enter or the search button for more results.";
  color: #999;
  padding: 2px 0.4em; }

.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-result-info-container .gsc-result-info {
  display: inline;
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gcsc-branding {
  display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results {
  padding: 0;
  margin: 0;
  width: 100%; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-thumbnail-inside {
  display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-url-top {
  display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result {
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail {
  padding-right: 10px; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail a {
  margin: 0;
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box {
  width: auto;
  margin: 0;
  padding: 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box.gs-web-image-box-portrait {
  overflow: visible;
  height: auto; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
  max-width: inherit;
  max-height: inherit;
  width: 100px !important; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title {
  display: block;
  height: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  color: #009ca6;
  text-decoration: none; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title b {
    color: inherit;
    font-size: inherit;
    text-decoration: none; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title + div {
    display: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-bidi-start-align.gs-snippet {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.25em;
  color: #424242; }

.google-modules-google-search .gsc-table-cell-snippet-close {
  padding-left: 15%; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-url-bottom {
  display: block;
  margin: 0; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-url-bottom * {
    margin: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1em;
    color: #424242; }

.google-modules-google-search .gs-per-result-labels {
  display: none; }

.google-modules-google-search .gsc-expansionArea {
  margin: 0; }

.google-modules-google-search .gsc-webResult .gsc-result {
  padding: 0; }

.google-modules-google-search .gsc-table-result {
  margin: 0.25em 0; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box {
  margin: 0; }

.google-modules-google-search .gsc-cursor-box {
  text-align: center; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.25em;
  color: #009ca6;
  text-align: center;
  text-decoration: none; }

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  color: #424242;
  font-weight: normal; }

.google-modules-google-search .gsc-adBlockNoHeight,
.google-modules-google-search .gsc-resultsHeader {
  display: none; }

.google-modules-google-search .gsc-selected-option-container {
  width: 100% !important; }

/***** Custom Styles *****/
.google-modules-google-search form.custom-search-form {
  background: none;
  padding: 0; }
  .google-modules-google-search form.custom-search-form .search-input-wrapper {
    padding: 0;
    width: calc( 100% * 5 / 7); }
    .google-modules-google-search form.custom-search-form .search-input-wrapper input {
      margin: 0 0.5rem;
      overflow: hidden;
      width: calc( 100% * 5 / 7 );
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
      font: inherit;
      font-size: 1em;
      padding: 0.75em 0.55em 0.5em;
      border: 1px solid #cbd0d3;
      box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
      background: #eff5f8;
      width: 100%;
      height: 46px; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input:focus {
        outline-color: #e2ddd5; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input[type="radio"] {
        width: inherit;
        border-radius: 50%; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input[type="checkbox"] {
        width: inherit; }
      .google-modules-google-search form.custom-search-form .search-input-wrapper input.is-glued {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        height: 35px; }
  .google-modules-google-search form.custom-search-form .search-button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099;
    margin: 0 0.5rem;
    width: calc( 100% * 2 / 7 );
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-style: normal;
    height: 46px; }
    .google-modules-google-search form.custom-search-form .search-button:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .google-modules-google-search form.custom-search-form .search-button:active, .google-modules-google-search form.custom-search-form .search-button:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult {
  border: none; }
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  border: none; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
    color: #00848d; }
  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
    background: none;
    color: #424242; }

/*  Re-define any global styles inside these brackets for the 900 pixel width break point.  */
@media screen and (max-width: 900px) {
  /* start.styles */
  .google-modules-google-search, .google-modules-google-search {
    margin-left: 20px;
    margin-right: 20px; }

  .google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
    padding: 0px;
    margin: 5px;
    padding: 0px;
    width: 100%;
    float: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result {
    padding: 0px;
    width: 650px;
    float: left;
    margin: 0px auto 0px auto; }

  .google-modules-google-search .gsc-table-cell-snippet-close {
    padding-left: 20%; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-bidi-start-align.gs-snippet {
    font-size: 16px;
    padding: 6px 0px 4px 0px;
    text-align: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
    border: solid 3px #fff;
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray;
    max-width: inherit;
    max-height: inherit;
    width: 100px !important;
    margin-left: 0px;
    margin-right: 0px; } }
/*  Re-define any global styles inside these brackets for the 700 pixel width break point.  */
@media screen and (max-width: 700px) {
  /* start.styles */
  .google-modules-google-search, .google-modules-google-search {
    margin-left: 20px;
    margin-right: 20px; }

  .google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
    padding: 0px;
    margin: 5px;
    padding: 0px;
    width: 100%;
    float: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result {
    padding: 0px;
    width: 100%;
    float: left;
    margin: 0px auto 0px auto; }

  .google-modules-google-search .gsc-table-cell-thumbnail {
    display: none; }

  .google-modules-google-search .gsc-table-cell-snippet-close {
    padding-left: 0; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-bidi-start-align.gs-snippet {
    font-size: 16px;
    padding: 6px 0px 4px 0px;
    text-align: left; }

  .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
    border: solid 3px #fff;
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray;
    max-width: inherit;
    max-height: inherit;
    width: 100px !important;
    margin-left: 0px;
    margin-right: 0px; } }
#contributions-payment-form {
  max-width: 75%;
  margin: 0 auto; }

.contributions {
  margin-bottom: 2em; }
  .contributions .login-text {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    color: #424242; }
  .contributions .form-body .register-options .password-strength-info {
    font-size: 0.7em;
    color: rgba(66, 66, 66, 0.6);
    text-align: center; }
    .contributions .form-body .register-options .password-strength-info::before {
      content: "Please enter a password to manage recurring donations in the future.";
      font-size: 1.2em;
      display: block;
      color: #424242; }
  .contributions .form-body .form-panel-register {
    margin-bottom: 2rem; }

.contributions .cart-summary-title {
  display: none;
  margin-top: 0;
  background: none;
  color: inherit;
  padding: 0;
  font-size: 2em; }

.contributions .cart-summary .summary-row {
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  background: none;
  border-bottom: 1px solid #e2ddd5; }
  .contributions .cart-summary .summary-row:nth-of-type(even) {
    background: #f4f2ef; }
  .contributions .cart-summary .summary-row .extra-data {
    margin-left: 0;
    max-width: 400px; }

.contributions .cart-summary .summary-row .campaign-thumbnail {
  border: none;
  top: 15px; }

.contributions .cart-summary .summary-row .top-data {
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.5;
  text-transform: none;
  overflow: hidden; }

.contributions .cart-summary .summary-row .top-data .name {
  margin-top: 0;
  color: #007377; }

.contributions .name .category-label {
  display: block;
  margin-top: -0.3em;
  margin-bottom: -0.6em;
  font-size: 0.6em;
  font-weight: normal;
  color: #9b9b9b; }

.contributions .cart-summary .summary-row .top-data .amount {
  margin-top: 0; }

.contributions .cart-summary .summary-row .bottom-data {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.5;
  overflow: hidden; }
  .contributions .cart-summary .summary-row .bottom-data * {
    margin-top: 0; }
  .contributions .cart-summary .summary-row .bottom-data .anonymous {
    color: #9b9b9b;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }
    .contributions .cart-summary .summary-row .bottom-data .anonymous span,
    .contributions .cart-summary .summary-row .bottom-data .anonymous label {
      padding-right: 5px; }
  .contributions .cart-summary .summary-row .bottom-data .notes {
    float: none;
    clear: both;
    padding: 0; }
    .contributions .cart-summary .summary-row .bottom-data .notes .instructions {
      display: inline-block;
      color: #9b9b9b;
      font-size: 0.7em; }
      .contributions .cart-summary .summary-row .bottom-data .notes .instructions::first-letter {
        display: block;
        padding: 0 0.27em;
        background: #6ba542;
        border-radius: 50%;
        color: #fff;
        font-weight: bold; }
      .contributions .cart-summary .summary-row .bottom-data .notes .instructions:hover::first-letter {
        background: #5f933b; }
  .contributions .cart-summary .summary-row .bottom-data .buttons a {
    display: inline-block;
    padding: 0;
    background: none;
    color: #009ca6;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    border: none; }
    .contributions .cart-summary .summary-row .bottom-data .buttons a:hover {
      background: none;
      color: rgba(0, 156, 166, 0.75); }
    .contributions .cart-summary .summary-row .bottom-data .buttons a:focus, .contributions .cart-summary .summary-row .bottom-data .buttons a:active {
      color: rgba(0, 156, 166, 0.5); }
    .contributions .cart-summary .summary-row .bottom-data .buttons a:active {
      color: rgba(0, 156, 166, 0.5);
      outline-color: transparent;
      box-shadow: none; }
    .contributions .cart-summary .summary-row .bottom-data .buttons a.btn--primary {
      color: #009ca6; }
      .contributions .cart-summary .summary-row .bottom-data .buttons a.btn--primary:hover {
        color: #00848d; }
      .contributions .cart-summary .summary-row .bottom-data .buttons a.btn--primary:focus {
        outline-color: #00848d; }
  .contributions .cart-summary .summary-row .bottom-data .buttons .separator {
    font-size: 0.75em;
    color: rgba(66, 66, 66, 0.5); }

.contributions .cart-summary .total {
  background: none;
  margin-top: 0; }

.contributions .cart-summary .total .amount {
  color: #6ba542; }

.contributions .campaign-page-buttons {
  margin-top: 0; }

.contributions .campaign-page-buttons a {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  margin: 2em 0.2em 0; }
  .contributions .campaign-page-buttons a:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .contributions .campaign-page-buttons a:active, .contributions .campaign-page-buttons a:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.contributions .form-body .title-wrapper {
  overflow: hidden; }
  .contributions .form-body .title-wrapper .title-options .form-input-wrapper {
    font-size: 0.9em;
    padding-top: 4px;
    margin: 0; }
  .contributions .form-body .title-wrapper .title {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase; }

.contributions .form-body .accepted-cards {
  margin-top: 1em; }
  .contributions .form-body .accepted-cards img {
    display: inline-block; }
  .contributions .form-body .accepted-cards .label {
    font-size: 0.75em;
    font-weight: normal; }

.contributions .form-input-wrapper {
  margin: 1em auto; }
.contributions .recurring-note {
  font-size: 0.8em;
  color: rgba(66, 66, 66, 0.6); }
.contributions label[for="ContributionIsRecurring"]::after {
  content: "."; }
.contributions .recurring-options {
  margin-top: 1.5em;
  margin-bottom: 2em; }
  .contributions .recurring-options::before {
    content: "Recurring Donation";
    color: #aa1e2c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.15em; }
  .contributions .recurring-options .form-input-wrapper {
    margin-top: 0.4em; }

.contributions .form-body .field-group.single .form-input-wrapper.recurring-start-date-field {
  margin: auto;
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.user-password-field {
  width: 55%;
  padding: 0;
  float: none; }

.contributions .form-body .field-group .form-input-wrapper.user-password-repeat-field {
  width: 55%;
  padding: 0;
  float: none; }

.contributions .form-body .field-group .form-input-wrapper.payment-card-security-code-field {
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.person-firstname-field {
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.phone-number-field, .contributions .form-body .field-group .form-input-wrapper.group-phone-number-field {
  padding: 0; }

.contributions .form-body .field-group .form-input-wrapper.payment-check-account-type-field {
  padding: 0; }

.contributions .form-actions {
  margin: 0;
  padding: 1em 0;
  text-align: center; }
  .contributions .form-actions input[type="submit"] {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #6ba542;
    color: #fff;
    border-color: #659c3e; }
    .contributions .form-actions input[type="submit"]:hover {
      background: #5f933b;
      color: #fff;
      border-color: #5f933b; }
    .contributions .form-actions input[type="submit"]:active, .contributions .form-actions input[type="submit"]:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #5f933b;
      color: #fff; }

.ui-datepicker {
  max-width: 20em; }
  .ui-datepicker thead {
    background: #f4f2ef; }
  .ui-datepicker button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible; }
    .ui-datepicker button.ui-priority-primary {
      background: #6ba542;
      color: #fff;
      border-color: #659c3e; }
      .ui-datepicker button.ui-priority-primary:hover {
        background: #5f933b;
        color: #fff;
        border-color: #5f933b; }
      .ui-datepicker button.ui-priority-primary:active, .ui-datepicker button.ui-priority-primary:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #5f933b;
        color: #fff; }
    .ui-datepicker button.ui-priority-secondary {
      background: none;
      color: #009ca6;
      border: 2px solid;
      border-color: #009ca6; }
      .ui-datepicker button.ui-priority-secondary:focus {
        color: #00848d; }
      .ui-datepicker button.ui-priority-secondary:hover, .ui-datepicker button.ui-priority-secondary:active {
        background: #00848d;
        color: #fff; }
      .ui-datepicker button.ui-priority-secondary:active, .ui-datepicker button.ui-priority-secondary:focus {
        outline: none;
        border-color: #00848d;
        box-shadow: 0 0 3px 1px #00848d; }

.customAlert .customAlertInner .customAlertButtons button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: none;
  color: #009ca6;
  border: 2px solid;
  border-color: #009ca6; }
  .customAlert .customAlertInner .customAlertButtons button:focus {
    color: #00848d; }
  .customAlert .customAlertInner .customAlertButtons button:hover, .customAlert .customAlertInner .customAlertButtons button:active {
    background: #00848d;
    color: #fff; }
  .customAlert .customAlertInner .customAlertButtons button:active, .customAlert .customAlertInner .customAlertButtons button:focus {
    outline: none;
    border-color: #00848d;
    box-shadow: 0 0 3px 1px #00848d; }
  .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk {
    background: #6ba542;
    color: #fff;
    border-color: #659c3e; }
    .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk:hover {
      background: #5f933b;
      color: #fff;
      border-color: #5f933b; }
    .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk:active, .customAlert .customAlertInner .customAlertButtons button.customAlertButtonOk:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #5f933b;
      color: #fff; }

.customAlert .customAlertInner {
  margin-top: 0; }

.contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099;
  position: static;
  width: auto;
  float: right;
  margin-top: 1rem; }
  .contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button:active, .contributions .form-body .form-input-wrapper.group-id-field .form-input-holder .form-field-button:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.has-error {
  border: 1px solid #aa1e2c !important; }

.contributions .newsletter-opt-in {
  border-top: 1px solid #f4f2ef; }

@media (max-width: 48rem) {
  #contributions-payment-form {
    max-width: 98%;
    margin: 0 auto; }

  .contributions .campaign-page-buttons a {
    margin: 0.5em 0.2em 0; } }
#map-canvas * {
  transition: none; }
#map-canvas * + div {
  margin-top: 0; }

.content-map-modules-show-map .map_header {
  overflow: visible;
  padding: 1em 0; }
  .content-map-modules-show-map .map_header .map_select_container dl.dropdown {
    overflow: visible;
    height: 46px;
    line-height: 46px; }
    .content-map-modules-show-map .map_header .map_select_container dl.dropdown a b.icon {
      vertical-align: middle; }
  .content-map-modules-show-map .map_header dt::after {
    content: ""; }
  .content-map-modules-show-map .map_header .map_search_container {
    float: left;
    margin-top: 0; }
    .content-map-modules-show-map .map_header .map_search_container input[type="text"] {
      margin: 0 0.5rem;
      overflow: hidden;
      width: calc( 100% * 5 / 7 );
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
      font: inherit;
      font-size: 1em;
      padding: 0.75em 0.55em 0.5em;
      border: 1px solid #cbd0d3;
      box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
      background: #eff5f8;
      height: 46px; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"]:focus {
        outline-color: #e2ddd5; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"][type="radio"] {
        width: inherit;
        border-radius: 50%; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"][type="checkbox"] {
        width: inherit; }
      .content-map-modules-show-map .map_header .map_search_container input[type="text"].is-glued {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
        height: 35px; }
    .content-map-modules-show-map .map_header .map_search_container a#search_button {
      display: inline-block;
      padding: 0.6em 1em 0.675em;
      font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
      font-size: 1.025em;
      font-weight: 700;
      text-decoration: none;
      text-align: center;
      border: 1px solid;
      border-radius: 4px;
      cursor: pointer;
      white-space: nowrap;
      background: none;
      overflow: visible;
      background: #009ca6;
      color: #fff;
      border-color: #009099;
      margin: 0 0.5rem;
      width: calc( 100% * 2 / 7 );
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      height: 46px; }
      .content-map-modules-show-map .map_header .map_search_container a#search_button:hover {
        background: #00848d;
        color: #fff;
        border-color: #00848d; }
      .content-map-modules-show-map .map_header .map_search_container a#search_button:active, .content-map-modules-show-map .map_header .map_search_container a#search_button:focus {
        outline: none;
        box-shadow: 0 0 3px 1px #00848d;
        color: #fff; }
.content-map-modules-show-map .map-tags {
  display: none; }
.content-map-modules-show-map #map_wrapper {
  clear: both; }
  .content-map-modules-show-map #map_wrapper .map-pop-up {
    max-width: 500px !important; }
.content-map-modules-show-map .map-pop-up > img {
  top: -17px;
  right: -17px; }
.content-map-modules-show-map .list_items {
  background: #f4f2ef; }
  .content-map-modules-show-map .list_items .page-title {
    padding: 0 1em; }
.content-map-modules-show-map .search_list_items {
  background: #f4f2ef; }

.gm-style {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif; }
  .gm-style p {
    margin: 0; }

/*PROFILE TOOLBAR - DEFAULT VIEW*/
.wycliffe-modules-person-dynamic-menu.default .profile-picture {
  line-height: 0;
  float: left; }

.wycliffe-modules-person-dynamic-menu.default .profile-picture img {
  border: solid 3px #fff;
  box-shadow: 0 1px 5px #C2B7A5; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu {
  float: left;
  margin-left: 12px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 0 #ffffff; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  padding-top: 6px;
  color: #466624;
  font-family: "myriad-pro-condensed",sans-serif;
  position: relative;
  cursor: pointer;
  padding-bottom: 6px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title span {
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "myriad-pro-condensed",sans-serif; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover span {
  display: inline-block; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title img {
  vertical-align: middle;
  background: white;
  margin-left: 5px;
  display: inline-block;
  background: url("img/profile-toolbar-green-arrow.png") no-repeat top center; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover img {
  background: url("img/profile-toolbar-green-arrow.png") no-repeat bottom center; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title .menu-indicator {
  position: absolute;
  width: 25px;
  height: 10px;
  background: black;
  z-index: 10;
  display: none;
  position: absolute;
  top: 31px;
  left: 40px;
  background: url("img/profile-toolbar-dropdown-arrow.png") no-repeat center center; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover .menu-indicator {
  display: block; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup {
  list-style: none !important;
  list-style-type: none !important;
  display: none;
  position: absolute;
  left: 0;
  padding: 10px;
  z-index: 10;
  background-color: #dfd8cc;
  border: solid 1px #d2cbbf;
  top: 40px;
  min-width: 200px;
  -webkit-box-shadow: 0px 0px 5px #d2cbbf;
  box-shadow: 0px 0px 5px #d2cbbf; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title:hover ul.menu-popup {
  display: block; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item {
  list-style: none !important;
  list-style-type: none !important;
  border-bottom: solid 1px #d2cbbf;
  padding: 4px 20px;
  font-size: 20px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item.first {
  padding-top: 0px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item.last {
  border: none 0;
  padding-bottom: 0px; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item.logout {
  color: #B93C00; }

.wycliffe-modules-person-dynamic-menu.default .drop-down-menu ul.menu li.menu-title ul.menu-popup li.menu-item a {
  text-decoration: none;
  color: inherit; }

/*PROFILE TOOLBAR - MENU VIEW*/
.wycliffe-modules-person-dynamic-menu.menu {
  width: calc(100% * 2 / 7);
  font-size: 0.75em;
  float: left; }

.wycliffe-modules-person-dynamic-menu.menu .title {
  display: none;
  font-size: 1.875em;
  font-weight: 700;
  color: #aa1e2c; }

.wycliffe-modules-person-dynamic-menu.menu .menu-items {
  padding-top: 0; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item {
  margin-top: 0;
  border-bottom: solid 1px #e2ddd5;
  padding: 0.3125em 0;
  font-size: 1.5em;
  color: #46301c; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item.first {
  padding-top: 0; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item.last {
  border: none 0;
  padding-bottom: 0; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item.logout {
  color: #aa1e2c; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a {
  text-decoration: none;
  color: #424242; }
  .wycliffe-modules-person-dynamic-menu.menu .menu-item a:hover {
    color: #00848d; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a span.icon-wrapper {
  display: inline-block;
  width: 30px;
  text-align: center; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a img {
  vertical-align: middle; }

.wycliffe-modules-person-dynamic-menu.menu .menu-item a span {
  vertical-align: middle; }

@media (max-width: 48rem) {
  .wycliffe-modules-person-dynamic-menu.menu {
    width: 100%; } }
.wycliffe-modules-fundraising-awareness-prayer {
  position: relative;
  float: left;
  width: calc(100% * 5 / 7);
  padding-left: 1.5em;
  font-size: 0.75em;
  color: #424242; }

.wycliffe-modules-fundraising-awareness-prayer .selector {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.wycliffe-modules-fundraising-awareness-prayer .selector .label {
  display: inline-block;
  color: #424242;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em; }
  .wycliffe-modules-fundraising-awareness-prayer .selector .label::after {
    content: ':'; }

.wycliffe-modules-fundraising-awareness-prayer .selector select {
  color: #424242;
  font-size: 1.25em;
  font-weight: normal;
  padding: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none 0;
  width: 150px;
  margin-left: 5px; }

.wycliffe-modules-fundraising-awareness-prayer .section {
  display: none;
  margin-top: 0; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-title {
  color: #aa1e2c;
  font-weight: 700;
  font-size: 1.875em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content {
  background: #f4f2ef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 100px;
  margin-top: 0.625em;
  margin-bottom: 1.25em;
  padding: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-title {
  color: #424242;
  font-weight: 700;
  font-size: 1.375em;
  text-transform: uppercase;
  margin-bottom: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-title a {
  display: inline-block;
  background: #6ba542;
  padding: 0.1875em 0.625em;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  text-transform: none;
  margin-left: 0.3125em;
  border-radius: 4px; }
  .wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-title a:hover {
    background: #5f933b; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-sub-title {
  color: #424242;
  font-size: 1.375em;
  font-weight: 700; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-sub-title span {
  color: #424242;
  font-size: 1.125em;
  font-style: italic;
  font-weight: normal; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .content-sub-title span b {
  color: #6ba542; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .details {
  margin-bottom: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .details .details-line {
  color: #424242;
  font-size: 1.25em; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content .details .details-line span {
  color: #6ba542;
  font-weight: 700; }

.wycliffe-modules-fundraising-awareness-prayer .section .module-content a.button {
  text-decoration: none;
  display: inline-block;
  background: #009ca6;
  color: #fff;
  padding: 0.1875em 1.25em;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 0.625em; }
  .wycliffe-modules-fundraising-awareness-prayer .section .module-content a.button:hover {
    background: #00848d; }

@media (max-width: 48rem) {
  .wycliffe-modules-fundraising-awareness-prayer {
    display: none; } }
.users-logout-module {
  font-size: 1.5em;
  color: #424242; }
  .users-logout-module .logout-link {
    display: inline-block;
    font-size: 0.5em;
    color: #aa1e2c;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700; }
    .users-logout-module .logout-link:hover {
      color: #941a26; }
    .users-logout-module .logout-link .before,
    .users-logout-module .logout-link .after {
      display: none; }

.users-modules-login,
#users-modules-login-popup,
.users-register-account {
  color: #424242; }
  .users-modules-login .input,
  #users-modules-login-popup .input,
  .users-register-account .input {
    margin: 0; }
  .users-modules-login input[type="submit"],
  #users-modules-login-popup input[type="submit"],
  .users-register-account input[type="submit"] {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099; }
    .users-modules-login input[type="submit"]:hover,
    #users-modules-login-popup input[type="submit"]:hover,
    .users-register-account input[type="submit"]:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .users-modules-login input[type="submit"]:active, .users-modules-login input[type="submit"]:focus,
    #users-modules-login-popup input[type="submit"]:active,
    #users-modules-login-popup input[type="submit"]:focus,
    .users-register-account input[type="submit"]:active,
    .users-register-account input[type="submit"]:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }
  .users-modules-login .submit button,
  #users-modules-login-popup .submit button,
  .users-register-account .submit button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    background: none;
    overflow: visible;
    background: #009ca6;
    color: #fff;
    border-color: #009099; }
    .users-modules-login .submit button:hover,
    #users-modules-login-popup .submit button:hover,
    .users-register-account .submit button:hover {
      background: #00848d;
      color: #fff;
      border-color: #00848d; }
    .users-modules-login .submit button:active, .users-modules-login .submit button:focus,
    #users-modules-login-popup .submit button:active,
    #users-modules-login-popup .submit button:focus,
    .users-register-account .submit button:active,
    .users-register-account .submit button:focus {
      outline: none;
      box-shadow: 0 0 3px 1px #00848d;
      color: #fff; }

#UserLoginForm > div:nth-of-type(2) .label {
  margin-top: 0; }
#UserLoginForm h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6em;
  margin: 0; }
#UserLoginForm .label {
  margin-top: 0.5em; }
#UserLoginForm .submit {
  width: 30%;
  min-width: 200px;
  margin: 1em 0 0.2em;
  float: left; }
  #UserLoginForm .submit input {
    width: 100%; }
#UserLoginForm .option {
  float: right;
  margin-top: 0.8em;
  margin-right: 1em;
  font-size: 0.9em; }

@media (max-width: 48rem) {
  #UserLoginForm .submit {
    width: 100%;
    min-width: 150px;
    margin: 1em 0 0; }
  #UserLoginForm .option {
    float: left; } }
.login-help {
  text-align: center;
  padding: 1.3rem;
  width: 100%; }
  .login-help:before {
    clear: both; }
  .login-help u {
    color: rgba(0, 156, 166, 0.9); }
    .login-help u:hover {
      color: #00848d; }

.interest-list.not-added .add-to-interest-list {
  display: inline-block; }
.interest-list.not-added .added-to-interest-list {
  display: none; }
.interest-list.added .add-to-interest-list {
  display: none; }
.interest-list.added .added-to-interest-list {
  display: inline-block; }

.contributions-modules-shopping-cart {
  float: right;
  margin-top: 0.55em;
  margin-right: 0.5em;
  margin-left: 0.5em; }
  .contributions-modules-shopping-cart .cart-label {
    display: none; }
  .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
    color: #aa1e2c;
    top: 4px;
    left: 8px; }
  .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-icon {
    background: url("/tpl/wycliffeOrg/assets/images/shopping-cart-icon.svg") center center no-repeat;
    width: 30px; }

/*Original CUSTOM ALERT STYLES*/
.customAlertModalFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none; }

.customAlert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: #ffffff;
  border: solid 1px #000000;
  font-family: Arial;
  display: none; }

.customAlert .customAlertLoading {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 1100000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  display: none; }

.customAlert .customAlertLoading .outer {
  display: table;
  width: 100%;
  height: 100%; }

.customAlert .customAlertLoading .outer .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.customAlert .customAlertLoading img {
  background-color: #fff;
  background-image: url("anim-preloader.gif");
  background-position: center;
  background-repeat: no-repeat; }

.customAlert .customAlertInner {
  font-family: Arial;
  padding-bottom: 10px; }

.customAlert .customAlertInner .customAlertTitle {
  font-family: Arial;
  background-color: #d3d3d3;
  padding: 5px 10px;
  padding-right: 25px;
  position: relative; }

.customAlert .customAlertInner .customAlertTitle a.closeAlert {
  display: block;
  background-color: red;
  color: #ffffff;
  font-weight: bold;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px; }

.customAlert .customAlertInner .customAlertMsg {
  font-family: Arial;
  padding: 10px; }

.customAlert .customAlertInner .customAlertError {
  font-family: Arial;
  padding-bottom: 10px;
  text-align: center;
  color: red;
  display: none; }

.customAlert .customAlertInner .customAlertButtons.center {
  text-align: center; }

.customAlert .customAlertInner .customAlertButtons.left {
  text-align: left;
  padding-left: 15px; }

.customAlert .customAlertInner .customAlertButtons.right {
  text-align: right;
  padding-right: 15px; }

.customAlert .customAlertInner .customAlertButtons button {
  background-color: gray;
  color: black;
  border: solid 1px black;
  cursor: pointer;
  margin: 0 5px; }

/*JQUERY CUSTOM ALERT STYLES*/
.customAlertModalFrame {
  transition: none;
  background: rgba(66, 66, 66, 0.5) !important;
  box-shadow: inset 0 0 550px rgba(66, 66, 66, 0.75); }

.customAlert {
  background-color: #f4f2ef;
  border: solid 1px #e2ddd5;
  transition: none;
  box-shadow: 0 0 125px rgba(66, 66, 66, 0.85); }

.customAlert img {
  display: inline; }

.customAlert .customAlertLoading img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.customAlert .customAlertInner {
  padding-bottom: 20px; }

.customAlert .customAlertInner .customAlertTitle {
  background-color: #e2ddd5;
  padding: 8px;
  padding-bottom: 8px;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #aa1e2c;
  cursor: pointer;
  text-align: center; }

.customAlert .customAlertInner .customAlertTitle a.closeAlert {
  /*display: block;*/
  /*color: #ffffff;*/
  /*font-weight: bold;*/
  width: 24px;
  height: 24px;
  /*position: absolute;*/
  top: -15px;
  right: -15px;
  border: 1px solid #353535;
  border-radius: 50%;
  background-color: #424242;
  background-image: url("/tpl/wycliffeOrg/assets/images/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px; }

.customAlert .customAlertInner .customAlertTitle a.closeAlert:hover {
  border-color: #941a26;
  background: #aa1e2c;
  background-image: url("/tpl/wycliffeOrg/assets/images/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px; }

.customAlert .customAlertInner .customAlertMsg {
  padding: 20px;
  padding-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  color: #424242;
  font-size: 18px;
  position: relative; }

.customAlert .customAlertInner .customAlertMsg .title {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px; }

.customAlert .customAlertInner .customAlertMsg .required {
  background: url("../img/icon-required.png") no-repeat center center;
  vertical-align: middle;
  margin-right: 3px; }

.customAlert .customAlertInner .customAlertMsg span {
  font-size: 16px;
  color: #424242;
  vertical-align: middle; }

.customAlert .customAlertInner .customAlertMsg label {
  display: inline-block;
  padding-bottom: 10px; }

.customAlert .customAlertInner .customAlertMsg input,
.customAlert .customAlertInner .customAlertMsg textarea,
.customAlert .customAlertInner .customAlertMsg select {
  outline: none;
  border: 1px solid #cbd0d3;
  box-shadow: inset 0 0 6px rgba(8, 60, 92, 0.135);
  background: #eff5f8;
  resize: none;
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.customAlert .customAlertInner .customAlertMsg label input {
  width: auto;
  margin-right: 5px; }

.customAlert .customAlertInner .customAlertMsg input.last-row,
.customAlert .customAlertInner .customAlertMsg textarea.last-row,
.customAlert .customAlertInner .customAlertMsg select.last-row {
  margin-bottom: 0; }

.customAlert .customAlertInner .customAlertMsg input.invalid,
.customAlert .customAlertInner .customAlertMsg textarea.invalid,
.customAlert .customAlertInner .customAlertMsg select.invalid {
  border: solid 1px #aa1e2c;
  background: #ffded6; }

.customAlert .customAlertInner .customAlertMsg input:focus,
.customAlert .customAlertInner .customAlertMsg textarea:focus,
.customAlert .customAlertInner .customAlertMsg select:focus {
  background: #eff5f8;
  outline-color: #e2ddd5; }

.customAlert .customAlertInner .customAlertMsg input.readonly,
.customAlert .customAlertInner .customAlertMsg textarea.readonly,
.customAlert .customAlertInner .customAlertMsg select.readonly,
.customAlert .customAlertInner .customAlertMsg input.readonly:focus,
.customAlert .customAlertInner .customAlertMsg textarea.readonly:focus,
.customAlert .customAlertInner .customAlertMsg select.readonly:focus {
  background-color: #e2ddd5;
  border-color: #f4f2ef;
  color: #fff;
  font-size: 18px;
  padding: 4px 7px; }

.customAlert .customAlertInner .customAlertMsg .pop-up-buttons {
  text-align: center; }

.customAlert .customAlertInner .customAlertMsg .pop-up-buttons a {
  display: inline-block;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  padding: 0.5em 0.8em 0.595em;
  font-size: .85em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 1px solid #009099;
  border-radius: 4px;
  background: #009ca6;
  cursor: pointer;
  white-space: nowrap;
  overflow: visible;
  margin-top: 1em; }

.customAlert .customAlertInner .customAlertMsg .pop-up-buttons a:hover {
  color: #fff;
  border-color: #00848d;
  background: #00848d; }

.customAlert .customAlertInner .customAlertMsg .description {
  font-size: 16px; }

.customAlert .customAlertInner .customAlertMsg .recaptcha-container {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.customAlert .customAlertInner .customAlertError {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  padding-bottom: 0;
  text-align: center;
  color: #aa1e2c;
  display: block;
  font-size: 14px; }

.customAlert .customAlertInner .customAlertButtons {
  /*text-align: center;*/
  padding-top: 10px; }

.customAlert .customAlertInner .customAlertButtons button {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #009099;
  border-radius: 4px;
  background: #009ca6;
  cursor: pointer;
  white-space: nowrap;
  overflow: visible; }

.customAlert .customAlertInner .customAlertButtons button:hover {
  color: #fff;
  border-color: #00848d;
  background: #00848d; }

.customAlert .customAlertInner .customAlertButtons button.customAlertButtonCancel {
  display: inline;
  padding: 0;
  background: none;
  color: rgba(66, 66, 66, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  border: none; }

.customAlert .customAlertInner .customAlertButtons button.customAlertButtonCancel:hover {
  color: rgba(66, 66, 66, 0.75);
  border-color: transparent;
  background: none; }

/*MOBILE PHONES*/
@media screen and (max-width: 700px) {
  .customAlert {
    background: #009ca6;
    position: fixed;
    width: 100vw !important;
    /*height: 120% !important;*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none 0px;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow-y: auto;
    overflow-x: hidden; }

  .customAlert .customAlertInner .customAlertTitle {
    background-color: #009ca6; }

  .customAlert .customAlertInner .customAlertTitle a.closeAlert,
  .customAlert .customAlertInner .customAlertTitle a.closeAlert:hover {
    /*display: block;*/
    /*background-color: #291c10;*/
    /*color: #ffffff;*/
    /*font-weight: bold;*/
    width: 20px;
    height: 20px;
    /*position: absolute;*/
    top: -20px;
    right: -20px;
    background-image: url("../images/x.svg");
    background-repeat: no-repeat;
    background-position: bottom center; }

  .customAlert .customAlertInner .customAlertMsg input,
  .customAlert .customAlertInner .customAlertMsg textarea,
  .customAlert .customAlertInner .customAlertMsg select {
    padding: 10px;
    font-size: 18px; }

  .customAlert .customAlertInner .customAlertButtons button {
    display: inline-block;
    padding: 0.6em 1em 0.675em;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid #009099;
    border-radius: 4px;
    background: #009ca6;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible; }

  .customAlert .customAlertInner .customAlertButtons button:hover {
    color: #fff;
    border-color: #00848d;
    background: #00848d; }

  .customAlert .customAlertInner .customAlertError {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
    padding-bottom: 0;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px; } }
.MotionDataSubmitApplication .buttons .button.submit {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #6ba542;
  color: #fff;
  border-color: #659c3e; }
  .MotionDataSubmitApplication .buttons .button.submit:hover {
    background: #5f933b;
    color: #fff;
    border-color: #5f933b; }
  .MotionDataSubmitApplication .buttons .button.submit:active, .MotionDataSubmitApplication .buttons .button.submit:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #5f933b;
    color: #fff; }
.MotionDataSubmitApplication .buttons .button.reset {
  display: inline-block;
  padding: 0;
  background: none;
  color: #009ca6;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  border: none; }
  .MotionDataSubmitApplication .buttons .button.reset:hover {
    background: none;
    color: rgba(0, 156, 166, 0.75); }
  .MotionDataSubmitApplication .buttons .button.reset:focus, .MotionDataSubmitApplication .buttons .button.reset:active {
    color: rgba(0, 156, 166, 0.5); }
  .MotionDataSubmitApplication .buttons .button.reset:active {
    color: rgba(0, 156, 166, 0.5);
    outline-color: transparent;
    box-shadow: none; }
  .MotionDataSubmitApplication .buttons .button.reset.btn--primary {
    color: #009ca6; }
    .MotionDataSubmitApplication .buttons .button.reset.btn--primary:hover {
      color: #00848d; }
    .MotionDataSubmitApplication .buttons .button.reset.btn--primary:focus {
      outline-color: #00848d; }

.MotionSubmitSurvey .surveyForm .title {
  display: none; }
.MotionSubmitSurvey .tabs {
  display: none; }

.advocacy-modules-category-summary,
.contributions-modules-contribution-summary {
  padding: 0;
  width: 100% !important; }

.advocacy-modules-active-campaigns {
  margin-bottom: 20px; }
  .advocacy-modules-active-campaigns .title-box .link {
    display: none; }

.advocacy-modules-active-campaigns img {
  display: inherit; }

.advocacy-modules-active-campaigns .title-box {
  background-color: #e2ddd5;
  color: #a6192e;
  font-size: 1.25em;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px; }

.advocacy-modules-active-campaigns .title {
  color: inherit;
  text-transform: uppercase;
  font-weight: bold; }

.advocacy-modules-active-campaigns .title-box .link a {
  color: rgba(66, 66, 66, 0.5);
  text-transform: uppercase;
  font-weight: bold; }

.advocacy-modules-active-campaigns .title-box .link a:hover {
  color: rgba(66, 66, 66, 0.75); }

.advocacy-modules-active-campaigns .title-box .link a span {
  font-size: 0.75em; }

.advocacy-modules-active-campaigns .title-box .link a img {
  display: none;
  background: url("img/speaker.png") no-repeat center center;
  width: 19px;
  height: 15px;
  margin-right: 5px; }

.advocacy-modules-active-campaigns .campaigns-table colgroup col:first-child {
  width: 5%; }
.advocacy-modules-active-campaigns .campaigns-table colgroup col:nth-child(2) {
  width: 40%; }
.advocacy-modules-active-campaigns .campaigns-table colgroup col:nth-child(3) {
  width: 20%; }
.advocacy-modules-active-campaigns .campaigns-table colgroup col:nth-child(4) {
  width: 35%; }

.advocacy-modules-active-campaigns .campaigns-table tr.even {
  background-color: #e2ddd5; }

.advocacy-modules-active-campaigns .campaigns-table tr.odd {
  background-color: #f4f2ef; }

.advocacy-modules-active-campaigns .campaigns-table tr td.no-results {
  background-color: #d8d0c3;
  background-color: rgba(60, 48, 33, 0.11);
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  text-shadow: none; }

.advocacy-modules-active-campaigns .campaigns-table td {
  padding: 0; }

.advocacy-modules-active-campaigns .campaigns-table td.name {
  color: #645042;
  font-size: 18px;
  font-weight: bold; }

.advocacy-modules-active-campaigns .campaigns-table td.name img {
  background: #afba9a; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar {
  background: #eae6e0;
  box-shadow: inset 0 0 10px rgba(69, 54, 31, 0);
  border: 1px solid #e2ddd5;
  border-radius: 4px; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .completion-percent {
  color: #8e8176;
  font-size: 14px; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .total-percent {
  color: #8e8176;
  font-size: 14px; }

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .progress-bar-percentage {
  background: url(/tpl/wycliffeOrg/assets/images/pattern-strip-5.svg) center repeat-x;
  background-size: cover;
  background-color: #6ba542;
  border-radius: 4px;
  transition: 0.3s width;
  padding: 0.5rem 0;
  min-width: 2.5%; }

.advocacy-modules-active-campaigns .campaigns-table td.options a {
  height: 22px;
  padding-top: 2px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.advocacy-modules-active-campaigns .campaigns-table td.options a.view {
  color: #fff;
  background-color: #009ca6;
  text-shadow: none; }

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote {
  color: #fff;
  background-color: #6ba542;
  text-shadow: none; }

@media screen and (max-width: 900px) {
  .advocacy-modules-active-campaigns .campaigns-table td.options a {
    display: block; }

  .advocacy-modules-active-campaigns .campaigns-table td.options a.view {
    margin-bottom: 5px; } }
.users-recover-password input[type="submit"],
.users-recover-password input[type="button"] {
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #009ca6;
  color: #fff;
  border-color: #009099; }
  .users-recover-password input[type="submit"]:hover,
  .users-recover-password input[type="button"]:hover {
    background: #00848d;
    color: #fff;
    border-color: #00848d; }
  .users-recover-password input[type="submit"]:active, .users-recover-password input[type="submit"]:focus,
  .users-recover-password input[type="button"]:active,
  .users-recover-password input[type="button"]:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #00848d;
    color: #fff; }

.payment-processors .forms .secure-payment .field-group .form-input-wrapper.payment-card-security-code-field {
  padding-left: 0; }
.payment-processors .forms .secure-payment .form-panel-card.cvv-disabled .field-group .form-input-wrapper.payment-card-expiration-year-field {
  width: 50%;
  padding-right: 0; }
.payment-processors .forms .form-input-wrapper {
  margin: 1em auto; }
  .payment-processors .forms .form-input-wrapper.form-label-left {
    padding-left: 0; }
    .payment-processors .forms .form-input-wrapper.form-label-left.payment-type-field {
      padding-left: 150px; }
  .payment-processors .forms .form-input-wrapper input, .payment-processors .forms .form-input-wrapper select {
    height: auto; }
    .payment-processors .forms .form-input-wrapper input:focus, .payment-processors .forms .form-input-wrapper select:focus {
      outline: #e2ddd5 auto 5px; }
  .payment-processors .forms .form-input-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: #eff5f8;
    background-image: url("/Tags/img/frontend/icon-combo-trigger.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 0.925em;
    padding-top: 0.7em;
    padding-bottom: 0.85em;
    color: rgba(8, 60, 92, 0.9); }
  .payment-processors .forms .form-input-wrapper .form-input-holder .form-field-button {
    padding: 0;
    background: transparent;
    border: none;
    color: #009ca6; }
  .payment-processors .forms .form-input-wrapper .form-input-holder .form-input-error {
    display: block;
    font-size: 0.85em;
    border: none;
    color: #aa1e2c;
    padding: 0;
    position: static; }
.payment-processors .forms input[type="submit"] {
  text-shadow: none;
  display: inline-block;
  padding: 0.6em 1em 0.675em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif;
  font-size: 1.025em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  overflow: visible;
  background: #6ba542;
  color: #fff;
  border-color: #659c3e; }
  .payment-processors .forms input[type="submit"]:hover {
    background: #5f933b;
    color: #fff;
    border-color: #5f933b; }
  .payment-processors .forms input[type="submit"]:active, .payment-processors .forms input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #5f933b;
    color: #fff; }

#payment-processors-payment-form {
  max-width: 75%;
  margin: 0 auto; }

.eprotect-iframe-wrapper {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px; }

/*
 *  Remodal - v1.0.3
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.0.3
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.remodal-close {
  border: none !important;
  background: none !important;
  color: currentcolor !important;
  -webkit-appearance: none !important;
  appearance: none !important; }

/*# sourceMappingURL=style.css.map */

