.vpanel2-wrapper {
  height: 100%;
  width: 100%; }

.vpanel2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.vpanel2-flex-heading {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vpanel2-flex-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
  height: 100%; }

.vpanel2-flex-footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vpanel-split-pane-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
  position: relative; }
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 0 5px #96dbfa;
          box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 5px #57c5f7;
          box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px #d9d9d9;
          box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
/**
 * Rangeslider
 */
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6; }
  .rangeslider .rangeslider__fill, .rangeslider .rangeslider__handle {
    position: absolute; }
  .rangeslider, .rangeslider .rangeslider__fill {
    display: block;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3); }
  .rangeslider .rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute; }
    .rangeslider .rangeslider__handle:active {
      background: #999; }

/**
 * Rangeslider - Horizontal slider
 */
.rangeslider-horizontal {
  height: 5px;
  border-radius: 10px; }
  .rangeslider-horizontal .rangeslider__fill {
    height: 100%;
    background: #337AD1;
    border-radius: 10px;
    top: 0; }
  .rangeslider-horizontal .rangeslider__handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -10px; }

/**
 * Rangeslider - Vertical slider
 */
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background: none; }
  .rangeslider-vertical .rangeslider__fill {
    width: 100%;
    background: #27ae60;
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: 0; }
  .rangeslider-vertical .rangeslider__handle {
    width: 30px;
    height: 10px;
    left: -10px; }
    .rangeslider-vertical .rangeslider__handle:active {
      -webkit-box-shadow: none;
              box-shadow: none; }

.borderBox, .rc-slider, .rc-slider-tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .borderBox *, .rc-slider *, .rc-slider-tooltip * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider {
  position: relative;
  height: 4px;
  width: 100%;
  border-radius: 6px;
  background-color: #e9e9e9; }
  .rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #abe2fb;
    z-index: 1; }
  .rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #96dbfa;
    background-color: #fff;
    z-index: 2; }
    .rc-slider-handle:hover {
      border-color: #57c5f7; }
    .rc-slider-handle-active:active {
      border-color: #57c5f7;
      -webkit-box-shadow: 0 0 5px #57c5f7;
              box-shadow: 0 0 5px #57c5f7; }
  .rc-slider-mark {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 12px;
    z-index: 3; }
  .rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999; }
    .rc-slider-mark-text-active {
      color: #666; }
  .rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    z-index: 1; }
  .rc-slider-dot {
    position: absolute;
    top: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle; }
    .rc-slider-dot:first-child {
      margin-left: -4px; }
    .rc-slider-dot:last-child {
      margin-left: -4px; }
    .rc-slider-dot-active {
      border-color: #96dbfa; }
  .rc-slider-disabled {
    background-color: #e9e9e9; }
    .rc-slider-disabled .rc-slider-track {
      background-color: #ccc; }
    .rc-slider-disabled .rc-slider-handle, .rc-slider-disabled .rc-slider-dot {
      border-color: #ccc;
      background-color: #fff;
      cursor: not-allowed; }
    .rc-slider-disabled .rc-slider-mark-text, .rc-slider-disabled .rc-slider-dot {
      cursor: not-allowed !important; }
  .rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 4;
    visibility: visible; }
    .rc-slider-tooltip-hidden {
      display: none; }
    .rc-slider-tooltip-placement-points-bc-tc {
      padding: 4px 0 8px 0; }
    .rc-slider-tooltip-inner {
      padding: 6px 0;
      width: 24px;
      height: 24px;
      font-size: 12px;
      line-height: 1;
      color: #fff;
      text-align: center;
      text-decoration: none;
      background-color: #6c6c6c;
      border-radius: 6px;
      -webkit-box-shadow: 0 0 4px #d9d9d9;
              box-shadow: 0 0 4px #d9d9d9; }
    .rc-slider-tooltip-arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .rc-slider-tooltip-placement-points-bc-tc .rc-slider-tooltip-arrow {
      bottom: 4px;
      left: 50%;
      margin-left: -4px;
      border-width: 4px 4px 0;
      border-top-color: #6c6c6c; }

.motion-common, .rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear, .rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important; }

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active, .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: "rcSliderTooltipZoomDownIn";
          animation-name: "rcSliderTooltipZoomDownIn";
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: "rcSliderTooltipZoomDownOut";
          animation-name: "rcSliderTooltipZoomDownOut";
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); } }

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.0001) 100%); }

.lxm_surrogate {
  margin-left: 1em; }

.lxm_surrogate p {
  margin-bottom: 1em; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.dimtext {
  opacity: 0.5; }
.lcomm-map .enode > circle {
  fill: #dddddd;
  stroke: #777777;
  stroke-width: 0.5px; }

.lcomm-map .enode > text {
  font-family: sans-serif;
  text-anchor: middle;
  pointer-events: none;
  font-size: 0.1em; }

.lcomm-map .elink {
  stroke: #dddddd;
  stroke-width: 4px; }

.lcomm-map .elink-mst {
  stroke: #900; }

.lcomm-pack .node-root {
  fill: 'green'; }

.lcomm-pack text {
  font: 10px sans-serif;
  text-anchor: middle; }

.lcomm-pack .node--hover circle {
  stroke: #000;
  stroke-width: 1.2px; }

.lcomm-pack .node--slevel circle {
  stroke: #900;
  stroke-width: 2px; }

.lcomm-pack .node--leaf {
  fill: #fff3cc; }

.lcomm-pack .label {
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-anchor: middle;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff; }

.lcomm-pack .tooltip {
  position: absolute;
  text-align: left;
  pointer-events: none;
  background: #FFFFEF;
  bottom: 100px;
  left: 630px;
  padding: 10px;
  font-size: 1em;
  color: #333;
  padding: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.8);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.49);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.49);
  border: 1px solid rgba(200, 200, 200, 0.85);
  opacity: 0; }

.lcomm-pack #content > ul {
  font-family: "Courier New", Courier, monospace;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.lcomm-pack #content > ul > li {
  font-weight: bold; }

.lcomm-pack #content > ul > li > span {
  font-weight: normal;
  font-style: italic; }
/*
.flex-row, .flex-row > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:0 auto;
    height:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}
*/
.vpanel-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  height: 100%;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%; }

.vpanel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%; }

.vpanel-flex-body {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: orange;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%; }

.vpanel-flex-footer {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  min-height: 20px; }
.Resizer {
  background: #000;
  opacity: .2;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box; }

.Resizer:hover {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease; }

.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%; }

.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5); }

.Resizer.vertical {
  width: 11px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize; }

.Resizer.vertical:hover {
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid rgba(0, 0, 0, 0.5); }

.Resizer.disabled {
  cursor: not-allowed; }

.Resizer.disabled:hover {
  border-color: transparent; }
.vpanel2-split-pane-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
  position: relative; }

.Pane1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0; }

.Pane2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0; }
.tos-panel {
  background-color: white; }

.tos-panel-header {
  margin-bottom: 1.5em; }

.tos-panel-project-title {
  margin-top: 0.5em;
  font-size: 16pt; }

.tosl-row, .tosl-primaryrow, .tosl-secondaryrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 25px;
  background-color: white; }

.tosl-primary {
  margin-bottom: 2em; }

.tos-subject-label {
  font-weight: bold; }

.tosl-subject-column {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: auto;
  margin-bottom: auto; }

.tosl-section-column {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2em;
  padding-right: 0;
  margin-right: 1em;
  text-align: right;
  margin-top: auto;
  margin-bottom: auto; }

.tosl-level-0 {
  font-size: x-large; }

.tosl-level-n {
  font-size: normal; }

.tosl-subtopic {
  font-weight: 500; }

.tosl-subtopic-whitespace {
  width: 0.5em;
  height: 1em;
  display: inline-block; }

.tosl-mid-column {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  height: 1.5em;
  margin-top: auto;
  margin-bottom: auto; }

.tosl-column, .tosl-controls-column {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: auto;
  margin-bottom: auto; }

.tosl-clusterinfo-details {
  margin-left: 4em;
  margin-bottom: 2em; }
.tos-qpanel-content {
  padding-left: 3em;
  padding-right: 3em; }
  .tos-qpanel-content .tos-query-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-radius: 10px;
    padding-bottom: 1em; }
  .tos-qpanel-content .tos-qhit-leftbox {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 2em;
    padding-top: 1em;
    font-size: larger; }
  .tos-qpanel-content .tos-qhit-rightbox {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 4em;
    min-height: 1em;
    padding-left: 1em; }
  .tos-qpanel-content .tos-query-sblock-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gainsboro; }
    .tos-qpanel-content .tos-query-sblock-wrapper .sblock {
      border-bottom: none; }
      .tos-qpanel-content .tos-query-sblock-wrapper .sblock a br {
        display: none; }
      .tos-qpanel-content .tos-query-sblock-wrapper .sblock .NAME_GENERAL {
        color: black;
        font-weight: inherit; }
  .tos-qpanel-content .tos-query-sblock-info {
    display: none; }
  .tos-qpanel-content .tos-query-sblock-wrapper:hover .tos-query-sblock-info {
    display: block; }

.tos-edge-pill {
  border-radius: 10px;
  margin: 3px 5px 3px 5px;
  padding: 3px 8px 3px 8px;
  font-size: inherit; }

.tos-docview-content .lxm_surrogate {
  overflow: scroll; }
  .tos-docview-content .lxm_surrogate a br {
    display: none; }
  .tos-docview-content .lxm_surrogate .NAME_GENERAL {
    color: black;
    font-weight: inherit; }

.lxm-spara .NAME_GENERAL {
  color: black;
  font-weight: inherit; }

.lxm-ssen {
  display: inline; }
  .lxm-ssen br {
    display: none; }
.subject-explorer-panel {
  padding: 15px; }

.subject-guide-icon {
  background-image: url(images/road16.png) !important; }
@charset "UTF-8";
/*! Leximancer custom Ext Boostrap Bundle */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(images/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker, .x-grid3-row-checked .x-grid3-row-checker, .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close, .x-grid3-hd-checker, .x-grid3-row-checker, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-fa-icon, .x-tree-node-collapsed .x-tree-fa-icon, .x-tree-node-leaf .x-tree-fa-icon, .x-tab-scroller-left, .x-tab-scroller-right, .x-tool-lg, .x-tool-help, .x-tool-close, .x-tool-collapse-west, .x-tool-expand-east, .x-tool-collapse-east, .x-tool-expand-west, .x-form-field-wrap .x-form-trigger, .x-tree-lines .x-tree-elbow-end-minus, .x-tree-lines .x-tree-elbow-end-plus, .x-tree-lines .x-tree-elbow-minus, .x-tree-lines .x-tree-elbow-plus, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-fa-icon.csv, .x-tree-fa-icon.doc, .x-tree-fa-icon.docx, .x-tree-fa-icon.email, .x-tree-fa-icon.html, .x-tree-fa-icon.pdf, .x-tree-fa-icon.text, .x-tree-fa-icon.unknown, .x-tree-fa-icon.xhtml, .x-tree-fa-icon.xml, .hover-help {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg, .x-tool-lg, .x-tool-help, .x-tool-close, .hover-help {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x, .x-tab-scroller-left, .x-tab-scroller-right {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg, .fa-li.x-tool-lg, .fa-li.x-tool-help, .fa-li.x-tool-close, .fa-li.hover-help {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .x-tab-strip .x-tab-strip-closable a.fa-pull-left.x-tab-strip-close, .fa-pull-left.x-grid3-hd-checker, .fa-pull-left.x-grid3-row-checker, .x-tree-node-expanded .fa-pull-left.x-tree-node-icon, .x-tree-node-collapsed .fa-pull-left.x-tree-node-icon, .x-tree-node-expanded .fa-pull-left.x-tree-fa-icon, .x-tree-node-collapsed .fa-pull-left.x-tree-fa-icon, .x-tree-node-leaf .fa-pull-left.x-tree-fa-icon, .fa-pull-left.x-tab-scroller-left, .fa-pull-left.x-tab-scroller-right, .fa-pull-left.x-tool-lg, .fa-pull-left.x-tool-help, .fa-pull-left.x-tool-close, .fa-pull-left.x-tool-collapse-west, .fa-pull-left.x-tool-expand-east, .fa-pull-left.x-tool-collapse-east, .fa-pull-left.x-tool-expand-west, .x-form-field-wrap .fa-pull-left.x-form-trigger, .x-tree-lines .fa-pull-left.x-tree-elbow-end-minus, .x-tree-lines .fa-pull-left.x-tree-elbow-end-plus, .fa-pull-left.x-tree-elbow-plus, .fa-pull-left.x-tree-elbow-minus, .fa-pull-left.x-tree-fa-icon.csv, .fa-pull-left.x-tree-fa-icon.doc, .fa-pull-left.x-tree-fa-icon.docx, .fa-pull-left.x-tree-fa-icon.email, .fa-pull-left.x-tree-fa-icon.html, .fa-pull-left.x-tree-fa-icon.pdf, .fa-pull-left.x-tree-fa-icon.text, .fa-pull-left.x-tree-fa-icon.unknown, .fa-pull-left.x-tree-fa-icon.xhtml, .fa-pull-left.x-tree-fa-icon.xml, .fa-pull-left.hover-help {
  margin-right: .3em; }

.fa.fa-pull-right, .x-tab-strip .x-tab-strip-closable a.fa-pull-right.x-tab-strip-close, .fa-pull-right.x-grid3-hd-checker, .fa-pull-right.x-grid3-row-checker, .x-tree-node-expanded .fa-pull-right.x-tree-node-icon, .x-tree-node-collapsed .fa-pull-right.x-tree-node-icon, .x-tree-node-expanded .fa-pull-right.x-tree-fa-icon, .x-tree-node-collapsed .fa-pull-right.x-tree-fa-icon, .x-tree-node-leaf .fa-pull-right.x-tree-fa-icon, .fa-pull-right.x-tab-scroller-left, .fa-pull-right.x-tab-scroller-right, .fa-pull-right.x-tool-lg, .fa-pull-right.x-tool-help, .fa-pull-right.x-tool-close, .fa-pull-right.x-tool-collapse-west, .fa-pull-right.x-tool-expand-east, .fa-pull-right.x-tool-collapse-east, .fa-pull-right.x-tool-expand-west, .x-form-field-wrap .fa-pull-right.x-form-trigger, .x-tree-lines .fa-pull-right.x-tree-elbow-end-minus, .x-tree-lines .fa-pull-right.x-tree-elbow-end-plus, .fa-pull-right.x-tree-elbow-plus, .fa-pull-right.x-tree-elbow-minus, .fa-pull-right.x-tree-fa-icon.csv, .fa-pull-right.x-tree-fa-icon.doc, .fa-pull-right.x-tree-fa-icon.docx, .fa-pull-right.x-tree-fa-icon.email, .fa-pull-right.x-tree-fa-icon.html, .fa-pull-right.x-tree-fa-icon.pdf, .fa-pull-right.x-tree-fa-icon.text, .fa-pull-right.x-tree-fa-icon.unknown, .fa-pull-right.x-tree-fa-icon.xhtml, .fa-pull-right.x-tree-fa-icon.xml, .fa-pull-right.hover-help {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .x-tab-strip .x-tab-strip-closable a.pull-left.x-tab-strip-close, .pull-left.x-grid3-hd-checker, .pull-left.x-grid3-row-checker, .x-tree-node-expanded .pull-left.x-tree-node-icon, .x-tree-node-collapsed .pull-left.x-tree-node-icon, .x-tree-node-expanded .pull-left.x-tree-fa-icon, .x-tree-node-collapsed .pull-left.x-tree-fa-icon, .x-tree-node-leaf .pull-left.x-tree-fa-icon, .pull-left.x-tab-scroller-left, .pull-left.x-tab-scroller-right, .pull-left.x-tool-lg, .pull-left.x-tool-help, .pull-left.x-tool-close, .pull-left.x-tool-collapse-west, .pull-left.x-tool-expand-east, .pull-left.x-tool-collapse-east, .pull-left.x-tool-expand-west, .x-form-field-wrap .pull-left.x-form-trigger, .x-tree-lines .pull-left.x-tree-elbow-end-minus, .x-tree-lines .pull-left.x-tree-elbow-end-plus, .pull-left.x-tree-elbow-plus, .pull-left.x-tree-elbow-minus, .pull-left.x-tree-fa-icon.csv, .pull-left.x-tree-fa-icon.doc, .pull-left.x-tree-fa-icon.docx, .pull-left.x-tree-fa-icon.email, .pull-left.x-tree-fa-icon.html, .pull-left.x-tree-fa-icon.pdf, .pull-left.x-tree-fa-icon.text, .pull-left.x-tree-fa-icon.unknown, .pull-left.x-tree-fa-icon.xhtml, .pull-left.x-tree-fa-icon.xml, .pull-left.hover-help {
  margin-right: .3em; }

.fa.pull-right, .x-tab-strip .x-tab-strip-closable a.pull-right.x-tab-strip-close, .pull-right.x-grid3-hd-checker, .pull-right.x-grid3-row-checker, .x-tree-node-expanded .pull-right.x-tree-node-icon, .x-tree-node-collapsed .pull-right.x-tree-node-icon, .x-tree-node-expanded .pull-right.x-tree-fa-icon, .x-tree-node-collapsed .pull-right.x-tree-fa-icon, .x-tree-node-leaf .pull-right.x-tree-fa-icon, .pull-right.x-tab-scroller-left, .pull-right.x-tab-scroller-right, .pull-right.x-tool-lg, .pull-right.x-tool-help, .pull-right.x-tool-close, .pull-right.x-tool-collapse-west, .pull-right.x-tool-expand-east, .pull-right.x-tool-collapse-east, .pull-right.x-tool-expand-west, .x-form-field-wrap .pull-right.x-form-trigger, .x-tree-lines .pull-right.x-tree-elbow-end-minus, .x-tree-lines .pull-right.x-tree-elbow-end-plus, .pull-right.x-tree-elbow-plus, .pull-right.x-tree-elbow-minus, .pull-right.x-tree-fa-icon.csv, .pull-right.x-tree-fa-icon.doc, .pull-right.x-tree-fa-icon.docx, .pull-right.x-tree-fa-icon.email, .pull-right.x-tree-fa-icon.html, .pull-right.x-tree-fa-icon.pdf, .pull-right.x-tree-fa-icon.text, .pull-right.x-tree-fa-icon.unknown, .pull-right.x-tree-fa-icon.xhtml, .pull-right.x-tree-fa-icon.xml, .pull-right.hover-help {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before, .x-tree-fa-icon.email:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:before,
.x-tool-close:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before, .x-tree-node-leaf .x-tree-fa-icon:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before, .x-grid3-row-selected .x-grid3-row-checker:before, .x-grid3-hd-checker-on .x-grid3-hd-checker:before, .x-grid3-row-checked .x-grid3-row-checker:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before, .x-tool-collapse-west:before, .x-tool-expand-east:before {
  content: "\F053"; }

.fa-chevron-right:before, .x-tool-collapse-east:before, .x-tool-expand-west:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before, .x-tool-help:before, .x-tree-fa-icon.unknown:before, .hover-help:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before, .x-form-field-wrap .x-form-trigger:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before, .x-grid3-hd-checker:before, .x-grid3-row-checker:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before, .x-tab-scroller-left:before {
  content: "\F0D9"; }

.fa-caret-right:before, .x-tab-scroller-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before, .x-tree-fa-icon.text:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before, .x-tree-node-collapsed .x-tree-node-icon:before, .x-tree-node-collapsed .x-tree-fa-icon:before {
  content: "\F114"; }

.fa-folder-open-o:before, .x-tree-node-expanded .x-tree-node-icon:before, .x-tree-node-expanded .x-tree-fa-icon:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before, .x-tree-lines .x-tree-elbow-end-minus:before, .x-tree-lines .x-tree-elbow-minus:before, .x-tree-elbow-minus:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before, .x-tree-lines .x-tree-elbow-end-plus:before, .x-tree-lines .x-tree-elbow-plus:before, .x-tree-elbow-plus:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before, .x-tree-fa-icon.pdf:before {
  content: "\F1C1"; }

.fa-file-word-o:before, .x-tree-fa-icon.doc:before, .x-tree-fa-icon.docx:before {
  content: "\F1C2"; }

.fa-file-excel-o:before, .x-tree-fa-icon.csv:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before, .x-tree-fa-icon.html:before, .x-tree-fa-icon.xhtml:before, .x-tree-fa-icon.xml:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .x-react-btn > .caret, .x-btn-small > .caret, .x-btn-medium > .caret, .x-btn-large > .caret,
  .dropup > .btn > .caret,
  .dropup > .x-react-btn > .caret,
  .dropup > .x-btn-small > .caret,
  .dropup > .x-btn-medium > .caret,
  .dropup > .x-btn-large > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(f4769f9bdb7466be65088239c12046d1.eot);
  src: url(f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(images/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014     \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0     \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].x-react-btn,
  .input-group-sm > .input-group-btn > input[type="date"].x-btn-small,
  .input-group-sm > .input-group-btn > input[type="date"].x-btn-medium,
  .input-group-sm > .input-group-btn > input[type="date"].x-btn-large,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].x-react-btn,
  .input-group-sm > .input-group-btn > input[type="time"].x-btn-small,
  .input-group-sm > .input-group-btn > input[type="time"].x-btn-medium,
  .input-group-sm > .input-group-btn > input[type="time"].x-btn-large,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].x-react-btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].x-btn-small,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].x-btn-medium,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].x-btn-large,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].x-react-btn,
  .input-group-sm > .input-group-btn > input[type="month"].x-btn-small,
  .input-group-sm > .input-group-btn > input[type="month"].x-btn-medium,
  .input-group-sm > .input-group-btn > input[type="month"].x-btn-large,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].x-react-btn,
  .input-group-lg > .input-group-btn > input[type="date"].x-btn-small,
  .input-group-lg > .input-group-btn > input[type="date"].x-btn-medium,
  .input-group-lg > .input-group-btn > input[type="date"].x-btn-large,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].x-react-btn,
  .input-group-lg > .input-group-btn > input[type="time"].x-btn-small,
  .input-group-lg > .input-group-btn > input[type="time"].x-btn-medium,
  .input-group-lg > .input-group-btn > input[type="time"].x-btn-large,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].x-react-btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].x-btn-small,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].x-btn-medium,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].x-btn-large,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].x-react-btn,
  .input-group-lg > .input-group-btn > input[type="month"].x-btn-small,
  .input-group-lg > .input-group-btn > input[type="month"].x-btn-medium,
  .input-group-lg > .input-group-btn > input[type="month"].x-btn-large,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.x-react-btn,
  .input-group-lg > .input-group-btn > .form-control-static.x-btn-small,
  .input-group-lg > .input-group-btn > .form-control-static.x-btn-medium,
  .input-group-lg > .input-group-btn > .form-control-static.x-btn-large, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.x-react-btn,
  .input-group-sm > .input-group-btn > .form-control-static.x-btn-small,
  .input-group-sm > .input-group-btn > .form-control-static.x-btn-medium,
  .input-group-sm > .input-group-btn > .form-control-static.x-btn-large {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .x-react-btn,
.input-group-sm > .input-group-btn > .x-btn-small,
.input-group-sm > .input-group-btn > .x-btn-medium,
.input-group-sm > .input-group-btn > .x-btn-large {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.x-react-btn,
.input-group-sm > .input-group-btn > select.x-btn-small,
.input-group-sm > .input-group-btn > select.x-btn-medium,
.input-group-sm > .input-group-btn > select.x-btn-large {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.x-react-btn,
.input-group-sm > .input-group-btn > textarea.x-btn-small,
.input-group-sm > .input-group-btn > textarea.x-btn-medium,
.input-group-sm > .input-group-btn > textarea.x-btn-large,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].x-react-btn,
.input-group-sm > .input-group-btn > select[multiple].x-btn-small,
.input-group-sm > .input-group-btn > select[multiple].x-btn-medium,
.input-group-sm > .input-group-btn > select[multiple].x-btn-large {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .x-react-btn,
.input-group-lg > .input-group-btn > .x-btn-small,
.input-group-lg > .input-group-btn > .x-btn-medium,
.input-group-lg > .input-group-btn > .x-btn-large {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.x-react-btn,
.input-group-lg > .input-group-btn > select.x-btn-small,
.input-group-lg > .input-group-btn > select.x-btn-medium,
.input-group-lg > .input-group-btn > select.x-btn-large {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.x-react-btn,
.input-group-lg > .input-group-btn > textarea.x-btn-small,
.input-group-lg > .input-group-btn > textarea.x-btn-medium,
.input-group-lg > .input-group-btn > textarea.x-btn-large,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].x-react-btn,
.input-group-lg > .input-group-btn > select[multiple].x-btn-small,
.input-group-lg > .input-group-btn > select[multiple].x-btn-medium,
.input-group-lg > .input-group-btn > select[multiple].x-btn-large {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .x-react-btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .x-btn-small + .form-control-feedback,
.input-group-lg > .input-group-btn > .x-btn-medium + .form-control-feedback,
.input-group-lg > .input-group-btn > .x-btn-large + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .x-react-btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .x-btn-small + .form-control-feedback,
.input-group-sm > .input-group-btn > .x-btn-medium + .form-control-feedback,
.input-group-sm > .input-group-btn > .x-btn-large + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .x-react-btn, .x-btn-small, .x-btn-medium, .x-btn-large {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .x-react-btn:focus, .x-btn-small:focus, .x-btn-medium:focus, .x-btn-large:focus, .btn.focus, .focus.x-react-btn, .focus.x-btn-small, .focus.x-btn-medium, .focus.x-btn-large, .btn:active:focus, .x-react-btn:active:focus, .x-btn-small:active:focus, .x-btn-medium:active:focus, .x-btn-large:active:focus, .btn:active.focus, .x-react-btn:active.focus, .x-btn-small:active.focus, .x-btn-medium:active.focus, .x-btn-large:active.focus, .btn.active:focus, .active.x-react-btn:focus, .active.x-btn-small:focus, .active.x-btn-medium:focus, .active.x-btn-large:focus, .btn.active.focus, .active.focus.x-react-btn, .active.focus.x-btn-small, .active.focus.x-btn-medium, .active.focus.x-btn-large {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .x-react-btn:hover, .x-btn-small:hover, .x-btn-medium:hover, .x-btn-large:hover, .btn:focus, .x-react-btn:focus, .x-btn-small:focus, .x-btn-medium:focus, .x-btn-large:focus, .btn.focus, .focus.x-react-btn, .focus.x-btn-small, .focus.x-btn-medium, .focus.x-btn-large {
    color: #333;
    text-decoration: none; }
  .btn:active, .x-react-btn:active, .x-btn-small:active, .x-btn-medium:active, .x-btn-large:active, .btn.active, .active.x-react-btn, .active.x-btn-small, .active.x-btn-medium, .active.x-btn-large {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.x-react-btn, .disabled.x-btn-small, .disabled.x-btn-medium, .disabled.x-btn-large, .btn[disabled], [disabled].x-react-btn, [disabled].x-btn-small, [disabled].x-btn-medium, [disabled].x-btn-large,
  fieldset[disabled] .btn,
  fieldset[disabled] .x-react-btn,
  fieldset[disabled] .x-btn-small,
  fieldset[disabled] .x-btn-medium,
  fieldset[disabled] .x-btn-large {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
            box-shadow: none; }

a.btn.disabled, a.disabled.x-react-btn, a.disabled.x-btn-small, a.disabled.x-btn-medium, a.disabled.x-btn-large,
fieldset[disabled] a.btn,
fieldset[disabled] a.x-react-btn,
fieldset[disabled] a.x-btn-small,
fieldset[disabled] a.x-btn-medium,
fieldset[disabled] a.x-btn-large {
  pointer-events: none; }

.btn-default, .x-react-btn, .x-btn-small, .x-btn-medium, .x-btn-large {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .x-react-btn:focus, .x-btn-small:focus, .x-btn-medium:focus, .x-btn-large:focus, .btn-default.focus, .focus.x-react-btn, .focus.x-btn-small, .focus.x-btn-medium, .focus.x-btn-large {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .x-react-btn:hover, .x-btn-small:hover, .x-btn-medium:hover, .x-btn-large:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .x-react-btn:active, .x-btn-small:active, .x-btn-medium:active, .x-btn-large:active, .btn-default.active, .active.x-react-btn, .active.x-btn-small, .active.x-btn-medium, .active.x-btn-large,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.x-react-btn,
  .open > .dropdown-toggle.x-btn-small,
  .open > .dropdown-toggle.x-btn-medium,
  .open > .dropdown-toggle.x-btn-large {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .x-react-btn:active:hover, .x-btn-small:active:hover, .x-btn-medium:active:hover, .x-btn-large:active:hover, .btn-default:active:focus, .x-react-btn:active:focus, .x-btn-small:active:focus, .x-btn-medium:active:focus, .x-btn-large:active:focus, .btn-default:active.focus, .x-react-btn:active.focus, .x-btn-small:active.focus, .x-btn-medium:active.focus, .x-btn-large:active.focus, .btn-default.active:hover, .active.x-react-btn:hover, .active.x-btn-small:hover, .active.x-btn-medium:hover, .active.x-btn-large:hover, .btn-default.active:focus, .active.x-react-btn:focus, .active.x-btn-small:focus, .active.x-btn-medium:focus, .active.x-btn-large:focus, .btn-default.active.focus, .active.focus.x-react-btn, .active.focus.x-btn-small, .active.focus.x-btn-medium, .active.focus.x-btn-large,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .dropdown-toggle.x-react-btn:hover,
    .open > .dropdown-toggle.x-btn-small:hover,
    .open > .dropdown-toggle.x-btn-medium:hover,
    .open > .dropdown-toggle.x-btn-large:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .dropdown-toggle.x-react-btn:focus,
    .open > .dropdown-toggle.x-btn-small:focus,
    .open > .dropdown-toggle.x-btn-medium:focus,
    .open > .dropdown-toggle.x-btn-large:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.x-react-btn,
    .open > .dropdown-toggle.focus.x-btn-small,
    .open > .dropdown-toggle.focus.x-btn-medium,
    .open > .dropdown-toggle.focus.x-btn-large {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .x-react-btn:active, .x-btn-small:active, .x-btn-medium:active, .x-btn-large:active, .btn-default.active, .active.x-react-btn, .active.x-btn-small, .active.x-btn-medium, .active.x-btn-large,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.x-react-btn,
  .open > .dropdown-toggle.x-btn-small,
  .open > .dropdown-toggle.x-btn-medium,
  .open > .dropdown-toggle.x-btn-large {
    background-image: none; }
  .btn-default.disabled:hover, .disabled.x-react-btn:hover, .disabled.x-btn-small:hover, .disabled.x-btn-medium:hover, .disabled.x-btn-large:hover, .btn-default.disabled:focus, .disabled.x-react-btn:focus, .disabled.x-btn-small:focus, .disabled.x-btn-medium:focus, .disabled.x-btn-large:focus, .btn-default.disabled.focus, .disabled.focus.x-react-btn, .disabled.focus.x-btn-small, .disabled.focus.x-btn-medium, .disabled.focus.x-btn-large, .btn-default[disabled]:hover, [disabled].x-react-btn:hover, [disabled].x-btn-small:hover, [disabled].x-btn-medium:hover, [disabled].x-btn-large:hover, .btn-default[disabled]:focus, [disabled].x-react-btn:focus, [disabled].x-btn-small:focus, [disabled].x-btn-medium:focus, [disabled].x-btn-large:focus, .btn-default[disabled].focus, [disabled].focus.x-react-btn, [disabled].focus.x-btn-small, [disabled].focus.x-btn-medium, [disabled].focus.x-btn-large,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .x-react-btn:hover,
  fieldset[disabled] .x-btn-small:hover,
  fieldset[disabled] .x-btn-medium:hover,
  fieldset[disabled] .x-btn-large:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .x-react-btn:focus,
  fieldset[disabled] .x-btn-small:focus,
  fieldset[disabled] .x-btn-medium:focus,
  fieldset[disabled] .x-btn-large:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .focus.x-react-btn,
  fieldset[disabled] .focus.x-btn-small,
  fieldset[disabled] .focus.x-btn-medium,
  fieldset[disabled] .focus.x-btn-large {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .x-react-btn .badge, .x-btn-small .badge, .x-btn-medium .badge, .x-btn-large .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .x-react-btn, .btn-group-lg > .x-btn-small, .btn-group-lg > .x-btn-medium, .btn-group-lg > .x-btn-large, .x-btn-large {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .x-react-btn, .btn-group-sm > .x-btn-small, .btn-group-sm > .x-btn-medium, .btn-group-sm > .x-btn-large {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .x-react-btn, .btn-group-xs > .x-btn-small, .btn-group-xs > .x-btn-medium, .btn-group-xs > .x-btn-large, .x-btn-small {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
       -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .x-react-btn, .btn-group > .x-btn-small, .btn-group > .x-btn-medium, .btn-group > .x-btn-large,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .x-react-btn,
  .btn-group-vertical > .x-btn-small,
  .btn-group-vertical > .x-btn-medium,
  .btn-group-vertical > .x-btn-large {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .x-react-btn:hover, .btn-group > .x-btn-small:hover, .btn-group > .x-btn-medium:hover, .btn-group > .x-btn-large:hover, .btn-group > .btn:focus, .btn-group > .x-react-btn:focus, .btn-group > .x-btn-small:focus, .btn-group > .x-btn-medium:focus, .btn-group > .x-btn-large:focus, .btn-group > .btn:active, .btn-group > .x-react-btn:active, .btn-group > .x-btn-small:active, .btn-group > .x-btn-medium:active, .btn-group > .x-btn-large:active, .btn-group > .btn.active, .btn-group > .active.x-react-btn, .btn-group > .active.x-btn-small, .btn-group > .active.x-btn-medium, .btn-group > .active.x-btn-large,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .x-react-btn:hover,
    .btn-group-vertical > .x-btn-small:hover,
    .btn-group-vertical > .x-btn-medium:hover,
    .btn-group-vertical > .x-btn-large:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .x-react-btn:focus,
    .btn-group-vertical > .x-btn-small:focus,
    .btn-group-vertical > .x-btn-medium:focus,
    .btn-group-vertical > .x-btn-large:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .x-react-btn:active,
    .btn-group-vertical > .x-btn-small:active,
    .btn-group-vertical > .x-btn-medium:active,
    .btn-group-vertical > .x-btn-large:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.x-react-btn,
    .btn-group-vertical > .active.x-btn-small,
    .btn-group-vertical > .active.x-btn-medium,
    .btn-group-vertical > .active.x-btn-large {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .x-react-btn + .btn, .btn-group .x-btn-small + .btn, .btn-group .x-btn-medium + .btn, .btn-group .x-btn-large + .btn, .btn-group .btn + .x-react-btn, .btn-group .x-react-btn + .x-react-btn, .btn-group .x-btn-small + .x-react-btn, .btn-group .x-btn-medium + .x-react-btn, .btn-group .x-btn-large + .x-react-btn, .btn-group .btn + .x-btn-small, .btn-group .x-react-btn + .x-btn-small, .btn-group .x-btn-small + .x-btn-small, .btn-group .x-btn-medium + .x-btn-small, .btn-group .x-btn-large + .x-btn-small, .btn-group .btn + .x-btn-medium, .btn-group .x-react-btn + .x-btn-medium, .btn-group .x-btn-small + .x-btn-medium, .btn-group .x-btn-medium + .x-btn-medium, .btn-group .x-btn-large + .x-btn-medium, .btn-group .btn + .x-btn-large, .btn-group .x-react-btn + .x-btn-large, .btn-group .x-btn-small + .x-btn-large, .btn-group .x-btn-medium + .x-btn-large, .btn-group .x-btn-large + .x-btn-large,
.btn-group .btn + .btn-group,
.btn-group .x-react-btn + .btn-group,
.btn-group .x-btn-small + .btn-group,
.btn-group .x-btn-medium + .btn-group,
.btn-group .x-btn-large + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .x-react-btn,
.btn-group .btn-group + .x-btn-small,
.btn-group .btn-group + .x-btn-medium,
.btn-group .btn-group + .x-btn-large,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .x-react-btn, .btn-toolbar .x-btn-small, .btn-toolbar .x-btn-medium, .btn-toolbar .x-btn-large,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .x-react-btn, .btn-toolbar > .x-btn-small, .btn-toolbar > .x-btn-medium, .btn-toolbar > .x-btn-large,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .x-react-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .x-btn-small:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .x-btn-medium:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .x-btn-large:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .x-react-btn:first-child, .btn-group > .x-btn-small:first-child, .btn-group > .x-btn-medium:first-child, .btn-group > .x-btn-large:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .x-react-btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .x-btn-small:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .x-btn-medium:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .x-btn-large:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .x-react-btn:last-child:not(:first-child), .btn-group > .x-btn-small:last-child:not(:first-child), .btn-group > .x-btn-medium:last-child:not(:first-child), .btn-group > .x-btn-large:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .x-react-btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .x-btn-small, .btn-group > .btn-group:not(:first-child):not(:last-child) > .x-btn-medium, .btn-group > .btn-group:not(:first-child):not(:last-child) > .x-btn-large {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .x-react-btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .x-btn-small:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .x-btn-medium:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .x-btn-large:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .x-react-btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .x-btn-small:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .x-btn-medium:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .x-btn-large:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .btn-group > .x-react-btn + .dropdown-toggle, .btn-group > .x-btn-small + .dropdown-toggle, .btn-group > .x-btn-medium + .dropdown-toggle, .btn-group > .x-btn-large + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .x-react-btn + .dropdown-toggle, .btn-group-lg.btn-group > .x-btn-small + .dropdown-toggle, .btn-group-lg.btn-group > .x-btn-medium + .dropdown-toggle, .btn-group > .x-btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn .caret, .x-react-btn .caret, .x-btn-small .caret, .x-btn-medium .caret, .x-btn-large .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .x-react-btn .caret, .btn-group-lg > .x-btn-small .caret, .btn-group-lg > .x-btn-medium .caret, .x-btn-large .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .x-react-btn .caret, .dropup .btn-group-lg > .x-btn-small .caret, .dropup .btn-group-lg > .x-btn-medium .caret, .dropup .x-btn-large .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .x-react-btn, .btn-group-vertical > .x-btn-small, .btn-group-vertical > .x-btn-medium, .btn-group-vertical > .x-btn-large,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .x-react-btn,
.btn-group-vertical > .btn-group > .x-btn-small,
.btn-group-vertical > .btn-group > .x-btn-medium,
.btn-group-vertical > .btn-group > .x-btn-large {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .x-react-btn, .btn-group-vertical > .btn-group > .x-btn-small, .btn-group-vertical > .btn-group > .x-btn-medium, .btn-group-vertical > .btn-group > .x-btn-large {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .x-react-btn + .btn, .btn-group-vertical > .x-btn-small + .btn, .btn-group-vertical > .x-btn-medium + .btn, .btn-group-vertical > .x-btn-large + .btn, .btn-group-vertical > .btn + .x-react-btn, .btn-group-vertical > .x-react-btn + .x-react-btn, .btn-group-vertical > .x-btn-small + .x-react-btn, .btn-group-vertical > .x-btn-medium + .x-react-btn, .btn-group-vertical > .x-btn-large + .x-react-btn, .btn-group-vertical > .btn + .x-btn-small, .btn-group-vertical > .x-react-btn + .x-btn-small, .btn-group-vertical > .x-btn-small + .x-btn-small, .btn-group-vertical > .x-btn-medium + .x-btn-small, .btn-group-vertical > .x-btn-large + .x-btn-small, .btn-group-vertical > .btn + .x-btn-medium, .btn-group-vertical > .x-react-btn + .x-btn-medium, .btn-group-vertical > .x-btn-small + .x-btn-medium, .btn-group-vertical > .x-btn-medium + .x-btn-medium, .btn-group-vertical > .x-btn-large + .x-btn-medium, .btn-group-vertical > .btn + .x-btn-large, .btn-group-vertical > .x-react-btn + .x-btn-large, .btn-group-vertical > .x-btn-small + .x-btn-large, .btn-group-vertical > .x-btn-medium + .x-btn-large, .btn-group-vertical > .x-btn-large + .x-btn-large,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .x-react-btn + .btn-group,
.btn-group-vertical > .x-btn-small + .btn-group,
.btn-group-vertical > .x-btn-medium + .btn-group,
.btn-group-vertical > .x-btn-large + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .x-react-btn,
.btn-group-vertical > .btn-group + .x-btn-small,
.btn-group-vertical > .btn-group + .x-btn-medium,
.btn-group-vertical > .btn-group + .x-btn-large,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .x-react-btn:not(:first-child):not(:last-child), .btn-group-vertical > .x-btn-small:not(:first-child):not(:last-child), .btn-group-vertical > .x-btn-medium:not(:first-child):not(:last-child), .btn-group-vertical > .x-btn-large:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .x-react-btn:first-child:not(:last-child), .btn-group-vertical > .x-btn-small:first-child:not(:last-child), .btn-group-vertical > .x-btn-medium:first-child:not(:last-child), .btn-group-vertical > .x-btn-large:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .x-react-btn:last-child:not(:first-child), .btn-group-vertical > .x-btn-small:last-child:not(:first-child), .btn-group-vertical > .x-btn-medium:last-child:not(:first-child), .btn-group-vertical > .x-btn-large:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .x-react-btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .x-btn-small, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .x-btn-medium, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .x-btn-large {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .x-react-btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .x-btn-small:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .x-btn-medium:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .x-btn-large:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .x-react-btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .x-btn-small:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .x-btn-medium:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .x-btn-large:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .x-react-btn, .btn-group-justified > .x-btn-small, .btn-group-justified > .x-btn-medium, .btn-group-justified > .x-btn-large,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .x-react-btn, .btn-group-justified > .btn-group .x-btn-small, .btn-group-justified > .btn-group .x-btn-medium, .btn-group-justified > .btn-group .x-btn-large {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .x-react-btn input[type="radio"], [data-toggle="buttons"] > .x-btn-small input[type="radio"], [data-toggle="buttons"] > .x-btn-medium input[type="radio"], [data-toggle="buttons"] > .x-btn-large input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .x-react-btn input[type="checkbox"],
[data-toggle="buttons"] > .x-btn-small input[type="checkbox"],
[data-toggle="buttons"] > .x-btn-medium input[type="checkbox"],
[data-toggle="buttons"] > .x-btn-large input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .x-react-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .x-btn-small input[type="radio"],
[data-toggle="buttons"] > .btn-group > .x-btn-medium input[type="radio"],
[data-toggle="buttons"] > .btn-group > .x-btn-large input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .x-react-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .x-btn-small input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .x-btn-medium input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .x-btn-large input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.x-react-btn,
  .input-group-sm > .input-group-btn > .input-group-addon.x-btn-small,
  .input-group-sm > .input-group-btn > .input-group-addon.x-btn-medium,
  .input-group-sm > .input-group-btn > .input-group-addon.x-btn-large {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.x-react-btn,
  .input-group-lg > .input-group-btn > .input-group-addon.x-btn-small,
  .input-group-lg > .input-group-btn > .input-group-addon.x-btn-medium,
  .input-group-lg > .input-group-btn > .input-group-addon.x-btn-large {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .x-react-btn,
.input-group-btn:first-child > .x-btn-small,
.input-group-btn:first-child > .x-btn-medium,
.input-group-btn:first-child > .x-btn-large,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .x-react-btn,
.input-group-btn:first-child > .btn-group > .x-btn-small,
.input-group-btn:first-child > .btn-group > .x-btn-medium,
.input-group-btn:first-child > .btn-group > .x-btn-large,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .x-react-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .x-btn-small:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .x-btn-medium:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .x-btn-large:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .x-react-btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .x-btn-small,
.input-group-btn:last-child > .btn-group:not(:last-child) > .x-btn-medium,
.input-group-btn:last-child > .btn-group:not(:last-child) > .x-btn-large {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .x-react-btn,
.input-group-btn:last-child > .x-btn-small,
.input-group-btn:last-child > .x-btn-medium,
.input-group-btn:last-child > .x-btn-large,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .x-react-btn,
.input-group-btn:last-child > .btn-group > .x-btn-small,
.input-group-btn:last-child > .btn-group > .x-btn-medium,
.input-group-btn:last-child > .btn-group > .x-btn-large,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .x-react-btn:not(:first-child),
.input-group-btn:first-child > .x-btn-small:not(:first-child),
.input-group-btn:first-child > .x-btn-medium:not(:first-child),
.input-group-btn:first-child > .x-btn-large:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .x-react-btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .x-btn-small,
.input-group-btn:first-child > .btn-group:not(:first-child) > .x-btn-medium,
.input-group-btn:first-child > .btn-group:not(:first-child) > .x-btn-large {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .x-react-btn, .input-group-btn > .x-btn-small, .input-group-btn > .x-btn-medium, .input-group-btn > .x-btn-large {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .x-react-btn + .btn, .input-group-btn > .x-btn-small + .btn, .input-group-btn > .x-btn-medium + .btn, .input-group-btn > .x-btn-large + .btn, .input-group-btn > .btn + .x-react-btn, .input-group-btn > .x-react-btn + .x-react-btn, .input-group-btn > .x-btn-small + .x-react-btn, .input-group-btn > .x-btn-medium + .x-react-btn, .input-group-btn > .x-btn-large + .x-react-btn, .input-group-btn > .btn + .x-btn-small, .input-group-btn > .x-react-btn + .x-btn-small, .input-group-btn > .x-btn-small + .x-btn-small, .input-group-btn > .x-btn-medium + .x-btn-small, .input-group-btn > .x-btn-large + .x-btn-small, .input-group-btn > .btn + .x-btn-medium, .input-group-btn > .x-react-btn + .x-btn-medium, .input-group-btn > .x-btn-small + .x-btn-medium, .input-group-btn > .x-btn-medium + .x-btn-medium, .input-group-btn > .x-btn-large + .x-btn-medium, .input-group-btn > .btn + .x-btn-large, .input-group-btn > .x-react-btn + .x-btn-large, .input-group-btn > .x-btn-small + .x-btn-large, .input-group-btn > .x-btn-medium + .x-btn-large, .input-group-btn > .x-btn-large + .x-btn-large {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .x-react-btn:hover, .input-group-btn > .x-btn-small:hover, .input-group-btn > .x-btn-medium:hover, .input-group-btn > .x-btn-large:hover, .input-group-btn > .btn:focus, .input-group-btn > .x-react-btn:focus, .input-group-btn > .x-btn-small:focus, .input-group-btn > .x-btn-medium:focus, .input-group-btn > .x-btn-large:focus, .input-group-btn > .btn:active, .input-group-btn > .x-react-btn:active, .input-group-btn > .x-btn-small:active, .input-group-btn > .x-btn-medium:active, .input-group-btn > .x-btn-large:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .x-react-btn, .input-group-btn:first-child > .x-btn-small, .input-group-btn:first-child > .x-btn-medium, .input-group-btn:first-child > .x-btn-large,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .x-react-btn, .input-group-btn:last-child > .x-btn-small, .input-group-btn:last-child > .x-btn-medium, .input-group-btn:last-child > .x-btn-large,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav, ul.x-tab-strip {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, ul.x-tab-strip:before, .nav:after, ul.x-tab-strip:after {
    content: " ";
    display: table; }
  .nav:after, ul.x-tab-strip:after {
    clear: both; }
  .nav > li, ul.x-tab-strip > li {
    position: relative;
    display: block; }
    .nav > li > a, ul.x-tab-strip > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, ul.x-tab-strip > li > a:hover, .nav > li > a:focus, ul.x-tab-strip > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a, ul.x-tab-strip > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, ul.x-tab-strip > li.disabled > a:hover, .nav > li.disabled > a:focus, ul.x-tab-strip > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, ul.x-tab-strip .open > a, .nav .open > a:hover, ul.x-tab-strip .open > a:hover, .nav .open > a:focus, ul.x-tab-strip .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider, ul.x-tab-strip .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img, ul.x-tab-strip > li > a > img {
    max-width: none; }

.nav-tabs, ul.x-tab-strip {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li, ul.x-tab-strip > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a, ul.x-tab-strip > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover, ul.x-tab-strip > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, ul.x-tab-strip > li.active > a, .nav-tabs > li.active > a:hover, ul.x-tab-strip > li.active > a:hover, .nav-tabs > li.active > a:focus, ul.x-tab-strip > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified, ul.nav-justified.x-tab-strip {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li, ul.nav-justified.x-tab-strip > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a, ul.nav-justified.x-tab-strip > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li, ul.nav-justified.x-tab-strip > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a, ul.nav-justified.x-tab-strip > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, ul.nav-justified.x-tab-strip {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, ul.nav-justified.x-tab-strip > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, ul.nav-justified.x-tab-strip > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, ul.nav-justified.x-tab-strip > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, ul.nav-justified.x-tab-strip > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, ul.nav-justified.x-tab-strip > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, ul.nav-justified.x-tab-strip > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, ul.nav-justified.x-tab-strip > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, ul.nav-justified.x-tab-strip > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu, ul.x-tab-strip .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.x-react-btn, .btn-group-sm > .navbar-btn.x-btn-small, .btn-group-sm > .navbar-btn.x-btn-medium, .btn-group-sm > .navbar-btn.x-btn-large {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.x-react-btn, .btn-group-xs > .navbar-btn.x-btn-medium, .btn-group-xs > .navbar-btn.x-btn-large, .navbar-btn.x-btn-small {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .x-react-btn .label, .x-btn-small .label, .x-btn-medium .label, .x-btn-large .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .x-react-btn .badge, .x-btn-small .badge, .x-btn-medium .badge, .x-btn-large .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .x-react-btn .badge, .btn-group-xs > .x-btn-medium .badge, .btn-group-xs > .x-btn-large .badge, .x-btn-small .badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > .x-react-btn .badge,
  .btn-group-xs > .x-btn-small .badge,
  .btn-group-xs > .x-btn-medium .badge,
  .btn-group-xs > .x-btn-large .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel, .x-panel, .x-window, .x-window-plain {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body, .x-panel-body {
  padding: 15px; }
  .panel-body:before, .x-panel-body:before, .panel-body:after, .x-panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after, .x-panel-body:after {
    clear: both; }

.panel-heading, .x-panel-header, .x-window-header, .x-window-tl .x-window-header {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle, .x-panel-header > .dropdown .dropdown-toggle, .x-window-header > .dropdown .dropdown-toggle, .x-window-tl .x-window-header > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title, .x-window-header-text, .x-panel-header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a, .x-window-header-text > a, .x-panel-header-text > a,
  .panel-title > small, .x-window-header-text > small, .x-panel-header-text > small,
  .panel-title > .small, .x-window-header-text > .small, .x-panel-header-text > .small,
  .panel-title > small > a, .x-window-header-text > small > a, .x-panel-header-text > small > a,
  .panel-title > .small > a, .x-window-header-text > .small > a, .x-panel-header-text > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .x-panel > .list-group, .x-window > .list-group, .x-window-plain > .list-group,
.panel > .panel-collapse > .list-group, .x-panel > .panel-collapse > .list-group, .x-window > .panel-collapse > .list-group, .x-window-plain > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item, .x-panel > .list-group .list-group-item, .x-window > .list-group .list-group-item, .x-window-plain > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item, .x-panel > .panel-collapse > .list-group .list-group-item, .x-window > .panel-collapse > .list-group .list-group-item, .x-window-plain > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child, .x-panel > .list-group:first-child .list-group-item:first-child, .x-window > .list-group:first-child .list-group-item:first-child, .x-window-plain > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child, .x-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child, .x-window > .panel-collapse > .list-group:first-child .list-group-item:first-child, .x-window-plain > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child, .x-panel > .list-group:last-child .list-group-item:last-child, .x-window > .list-group:last-child .list-group-item:last-child, .x-window-plain > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child, .x-panel > .panel-collapse > .list-group:last-child .list-group-item:last-child, .x-window > .panel-collapse > .list-group:last-child .list-group-item:last-child, .x-window-plain > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .x-panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .x-window > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .x-window-plain > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > .x-panel-header + .panel-collapse > .list-group .list-group-item:first-child, .x-panel > .x-panel-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window > .x-panel-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window-plain > .x-panel-header + .panel-collapse > .list-group .list-group-item:first-child, .panel > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child, .x-panel > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window-plain > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window-tl .panel > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window-tl .x-panel > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window-tl .x-window > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child, .x-window-tl .x-window-plain > .x-window-header + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child, .x-panel-header + .list-group .list-group-item:first-child, .x-window-header + .list-group .list-group-item:first-child, .x-window-tl .x-window-header + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .x-panel > .table, .x-window > .table, .x-window-plain > .table,
.panel > .table-responsive > .table, .x-panel > .table-responsive > .table, .x-window > .table-responsive > .table, .x-window-plain > .table-responsive > .table,
.panel > .panel-collapse > .table, .x-panel > .panel-collapse > .table, .x-window > .panel-collapse > .table, .x-window-plain > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption, .x-panel > .table caption, .x-window > .table caption, .x-window-plain > .table caption,
  .panel > .table-responsive > .table caption, .x-panel > .table-responsive > .table caption, .x-window > .table-responsive > .table caption, .x-window-plain > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption, .x-panel > .panel-collapse > .table caption, .x-window > .panel-collapse > .table caption, .x-window-plain > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child, .x-panel > .table:first-child, .x-window > .table:first-child, .x-window-plain > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child, .x-panel > .table-responsive:first-child > .table:first-child, .x-window > .table-responsive:first-child > .table:first-child, .x-window-plain > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child, .x-panel > .table:first-child > thead:first-child > tr:first-child, .x-window > .table:first-child > thead:first-child > tr:first-child, .x-window-plain > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child, .x-panel > .table:first-child > tbody:first-child > tr:first-child, .x-window > .table:first-child > tbody:first-child > tr:first-child, .x-window-plain > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .x-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .x-window > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .x-window-plain > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .x-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .x-window > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .x-window-plain > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .x-panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .x-window > .table:first-child > thead:first-child > tr:first-child td:first-child, .x-window-plain > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .x-panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .x-window > .table:first-child > thead:first-child > tr:first-child th:first-child, .x-window-plain > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .x-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .x-window > .table:first-child > tbody:first-child > tr:first-child td:first-child, .x-window-plain > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .x-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .x-window > .table:first-child > tbody:first-child > tr:first-child th:first-child, .x-window-plain > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .x-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .x-window > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .x-window-plain > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .x-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .x-window > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .x-window-plain > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .x-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .x-window > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .x-window-plain > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .x-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .x-window > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .x-window-plain > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .x-panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .x-window > .table:first-child > thead:first-child > tr:first-child td:last-child, .x-window-plain > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .x-panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .x-window > .table:first-child > thead:first-child > tr:first-child th:last-child, .x-window-plain > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .x-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .x-window > .table:first-child > tbody:first-child > tr:first-child td:last-child, .x-window-plain > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .x-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .x-window > .table:first-child > tbody:first-child > tr:first-child th:last-child, .x-window-plain > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .x-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .x-window > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .x-window-plain > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .x-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .x-window > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .x-window-plain > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .x-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .x-window > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .x-window-plain > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .x-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .x-window > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .x-window-plain > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child, .x-panel > .table:last-child, .x-window > .table:last-child, .x-window-plain > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child, .x-panel > .table-responsive:last-child > .table:last-child, .x-window > .table-responsive:last-child > .table:last-child, .x-window-plain > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, .x-panel > .table:last-child > tbody:last-child > tr:last-child, .x-window > .table:last-child > tbody:last-child > tr:last-child, .x-window-plain > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child, .x-panel > .table:last-child > tfoot:last-child > tr:last-child, .x-window > .table:last-child > tfoot:last-child > tr:last-child, .x-window-plain > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .x-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .x-window > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .x-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .x-window > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .x-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .x-window > .table:last-child > tbody:last-child > tr:last-child td:first-child, .x-window-plain > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .x-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .x-window > .table:last-child > tbody:last-child > tr:last-child th:first-child, .x-window-plain > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .x-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .x-window > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .x-window-plain > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .x-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .x-window > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .x-window-plain > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .x-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .x-window > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .x-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .x-window > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .x-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .x-window > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .x-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .x-window > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .x-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .x-window > .table:last-child > tbody:last-child > tr:last-child td:last-child, .x-window-plain > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .x-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .x-window > .table:last-child > tbody:last-child > tr:last-child th:last-child, .x-window-plain > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .x-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .x-window > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .x-window-plain > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .x-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .x-window > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .x-window-plain > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .x-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .x-window > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .x-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .x-window > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .x-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .x-window > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .x-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .x-window > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .x-window-plain > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .x-panel > .panel-body + .table, .x-window > .panel-body + .table, .x-window-plain > .panel-body + .table, .panel > .x-panel-body + .table, .x-panel > .x-panel-body + .table, .x-window > .x-panel-body + .table, .x-window-plain > .x-panel-body + .table,
.panel > .panel-body + .table-responsive, .x-panel > .panel-body + .table-responsive, .x-window > .panel-body + .table-responsive, .x-window-plain > .panel-body + .table-responsive,
.panel > .x-panel-body + .table-responsive, .x-panel > .x-panel-body + .table-responsive, .x-window > .x-panel-body + .table-responsive, .x-window-plain > .x-panel-body + .table-responsive,
.panel > .table + .panel-body, .x-panel > .table + .panel-body, .x-window > .table + .panel-body, .x-window-plain > .table + .panel-body,
.panel > .table + .x-panel-body, .x-panel > .table + .x-panel-body, .x-window > .table + .x-panel-body, .x-window-plain > .table + .x-panel-body,
.panel > .table-responsive + .panel-body, .x-panel > .table-responsive + .panel-body, .x-window > .table-responsive + .panel-body, .x-window-plain > .table-responsive + .panel-body,
.panel > .table-responsive + .x-panel-body, .x-panel > .table-responsive + .x-panel-body, .x-window > .table-responsive + .x-panel-body, .x-window-plain > .table-responsive + .x-panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .x-panel > .table > tbody:first-child > tr:first-child th, .x-window > .table > tbody:first-child > tr:first-child th, .x-window-plain > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td, .x-panel > .table > tbody:first-child > tr:first-child td, .x-window > .table > tbody:first-child > tr:first-child td, .x-window-plain > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .x-panel > .table-bordered, .x-window > .table-bordered, .x-window-plain > .table-bordered,
.panel > .table-responsive > .table-bordered, .x-panel > .table-responsive > .table-bordered, .x-window > .table-responsive > .table-bordered, .x-window-plain > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .x-panel > .table-bordered > thead > tr > th:first-child, .x-window > .table-bordered > thead > tr > th:first-child, .x-window-plain > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child, .x-panel > .table-bordered > thead > tr > td:first-child, .x-window > .table-bordered > thead > tr > td:first-child, .x-window-plain > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child, .x-panel > .table-bordered > tbody > tr > th:first-child, .x-window > .table-bordered > tbody > tr > th:first-child, .x-window-plain > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child, .x-panel > .table-bordered > tbody > tr > td:first-child, .x-window > .table-bordered > tbody > tr > td:first-child, .x-window-plain > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child, .x-panel > .table-bordered > tfoot > tr > th:first-child, .x-window > .table-bordered > tfoot > tr > th:first-child, .x-window-plain > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child, .x-panel > .table-bordered > tfoot > tr > td:first-child, .x-window > .table-bordered > tfoot > tr > td:first-child, .x-window-plain > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .x-panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .x-window > .table-responsive > .table-bordered > thead > tr > th:first-child, .x-window-plain > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .x-panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .x-window > .table-responsive > .table-bordered > thead > tr > td:first-child, .x-window-plain > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .x-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .x-window > .table-responsive > .table-bordered > tbody > tr > th:first-child, .x-window-plain > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .x-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .x-window > .table-responsive > .table-bordered > tbody > tr > td:first-child, .x-window-plain > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .x-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .x-window > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .x-window-plain > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .x-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .x-window > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .x-window-plain > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .x-panel > .table-bordered > thead > tr > th:last-child, .x-window > .table-bordered > thead > tr > th:last-child, .x-window-plain > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child, .x-panel > .table-bordered > thead > tr > td:last-child, .x-window > .table-bordered > thead > tr > td:last-child, .x-window-plain > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child, .x-panel > .table-bordered > tbody > tr > th:last-child, .x-window > .table-bordered > tbody > tr > th:last-child, .x-window-plain > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child, .x-panel > .table-bordered > tbody > tr > td:last-child, .x-window > .table-bordered > tbody > tr > td:last-child, .x-window-plain > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child, .x-panel > .table-bordered > tfoot > tr > th:last-child, .x-window > .table-bordered > tfoot > tr > th:last-child, .x-window-plain > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child, .x-panel > .table-bordered > tfoot > tr > td:last-child, .x-window > .table-bordered > tfoot > tr > td:last-child, .x-window-plain > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .x-panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .x-window > .table-responsive > .table-bordered > thead > tr > th:last-child, .x-window-plain > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .x-panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .x-window > .table-responsive > .table-bordered > thead > tr > td:last-child, .x-window-plain > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .x-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .x-window > .table-responsive > .table-bordered > tbody > tr > th:last-child, .x-window-plain > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .x-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .x-window > .table-responsive > .table-bordered > tbody > tr > td:last-child, .x-window-plain > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .x-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .x-window > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .x-window-plain > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .x-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .x-window > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .x-window-plain > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, .x-panel > .table-bordered > thead > tr:first-child > td, .x-window > .table-bordered > thead > tr:first-child > td, .x-window-plain > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th, .x-panel > .table-bordered > thead > tr:first-child > th, .x-window > .table-bordered > thead > tr:first-child > th, .x-window-plain > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td, .x-panel > .table-bordered > tbody > tr:first-child > td, .x-window > .table-bordered > tbody > tr:first-child > td, .x-window-plain > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th, .x-panel > .table-bordered > tbody > tr:first-child > th, .x-window > .table-bordered > tbody > tr:first-child > th, .x-window-plain > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .x-panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .x-window > .table-responsive > .table-bordered > thead > tr:first-child > td, .x-window-plain > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .x-panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .x-window > .table-responsive > .table-bordered > thead > tr:first-child > th, .x-window-plain > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .x-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .x-window > .table-responsive > .table-bordered > tbody > tr:first-child > td, .x-window-plain > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .x-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .x-window > .table-responsive > .table-bordered > tbody > tr:first-child > th, .x-window-plain > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .x-panel > .table-bordered > tbody > tr:last-child > td, .x-window > .table-bordered > tbody > tr:last-child > td, .x-window-plain > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th, .x-panel > .table-bordered > tbody > tr:last-child > th, .x-window > .table-bordered > tbody > tr:last-child > th, .x-window-plain > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td, .x-panel > .table-bordered > tfoot > tr:last-child > td, .x-window > .table-bordered > tfoot > tr:last-child > td, .x-window-plain > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th, .x-panel > .table-bordered > tfoot > tr:last-child > th, .x-window > .table-bordered > tfoot > tr:last-child > th, .x-window-plain > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .x-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .x-window > .table-responsive > .table-bordered > tbody > tr:last-child > td, .x-window-plain > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .x-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .x-window > .table-responsive > .table-bordered > tbody > tr:last-child > th, .x-window-plain > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .x-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .x-window > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .x-window-plain > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .x-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .x-window > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .x-window-plain > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive, .x-panel > .table-responsive, .x-window > .table-responsive, .x-window-plain > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel, .panel-group .x-panel, .panel-group .x-window, .panel-group .x-window-plain {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel, .panel-group .x-panel + .panel, .panel-group .x-window + .panel, .panel-group .x-window-plain + .panel, .panel-group .panel + .x-panel, .panel-group .x-panel + .x-panel, .panel-group .x-window + .x-panel, .panel-group .x-window-plain + .x-panel, .panel-group .panel + .x-window, .panel-group .x-panel + .x-window, .panel-group .x-window + .x-window, .panel-group .x-window-plain + .x-window, .panel-group .panel + .x-window-plain, .panel-group .x-panel + .x-window-plain, .panel-group .x-window + .x-window-plain, .panel-group .x-window-plain + .x-window-plain {
      margin-top: 5px; }
  .panel-group .panel-heading, .panel-group .x-panel-header, .panel-group .x-window-header {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .x-panel-header + .panel-collapse > .panel-body, .panel-group .x-window-header + .panel-collapse > .panel-body, .panel-group .x-window-tl .x-window-header + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .x-panel-body, .panel-group .x-panel-header + .panel-collapse > .x-panel-body, .panel-group .x-window-header + .panel-collapse > .x-panel-body, .panel-group .x-window-tl .x-window-header + .panel-collapse > .x-panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group,
    .panel-group .x-panel-header + .panel-collapse > .list-group,
    .panel-group .x-window-header + .panel-collapse > .list-group,
    .panel-group .x-window-tl .x-window-header + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body, .panel-group .panel-footer + .panel-collapse .x-panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default, .x-panel, .x-window, .x-window-plain {
  border-color: #ddd; }
  .panel-default > .panel-heading, .x-panel > .panel-heading, .x-window > .panel-heading, .x-window-plain > .panel-heading, .panel-default > .x-panel-header, .x-panel > .x-panel-header, .x-window > .x-panel-header, .x-window-plain > .x-panel-header, .panel-default > .x-window-header, .x-panel > .x-window-header, .x-window > .x-window-header, .x-window-plain > .x-window-header, .x-window-tl .panel-default > .x-window-header, .x-window-tl .x-panel > .x-window-header, .x-window-tl .x-window > .x-window-header, .x-window-tl .x-window-plain > .x-window-header {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body, .x-panel > .panel-heading + .panel-collapse > .panel-body, .x-window > .panel-heading + .panel-collapse > .panel-body, .x-window-plain > .panel-heading + .panel-collapse > .panel-body, .panel-default > .x-panel-header + .panel-collapse > .panel-body, .x-panel > .x-panel-header + .panel-collapse > .panel-body, .x-window > .x-panel-header + .panel-collapse > .panel-body, .x-window-plain > .x-panel-header + .panel-collapse > .panel-body, .panel-default > .x-window-header + .panel-collapse > .panel-body, .x-panel > .x-window-header + .panel-collapse > .panel-body, .x-window > .x-window-header + .panel-collapse > .panel-body, .x-window-plain > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .panel-default > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .x-panel > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .x-window > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .x-window-plain > .x-window-header + .panel-collapse > .panel-body, .panel-default > .panel-heading + .panel-collapse > .x-panel-body, .x-panel > .panel-heading + .panel-collapse > .x-panel-body, .x-window > .panel-heading + .panel-collapse > .x-panel-body, .x-window-plain > .panel-heading + .panel-collapse > .x-panel-body, .panel-default > .x-panel-header + .panel-collapse > .x-panel-body, .x-panel > .x-panel-header + .panel-collapse > .x-panel-body, .x-window > .x-panel-header + .panel-collapse > .x-panel-body, .x-window-plain > .x-panel-header + .panel-collapse > .x-panel-body, .panel-default > .x-window-header + .panel-collapse > .x-panel-body, .x-panel > .x-window-header + .panel-collapse > .x-panel-body, .x-window > .x-window-header + .panel-collapse > .x-panel-body, .x-window-plain > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .panel-default > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .x-panel > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .x-window > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .x-window-plain > .x-window-header + .panel-collapse > .x-panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge, .x-panel > .panel-heading .badge, .x-window > .panel-heading .badge, .x-window-plain > .panel-heading .badge, .panel-default > .x-panel-header .badge, .x-panel > .x-panel-header .badge, .x-window > .x-panel-header .badge, .x-window-plain > .x-panel-header .badge, .panel-default > .x-window-header .badge, .x-panel > .x-window-header .badge, .x-window > .x-window-header .badge, .x-window-plain > .x-window-header .badge, .x-window-tl .panel-default > .x-window-header .badge, .x-window-tl .x-panel > .x-window-header .badge, .x-window-tl .x-window > .x-window-header .badge, .x-window-tl .x-window-plain > .x-window-header .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body, .x-panel > .panel-footer + .panel-collapse > .panel-body, .x-window > .panel-footer + .panel-collapse > .panel-body, .x-window-plain > .panel-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .panel-collapse > .x-panel-body, .x-panel > .panel-footer + .panel-collapse > .x-panel-body, .x-window > .panel-footer + .panel-collapse > .x-panel-body, .x-window-plain > .panel-footer + .panel-collapse > .x-panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading, .panel-primary > .x-panel-header, .panel-primary > .x-window-header, .x-window-tl .panel-primary > .x-window-header {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body, .panel-primary > .x-panel-header + .panel-collapse > .panel-body, .panel-primary > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .panel-primary > .x-window-header + .panel-collapse > .panel-body, .panel-primary > .panel-heading + .panel-collapse > .x-panel-body, .panel-primary > .x-panel-header + .panel-collapse > .x-panel-body, .panel-primary > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .panel-primary > .x-window-header + .panel-collapse > .x-panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge, .panel-primary > .x-panel-header .badge, .panel-primary > .x-window-header .badge, .x-window-tl .panel-primary > .x-window-header .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-primary > .panel-footer + .panel-collapse > .x-panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading, .panel-success > .x-panel-header, .panel-success > .x-window-header, .x-window-tl .panel-success > .x-window-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body, .panel-success > .x-panel-header + .panel-collapse > .panel-body, .panel-success > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .panel-success > .x-window-header + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .x-panel-body, .panel-success > .x-panel-header + .panel-collapse > .x-panel-body, .panel-success > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .panel-success > .x-window-header + .panel-collapse > .x-panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge, .panel-success > .x-panel-header .badge, .panel-success > .x-window-header .badge, .x-window-tl .panel-success > .x-window-header .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-success > .panel-footer + .panel-collapse > .x-panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading, .panel-info > .x-panel-header, .panel-info > .x-window-header, .x-window-tl .panel-info > .x-window-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body, .panel-info > .x-panel-header + .panel-collapse > .panel-body, .panel-info > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .panel-info > .x-window-header + .panel-collapse > .panel-body, .panel-info > .panel-heading + .panel-collapse > .x-panel-body, .panel-info > .x-panel-header + .panel-collapse > .x-panel-body, .panel-info > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .panel-info > .x-window-header + .panel-collapse > .x-panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge, .panel-info > .x-panel-header .badge, .panel-info > .x-window-header .badge, .x-window-tl .panel-info > .x-window-header .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body, .panel-info > .panel-footer + .panel-collapse > .x-panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading, .panel-warning > .x-panel-header, .panel-warning > .x-window-header, .x-window-tl .panel-warning > .x-window-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .x-panel-header + .panel-collapse > .panel-body, .panel-warning > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .panel-warning > .x-window-header + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .x-panel-body, .panel-warning > .x-panel-header + .panel-collapse > .x-panel-body, .panel-warning > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .panel-warning > .x-window-header + .panel-collapse > .x-panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge, .panel-warning > .x-panel-header .badge, .panel-warning > .x-window-header .badge, .x-window-tl .panel-warning > .x-window-header .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body, .panel-warning > .panel-footer + .panel-collapse > .x-panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading, .panel-danger > .x-panel-header, .panel-danger > .x-window-header, .x-window-tl .panel-danger > .x-window-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body, .panel-danger > .x-panel-header + .panel-collapse > .panel-body, .panel-danger > .x-window-header + .panel-collapse > .panel-body, .x-window-tl .panel-danger > .x-window-header + .panel-collapse > .panel-body, .panel-danger > .panel-heading + .panel-collapse > .x-panel-body, .panel-danger > .x-panel-header + .panel-collapse > .x-panel-body, .panel-danger > .x-window-header + .panel-collapse > .x-panel-body, .x-window-tl .panel-danger > .x-window-header + .panel-collapse > .x-panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge, .panel-danger > .x-panel-header .badge, .panel-danger > .x-window-header .badge, .x-window-tl .panel-danger > .x-window-header .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-danger > .panel-footer + .panel-collapse > .x-panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header, .x-window-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .x-window-header:before, .modal-header:after, .x-window-header:after {
    content: " ";
    display: table; }
  .modal-header:after, .x-window-header:after {
    clear: both; }

.modal-header .close, .x-window-header .close {
  margin-top: -2px; }

.modal-title, .x-window-header-text {
  margin: 0;
  line-height: 1.42857; }

.modal-body, .x-window-bwrap, .x-window-mc {
  position: relative;
  padding: 15px; }

.modal-footer, .x-window-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .x-window-footer:before, .modal-footer:after, .x-window-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after, .x-window-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .x-window-footer .btn + .btn, .modal-footer .x-react-btn + .btn, .x-window-footer .x-react-btn + .btn, .modal-footer .x-btn-small + .btn, .x-window-footer .x-btn-small + .btn, .modal-footer .x-btn-medium + .btn, .x-window-footer .x-btn-medium + .btn, .modal-footer .x-btn-large + .btn, .x-window-footer .x-btn-large + .btn, .modal-footer .btn + .x-react-btn, .x-window-footer .btn + .x-react-btn, .modal-footer .x-react-btn + .x-react-btn, .x-window-footer .x-react-btn + .x-react-btn, .modal-footer .x-btn-small + .x-react-btn, .x-window-footer .x-btn-small + .x-react-btn, .modal-footer .x-btn-medium + .x-react-btn, .x-window-footer .x-btn-medium + .x-react-btn, .modal-footer .x-btn-large + .x-react-btn, .x-window-footer .x-btn-large + .x-react-btn, .modal-footer .btn + .x-btn-small, .x-window-footer .btn + .x-btn-small, .modal-footer .x-react-btn + .x-btn-small, .x-window-footer .x-react-btn + .x-btn-small, .modal-footer .x-btn-small + .x-btn-small, .x-window-footer .x-btn-small + .x-btn-small, .modal-footer .x-btn-medium + .x-btn-small, .x-window-footer .x-btn-medium + .x-btn-small, .modal-footer .x-btn-large + .x-btn-small, .x-window-footer .x-btn-large + .x-btn-small, .modal-footer .btn + .x-btn-medium, .x-window-footer .btn + .x-btn-medium, .modal-footer .x-react-btn + .x-btn-medium, .x-window-footer .x-react-btn + .x-btn-medium, .modal-footer .x-btn-small + .x-btn-medium, .x-window-footer .x-btn-small + .x-btn-medium, .modal-footer .x-btn-medium + .x-btn-medium, .x-window-footer .x-btn-medium + .x-btn-medium, .modal-footer .x-btn-large + .x-btn-medium, .x-window-footer .x-btn-large + .x-btn-medium, .modal-footer .btn + .x-btn-large, .x-window-footer .btn + .x-btn-large, .modal-footer .x-react-btn + .x-btn-large, .x-window-footer .x-react-btn + .x-btn-large, .modal-footer .x-btn-small + .x-btn-large, .x-window-footer .x-btn-small + .x-btn-large, .modal-footer .x-btn-medium + .x-btn-large, .x-window-footer .x-btn-medium + .x-btn-large, .modal-footer .x-btn-large + .x-btn-large, .x-window-footer .x-btn-large + .x-btn-large {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .x-window-footer .btn-group .btn + .btn, .modal-footer .btn-group .x-react-btn + .btn, .x-window-footer .btn-group .x-react-btn + .btn, .modal-footer .btn-group .x-btn-small + .btn, .x-window-footer .btn-group .x-btn-small + .btn, .modal-footer .btn-group .x-btn-medium + .btn, .x-window-footer .btn-group .x-btn-medium + .btn, .modal-footer .btn-group .x-btn-large + .btn, .x-window-footer .btn-group .x-btn-large + .btn, .modal-footer .btn-group .btn + .x-react-btn, .x-window-footer .btn-group .btn + .x-react-btn, .modal-footer .btn-group .x-react-btn + .x-react-btn, .x-window-footer .btn-group .x-react-btn + .x-react-btn, .modal-footer .btn-group .x-btn-small + .x-react-btn, .x-window-footer .btn-group .x-btn-small + .x-react-btn, .modal-footer .btn-group .x-btn-medium + .x-react-btn, .x-window-footer .btn-group .x-btn-medium + .x-react-btn, .modal-footer .btn-group .x-btn-large + .x-react-btn, .x-window-footer .btn-group .x-btn-large + .x-react-btn, .modal-footer .btn-group .btn + .x-btn-small, .x-window-footer .btn-group .btn + .x-btn-small, .modal-footer .btn-group .x-react-btn + .x-btn-small, .x-window-footer .btn-group .x-react-btn + .x-btn-small, .modal-footer .btn-group .x-btn-small + .x-btn-small, .x-window-footer .btn-group .x-btn-small + .x-btn-small, .modal-footer .btn-group .x-btn-medium + .x-btn-small, .x-window-footer .btn-group .x-btn-medium + .x-btn-small, .modal-footer .btn-group .x-btn-large + .x-btn-small, .x-window-footer .btn-group .x-btn-large + .x-btn-small, .modal-footer .btn-group .btn + .x-btn-medium, .x-window-footer .btn-group .btn + .x-btn-medium, .modal-footer .btn-group .x-react-btn + .x-btn-medium, .x-window-footer .btn-group .x-react-btn + .x-btn-medium, .modal-footer .btn-group .x-btn-small + .x-btn-medium, .x-window-footer .btn-group .x-btn-small + .x-btn-medium, .modal-footer .btn-group .x-btn-medium + .x-btn-medium, .x-window-footer .btn-group .x-btn-medium + .x-btn-medium, .modal-footer .btn-group .x-btn-large + .x-btn-medium, .x-window-footer .btn-group .x-btn-large + .x-btn-medium, .modal-footer .btn-group .btn + .x-btn-large, .x-window-footer .btn-group .btn + .x-btn-large, .modal-footer .btn-group .x-react-btn + .x-btn-large, .x-window-footer .btn-group .x-react-btn + .x-btn-large, .modal-footer .btn-group .x-btn-small + .x-btn-large, .x-window-footer .btn-group .x-btn-small + .x-btn-large, .modal-footer .btn-group .x-btn-medium + .x-btn-large, .x-window-footer .btn-group .x-btn-medium + .x-btn-large, .modal-footer .btn-group .x-btn-large + .x-btn-large, .x-window-footer .btn-group .x-btn-large + .x-btn-large {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block, .x-window-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
                  transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
                  transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203A'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .x-react-btn, .carousel-caption .x-btn-small, .carousel-caption .x-btn-medium, .carousel-caption .x-btn-large {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.x-panel-bwrap,
.x-panel-bwrap *,
.x-panel-bwrap *:before,
.x-panel-bwrap *:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.x-grid3-row {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

/** Glyphicon sizing in the same manner as fontawesome */
/* makes the font 33% larger relative to the icon container */
.gi-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.gi-2x {
  font-size: 2em; }

.gi-3x {
  font-size: 3em; }

.gi-4x {
  font-size: 4em; }

.gi-5x {
  font-size: 5em; }

.x-panel-header {
  /*! x-panel-header as bootstrap panel-header */ }

.x-panel-body {
  padding: 5px; }

/*!
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

img, body, html {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

.ext-forced-border-box, .ext-forced-border-box * {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.ext-el-mask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  zoom: 1; }

.ext-el-mask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  background: repeat-x 0 -16px;
  padding: 2px; }

.ext-el-mask-msg div {
  padding: 5px 10px 5px 10px;
  border: 1px solid;
  cursor: wait; }

.ext-shim {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  overflow: hidden; }

.ext-ie .ext-shim {
  filter: alpha(opacity=0); }

.ext-ie6 .ext-shim {
  margin-left: 5px;
  margin-top: 3px; }

.x-mask-loading div {
  padding: 5px 10px 5px 25px;
  background: no-repeat 5px 5px;
  line-height: 16px; }

/* class for hiding elements without using display:none */
.x-hidden, .x-hide-offsets {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
  visibility: hidden; }

.x-hide-display {
  display: none !important; }

.x-hide-nosize,
.x-hide-nosize * {
  height: 0px !important;
  width: 0px !important;
  visibility: hidden !important;
  border: none !important;
  zoom: 1; }

.x-hide-visibility {
  visibility: hidden !important; }

.x-masked {
  overflow: hidden !important; }

.x-masked-relative {
  position: relative !important; }

.x-masked select, .x-masked object, .x-masked embed {
  visibility: hidden; }

.x-layer {
  visibility: hidden; }

.x-unselectable, .x-unselectable * {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default; }

.x-repaint {
  zoom: 1;
  background-color: transparent;
  -moz-outline: none;
  outline: none; }

.x-item-disabled {
  cursor: default;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60); }

.x-item-disabled * {
  cursor: default !important; }

.x-form-radio-group .x-item-disabled {
  -webkit-filter: none;
          filter: none; }

.x-splitbar-proxy {
  position: absolute;
  visibility: hidden;
  z-index: 20001;
  zoom: 1;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden; }

.x-splitbar-h, .x-splitbar-proxy-h {
  cursor: e-resize;
  cursor: col-resize; }

.x-splitbar-v, .x-splitbar-proxy-v {
  cursor: s-resize;
  cursor: row-resize; }

.x-color-palette {
  width: 150px;
  height: 92px;
  cursor: pointer; }

.x-color-palette a {
  border: 1px solid;
  float: left;
  padding: 2px;
  text-decoration: none;
  -moz-outline: 0 none;
  outline: 0 none;
  cursor: pointer; }

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  border: 1px solid; }

.x-color-palette em {
  display: block;
  border: 1px solid; }

.x-color-palette em span {
  cursor: pointer;
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px; }

.x-ie-shadow {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  zoom: 1; }

.x-shadow {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0; }

.x-shadow * {
  overflow: hidden; }

.x-shadow * {
  padding: 0;
  border: 0;
  margin: 0;
  clear: none;
  zoom: 1; }

/* top  bottom */
.x-shadow .xstc, .x-shadow .xsbc {
  height: 6px;
  float: left; }

/* corners */
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
  width: 6px;
  height: 6px;
  float: left; }

/* sides */
.x-shadow .xsc {
  width: 100%; }

.x-shadow .xsml, .x-shadow .xsmr {
  width: 6px;
  float: left;
  height: 100%; }

.x-shadow .xsmc {
  float: left;
  height: 100%;
  background-color: transparent; }

.x-shadow .xst, .x-shadow .xsb {
  height: 6px;
  overflow: hidden;
  width: 100%; }

.x-shadow .xsml {
  background: transparent repeat-y 0 0; }

.x-shadow .xsmr {
  background: transparent repeat-y -6px 0; }

.x-shadow .xstl {
  background: transparent no-repeat 0 0; }

.x-shadow .xstc {
  background: transparent repeat-x 0 -30px; }

.x-shadow .xstr {
  background: transparent repeat-x 0 -18px; }

.x-shadow .xsbl {
  background: transparent no-repeat 0 -12px; }

.x-shadow .xsbc {
  background: transparent repeat-x 0 -36px; }

.x-shadow .xsbr {
  background: transparent repeat-x 0 -6px; }

.loading-indicator {
  background: no-repeat left;
  padding-left: 20px;
  line-height: 16px;
  margin: 3px; }

.x-text-resize {
  position: absolute;
  left: -1000px;
  top: -1000px;
  visibility: hidden;
  zoom: 1; }

.x-drag-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(images/s.gif);
  z-index: 20000; }

.x-clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0; }

.x-spotlight {
  z-index: 8999;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 0;
  height: 0;
  zoom: 1; }

#x-history-frame {
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden; }

#x-history-field {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 1px;
  visibility: hidden; }

.x-resizable-handle {
  position: absolute;
  z-index: 100;
  /* ie needs these */
  font-size: 1px;
  line-height: 6px;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1; }

.x-resizable-handle-east {
  width: 6px;
  cursor: e-resize;
  right: 0;
  top: 0;
  height: 100%; }

.ext-ie .x-resizable-handle-east {
  margin-right: -1px;
  /*IE rounding error*/ }

.x-resizable-handle-south {
  width: 100%;
  cursor: s-resize;
  left: 0;
  bottom: 0;
  height: 6px; }

.ext-ie .x-resizable-handle-south {
  margin-bottom: -1px;
  /*IE rounding error*/ }

.x-resizable-handle-west {
  width: 6px;
  cursor: w-resize;
  left: 0;
  top: 0;
  height: 100%; }

.x-resizable-handle-north {
  width: 100%;
  cursor: n-resize;
  left: 0;
  top: 0;
  height: 6px; }

.x-resizable-handle-southeast {
  width: 6px;
  cursor: se-resize;
  right: 0;
  bottom: 0;
  height: 6px;
  z-index: 101; }

.x-resizable-handle-northwest {
  width: 6px;
  cursor: nw-resize;
  left: 0;
  top: 0;
  height: 6px;
  z-index: 101; }

.x-resizable-handle-northeast {
  width: 6px;
  cursor: ne-resize;
  right: 0;
  top: 0;
  height: 6px;
  z-index: 101; }

.x-resizable-handle-southwest {
  width: 6px;
  cursor: sw-resize;
  left: 0;
  bottom: 0;
  height: 6px;
  z-index: 101; }

.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
  filter: alpha(opacity=100);
  opacity: 1; }

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  background-position: left; }

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-position: top; }

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  background-position: top left; }

.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  background-position: bottom right; }

.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  background-position: bottom left; }

.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  background-position: top right; }

.x-resizable-proxy {
  border: 1px dashed;
  position: absolute;
  overflow: hidden;
  display: none;
  left: 0;
  top: 0;
  z-index: 50000; }

.x-resizable-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200000;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.x-tab-panel {
  overflow: hidden; }

.x-tab-panel-header, .x-tab-panel-footer {
  border: 1px solid;
  overflow: hidden;
  zoom: 1; }

.x-tab-panel-header {
  border: 1px solid;
  padding-bottom: 2px; }

.x-tab-panel-footer {
  border: 1px solid;
  padding-top: 2px; }

.x-tab-strip-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1; }

ul.x-tab-strip {
  display: block;
  width: 5000px;
  zoom: 1; }

ul.x-tab-strip-top {
  padding-top: 1px;
  background: repeat-x bottom;
  border-bottom: 1px solid; }

ul.x-tab-strip-bottom {
  padding-bottom: 1px;
  background: repeat-x top;
  border-top: 1px solid;
  border-bottom: 0 none; }

.x-tab-panel-header-plain .x-tab-strip-top {
  background: transparent !important;
  padding-top: 0 !important; }

.x-tab-panel-header-plain {
  background: transparent !important;
  border-width: 0 !important;
  padding-bottom: 0 !important; }

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
  border: 1px solid;
  height: 2px;
  font-size: 1px;
  line-height: 1px; }

.x-tab-panel-header-plain .x-tab-strip-spacer {
  border-top: 0 none; }

.x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-bottom: 0 none; }

.x-tab-panel-footer-plain .x-tab-strip-bottom {
  background: transparent !important;
  padding-bottom: 0 !important; }

.x-tab-panel-footer-plain {
  background: transparent !important;
  border-width: 0 !important;
  padding-top: 0 !important; }

.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
  height: 3px; }

ul.x-tab-strip li {
  float: left;
  margin-left: 2px; }

ul.x-tab-strip li.x-tab-edge {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 1px !important;
  line-height: 1px !important;
  overflow: hidden;
  zoom: 1;
  background: transparent !important;
  width: 1px; }

.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
  display: block; }

.x-tab-strip a {
  text-decoration: none !important;
  -moz-outline: none;
  outline: none;
  cursor: pointer; }

.x-tab-strip-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.x-tab-strip span.x-tab-strip-text {
  white-space: nowrap;
  cursor: pointer;
  padding: 4px 0; }

.x-tab-strip-top .x-tab-with-icon .x-tab-right {
  padding-left: 6px; }

.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
  padding-left: 20px;
  background-position: 0 3px;
  background-repeat: no-repeat; }

.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
  cursor: default; }

.x-tab-strip-active span.x-tab-strip-text {
  cursor: default; }

.x-tab-strip-disabled .x-tabs-text {
  cursor: default; }

.x-tab-panel-body {
  overflow: hidden; }

.x-tab-panel-bwrap {
  overflow: hidden; }

.ext-ie .x-tab-strip .x-tab-right {
  position: relative; }

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
  margin-bottom: -1px; }

/*
 * For IE8/9 in quirks mode
 */
.ext-ie8 .x-tab-strip li {
  position: relative; }

.ext-border-box .ext-ie8 .x-tab-strip-top .x-tab-right, .ext-border-box .ext-ie9 .x-tab-strip-top .x-tab-right {
  top: 1px; }

.ext-ie8 .x-tab-strip-top, .ext-ie9 .x-tab-strip-top {
  padding-top: 1px; }

.ext-border-box .ext-ie8 .x-tab-strip-top, .ext-border-box .ext-ie9 .x-tab-strip-top {
  padding-top: 0; }

.ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close, .ext-ie9 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  top: 3px; }

.ext-border-box .ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close,
.ext-border-box .ext-ie9 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  top: 4px; }

.ext-ie8 .x-tab-strip-bottom .x-tab-right, .ext-ie9 .x-tab-strip-bottom .x-tab-right {
  top: 0; }

.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  padding-bottom: 5px; }

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  margin-top: -1px; }

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  padding-top: 5px; }

.x-tab-strip-top .x-tab-right {
  background: transparent no-repeat 0 -51px;
  padding-left: 10px; }

.x-tab-strip-top .x-tab-left {
  background: transparent no-repeat right -351px;
  padding-right: 10px; }

.x-tab-strip-top .x-tab-strip-inner {
  background: transparent repeat-x 0 -201px; }

.x-tab-strip-top .x-tab-strip-over .x-tab-right {
  background-position: 0 -101px; }

.x-tab-strip-top .x-tab-strip-over .x-tab-left {
  background-position: right -401px; }

.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
  background-position: 0 -251px; }

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
  background-position: 0 0; }

.x-tab-strip-top .x-tab-strip-active .x-tab-left {
  background-position: right -301px; }

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
  background-position: 0 -151px; }

.x-tab-strip-bottom .x-tab-right {
  background: no-repeat bottom right; }

.x-tab-strip-bottom .x-tab-left {
  background: no-repeat bottom left; }

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  background: no-repeat bottom right; }

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  background: no-repeat bottom left; }

.x-tab-strip-bottom .x-tab-left {
  margin-right: 3px;
  padding: 0 10px; }

.x-tab-strip-bottom .x-tab-right {
  padding: 0; }

.x-tab-strip .x-tab-strip-close {
  display: none; }

.x-tab-strip-closable {
  position: relative; }

.x-tab-strip-closable .x-tab-left {
  padding-right: 19px; }

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  opacity: .6;
  -moz-opacity: .6;
  background-repeat: no-repeat;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 2; }

.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
  opacity: .8;
  -moz-opacity: .8; }

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  opacity: 1;
  -moz-opacity: 1; }

.x-tab-panel-body {
  border: 1px solid; }

.x-tab-panel-body-top {
  border-top: 0 none; }

.x-tab-panel-body-bottom {
  border-bottom: 0 none; }

.x-tab-scroller-left {
  background: transparent no-repeat -18px 0;
  border-bottom: 1px solid;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer; }

.x-tab-scroller-left-over {
  background-position: 0 0; }

.x-tab-scroller-left-disabled {
  background-position: -18px 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default; }

.x-tab-scroller-right {
  background: transparent no-repeat 0 0;
  border-bottom: 1px solid;
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer; }

.x-tab-scroller-right-over {
  background-position: -18px 0; }

.x-tab-scroller-right-disabled {
  background-position: 0 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default; }

.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right {
  margin-top: 1px; }

.x-tab-scrolling .x-tab-strip-wrap {
  margin-left: 18px;
  margin-right: 18px; }

.x-tab-scrolling {
  position: relative; }

.x-tab-panel-bbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px; }

.x-tab-panel-tbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px; }

/* all fields */
.x-form-field {
  margin: 0 0 0 0; }

.ext-webkit *:focus {
  outline: none !important; }

/* ---- text fields ---- */
.x-form-text, textarea.x-form-field {
  padding: 1px 3px;
  background: repeat-x 0 0;
  border: 1px solid; }

textarea.x-form-field {
  padding: 2px 3px; }

.x-form-text, .ext-ie .x-form-file {
  height: 22px;
  line-height: 18px;
  vertical-align: middle; }

.ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
  margin: -1px 0;
  /* ie bogus margin bug */
  height: 22px;
  /* ie quirks */
  line-height: 18px; }

.x-quirks .ext-ie9 .x-form-text {
  height: 22px;
  padding-top: 3px;
  padding-bottom: 0px; }

/* Ugly hacks for the bogus 1px margin bug in IE9 quirks */
.x-quirks .ext-ie9 .x-input-wrapper .x-form-text,
.x-quirks .ext-ie9 .x-form-field-trigger-wrap .x-form-text {
  margin-top: -1px;
  margin-bottom: -1px; }

.x-quirks .ext-ie9 .x-input-wrapper .x-form-element {
  margin-bottom: -1px; }

.ext-ie6 .x-form-field-wrap .x-form-file-btn, .ext-ie7 .x-form-field-wrap .x-form-file-btn {
  top: -1px;
  /* because of all these margin hacks, these buttons are off by one pixel in IE6,7 */ }

.ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
  margin: -1px 0;
  /* ie bogus margin bug */ }

.ext-strict .x-form-text {
  height: 18px; }

.ext-safari.ext-mac textarea.x-form-field {
  margin-bottom: -2px;
  /* another bogus margin bug, safari/mac only */ }

/*
.ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
    margin-bottom: 1px;
}
*/
.ext-gecko .x-form-text, .ext-ie8 .x-form-text {
  padding-top: 2px;
  /* FF won't center the text vertically */
  padding-bottom: 0; }

.ext-ie6 .x-form-composite .x-form-text.x-box-item, .ext-ie7 .x-form-composite .x-form-text.x-box-item {
  margin: 0 !important;
  /* clear ie bogus margin bug fix */ }

textarea {
  resize: none;
  /* Disable browser resizable textarea */ }

/* select boxes */
.x-form-select-one {
  height: 20px;
  line-height: 18px;
  vertical-align: middle;
  border: 1px solid; }

/* multi select boxes */
/* --- TODO --- */
/* 2.0.2 style */
.x-form-check-wrap {
  line-height: 18px;
  height: auto; }

.ext-ie .x-form-check-wrap input {
  width: 15px;
  height: 15px; }

.x-form-check-wrap input {
  vertical-align: bottom; }

.x-editor .x-form-check-wrap {
  padding: 3px; }

.x-editor .x-form-checkbox {
  height: 13px; }

.x-form-check-group-label {
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-left: 3px !important;
  float: none !important; }

/* wrapped fields and triggers */
.x-form-field-wrap .x-form-trigger {
  width: 17px;
  height: 21px;
  border: 0;
  background: transparent no-repeat 0 0;
  cursor: pointer;
  border-bottom: 1px solid;
  position: absolute;
  top: 0; }

.x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger {
  cursor: pointer; }

.x-form-field-wrap .x-form-twin-triggers .x-form-trigger {
  position: static;
  top: auto;
  vertical-align: top; }

.x-form-field-wrap {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
  zoom: 1;
  white-space: nowrap; }

.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-trigger {
  right: 0;
  /* IE8 Strict mode trigger bug */ }

.x-form-field-wrap .x-form-trigger-over {
  background-position: -17px 0; }

.x-form-field-wrap .x-form-trigger-click {
  background-position: -34px 0; }

.x-trigger-wrap-focus .x-form-trigger {
  background-position: -51px 0; }

.x-trigger-wrap-focus .x-form-trigger-over {
  background-position: -68px 0; }

.x-trigger-wrap-focus .x-form-trigger-click {
  background-position: -85px 0; }

.x-trigger-wrap-focus .x-form-trigger {
  border-bottom: 1px solid; }

.x-item-disabled .x-form-trigger-over {
  background-position: 0 0 !important;
  border-bottom: 1px solid; }

.x-item-disabled .x-form-trigger-click {
  background-position: 0 0 !important;
  border-bottom: 1px solid; }

.x-trigger-noedit {
  cursor: pointer; }

/* field focus style */
.x-form-focus, textarea.x-form-focus {
  border: 1px solid; }

/* invalid fields */
.x-form-invalid, textarea.x-form-invalid {
  background: repeat-x bottom;
  border: 1px solid; }

.x-form-inner-invalid, textarea.x-form-inner-invalid {
  background: repeat-x bottom; }

/* editors */
.x-editor {
  visibility: hidden;
  padding: 0;
  margin: 0; }

.x-form-grow-sizer {
  left: -10000px;
  padding: 8px 3px;
  position: absolute;
  visibility: hidden;
  top: -10000px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  zoom: 1; }

.x-form-grow-sizer p {
  margin: 0 !important;
  border: 0 none !important;
  padding: 0 !important; }

/* Form Items CSS */
.x-form-item {
  display: block;
  margin-bottom: 4px;
  zoom: 1; }

.x-form-item label.x-form-item-label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px;
  padding-left: 0;
  clear: left;
  z-index: 2;
  position: relative; }

.x-form-element {
  padding-left: 105px;
  position: relative; }

.x-form-invalid-msg {
  padding: 2px;
  padding-left: 18px;
  background: transparent no-repeat 0 2px;
  line-height: 16px;
  width: 200px; }

.x-form-label-left label.x-form-item-label {
  text-align: left; }

.x-form-label-right label.x-form-item-label {
  text-align: right; }

.x-form-label-top .x-form-item label.x-form-item-label {
  width: auto;
  float: none;
  clear: none;
  display: inline;
  margin-bottom: 4px;
  position: static; }

.x-form-label-top .x-form-element {
  padding-left: 0;
  padding-top: 4px; }

.x-form-label-top .x-form-item {
  padding-bottom: 4px; }

/* Editor small font for grid, toolbar and tree */
.x-small-editor .x-form-text {
  height: 20px;
  line-height: 16px;
  vertical-align: middle; }

.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  margin-top: -1px !important;
  /* ie bogus margin bug */
  margin-bottom: -1px !important;
  height: 20px !important;
  /* ie quirks */
  line-height: 16px !important; }

.ext-strict .x-small-editor .x-form-text {
  height: 16px !important; }

.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  height: 20px;
  line-height: 16px; }

.ext-border-box .x-small-editor .x-form-text {
  height: 20px; }

.x-small-editor .x-form-select-one {
  height: 20px;
  line-height: 16px;
  vertical-align: middle; }

.x-small-editor .x-form-num-field {
  text-align: right; }

.x-small-editor .x-form-field-wrap .x-form-trigger {
  height: 19px; }

.ext-webkit .x-small-editor .x-form-text {
  padding-top: 3px;
  font-size: 100%; }

.ext-strict .ext-webkit .x-small-editor .x-form-text {
  height: 14px !important; }

.x-form-clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0; }

.x-form-clear-left {
  clear: left;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0; }

.ext-ie6 .x-form-check-wrap input, .ext-border-box .x-form-check-wrap input {
  margin-top: 3px; }

.x-form-cb-label {
  position: relative;
  margin-left: 4px;
  top: 2px; }

.ext-ie .x-form-cb-label {
  top: 1px; }

.ext-ie6 .x-form-cb-label, .ext-border-box .x-form-cb-label {
  top: 3px; }

.x-form-display-field {
  padding-top: 2px; }

.ext-gecko .x-form-display-field, .ext-strict .ext-ie7 .x-form-display-field {
  padding-top: 1px; }

.ext-ie .x-form-display-field {
  padding-top: 3px; }

.ext-strict .ext-ie8 .x-form-display-field {
  padding-top: 0; }

.x-form-column {
  float: left;
  padding: 0;
  margin: 0;
  width: 48%;
  overflow: hidden;
  zoom: 1; }

/* buttons */
.x-form .x-form-btns-ct .x-btn {
  float: right;
  clear: none; }

.x-form .x-form-btns-ct .x-form-btns td {
  border: 0;
  padding: 0; }

.x-form .x-form-btns-ct .x-form-btns-right table {
  float: right;
  clear: none; }

.x-form .x-form-btns-ct .x-form-btns-left table {
  float: left;
  clear: none; }

.x-form .x-form-btns-ct .x-form-btns-center {
  text-align: center;
  /*ie*/ }

.x-form .x-form-btns-ct .x-form-btns-center table {
  margin: 0 auto;
  /*everyone else*/ }

.x-form .x-form-btns-ct table td.x-form-btn-td {
  padding: 3px; }

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left {
  background-position: 0 -147px; }

.x-form .x-form-btns-ct .x-btn-focus .x-btn-right {
  background-position: 0 -168px; }

.x-form .x-form-btns-ct .x-btn-focus .x-btn-center {
  background-position: 0 -189px; }

.x-form .x-form-btns-ct .x-btn-click .x-btn-center {
  background-position: 0 -126px; }

.x-form .x-form-btns-ct .x-btn-click .x-btn-right {
  background-position: 0 -84px; }

.x-form .x-form-btns-ct .x-btn-click .x-btn-left {
  background-position: 0 -63px; }

.x-form-invalid-icon {
  width: 16px;
  height: 18px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: transparent no-repeat 0 2px; }

/* fieldsets */
.x-fieldset {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */ }

/* make top of checkbox/tools visible in webkit */
.ext-webkit .x-fieldset-header {
  padding-top: 1px; }

.ext-ie .x-fieldset legend {
  margin-bottom: 10px; }

.ext-strict .ext-ie9 .x-fieldset legend.x-fieldset-header {
  padding-top: 1px; }

.ext-ie .x-fieldset {
  padding-top: 0;
  padding-bottom: 10px; }

.x-fieldset legend .x-tool-toggle {
  margin-right: 3px;
  margin-left: 0;
  float: left !important; }

.x-fieldset legend input {
  margin-right: 3px;
  float: left !important;
  height: 13px;
  width: 13px; }

fieldset.x-panel-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 1px 0 1px !important;
  border-left-color: transparent;
  border-right-color: transparent; }

.ext-ie6 fieldset.x-panel-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 0 0 0 !important;
  margin-left: 1px;
  margin-right: 1px; }

fieldset.x-panel-collapsed .x-fieldset-bwrap {
  visibility: hidden;
  position: absolute;
  left: -1000px;
  top: -1000px; }

.ext-ie .x-fieldset-bwrap {
  zoom: 1; }

.x-fieldset-noborder {
  border: 0px none transparent; }

.x-fieldset-noborder legend {
  margin-left: -3px; }

/* IE legend positioning bug */
.ext-ie .x-fieldset-noborder legend {
  position: relative;
  margin-bottom: 23px; }

.ext-ie .x-fieldset-noborder legend span {
  position: absolute;
  left: 16px; }

.ext-gecko .x-window-body .x-form-item {
  -moz-outline: none;
  outline: none;
  overflow: auto; }

.ext-mac.ext-gecko .x-window-body .x-form-item {
  overflow: hidden; }

.ext-gecko .x-form-item {
  -moz-outline: none;
  outline: none; }

.x-hide-label label.x-form-item-label {
  display: none; }

.x-hide-label .x-form-element {
  padding-left: 0 !important; }

.x-form-label-top .x-hide-label label.x-form-item-label {
  display: none; }

.x-fieldset {
  overflow: hidden; }

.x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1; }

.x-fieldset-body {
  overflow: hidden; }

.x-btn {
  cursor: pointer;
  white-space: nowrap; }

.x-btn button {
  border: 0 none;
  background-color: transparent;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  width: auto;
  -moz-outline: 0 none;
  outline: 0 none; }

* html .ext-ie .x-btn button {
  width: 1px; }

.ext-gecko .x-btn button, .ext-webkit .x-btn button {
  padding-left: 0;
  padding-right: 0; }

.ext-gecko .x-btn button::-moz-focus-inner {
  padding: 0; }

.ext-ie .x-btn button {
  padding-top: 2px; }

.x-btn td {
  padding: 0 !important; }

.x-btn-text {
  cursor: pointer;
  white-space: nowrap;
  padding: 0; }

/* icon placement and sizing styles */
/* Only text */
.x-btn-noicon .x-btn-small .x-btn-text {
  height: 16px; }

.x-btn-noicon .x-btn-medium .x-btn-text {
  height: 24px; }

.x-btn-noicon .x-btn-large .x-btn-text {
  height: 32px; }

/* Only icons */
.x-btn-icon .x-btn-text {
  background-position: center;
  background-repeat: no-repeat; }

.x-btn-icon .x-btn-small .x-btn-text {
  height: 16px;
  width: 16px; }

.x-btn-icon .x-btn-medium .x-btn-text {
  height: 24px;
  width: 24px; }

.x-btn-icon .x-btn-large .x-btn-text {
  height: 32px;
  width: 32px; }

/* Icons and text */
/* left */
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 18px;
  height: 16px; }

.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 26px;
  height: 24px; }

.x-btn-text-icon .x-btn-icon-large-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 34px;
  height: 32px; }

/* top */
.x-btn-text-icon .x-btn-icon-small-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 18px; }

.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 26px; }

.x-btn-text-icon .x-btn-icon-large-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 34px; }

/* right */
.x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
  height: 16px; }

.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 26px;
  height: 24px; }

.x-btn-text-icon .x-btn-icon-large-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 34px;
  height: 32px; }

/* bottom */
.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 18px; }

.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 26px; }

.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 34px; }

/* background positioning */
.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i {
  font-size: 1px;
  line-height: 1px;
  width: 3px;
  display: block;
  overflow: hidden; }

.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i {
  height: 3px; }

.x-btn-tl {
  width: 3px;
  height: 3px;
  background: no-repeat 0 0; }

.x-btn-tr {
  width: 3px;
  height: 3px;
  background: no-repeat -3px 0; }

.x-btn-tc {
  height: 3px;
  background: repeat-x 0 -6px; }

.x-btn-ml {
  width: 3px;
  background: no-repeat 0 -24px; }

.x-btn-mr {
  width: 3px;
  background: no-repeat -3px -24px; }

.x-btn-mc {
  background: repeat-x 0 -1096px;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  white-space: nowrap; }

/* Fixes an issue with the button height */
.ext-strict .ext-ie6 .x-btn-mc, .ext-strict .ext-ie7 .x-btn-mc {
  height: 100%; }

.x-btn-bl {
  width: 3px;
  height: 3px;
  background: no-repeat 0 -3px; }

.x-btn-br {
  width: 3px;
  height: 3px;
  background: no-repeat -3px -3px; }

.x-btn-bc {
  height: 3px;
  background: repeat-x 0 -15px; }

.x-btn-over .x-btn-tl {
  background-position: -6px 0; }

.x-btn-over .x-btn-tr {
  background-position: -9px 0; }

.x-btn-over .x-btn-tc {
  background-position: 0 -9px; }

.x-btn-over .x-btn-ml {
  background-position: -6px -24px; }

.x-btn-over .x-btn-mr {
  background-position: -9px -24px; }

.x-btn-over .x-btn-mc {
  background-position: 0 -2168px; }

.x-btn-over .x-btn-bl {
  background-position: -6px -3px; }

.x-btn-over .x-btn-br {
  background-position: -9px -3px; }

.x-btn-over .x-btn-bc {
  background-position: 0 -18px; }

.x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl {
  background-position: -12px 0; }

.x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr {
  background-position: -15px 0; }

.x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc {
  background-position: 0 -12px; }

.x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml {
  background-position: -12px -24px; }

.x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr {
  background-position: -15px -24px; }

.x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc {
  background-position: 0 -3240px; }

.x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl {
  background-position: -12px -3px; }

.x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br {
  background-position: -15px -3px; }

.x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc {
  background-position: 0 -21px; }

.x-btn-disabled * {
  cursor: default !important; }

/* With a menu arrow */
/* right */
.x-btn-mc em.x-btn-arrow {
  display: block;
  background: transparent no-repeat right center;
  padding-right: 10px; }

.x-btn-mc em.x-btn-split {
  display: block;
  background: transparent no-repeat right center;
  padding-right: 14px; }

/* bottom */
.x-btn-mc em.x-btn-arrow-bottom {
  display: block;
  background: transparent no-repeat center bottom;
  padding-bottom: 14px; }

.x-btn-mc em.x-btn-split-bottom {
  display: block;
  background: transparent no-repeat center bottom;
  padding-bottom: 14px; }

/* height adjustment class */
.x-btn-as-arrow .x-btn-mc em {
  display: block;
  background-color: transparent;
  padding-bottom: 14px; }

/* groups */
.x-btn-group {
  padding: 1px; }

.x-btn-group-header {
  padding: 2px;
  text-align: center; }

.x-btn-group-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden; }

.x-btn-group-tl {
  background: transparent no-repeat 0 0;
  padding-left: 3px;
  zoom: 1; }

.x-btn-group-tr {
  background: transparent no-repeat right 0;
  zoom: 1;
  padding-right: 3px; }

.x-btn-group-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1; }

.x-btn-group-bc .x-panel-footer {
  zoom: 1; }

.x-btn-group-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 3px;
  zoom: 1; }

.x-btn-group-br {
  background: transparent no-repeat right bottom;
  padding-right: 3px;
  zoom: 1; }

.x-btn-group-mc {
  border: 0 none;
  padding: 1px 0 0 0;
  margin: 0; }

.x-btn-group-mc .x-btn-group-body {
  background-color: transparent;
  border: 0 none; }

.x-btn-group-ml {
  background: transparent repeat-y 0 0;
  padding-left: 3px;
  zoom: 1; }

.x-btn-group-mr {
  background: transparent repeat-y right 0;
  padding-right: 3px;
  zoom: 1; }

.x-btn-group-bc .x-btn-group-footer {
  padding-bottom: 6px; }

.x-panel-nofooter .x-btn-group-bc {
  height: 3px;
  font-size: 0;
  line-height: 0; }

.x-btn-group-bwrap {
  overflow: hidden;
  zoom: 1; }

.x-btn-group-body {
  overflow: hidden;
  zoom: 1; }

.x-btn-group-notitle .x-btn-group-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
  height: 2px; }

.x-toolbar {
  border-style: solid;
  border-width: 0 0 1px 0;
  display: block;
  padding: 2px;
  background: repeat-x top left;
  position: relative;
  left: 0;
  top: 0;
  zoom: 1;
  overflow: hidden; }

.x-toolbar-left {
  width: 100%; }

.x-toolbar .x-item-disabled .x-btn-icon {
  opacity: .35;
  -moz-opacity: .35;
  filter: alpha(opacity=35); }

.x-toolbar td {
  vertical-align: middle; }

.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  white-space: nowrap; }

.x-toolbar .x-item-disabled {
  cursor: default;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60); }

.x-toolbar .x-item-disabled * {
  cursor: default; }

.x-toolbar .x-toolbar-cell {
  vertical-align: middle; }

.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc {
  background-position: 500px 500px; }

/* These rules are duplicated from button.css to give priority of x-toolbar rules above */
.x-toolbar .x-btn-over .x-btn-tl {
  background-position: -6px 0; }

.x-toolbar .x-btn-over .x-btn-tr {
  background-position: -9px 0; }

.x-toolbar .x-btn-over .x-btn-tc {
  background-position: 0 -9px; }

.x-toolbar .x-btn-over .x-btn-ml {
  background-position: -6px -24px; }

.x-toolbar .x-btn-over .x-btn-mr {
  background-position: -9px -24px; }

.x-toolbar .x-btn-over .x-btn-mc {
  background-position: 0 -2168px; }

.x-toolbar .x-btn-over .x-btn-bl {
  background-position: -6px -3px; }

.x-toolbar .x-btn-over .x-btn-br {
  background-position: -9px -3px; }

.x-toolbar .x-btn-over .x-btn-bc {
  background-position: 0 -18px; }

.x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl {
  background-position: -12px 0; }

.x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr {
  background-position: -15px 0; }

.x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc {
  background-position: 0 -12px; }

.x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml {
  background-position: -12px -24px; }

.x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr {
  background-position: -15px -24px; }

.x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc {
  background-position: 0 -3240px; }

.x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl {
  background-position: -12px -3px; }

.x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br {
  background-position: -15px -3px; }

.x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc {
  background-position: 0 -21px; }

.x-toolbar div.xtb-text {
  padding: 2px 2px 0;
  line-height: 16px;
  display: block; }

.x-toolbar .xtb-sep {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  font-size: 1px;
  height: 16px;
  width: 4px;
  overflow: hidden;
  cursor: default;
  margin: 0 2px 0;
  border: 0; }

.x-toolbar .xtb-spacer {
  width: 2px; }

/* Paging Toolbar */
.x-tbar-page-number {
  width: 30px;
  height: 14px; }

.ext-ie .x-tbar-page-number {
  margin-top: 2px; }

.x-paging-info {
  position: absolute;
  top: 5px;
  right: 8px; }

/* floating */
.x-toolbar-ct {
  width: 100%; }

.x-toolbar-right td {
  text-align: center; }

.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
  overflow: hidden;
  zoom: 1; }

.x-toolbar-more .x-btn-small .x-btn-text {
  height: 16px;
  width: 12px; }

.x-toolbar-more em.x-btn-arrow {
  display: inline;
  background-color: transparent;
  padding-right: 0; }

.x-toolbar-more .x-btn-mc em.x-btn-arrow {
  background-image: none; }

div.x-toolbar-no-items {
  color: #fff !important;
  padding: 5px 10px !important; }

/* fix ie toolbar form items */
.ext-border-box .x-toolbar-cell .x-form-text {
  margin-bottom: -1px !important; }

.ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
  margin: 0 !important; }

.ext-ie .x-toolbar-cell .x-form-field-wrap {
  height: 21px; }

.ext-ie .x-toolbar-cell .x-form-text {
  position: relative;
  top: -1px; }

.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-text, .ext-strict .ext-ie .x-toolbar-cell .x-form-text {
  top: 0px; }

.x-toolbar-right td .x-form-field-trigger-wrap {
  text-align: left; }

.x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio {
  margin-top: 5px; }

.x-toolbar-cell .x-form-cb-label {
  vertical-align: bottom;
  top: 1px; }

.ext-ie .x-toolbar-cell .x-form-checkbox, .ext-ie .x-toolbar-cell .x-form-radio {
  margin-top: 4px; }

.ext-ie .x-toolbar-cell .x-form-cb-label {
  top: 0; }

/* Grid3 styles */
.x-grid3 {
  position: relative;
  overflow: hidden; }

.x-grid-panel .x-panel-body {
  overflow: hidden !important; }

.x-grid-panel .x-panel-mc .x-panel-body {
  border: 1px solid; }

.x-grid3 table {
  table-layout: fixed; }

.x-grid3-viewport {
  overflow: hidden; }

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
  -moz-outline: none;
  outline: none;
  -moz-user-focus: normal; }

.x-grid3-row td, .x-grid3-summary-row td {
  line-height: 13px;
  vertical-align: top;
  padding-left: 1px;
  padding-right: 1px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore; }

.x-grid3-cell {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore; }

.x-grid3-hd-row td {
  line-height: 15px;
  vertical-align: middle;
  border-left: 1px solid; }

.x-grid3-hd-row .x-grid3-marker-hd {
  padding: 3px; }

.x-grid3-row .x-grid3-marker {
  padding: 3px; }

.x-grid3-cell-inner, .x-grid3-hd-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 3px 3px 3px 5px;
  white-space: nowrap; }

/* ActionColumn, reduce padding to accommodate 16x16 icons in normal row height */
.x-action-col-cell .x-grid3-cell-inner {
  padding-top: 1px;
  padding-bottom: 1px; }

.x-action-col-icon {
  cursor: pointer; }

.x-grid3-hd-inner {
  position: relative;
  cursor: inherit;
  padding: 4px 3px 4px 5px; }

.x-grid3-row-body {
  white-space: normal; }

.x-grid3-body-cell {
  -moz-outline: 0 none;
  outline: 0 none; }

/* IE Quirks to clip */
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner {
  width: 100%; }

/* reverse above in strict mode */
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner {
  width: auto; }

.x-grid-row-loading {
  background: no-repeat center center; }

.x-grid-page {
  overflow: hidden; }

.x-grid3-row {
  cursor: default;
  border: 1px solid;
  width: 100%; }

.x-grid3-row-over {
  border: 1px solid;
  background: repeat-x left top; }

.x-grid3-resize-proxy {
  width: 1px;
  left: 0;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  visibility: hidden;
  border: 0 none;
  z-index: 7; }

.x-grid3-resize-marker {
  width: 1px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  visibility: hidden;
  border: 0 none;
  z-index: 7; }

.x-grid3-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: text;
  -khtml-user-select: text;
  -webkit-user-select: ignore; }

/* header styles */
.x-grid3-header {
  cursor: default;
  zoom: 1;
  padding: 1px 0 0 0; }

.x-grid3-header-pop {
  border-left: 1px solid;
  float: right;
  clear: none; }

.x-grid3-header-pop-inner {
  border-left: 1px solid;
  width: 14px;
  height: 19px;
  background: transparent no-repeat center center; }

.ext-ie .x-grid3-header-pop-inner {
  width: 15px; }

.ext-strict .x-grid3-header-pop-inner {
  width: 14px; }

.x-grid3-header-inner {
  overflow: hidden;
  zoom: 1;
  float: left; }

.x-grid3-header-offset {
  padding-left: 0px;
  text-align: left; }

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  border-left: 1px solid;
  border-right: 1px solid; }

.x-grid3-sort-icon {
  background-repeat: no-repeat;
  display: none;
  height: 4px;
  width: 13px;
  margin-left: 3px;
  vertical-align: middle; }

.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
  display: inline; }

/* Header position fixes for IE strict mode */
.ext-strict .ext-ie .x-grid3-header-inner, .ext-strict .ext-ie6 .x-grid3-hd {
  position: relative; }

.ext-strict .ext-ie6 .x-grid3-hd-inner {
  position: static; }

/* Body Styles */
.x-grid3-body {
  zoom: 1; }

.x-grid3-scroller {
  overflow: auto;
  zoom: 1;
  position: relative; }

.x-grid3-cell-text, .x-grid3-hd-text {
  display: block;
  padding: 3px 5px 3px 5px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore; }

.x-grid3-split {
  background-position: center;
  background-repeat: no-repeat;
  cursor: e-resize;
  cursor: col-resize;
  display: block;
  font-size: 1px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  width: 6px;
  z-index: 3; }

/* Column Reorder DD */
.x-dd-drag-proxy .x-grid3-hd-inner {
  width: 120px;
  padding: 3px;
  border: 1px solid;
  overflow: hidden; }

.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: transparent no-repeat left top; }

/* Selection Styles */
.x-grid3-row-selected {
  border: 1px dotted; }

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  background: repeat-x 0 bottom !important;
  vertical-align: middle !important;
  padding: 0;
  border-top: 1px solid;
  border-bottom: none !important;
  border-right: 1px solid !important;
  text-align: center; }

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  padding: 0 4px;
  text-align: center; }

/* dirty cells */
.x-grid3-dirty-cell {
  background: transparent no-repeat 0 0; }

/* Grid Toolbars */
.x-grid3-topbar, .x-grid3-bottombar {
  overflow: hidden;
  display: none;
  zoom: 1;
  position: relative; }

.x-grid3-topbar .x-toolbar {
  border-right: 0 none; }

.x-grid3-bottombar .x-toolbar {
  border-right: 0 none;
  border-bottom: 0 none;
  border-top: 1px solid; }

/* Props Grid Styles */
.x-props-grid .x-grid3-cell {
  padding: 1px; }

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  background: transparent repeat-y -16px !important;
  padding-left: 12px; }

.x-props-grid .x-grid3-body .x-grid3-td-name {
  padding: 1px;
  padding-right: 0;
  border: 0 none;
  border-right: 1px solid; }

/* dd */
.x-grid3-col-dd {
  border: 0 none;
  padding: 0;
  background-color: transparent; }

.x-dd-drag-ghost .x-grid3-dd-wrap {
  padding: 1px 3px 3px 1px; }

.x-grid3-hd {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore; }

.x-grid3-hd-btn {
  display: none;
  position: absolute;
  width: 14px;
  background: no-repeat left center;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer; }

.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
  display: block; }

a.x-grid3-hd-btn:hover {
  background-position: -14px center; }

/* Expanders */
.x-grid3-body .x-grid3-td-expander {
  background: transparent repeat-y right; }

.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
  padding: 0 !important;
  height: 100%; }

.x-grid3-row-expander {
  width: 100%;
  height: 18px;
  background-position: 4px 2px;
  background-repeat: no-repeat;
  background-color: transparent; }

.x-grid3-row-collapsed .x-grid3-row-expander {
  background-position: 4px 2px; }

.x-grid3-row-expanded .x-grid3-row-expander {
  background-position: -21px 2px; }

.x-grid3-row-collapsed .x-grid3-row-body {
  display: none !important; }

.x-grid3-row-expanded .x-grid3-row-body {
  display: block !important; }

/* Checkers */
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
  padding: 0 !important;
  height: 100%; }

.x-grid3-row-checker, .x-grid3-hd-checker {
  width: 80%;
  height: 18px;
  background-color: transparent; }

.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker, .x-grid3-row-checked .x-grid3-row-checker {
  padding-left: 3px;
  padding-top: 6px; }

.ext-border-box .x-grid3-hd-checker {
  padding-left: 3px;
  padding-top: 6px; }

.x-grid3-hd-checker-on .x-grid3-hd-checker {
  padding-top: 9px;
  padding-left: 3px; }

/* Numberer */
.x-grid3-body .x-grid3-td-numberer {
  background: transparent repeat-y right; }

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  padding: 3px 5px 0 0 !important;
  text-align: right; }

/* Row Icon */
.x-grid3-body .x-grid3-td-row-icon {
  background: transparent repeat-y right;
  vertical-align: top;
  text-align: center; }

.x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-top: 3px; }

/* All specials */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  background: transparent repeat-y right; }

.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
  padding: 1px 0 0 0 !important; }

.x-grid3-check-col {
  width: 100%;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent; }

.x-grid3-check-col-on {
  width: 100%;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent; }

/* Grouping classes */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  zoom: 1; }

.x-grid-group-hd {
  border-bottom: 2px solid;
  cursor: pointer;
  padding-top: 6px; }

.x-grid-group-hd div.x-grid-group-title {
  background: transparent no-repeat 3px 3px;
  padding: 4px 4px 4px 17px; }

.x-grid-group-collapsed .x-grid-group-body {
  display: none; }

.ext-ie6 .x-grid3 .x-editor .x-form-text, .ext-ie7 .x-grid3 .x-editor .x-form-text {
  position: relative;
  top: -1px; }

.x-grid-editor .x-form-check-wrap {
  text-align: center;
  margin-top: -4px; }

.ext-ie .x-props-grid .x-editor .x-form-text {
  position: static;
  top: 0; }

.x-grid-empty {
  padding: 10px; }

/* fix floating toolbar issue */
.ext-ie7 .x-grid-panel .x-panel-bbar {
  position: relative; }

/* Reset position to static when Grid Panel has been framed */
/* to resolve 'snapping' from top to bottom behavior. */
/* @forumThread 86656 */
.ext-ie7 .x-grid-panel .x-panel-mc .x-panel-bbar {
  position: static; }

.ext-ie6 .x-grid3-header {
  position: relative; }

/* Fix WebKit bug in Grids */
.ext-webkit .x-grid-panel .x-panel-bwrap {
  -webkit-user-select: none; }

.ext-webkit .x-tbar-page-number {
  -webkit-user-select: ignore; }

/* end*/
/* column lines */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  padding-right: 0;
  border-right: 1px solid; }

.x-pivotgrid .x-grid3-header-offset table {
  width: 100%;
  border-collapse: collapse; }

.x-pivotgrid .x-grid3-header-offset table td {
  padding: 4px 3px 4px 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  line-height: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-pivotgrid .x-grid3-row-headers {
  display: block;
  float: left; }

.x-pivotgrid .x-grid3-row-headers table {
  height: 100%;
  width: 100%;
  border-collapse: collapse; }

.x-pivotgrid .x-grid3-row-headers table td {
  height: 18px;
  padding: 2px 7px 0 0;
  text-align: right;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.ext-gecko .x-pivotgrid .x-grid3-row-headers table td {
  height: 21px; }

.x-grid3-header-title {
  top: 0%;
  left: 0%;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: auto 1px;
  display: table-cell; }

.x-grid3-header-title span {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  margin-top: -6px; }

.x-dd-drag-proxy {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 15000; }

.x-dd-drag-ghost {
  -moz-opacity: 0.85;
  opacity: .85;
  filter: alpha(opacity=85);
  border: 1px solid;
  padding: 3px;
  padding-left: 20px;
  white-space: nowrap; }

.x-dd-drag-repair .x-dd-drag-ghost {
  -moz-opacity: 0.4;
  opacity: .4;
  filter: alpha(opacity=40);
  border: 0 none;
  padding: 0;
  background-color: transparent; }

.x-dd-drag-repair .x-dd-drop-icon {
  visibility: hidden; }

.x-dd-drop-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1; }

.x-view-selector {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border: 1px dotted;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  zoom: 1; }

.ext-strict .ext-ie .x-tree .x-panel-bwrap {
  position: relative;
  overflow: hidden; }

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
  border: 0 none;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background-repeat: no-repeat; }

.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon {
  border: 0 none;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat; }

.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
  vertical-align: middle !important; }

.ext-strict .ext-ie8 .x-tree-node-indent img, .ext-strict .ext-ie8 .x-tree-node-icon, .ext-strict .ext-ie8 .x-tree-ec-icon {
  vertical-align: top !important; }

/* checkboxes */
input.x-tree-node-cb {
  margin-left: 1px;
  height: 19px;
  vertical-align: bottom; }

.ext-ie input.x-tree-node-cb {
  margin-left: 0;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  vertical-align: middle; }

.ext-strict .ext-ie8 input.x-tree-node-cb {
  margin: 1px 1px;
  height: 14px;
  vertical-align: bottom; }

.ext-strict .ext-ie8 input.x-tree-node-cb + a {
  vertical-align: bottom; }

.ext-opera input.x-tree-node-cb {
  height: 14px;
  vertical-align: middle; }

.x-tree-noicon .x-tree-node-icon {
  width: 0;
  height: 0; }

/* No line styles */
.x-tree-no-lines .x-tree-elbow {
  background-color: transparent; }

.x-tree-no-lines .x-tree-elbow-end {
  background-color: transparent; }

.x-tree-no-lines .x-tree-elbow-line {
  background-color: transparent; }

/* Arrows */
.x-tree-arrows .x-tree-elbow {
  background-color: transparent; }

.x-tree-arrows .x-tree-elbow-plus {
  background: transparent no-repeat 0 0; }

.x-tree-arrows .x-tree-elbow-minus {
  background: transparent no-repeat -16px 0; }

.x-tree-arrows .x-tree-elbow-end {
  background-color: transparent; }

.x-tree-arrows .x-tree-elbow-end-plus {
  background: transparent no-repeat 0 0; }

.x-tree-arrows .x-tree-elbow-end-minus {
  background: transparent no-repeat -16px 0; }

.x-tree-arrows .x-tree-elbow-line {
  background-color: transparent; }

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus {
  background-position: -32px 0; }

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus {
  background-position: -48px 0; }

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus {
  background-position: -32px 0; }

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus {
  background-position: -48px 0; }

.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
  cursor: pointer; }

.ext-ie ul.x-tree-node-ct {
  font-size: 0;
  line-height: 0;
  zoom: 1; }

.x-tree-node {
  white-space: nowrap; }

.x-tree-node-el {
  line-height: 18px;
  cursor: pointer; }

.x-tree-node a, .x-dd-drag-ghost a {
  text-decoration: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: ignore;
  -kthml-user-focus: normal;
  -moz-user-focus: normal;
  -moz-outline: 0 none;
  outline: 0 none; }

.x-tree-node a span, .x-dd-drag-ghost a span {
  text-decoration: none;
  padding: 1px 3px 1px 2px; }

.x-tree-node .x-tree-node-disabled .x-tree-node-icon {
  -moz-opacity: 0.5;
  opacity: .5;
  filter: alpha(opacity=50); }

.x-tree-node .x-tree-node-inline-icon {
  background-color: transparent; }

.x-tree-node a:hover, .x-dd-drag-ghost a:hover {
  text-decoration: none; }

.x-tree-node div.x-tree-drag-insert-below {
  border-bottom: 1px dotted; }

.x-tree-node div.x-tree-drag-insert-above {
  border-top: 1px dotted; }

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below {
  border-bottom: 0 none; }

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above {
  border-top: 0 none; }

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
  border-bottom: 2px solid; }

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
  border-top: 2px solid; }

.x-tree-node .x-tree-drag-append a span {
  border: 1px dotted; }

.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon {
  display: none !important; }

/* Fix for ie rootVisible:false issue */
.x-tree-root-ct {
  zoom: 1; }

.x-date-picker {
  border: 1px solid;
  border-top: 0 none;
  position: relative; }

.x-date-picker a {
  -moz-outline: 0 none;
  outline: 0 none; }

.x-date-inner, .x-date-inner td, .x-date-inner th {
  border-collapse: separate; }

.x-date-middle, .x-date-left, .x-date-right {
  background: repeat-x 0 -83px;
  overflow: hidden; }

.x-date-middle .x-btn-tc, .x-date-middle .x-btn-tl, .x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc, .x-date-middle .x-btn-ml, .x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc, .x-date-middle .x-btn-bl, .x-date-middle .x-btn-br {
  background: transparent !important;
  vertical-align: middle; }

.x-date-middle .x-btn-mc em.x-btn-arrow {
  background: transparent no-repeat right 0; }

.x-date-right, .x-date-left {
  width: 18px; }

.x-date-right {
  text-align: right; }

.x-date-middle {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 130px;
  /* FF3 */ }

.x-date-right a, .x-date-left a {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-opacity: 0.6;
  opacity: .6;
  filter: alpha(opacity=60); }

.x-date-right a:hover, .x-date-left a:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100); }

.x-item-disabled .x-date-right a:hover, .x-item-disabled .x-date-left a:hover {
  -moz-opacity: 0.6;
  opacity: .6;
  filter: alpha(opacity=60); }

.x-date-right a {
  margin-right: 2px;
  text-decoration: none !important; }

.x-date-left a {
  margin-left: 2px;
  text-decoration: none !important; }

table.x-date-inner {
  width: 100%;
  table-layout: fixed; }

.ext-webkit table.x-date-inner {
  /* Fix for webkit browsers */
  width: 175px; }

.x-date-inner th {
  width: 25px; }

.x-date-inner th {
  background: repeat-x left top;
  text-align: right !important;
  border-bottom: 1px solid;
  cursor: default;
  padding: 0;
  border-collapse: separate; }

.x-date-inner th span {
  display: block;
  padding: 2px;
  padding-right: 7px; }

.x-date-inner td {
  border: 1px solid;
  text-align: right;
  padding: 0; }

.x-date-inner a {
  padding: 2px 5px;
  display: block;
  text-decoration: none;
  text-align: right;
  zoom: 1; }

.x-date-inner .x-date-active {
  cursor: pointer;
  color: black; }

.x-date-inner .x-date-selected a {
  background: repeat-x left top;
  border: 1px solid;
  padding: 1px 4px; }

.x-date-inner .x-date-today a {
  border: 1px solid;
  padding: 1px 4px; }

.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  text-decoration: none !important; }

.x-date-bottom {
  padding: 4px;
  border-top: 1px solid;
  background: repeat-x left top; }

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
  text-decoration: none !important; }

.x-item-disabled .x-date-inner a:hover {
  background: none; }

.x-date-inner .x-date-disabled a {
  cursor: default; }

.x-date-menu .x-menu-item {
  padding: 1px 24px 1px 4px;
  white-space: nowrap; }

.x-date-menu .x-menu-item .x-menu-item-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-position: center -4px !important; }

.x-date-mp {
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.x-date-mp td {
  padding: 2px;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

td.x-date-mp-month, td.x-date-mp-year, td.x-date-mp-ybtn {
  border: 0 none;
  text-align: center;
  vertical-align: middle;
  width: 25%; }

.x-date-mp-ok {
  margin-right: 3px; }

.x-date-mp-btns button {
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid;
  padding: 1px 3px 1px;
  cursor: pointer; }

.x-date-mp-btns {
  background: repeat-x left top; }

.x-date-mp-btns td {
  border-top: 1px solid;
  text-align: center; }

td.x-date-mp-month a, td.x-date-mp-year a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  text-align: center; }

td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
  text-decoration: none;
  cursor: pointer; }

td.x-date-mp-sel a {
  padding: 1px 3px;
  background: repeat-x left top;
  border: 1px solid; }

.x-date-mp-ybtn a {
  overflow: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: transparent no-repeat;
  display: block;
  margin: 0 auto; }

.x-date-mp-ybtn a.x-date-mp-next {
  background-position: 0 -120px; }

.x-date-mp-ybtn a.x-date-mp-next:hover {
  background-position: -15px -120px; }

.x-date-mp-ybtn a.x-date-mp-prev {
  background-position: 0 -105px; }

.x-date-mp-ybtn a.x-date-mp-prev:hover {
  background-position: -15px -105px; }

.x-date-mp-ybtn {
  text-align: center; }

td.x-date-mp-sep {
  border-right: 1px solid; }

.x-tip {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 20002;
  border: 0 none; }

.x-tip .x-tip-close {
  height: 15px;
  float: right;
  width: 15px;
  margin: 0 0 2px 2px;
  cursor: pointer;
  display: none; }

.x-tip .x-tip-tc {
  padding-top: 3px;
  overflow: hidden;
  zoom: 1; }

.x-tip .x-tip-tl {
  padding-left: 6px;
  overflow: hidden;
  zoom: 1; }

.x-tip .x-tip-tr {
  padding-right: 6px;
  overflow: hidden;
  zoom: 1; }

.x-tip .x-tip-bc {
  height: 3px;
  overflow: hidden; }

.x-tip .x-tip-bl {
  padding-left: 6px;
  zoom: 1; }

.x-tip .x-tip-br {
  padding-right: 6px;
  zoom: 1; }

.x-tip .x-tip-mc {
  border: 0 none; }

.x-tip .x-tip-ml {
  padding-left: 6px;
  zoom: 1; }

.x-tip .x-tip-mr {
  padding-right: 6px;
  zoom: 1; }

.ext-ie .x-tip .x-tip-header, .ext-ie .x-tip .x-tip-tc {
  font-size: 0;
  line-height: 0; }

.ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc {
  line-height: 1px; }

.x-tip .x-tip-header-text {
  padding: 0;
  margin: 0 0 2px 0; }

.x-tip .x-tip-body {
  margin: 0 !important;
  line-height: 14px;
  padding: 0; }

.x-tip .x-tip-body .loading-indicator {
  margin: 0; }

.x-tip-draggable .x-tip-header, .x-tip-draggable .x-tip-header-text {
  cursor: move; }

.x-form-invalid-tip .x-tip-tc {
  background: repeat-x 0 -12px;
  padding-top: 6px; }

.x-form-invalid-tip .x-tip-bc {
  background: repeat-x 0 -18px;
  height: 6px; }

.x-form-invalid-tip .x-tip-bl {
  background: no-repeat 0 -6px; }

.x-form-invalid-tip .x-tip-br {
  background: no-repeat right -6px; }

.x-form-invalid-tip .x-tip-body {
  padding: 2px; }

.x-form-invalid-tip .x-tip-body {
  padding-left: 24px;
  background: transparent no-repeat 2px 2px; }

.x-tip-anchor {
  position: absolute;
  width: 9px;
  height: 10px;
  overflow: hidden;
  background: transparent no-repeat 0 0;
  zoom: 1; }

.x-tip-anchor-bottom {
  background-position: -9px 0; }

.x-tip-anchor-right {
  background-position: -18px 0;
  width: 10px; }

.x-tip-anchor-left {
  background-position: -28px 0;
  width: 10px; }

.x-menu {
  z-index: 15000;
  zoom: 1;
  background: repeat-y; }

.x-menu-floating {
  border: 1px solid; }

.x-menu a {
  text-decoration: none !important; }

.ext-ie .x-menu {
  zoom: 1;
  overflow: hidden; }

.x-menu-list {
  padding: 2px;
  background-color: transparent;
  border: 0 none;
  overflow: hidden;
  overflow-y: hidden; }

.ext-strict .ext-ie .x-menu-list {
  position: relative; }

.x-menu li {
  line-height: 100%; }

.x-menu li.x-menu-sep-li {
  font-size: 1px;
  line-height: 1px; }

.x-menu-list-item {
  white-space: nowrap;
  display: block;
  padding: 1px; }

.x-menu-item {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore; }

.x-menu-item-arrow {
  background: transparent no-repeat right; }

.x-menu-sep {
  display: block;
  font-size: 1px;
  line-height: 1px;
  margin: 2px 3px;
  border-bottom: 1px solid;
  overflow: hidden; }

.x-menu-focus {
  position: absolute;
  left: -1px;
  top: -1px;
  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;
  overflow: hidden;
  display: block; }

a.x-menu-item {
  cursor: pointer;
  display: block;
  line-height: 16px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
  padding: 3px 21px 3px 27px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }

.x-menu-item-active {
  background-repeat: repeat-x;
  background-position: left bottom;
  border-style: solid;
  border-width: 1px 0;
  margin: 0 1px;
  padding: 0; }

.x-menu-item-active a.x-menu-item {
  border-style: solid;
  border-width: 0 1px;
  margin: 0 -1px; }

.x-menu-item-icon {
  border: 0 none;
  height: 16px;
  padding: 0;
  vertical-align: top;
  width: 16px;
  position: absolute;
  left: 3px;
  top: 3px;
  margin: 0;
  background-position: center; }

.ext-ie .x-menu-item-icon {
  left: -24px; }

.ext-strict .x-menu-item-icon {
  left: 3px; }

.ext-ie6 .x-menu-item-icon {
  left: -24px; }

.ext-ie .x-menu-item-icon {
  vertical-align: middle; }

.x-menu-check-item .x-menu-item-icon {
  background: transparent no-repeat center; }

.x-menu-group-item .x-menu-item-icon {
  background-color: transparent; }

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
  background: transparent no-repeat center; }

.x-date-menu .x-menu-list {
  padding: 0; }

.x-menu-date-item {
  padding: 0; }

.x-menu .x-color-palette, .x-menu .x-date-picker {
  margin-left: 26px;
  margin-right: 4px; }

.x-menu .x-date-picker {
  border: 1px solid;
  margin-top: 2px;
  margin-bottom: 2px; }

.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker {
  margin: 0;
  border: 0 none; }

.x-date-menu {
  padding: 0 !important; }

/*
 * fixes separator visibility problem in IE 6
 */
.ext-strict .ext-ie6 .x-menu-sep-li {
  padding: 3px 4px; }

.ext-strict .ext-ie6 .x-menu-sep {
  margin: 0;
  height: 1px; }

/*
 * Fixes an issue with "fat" separators in webkit
 */
.ext-webkit .x-menu-sep {
  height: 1px; }

/*
 * Ugly mess to remove the white border under the picker
 */
.ext-ie .x-date-menu {
  height: 199px; }

.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu {
  height: 197px; }

.ext-strict .ext-ie7 .x-date-menu {
  height: 195px; }

.ext-strict .ext-ie8 .x-date-menu {
  height: auto; }

.x-cycle-menu .x-menu-item-checked {
  border: 1px dotted !important;
  padding: 0; }

.x-menu .x-menu-scroller {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  line-height: 8px;
  cursor: pointer;
  margin: 0;
  padding: 0; }

.x-menu .x-menu-scroller-active {
  height: 6px;
  line-height: 6px; }

.x-menu-list-item-indent {
  padding-left: 27px; }

/*
 Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
  <div class="x-box-blue">
        <div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>
        <div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">
            <h3>YOUR TITLE HERE (optional)</h3>
            <div>YOUR CONTENT HERE</div>
        </div></div></div>
        <div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>
    </div>
 */
.x-box-tl {
  background: transparent no-repeat 0 0;
  zoom: 1; }

.x-box-tc {
  height: 8px;
  background: transparent repeat-x 0 0;
  overflow: hidden; }

.x-box-tr {
  background: transparent no-repeat right -8px; }

.x-box-ml {
  background: transparent repeat-y 0;
  padding-left: 4px;
  overflow: hidden;
  zoom: 1; }

.x-box-mc {
  background: repeat-x 0 -16px;
  padding: 4px 10px; }

.x-box-mc h3 {
  margin: 0 0 4px 0;
  zoom: 1; }

.x-box-mr {
  background: transparent repeat-y right;
  padding-right: 4px;
  overflow: hidden; }

.x-box-bl {
  background: transparent no-repeat 0 -16px;
  zoom: 1; }

.x-box-bc {
  background: transparent repeat-x 0 -8px;
  height: 8px;
  overflow: hidden; }

.x-box-br {
  background: transparent no-repeat right -24px; }

.x-box-tl, .x-box-bl {
  padding-left: 8px;
  overflow: hidden; }

.x-box-tr, .x-box-br {
  padding-right: 8px;
  overflow: hidden; }

.x-combo-list {
  border: 1px solid;
  zoom: 1;
  overflow: hidden; }

.x-combo-list-inner {
  overflow: auto;
  position: relative;
  /* for calculating scroll offsets */
  zoom: 1;
  overflow-x: hidden; }

.x-combo-list-hd {
  border-bottom: 1px solid;
  padding: 3px; }

.x-resizable-pinned .x-combo-list-inner {
  border-bottom: 1px solid; }

.x-combo-list-item {
  padding: 2px;
  border: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.x-combo-list .x-combo-selected {
  border: 1px dotted !important;
  cursor: pointer; }

.x-combo-list .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none; }

.x-panel {
  border-style: solid;
  border-width: 0; }

.x-panel-header {
  overflow: hidden;
  zoom: 1;
  padding: 5px 3px 4px 5px;
  border: 1px solid;
  line-height: 15px;
  background: transparent repeat-x 0 -1px; }

.x-panel-body {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  position: relative;
  /* added for item scroll positioning */ }

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px; }

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none; }

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
  border-top: 1px solid; }

.x-panel-header {
  overflow: hidden;
  zoom: 1; }

.x-panel-tl .x-panel-header {
  padding: 5px 0 4px 0;
  border: 0 none;
  background: transparent no-repeat; }

.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-position: 0 4px;
  zoom: 1; }

.x-panel-inline-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; }

.x-panel-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden; }

/* fix ie7 strict mode bug */
.ext-strict .ext-ie7 .x-panel-tc {
  overflow: visible; }

.x-panel-tl {
  background: transparent no-repeat 0 0;
  padding-left: 6px;
  zoom: 1;
  border-bottom: 1px solid; }

.x-panel-tr {
  background: transparent no-repeat right 0;
  zoom: 1;
  padding-right: 6px; }

.x-panel-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1; }

.x-panel-bc .x-panel-footer {
  zoom: 1; }

.x-panel-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 6px;
  zoom: 1; }

.x-panel-br {
  background: transparent no-repeat right bottom;
  padding-right: 6px;
  zoom: 1; }

.x-panel-mc {
  border: 0 none;
  padding: 0;
  margin: 0;
  padding-top: 6px; }

.x-panel-mc .x-panel-body {
  background-color: transparent;
  border: 0 none; }

.x-panel-ml {
  background: repeat-y 0 0;
  padding-left: 6px;
  zoom: 1; }

.x-panel-mr {
  background: transparent repeat-y right 0;
  padding-right: 6px;
  zoom: 1; }

.x-panel-bc .x-panel-footer {
  padding-bottom: 6px; }

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
  height: 6px;
  font-size: 0;
  line-height: 0; }

.x-panel-bwrap {
  overflow: hidden;
  zoom: 1;
  left: 0;
  top: 0; }

.x-panel-body {
  overflow: hidden;
  zoom: 1; }

.x-panel-collapsed .x-resizable-handle {
  display: none; }

.ext-gecko .x-panel-animated div {
  overflow: hidden !important; }

/* Plain */
.x-plain-body {
  overflow: hidden; }

.x-plain-bbar .x-toolbar {
  overflow: hidden;
  padding: 2px; }

.x-plain-tbar .x-toolbar {
  overflow: hidden;
  padding: 2px; }

.x-plain-bwrap {
  overflow: hidden;
  zoom: 1; }

.x-plain {
  overflow: hidden; }

/* Tools */
.x-tool {
  overflow: hidden;
  width: 15px;
  height: 15px;
  float: right;
  cursor: pointer;
  background: transparent no-repeat;
  margin-left: 2px; }

/* expand / collapse tools */
.x-tool-toggle {
  background-position: 0 -60px; }

.x-tool-toggle-over {
  background-position: -15px -60px; }

.x-panel-collapsed .x-tool-toggle {
  background-position: 0 -75px; }

.x-panel-collapsed .x-tool-toggle-over {
  background-position: -15px -75px; }

.x-tool-close {
  background-position: 0 -0; }

.x-tool-close-over {
  background-position: -15px 0; }

.x-tool-minimize {
  background-position: 0 -15px; }

.x-tool-minimize-over {
  background-position: -15px -15px; }

.x-tool-maximize {
  background-position: 0 -30px; }

.x-tool-maximize-over {
  background-position: -15px -30px; }

.x-tool-restore {
  background-position: 0 -45px; }

.x-tool-restore-over {
  background-position: -15px -45px; }

.x-tool-gear {
  background-position: 0 -90px; }

.x-tool-gear-over {
  background-position: -15px -90px; }

.x-tool-prev {
  background-position: 0 -105px; }

.x-tool-prev-over {
  background-position: -15px -105px; }

.x-tool-next {
  background-position: 0 -120px; }

.x-tool-next-over {
  background-position: -15px -120px; }

.x-tool-pin {
  background-position: 0 -135px; }

.x-tool-pin-over {
  background-position: -15px -135px; }

.x-tool-unpin {
  background-position: 0 -150px; }

.x-tool-unpin-over {
  background-position: -15px -150px; }

.x-tool-right {
  background-position: 0 -165px; }

.x-tool-right-over {
  background-position: -15px -165px; }

.x-tool-left {
  background-position: 0 -180px; }

.x-tool-left-over {
  background-position: -15px -180px; }

.x-tool-down {
  background-position: 0 -195px; }

.x-tool-down-over {
  background-position: -15px -195px; }

.x-tool-up {
  background-position: 0 -210px; }

.x-tool-up-over {
  background-position: -15px -210px; }

.x-tool-refresh {
  background-position: 0 -225px; }

.x-tool-refresh-over {
  background-position: -15px -225px; }

.x-tool-plus {
  background-position: 0 -240px; }

.x-tool-plus-over {
  background-position: -15px -240px; }

.x-tool-minus {
  background-position: 0 -255px; }

.x-tool-minus-over {
  background-position: -15px -255px; }

.x-tool-search {
  background-position: 0 -270px; }

.x-tool-search-over {
  background-position: -15px -270px; }

.x-tool-save {
  background-position: 0 -285px; }

.x-tool-save-over {
  background-position: -15px -285px; }

.x-tool-print {
  background-position: 0 -315px; }

.x-tool-print-over {
  background-position: -15px -315px; }

.x-tool-expand {
  background-position: 0 -330px; }

.x-tool-expand-over {
  background-position: -15px -330px; }

.x-tool-collapse {
  background-position: 0 -345px; }

.x-tool-collapse-over {
  background-position: -15px -345px; }

.x-tool-resize {
  background-position: 0 -360px; }

.x-tool-resize-over {
  background-position: -15px -360px; }

.x-tool-move {
  background-position: 0 -375px; }

.x-tool-move-over {
  background-position: -15px -375px; }

/* Ghosting */
.x-panel-ghost {
  z-index: 12000;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .65;
  -moz-opacity: .65;
  filter: alpha(opacity=65); }

.x-panel-ghost ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: 1px solid;
  border-top: 0 none;
  display: block; }

.x-panel-ghost * {
  cursor: move !important; }

.x-panel-dd-spacer {
  border: 2px dashed; }

/* Buttons */
.x-panel-btns {
  padding: 5px;
  overflow: hidden; }

.x-panel-btns td.x-toolbar-cell {
  padding: 3px; }

.x-panel-btns .x-btn-focus .x-btn-left {
  background-position: 0 -147px; }

.x-panel-btns .x-btn-focus .x-btn-right {
  background-position: 0 -168px; }

.x-panel-btns .x-btn-focus .x-btn-center {
  background-position: 0 -189px; }

.x-panel-btns .x-btn-over .x-btn-left {
  background-position: 0 -63px; }

.x-panel-btns .x-btn-over .x-btn-right {
  background-position: 0 -84px; }

.x-panel-btns .x-btn-over .x-btn-center {
  background-position: 0 -105px; }

.x-panel-btns .x-btn-click .x-btn-center {
  background-position: 0 -126px; }

.x-panel-btns .x-btn-click .x-btn-right {
  background-position: 0 -84px; }

.x-panel-btns .x-btn-click .x-btn-left {
  background-position: 0 -63px; }

.x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label {
  white-space: nowrap; }

/**
 * W3C Suggested Default style sheet for HTML 4
 * http://www.w3.org/TR/CSS21/sample.html
 *
 * Resets for Ext.Panel @cfg normal: true
 */
.x-panel-reset .x-panel-body html,
.x-panel-reset .x-panel-body address,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body body,
.x-panel-reset .x-panel-body dd,
.x-panel-reset .x-panel-body div,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dt,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body frame, frameset,
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body noframes,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body center,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body pre {
  display: block; }

.x-panel-reset .x-panel-body li {
  display: list-item; }

.x-panel-reset .x-panel-body head {
  display: none; }

.x-panel-reset .x-panel-body table {
  display: table; }

.x-panel-reset .x-panel-body tr {
  display: table-row; }

.x-panel-reset .x-panel-body thead {
  display: table-header-group; }

.x-panel-reset .x-panel-body tbody {
  display: table-row-group; }

.x-panel-reset .x-panel-body tfoot {
  display: table-footer-group; }

.x-panel-reset .x-panel-body col {
  display: table-column; }

.x-panel-reset .x-panel-body colgroup {
  display: table-column-group; }

.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th {
  display: table-cell; }

.x-panel-reset .x-panel-body caption {
  display: table-caption; }

.x-panel-reset .x-panel-body th {
  font-weight: bolder;
  text-align: center; }

.x-panel-reset .x-panel-body caption {
  text-align: center; }

.x-panel-reset .x-panel-body body {
  margin: 8px; }

.x-panel-reset .x-panel-body h1 {
  font-size: 2em;
  margin: .67em 0; }

.x-panel-reset .x-panel-body h2 {
  font-size: 1.5em;
  margin: .75em 0; }

.x-panel-reset .x-panel-body h3 {
  font-size: 1.17em;
  margin: .83em 0; }

.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu {
  margin: 1.12em 0; }

.x-panel-reset .x-panel-body h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.x-panel-reset .x-panel-body h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body b,
.x-panel-reset .x-panel-body strong {
  font-weight: bolder; }

.x-panel-reset .x-panel-body blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.x-panel-reset .x-panel-body i,
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
.x-panel-reset .x-panel-body address {
  font-style: italic; }

.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
.x-panel-reset .x-panel-body samp {
  font-family: monospace; }

.x-panel-reset .x-panel-body pre {
  white-space: pre; }

.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
.x-panel-reset .x-panel-body select {
  display: inline-block; }

.x-panel-reset .x-panel-body big {
  font-size: 1.17em; }

.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
.x-panel-reset .x-panel-body sup {
  font-size: .83em; }

.x-panel-reset .x-panel-body sub {
  vertical-align: sub; }

.x-panel-reset .x-panel-body sup {
  vertical-align: super; }

.x-panel-reset .x-panel-body table {
  border-spacing: 2px; }

.x-panel-reset .x-panel-body thead,
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot {
  vertical-align: middle; }

.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th {
  vertical-align: inherit; }

.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
.x-panel-reset .x-panel-body del {
  text-decoration: line-through; }

.x-panel-reset .x-panel-body hr {
  border: 1px inset; }

.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body dd {
  margin-left: 40px; }

.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir {
  list-style-type: disc; }

.x-panel-reset .x-panel-body ol {
  list-style-type: decimal; }

.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
.x-panel-reset .x-panel-body ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.x-panel-reset .x-panel-body u,
.x-panel-reset .x-panel-body ins {
  text-decoration: underline; }

.x-panel-reset .x-panel-body br:before {
  content: "A"; }

.x-panel-reset .x-panel-body :before, .x-panel-reset .x-panel-body :after {
  white-space: pre-line; }

.x-panel-reset .x-panel-body center {
  text-align: center; }

.x-panel-reset .x-panel-body :link, .x-panel-reset .x-panel-body :visited {
  text-decoration: underline; }

.x-panel-reset .x-panel-body :focus {
  outline: invert dotted thin; }

/* Begin bidirectionality settings (do not change) */
.x-panel-reset .x-panel-body BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override; }

.x-panel-reset .x-panel-body BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override; }

.x-window {
  zoom: 1; }

.x-window .x-window-handle {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

.x-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); }

.x-window-header {
  overflow: hidden;
  zoom: 1; }

.x-window-bwrap {
  z-index: 1;
  position: relative;
  zoom: 1;
  left: 0;
  top: 0; }

.x-window-tl .x-window-header {
  padding: 5px 0 4px 0; }

.x-window-header-text {
  cursor: pointer; }

.x-window-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
  zoom: 1; }

.x-window-tl {
  background: transparent no-repeat 0 0;
  padding-left: 6px;
  zoom: 1;
  z-index: 1;
  position: relative; }

.x-window-tr {
  background: transparent no-repeat right 0;
  padding-right: 6px; }

.x-window-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1; }

.x-window-bc .x-window-footer {
  padding-bottom: 6px;
  zoom: 1;
  font-size: 0;
  line-height: 0; }

.x-window-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 6px;
  zoom: 1; }

.x-window-br {
  background: transparent no-repeat right bottom;
  padding-right: 6px;
  zoom: 1; }

.x-window-mc {
  border: 1px solid;
  padding: 0;
  margin: 0; }

.x-window-ml {
  background: transparent repeat-y 0 0;
  padding-left: 6px;
  zoom: 1; }

.x-window-mr {
  background: transparent repeat-y right 0;
  padding-right: 6px;
  zoom: 1; }

.x-window-body {
  overflow: hidden; }

.x-window-bwrap {
  overflow: hidden; }

.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
.x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
.x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
  padding: 0; }

.x-window-maximized .x-window-footer {
  padding-bottom: 0; }

.x-window-maximized .x-window-tc {
  padding-left: 3px;
  padding-right: 3px; }

.x-window-maximized .x-window-mc {
  border-left: 0 none;
  border-right: 0 none; }

.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
  border-left: 0 none;
  border-right: 0 none; }

.x-window-bbar .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none; }

.x-window-draggable, .x-window-draggable .x-window-header-text {
  cursor: move; }

.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
  cursor: default; }

.x-window-body {
  background-color: transparent; }

.x-panel-ghost .x-window-tl {
  border-bottom: 1px solid; }

.x-panel-collapsed .x-window-tl {
  border-bottom: 1px solid; }

.x-window-maximized-ct {
  overflow: hidden; }

.x-window-maximized .x-window-handle {
  display: none; }

.x-window-sizing-ghost ul {
  border: 0 none !important; }

.x-dlg-focus {
  -moz-outline: 0 none;
  outline: 0 none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.ext-webkit .x-dlg-focus {
  width: 1px;
  height: 1px; }

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

body.ext-ie6.x-body-masked select {
  visibility: hidden; }

body.ext-ie6.x-body-masked .x-window select {
  visibility: visible; }

.x-window-plain .x-window-mc {
  border: 1px solid; }

.x-window-plain .x-window-body {
  border: 1px solid;
  background: transparent !important; }

.x-html-editor-wrap {
  border: 1px solid; }

.x-html-editor-tb .x-btn-text {
  background: transparent no-repeat; }

.x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
  background-position: 0 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
  background-position: -16px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-underline, .x-menu-item img.x-edit-underline {
  background-position: -32px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-forecolor, .x-menu-item img.x-edit-forecolor {
  background-position: -160px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-backcolor, .x-menu-item img.x-edit-backcolor {
  background-position: -176px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-justifyleft, .x-menu-item img.x-edit-justifyleft {
  background-position: -112px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-justifycenter, .x-menu-item img.x-edit-justifycenter {
  background-position: -128px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-justifyright, .x-menu-item img.x-edit-justifyright {
  background-position: -144px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item img.x-edit-insertorderedlist {
  background-position: -80px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item img.x-edit-insertunorderedlist {
  background-position: -96px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item img.x-edit-increasefontsize {
  background-position: -48px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item img.x-edit-decreasefontsize {
  background-position: -64px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-sourceedit, .x-menu-item img.x-edit-sourceedit {
  background-position: -192px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tb .x-edit-createlink, .x-menu-item img.x-edit-createlink {
  background-position: -208px 0;
  background-image: url(images/tb-sprite.gif); }

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  padding: 5px;
  padding-bottom: 1px; }

.x-html-editor-tb .x-toolbar {
  position: static !important; }

.x-panel-noborder .x-panel-body-noborder {
  border-width: 0; }

.x-panel-noborder .x-panel-header-noborder {
  border-width: 0 0 1px;
  border-style: solid; }

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  border-width: 0 0 1px;
  border-style: solid; }

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  border-width: 1px 0 0 0;
  border-style: solid; }

.x-window-noborder .x-window-mc {
  border-width: 0; }

.x-window-plain .x-window-body-noborder {
  border-width: 0; }

.x-tab-panel-noborder .x-tab-panel-body-noborder {
  border-width: 0; }

.x-tab-panel-noborder .x-tab-panel-header-noborder {
  border-width: 0 0 1px 0; }

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
  border-width: 1px 0 0 0; }

.x-tab-panel-bbar-noborder .x-toolbar {
  border-width: 1px 0 0 0;
  border-style: solid; }

.x-tab-panel-tbar-noborder .x-toolbar {
  border-width: 0 0 1px;
  border-style: solid; }

.x-border-layout-ct {
  position: relative; }

.x-border-panel {
  position: absolute;
  left: 0;
  top: 0; }

.x-tool-collapse-south {
  background-position: 0 -195px; }

.x-tool-collapse-south-over {
  background-position: -15px -195px; }

.x-tool-collapse-north {
  background-position: 0 -210px; }

.x-tool-collapse-north-over {
  background-position: -15px -210px; }

.x-tool-collapse-west {
  background-position: 0 -180px; }

.x-tool-collapse-west-over {
  background-position: -15px -180px; }

.x-tool-collapse-east {
  background-position: 0 -165px; }

.x-tool-collapse-east-over {
  background-position: -15px -165px; }

.x-tool-expand-south {
  background-position: 0 -210px; }

.x-tool-expand-south-over {
  background-position: -15px -210px; }

.x-tool-expand-north {
  background-position: 0 -195px; }

.x-tool-expand-north-over {
  background-position: -15px -195px; }

.x-tool-expand-west {
  background-position: 0 -165px; }

.x-tool-expand-west-over {
  background-position: -15px -165px; }

.x-tool-expand-east {
  background-position: 0 -180px; }

.x-tool-expand-east-over {
  background-position: -15px -180px; }

.x-tool-expand-north, .x-tool-expand-south {
  float: right;
  margin: 3px; }

.x-tool-expand-east, .x-tool-expand-west {
  float: none;
  margin: 3px 2px; }

.x-accordion-hd .x-tool-toggle {
  background-position: 0 -255px; }

.x-accordion-hd .x-tool-toggle-over {
  background-position: -15px -255px; }

.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
  background-position: 0 -240px; }

.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
  background-position: -15px -240px; }

.x-accordion-hd {
  padding-top: 4px;
  padding-bottom: 3px;
  border-top: 0 none;
  background: transparent repeat-x 0 -9px; }

.x-layout-collapsed {
  position: absolute;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border: 1px solid;
  z-index: 20; }

.ext-border-box .x-layout-collapsed {
  width: 22px;
  height: 22px; }

.x-layout-collapsed-over {
  cursor: pointer; }

.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px; }

.x-layout-split {
  position: absolute;
  height: 5px;
  width: 5px;
  line-height: 1px;
  font-size: 1px;
  z-index: 3;
  background-color: transparent; }

/* IE6 strict won't drag w/out a color */
.ext-strict .ext-ie6 .x-layout-split {
  background-color: #fff !important;
  filter: alpha(opacity=1); }

.x-layout-split-h {
  background-image: url(images/s.gif);
  background-position: left; }

.x-layout-split-v {
  background-image: url(images/s.gif);
  background-position: top; }

.x-column-layout-ct {
  overflow: hidden;
  zoom: 1; }

.x-column {
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1; }

.x-column-inner {
  overflow: hidden;
  zoom: 1; }

/* mini mode */
.x-layout-mini {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 35px;
  cursor: pointer;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50); }

.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-filter: none;
          filter: none; }

.x-layout-split-west .x-layout-mini {
  top: 48%; }

.x-layout-split-east .x-layout-mini {
  top: 48%; }

.x-layout-split-north .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px; }

.x-layout-split-south .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px; }

.x-layout-cmini-west .x-layout-mini {
  top: 48%; }

.x-layout-cmini-east .x-layout-mini {
  top: 48%; }

.x-layout-cmini-north .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px; }

.x-layout-cmini-south .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px; }

.x-layout-cmini-west, .x-layout-cmini-east {
  border: 0 none;
  width: 5px !important;
  padding: 0;
  background-color: transparent; }

.x-layout-cmini-north, .x-layout-cmini-south {
  border: 0 none;
  height: 5px !important;
  padding: 0;
  background-color: transparent; }

.x-viewport, .x-viewport body {
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%; }

.x-abs-layout-item {
  position: absolute;
  left: 0;
  top: 0; }

.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
  margin: 0; }

.x-box-layout-ct {
  overflow: hidden;
  zoom: 1; }

.x-box-inner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0; }

.x-box-item {
  position: absolute;
  left: 0;
  top: 0; }

.x-progress-wrap {
  border: 1px solid;
  overflow: hidden; }

.x-progress-inner {
  height: 18px;
  background: repeat-x;
  position: relative; }

.x-progress-bar {
  height: 18px;
  float: left;
  width: 0;
  background: repeat-x left center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid; }

.x-progress-text {
  padding: 1px 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  text-align: center; }

.x-progress-text-back {
  line-height: 16px; }

.ext-ie .x-progress-text-back {
  line-height: 15px; }

.ext-strict .ext-ie7 .x-progress-text-back {
  width: 100%; }

.x-list-header {
  background: repeat-x 0 bottom;
  cursor: default;
  zoom: 1;
  height: 22px; }

.x-list-header-inner div {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.x-list-header-inner div em {
  display: block;
  border-left: 1px solid;
  padding: 4px 4px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  line-height: 14px; }

.x-list-body {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  zoom: 1;
  float: left;
  width: 100%; }

.x-list-body dl {
  zoom: 1; }

.x-list-body dt {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1; }

.x-list-body dt em {
  display: block;
  padding: 3px 4px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none; }

.x-list-resizer {
  border-left: 1px solid;
  border-right: 1px solid;
  position: absolute;
  left: 0;
  top: 0; }

.x-list-header-inner em.sort-asc {
  background: transparent no-repeat center 0;
  border-style: solid;
  border-width: 0 1px 1px;
  padding-bottom: 3px; }

.x-list-header-inner em.sort-desc {
  background: transparent no-repeat center -23px;
  border-style: solid;
  border-width: 0 1px 1px;
  padding-bottom: 3px; }

/* Shared styles */
.x-slider {
  zoom: 1; }

.x-slider-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  zoom: 1; }

.x-slider-focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  display: block;
  overflow: hidden; }

/* Horizontal styles */
.x-slider-horz {
  padding-left: 7px;
  background: transparent no-repeat 0 -22px; }

.x-slider-horz .x-slider-end {
  padding-right: 7px;
  zoom: 1;
  background: transparent no-repeat right -44px; }

.x-slider-horz .x-slider-inner {
  background: transparent repeat-x 0 0;
  height: 22px; }

.x-slider-horz .x-slider-thumb {
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  background: transparent no-repeat 0 0; }

.x-slider-horz .x-slider-thumb-over {
  background-position: -14px -15px; }

.x-slider-horz .x-slider-thumb-drag {
  background-position: -28px -30px; }

/* Vertical styles */
.x-slider-vert {
  padding-top: 7px;
  background: transparent no-repeat -44px 0;
  width: 22px; }

.x-slider-vert .x-slider-end {
  padding-bottom: 7px;
  zoom: 1;
  background: transparent no-repeat -22px bottom; }

.x-slider-vert .x-slider-inner {
  background: transparent repeat-y 0 0; }

.x-slider-vert .x-slider-thumb {
  width: 15px;
  height: 14px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background: transparent no-repeat 0 0; }

.x-slider-vert .x-slider-thumb-over {
  background-position: -15px -14px; }

.x-slider-vert .x-slider-thumb-drag {
  background-position: -30px -28px; }

.x-window-dlg .x-window-body {
  border: 0 none !important;
  padding: 5px 10px;
  overflow: hidden !important; }

.x-window-dlg .x-window-mc {
  border: 0 none !important; }

.x-window-dlg .ext-mb-input {
  margin-top: 4px;
  width: 95%; }

.x-window-dlg .ext-mb-textarea {
  margin-top: 4px; }

.x-window-dlg .x-progress-wrap {
  margin-top: 4px; }

.ext-ie .x-window-dlg .x-progress-wrap {
  margin-top: 6px; }

.x-window-dlg .x-msg-box-wait {
  background: transparent no-repeat left;
  display: block;
  width: 300px;
  padding-left: 18px;
  line-height: 18px; }

.x-window-dlg .ext-mb-icon {
  float: left;
  width: 47px;
  height: 32px; }

.x-window-dlg .x-dlg-icon .ext-mb-content {
  zoom: 1;
  margin-left: 47px; }

.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
  background: transparent no-repeat top left; }

.ext-gecko2 .ext-mb-fix-cursor {
  overflow: auto; }

/*!Import _45-xtheme-gray.scss */
/*!
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.ext-el-mask {
  background-color: #ccc; }

.ext-el-mask-msg {
  border-color: #999;
  background-color: #ddd;
  background-image: url(images/white-top-bottom.gif);
  background-position: 0 -1px; }

.ext-el-mask-msg div {
  background-color: #eee;
  border-color: #d0d0d0;
  color: #222;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-mask-loading div {
  background-color: #fbfbfb;
  background-image: url(images/loading.gif); }

.x-item-disabled {
  color: #777777; }

.x-item-disabled * {
  color: #777777 !important; }

.x-splitbar-proxy {
  background-color: #aaa; }

.x-color-palette a {
  border-color: #fff; }

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  border-color: #CFCFCF;
  background-color: #eaeaea; }

/*
.x-color-palette em:hover, .x-color-palette span:hover{   
    background-color: #eaeaea;
}
*/
.x-color-palette em {
  border-color: #aca899; }

.x-ie-shadow {
  background-color: #777; }

.x-shadow .xsmc {
  background-image: url(images/shadow-c.png); }

.x-shadow .xsml, .x-shadow .xsmr {
  background-image: url(images/shadow-lr.png); }

.x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr {
  background-image: url(images/shadow.png); }

.loading-indicator {
  font-size: 14px;
  background-image: url(images/loading.gif); }

.x-spotlight {
  background-color: #ccc; }

.x-tab-panel-header, .x-tab-panel-footer {
  background-color: #eaeaea;
  border-color: #ddd;
  overflow: hidden;
  zoom: 1; }

.x-tab-panel-header, .x-tab-panel-footer {
  border-color: #ddd; }

ul.x-tab-strip-top {
  background-color: #fff;
  border-bottom-color: #ddd; }

ul.x-tab-strip-bottom {
  background-color: #fff;
  border-top-color: #ddd; }

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-color: #d0d0d0;
  background-color: #eaeaea; }

.x-tab-strip-over span.x-tab-strip-text {
  color: #333333; }

.x-tab-strip-disabled .x-tabs-text {
  color: #777777; }

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  border-color: transparent; }

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  background-color: #fff; }

.x-tab-panel-body {
  border-color: transparent;
  background-color: #fff; }

.x-tab-panel-body-top {
  border-top: 0 none; }

.x-tab-panel-body-bottom {
  border-bottom: 0 none; }

.x-tab-scroller-left {
  border-bottom-color: #ddd; }

.x-tab-scroller-left-disabled {
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default; }

.x-tab-scroller-right {
  border-bottom-color: #ddd; }

.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
  border-color: #ddd; }

.x-form-field {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-form-text, textarea.x-form-field {
  background-color: #fff;
  border-color: #ccc;
  color: #555555; }

.x-form-select-one {
  background-color: #fff;
  border-color: #C1C1C1; }

.x-form-check-group-label {
  border-bottom: 1px solid #d0d0d0;
  color: #333; }

.x-editor .x-form-check-wrap {
  background-color: #fff; }

.x-form-field-wrap .x-form-date-trigger {
  background-image: url(images/date-trigger.gif); }

.x-form-field-wrap .x-form-clear-trigger {
  background-image: url(images/clear-trigger.gif); }

.x-form-field-wrap .x-form-search-trigger {
  background-image: url(images/search-trigger.gif); }

.x-trigger-wrap-focus .x-form-trigger {
  border-bottom-color: #777777; }

.x-item-disabled .x-form-trigger-over {
  border-bottom-color: #b5b8c8; }

.x-item-disabled .x-form-trigger-click {
  border-bottom-color: #b5b8c8; }

.x-form-focus, textarea.x-form-focus {
  border-color: #777777; }

.x-form-invalid, textarea.x-form-invalid {
  background-color: #fff;
  background-image: url(images/invalid_line.gif);
  border-color: #c30; }

.ext-webkit .x-form-invalid {
  background-color: #fee;
  border-color: #ff7870; }

.x-form-inner-invalid, textarea.x-form-inner-invalid {
  background-color: #fff;
  background-image: url(images/invalid_line.gif); }

.x-form-grow-sizer {
  font: 15px; }

.x-form-item {
  font: 15px; }

.x-form-invalid-msg {
  color: #c0272b;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: url(images/warning.gif); }

.x-form-empty-field {
  color: gray; }

.x-small-editor .x-form-field {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.ext-webkit .x-small-editor .x-form-field {
  font: normal 15px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-form-invalid-icon {
  background-image: url(images/exclamation.gif); }

.x-fieldset {
  border-color: #e5e5e5; }

.x-fieldset legend {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }

.x-btn {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-btn button {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }

.x-btn em {
  font-style: normal;
  font-weight: normal; }

.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text {
  color: #333333; }

.x-btn-disabled * {
  color: #777777; }

.x-btn-mc em.x-btn-arrow {
  background-image: url(images/arrow.gif); }

.x-btn-mc em.x-btn-split {
  background-image: url(images/s-arrow.gif); }

.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
  background-image: url(images/s-arrow-o.gif); }

.x-btn-mc em.x-btn-arrow-bottom {
  background-image: url(images/s-arrow-b-noline.gif); }

.x-btn-mc em.x-btn-split-bottom {
  background-image: url(images/s-arrow-b.gif); }

.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  background-image: url(images/s-arrow-bo.gif); }

.x-btn-group-header {
  color: #333333; }

.x-btn-group-tc {
  background-image: url(images/group-tb.gif); }

.x-btn-group-tl {
  background-image: url(images/group-cs.gif); }

.x-btn-group-tr {
  background-image: url(images/group-cs.gif); }

.x-btn-group-bc {
  background-image: url(images/group-tb.gif); }

.x-btn-group-bl {
  background-image: url(images/group-cs.gif); }

.x-btn-group-br {
  background-image: url(images/group-cs.gif); }

.x-btn-group-ml {
  background-image: url(images/group-lr.gif); }

.x-btn-group-mr {
  background-image: url(images/group-lr.gif); }

.x-btn-group-notitle .x-btn-group-tc {
  background-image: url(images/group-tb.gif); }

.x-toolbar {
  border-color: #fff;
  background-image: url(images/bg.gif); }

.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-toolbar .x-item-disabled {
  color: #777777; }

.x-toolbar .x-item-disabled * {
  color: #777777; }

.x-toolbar .x-btn-mc em.x-btn-split {
  background-image: url(images/s-arrow-noline.gif); }

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split {
  background-image: url(images/s-arrow-o.gif); }

.x-toolbar .x-btn-mc em.x-btn-split-bottom {
  background-image: url(images/s-arrow-b-noline.gif); }

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  background-image: url(images/s-arrow-bo.gif); }

.x-toolbar .xtb-sep {
  background-image: url(images/grid-split.gif); }

.x-tbar-page-first {
  background-image: url(images/page-first.gif) !important; }

.x-tbar-loading {
  background-image: url(images/refresh.gif) !important; }

.x-tbar-page-last {
  background-image: url(images/page-last.gif) !important; }

.x-tbar-page-next {
  background-image: url(images/page-next.gif) !important; }

.x-tbar-page-prev {
  background-image: url(images/page-prev.gif) !important; }

.x-item-disabled .x-tbar-loading {
  background-image: url(images/loading.gif) !important; }

.x-item-disabled .x-tbar-page-first {
  background-image: url(images/page-first-disabled.gif) !important; }

.x-item-disabled .x-tbar-page-last {
  background-image: url(images/page-last-disabled.gif) !important; }

.x-item-disabled .x-tbar-page-next {
  background-image: url(images/page-next-disabled.gif) !important; }

.x-item-disabled .x-tbar-page-prev {
  background-image: url(images/page-prev-disabled.gif) !important; }

.x-paging-info {
  color: #444; }

.x-toolbar-more-icon {
  background-image: url(images/more.gif) !important; }

.x-resizable-handle {
  background-color: #fff; }

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  background-image: url(images/e-handle.gif); }

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-image: url(images/s-handle.gif); }

.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-image: url(images/s-handle.gif); }

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  background-image: url(images/se-handle.gif); }

.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  background-image: url(images/nw-handle.gif); }

.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  background-image: url(images/ne-handle.gif); }

.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  background-image: url(images/sw-handle.gif); }

.x-resizable-proxy {
  border-color: #565656; }

.x-resizable-overlay {
  background-color: #fff; }

.x-grid3 {
  background-color: #fff; }

.x-grid-panel .x-panel-mc .x-panel-body {
  border-color: #ddd; }

.x-grid3-hd-row {
  border: 1px solid #ddd; }

.x-grid3-row td, .x-grid3-summary-row td {
  font: normal 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-grid3-hd-row td {
  font: normal 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-grid3-hd-row td {
  border-left-color: #ddd;
  border-right-color: #ddd; }

.x-grid-row-loading {
  background-color: #fff;
  background-image: url(images/loading-balls.gif); }

.x-grid3-row {
  border-color: #ddd;
  border-top-color: #fff; }

.x-grid3-row-alt {
  background-color: #f9f9f9; }

.x-grid3-row-over {
  border-color: #ddd;
  background-color: #f5f5f5; }

.x-grid3-resize-proxy {
  background-color: #777; }

.x-grid3-resize-marker {
  background-color: #777; }

.x-grid3-header {
  background-color: transparent; }

.x-grid3-header-pop {
  border-left-color: #d0d0d0; }

.x-grid3-header-pop-inner {
  border-left-color: #ddd; }

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  border-left-color: #ddd;
  border-right-color: #ddd; }

.x-grid3-hd-inner {
  font-weight: 500; }

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  background-color: transparent; }

.sort-asc .x-grid3-sort-icon {
  background-image: url(images/sort_asc.gif); }

.sort-desc .x-grid3-sort-icon {
  background-image: url(images/sort_desc.gif); }

.x-grid3-cell-text, .x-grid3-hd-text {
  color: #333333; }

.x-grid3-split {
  background-image: url(images/grid-split.gif); }

.x-grid3-hd-text {
  color: #333; }

.x-dd-drag-proxy .x-grid3-hd-inner {
  background-color: #f9f9f9;
  background-image: url(images/grid3-hrow-over2.gif);
  border-color: #ACACAC; }

.col-move-top {
  background-image: url(images/col-move-top.gif); }

.col-move-bottom {
  background-image: url(images/col-move-bottom.gif); }

.x-grid3-row-selected {
  background-color: #CCCCCC !important;
  background-image: none;
  border-color: #ACACAC; }

.x-grid3-cell-selected {
  background-color: #CBCBCB !important;
  color: #000; }

.x-grid3-cell-selected span {
  color: #000 !important; }

.x-grid3-cell-selected .x-grid3-cell-text {
  color: #000; }

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  background-color: #ebeadb !important;
  background-image: url(images/grid-hrow.gif) !important;
  color: #000;
  border-top-color: #fff;
  border-right-color: #6fa0df !important; }

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  color: #333 !important; }

.x-grid3-dirty-cell {
  background-image: url(images/dirty.gif); }

.x-grid3-topbar, .x-grid3-bottombar {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-grid3-bottombar .x-toolbar {
  border-top-color: #a9bfd3; }

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  background-image: url(images/grid3-special-col-bg.gif) !important;
  color: #000 !important; }

.x-props-grid .x-grid3-body .x-grid3-td-name {
  background-color: #fff !important;
  border-right-color: #eee; }

.xg-hmenu-sort-asc .x-menu-item-icon {
  background-image: url(images/hmenu-asc.gif); }

.xg-hmenu-sort-desc .x-menu-item-icon {
  background-image: url(images/hmenu-desc.gif); }

.xg-hmenu-lock .x-menu-item-icon {
  background-image: url(images/hmenu-lock.gif); }

.xg-hmenu-unlock .x-menu-item-icon {
  background-image: url(images/hmenu-unlock.gif); }

.x-grid3-hd-btn {
  background-color: #f9f9f9; }

.x-grid3-body .x-grid3-td-expander {
  background-image: url(images/grid3-special-col-bg.gif); }

.x-grid3-row-expander {
  background-image: url(images/row-expand-sprite.gif); }

.x-grid3-hd-checker {
  padding-left: 3px;
  padding-top: 9px; }

.x-grid3-row-checker {
  padding-left: 3px;
  padding-top: 6px; }

.x-grid3-body .x-grid3-td-numberer {
  background-image: url(images/grid3-special-col-bg.gif); }

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  color: #444; }

.x-grid3-body .x-grid3-td-row-icon {
  background-image: url(images/grid3-special-col-bg.gif); }

.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  background-color: #f5f5f5; }

.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  zoom: 1; }

.x-grid-group-hd {
  border-bottom-color: #d0d0d0; }

.x-grid-group-hd div.x-grid-group-title {
  background-image: url(images/group-collapse.gif);
  color: #5F5F5F;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title {
  background-image: url(images/group-expand.gif); }

.x-group-by-icon {
  background-image: url(images/group-by.gif); }

.x-cols-icon {
  background-image: url(images/columns.gif); }

.x-show-groups-icon {
  background-image: url(images/group-by.gif); }

.x-grid-empty {
  color: gray;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  border-right-color: #ededed; }

.x-grid-with-col-lines .x-grid3-row {
  border-top-color: #ededed; }

.x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #B9B9B9; }

.x-pivotgrid .x-grid3-header-offset table td {
  background: url(images/grid3-hrow2.gif) repeat-x 50% 100%;
  border-left: 1px solid;
  border-right: 1px solid;
  border-left-color: #D0D0D0;
  border-right-color: #D0D0D0; }

.x-pivotgrid .x-grid3-row-headers {
  background-color: #f9f9f9; }

.x-pivotgrid .x-grid3-row-headers table td {
  background: #EEE url(images/grid3-rowheader.gif) repeat-x left top;
  border-left: 1px solid;
  border-right: 1px solid;
  border-left-color: #EEE;
  border-right-color: #D0D0D0;
  border-bottom: 1px solid;
  border-bottom-color: #D0D0D0;
  height: 18px; }

.x-dd-drag-ghost {
  color: #000;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-color: #ddd #bbb #bbb #ddd;
  background-color: #fff; }

.x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url(images/drop-no.gif); }

.x-dd-drop-ok .x-dd-drop-icon {
  background-image: url(images/drop-yes.gif); }

.x-dd-drop-ok-add .x-dd-drop-icon {
  background-image: url(images/drop-add.gif); }

.x-view-selector {
  background-color: #D6D6D6;
  border-color: #888888; }

/*!Add FontAwesome Icon support */
.x-tree-node-loading .x-tree-node-icon {
  background-image: url(images/loading.gif) !important; }

.x-tree-node .x-tree-node-inline-icon {
  background-image: none; }

.x-tree-node-loading a span {
  font-style: italic;
  color: #444444; }

.ext-ie .x-tree-node-el input {
  width: 15px;
  height: 15px; }

.x-tree-lines .x-tree-elbow {
  background-image: url(images/elbow.gif); }

.x-tree-lines .x-tree-elbow-plus {
  background-image: url(images/elbow-plus.gif); }

.x-tree-lines .x-tree-elbow-minus {
  background-image: url(images/elbow-minus.gif); }

.x-tree-lines .x-tree-elbow-end {
  background-image: url(images/elbow-end.gif); }

.x-tree-lines .x-tree-elbow-end-plus {
  background-image: url(images/elbow-end-plus.gif); }

.x-tree-lines .x-tree-elbow-end-minus {
  background-image: url(images/elbow-end-minus.gif); }

.x-tree-lines .x-tree-elbow-line {
  background-image: url(images/elbow-line.gif); }

.x-tree-no-lines .x-tree-elbow-plus {
  background-image: url(images/elbow-plus-nl.gif); }

.x-tree-no-lines .x-tree-elbow-minus {
  background-image: url(images/elbow-minus-nl.gif); }

.x-tree-no-lines .x-tree-elbow-end-plus {
  background-image: url(images/elbow-end-plus-nl.gif); }

.x-tree-no-lines .x-tree-elbow-end-minus {
  background-image: url(images/elbow-end-minus-nl.gif); }

.x-tree-arrows .x-tree-elbow-plus {
  background-image: url(images/arrows.gif); }

.x-tree-arrows .x-tree-elbow-minus {
  background-image: url(images/arrows.gif); }

.x-tree-arrows .x-tree-elbow-end-plus {
  background-image: url(images/arrows.gif); }

.x-tree-arrows .x-tree-elbow-end-minus {
  background-image: url(images/arrows.gif); }

.x-tree-node {
  color: #333333;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-tree-node a, .x-dd-drag-ghost a {
  color: #000; }

.x-tree-node a span, .x-dd-drag-ghost a span {
  color: #000; }

.x-tree-node .x-tree-node-disabled a span {
  color: #777777 !important; }

.x-tree-node div.x-tree-drag-insert-below {
  border-bottom-color: #36c; }

.x-tree-node div.x-tree-drag-insert-above {
  border-top-color: #36c; }

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
  border-bottom-color: #36c; }

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
  border-top-color: #36c; }

.x-tree-node .x-tree-drag-append a span {
  background-color: #ddd;
  border-color: gray; }

.x-tree-node .x-tree-node-over {
  background-color: #eee; }

.x-tree-node .x-tree-selected {
  background-color: #ddd; }

.x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url(images/drop-add.gif); }

.x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url(images/drop-over.gif); }

.x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url(images/drop-under.gif); }

.x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url(images/drop-between.gif); }

.x-date-picker {
  border-color: #585858;
  background-color: #fff; }

.x-date-middle, .x-date-left, .x-date-right {
  background-image: url(images/hd-sprite.gif);
  color: #fff;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-date-middle .x-btn .x-btn-text {
  color: #fff; }

.x-date-middle .x-btn-mc em.x-btn-arrow {
  background-image: url(images/btn-arrow-light.gif); }

.x-date-right a {
  background-image: url(images/right-btn.gif); }

.x-date-left a {
  background-image: url(images/left-btn.gif); }

.x-date-inner th {
  background-color: #D8D8D8;
  background-image: url(images/white-top-bottom.gif);
  border-bottom-color: #AFAFAF;
  font: normal 10px arial, helvetica,tahoma,sans-serif;
  color: #595959; }

.x-date-inner td {
  border-color: #fff; }

.x-date-inner a {
  font: normal 11px arial, helvetica,tahoma,sans-serif;
  color: #000; }

.x-date-inner .x-date-active {
  color: #000; }

.x-date-inner .x-date-selected a {
  background-image: none;
  background-color: #D8D8D8;
  border-color: #DCDCDC; }

.x-date-inner .x-date-today a {
  border-color: darkred; }

.x-date-inner .x-date-selected span {
  font-weight: bold; }

.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  color: #aaa; }

.x-date-bottom {
  border-top-color: #AFAFAF;
  background-color: #D8D8D8;
  background: #D8D8D8 url(images/white-top-bottom.gif) 0 -2px; }

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
  color: #000;
  background-color: #D8D8D8; }

.x-date-inner .x-date-disabled a {
  background-color: #eee;
  color: #bbb; }

.x-date-mmenu {
  background-color: #eee !important; }

.x-date-mmenu .x-menu-item {
  font-size: 10px;
  color: #000; }

.x-date-mp {
  background-color: #fff; }

.x-date-mp td {
  font: normal 11px arial, helvetica,tahoma,sans-serif; }

.x-date-mp-btns button {
  background-color: #4E565F;
  color: #fff;
  border-color: #C0C0C0 #434343 #434343 #C0C0C0;
  font: normal 11px arial, helvetica,tahoma,sans-serif; }

.x-date-mp-btns {
  background-color: #D8D8D8;
  background: #D8D8D8 url(images/white-top-bottom.gif) 0 -2px; }

.x-date-mp-btns td {
  border-top-color: #AFAFAF; }

td.x-date-mp-month a, td.x-date-mp-year a {
  color: #333; }

td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
  color: #333;
  background-color: #FDFDFD; }

td.x-date-mp-sel a {
  background-color: #D8D8D8;
  background: #D8D8D8 url(images/white-top-bottom.gif) 0 -2px;
  border-color: #DCDCDC; }

.x-date-mp-ybtn a {
  background-image: url(images/tool-sprites.gif); }

td.x-date-mp-sep {
  border-right-color: #D7D7D7; }

.x-tip .x-tip-close {
  background-image: url(images/close.gif); }

.x-tip .x-tip-mc {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #fff; }

.x-tip .x-tip-ml {
  background-color: #fff; }

.x-tip .x-tip-header-text {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #f7f7f7; }

.x-tip .x-tip-body {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #fff; }

.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr {
  background-image: url(images/error-tip-corners.gif); }

.x-form-invalid-tip .x-tip-body {
  background-image: url(images/exclamation.gif); }

.x-tip-anchor {
  background-image: url(images/tip-anchor-sprite.gif); }

.x-menu {
  background-color: #fff;
  background-image: none;
  background-image: none;
  background-color: #fff;
  color: #333333; }

.x-menu-floating {
  border-color: rgba(0, 0, 0, 0.15); }

.x-menu-nosep {
  background-image: none; }

.x-menu-list-item {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-menu-item-arrow {
  background-image: url(images/menu-parent.gif); }

.x-menu-sep {
  background-color: #e5e5e5;
  border-bottom-color: #fff; }

a.x-menu-item {
  color: #333333; }

.x-menu-item-active {
  background-image: none;
  background-color: #337ab7;
  border-color: rgba(0, 0, 0, 0.15);
  color: #fff; }

.x-menu-item-active a.x-menu-item {
  border-color: rgba(0, 0, 0, 0.15); }

.x-menu-check-item .x-menu-item-icon {
  background-image: url(images/unchecked.gif); }

.x-menu-item-checked .x-menu-item-icon {
  background-image: url(images/checked.gif); }

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
  background-image: url(images/group-checked.gif); }

.x-menu-group-item .x-menu-item-icon {
  background-image: none; }

.x-menu-plain {
  background-color: #fff !important; }

.x-menu .x-date-picker {
  border-color: #AFAFAF; }

.x-cycle-menu .x-menu-item-checked {
  border-color: #B9B9B9 !important;
  background-color: #F1F1F1; }

.x-menu-scroller-top {
  background-image: url(images/mini-top.gif); }

.x-menu-scroller-bottom {
  background-image: url(images/mini-bottom.gif); }

.x-box-tl {
  background-image: url(images/corners.gif); }

.x-box-tc {
  background-image: url(images/tb.gif); }

.x-box-tr {
  background-image: url(images/corners.gif); }

.x-box-ml {
  background-image: url(images/l.gif); }

.x-box-mc {
  background-color: #eee;
  background-image: url(images/tb.gif);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #393939; }

.x-box-mc h3 {
  font-size: 14px;
  font-weight: bold; }

.x-box-mr {
  background-image: url(images/r.gif); }

.x-box-bl {
  background-image: url(images/corners.gif); }

.x-box-bc {
  background-image: url(images/tb.gif); }

.x-box-br {
  background-image: url(images/corners.gif); }

.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
  background-image: url(images/corners-blue.gif); }

.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
  background-image: url(images/tb-blue.gif); }

.x-box-blue .x-box-mc {
  background-color: #c3daf9; }

.x-box-blue .x-box-mc h3 {
  color: #17385b; }

.x-box-blue .x-box-ml {
  background-image: url(images/l-blue.gif); }

.x-box-blue .x-box-mr {
  background-image: url(images/r-blue.gif); }

.x-combo-list {
  border-color: #ccc;
  background-color: #fff;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-combo-list-inner {
  background-color: #fff; }

.x-combo-list-hd {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background-image: url(images/panel-title-light-bg.gif);
  border-bottom-color: #BCBCBC; }

.x-resizable-pinned .x-combo-list-inner {
  border-bottom-color: #BEBEBE; }

.x-combo-list-item {
  border-color: #fff; }

.x-combo-list .x-combo-selected {
  border-color: #777 !important;
  background-color: #fff; }

.x-combo-list .x-toolbar {
  border-top-color: #BCBCBC; }

.x-combo-list-small {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-panel {
  border-color: #d0d0d0; }

.x-panel-header {
  color: #333;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-color: #d0d0d0;
  background-image: url(images/white-top-bottom.gif); }

.x-panel-body {
  border-color: #d0d0d0;
  background-color: #fff; }

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  border-color: #d0d0d0; }

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  border-top-color: #d0d0d0; }

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
  border-top-color: #d0d0d0; }

.x-panel-tl .x-panel-header {
  color: #333333;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-panel-tc {
  background-image: url(images/top-bottom.gif); }

.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br {
  background-image: url(images/corners-sprite.gif);
  border-bottom-color: #d0d0d0; }

.x-panel-bc {
  background-image: url(images/top-bottom.gif); }

.x-panel-mc {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff; }

.x-panel-ml {
  background-color: #fff;
  background-image: url(images/left-right.gif); }

.x-panel-mr {
  background-image: url(images/left-right.gif); }

.x-tool {
  background-image: url(images/tool-sprites.gif); }

.x-panel-ghost {
  background-color: #f2f2f2; }

.x-panel-ghost ul {
  border-color: #d0d0d0; }

.x-panel-dd-spacer {
  border-color: #d0d0d0; }

.x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-window-proxy {
  background-color: #fcfcfc;
  border-color: #d0d0d0; }

.x-window-tl .x-window-header {
  color: #555;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-window-mc {
  border: transparent; }

.x-window-maximized .x-window-tc {
  background-color: #fff; }

.x-window-bbar .x-toolbar {
  border-top-color: #d0d0d0; }

.x-panel-ghost .x-window-tl {
  border-bottom-color: #d0d0d0; }

.x-panel-collapsed .x-window-tl {
  border-bottom-color: #d0d0d0; }

.x-dlg-mask {
  background-color: #ccc; }

.x-window-plain .x-window-mc {
  background-color: #E8E8E8;
  border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0; }

.x-window-plain .x-window-body {
  border-color: transparent; }

body.x-body-masked .x-window-plain .x-window-mc {
  background-color: #E4E4E4; }

.x-html-editor-wrap {
  border-color: #BCBCBC;
  background-color: #fff; }

.x-html-editor-tb .x-btn-text {
  background-image: url(images/tb-sprite.gif); }

.x-panel-noborder .x-panel-header-noborder {
  border-bottom-color: #fff; }

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  border-bottom-color: #fff; }

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  border-top-color: #fff; }

.x-tab-panel-bbar-noborder .x-toolbar {
  border-top-color: #fff; }

.x-tab-panel-tbar-noborder .x-toolbar {
  border-bottom-color: #fff; }

.x-border-layout-ct {
  background-color: #fff; }

.x-border-layout-ct {
  background-color: #fff; }

.x-accordion-hd {
  color: #222;
  font-weight: normal;
  background-image: url(images/light-hd.gif); }

.x-layout-collapsed {
  background-color: #dfdfdf;
  border-color: #d0d0d0; }

.x-layout-collapsed-over {
  background-color: #e7e7e7; }

.x-layout-split-west .x-layout-mini {
  background-image: url(images/mini-left.gif); }

.x-layout-split-east .x-layout-mini {
  background-image: url(images/mini-right.gif); }

.x-layout-split-north .x-layout-mini {
  background-image: url(images/mini-top.gif); }

.x-layout-split-south .x-layout-mini {
  background-image: url(images/mini-bottom.gif); }

.x-layout-cmini-west .x-layout-mini {
  background-image: url(images/mini-right.gif); }

.x-layout-cmini-east .x-layout-mini {
  background-image: url(images/mini-left.gif); }

.x-layout-cmini-north .x-layout-mini {
  background-image: url(images/mini-bottom.gif); }

.x-layout-cmini-south .x-layout-mini {
  background-image: url(images/mini-top.gif); }

.x-progress-wrap {
  border-color: #8E8E8E; }

.x-progress-inner {
  background-color: #E7E7E7;
  background-image: url(images/bg.gif); }

.x-progress-bar {
  background-color: #BCBCBC;
  background-image: url(images/progress-bg.gif);
  border-top-color: #E2E2E2;
  border-bottom-color: #A4A4A4;
  border-right-color: #A4A4A4; }

.x-progress-text {
  font-size: 11px;
  font-weight: bold;
  color: #fff; }

.x-progress-text-back {
  color: #5F5F5F; }

.x-list-header {
  background-color: #f9f9f9;
  background-image: url(images/grid3-hrow2.gif); }

.x-list-header-inner div em {
  border-left-color: #ddd;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-list-body dt em {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-list-over {
  background-color: #eee; }

.x-list-selected {
  background-color: #f5f5f5; }

.x-list-resizer {
  border-left-color: #555;
  border-right-color: #555; }

.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
  background-image: url(images/sort-hd.gif);
  border-color: #ddd; }

.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
  background-image: url(images/slider-bg.png); }

.x-slider-horz .x-slider-thumb {
  background-image: url(images/slider-thumb.png); }

.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
  background-image: url(images/slider-v-bg.png); }

.x-slider-vert .x-slider-thumb {
  background-image: url(images/slider-v-thumb.png); }

.x-window-dlg .ext-mb-text,
.x-window-dlg .x-window-header-text {
  font-size: 12px; }

.x-window-dlg .ext-mb-textarea {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-window-dlg .x-msg-box-wait {
  background-image: url(images/loading.gif); }

.x-window-dlg .ext-mb-info {
  background-image: url(images/icon-info.gif); }

.x-window-dlg .ext-mb-warning {
  background-image: url(images/icon-warning.gif); }

.x-window-dlg .ext-mb-question {
  background-image: url(images/icon-question.gif); }

.x-window-dlg .ext-mb-error {
  background-image: url(images/icon-error.gif); }

/*!
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.ux-layout-center-item {
  margin: 0 auto;
  text-align: left; }

.ux-layout-center .x-panel-body,
body.ux-layout-center {
  text-align: center; }

td.ux-grid-hd-group-cell {
  background: url(images/grid3-hrow.gif) repeat-x bottom; }

.x-column-tree .x-panel-header {
  padding: 3px 0px 0px 0px;
  border-bottom-width: 0px; }

.x-column-tree .x-panel-header .x-panel-header-text {
  margin-left: 3px; }

.x-column-tree .x-tree-node {
  zoom: 1; }

.x-column-tree .x-tree-node-el {
  /*border-bottom:1px solid #eee; borders? */
  zoom: 1; }

.x-column-tree .x-tree-selected {
  background: #d9e8fb; }

.x-column-tree .x-tree-node a {
  line-height: 18px;
  vertical-align: middle; }

.x-column-tree .x-tree-node .x-tree-selected a span {
  background: transparent;
  color: #000; }

.x-tree-col {
  float: left;
  overflow: hidden;
  padding: 0 1px;
  zoom: 1; }

.x-tree-col-text, .x-tree-hd-text {
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 3px 3px 3px 5px;
  white-space: nowrap;
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.x-tree-headers {
  margin-top: 3px;
  background: #f9f9f9 url(images/grid3-hrow.gif) repeat-x 0 bottom;
  cursor: default;
  zoom: 1; }

.x-tree-hd {
  float: left;
  overflow: hidden;
  border-left: 1px solid #eee;
  border-right: 1px solid #d0d0d0; }

/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
  position: relative;
  height: 22px; }

.x-form-file-wrap .x-form-file {
  position: absolute;
  right: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 2;
  height: 22px; }

.x-form-file-wrap .x-form-file-btn {
  position: absolute;
  right: 0;
  z-index: 1; }

.x-form-file-wrap .x-form-file-text {
  position: absolute;
  left: 0;
  z-index: 3;
  color: #777; }

/**
 * GridFilters Styles
 **/
/*
.x-grid3-hd-row .ux-filtered-column {
	border-left:  1px solid #C7E3B4;
	border-right: 1px solid #C7E3B4;
}

.x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
	background-image: url(../images/header_bg.gif);
}

.ux-filtered-column .x-grid3-hd-btn {
	background-image: url(../images/hd-btn.gif);
}
*/
.x-grid3-hd-row td.ux-filtered-column {
  font-style: italic;
  font-weight: bold; }

.ux-filtered-column.sort-asc .x-grid3-sort-icon {
  background-image: url(images/sort_filtered_asc.gif) !important; }

.ux-filtered-column.sort-desc .x-grid3-sort-icon {
  background-image: url(images/sort_filtered_desc.gif) !important; }

.ux-gridfilter-text-icon {
  background-image: url(images/find.png) !important; }

/* Temporary Patch for Bug ??? */
.x-menu-list-item-indent .x-menu-item-icon {
  position: relative;
  top: 3px;
  left: 3px;
  margin-right: 10px; }

li.x-menu-list-item-indent {
  padding-left: 0px; }

li.x-menu-list-item div {
  display: block; }

/**
 * RangeMenu Styles
 **/
.ux-rangemenu-gt {
  background-image: url(images/greater_than.png) !important; }

.ux-rangemenu-lt {
  background-image: url(images/less_than.png) !important; }

.ux-rangemenu-eq {
  background-image: url(images/equals.png) !important; }

.x-grid3-summary-row {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #333;
  background: #f1f2f4; }

.x-grid3-summary-row .x-grid3-cell-inner {
  font-weight: bold;
  padding-bottom: 4px; }

.x-grid3-cell-first .x-grid3-cell-inner {
  padding-left: 16px; }

.x-grid-hide-summary .x-grid3-summary-row {
  display: none; }

.x-grid3-summary-msg {
  padding: 4px 16px;
  font-weight: bold; }

.x-grouptabs-panel {
  background-color: #4E78B1;
  border: solid 15px #4E78B1; }

.x-tab-panel-left .x-grouptabs-panel-header,
.x-tab-panel-right .x-grouptabs-panel-header {
  float: left;
  border: 0;
  background: transparent; }

.x-tab-panel-right .x-grouptabs-panel-header {
  float: right; }

.x-tab-panel-left .x-grouptabs-bwrap {
  float: right;
  position: relative; }

.x-tab-panel-right .x-grouptabs-bwrap {
  float: left;
  position: relative; }

.x-tab-panel-left ul.x-grouptabs-strip,
.x-tab-panel-right ul.x-grouptabs-strip {
  width: auto;
  display: block; }

.x-tab-panel-left ul.x-grouptabs-strip li,
.x-tab-panel-right ul.x-grouptabs-strip li {
  padding: 6px 0 2px 6px;
  float: none;
  margin: 0;
  position: relative;
  clear: both; }

.x-tab-panel-left .x-tab-panel-header ul.x-grouptabs-strip a.x-grouptabs-text,
.x-tab-panel-right .x-tab-panel-header ul.x-grouptabs-strip a.x-grouptabs-text {
  font-size: 13px;
  line-height: 18px;
  cursor: pointer; }

.x-tab-panel-left .x-tab-panel-header ul.x-grouptabs-strip a.x-grouptabs-text {
  padding-left: 18px; }

.x-tab-panel-right .x-tab-panel-header ul.x-grouptabs-strip a.x-grouptabs-text {
  padding-right: 18px; }

.x-tab-panel-left .x-tab-panel-header ul.x-grouptabs-sub a.x-grouptabs-text,
.x-tab-panel-right .x-tab-panel-header ul.x-grouptabs-sub a.x-grouptabs-text {
  font-size: 12px;
  padding: 0; }

.x-tab-panel-left .x-tab-panel-header ul.x-grouptabs-sub a.x-grouptabs-text {
  margin-left: 4px; }

.x-tab-panel-right .x-tab-panel-header ul.x-grouptabs-sub a.x-grouptabs-text {
  margin-right: 4px; }

.x-grouptabs-panel .x-grouptabs-strip a.x-grouptabs-text {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  color: #DFE8F6;
  font-family: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none; }

.x-tab-panel-right .x-grouptabs-strip a.x-grouptabs-text {
  text-align: right; }

.x-grouptabs-panel .x-grouptabs-strip-active a.x-grouptabs-text {
  color: #395B8E; }

.x-grouptabs-panel ul.x-grouptabs-sub a.x-grouptabs-text {
  font-weight: normal; }

.x-tab-joint {
  position: absolute;
  width: 3px;
  top: 1px;
  background: #fff;
  z-index: 8999; }

.x-grouptabs-panel .x-grouptabs-panel-body {
  border: 1px solid #999; }

.x-grouptabs-panel ul.x-grouptabs-strip li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent; }

.x-grouptabs-panel ul.x-grouptabs-strip li.x-grouptabs-strip-active {
  border: 0;
  background: #fff;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }

.x-tab-panel-left ul.x-grouptabs-strip li.x-grouptabs-strip-active {
  border-left: 1px solid #999; }

.x-tab-panel-right ul.x-grouptabs-strip li.x-grouptabs-strip-active {
  border-right: 1px solid #999; }

.x-grouptabs-panel li.x-grouptabs-strip-active ul.x-grouptabs-sub li.x-grouptabs-strip-active {
  background-color: #EDEEF0; }

.x-grouptabs-panel li.x-grouptabs-strip-active ul.x-grouptabs-sub {
  background-color: transparent; }

.x-grouptabs-panel li.x-grouptabs-strip-active ul.x-grouptabs-sub li {
  border-color: transparent; }

/* Tab corners */
.x-grouptabs-panel .x-grouptabs-corner {
  background-image: url(images/x-grouptabs-corners.gif);
  display: none;
  width: 11px;
  height: 11px;
  position: absolute;
  font-size: 1px;
  line-height: 6px;
  overflow: hidden;
  zoom: 1; }

.x-grouptabs-panel .x-grouptabs-strip-active .x-grouptabs-corner {
  display: block; }

.x-grouptabs-panel .x-grouptabs-main.x-grouptabs-strip-active ul.x-grouptabs-sub .x-grouptabs-corner {
  display: none; }

.x-grouptabs-panel .x-grouptabs-corner-top-left {
  background-position: top left;
  left: 0;
  top: 0; }

.x-grouptabs-panel .x-grouptabs-corner-bottom-left {
  background-position: bottom left;
  left: 0;
  bottom: 0; }

.x-grouptabs-panel .x-grouptabs-corner-top-right {
  background-position: top right;
  right: 0;
  top: 0; }

.x-grouptabs-panel .x-grouptabs-corner-bottom-right {
  background-position: bottom right;
  right: 0;
  bottom: 0; }

.x-grouptabs-panel li.x-grouptabs-strip-active .x-grouptabs-corner-bottom-left {
  bottom: -4px;
  left: -4px; }

.x-grouptabs-panel li.x-grouptabs-strip-active .x-grouptabs-corner-bottom-right {
  bottom: -4px;
  right: -4px; }

.x-grouptabs-panel li.x-grouptabs-strip-active .x-grouptabs-corner-top-left {
  top: -4px;
  left: -4px; }

.x-grouptabs-panel li.x-grouptabs-strip-active .x-grouptabs-corner-top-right {
  top: -4px;
  right: -4px; }

.x-grouptabs-panel ul.x-grouptabs-sub li.x-tab-with-icon a.x-grouptabs-text {
  background-repeat: no-repeat;
  padding-left: 20px; }

/* General tab styling */
.x-grouptabs-panel .x-grouptabs-expand {
  background: transparent url(images/elbow-plus-nl.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 7px;
  top: 6px; }

.ext-ie6 .x-grouptabs-panel .x-grouptabs-expand,
.ext-border-box .x-grouptabs-panel .x-grouptabs-expand {
  left: 0; }

.x-grouptabs-expanded .x-grouptabs-expand {
  background-image: url(images/elbow-minus-nl.gif); }

/* GroupTabs sub group styling */
.x-grouptabs-sub {
  display: none;
  margin-top: 4px; }

.x-grouptabs-expanded .x-grouptabs-sub {
  display: block; }

.x-grouptabs-panel ul.x-grouptabs-sub li {
  height: 18px;
  margin: 0 0 2px;
  padding: 0; }

.x-grouptabs-panel ul.x-grouptabs-sub .x-grouptabs-main-item {
  display: none; }

.x-tab-with-icon {
  border-style: none !important; }

.x-grid3-locked, .x-grid3-unlocked {
  overflow: hidden;
  position: absolute; }

.x-grid3-locked {
  border-right: 1px solid #99BBE8; }

.x-grid3-locked .x-grid3-scroller {
  overflow: hidden; }

.x-grid3-locked .x-grid3-row {
  border-right: 0; }

.x-grid3-scroll-spacer {
  height: 19px; }

.x-grid3-unlocked .x-grid3-header-offset {
  padding-left: 0; }

.x-grid3-unlocked .x-grid3-row {
  border-left: 0; }

.ux-mselect {
  overflow: auto;
  background: white;
  position: relative;
  /* for calculating scroll offsets */
  zoom: 1;
  overflow: auto; }

.ux-mselect-item {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px;
  border: 1px solid #fff;
  white-space: nowrap;
  cursor: pointer; }

.ux-mselect-selected {
  border: 1px dotted #a3bae9 !important;
  background: #DFE8F6;
  cursor: pointer; }

.x-view-drag-insert-above {
  border-top: 1px dotted #3366cc; }

.x-view-drag-insert-below {
  border-bottom: 1px dotted #3366cc; }

.ext-ie .ux-form-multiselect .x-fieldset legend {
  margin-bottom: 0; }

.x-panel-resize {
  height: 5px;
  background: transparent url(images/panel-handle.gif) no-repeat center bottom;
  position: relative;
  left: 0;
  top: 2px;
  cursor: n-resize;
  cursor: row-resize;
  /* for IE */
  font-size: 1px;
  line-height: 1px;
  overflow: hidden; }

.x-portal .x-panel-dd-spacer {
  margin-bottom: 10px; }

.x-portlet {
  margin-bottom: 10px; }

/* Clean up the look of the portlets */
.x-portlet .x-panel-ml {
  padding-left: 2px; }

.x-portlet .x-panel-mr {
  padding-right: 2px; }

.x-portlet .x-panel-bl {
  padding-left: 2px; }

.x-portlet .x-panel-br {
  padding-right: 2px; }

.x-portlet .x-panel-body {
  background: white; }

.x-portlet .x-panel-mc {
  padding-top: 2px; }

.x-portlet .x-panel-bc .x-panel-footer {
  padding-bottom: 2px; }

.x-portlet .x-panel-nofooter .x-panel-bc {
  height: 2px; }

.ext-ie .x-row-editor .x-form-text {
  margin: 0 !important; }

.x-row-editor-header {
  height: 2px;
  overflow: hidden;
  background: transparent url(images/row-editor-bg.gif) repeat-x 0 0; }

.x-row-editor-footer {
  height: 2px;
  overflow: hidden;
  background: transparent url(images/row-editor-bg.gif) repeat-x 0 -2px; }

.ext-ie .x-row-editor-footer {
  margin-top: -1px; }

.x-row-editor-body {
  overflow: hidden;
  zoom: 1;
  background: #ebf2fb;
  padding-top: 2px; }

.x-row-editor .x-btns {
  position: absolute;
  top: 28px;
  left: 20px;
  padding-left: 5px;
  background: transparent url(images/row-editor-btns.gif) no-repeat 0 0; }

.x-row-editor .x-btns .x-plain-bwrap {
  padding-right: 5px;
  background: transparent url(images/row-editor-btns.gif) no-repeat right -31px; }

.x-row-editor .x-btns .x-plain-body {
  background: transparent url(images/row-editor-btns.gif) repeat-x 0 -62px;
  height: 31px; }

.x-row-editor .x-btns .x-table-layout-cell {
  padding: 3px; }

/* Fixes for IE6/7 trigger fields */
.ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger {
  top: 1px; }

.ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap {
  margin-top: -1px; }

.errorTip .x-tip-body ul {
  list-style-type: disc;
  margin-left: 15px; }

.x-form-spinner-proxy {
  /*background-color:#ff00cc;*/ }

.x-form-field-wrap .x-form-spinner-trigger {
  background: transparent url(images/spinner.gif) no-repeat 0 0; }

.x-form-field-wrap .x-form-spinner-overup {
  background-position: -17px 0; }

.x-form-field-wrap .x-form-spinner-clickup {
  background-position: -34px 0; }

.x-form-field-wrap .x-form-spinner-overdown {
  background-position: -51px 0; }

.x-form-field-wrap .x-form-spinner-clickdown {
  background-position: -68px 0; }

.x-trigger-wrap-focus .x-form-spinner-trigger {
  background-position: -85px 0; }

.x-trigger-wrap-focus .x-form-spinner-overup {
  background-position: -102px 0; }

.x-trigger-wrap-focus .x-form-spinner-clickup {
  background-position: -119px 0; }

.x-trigger-wrap-focus .x-form-spinner-overdown {
  background-position: -136px 0; }

.x-trigger-wrap-focus .x-form-spinner-clickdown {
  background-position: -153px 0; }

.x-trigger-wrap-focus .x-form-trigger {
  border-bottom: 1px solid #7eadd9; }

.x-form-field-wrap .x-form-spinner-splitter {
  line-height: 1px;
  font-size: 1px;
  background: transparent url(images/spinner-split.gif) no-repeat 0 0;
  position: absolute;
  cursor: n-resize; }

.x-trigger-wrap-focus .x-form-spinner-splitter {
  background-position: -14px 0; }

/* StatusBar - structure */
.x-statusbar .x-status-text {
  cursor: default;
  /*
    height: 21px;
    line-height: 21px;
    padding: 0 4px;
*/ }

.x-statusbar .x-status-busy {
  padding-left: 25px !important;
  background: transparent no-repeat 3px 2px; }

.x-toolbar div.xtb-text .x-statusbar .x-status-text-panel {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 2px 8px 2px 5px; }

/* StatusBar word processor example styles */
#word-status .x-status-text-panel .spacer {
  width: 60px;
  font-size: 0;
  line-height: 0; }

#word-status .x-status-busy {
  padding-left: 25px !important;
  background: transparent no-repeat 3px 2px; }

#word-status .x-status-saved {
  padding-left: 25px !important;
  background: transparent no-repeat 3px 2px; }

/* StatusBar form validation example styles */
.x-statusbar .x-status-error {
  cursor: pointer;
  padding-left: 25px !important;
  background: transparent no-repeat 3px 2px; }

.x-statusbar .x-status-valid {
  padding-left: 25px !important;
  background: transparent no-repeat 3px 2px; }

.x-status-error-list {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 9999;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 5px 10px; }

.x-status-error-list li {
  cursor: pointer;
  list-style: disc;
  margin-left: 10px; }

.x-status-error-list li a {
  text-decoration: none; }

.x-status-error-list li a:hover {
  text-decoration: underline; }

/* *********************************************************** */
/* *********************************************************** */
/* *********************************************************** */
/* StatusBar - visual */
.x-statusbar .x-status-busy {
  background-image: url(images/loading.gif); }

.x-statusbar .x-status-text-panel {
  border-color: #99bbe8 #fff #fff #99bbe8; }

/* StatusBar word processor example styles */
#word-status .x-status-text {
  color: #777; }

#word-status .x-status-busy {
  background-image: url(images/saving.gif); }

#word-status .x-status-saved {
  background-image: url(images/saved.png); }

/* StatusBar form validation example styles */
.x-statusbar .x-status-error {
  color: #C33;
  background-image: url(images/exclamation.gif); }

.x-statusbar .x-status-valid {
  background-image: url(images/accept.png); }

.x-status-error-list {
  border-color: #C33; }

.x-status-error-list li a {
  color: #15428B; }

.x-treegrid-root-table {
  border-right: 1px solid; }

.x-treegrid-root-node {
  overflow: auto; }

.x-treegrid-hd-hidden {
  visibility: hidden;
  border: 0;
  width: 0; }

.x-treegrid-col {
  border-bottom: 1px solid;
  height: 20px;
  overflow: hidden;
  vertical-align: top;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.x-treegrid-text {
  padding-left: 4px;
  -moz-user-select: none;
  -khtml-user-select: none; }

.x-treegrid-resizer {
  border-left: 1px solid;
  border-right: 1px solid;
  position: absolute;
  left: 0;
  top: 0; }

.x-treegrid-header-inner {
  overflow: hidden; }

.x-treegrid-root-table,
.x-treegrid-col {
  border-color: #ededed; }

.x-treegrid-resizer {
  border-left-color: #555;
  border-right-color: #555; }

.x-panel-header {
  background-image: none; }

.x-panel-tl {
  border-bottom: none; }

.x-panel-ml {
  background-image: none; }

.x-panel-mr {
  background-image: none; }

.x-panel-bl {
  background-image: none; }

.x-panel-bc {
  background-image: none; }

.x-panel-br {
  background-image: none; }

.x-panel-bbar.xpanel-bbar-noborder {
  border-top: 1px solid #ddd; }

.x-window-header {
  background-image: none; }

.x-window-tl {
  border-bottom: 1px solid #ddd; }

.x-window-mc {
  background-color: inherit; }

.x-window-plain .x-window-mc {
  background-color: #fff;
  border-color: #ddd; }

.x-window-plain .x-window-mc {
  background-color: #fff;
  border-color: #ddd; }

body.x-body-masked .x-window-plain .x-window-mc {
  background-color: #fff;
  border-color: #ddd; }

.x-tab-strip-wrap .x-tab-strip-active > a, .x-tab-strip-wrap .x-tab-strip-active > a:hover, .x-tab-strip-wrap .x-tab-strip-active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.x-tab-strip-wrap {
  border-bottom-color: transparent; }

.x-tab-panel-header, .x-tab-panel-footer {
  border-color: transparent;
  background-color: inherit; }

ul.x-tab-strip > li > a {
  padding: inherit; }

.x-tool-lg, .x-tool-help, .x-tool-close {
  width: 18px;
  height: 18px;
  background-image: none;
  line-height: inherit; }

.x-tool-collapse-west, .x-tool-expand-east {
  background-image: none; }

.x-tool-collapse-east, .x-tool-expand-west {
  background-image: none; }

.x-toolbar {
  background-image: none; }

.x-grid3-hd-inner.x-grid3-hd-checker:before {
  content: none; }

.x-form-focus {
  border-color: #66afe9; }

.x-fieldset {
  border-color: transparent; }

.x-form-field-wrap .x-form-trigger {
  background-color: #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 18px; }

.x-form-check-wrap input {
  vertical-align: inherit; }

.x-menu-sep {
  border-bottom-color: #e5e5e5;
  background-color: #fff; }

.x-tree-lines .x-tree-elbow-end-minus {
  background-image: none; }

.x-tree-lines .x-tree-elbow-end-plus {
  background-image: none; }

.x-tree-lines .x-tree-elbow-minus {
  background-image: none; }

.x-tree-lines .x-tree-elbow-plus {
  background-image: none; }

.x-tree-elbow-plus {
  background-image: none; }

.x-tree-elbow-minus {
  background-image: none; }

.popover ul {
  list-style-type: square;
  padding-left: 1em; }

.x-tree-node-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  pointer-events: none; }

/*!Import lex-app-base*/
/** Leximancer Dialog Panels, adjust Ext background colour while in transition*/
.LMDlg .x-window-tc {
  background: #dbdbdb; }

/*margin and padding on body element
   can introduce errors in determining
   element position and are not recommended;
   we turn them off as a foundation for YUI
   CSS treatments. */
/*
body {
	margin: auto 10px;
	width: auto;
}
*/
/*
Surrogate text display, paragraph boundaries do not show
up well by default, as ext squashes margins and borders
*/
.SurrogateBody p {
  margin: 0 0 1em 0; }

/*
   Override default panel header color
*/
.LMDlg .hd {
  /*  background-color:#aaaaaa; */
  /* background-color:#00688b; */
  /*background-color:#999999;*/ }

.LMDlg .bd {
  /*  background-color:#aaaaaa; */
  /* background-color:#00688b; */
  /*background-color:#CCCCCC;*/ }

.LMDlg .ft {
  /*  background-color:#aaaaaa; */
  /* background-color:#00688b; */
  /*background-color:#CCCCCC;*/ }

.LMDlg td {
  border-left: 0px none;
  border-right: 0px none;
  border-top: 0px none;
  border-bottom: 0px none; }

.LMTab td {
  border-left: 0px none;
  border-right: 0px none;
  border-top: 0px none;
  border-bottom: 0px none; }

fieldset {
  border: 1px solid black; }

/*
   Dialog box vertically stacked buttons
*/
.LMDlgVButton {
  /* width: 90%; */
  width: 8em;
  display: block;
  cursor: pointer; }

.LMDlgVButton7 {
  /* width: 90%; */
  margin: 0.2em;
  width: 7em;
  display: block;
  cursor: pointer; }

.LMDlgVSpace {
  height: 0.5em; }

.LMDlgVButton2 {
  /* width: 90%; */
  width: 9em;
  display: block;
  color: #000000;
  background-color: #e5e5e5;
  border: thin solid black;
  border-style: outset;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer; }

.LMServerBusy {
  position: absolute;
  right: 5%;
  width: 9em;
  background-color: green;
  border: thin solid black;
  text-align: center; }

.LMMapLoad {
  width: 100%;
  height: 100%;
  background-color: green;
  border: thin solid black;
  text-align: center; }

.LMDlgButton {
  float: left;
  /* font-family: Tahoma, Verdana, sans-serif; */
  border: thin solid black;
  background-color: #dddddd;
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  cursor: pointer; }

/*
   Dialog box horizontal
*/
.LMDlgHButton {
  width: 6em;
  float: left;
  border: thin solid black;
  background-color: #dddddd;
  text-align: center;
  /* font-family: Tahoma, Verdana, sans-serif; */
  padding: 0.25em;
  margin: 0.25em;
  cursor: pointer; }

.LMDlgVHButton {
  width: 6em;
  /* font-family: Tahoma, Verdana, sans-serif; */
  border: thin solid black;
  background-color: #dddddd;
  text-align: center;
  padding: 0.25em;
  margin: 0.25em;
  cursor: pointer; }

/*
   Dialog box horizontal SMALL
*/
.LMDlgHSButton {
  width: 3em;
  float: left;
  /* font-family: Tahoma, Verdana, sans-serif; */
  border: thin solid black;
  background-color: #dddddd;
  text-align: center;
  padding: 0.25em;
  margin: 0.25em;
  cursor: pointer; }

.LMDlgHSpace {
  width: 3em;
  float: left;
  padding: 0.25em;
  margin: 0.25em; }

/*
   Select box for folders in dialogs
*/
.LMFolderSelect {
  width: 100%; }

/*
   Standard Dialog
*/
.LMDlg {
  /* 	  float: left; */ }

.LMPROJ_ICON {
  float: left;
  margin-left: 5px; }

.LMICON_IMG {
  width: 40px;
  height: 40px; }

.lmoption {
  width: 100%; }

.LMOptionGrp {
  border: medium double #c8c8c8; }

.LMDlgHelp {
  width: 5em;
  margin-left: 5em; }

.LMDlgCancel {
  width: 5em; }

.LMDlgOK {
  width: 5em; }

.LMHelpButton {
  width: 5em;
  cursor: pointer; }

.LMPS_NEXT {
  border: solid;
  border-width: thick;
  border-color: #0000ff; }

.LMPS_NOTREADY {
  border: solid;
  border-width: thick;
  border-color: #FDD017; }

.LMPS_READY {
  border: solid;
  border-width: thick;
  border-color: #00ff00; }

.SelectedConcept {
  border: solid thin black;
  background-color: #008b00; }

.LMT_CSE_SELCONCEPT {
  background-color: #278bc0; }

.LMT_CSE_SELTHITEM {
  background-color: #278bc0; }

.LMT_DATA_FILE {
  cursor: default; }

.LMT_DATA_FOLDER {
  cursor: default; }

.LMT_DATA_FOLDER_SELECTED {
  background-color: #278bc0; }

.LMT_PROJECT_FOLDER {
  font-weight: bold;
  font-style: italic;
  cursor: default; }

.LMT_PROJECT {
  cursor: default; }

.LMT_PROJECT_FOLDER_SELECTED {
  background-color: #278bc0; }

.LMT_PROJECT_SELECTED {
  background-color: #278bc0; }

.SelectedName {
  background-color: #008b00; }

.SelectedWord {
  background-color: #008b00; }

.SelectedGeneral {
  background-color: #008b00; }

.SelectedConcept {
  background-color: #1aaf04; }

.SelectedFreqWord {
  background-color: #008b00; }

.SelectedFreqName {
  background-color: #008b00; }

.SelectedThesaurusItem {
  background-color: #008b00; }

.LMDivList {
  width: 12em;
  height: 30em;
  border: thin solid blue;
  overflow: scroll;
  background-color: white; }

.NotSelectable {
  color: #777777 !important; }

.NotSelectable .LM_CVALUE {
  color: #777777; }

.Running {
  background-color: #00ff00;
  border-color: #ff0000; }

.SelectedDocSetElement {
  border: solid thin black;
  background-color: #008b00; }

.percentbar {
  position: relative;
  border: 1px solid #0000d0;
  padding-left: 0px;
  padding-right: 0px; }

.percentbar .bar {
  display: block;
  position: relative;
  background: #0044b0;
  text-align: center;
  color: #0000a0;
  height: 0.75em; }

.percentbar .bar span {
  position: absolute;
  left: 1em; }

.LMT_ENAME {
  /* float: left;*/
  padding-left: 0.2em; }

.LMT_ESIZE {
  float: left; }

.LMT_EDATE {
  float: left; }

.LMC_RCONCEPTRESULTS td {
  padding: 0;
  margin-bottom: 2px; }

.LMC_CONCEPTSELECT2 td {
  padding: 0;
  margin-bottom: 2px; }

.LMC_CONCEPTSELECT2 .LM_CONCEPTLABEL {
  font-style: normal;
  border-bottom: black thin solid;
  position: relative;
  top: -0.5em; }

.LM_ENTITY {
  color: #000099;
  cursor: pointer; }

.LM_T_ENTITY {
  color: #000099; }

.LM_SUBTERM {
  color: #0000AA; }

.LM_ENTITY_COUNT {
  border-bottom: black thin solid;
  cursor: pointer; }

.lm_logged {
  font-weight: normal;
  color: gray; }

.lm_not_logged {
  font-weight: bold; }

.NAME_GENERAL, .LMN_GENERAL {
  font-weight: bold;
  font-style: italic; }

.NAME_GENERAL {
  color: #000099; }

.NAME_PERSON, .LMN_PERSON {
  font-weight: bold;
  font-style: italic; }

.NAME_ENTITY, .LMN_ENTITY {
  font-weight: bold;
  font-style: italic;
  border: thin dotted black; }

.NAME_PLACE, .LMN_PLACE {
  font-weight: bold;
  font-style: italic;
  border: thin groove black; }

.NAME_URI, .LMN_URI {
  font-family: Courier;
  font-weight: bold;
  border-bottom: thin black solid; }

.NAME_EMAIL, .LMN_EMAIL {
  font-family: Courier;
  font-weight: bold; }

.NAME_ACRONYM, .LMN_ACRONYM {
  font-family: Courier;
  font-weight: bold; }

.LMT_FOLDER {
  color: #333333;
  background-repeat: no-repeat;
  background-position: right; }

.LMT_VARIABLE {
  color: #CC0000;
  background-repeat: no-repeat;
  background-position: right; }

.LMT_COLUMN {
  color: #990000;
  background-repeat: no-repeat;
  background-position: right; }

.LMT_TAGTEXT {
  color: black;
  border-bottom: thin solid black; }

.LMT_FILE {
  color: #111111;
  background-repeat: no-repeat;
  background-position: right; }

.LMT_SPEAKER {
  font-weight: bold; }

.LMC_LOGBOOKEDIT {
  /* min-height: 3.5em; */
  width: 100%; }

.kpresult {
  margin-top: 1em;
  margin-left: 0.5em; }

.kpresult2 {
  margin-top: 1em;
  margin-left: 0.5em; }

body > .bd {
  top: 0px;
  /* firefox hell */ }

/* Some button/icon styles*/
.add {
  background-image: url(images/add.gif) !important; }

button.file {
  background-image: url(images/file.gif) !important; }

.edit {
  background-image: url(images/edit.gif) !important; }

.delete {
  background-image: url(images/delete.gif) !important; }

.browse {
  background-image: url(images/browse.gif) !important; }

.save {
  background-image: url(images/save.gif) !important; }

.download {
  background-image: url(images/download.gif) !important; }

.upload {
  background-image: url(images/upload.gif) !important; }

.web {
  background-image: url(images/web.png) !important; }

.log {
  background-image: url(images/log.png) !important; }

.view {
  background-image: url(images/magnifier.png) !important; }

.map {
  background-image: url(images/map-circles-icon.png) !important; }

.map-window {
  background-image: url(images/map-window.png) !important; }

.insight-dashboard {
  background-image: url(images/insight-dashboard.png) !important; }

.run {
  background-image: url(images/run.png) !important; }

.cancel {
  background-image: url(images/cancel.png) !important; }

.find {
  background-image: url(images/find.gif) !important; }

.project-add {
  background-image: url(images/project-add.png) !important; }

.project-open {
  background-image: url(images/project-open.png) !important; }

.new-folder {
  background-image: url(images/folder-add.png) !important; }

.license {
  background-image: url(images/license.png) !important; }

.email {
  background-image: url(images/file_email.png) !important; }

.x-tree-fa-icon.email {
  background-image: none; }

.mail {
  background-image: url(images/mail.png) !important; }

.help {
  background-image: url(images/help.png) !important; }

.book {
  background-image: url(images/book.png) !important; }

.logout {
  background-image: url(images/logout.png) !important; }

.feedback {
  background-image: url(images/feedback.png) !important; }

.chart {
  background-image: url(images/chart.png) !important; }

.import-settings {
  background-image: url(images/import-settings.png) !important; }

.export-settings {
  background-image: url(images/export-settings.png) !important; }

.preferences {
  background-image: url(images/preferences.png) !important; }

.add {
  background-image: url(images/add.png) !important; }

.lex-loading-mask {
  background-color: white;
  background-image: url(images/loading.gif) !important;
  height: 110px;
  width: 160px;
  background-repeat: no-repeat;
  background-position: center 20px;
  border-width: 3px; }

.lex-loading-mask div {
  border: none;
  background: transparent;
  font-size: 12px;
  bottom: 0;
  position: inherit;
  width: 130px; }

.LM_THESAURUS_QUERY {
  background-repeat: no-repeat;
  background-position: center left;
  background-color: transparent;
  width: 20px;
  height: 16px;
  border: none;
  cursor: pointer; }

/* Status Bar Icons */
.running, .warning, .ready, .idle, .error {
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-position: center left; }

.running {
  background-image: url(images/loading.gif) !important; }

.warning {
  background-image: url(images/warning.png) !important; }

.ready, .tick {
  background-image: url(images/tick.png) !important; }

.idle {
  background-image: url(images/stop.png) !important; }

.error {
  background-image: url(images/error.png) !important; }

td.file div {
  background: url(images/file.gif) no-repeat right !important;
  line-height: 16px; }

td.folder div {
  background: url(images/folder.gif) no-repeat right !important;
  line-height: 16px; }

td.disabled {
  background-color: #eee; }

td.disabled * {
  color: gray !important; }

/* Map Panel / Query Results Tab / Match Item */
.QRMatchList .MatchItem {
  margin-top: 1em;
  /* Vertical separation between match items */ }

/* Map Panel / LogBook Results Tab / Entry Item */
.lbresult .lbentry {
  margin-top: 1em;
  /* Vertical separation between match items */ }

/* Map Panel / Summary Result / block */
.SummaryResult .block {
  margin-top: 1em; }

/* Map Panel / Summary Index Result / summary */
.SummaryIndexResult .summary {
  margin-top: 1em; }

.summary, .qmheader, .EnterQueryDiv {
  margin-top: 0.5em; }

.summary_title, .bkheader, .qmheader, SurrogateHeader, .EnterQueryDiv {
  padding-left: 0.2em; }

.blockHighLight {
  background-color: #99EE66;
  border: thin solid #444444; }

/* when a real link causes trouble use aslink instead, Logbook item header, Summary Full Summary */
.aslink {
  border-bottom: thin solid gray;
  color: #000060;
  cursor: pointer; }

/* Logbook & query block search block text */
.sblock {
  padding-left: 0.2em;
  padding-top: 0.2em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em; }

.sblock a {
  color: #333333; }

.sblock a:hover {
  text-decoration: none; }

.lxm_section a {
  color: #333333; }

.lxm_section a:hover {
  text-decoration: none; }

/*Logbook start of comments on an entry */
.lb_comments {
  margin-top: 1em; }

/* Lobook comment, give some spacing at the bottom */
.lbcomment {
  /** position:relative; */
  /* left: 1em; */
  /* padding: 0 0 0 1em; */ }

/*  Logbook comment header */
.lbcomment_hd {
  /* float: left; */
  /* color: #000060; */
  /* border-bottom: thin black solid; */ }

/* .matchBlock = query panel match element */
.sample, .bktext, .SurrogateBody, .matchBlock {
  background-color: #ffffff;
  /* border-top: thin solid #444444; */
  margin-left: 0.3em;
  margin-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.1em; }

.kpmatchBlock {
  background-color: #ffffff;
  /* border-bottom: thin solid #444444; */
  margin-left: 0.3em;
  margin-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.1em; }

.kppath_text {
  float: right;
  width: 90%;
  /* height:100%; */ }

.kppath_text_wrapper {
  float: right;
  width: 100%;
  /* IE height:100%; */
  background-image: url(images/darrow2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 33px; }

.kpfquery {
  border-bottom: 1px solid blue;
  color: blue; }

.kpfquery2 {
  border-bottom: 1px solid blue;
  color: blue;
  cursor: pointer; }

.kpath_middle {
  /*
	   background-image: url(./images/lex/darrow1.png);
	   background-repeat: no-repeat;
	   background-position: 2.9% 100%;
	   min-height: 33px;
	*/ }

.kpath2_middle {
  /*
	   background-image: url(./images/lex/darrow1.png);
	   background-repeat: no-repeat;
	   background-position: 2.9% 100%;
	   min-height: 33px;
	*/ }

.kdummy {
  /*
	   background-image: url(darrow1.png);
	   background-repeat: no-repeat;
	   background-position: bottom left;
	   min-height: 33px;
	*/ }

.kpheader {
  text-align: center;
  font-weight: bold;
  font-style: italic; }

.kpheader2 {
  text-align: center;
  font-weight: bold;
  font-style: italic; }

.kppath_from {
  /*
	   text-align:center;
	   border:1px solid green;
	*/ }

.kppath2_from {
  /*
	   text-align:center;
	   border:1px solid green;
	*/ }

.kppath_to {
  /*
	   text-align:center;
	   border:1px solid yellow;
	*/ }

.kpftext, .kpttext {
  /*          text-align:center; */
  font-weight: bold;
  border-bottom: 2px black solid; }

.kpftext2, .kpttext2 {
  /* Trac: E96 Pathways */
  width: 10%;
  font-weight: bold;
  border-bottom: 2px black solid; }

.kpttext {
  /*         text-align:center; */
  font-weight: bold; }

.kppath {
  /* border: 1px solid red; */ }

.kppath2 {
  /* border: 1px solid red; */ }

.kppath_ft {
  width: 10%;
  border: 1px solid blue; }

.lmcpt_group {
  font-size: 1em; }

.ui-resizable-s {
  width: 20em;
  height: 3px;
  cursor: s-resize;
  font: .9em Consolas, Courier New;
  margin-left: 1px;
  padding: 0 1px;
  background: #EEE; }

/*
   Project Control styles Make sure all browsers handle table collapse consistently
*/
table {
  border-collapse: collapse; }

.LMT_PROJCONTROL_TABLE {
  width: 100%;
  border: black thin solid; }

.LMT_PROJCONTROL_TABLE tbody {
  background-color: white; }

.LMT_PROJCONTROL_TABLE tr {
  border: 1px solid #666; }

.LMT_PROJCONTROL_TABLE td {
  border-right: 1px solid #666; }

.LMT_PROJCONTROL_TABLE th {
  background-color: #9f9f9f; }

.LMT_PROJCONTROL_TABLE td.LMT_PROJCONTROL_NOBORDER {
  border-left: 0px none;
  border-right: 0px none;
  /* padding: 0.2em; */ }

.LMT_PTD {
  border-left: 0px none; }

.LMT_PROJCONTROL_TABLE .LMT_PROJCONTROL_TD {
  text-align: center;
  padding: 0.6em;
  border-left: 0px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  cursor: default; }

.LMT_PROJCONTROL_TABLE .LMT_PROJCONTROL_TDBUTTON {
  text-align: center;
  padding: 0.2em;
  margin-left: 0.2em;
  cursor: pointer; }

.LMT_PROJCONTROL_TABLE .LMDlgButton {
  width: 80%;
  padding: 0.2em;
  float: none;
  margin-left: 2em;
  cursor: pointer; }

.LMT_GO_BOX {
  border-right: 0px none;
  padding: 0.2em; }

.LMT_GO_STATUS {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  cursor: pointer; }

.LMT_GO_NEXT {
  background-color: #00aacc;
  border: thin black solid;
  width: 100%;
  height: 100%; }

.LMT_GO_LATER {
  background-color: #99cccc;
  border: thin black solid;
  width: 100%;
  height: 100%; }

.LMT_GO_NEXT_ERROR {
  background-color: #ff0000;
  border: thin black solid;
  width: 100%;
  height: 100%; }

.LMT_GO_ACTIVE {
  background-color: #ffcc00;
  border: thin black solid;
  width: 100%;
  height: 100%; }

.LMT_GO_RUN {
  background-color: #00ccff; }

.LMT_GO_STOP {
  background-color: #aa4466; }

.LMT_GO_READY {
  background-color: #00cc33;
  border: thin black solid;
  width: 100%;
  height: 100%; }

.LMT_STAT_BOX {
  border: thin solid black;
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em; }

/* Make sure that folders always have folder icon even when Ext thinks they are leaf nodes */
.x-tree-node-leaf img.folder {
  background-image: url(images/folder.gif) !important; }

.LMT_STAGE * {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.LMT_STAGE_OPTS {
  text-align: center; }

.LMT_STAGE_DOCSELECT .x-panel-body {
  background: #FFF url(images/docset.png) no-repeat 10px center; }

.LMT_STAGE_PREPROCESS .x-panel-body {
  background: #FFF url(images/preprocess.png) no-repeat 10px center; }

.LMT_STAGE_FINDSEEDS .x-panel-body {
  background: #FFF url(images/auto-concepts.png) no-repeat 10px center; }

.LMT_STAGE_EDITCONCEPTS .x-panel-body {
  background: #FFF url(images/edit-seeds.png) no-repeat 10px center; }

.LMT_STAGE_LEARN .x-panel-body {
  background: #FFF url(images/learn.png) no-repeat 10px center; }

.LMT_STAGE_EDITCOMPOUNDS .x-panel-body {
  background: #FFF url(images/edit-compounds2.png) no-repeat 10px center; }

.LMT_STAGE_CLASSIFY .x-panel-body {
  background: #FFF url(images/locate-concepts.png) no-repeat 10px center; }

/**********************************************************************************************/
/* SOLID FILL */
/**********************************************************************************************/
/*
.LMT_STATUS_READY *, .LMT_STATUS_NEXT *, .LMT_STATUS_ERROR *, .LMT_STATUS_ACTIVE *, .LMT_STATUS_ACTIVE_FLASH *, .LMT_STATUS_NON_RUNNABLE *, .LMT_STATUS_LATER *  {
	background-image:none;
	cursor: default !important;
}
.LMT_STATUS_READY table {
	background-image:url(./images/lex/status-lime-solid.gif) !important;
}
.LMT_STATUS_NEXT table {
	background-image:url(./images/lex/status-blue-solid.gif) !important;
}
.LMT_STATUS_ERROR table {
	background-image:url(./images/lex/status-red-solid.gif) !important;
}
.LMT_STATUS_ACTIVE table {
	background-image:url(./images/lex/status-orange-solid.gif) !important;
}
.LMT_STATUS_ACTIVE_FLASH table {
	background-image:url(./images/lex/status-yellow-solid.gif) !important;
}
.LMT_STATUS_NON_RUNNABLE table {
	background-image:url(./images/lex/status-dark-blue-solid.gif) !important;
}
.LMT_STATUS_LATER table {
	background-image:url(./images/lex/status-light-grey-solid.gif) !important;
}
*/
/**********************************************************************************************/
/**********************************************************************************************/
/* CHUNKS */
/**********************************************************************************************/
.LMT_STATUS_READY *, .LMT_STATUS_NEXT *, .LMT_STATUS_ERROR *, .LMT_STATUS_ACTIVE *, .LMT_STATUS_ACTIVE_FLASH *, .LMT_STATUS_NON_RUNNABLE *, .LMT_STATUS_LATER * {
  background-image: none;
  font-weight: bold !important;
  cursor: default !important; }

.LMT_STATUS_READY table {
  background-image: url(images/status-lime-chunks.gif) !important; }

.LMT_STATUS_NEXT table {
  background-image: url(images/status-blue-chunks.gif) !important; }

.LMT_STATUS_ERROR table {
  background-image: url(images/status-red-chunks.gif) !important; }

.LMT_STATUS_ACTIVE table {
  background-image: url(images/status-orange-chunks.gif) !important; }

.LMT_STATUS_ACTIVE_FLASH table {
  background-image: url(images/status-yellow-chunks.gif) !important; }

.LMT_STATUS_NON_RUNNABLE table {
  background-image: url(images/status-dark-blue-chunks.gif) !important; }

.LMT_STATUS_LATER table {
  background-image: url(images/status-light-grey-chunks.gif) !important; }

/**********************************************************************************************/
/**********************************************************************************************/
/* DASHED */
/**********************************************************************************************/
/*
.LMT_STATUS_READY *, .LMT_STATUS_NEXT *, .LMT_STATUS_ERROR *, .LMT_STATUS_ACTIVE *, .LMT_STATUS_ACTIVE_FLASH *, .LMT_STATUS_NON_RUNNABLE *, .LMT_STATUS_LATER *  {
	background-image:none;
	cursor: default !important;
}
.LMT_STATUS_READY button, .LMT_STATUS_NEXT button, .LMT_STATUS_ERROR button, .LMT_STATUS_ACTIVE button, .LMT_STATUS_ACTIVE_FLASH button, .LMT_STATUS_NON_RUNNABLE button, .LMT_STATUS_LATER button  {
	background-color: white;
}
.LMT_STATUS_READY table {
	background-image:url(./images/lex/status-lime-dashed.gif) !important;
}
.LMT_STATUS_NEXT table {
	background-image:url(./images/lex/status-blue-dashed.gif) !important;
}
.LMT_STATUS_ERROR table {
	background-image:url(./images/lex/status-red-dashed.gif) !important;
}
.LMT_STATUS_ACTIVE table {
	background-image:url(./images/lex/status-orange-dashed.gif) !important;
}
.LMT_STATUS_ACTIVE_FLASH table {
	background-image:url(./images/lex/status-yellow-dashed.gif) !important;
}
.LMT_STATUS_NON_RUNNABLE table {
	background-image:url(./images/lex/status-dark-blue-dashed.gif) !important;
}
.LMT_STATUS_LATER table {
	background-image:url(./images/lex/status-light-grey-dashed.gif) !important;
}
*/
/**********************************************************************************************/
.LMT_STATUS_OUTPUT .x-btn-tl, .LMT_STATUS_OUTPUT .x-btn-tr, .LMT_STATUS_OUTPUT .x-btn-tc, .LMT_STATUS_OUTPUT .x-btn-ml, .LMT_STATUS_OUTPUT .x-btn-mr, .LMT_STATUS_OUTPUT .x-btn-mc, .LMT_STATUS_OUTPUT .x-btn-bl, .LMT_STATUS_OUTPUT .x-btn-br, .LMT_STATUS_OUTPUT .x-btn-bc {
  background-image: url(images/btn-magenta.gif); }

.LMT_STATUS_OUTPUT .x-btn-tl, .LMT_STATUS_OUTPUT .x-btn-tr, .LMT_STATUS_OUTPUT .x-btn-tc, .LMT_STATUS_OUTPUT .x-btn-ml, .LMT_STATUS_OUTPUT .x-btn-mr, .LMT_STATUS_OUTPUT .x-btn-mc, .LMT_STATUS_OUTPUT .x-btn-bl, .LMT_STATUS_OUTPUT .x-btn-br, .LMT_STATUS_OUTPUT .x-btn-bc {
  background-image: url(images/btn-magenta.gif); }

.LMT_STATUS_OUTPUT button {
  color: white !important; }

.LMT_EDIT_STAGE .x-btn-tl, .LMT_EDIT_STAGE .x-btn-tr, .LMT_EDIT_STAGE .x-btn-tc, .LMT_EDIT_STAGE .x-btn-ml, .LMT_EDIT_STAGE .x-btn-mr, .LMT_EDIT_STAGE .x-btn-mc, .LMT_EDIT_STAGE .x-btn-bl, .LMT_EDIT_STAGE .x-btn-br, .LMT_EDIT_STAGE .x-btn-bc {
  background-image: url(images/btn-light-grey.gif); }

.LMT_RUN_STAGE .x-btn-tl, .LMT_RUN_STAGE .x-btn-tr, .LMT_RUN_STAGE .x-btn-tc, .LMT_RUN_STAGE .x-btn-ml, .LMT_RUN_STAGE .x-btn-mr, .LMT_RUN_STAGE .x-btn-mc, .LMT_RUN_STAGE .x-btn-bl, .LMT_RUN_STAGE .x-btn-br, .LMT_RUN_STAGE .x-btn-bc {
  background-image: url(images/btn-grey.gif); }

div#WelcomeHeader {
  border-bottom: 2px solid #F1AC19;
  margin-bottom: 20px; }

div#WelcomeHeader img#Logo {
  padding: 20px 5px 0 0; }

div#WelcomeHeader img#Slogan {
  padding-bottom: 10px; }

/*
 * Surrogate Comment (Ignored Field)
 */
.LX_SC {
  color: gray; }

/*
 * Surrogate Comment (Ignored Field) Label
 */
.LX_SCL {
  font-weight: bold;
  color: gray; }

/*
 * Map Query Panel
 */
/* Log | Add To Log | ViewLog controls in query panel */
.lxm-mq-logdiv {
  float: right;
  margin-right: 0.3em; }

/* Surrogates */
span.TAG_SPEAKER {
  /* retired V1 see div.TAG_SPEAKER */
  font-weight: bold;
  margin-top: 1em;
  border-top: 1px solid #ddd;
  display: block; }

span.TAG_FIRST {
  /* retired V1 see div.TAG_SPEAKER */
  margin-top: 1em;
  border-top: 1px solid #ddd; }

span.TAG_COL {
  /* retired V1 see div.TAG_SPEAKER */
  display: block; }

div.TAG_SPEAKER {
  font-weight: bold;
  margin-top: 1em;
  border-top: 1px solid #ddd;
  display: block; }

div.TAG_FIRST {
  margin-top: 1em;
  border-top: 1px solid #ddd; }

div.TAG_COL {
  display: block; }

.status-panel-first {
  background: #FFF url(images/status-arrow-start.png) no-repeat center top; }

.status-panel-middle {
  background: #FFF url(images/status-arrow-body.png) no-repeat center top; }

.status-panel-last {
  background: #FFF url(images/status-arrow-end.png) no-repeat center top; }

/*
 * HACK Kris 26/09/08
 * There is a bug in Ext 2.2 with TabPanels with enableTabScroll set to true,
 * so when the TabPanel is resized the tabs get messed up. This only occurs in
 * Safari.
 */
.ext-safari .x-tab-strip-wrap {
  width: auto !important; }

.help-item {
  cursor: help; }

.x-tool-help {
  cursor: help; }

/**************************************************************************************************/
/*
 * Leximancer JS Map
 */
.slider-container {
  background-color: transparent;
  padding: 0 3px; }

.slider-label {
  background-color: transparent;
  font-weight: bold;
  text-align: center; }

.lm-map-button button {
  height: 24px !important;
  width: 24px !important; }

.lm-query-grid div.stags {
  display: none; }

/*
 * Icons
 */
.center-map {
  background-image: url(images/center-map.png) !important; }

.cluster-map {
  background-image: url(images/cluster.png) !important; }

.cloud-map {
  background-image: url(images/cloud.png) !important; }

.export-map {
  background-image: url(images/export-map.png) !important; }

.gaussian-map {
  background-image: url(images/gaussian.png) !important; }

.load-map {
  background-image: url(images/load.png) !important; }

.map-settings {
  background-image: url(images/settings.png) !important; }

.pathway-mode {
  background-image: url(images/pathway-mode.png) !important; }

.recluster-map {
  background-image: url(images/recluster.png) !important; }

.reset-map {
  background-image: url(images/reset-map.png) !important; }

/*! Original Save Map*/
.save-map {
  background-image: url(images/save.png) !important; }

.zoom-in {
  background-image: url(images/zoom-in.png) !important; }

.zoom-out {
  background-image: url(images/zoom-out.png) !important; }

/**************************************************************************************************/
.x-selectable, .x-selectable * {
  -moz-user-select: text !important;
  -khtml-user-select: text !important;
  -webkit-user-select: text !important; }

.lxm-tab-panel-bwrap-overflow .x-tab-panel-body {
  overflow: visible; }

.x-grid3-cell-inner.x-grid3-col-thesaurusquery {
  width: 18px; }

div.project-control {
  background-color: #EFEFEF;
  -webkit-box-shadow: 8px 8px 25px #B5B5B5;
          box-shadow: 8px 8px 25px #B5B5B5;
  font-family: Myriad Pro, Verdana, Arial, sans serif !important;
  padding-top: 50px; }

div.project-control div.project-control-gradient-dark {
  background-image: url(images/gradient-blue.png) !important;
  background-image: -moz-linear-gradient(center bottom, #0C355A 0%, #103C60 25%, #1B506F 50%, #2C7088 75%, #459DAB 100%) !important; }

div.project-control div.project-control-gradient-dark * {
  background-color: transparent; }

div.project-control div.project-control-seperator {
  background-color: #459DAB;
  border-left: 1px solid #0C355A !important;
  border-right: 1px solid #0C355A !important; }

div.project-control div.project-control-title {
  border: 1px solid #0C355A !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  color: white !important;
  padding: 3px;
  font-size: 22px !important;
  text-align: center; }

div.project-control div.project-control-headers {
  background-image: url(images/gradient-light-blue.png) !important;
  background-image: -moz-linear-gradient(center bottom, #459DAB 0%, #64D6D8 100%) !important;
  border-left: 1px solid #0C355A !important;
  border-right: 1px solid #0C355A !important; }

div.project-control div.project-control-headers * {
  background: transparent;
  color: white !important;
  font-size: 18px !important;
  text-align: center; }

div.project-control div.project-control-bbar {
  border: 1px solid #0C355A !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; }

div.project-control .project-control-output-button * {
  font-size: 14px !important; }

/* Stage Icons */
div.project-control div.project-control-stage-findseeds div.project-control-stage-text {
  background: url(images/findseeds.png) 5px 5px no-repeat !important; }

div.project-control div.project-control-stage-learn div.project-control-stage-text {
  background: url(images/learn.png) 5px 5px no-repeat !important; }

div.project-control div.project-control-stage-outputs div.project-control-stage-text {
  background: url(images/outputs.png) 5px 5px no-repeat !important; }

/* Data Stage */
div.project-control div.project-control-data-stage button {
  font-size: 17px !important;
  height: 22px !important;
  width: 200px; }

div.project-control div.project-control-data-stage div.project-control-stage-text {
  background: url(images/docset.png) 5px 5px no-repeat !important;
  padding: 11px 0 0 70px; }

div.project-control div.project-control-data-stage div.project-control-stage-actions {
  padding: 12px 0 0 3px; }

/* Run Stage */
div.project-control div.project-control-run-stage {
  background-color: #F0F0F0; }

div.project-control div.project-control-run-stage button {
  font-size: 14px !important; }

div.project-control div.project-control-run-stage div.project-control-stage-text {
  padding: 11px 0 0 70px; }

div.project-control div.project-control-run-stage div.project-control-stage-text button {
  font-size: 17px !important;
  height: 22px;
  width: 200px; }

div.project-control div.project-control-run-stage div.project-control-stage-actions {
  padding: 12px 0 0 3px; }

/* Settings Stage */
div.project-control div.project-control-settings-stage {
  background-color: #F4F8FA;
  border-top: 1px solid #459DAB;
  font-size: 14px !important; }

div.project-control div.project-control-settings-stage button {
  font-size: 13px !important; }

div.project-control div.project-control-settings-stage div.project-control-stage-text {
  padding: 7px 0 0 125px; }

div.project-control div.project-control-settings-stage div.project-control-stage-actions {
  padding: 4px 0 0 3px; }

div.project-control div.project-control-stage {
  border-left: 1px solid #0C355A !important;
  border-right: 1px solid #0C355A !important; }

div.project-control div.project-control-stage * {
  background-color: transparent;
  color: #0C355A !important; }

div.project-control div.project-control-stage-orange {
  background-image: url(images/gradient-orange.png) !important;
  background-image: -moz-linear-gradient(center bottom, #A8272D 0%, #D55727 25%, #ED7024 44%, #FCEE21 100%) !important;
  filter: alpha(opacity=85);
  /* For IE8 and earlier */
  opacity: 0.85; }

div.project-control div.project-control-stage-indent div.project-control-stage-text .x-btn {
  margin-left: 20px; }

div.project-control div.project-control-stage div.project-control-stage-status {
  padding: 14px 0 0 40px; }

div.project-control div.project-control-stage div.project-control-stage-active {
  background: url(images/status-active.png) 15px center no-repeat; }

div.project-control div.project-control-stage div.project-control-stage-active-flash {
  background: url(images/status-active-flash.png) 15px center no-repeat !important; }

div.project-control div.project-control-stage div.project-control-stage-error {
  background: url(images/status-error.png) 15px center no-repeat; }

div.project-control div.project-control-stage div.project-control-stage-later {
  background: url(images/status-later.png) 15px center no-repeat; }

div.project-control div.project-control-stage div.project-control-stage-ready {
  background: url(images/status-ready.png) 15px center no-repeat; }

/* Icons */
.project-edit-settings {
  background-image: url(images/edit-settings.png) !important; }

.project-load-data {
  background-image: url(images/data-load.png) !important; }

.project-show-settings {
  background: url(images/expand.png); }

.project-hide-settings {
  background: url(images/collapse.png); }

div.project-control .project-control-output-button td {
  background-image: url(images/btn-output.png); }

div.project-control .project-control-output-button button {
  color: white; }

div.project-control .project-control-output-button em.x-btn-arrow {
  background-image: url(images/white-arrow.png); }

div#WelcomeHeader span.version-info {
  bottom: 20px;
  color: #d13e00;
  font-family: century gothic, futura, verdana;
  font-size: 22px;
  left: 10px;
  position: relative; }

div.welcome-menu {
  font-family: Futura, Myriad Pro, Arial Narrow, Sans-Serif;
  font-size: 18px;
  margin-left: 50px; }

div.welcome-menu h2 {
  color: #00869e; }

div.welcome-menu a {
  color: #777;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  text-decoration: none; }

div.welcome-menu a:hover {
  text-decoration: underline; }

div.welcome-text {
  background: #fbfbfb;
  border: 1px solid #B8B8B8 !important;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  padding: 15px;
  border-radius: 6px;
  box-shadow: #dbdbdb 0 1px 3px 0 inset;
  -moz-box-shadow: #dbdbdb 0 1px 3px 0 inset;
  -webkit-box-shadow: #dbdbdb 0 1px 3px 0 inset; }

div.old-browser-warning {
  background: #FFADAD;
  border: 1px solid #E60000 !important;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  margin-top: 50px;
  padding: 15px;
  border-radius: 6px; }

div.old-browser-warning a {
  color: black !important; }

/* General Icons */
.icon-logo {
  background-image: url(images/small-logo-v4.png) !important; }

.block-highlight {
  background-color: #99EE66;
  border: thin solid #444444; }

.hover-help {
  height: 16px;
  width: 18px; }

/**
Toolbar buttons above Concept Map
*/
.lx-map-tbutton {
  margin-left: 5px;
  margin-right: 5px; }

.lx-slider-container {
  height: 32px;
  padding-left: 14px;
  padding-right: 14px; }

.lx-slider-value {
  font-weight: bold; }

.lx-slider-label {
  color: #777777; }

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