@charset "UTF-8";
/*$frame-header-inner-border-width: 1px 0 0 0 !default;
$frame-header-inner-border-style: solid !default;
$frame-header-inner-border-color: lighten($frame-base-color, 10) !default;*/
/*$frame-body-border-color: $panel-border-color !default;*/
/*$frame-header-padding: 2px !default;*/
/*$frame-header-color: #fff !default;
$frame-header-font-size: 12px !default;
$frame-header-font-weight: bold !default;
$frame-header-text-shadow: 0 -1px 0 darken($frame-base-color, 20) !default;
*/
/**
 * @class Ext.grid.*
 */
/**
 * @class Ext.Button
 */
 /*
 //default button
 $default-button-base-color: #DFDFDF !default;
 $default-button-over-base-color: lighten($default-button-base-color, 4);
 $default-button-active-base-color: darken($default-button-base-color, 2);
 $default-button-background-gradient: 'glossy-button';
 $default-button-over-background-gradient: 'glossy-button-over';
 $default-button-active-background-gradient: 'glossy-button-click';
 $default-button-border-color: darken($default-button-base-color, 10);
 $default-button-over-border-color: false;
 $default-button-active-border-color: darken($default-button-active-base-color, 8);
 $default-button-inner-border-color: rgba(255, 255, 255, .3);
 $default-button-inner-over-border-color: false;
 $default-button-inner-active-border-color: rgba(255, 255, 255, .3);

 //size
 $button-small-icon-size: 16px;
 $button-medium-icon-size: 24px;
 $button-large-icon-size: 32px;*/
/**
 * @class Ext.ColorPicker
 */
/**
 * @class Ext.Toolbar
 */
/**
 * @class Ext.form
 */
/**
 * @class Ext.form.TriggerField
 */
/**
 * @class Ext.menu.*
 */
/**
 * @class Ext.Window
 */
/**
 * @class Ext.TabBar
 */
/**
 * @class Ext.Tab
 */
/**
 * @class Ext.ToolTip
 */
/**
 * @class Ext.ProgressBar
 */
/**
 * @class Ext.BoundList
 */
/* line 3, ../themes/stylesheets/ext4/default/core/_reset.scss */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
h4, h5, h6, pre, code, form, fieldset, legend,
input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 8, ../themes/stylesheets/ext4/default/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 64, ../themes/stylesheets/ext4/default/core/_reset.scss */
.ext-forced-border-box, .ext-forced-border-box * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 3, ../themes/stylesheets/ext4/default/core/_core.scss */
html,
body,
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 8, ../themes/stylesheets/ext4/default/core/_core.scss */
body {
  font-size: 12px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-weight: normal;
}

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

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

/* line 28, ../themes/stylesheets/ext4/default/core/_core.scss */
.x4-hide-display {
  display: none !important;
}

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

/* line 36, ../themes/stylesheets/ext4/default/core/_core.scss */
.x4-hide-offsets {
  display: block !important;
  position: absolute!important;
  left: -10000px !important;
  top: -10000px !important;
}

/* line 43, ../themes/stylesheets/ext4/default/core/_core.scss */
.x4-hide-nosize {
  height: 0!important;
  width: 0!important;
}

/**
 * @class Ext.Header
 * Used to create the base structure of an Ext.Header component which is used in framed 
 * Ext.Panel's and Ext.Windows
 */
/*$frame-header-actual-padding: nth($frame-header-padding, 1);
@if $frame-header-actual-padding < nth($frame-border-radius, 1) {
  $frame-header-actual-padding: nth($frame-border-radius, 1);
}

@mixin extjs-frame {
  .#{$prefix}-window-frame,
  .#{$prefix}-panel-frame {
    @include border-radius($frame-border-radius);
  }
  
  .#{$prefix}-window-frame,
  .#{$prefix}-panel-frame {
    .#{$prefix}-toolbar {
      border-color: $frame-body-border-color !important;
    }
  }
  
  .#{$prefix}-window-header-frame,
  .#{$prefix}-panel-header-frame {
    border-width: $frame-border-width;
    border-style: $frame-border-style;
    @include border-radius($frame-border-radius);
    
    border-color: darken($frame-base-color, 10);
  
    @include background-gradient($frame-base-color);

    .#{$prefix}-box-layout-ct {
      padding: $frame-header-actual-padding;
      
      border-width: $frame-header-inner-border-width;
      border-style: $frame-header-inner-border-style;
      @include border-radius($frame-border-radius);
      
      border-top-color: $frame-header-inner-border-color;
      
      .#{$prefix}-window-header-text,
      .#{$prefix}-panel-header-text {
        @include no-select;
        
        display: block;

        color: $frame-header-color;
        font-size: $frame-header-font-size;
        font-weight: $frame-header-font-weight;
        text-shadow: $frame-header-text-shadow;
      }
    }
  }
  
  .#{$prefix}-window-body-frame,
  .#{$prefix}-panel-body-frame {
    border-top-width: 0;
    
    border-color: $frame-body-border-color;
  }
  
  @if $include-no-border-radius {
    .ext-no-border-radius {
      .#{$prefix}-window-frame,
      .#{$prefix}-panel-frame {
        @if nth($frame-border-radius, 1) == 0 {
          .#{$prefix}-panel-header-frame {
            border-width: 1px 1px 0 1px;
          }
        }
        
        @include border-radius(0);
      }
      
      .#{$prefix}-window-header-frame,
      .#{$prefix}-panel-header-frame {
        border-width: 0;
        @include border-radius(0);
        
        .#{$prefix}-box-layout-ct {
          border-width: 0;
          @include border-radius(0);
          
          padding: 0;
        }
        
        .#{$prefix}-box-item {
          padding: 0;
        }
        
        .#{$prefix}-window-header-tl, .#{$prefix}-window-header-tc, .#{$prefix}-window-header-tr, .#{$prefix}-window-header-ml, .#{$prefix}-window-header-mc, .#{$prefix}-window-header-mr, .#{$prefix}-window-header-bl, .#{$prefix}-window-header-bc, .#{$prefix}-window-header-br,
        .#{$prefix}-panel-header-tl, .#{$prefix}-panel-header-tc, .#{$prefix}-panel-header-tr, .#{$prefix}-panel-header-ml, .#{$prefix}-panel-header-mc, .#{$prefix}-panel-header-mr, .#{$prefix}-panel-header-bl, .#{$prefix}-panel-header-bc, .#{$prefix}-panel-header-br {
          background-image: theme-image($theme-name, 'panel/panel-frame.gif');
        }
        
        $panel-tl-height: image-height($theme-name, 'panel-frame-tl.gif');
        $panel-ml-height: image-height($theme-name, 'panel-frame-ml.gif');
        $offset: 0;
        
        background-position: 0 background-position($offset, $panel-tl-height, 0);
        
        .#{$prefix}-window-header-tl,
        .#{$prefix}-panel-header-tl {
          padding-left: $frame-header-actual-padding;
          
          background-position: 0 background-position($offset, $panel-tl-height, 0);
        }
        
        .#{$prefix}-window-header-tr,
        .#{$prefix}-panel-header-tr {
          padding-right: $frame-header-actual-padding;
          
          background-position: 100% background-position($offset, $panel-tl-height, 1);
        }
        
        .#{$prefix}-window-header-ml,
        .#{$prefix}-panel-header-ml {
          padding-left: $frame-header-actual-padding;
          
          background-position: 0 background-position($offset, $panel-tl-height, 2);
        }
        $offset: $offset + $panel-ml-height;
        
        .#{$prefix}-window-header-mr,
        .#{$prefix}-panel-header-mr {
          padding-right: $frame-header-actual-padding;
          
          background-position: 100% background-position($offset, $panel-tl-height, 2);
        }
        $offset: $offset + $panel-ml-height;
        
        .#{$prefix}-window-header-bl,
        .#{$prefix}-panel-header-bl {
          padding-left: $frame-header-actual-padding;
          
          background-position: 0 background-position($offset, $panel-tl-height, 2);
        }

        .#{$prefix}-window-header-br,
        .#{$prefix}-panel-header-br {
          padding-right: $frame-header-actual-padding;
          
          background-position: 100% background-position($offset, $panel-tl-height, 3);
        }
        
        .#{$prefix}-window-header-tc,
        .#{$prefix}-panel-header-tc {
          padding-top: $frame-header-actual-padding;
          
          background-position: 0 background-position($offset, $panel-tl-height, 4);
        }
        $offset: $offset + $panel-tl-height;
        
        .#{$prefix}-window-header-mc,
        .#{$prefix}-panel-header-mc {
          background-position: 0 background-position($offset, $panel-tl-height, 4);
        }
        
        .#{$prefix}-window-header-bc,
        .#{$prefix}-panel-header-bc {
          padding-top: $frame-header-actual-padding;
          
          background-position: bottom left;
        }
        
        @if nth($panel-border-radius, 1) == 0 {
          .#{$prefix}-panel-header-tl, .#{$prefix}-panel-header-tc, .#{$prefix}-panel-header-tr, .#{$prefix}-panel-header-ml, .#{$prefix}-panel-header-mc, .#{$prefix}-panel-header-mr, .#{$prefix}-panel-header-bl, .#{$prefix}-panel-header-bc, .#{$prefix}-panel-header-br {
            background-image: none;
            background: transparent;
          }
          
          background-image: theme-image($theme-name, 'panel/panel-frame-bg.gif');
        }
      }
      
      .#{$prefix}-window-header-frame,
      .#{$prefix}-panel-header-frame {
        background: transparent;
        
        .#{$prefix}-box-layout-ct {
          border-color: transparent;
        }
      }
    }
  }
}*/
/**
 * @class Ext.Button
 * Used to create the base structure of an Ext.Button
 */
/**
 * @class Ext.menu.*
 */
/**
 * @class Ext.Panel
 * Used to create the base structure of an Ext.Panel
 */
/*
@import 'ext-base';

.#{$prefix}-tip {
  position:absolute;
  top:0;
  left:0;
  
  visibility:hidden;
  
  z-index:20002;
  
  border:1px solid;
  @include border-radius($window-border-radius);
  
  .#{$prefix}-tip-tl,
  .#{$prefix}-tip-bwrap {
    border:1px solid;
  }
  
  .#{$prefix}-tip-tl {
    border-bottom-width:0;
    @include border-top-radius($window-border-radius);
  }
  
  .#{$prefix}-tip-bwrap {
    border-top-width:0;
    @include border-bottom-radius($window-border-radius);
  }
  
  .#{$prefix}-tip-header-text,
  .#{$prefix}-tip-body {
    padding:5px;
    
    cursor:default;
    
    &.#{$prefix}-tip-header-text {
      display:inline-block;
      
      padding-bottom:0;
    }
  }
  
  .#{$prefix}-tip-header {
    position:relative;
    
    .#{$prefix}-tool-close {
      position:absolute;
      top:3px;
      right:3px;
      
      height:11px;
      width:11px;
      
      opacity:.8;
      -moz-opacity:.8;
      
      background-repeat:no-repeat;
      
      cursor:pointer;
      
      z-index:2;
      
      &:hover {
        opacity:1;
        -moz-opacity:1;
      }
    }
    
    &.#{$prefix}-tip-draggable {
      cursor:move;
      
      .#{$prefix}-tip-header-text { cursor:move; }
    }
  }
}
*/
/**
 * @class Ext.TabBar
 * 
 */
/**
 * @class Ext.Tab
 * 
 */
/**
 * @class Ext.LoadMask
 * Component used to mask a component
 */
/* line 5, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x4-mask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  zoom: 1;
  background-color: #ccc;
}

/* line 21, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x4-mask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  border: 1px solid;
  border-color: #99bbe8;
  background-color: #dfe8f6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4f3ff), color-stop(48%, #d9edff), color-stop(52%, #c2d8f2), color-stop(100%, #c6dcf6));
  background-image: -moz-linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
  background-image: linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
}
/* line 34, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.x4-mask-msg div {
  padding: 5px 10px 5px 25px;
  background-image: url('../themes/images/default/grid/loading.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
  cursor: wait;
  border: 1px solid #a3bad9;
  background-color: #eee;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  text-shadow: 0 1px 0 #fff;
}

/* line 51, ../themes/stylesheets/ext4/default/widgets/_loadmask.scss */
.ext-nlg .x4-mask-msg {
  background-image: url('../themes/images/default/mask/mask-bg.png');
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x4-boundlist {
  border: 1px solid #98c0f4;
  background: white;
}

/* line 8, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x4-boundlist-item {
  padding: 2px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  cursor: pointer;
  cursor: hand;
  border: 1px dotted white;
}

/* line 19, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
 
.x4-boundlist-selected {
  background: #cbdaf0;
  border-color: #8eabe4;
}

/* line 25, ../themes/stylesheets/ext4/default/widgets/_boundlist.scss */
.x4-boundlist-item-over {
  background: #dfe8f6;
  border-color: #a3bae9;
}

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

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

/* line 6, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 19, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-btn * {
  cursor: pointer;
  cursor: hand;
}
/* line 24, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-btn button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  outline: 0 none;
}
/* line 34, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-btn button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* line 49, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.ext-nbr .x4-btn td {
  padding: 0 !important;
}
/* line 53, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.ext-nbr .x4-btn .x4-frame-mc {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}

/* line 64, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.ext-strict .ext-ie6 .x4-btn .x4-frame-mc,
.ext-strict .ext-ie7 .x4-btn .x4-frame-mc {
  height: 100%;
}

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

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

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

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

/* line 85, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-btn-arrow-right {
  background: transparent no-repeat right center;
  padding-right: 14px;
}

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

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

/* line 100, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-btn-split-right {
  background: transparent url('../themes/images/default/button/s-arrow.gif') no-repeat right center;
  padding-right: 18px;
}

/* line 105, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-btn-split-bottom {
  background: transparent url('../themes/images/default/button/s-arrow-b.gif') no-repeat center bottom;
  padding-bottom: 18px;
}

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

/* line 115, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-item-disabled,
.x4-item-disabled * {
  cursor: default;
}
/* line 118, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x4-item-disabled em,
.x4-item-disabled * em {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

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

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

/* line 44, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small {
  border-color: #c6c6c6;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-btn-default-small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(48%, #f1f1f1), color-stop(52%, #dadada), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
  background-image: linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-btn-default-small-mc {
  background-image: url('../themes/images/default/btn/btn-default-small-bg.png');
  background-color: #dfdfdf;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-small {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("table||internal-radius-3-3-3-3-3");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-small-tl,
.ext-nbr .x4-btn-default-small-bl,
.ext-nbr .x4-btn-default-small-tr,
.ext-nbr .x4-btn-default-small-br,
.ext-nbr .x4-btn-default-small-tc,
.ext-nbr .x4-btn-default-small-bc {
  background-image: url('../themes/images/default/btn/btn-default-small-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-small-ml,
.ext-nbr .x4-btn-default-small-mr {
  background-image: url('../themes/images/default/btn/btn-default-small-sides.png');
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-small-mc {
  padding: 0px 0px 0px 0px;
}

/* line 50, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small button {
  font-size: 11px;
  font-weight: normal;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #111111;
  background-repeat: no-repeat;
}

/* line 59, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-icon button,
.x4-btn-default-small-noicon button {
  height: 16px;
}

/* line 65, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-icon button {
  width: 16px !important;
}

/* line 71, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-icon-text-left button {
  height: 16px;
  padding-left: 20px;
}

/* line 78, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-icon-text-right button {
  height: 16px;
  padding-right: 20px;
}

/* line 85, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-icon-text-top button {
  padding-top: 20px;
}

/* line 91, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-icon-text-bottom button {
  padding-bottom: 20px;
}

/* line 96, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-over {
  border-color: #87a9d6;
  background-color: #ddefff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4f3ff), color-stop(48%, #d9edff), color-stop(52%, #c2d8f2), color-stop(100%, #c6dcf6));
  background-image: -moz-linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
  background-image: linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
}

/* line 125, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-pressed {
  border-color: #9ebae1;
  background-color: #bccfe5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6cbe4), color-stop(48%, #bfd2e6), color-stop(52%, #8dc0f5), color-stop(100%, #98c5f5));
  background-image: -moz-linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
  background-image: linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
}

/* line 154, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-small-disabled {
  border-color: #c6c6c6;
  background: none transparent;
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(48%, #f1f1f1), color-stop(52%, #dadada), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
  background-image: linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
}

/* line 183, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-small-over .x4-frame-tl,
.ext-nbr .x4-btn-default-small-over .x4-frame-bl,
.ext-nbr .x4-btn-default-small-over .x4-frame-tr,
.ext-nbr .x4-btn-default-small-over .x4-frame-br,
.ext-nbr .x4-btn-default-small-over .x4-frame-tc,
.ext-nbr .x4-btn-default-small-over .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-default-small-over-corners.png');
}
/* line 187, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-small-over .x4-frame-ml,
.ext-nbr .x4-btn-default-small-over .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-default-small-over-sides.png');
}
/* line 190, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-small-over .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-default-small-over-bg.png');
}
/* line 203, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-small-pressed .x4-frame-tl,
.ext-nbr .x4-btn-default-small-pressed .x4-frame-bl,
.ext-nbr .x4-btn-default-small-pressed .x4-frame-tr,
.ext-nbr .x4-btn-default-small-pressed .x4-frame-br,
.ext-nbr .x4-btn-default-small-pressed .x4-frame-tc,
.ext-nbr .x4-btn-default-small-pressed .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-default-small-pressed-corners.png');
}
/* line 207, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-small-pressed .x4-frame-ml,
.ext-nbr .x4-btn-default-small-pressed .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-default-small-pressed-sides.png');
}
/* line 210, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-small-pressed .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-default-small-pressed-bg.png');
}

/* line 44, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium {
  border-color: #c6c6c6;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-btn-default-medium {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(48%, #f1f1f1), color-stop(52%, #dadada), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
  background-image: linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-btn-default-medium-mc {
  background-image: url('../themes/images/default/btn/btn-default-medium-bg.png');
  background-color: #dfdfdf;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-medium {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("table||internal-radius-3-3-3-3-3");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-medium-tl,
.ext-nbr .x4-btn-default-medium-bl,
.ext-nbr .x4-btn-default-medium-tr,
.ext-nbr .x4-btn-default-medium-br,
.ext-nbr .x4-btn-default-medium-tc,
.ext-nbr .x4-btn-default-medium-bc {
  background-image: url('../themes/images/default/btn/btn-default-medium-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-medium-ml,
.ext-nbr .x4-btn-default-medium-mr {
  background-image: url('../themes/images/default/btn/btn-default-medium-sides.png');
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-medium-mc {
  padding: 0px 0px 0px 0px;
}

/* line 50, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium button {
  font-size: 11px;
  font-weight: normal;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #111111;
  background-repeat: no-repeat;
}

/* line 59, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-icon button,
.x4-btn-default-medium-noicon button {
  height: 24px;
}

/* line 65, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-icon button {
  width: 24px !important;
}

/* line 71, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-icon-text-left button {
  height: 24px;
  padding-left: 28px;
}

/* line 78, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-icon-text-right button {
  height: 24px;
  padding-right: 28px;
}

/* line 85, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-icon-text-top button {
  padding-top: 28px;
}

/* line 91, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-icon-text-bottom button {
  padding-bottom: 28px;
}

/* line 96, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-over {
  border-color: #87a9d6;
  background-color: #ddefff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4f3ff), color-stop(48%, #d9edff), color-stop(52%, #c2d8f2), color-stop(100%, #c6dcf6));
  background-image: -moz-linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
  background-image: linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
}

/* line 125, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-pressed {
  border-color: #9ebae1;
  background-color: #bccfe5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6cbe4), color-stop(48%, #bfd2e6), color-stop(52%, #8dc0f5), color-stop(100%, #98c5f5));
  background-image: -moz-linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
  background-image: linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
}

/* line 154, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-medium-disabled {
  border-color: #c6c6c6;
  background: none transparent;
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(48%, #f1f1f1), color-stop(52%, #dadada), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
  background-image: linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
}

/* line 183, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-medium-over .x4-frame-tl,
.ext-nbr .x4-btn-default-medium-over .x4-frame-bl,
.ext-nbr .x4-btn-default-medium-over .x4-frame-tr,
.ext-nbr .x4-btn-default-medium-over .x4-frame-br,
.ext-nbr .x4-btn-default-medium-over .x4-frame-tc,
.ext-nbr .x4-btn-default-medium-over .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-default-medium-over-corners.png');
}
/* line 187, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-medium-over .x4-frame-ml,
.ext-nbr .x4-btn-default-medium-over .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-default-medium-over-sides.png');
}
/* line 190, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-medium-over .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-default-medium-over-bg.png');
}
/* line 203, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-tl,
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-bl,
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-tr,
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-br,
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-tc,
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-default-medium-pressed-corners.png');
}
/* line 207, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-ml,
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-default-medium-pressed-sides.png');
}
/* line 210, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-medium-pressed .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-default-medium-pressed-bg.png');
}

/* line 44, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large {
  border-color: #c6c6c6;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-btn-default-large {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(48%, #f1f1f1), color-stop(52%, #dadada), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
  background-image: linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-btn-default-large-mc {
  background-image: url('../themes/images/default/btn/btn-default-large-bg.png');
  background-color: #dfdfdf;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-large {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("table||internal-radius-3-3-3-3-3");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-large-tl,
.ext-nbr .x4-btn-default-large-bl,
.ext-nbr .x4-btn-default-large-tr,
.ext-nbr .x4-btn-default-large-br,
.ext-nbr .x4-btn-default-large-tc,
.ext-nbr .x4-btn-default-large-bc {
  background-image: url('../themes/images/default/btn/btn-default-large-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-large-ml,
.ext-nbr .x4-btn-default-large-mr {
  background-image: url('../themes/images/default/btn/btn-default-large-sides.png');
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-default-large-mc {
  padding: 0px 0px 0px 0px;
}

/* line 50, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large button {
  font-size: 11px;
  font-weight: normal;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #111111;
  background-repeat: no-repeat;
}

/* line 59, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-icon button,
.x4-btn-default-large-noicon button {
  height: 32px;
}

/* line 65, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-icon button {
  width: 32px !important;
}

/* line 71, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-icon-text-left button {
  height: 32px;
  padding-left: 36px;
}

/* line 78, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-icon-text-right button {
  height: 32px;
  padding-right: 36px;
}

/* line 85, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-icon-text-top button {
  padding-top: 36px;
}

/* line 91, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-icon-text-bottom button {
  padding-bottom: 36px;
}

/* line 96, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-over {
  border-color: #87a9d6;
  background-color: #ddefff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4f3ff), color-stop(48%, #d9edff), color-stop(52%, #c2d8f2), color-stop(100%, #c6dcf6));
  background-image: -moz-linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
  background-image: linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
}

/* line 125, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-pressed {
  border-color: #9ebae1;
  background-color: #bccfe5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6cbe4), color-stop(48%, #bfd2e6), color-stop(52%, #8dc0f5), color-stop(100%, #98c5f5));
  background-image: -moz-linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
  background-image: linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
}

/* line 154, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-default-large-disabled {
  border-color: #c6c6c6;
  background: none transparent;
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(48%, #f1f1f1), color-stop(52%, #dadada), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
  background-image: linear-gradient(top, #f7f7f7, #f1f1f1 48%, #dadada 52%, #dfdfdf);
}

/* line 183, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-large-over .x4-frame-tl,
.ext-nbr .x4-btn-default-large-over .x4-frame-bl,
.ext-nbr .x4-btn-default-large-over .x4-frame-tr,
.ext-nbr .x4-btn-default-large-over .x4-frame-br,
.ext-nbr .x4-btn-default-large-over .x4-frame-tc,
.ext-nbr .x4-btn-default-large-over .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-default-large-over-corners.png');
}
/* line 187, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-large-over .x4-frame-ml,
.ext-nbr .x4-btn-default-large-over .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-default-large-over-sides.png');
}
/* line 190, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-large-over .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-default-large-over-bg.png');
}
/* line 203, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-large-pressed .x4-frame-tl,
.ext-nbr .x4-btn-default-large-pressed .x4-frame-bl,
.ext-nbr .x4-btn-default-large-pressed .x4-frame-tr,
.ext-nbr .x4-btn-default-large-pressed .x4-frame-br,
.ext-nbr .x4-btn-default-large-pressed .x4-frame-tc,
.ext-nbr .x4-btn-default-large-pressed .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-default-large-pressed-corners.png');
}
/* line 207, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-large-pressed .x4-frame-ml,
.ext-nbr .x4-btn-default-large-pressed .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-default-large-pressed-sides.png');
}
/* line 210, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-default-large-pressed .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-default-large-pressed-bg.png');
}

/* line 44, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small {
  border-color: transparent;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-btn-toolbar-small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-btn-toolbar-small-mc {
  background-color: transparent;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-toolbar-small {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("table||internal-radius-3-3-3-3-3");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-toolbar-small-tl,
.ext-nbr .x4-btn-toolbar-small-bl,
.ext-nbr .x4-btn-toolbar-small-tr,
.ext-nbr .x4-btn-toolbar-small-br,
.ext-nbr .x4-btn-toolbar-small-tc,
.ext-nbr .x4-btn-toolbar-small-bc {
  background-image: url('../themes/images/default/btn/btn-toolbar-small-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-toolbar-small-ml,
.ext-nbr .x4-btn-toolbar-small-mr {
  background-image: url('../themes/images/default/btn/btn-toolbar-small-sides.png');
  background-repeat: repeat-y;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-btn-toolbar-small-mc {
  padding: 0px 0px 0px 0px;
}

/* line 50, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small button {
  font-size: 11px;
  font-weight: normal;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #333333;
  background-repeat: no-repeat;
}

/* line 59, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-icon button,
.x4-btn-toolbar-small-noicon button {
  height: 16px;
}

/* line 65, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-icon button {
  width: 16px !important;
}

/* line 71, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-icon-text-left button {
  height: 16px;
  padding-left: 20px;
}

/* line 78, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-icon-text-right button {
  height: 16px;
  padding-right: 20px;
}

/* line 85, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-icon-text-top button {
  padding-top: 20px;
}

/* line 91, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-icon-text-bottom button {
  padding-bottom: 20px;
}

/* line 96, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-over {
  border-color: #81a4d0;
  background-color: #dbeeff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4f3ff), color-stop(48%, #d9edff), color-stop(52%, #c2d8f2), color-stop(100%, #c6dcf6));
  background-image: -moz-linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
  background-image: linear-gradient(top, #e4f3ff, #d9edff 48%, #c2d8f2 52%, #c6dcf6);
}

/* line 125, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-pressed {
  border-color: #7a9ac4;
  background-color: #bccfe5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6cbe4), color-stop(48%, #bfd2e6), color-stop(52%, #8dc0f5), color-stop(100%, #98c5f5));
  background-image: -moz-linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
  background-image: linear-gradient(top, #b6cbe4, #bfd2e6 48%, #8dc0f5 52%, #98c5f5);
}

/* line 154, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.x4-btn-toolbar-small-disabled {
  border-color: transparent;
  background: none transparent;
  background-color: transparent;
}

/* line 183, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-tl,
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-bl,
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-tr,
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-br,
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-tc,
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-toolbar-small-over-corners.png');
}
/* line 187, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-ml,
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-toolbar-small-over-sides.png');
}
/* line 190, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-toolbar-small-over .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-toolbar-small-over-bg.png');
}
/* line 203, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-tl,
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-bl,
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-tr,
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-br,
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-tc,
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-bc {
  background-image: url('../themes/images/default/btn/btn-toolbar-small-pressed-corners.png');
}
/* line 207, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-ml,
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-mr {
  background-image: url('../themes/images/default/btn/btn-toolbar-small-pressed-sides.png');
}
/* line 210, ../themes/stylesheets/ext4/default/mixins/_btn.scss */
.ext-nbr .x4-btn-toolbar-small-pressed .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/btn/btn-toolbar-small-pressed-bg.png');
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker {
  border: 1px solid #718BB7;
  border-top: 0 none;
  background-color: #fff;
  position: relative;
}

/* line 9, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker a {
  -moz-outline: 0 none;
  outline: 0 none;
  color: #15428B;
  text-decoration: none;
  border-width: 0;
}

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

/* line 25, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-next,
.x4-datepicker-prev,
.x4-datepicker-month {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.beta.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.x4-datepicker-next,
.x4-datepicker-prev,
.x4-datepicker-month {
  *display: inline;
}

/* line 39, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-month .x4-btn,
.x4-datepicker-month button,
.x4-datepicker-month .x4-btn-tc,
.x4-datepicker-month .x4-btn-tl,
.x4-datepicker-month .x4-btn-tr,
.x4-datepicker-month .x4-btn-mc,
.x4-datepicker-month .x4-btn-ml,
.x4-datepicker-month .x4-btn-mr,
.x4-datepicker-month .x4-btn-bc,
.x4-datepicker-month .x4-btn-bl,
.x4-datepicker-month .x4-btn-br {
  background: transparent !important;
  border-width: 0 !important;
}

/* line 45, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-middle .x4-btn-mc em.x4-btn-arrow {
  background: transparent no-repeat right 0;
}

/* line 50, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-prev,
.x4-datepicker-next {
  width: 18px;
}

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

/* line 58, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-month {
  width: 140px;
}
/* line 61, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-month button {
  position: relative;
}

/* line 66, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-month button {
  width: 138px;
  color: #fff !important;
  font: normal 11px "sans serif", tahoma, verdana, helvetica !important;
}

/* line 75, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-prev a,
.x4-datepicker-next a {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 90, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-prev a:hover,
.x4-datepicker-next a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 95, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-item-disabled .x4-datepicker-prev a:hover,
.x4-item-disabled .x4-datepicker-next a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 99, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-next a {
  margin-right: 2px;
  text-decoration: none !important;
  background-image: url('../themes/images/default/shared/right-btn.gif');
}

/* line 107, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-prev a {
  margin-left: 2px;
  text-decoration: none !important;
  background-image: url('../themes/images/default/shared/left-btn.gif');
}

/* line 115, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
table.x4-datepicker-inner {
  width: 100%;
  table-layout: fixed;
}

/* line 120, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-header {
  background: repeat-x 0 -83px;
  background-image: url('../themes/images/default/shared/hd-sprite.gif');
  padding-top: 4px;
  height: 28px;
}

/* line 126, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.ext-strict .x4-datepicker-header {
  height: 22px;
}

/* line 131, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner th {
  width: 25px;
  height: 19px;
  background: repeat-x left top;
  background-color: #dfecfb;
  background-image: url('../themes/images/default/shared/glass-bg.gif');
  font: normal 10px arial, helvetica,tahoma,sans-serif;
  color: #233d6d;
  text-align: right !important;
  border-bottom: 1px solid #a3bad9;
  cursor: default;
  padding: 0;
  border-collapse: separate;
}
/* line 150, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner th span {
  display: block;
  padding-right: 7px;
}
/* line 156, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner tr {
  height: 20px;
}
/* line 160, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner td {
  border: 1px solid;
  height: 17px;
  border-color: #fff;
  text-align: right;
  padding: 0;
}
/* line 169, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner a {
  padding-right: 4px;
  display: block;
  text-decoration: none;
  text-align: right;
  zoom: 1;
  font: normal 11px arial, helvetica,tahoma,sans-serif;
  color: #000;
}
/* line 182, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner .x4-datepicker-active {
  cursor: pointer;
  color: black;
}
/* line 188, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner .x4-datepicker-selected a {
  background: repeat-x left top;
  background-color: #dfecfb;
  background-image: url('../themes/images/default/shared/glass-bg.gif');
  border: 1px solid #8db2e3;
}
/* line 195, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner .x4-datepicker-selected span {
  font-weight: bold;
}
/* line 201, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner .x4-datepicker-today a {
  border: 1px solid;
  border-color: darkred;
}
/* line 209, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner .x4-datepicker-prevday a,
.x4-datepicker-inner .x4-datepicker-nextday a {
  text-decoration: none !important;
  color: #aaa;
}
/* line 216, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner a:hover,
.x4-datepicker-inner .x4-datepicker-disabled a:hover {
  text-decoration: none !important;
  color: #000;
  background-color: #ddecfe;
}
/* line 222, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-inner .x4-datepicker-disabled a {
  cursor: default;
  background-color: #eee;
  color: #bbb;
}

/* line 230, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-footer,
.x4-monthpicker-buttons {
  border-top: 1px solid;
  border-top-color: #a3bad9;
  background-color: #dfecfb;
  height: 28px;
  text-align: center;
  padding-top: 2px;
  background: repeat-x left top;
  background-image: url('../themes/images/default/shared/glass-bg.gif');
}
/* line 240, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-datepicker-footer .x4-btn,
.x4-monthpicker-buttons .x4-btn {
  margin: 0 2px;
}

/* line 246, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.ext-strict .x4-datepicker-footer,
.ext-strict .x4-monthpicker-buttons {
  height: 25px;
}

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

/* line 255, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #718BB7;
  background: #fff;
}
/* line 262, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-months,
.x4-monthpicker .x4-monthpicker-years {
  float: left;
  height: 165px;
  width: 88px;
}
/* line 268, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-item {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  margin: 4px 0 5px 0;
  font: normal 11px arial, helvetica,tahoma,sans-serif;
  height: 18px;
  border: 0 none;
  text-align: center;
  vertical-align: middle;
  width: 43px;
}
/* line 7, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.beta.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.x4-monthpicker .x4-monthpicker-item {
  *display: inline;
}
/* line 277, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-item a {
  display: block;
  margin: 0 5px 0 5px;
  border: 1px solid #fff;
  height: 18px;
  line-height: 17px;
}
/* line 283, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-item a:hover {
  color: #15428b;
  background-color: #ddecfe;
}
/* line 288, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-item a.x4-monthpicker-selected {
  background-color: #dfecfb;
  background-image: url('../themes/images/default/shared/glass-bg.gif');
  border-color: #8db2e3;
}
/* line 297, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-months {
  border-right: 1px solid #718BB7;
  width: 87px;
}
/* line 304, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-years .x4-monthpicker-item {
  width: 44px;
}
/* line 307, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-years .x4-monthpicker-yearnav {
  height: 28px;
}
/* line 311, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-years .x4-monthpicker-yearnav button {
  background-image: url('../themes/images/default/tools/tool-sprites.gif');
  height: 15px;
  width: 15px;
  padding: 0;
  margin: 6px 12px 5px 15px;
  border: none;
  background-color: #fff;
}
/* line 321, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-years .x4-monthpicker-yearnav .x4-monthpicker-yearnav-next {
  background-position: 0 -120px;
}
/* line 323, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-years .x4-monthpicker-yearnav .x4-monthpicker-yearnav-next:hover {
  background-position: -15px -120px;
}
/* line 328, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-years .x4-monthpicker-yearnav .x4-monthpicker-yearnav-prev {
  background-position: 0 -105px;
}
/* line 330, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.x4-monthpicker .x4-monthpicker-years .x4-monthpicker-yearnav .x4-monthpicker-yearnav-prev:hover {
  background-position: -15px -105px;
}

/* line 338, ../themes/stylesheets/ext4/default/widgets/_datepicker.scss */
.ext-strict .x4-monthpicker .x4-monthpicker-item a {
  height: 17px;
  line-height: 16px;
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x4-color-picker {
  width: 150px;
  height: 92px;
  cursor: pointer;
}

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

/* line 25, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x4-color-picker a:hover,
.x4-color-picker a.x4-color-picker-sel {
  border-color: #8bb8f3;
  background-color: #deecfd;
}

/* line 30, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x4-color-picker em {
  display: block;
  border: 1px solid #aca899;
}

/* line 36, ../themes/stylesheets/ext4/default/widgets/_colorpicker.scss */
.x4-color-picker em span {
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 10px;
}

/* line 5, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  zoom: 1;
  overflow: hidden;
  background: #f0f0f0;
  padding: 2px;
  /* so separator can be abs positioned if the menu isn't floating */
  position: relative;
}

/* line 16, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-floating {
  border: 1px solid #718bb7;
}

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

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

/* line 39, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item {
  white-space: nowrap;
  overflow: hidden;
}

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

/* line 48, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-link {
  display: block;
  padding: 0px 2px;
  text-decoration: none !important;
  border: 1px solid transparent;
  line-height: 16px;
  cursor: default;
}

/* line 59, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie6 .x4-menu-item-link {
  border-color: #f0f0f0;
}

/* line 65, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-icon {
  width: 16px;
  height: 16px;
  margin: 4px 11px 0px 2px;
  background: no-repeat center center;
}

/* line 72, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-text {
  position: relative;
  font-size: 11px;
  color: #222222;
  top: -4px;
}

/* line 79, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-checked {
  background-image: url('../themes/images/default/menu/checked.gif') !important;
}

/* line 83, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-unchecked {
  background-image: url('../themes/images/default/menu/unchecked.gif') !important;
}

/* line 88, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-group-item .x4-menu-item-checked {
  background-image: url('../themes/images/default/menu/group-checked.gif') !important;
}
/* line 92, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-group-item .x4-menu-item-unchecked {
  background-image: none !important;
}

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

/* line 105, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-arrow {
  position: absolute;
  width: 12px;
  height: 9px;
  top: 9px;
  right: 0px;
  background: url('../themes/images/default/menu/menu-parent.gif') no-repeat center center;
}

/* line 114, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-indent {
  padding-left: 27px;
}

/* line 118, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-active {
  cursor: pointer;
}
/* line 121, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.x4-menu-item-active .x4-menu-item-link {
  background-color: #d9e8fb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7f0fc), color-stop(100%, #c7ddf9));
  background-image: -moz-linear-gradient(top, #e7f0fc, #c7ddf9);
  background-image: linear-gradient(top, #e7f0fc, #c7ddf9);
  border-color: #a9cbf5;
  cursor: pointer;
}

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

/* line 134, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie .x4-menu-item-link {
  line-height: 17px;
}
/* line 139, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie .x4-menu-item-disabled .x4-menu-item-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 143, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie .x4-menu-item-disabled .x4-menu-item-text {
  background-color: #f0f0f0;
}
/* line 149, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie .x4-menu-icon-separator {
  width: 1px;
}
/* line 153, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie .x4-menu-item-separator {
  height: 1px;
}

/* line 159, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-border-box .ext-ie .x4-menu-icon-separator {
  width: 2px;
}
/* line 163, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-border-box .ext-ie .x4-menu-item-separator {
  height: 2px;
}

/* line 169, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie6 .x4-menu-item-link, .ext-ie7 .x4-menu-item-link {
  padding-top: 3px;
  padding-bottom: 3px;
}
/* line 176, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-ie6 .x4-menu-item-icon, .ext-ie7 .x4-menu-item-icon {
  margin-top: 1px;
}

/* line 184, ../themes/stylesheets/ext4/default/widgets/_menu.scss */
.ext-no-linear-gradients .x4-menu-item-active {
  background: url('../themes/images/default/menu/item-over.gif') repeat-x left bottom;
}

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

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

/* line 13, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row {
  line-height: 13px;
  vertical-align: top;
  padding-left: 1px;
  padding-right: 1px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}
/* line 25, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row .x4-grid-cell {
  font: normal 11px/13px arial, tahoma, helvetica, sans-serif;
  background: #fff;
  border-color: #ededed;
  border-style: solid;
  border-width: 1px 0;
}

/* line 36, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-alt .x4-grid-cell {
  background-color: #fafafa;
}

/* line 40, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-over .x4-grid-cell {
  border-color: #ddd;
  background: repeat-x left top;
  background-color: #efefef;
  background-image: url('../themes/images/default/grid/row-over.gif');
}

/* line 50, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-selected .x4-grid-cell,
.x4-grid-row-selected .x4-grid-rowwrap-div {
  border-style: dotted;
  border-color: #a3bae9;
  background-color: #dfe8f6 !important;
  background-image: none;
}

/* line 59, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-focused .x4-grid-cell,
.x4-grid-row-focused .x4-grid-rowwrap-div {
  border-style: dotted;
  border-color: #8eabe4;
  background-color: #cbdaf0 !important;
  background-image: none;
}

/* line 67, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-rowwrap-div {
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  overflow: hidden;
}
/* line 73, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-rowwrap-div .x4-grid-cell {
  border-width: 0;
  background: transparent;
}

/* line 80, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-cell {
  overflow: hidden;
  font: normal 13px arial, tahoma, helvetica, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

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

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

/* line 106, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-scroller-vertical {
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 110, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-scroller-horizontal {
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 115, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

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

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

/* line 129, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-rowbody {
  font: normal 13px arial, tahoma, helvetica, sans-serif;
  padding: 5px;
}

/* Expanders */
/* line 137, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-view .x4-grid-td-expander {
  /*background-image: url(../images/grid3-special-col-bg.gif);*/
  vertical-align: top;
}

/* line 143, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-td-expander {
  background: repeat-y right;
  /*padding: 0 !important;*/
}

/* line 150, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-view .x4-grid-td-expander .x4-grid-cell-inner {
  padding: 0 !important;
  /*height:100%;*/
}

/* line 157, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-expander {
  background-image: url('../themes/images/default/grid/row-expand-sprite.gif');
  background-color: transparent;
  width: 100%;
  height: 14px;
  background-repeat: no-repeat;
  background-position: -24px 0;
}

/* line 169, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-collapsed .x4-grid-row-expander {
  background-position: 1px 0;
}

/* line 174, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-resize-marker {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 1px;
}

/* line 182, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-top,
.col-move-bottom {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  visibility: hidden;
  z-index: 20000;
  background: no-repeat left top;
}

/* line 200, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-tbar-page-number {
  width: 30px;
  height: 14px;
}

/* line 206, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-header-ct {
  cursor: default;
  zoom: 1;
  padding: 0;
  background: repeat-x 0 bottom;
  background-color: #f9f9f9;
  background-image: url('../themes/images/default/grid/grid3-hrow.gif');
}

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

/* Put trigger on lhs when aligned to right. */
/* line 238, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header-align-right .x4-column-header-trigger {
  left: 0;
  right: auto;
}

/* line 244, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header-align-right {
  text-align: right;
}

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

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

/* line 255, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header-over .x4-column-header-trigger, .x4-column-header-open .x4-column-header-trigger {
  display: block;
}

/* line 260, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header {
  padding: 4px 3px 4px 5px;
  overflow: hidden;
  border-left: 1px solid #eee;
  border-right: 1px solid #d0d0d0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  font: normal 11px/15px arial, tahoma, helvetica, sans-serif;
  background: repeat-x 0 bottom;
  background-color: #f9f9f9;
  background-image: url('../themes/images/default/grid/grid3-hrow.gif');
}

/* line 277, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header-inner {
  white-space: nowrap;
}

/* line 283, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header-over,
.x4-column-header-sort-ASC,
.x4-column-header-sort-DESC {
  border-left-color: #AACCF6;
  border-right-color: #AACCF6;
  background-color: #ebf3fd;
  background-image: url('../themes/images/default/grid/grid3-hrow-over.gif');
}

/* line 291, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header-sort-ASC .x4-sort-indicator {
  display: inline;
  background-image: url('../themes/images/default/grid/sort_asc.gif');
}

/* line 296, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-column-header-sort-DESC .x4-sort-indicator {
  display: inline;
  background-image: url('../themes/images/default/grid/sort_desc.gif');
}

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

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

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

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

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

/* line 323, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-item-disabled .x4-tbar-loading {
  background-image: url('../themes/images/default/grid/refresh-disabled.gif') !important;
}
/* line 327, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-item-disabled .x4-tbar-page-first {
  background-image: url('../themes/images/default/grid/page-first-disabled.gif') !important;
}
/* line 331, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-item-disabled .x4-tbar-page-last {
  background-image: url('../themes/images/default/grid/page-last-disabled.gif') !important;
}
/* line 335, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-item-disabled .x4-tbar-page-next {
  background-image: url('../themes/images/default/grid/page-next-disabled.gif') !important;
}
/* line 339, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-item-disabled .x4-tbar-page-prev {
  background-image: url('../themes/images/default/grid/page-prev-disabled.gif') !important;
}

/* line 344, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-sort-indicator {
  background: transparent no-repeat left top;
  display: none;
  height: 4px;
  width: 13px;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 357, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-td-expander {
  background: transparent;
}

/* line 361, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-resize-marker {
  background-color: #0f0f0f;
}

/* line 366, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-top,
.col-move-bottom {
  background-color: transparent;
}

/* line 370, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.col-move-top {
  background-image: url('../themes/images/default/grid/col-move-top.gif');
}

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

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

/* line 385, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-group-hd td {
  background: #fff;
  border-bottom: 2px solid #99bbe8;
  cursor: pointer;
  padding-top: 6px;
}

/* line 394, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-group-title {
  background: transparent no-repeat 3px 3px;
  background-image: url('../themes/images/default/grid/group-collapse.gif');
  color: #3764a0;
  font: bold 11px tahoma, arial, helvetica, sans-serif;
  padding: 4px 4px 4px 17px;
}

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

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

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

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

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

/* line 427, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-checker,
.x4-grid-hd-checker {
  background-image: url('../themes/images/default/grid/row-check-sprite.gif');
  height: 14px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 435, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-hd-checker-on .x4-grid-hd-checker {
  background-position: -25px 0;
}

/* line 439, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-checker {
  background-position: 1px 0;
}

/* line 444, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.x4-grid-row-selected .x4-grid-row-checker,
.x4-grid-row-checked .x4-grid-row-checker {
  background-position: -24px 0;
}

/* line 448, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-sort-asc .x4-menu-item-icon {
  background-image: url('../themes/images/default/grid/hmenu-asc.gif');
}

/* line 452, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-sort-desc .x4-menu-item-icon {
  background-image: url('../themes/images/default/grid/hmenu-desc.gif');
}

/* line 456, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-lock .x4-menu-item-icon {
  background-image: url('../themes/images/default/grid/hmenu-lock.gif');
}

/* line 460, ../themes/stylesheets/ext4/default/widgets/_grid.scss */
.xg-hmenu-unlock .x4-menu-item-icon {
  background-image: url('../themes/images/default/grid/hmenu-unlock.gif');
}

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

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

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

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

/* line 12, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-item {
  display: block;
  zoom: 1;
  position: relative;
  margin-bottom: 5px;
}
/* line 18, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-item .x4-form-item-label {
  float: left;
  padding: 3px 0 0;
  z-index: 2;
  position: relative;
  font-size: 12px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
}
/* line 32, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-item .x4-form-item-body {
  position: relative;
  float: left;
}
/* line 38, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-item .x4-hide-label .x4-form-item-label {
  display: none;
}

/* line 45, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-label-top .x4-form-item-label {
  float: none;
  clear: none;
  padding: 0;
  display: block;
}

/* line 54, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-label-right .x4-form-item-label {
  float: left;
  text-align: right;
}

/* line 60, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-invalid-under {
  padding: 2px;
  line-height: 16px;
  clear: left;
}

/* line 66, ../themes/stylesheets/ext4/default/widgets/form/_all.scss */
.x4-form-invalid-icon {
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent no-repeat 2px 3px;
}

/* line 3, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-field,
.x4-form-display-field {
  float: left;
  margin: 0 0 0 0;
  font: normal 12px tahoma, arial, helvetica, sans-serif;
}

/* line 12, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-text,
textarea.x4-form-field {
  padding: 1px 3px;
  background: repeat-x 0 0;
  border: 1px solid;
  background-color: #fff;
  background-image: url('../themes/images/default/form/text-bg.gif');
  border-color: #b5b8c8;
}

/* line 24, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
textarea.x4-form-field {
  padding: 2px 3px;
}

/* line 28, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-text {
  height: 21px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 37, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-strict .ext-ie6 .x4-form-text,
.ext-strict .ext-ie7 .x4-form-text {
  height: 18px;
  line-height: 16px !important;
}

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

/* line 46, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
textarea {
  resize: none;
}

/* line 51, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-focus,
textarea.x4-form-focus {
  border-color: #7eadd9;
}

/* line 57, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-invalid .x4-form-text,
.x4-form-invalid textarea {
  background: white url('../themes/images/default/grid/invalid_line.gif') repeat-x bottom;
  border-color: #c30;
}

/*  .#{$prefix}-form-invalid.#{$prefix}-form-composite {
    border: none;
    
    background-image: none;
  }

  .#{$prefix}-form-invalid.#{$prefix}-form-composite .#{$prefix}-form-invalid {
    background-color: #fff;
  	background-image: theme-image($theme-name, 'grid/invalid_line.gif');
  	
  	border-color: #c30;
  }*/
/* line 77, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-inner-invalid, textarea.x4-form-inner-invalid {
  background-color: #fff;
  background-image: url('../themes/images/default/grid/invalid_line.gif');
}

/* line 82, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-item {
  font: normal 12px tahoma, arial, helvetica, sans-serif;
}

/* line 86, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-error-msg {
  margin-left: 2px;
  background: transparent no-repeat 0 2px;
}

/* line 92, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-invalid-under {
  margin-top: 2px;
  padding: 2px;
  padding-left: 18px;
  color: #c0272b;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  line-height: 16px;
  background-image: url('../themes/images/default/form/exclamation.gif');
}

/* line 104, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-invalid-icon {
  background-image: url('../themes/images/default/form/exclamation.gif');
}

/* line 108, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-empty-field {
  color: gray;
}

/* line 112, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.x4-form-display-field {
  padding-top: 2px;
}

/* line 116, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-gecko .x4-form-display-field {
  padding-top: 1px;
}

/* line 121, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-ie .x4-form-file {
  height: 22px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 130, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-ie6 .x4-form-text,
.ext-ie7 .x4-form-text {
  height: 22px;
  line-height: 18px;
}

/* line 137, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-ie6 .x4-form-composite .x4-form-text.x4-box-item,
.ext-ie7 .x4-form-composite .x4-form-text.x4-box-item {
  margin: 0 !important;
}

/* line 141, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-strict .ext-ie7 .x4-form-display-field {
  padding-top: 1px;
}

/* line 145, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-ie .x4-form-display-field {
  padding-top: 3px;
}

/* line 149, ../themes/stylesheets/ext4/default/widgets/form/_field.scss */
.ext-strict .ext-ie8 .x4-form-display-field {
  padding-top: 0;
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset {
  border: 1px solid;
  border-color: #b5b8c8;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */
}
/* line 11, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset *
legend {
  font: bold 11px tahoma, arial, helvetica, sans-serif;
  color: #15428b;
}

/* line 17, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.ext-webkit .x4-fieldset-header {
  padding-top: 1px;
}

/* line 21, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.ext-ie .x4-fieldset legend {
  margin-bottom: 10px;
}

/* line 25, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.ext-ie .x4-fieldset {
  padding-top: 0;
  padding-bottom: 10px;
}

/* line 33, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset-header .x4-form-item,
.x4-fieldset-header .x4-tool,
.x4-fieldset-header .x4-fieldset-header-text {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.beta.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.x4-fieldset-header .x4-form-item,
.x4-fieldset-header .x4-tool,
.x4-fieldset-header .x4-fieldset-header-text {
  *display: inline;
}
/* line 37, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset-header .x4-form-item {
  margin-right: 3px;
  height: 13px;
  width: 13px;
}
/* line 44, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset-header .x4-tool {
  margin-right: 3px;
  margin-left: 0;
}

/* line 51, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset-collapsed .x4-fieldset-body {
  display: none;
}

/* line 56, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 1px 0 1px !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

/* line 64, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.ext-ie6 .x4-fieldset-collapsed {
  border-width: 1px 0 0 0 !important;
  padding-bottom: 0 !important;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 72, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.ext-ie .x4-fieldset-bwrap {
  zoom: 1;
}

/* line 76, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset-noborder {
  border: 0px none transparent;
}

/* line 80, ../themes/stylesheets/ext4/default/widgets/form/_fieldset.scss */
.x4-fieldset-noborder legend {
  margin-left: -3px;
}

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

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

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

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

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

/* line 3, ../themes/stylesheets/ext4/default/widgets/form/_checkbox.scss */
.x4-form-checkbox,
.x4-form-radio {
  float: none;
  margin-right: 5px;
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-field-trigger-wrap {
  /*    .#{$prefix}-form-field {
        @include border-right-radius(0);
      }*/
}

/* line 8, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger-wrap {
  float: left;
}

/* line 18, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger {
  background-image: url('../themes/images/default/form/trigger.gif');
  background-position: 0 0;
  width: 17px;
  height: 21px;
  float: left;
  border-bottom: 1px solid #B5B8C8;
  cursor: pointer;
  cursor: hand;
}

/* line 32, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger-over {
  background-position: -17px 0;
}

/* line 36, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger-click {
  background-position: -34px 0;
}

/* line 40, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger-icon {
  height: 20px;
  background-repeat: no-repeat;
  background-position: 7px 6px;
}

/* line 48, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-pickerfield-open .x4-form-field {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 54, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-pickerfield-open-above .x4-form-field {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 61, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-arrow-trigger .x4-form-trigger-icon {
  background-image: url('../themes/images/default/boundlist/trigger-arrow.png');
}

/* line 66, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-date-trigger {
  background-image: url('../themes/images/default/form/date-trigger.gif');
}

/* line 72, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger.x4-form-spinner-up, .x4-form-trigger.x4-form-spinner-down {
  background-image: url('../themes/images/default/form/spinner.gif');
  width: 17px;
  font-size: 0;
  /*for IE*/
}
/* line 77, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger.x4-form-spinner-up {
  height: 11px;
}
/* line 80, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger.x4-form-spinner-down {
  background-position: 0 -11px;
  height: 10px;
}

/* line 87, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger-over.x4-form-spinner-down {
  background-position: -17px -11px;
}

/* line 93, ../themes/stylesheets/ext4/default/widgets/form/_triggerfield.scss */
.x4-form-trigger-click.x4-form-spinner-down {
  background-position: -34px -11px;
}

/* line 6, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel {
  overflow: hidden;
  position: relative;
  border-color: #99bbe8;
}

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

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-panel-framed-mc {
  background-color: #dfe8f6;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-framed {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-4-4-4-4-4");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-framed-tl,
.ext-nbr .x4-panel-framed-bl,
.ext-nbr .x4-panel-framed-tr,
.ext-nbr .x4-panel-framed-br,
.ext-nbr .x4-panel-framed-tc,
.ext-nbr .x4-panel-framed-bc {
  background-image: url('../themes/images/default/panel/panel-framed-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-framed-ml,
.ext-nbr .x4-panel-framed-mr {
  background-image: url('../themes/images/default/panel/panel-framed-sides.png');
  background-repeat: repeat-y;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-framed-mc {
  padding: 0px 0px 0px 0px;
}

/* line 28, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-framed {
  border-color: #99bbe8;
  -moz-box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb 0 -1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
  -webkit-box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb 0 -1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
  -o-box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb 0 -1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
  box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb 0 -1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
}

/* line 37, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header {
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  border-color: #99bbe8;
  padding: 4px;
  background-color: #cbddf3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dae7f6), color-stop(45%, #cddef3), color-stop(46%, #abc7ec), color-stop(50%, #abc7ec), color-stop(51%, #b8cfee), color-stop(100%, #cbddf3));
  background-image: -moz-linear-gradient(top, #dae7f6, #cddef3 45%, #abc7ec 46%, #abc7ec 50%, #b8cfee 51%, #cbddf3);
  background-image: linear-gradient(top, #dae7f6, #cddef3 45%, #abc7ec 46%, #abc7ec 50%, #b8cfee 51%, #cbddf3);
  -moz-box-shadow: #f3f7fb 0 1px 0px 0 inset;
  -webkit-box-shadow: #f3f7fb 0 1px 0px 0 inset;
  -o-box-shadow: #f3f7fb 0 1px 0px 0 inset;
  box-shadow: #f3f7fb 0 1px 0px 0 inset;
}
/* line 49, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header .x4-box-layout-ct {
  -moz-border-radius: null;
  -webkit-border-radius: null;
  -o-border-radius: null;
  -ms-border-radius: null;
  -khtml-border-radius: null;
  border-radius: null;
}

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

/* line 68, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.ext-nlg .x4-panel-header {
  background-color: red;
  background-image: url('../themes/images/default/panel-header/panel-header-bg.png');
}

/* line 73, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.ext-nlr {
  background: red !important;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-panel-header-framed {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #cbddf3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dae7f6), color-stop(45%, #cddef3), color-stop(46%, #abc7ec), color-stop(50%, #abc7ec), color-stop(51%, #b8cfee), color-stop(100%, #cbddf3));
  background-image: -moz-linear-gradient(top, #dae7f6, #cddef3 45%, #abc7ec 46%, #abc7ec 50%, #b8cfee 51%, #cbddf3);
  background-image: linear-gradient(top, #dae7f6, #cddef3 45%, #abc7ec 46%, #abc7ec 50%, #b8cfee 51%, #cbddf3);
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-panel-header-framed-mc {
  background-image: url('../themes/images/default/panel-header/panel-header-framed-bg.png');
  background-color: #cbddf3;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-header-framed {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-4-4-4-0-0");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-header-framed-tl,
.ext-nbr .x4-panel-header-framed-bl,
.ext-nbr .x4-panel-header-framed-tr,
.ext-nbr .x4-panel-header-framed-br,
.ext-nbr .x4-panel-header-framed-tc,
.ext-nbr .x4-panel-header-framed-bc {
  background-image: url('../themes/images/default/panel-header/panel-header-framed-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-header-framed-ml,
.ext-nbr .x4-panel-header-framed-mr {
  background-image: url('../themes/images/default/panel-header/panel-header-framed-sides.png');
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-panel-header-framed-mc {
  padding: 0px 0px 4px 0px;
}

/* line 87, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header.x4-panel-header-framed {
  border-bottom-width: 1px !important;
  -moz-box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
  -webkit-box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
  -o-box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
  box-shadow: #f3f7fb 0 1px 0px 0 inset, #f3f7fb -1px 0 0px 0 inset, #f3f7fb 1px 0 0px 0 inset;
}

/* line 98, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header-draggable,
.x4-panel-header-draggable .x4-panel-header-text,
.x4-window-header-draggable,
.x4-window-header-draggable .x4-window-header-text {
  cursor: move;
}

/* line 103, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-ghost, .x4-window-ghost {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  cursor: move;
}

/* line 109, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.ext-webkit x4-panel-ghost > div.x4-panel-body, .ext-webkit x4-panel-ghost > div.x4-window-body {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(white), color-stop(0.02, #e5ecf7), to(#b7cbe7));
}

/* line 115, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.ext-gecko .x4-panel-ghost > div.x4-panel-body, .ext-gecko x4-panel-ghost > div.x4-window-body {
  background-image: -moz-linear-gradient(white, #e5ecf7 2%, #b7cbe7);
}

/* line 121, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header-horizontal .x4-panel-header-body, .x4-panel-header-horizontal .x4-window-header-body, .x4-window-header-horizontal .x4-panel-header-body, .x4-window-header-horizontal .x4-window-header-body {
  width: 100%;
}

/* line 127, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header-vertical .x4-panel-header-body, .x4-panel-header-vertical .x4-window-header-body, .x4-window-header-vertical .x4-panel-header-body, .x4-window-header-vertical .x4-window-header-body {
  height: 100%;
}

/* line 133, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header-vertical, .x4-panel-header-vertical .x4-panel-header-body {
  display: -moz-inline-stack;
  display: inline-block;
}

/* line 139, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.ext-ie6 .x4-panel-header-vertical, .ext-ie7 .x4-panel-header-vertical,
.ext-ie6 .x4-panel-header-vertical .x4-panel-header-body, .ext-ie7 .x4-panel-header-vertical .x4-panel-header-body {
  zoom: 1;
  display: inline;
}

/* line 144, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header-text, .x4-window-header-text {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  white-space: nowrap;
  color: #1a4aae;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-shadow: 0 0 0;
}

/* line 157, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-body {
  overflow: hidden;
  position: relative;
  background: white;
  border-color: #99bbe8;
  border-style: solid;
  border-width: 1px;
}

/* line 166, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-body-framed {
  background: #dfe8f6;
  border: none;
}

/* line 176, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-noborder-docked-top,
.x4-panel-noborder-docked-bottom,
.x4-panel-noborder-docked-left,
.x4-panel-noborder-docked-right,
.x4-panel-noborder-body {
  border-width: 0 !important;
}

/**
 * Dock Layouts
 * @todo move this somewhere else?
 */
/* line 184, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-top {
  border-bottom-width: 0 !important;
}
/* line 187, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-top .x4-panel-wrap-child {
  border-bottom-width: 0 !important;
}

/* line 192, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-bottom {
  border-top-width: 0 !important;
}
/* line 195, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-bottom .x4-panel-wrap-child {
  border-top-width: 0 !important;
}

/* line 200, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-left {
  border-right-width: 0 !important;
}
/* line 203, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-left .x4-panel-wrap-child {
  border-right-width: 0 !important;
}

/* line 208, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-right {
  border-left-width: 0 !important;
}
/* line 211, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-docked-right .x4-panel-wrap-child {
  border-left-width: 0 !important;
}

/* line 217, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-collapsed-placeholder {
  border-width: 1px !important;
}

/* line 223, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-collapsed .x4-window-header,
.x4-panel-collapsed .x4-panel-header {
  border-bottom: 1px solid;
  border-color: #99bbe8;
}

/* line 229, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header-vertical {
  background-color: #dfe8f6;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ebf1f9), color-stop(100%, #cfddf2));
  background-image: -moz-linear-gradient(left, #ebf1f9, #cfddf2);
  background-image: linear-gradient(left, #ebf1f9, #cfddf2);
  border-color: #99bbe8;
}
/* line 232, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-panel-header-vertical .x4-surface {
  margin-top: 5px;
}

/* line 237, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.ext-nlg .x4-panel-header-vertical {
  background-image: url('../themes/images/default/panel-header/panel-header-vertical-bg.png');
}

/* line 241, ../themes/stylesheets/ext4/default/widgets/_panel.scss */
.x4-region-collapsed-placeholder {
  border-width: 1px;
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip {
  position: absolute;
  border-color: #5ebbf9;
}
/* line 7, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip .x4-tip-header .x4-box-item {
  padding: 5px 5px 0 5px;
}
/* line 11, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip .x4-tip-header .x4-tool {
  padding: 1px 2px 0 0 !important;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-tip {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #a8dafc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b7e0fd), color-stop(100%, #94d2fb));
  background-image: -moz-linear-gradient(top, #b7e0fd, #94d2fb);
  background-image: linear-gradient(top, #b7e0fd, #94d2fb);
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-tip-mc {
  background-image: url('../themes/images/default/tip/tip-bg.png');
  background-color: #a8dafc;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tip {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-5-5-5-5-5");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tip-tl,
.ext-nbr .x4-tip-bl,
.ext-nbr .x4-tip-tr,
.ext-nbr .x4-tip-br,
.ext-nbr .x4-tip-tc,
.ext-nbr .x4-tip-bc {
  background-image: url('../themes/images/default/tip/tip-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tip-ml,
.ext-nbr .x4-tip-mr {
  background-image: url('../themes/images/default/tip/tip-sides.png');
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tip-mc {
  padding: 0 0 0 0;
}

/* line 25, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip-header-text {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  cursor: default;
  color: #02253d;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

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

/* line 41, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip-body {
  overflow: hidden;
  position: relative;
  padding: 5px;
}

/* line 48, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip-header,
.x4-tip-body {
  color: #02253d;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
/* line 53, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip-header a,
.x4-tip-body a {
  color: #00070c;
}

/* line 58, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-tip-anchor {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #5ebbf9;
  zoom: 1;
}

/* line 73, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-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 86, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-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 99, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-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 112, ../themes/stylesheets/ext4/default/widgets/_qtip.scss */
.x4-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 2, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x4-slider {
  zoom: 1;
}

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

/* line 14, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x4-slider-focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  display: block;
  overflow: hidden;
}

/* Horizontal styles */
/* line 32, ../themes/stylesheets/ext4/default/widgets/_slider.scss */
.x4-slider-horz {
  padding-left: 7px;
  background: transparent no-repeat 0 -22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2, ../themes/stylesheets/ext4/default/widgets/_progress.scss */
.x4-progress {
  border: 1px solid #6593cf;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  height: 20px;
}

/* line 11, ../themes/stylesheets/ext4/default/widgets/_progress.scss */
.x4-progress-bar {
  height: 18px;
  overflow: hidden;
  position: absolute;
  width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid;
  border-right-color: #6593cf;
  border-top: 1px solid #D1E4FD;
  background-color: #73a1e0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2cbee), color-stop(50%, #88afe5), color-stop(51%, #73a1e0), color-stop(100%, #5e93db));
  background-image: -moz-linear-gradient(top, #b2cbee, #88afe5 50%, #73a1e0 51%, #5e93db);
  background-image: linear-gradient(top, #b2cbee, #88afe5 50%, #73a1e0 51%, #5e93db);
}
/* line 26, ../themes/stylesheets/ext4/default/widgets/_progress.scss */
.x4-progress-bar .x4-progress-text {
  text-shadow: 0 -1px 0 #73a1e0;
}

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

/* line 47, ../themes/stylesheets/ext4/default/widgets/_progress.scss */
.x4-progress-text-back {
  color: #396095;
}

/* line 53, ../themes/stylesheets/ext4/default/widgets/_progress.scss */
.ext-no-linear-gradient .x4-progress-bar {
  background: repeat-x 0% 50%;
  background-image: url('../themes/images/default/progress/progress-bg.gif');
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x4-toolbar {
  font-size: 11px;
  border: 1px solid;
  border-color: #99bbe8;
  background-color: #d3e1f1;
}
/* line 9, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x4-toolbar .x4-box-inner {
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #e6eef7;
}
/* line 15, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x4-toolbar .x4-btn {
  margin: 1px 3px 3px;
}

/* line 20, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x4-toolbar-footer {
  background: transparent;
  border: 0px none;
  margin-top: 3px;
}
/* line 24, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x4-toolbar-footer .x4-box-inner {
  border-width: 0;
}
/* line 27, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x4-toolbar-footer .x4-box-item {
  margin-bottom: 0px;
}

/* line 32, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.xtb-text {
  line-height: 18px;
  white-space: nowrap;
  color: #4c4c4c !important;
  text-shadow: 0 1px 0 white;
}

/* line 40, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.xtb-text,
.xtb-sep {
  height: 22px;
  height: 17px\9;
  *height: 21px;
}

/* line 49, ../themes/stylesheets/ext4/default/widgets/_toolbar.scss */
.x4-toolbar-separator {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../themes/images/default/grid/grid-blue-split.gif');
  display: block;
  font-size: 1px;
  height: 16px;
  width: 4px;
  overflow: hidden;
  cursor: default;
  margin: 0 2px 0;
  border: 0;
}

/* line 2, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window {
  outline: none;
  border-color: #a2b1c5;
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}
/* line 6, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window .x4-window-wrap {
  position: relative;
}
/* line 9, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window .x4-window-wrap .x4-window-body {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-window {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
  background-color: #d6e0eb;
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-window-mc {
  background-color: #d6e0eb;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-5-5-5-5-5");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-tl,
.ext-nbr .x4-window-bl,
.ext-nbr .x4-window-tr,
.ext-nbr .x4-window-br,
.ext-nbr .x4-window-tc,
.ext-nbr .x4-window-bc {
  background-image: url('../themes/images/default/window/window-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-ml,
.ext-nbr .x4-window-mr {
  background-image: url('../themes/images/default/window/window-sides.png');
  background-repeat: repeat-y;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-mc {
  padding: 0 0 0 0;
}

/* line 20, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-body {
  position: relative;
  border-color: #b7cbeb;
  border-width: 1px;
  border-style: solid;
  background: white;
}

/* line 31, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-maximized .x4-window-wrap .x4-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 37, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header-horizontal {
  height: 22px;
}

/* line 41, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header-vertical {
  width: 22px;
}

/* line 45, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header {
  border-color: #a2b1c5;
  zoom: 1;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-window-header-top {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 5px 5px 0 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #d6e0eb;
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-window-header-top-mc {
  background-color: #d6e0eb;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-top {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-5-5-5-0-0");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-top-tl,
.ext-nbr .x4-window-header-top-bl,
.ext-nbr .x4-window-header-top-tr,
.ext-nbr .x4-window-header-top-br,
.ext-nbr .x4-window-header-top-tc,
.ext-nbr .x4-window-header-top-bc {
  background-image: url('../themes/images/default/window-header-top/window-header-top-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-top-ml,
.ext-nbr .x4-window-header-top-mr {
  background-image: url('../themes/images/default/window-header-top/window-header-top-sides.png');
  background-repeat: repeat-y;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-top-mc {
  padding: 0px 0px 0 0px;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-window-header-right {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 5px 5px 5px 0;
  border-width: 1px;
  border-style: solid;
  background-color: #d6e0eb;
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-window-header-right-mc {
  background-color: #d6e0eb;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-right {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-5-0-5-5-0");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-right-tl,
.ext-nbr .x4-window-header-right-bl,
.ext-nbr .x4-window-header-right-tr,
.ext-nbr .x4-window-header-right-br,
.ext-nbr .x4-window-header-right-tc,
.ext-nbr .x4-window-header-right-bc {
  background-image: url('../themes/images/default/window-header-right/window-header-right-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-right-ml,
.ext-nbr .x4-window-header-right-mr {
  background-image: url('../themes/images/default/window-header-right/window-header-right-sides.png');
  background-repeat: repeat-y;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-right-mc {
  padding: 0px 0px 0px 0;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-window-header-bottom {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 0 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #d6e0eb;
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-window-header-bottom-mc {
  background-color: #d6e0eb;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-bottom {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-5-0-0-5-5");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-bottom-tl,
.ext-nbr .x4-window-header-bottom-bl,
.ext-nbr .x4-window-header-bottom-tr,
.ext-nbr .x4-window-header-bottom-br,
.ext-nbr .x4-window-header-bottom-tc,
.ext-nbr .x4-window-header-bottom-bc {
  background-image: url('../themes/images/default/window-header-bottom/window-header-bottom-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-bottom-ml,
.ext-nbr .x4-window-header-bottom-mr {
  background-image: url('../themes/images/default/window-header-bottom/window-header-bottom-sides.png');
  background-repeat: repeat-y;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-bottom-mc {
  padding: 0 0px 0px 0px;
}

/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-window-header-left {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 5px 0px 5px 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #d6e0eb;
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-window-header-left-mc {
  background-color: #d6e0eb;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-left {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("div||internal-radius-5-5-0-0-5");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-left-tl,
.ext-nbr .x4-window-header-left-bl,
.ext-nbr .x4-window-header-left-tr,
.ext-nbr .x4-window-header-left-br,
.ext-nbr .x4-window-header-left-tc,
.ext-nbr .x4-window-header-left-bc {
  background-image: url('../themes/images/default/window-header-left/window-header-left-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-left-ml,
.ext-nbr .x4-window-header-left-mr {
  background-image: url('../themes/images/default/window-header-left/window-header-left-sides.png');
  background-repeat: repeat-y;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-window-header-left-mc {
  padding: 0px 0px 0px 0px;
}

/* line 55, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header-top {
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}

/* line 59, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header-right {
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
  -o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset;
}

/* line 63, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header-bottom {
  -moz-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -webkit-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -o-box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}

/* line 67, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header-left {
  -moz-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -webkit-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  -o-box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
  box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
}

/* line 71, ../themes/stylesheets/ext4/default/widgets/_window.scss */
.x4-window-header-text {
  font-size: 11px;
  line-height: 11px;
  color: #1a4aae;
  font-weight: bold;
  overflow: hidden;
}

  /*
  .#{$prefix}-window,
  .#{$prefix}-panel-ghost {
    zoom:1;
  
    .#{$prefix}-window-header {
      height:27px;
    
      cursor:pointer;
    
      border:1px solid;
      border-bottom:0;
      @include border-top-radius($window-border-radius);
    
      overflow:hidden;
    
      zoom:1;
    
      > .#{$prefix}-window-header-text {
        border-top:1px solid;
        @include border-top-radius($window-border-radius);
      
        display:block;
      
        padding:.4em .5em 0 .5em;
      }
    
      > .#{$prefix}-tool {
        position:relative;
      
        float:right;
      
        margin:4px 0 0 2px;
      
        width:19px;
        height:19px;
      
        cursor:pointer;
        cursor:hand;
      
        &:first-child {
          margin-right:4px;
        }
      
        &:before {
          content:"";
        
          position:absolute;
          top:0;
        
          height:19px;
          width:19px;
        }
      }
    }
  
    .#{$prefix}-window-bwrap {
      zoom:1;
    
      overflow:hidden;
    
      border:1px solid;
    
      @include border-bottom-radius($window-border-radius);
    
      padding:$window-padding;
    
      z-index:1;
    
      position:relative;
      left:0;
      top:0;
    
      .#{$prefix}-window-tbar,
      .#{$prefix}-window-body,
      .#{$prefix}-window-bbar {
        border:1px solid;
      }
    
      .#{$prefix}-window-tbar {
        border-bottom-width:0;
      
        > .#{$prefix}-toolbar { border-bottom-width:0; }
      }
      .#{$prefix}-window-bbar {
        border-top-width:0;
      
        > .#{$prefix}-toolbar { border-bottom-width:0; }
      }
    }
  
    .#{$prefix}-window-footer {
      padding-top:$window-padding;
    }
  
    &.#{$prefix}-panel-collapsed {
      .#{$prefix}-window-header {
        border-width:1px;
        @include border-bottom-radius($window-border-radius);
      }
    }
  
    &.#{$prefix}-window-maximized {
      .#{$prefix}-window-header,
      .#{$prefix}-window-header-text,
      .#{$prefix}-window-bwrap { @include border-radius(0); }
    
      .#{$prefix}-window-handle {
        display:none;
      }
    }
  
    .#{$prefix}-window-handle {
      opacity:0;
      -moz-opacity:0;
      filter:alpha(opacity=0);
    }
  }

  .#{$prefix}-window-proxy {
    border:1px solid;
  
    z-index:12000;
  
    overflow:hidden;
  
    position:absolute;
    left:0;
    top:0;
  
    display:none;
  
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
  }

  .#{$prefix}-window-maximized-ct { overflow:hidden; }

  .#{$prefix}-dlg-mask {
    z-index:10000;
  
    display:none;
  
    position:absolute;
    top:0;
    left:0;
  
    -moz-opacity:0.5;
    opacity:.50;
    filter:alpha(opacity=50);
  }

  .#{$prefix}-dlg-focus {
    -moz-outline:0 none;
    outline:0 none;
  
    width:0;
    height:0;
  
    overflow:hidden;
  
    position:absolute;
    top:0;
    left:0;
  }
  */
/* line 2, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .x4-window-body {
  background-color: #d6e0eb;
  border: none;
}

/* line 7, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .ext-mb-textarea {
  margin-top: 4px;
}

/* line 11, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .x4-progress-wrap {
  margin-top: 4px;
}

/* line 15, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .ext-mb-icon {
  width: 47px;
  height: 32px;
}

/* line 23, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .ext-mb-info,
.x4-message-box .ext-mb-warning,
.x4-message-box .ext-mb-question,
.x4-message-box .ext-mb-error {
  background: transparent no-repeat top left;
}

/* line 27, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.ext-gecko2 .ext-mb-fix-cursor {
  overflow: auto;
}

/* line 31, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .x4-msg-box-wait {
  background-image: url('../themes/images/default/shared/blue-loading.gif');
}

/* line 35, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .ext-mb-info {
  background-image: url('../themes/images/default/shared/icon-info.gif');
}

/* line 39, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .ext-mb-warning {
  background-image: url('../themes/images/default/shared/icon-warning.gif');
}

/* line 43, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .ext-mb-question {
  background-image: url('../themes/images/default/shared/icon-question.gif');
}

/* line 47, ../themes/stylesheets/ext4/default/util/_messagebox.scss */
.x4-message-box .ext-mb-error {
  background-image: url('../themes/images/default/shared/icon-error.gif');
}

/* line 6, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x4-tab-bar-body {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #99bbe8;
  background-color: transparent;
  background-color: #cbdaef;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dde7f5), color-stop(100%, #cbdaef));
  background-image: -moz-linear-gradient(top, #dde7f5, #cbdaef);
  background-image: linear-gradient(top, #dde7f5, #cbdaef);
  position: relative;
}
/* line 13, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x4-tab-bar-body .x4-box-item {
  margin-bottom: 2px;
}

/* line 18, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.ext-nlg .x4-tab-bar-body {
  background-image: url('../themes/images/default/tab-bar/tab-bar-bg.png');
}

/* line 23, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x4-tab-bar-plain .x4-tab-bar-body {
  background: transparent none;
  border-color: #fff;
}

/* line 29, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x4-tab-bar-strip {
  height: 3px;
  border-width: 1px 1px 0;
  position: absolute;
  bottom: 0px;
  left: -1px;
  z-index: 2;
  border-style: solid;
  overflow: hidden;
  border-color: #99bbe8;
  background-color: #deecfd;
}

/* line 42, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.ext-strict .x4-tab-bar-strip {
  height: 2px;
}

/*  .#{$prefix}-tab-bar-strip,
  .#{$prefix}-tab-bar-body,
  .#{$prefix}-tab-bar-body .#{$prefix}-box-inner {
    z-index: 1;
  }*/
/* line 52, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x4-tab-default {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 3px 3px 0 3px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-color: #deecfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccdef6), color-stop(25%, #d6e6fa), color-stop(45%, #deecfd));
  background-image: -moz-linear-gradient(top, #ccdef6, #d6e6fa 25%, #deecfd 45%);
  background-image: linear-gradient(top, #ccdef6, #d6e6fa 25%, #deecfd 45%);
}

/* line 68, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nlg .x4-tab-default-mc {
  background-image: url('../themes/images/default/tab/tab-default-bg.png');
  background-color: #deecfd;
}

/* line 79, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tab-default {
  /* Here we try to be clever. We store maximum border radius
   * inside some obscure microsoft css property. In AbstractComponent
   * we actually read this property and set all the background-position
   * padding and height for all the frame elements directly in the template.
   * This saves a huge amount of css */
  /*-ms-scrollbar-shadow-color: ieradius($border-radius);*/
  padding: 0;
  border-width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("table||internal-radius-4-4-4-0-0");
}
/* line 117, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tab-default-tl,
.ext-nbr .x4-tab-default-bl,
.ext-nbr .x4-tab-default-tr,
.ext-nbr .x4-tab-default-br,
.ext-nbr .x4-tab-default-tc,
.ext-nbr .x4-tab-default-bc {
  background-image: url('../themes/images/default/tab/tab-default-corners.png');
}
/* line 122, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tab-default-ml,
.ext-nbr .x4-tab-default-mr {
  background-image: url('../themes/images/default/tab/tab-default-sides.png');
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.ext-nbr .x4-tab-default-mc {
  padding: 0 0 0 0;
}

/* line 16, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab {
  z-index: 1;
  margin: 2px 0 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  padding: 5px 9px 6px;
  border-color: #8db2e3;
  cursor: pointer;
  -moz-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -webkit-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -o-box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
}
/* line 32, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab button {
  background-color: transparent;
  border: 0px none;
  margin: -1px 0 0;
  display: block;
  padding: 0;
  -webkit-appearance: none;
  font-size: 11px;
  font-weight: normal;
  color: #416aa3;
  cursor: pointer;
  overflow: visible;
}
/* line 52, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab img {
  display: none;
}

/* line 57, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab-default-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 60, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab-default-disabled button {
  color: #6f7175 !important;
}

/* line 66, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
* html .ext-ie .x4-tab button, .ext-ie7 .x4-tab button {
  white-space: nowrap;
  zoom: 1;
  width: 1px;
  line-height: 13px;
  height: 13px;
}

/* line 75, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-ie .x4-tab .x4-frame-mc {
  padding: 2px 6px 5px;
}

/* line 79, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
* html .ext-ie8 .x4-tab .x4-frame-mc {
  padding: 2px 6px 4px;
}

/* line 83, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-gecko .x4-tab {
  padding-bottom: 4px;
}
/* line 85, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-gecko .x4-tab button {
  margin: -2px -3px 0;
}

/* line 90, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab-over {
  background-color: #e8f4ff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7e8fd), color-stop(25%, #e0efff), color-stop(45%, #e8f4ff));
  background-image: -moz-linear-gradient(top, #d7e8fd, #e0efff 25%, #e8f4ff 45%);
  background-image: linear-gradient(top, #d7e8fd, #e0efff 25%, #e8f4ff 45%);
}

/* line 117, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab-active {
  z-index: 3;
  background-color: #deecfd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(25%, #f5f9fe), color-stop(45%, #deecfd));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f9fe 25%, #deecfd 45%);
  background-image: linear-gradient(top, #ffffff, #f5f9fe 25%, #deecfd 45%);
}
/* line 129, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x4-tab-active button {
  color: #15428b;
  font-weight: bold;
}

/* line 152, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-nbr .x4-tab-over .x4-frame-tl,
.ext-nbr .x4-tab-over .x4-frame-bl,
.ext-nbr .x4-tab-over .x4-frame-tr,
.ext-nbr .x4-tab-over .x4-frame-br,
.ext-nbr .x4-tab-over .x4-frame-tc,
.ext-nbr .x4-tab-over .x4-frame-bc {
  background-image: url('../themes/images/default/tab/tab-default-over-corners.png');
}
/* line 156, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-nbr .x4-tab-over .x4-frame-ml,
.ext-nbr .x4-tab-over .x4-frame-mr {
  background-image: url('../themes/images/default/tab/tab-default-over-sides.png');
}
/* line 159, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-nbr .x4-tab-over .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/tab/tab-default-over-bg.png');
}
/* line 171, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-nbr .x4-tab-active .x4-frame-tl,
.ext-nbr .x4-tab-active .x4-frame-bl,
.ext-nbr .x4-tab-active .x4-frame-tr,
.ext-nbr .x4-tab-active .x4-frame-br,
.ext-nbr .x4-tab-active .x4-frame-tc,
.ext-nbr .x4-tab-active .x4-frame-bc {
  background-image: url('../themes/images/default/tab/tab-default-active-corners.png');
}
/* line 175, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-nbr .x4-tab-active .x4-frame-ml,
.ext-nbr .x4-tab-active .x4-frame-mr {
  background-image: url('../themes/images/default/tab/tab-default-active-sides.png');
}
/* line 178, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.ext-nbr .x4-tab-active .x4-frame-mc {
  background-repeat: repeat-x;
  background-image: url('../themes/images/default/tab/tab-default-active-bg.png');
}

/*
  @include extjs-frame;*/
/* line 2, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x4-surface {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.beta.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.x4-surface {
  *display: inline;
}

/* line 6, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x4-vml-sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}

/* line 15, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x4-vml-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 1000px;
}

/* line 24, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x4-vml-measure-span {
  position: absolute;
  left: -9999em;
  top: -9999em;
  padding: 0;
  margin: 0;
  line-height: 1px;
  display: inline;
}

/* line 37, ../themes/stylesheets/ext4/default/widgets/_drawcomponent.scss */
.x4-vml-base {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
}

/* line 2, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x4-dd-drag-proxy {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 15000;
}

/* line 12, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x4-dd-drag-ghost {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  padding: 5px;
  padding-left: 20px;
  white-space: nowrap;
  color: #000;
  font: normal 11px arial, helvetica, sans-serif;
  border: 1px solid;
  border-color: #ddd #bbb #bbb #ddd;
  background-color: #fff;
}

/* line 30, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x4-dd-drag-repair .x4-dd-drag-ghost {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  border: 0 none;
  padding: 0;
  background-color: transparent;
}
/* line 40, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x4-dd-drag-repair .x4-dd-drop-icon {
  visibility: hidden;
}

/* line 45, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x4-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 62, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x4-view-selector {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background-color: #c3daf9;
  border: 1px dotted #3399bb;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  zoom: 1;
}

/* line 77, ../themes/stylesheets/ext4/default/util/_dragdrop.scss */
.x4-dd-drop-nodrop .x4-dd-drop-icon {
  background-image: url('../themes/images/default/dd/drop-no.gif');
}

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

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

/* line 2, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-handle {
  position: absolute;
  z-index: 100;
  font-size: 1px;
  line-height: 6px;
  overflow: hidden;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

/* line 118, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-over .x4-resizable-handle, .x4-resizable-pinned .x4-resizable-handle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 122, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-window .x4-window-handle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

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

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

/* line 139, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 200000;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 159, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-over .x4-resizable-handle-east,
.x4-resizable-over .x4-resizable-handle-west,
.x4-resizable-pinned .x4-resizable-handle-east,
.x4-resizable-pinned .x4-resizable-handle-west {
  background-position: left;
  background-image: url('../themes/images/default/sizer/e-handle.gif');
}
/* line 165, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-over .x4-resizable-handle-south,
.x4-resizable-over .x4-resizable-handle-north,
.x4-resizable-pinned .x4-resizable-handle-south,
.x4-resizable-pinned .x4-resizable-handle-north {
  background-position: top;
  background-image: url('../themes/images/default/sizer/s-handle.gif');
}
/* line 170, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-over .x4-resizable-handle-southeast,
.x4-resizable-pinned .x4-resizable-handle-southeast {
  background-position: top left;
  background-image: url('../themes/images/default/sizer/se-handle.gif');
}
/* line 175, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-over .x4-resizable-handle-northwest,
.x4-resizable-pinned .x4-resizable-handle-northwest {
  background-position: bottom right;
  background-image: url('../themes/images/default/sizer/nw-handle.gif');
}
/* line 180, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-over .x4-resizable-handle-northeast,
.x4-resizable-pinned .x4-resizable-handle-northeast {
  background-position: bottom left;
  background-image: url('../themes/images/default/sizer/ne-handle.gif');
}
/* line 185, ../themes/stylesheets/ext4/default/util/_resizable.scss */
.x4-resizable-over .x4-resizable-handle-southwest,
.x4-resizable-pinned .x4-resizable-handle-southwest {
  background-position: top right;
  background-image: url('../themes/images/default/sizer/sw-handle.gif');
}

/* line 3, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter .x4-collapse-el {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat !important;
}

/* line 14, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-layout-split-left,
.x4-layout-split-right {
  top: 50%;
  margin-top: -17px;
  width: 6px;
  height: 35px;
}

/* line 24, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-layout-split-up,
.x4-layout-split-down {
  left: 50%;
  width: 35px;
  height: 6px;
  margin-left: -17px;
}

/* line 33, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-layout-split-left {
  background: url('../themes/images/default/util/splitter/mini-left.gif') top right;
}

/* line 37, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-layout-split-right {
  background: url('../themes/images/default/util/splitter/mini-right.gif') top left;
}

/* line 41, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-layout-split-up {
  background: url('../themes/images/default/util/splitter/mini-top.gif') bottom left;
}

/* line 45, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-layout-split-down {
  background: url('../themes/images/default/util/splitter/mini-bottom.gif') top left;
}

/* line 50, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-collapsed .x4-layout-split-left {
  background: url('../themes/images/default/util/splitter/mini-right.gif') top left;
}
/* line 54, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-collapsed .x4-layout-split-right {
  background: url('../themes/images/default/util/splitter/mini-left.gif') top right;
}
/* line 58, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-collapsed .x4-layout-split-up {
  background: url('../themes/images/default/util/splitter/mini-bottom.gif') top left;
}
/* line 62, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-collapsed .x4-layout-split-down {
  background: url('../themes/images/default/util/splitter/mini-top.gif') bottom left;
}

/* line 67, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-horizontal {
  cursor: e-resize;
  cursor: row-resize;
}

/* line 71, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-vertical {
  cursor: e-resize;
  cursor: col-resize;
}

/* line 75, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-collapsed {
  cursor: inherit;
}

/* line 79, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-splitter-active {
  z-index: 4;
  background-color: rgba(180, 180, 180, 0.8);
}

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

/* line 89, ../themes/stylesheets/ext4/default/util/_splitter.scss */
.x4-proxy-el {
  position: absolute;
  background: rgba(180, 180, 180, 0.8);
}

/* line 3, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-docked {
  position: absolute;
  z-index: 1;
}

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

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

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

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

/* line 33, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-abs-layout-item {
  position: absolute;
}

/* line 37, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-border-layout-ct {
  background-color: #f5f8fc;
}

/* line 43, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.ext-no-linear-gradient .x4-panel-header {
  background-image: url('../themes/images/default/panel/panel-bg.gif');
  background-repeat: repeat-x;
  background-position: 0 -1px;
}

/* line 51, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-border-item {
  z-index: 2;
}

/* line 55, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-border-region-slide-in {
  z-index: 3;
}

/* line 64, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-frame-tl,
.x4-frame-tr,
.x4-frame-tc,
.x4-frame-bl,
.x4-frame-br,
.x4-frame-bc {
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 70, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-frame-tc,
.x4-frame-bc {
  background-repeat: repeat-x;
}

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

/* line 79, ../themes/stylesheets/ext4/default/layout/_layout.scss */
.x4-frame-mc {
  overflow: hidden;
}

/* line 2, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool {
  height: 15px;
}
/* line 5, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool img {
  overflow: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../themes/images/default/tools/tool-sprites.gif');
  margin: 0;
}

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

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

/* line 35, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-placeholder {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 137, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-move {
  background-position: 0 -375px;
}

/* line 141, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-resize {
  background-position: 0 -360px;
}

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

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

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

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

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

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

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

/* line 178, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-close {
  background-position: -15px 0;
}
/* line 182, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-minimize {
  background-position: -15px -15px;
}
/* line 186, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-maximize {
  background-position: -15px -30px;
}
/* line 190, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-restore {
  background-position: -15px -45px;
}
/* line 194, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-gear {
  background-position: -15px -90px;
}
/* line 198, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-prev {
  background-position: -15px -105px;
}
/* line 202, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-next {
  background-position: -15px -120px;
}
/* line 206, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-pin {
  background-position: -15px -135px;
}
/* line 210, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-unpin {
  background-position: -15px -150px;
}
/* line 214, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-right {
  background-position: -15px -165px;
}
/* line 218, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-left {
  background-position: -15px -180px;
}
/* line 222, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-down {
  background-position: -15px -195px;
}
/* line 226, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-up {
  background-position: -15px -210px;
}
/* line 230, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-refresh {
  background-position: -15px -225px;
}
/* line 234, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-plus {
  background-position: -15px -240px;
}
/* line 238, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-minus {
  background-position: -15px -255px;
}
/* line 242, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-search {
  background-position: -15px -270px;
}
/* line 246, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-save {
  background-position: -15px -285px;
}
/* line 250, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-help {
  background-position: -15px -300px;
}
/* line 254, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-print {
  background-position: -15px -315px;
}
/* line 258, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-expand {
  background-position: -15px -330px;
}
/* line 262, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-collapse {
  background-position: -15px -345px;
}
/* line 266, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-resize {
  background-position: -15px -360px;
}
/* line 270, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-move {
  background-position: -15px -375px;
}
/* line 275, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-expand-bottom,
.x4-tool-over .x4-tool-collapse-bottom {
  background-position: -15px -195px;
}
/* line 280, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-expand-top,
.x4-tool-over .x4-tool-collapse-top {
  background-position: -15px -210px;
}
/* line 285, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-expand-left,
.x4-tool-over .x4-tool-collapse-left {
  background-position: -15px -180px;
}
/* line 290, ../themes/stylesheets/ext4/default/util/_tool.scss */
.x4-tool-over .x4-tool-expand-right,
.x4-tool-over .x4-tool-collapse-right {
  background-position: -15px -165px;
}

/*@include extjs-theme-button-generate(
  $theme-name,
  
  #fff,
  #fff,
  #fff,
  
  'glossy-button',
  'glossy-button-over',
  'glossy-button-click',
  
  #A5A5A5,
  #7FA2CE,
  #7797C2,
  
  #fff,
  #fff,
  #A5C0DD
);*/
