/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.fuelux {
  /* Allow for input prepend/append in search forms */

  /* White icons with optional class, or on hover/focus/active states of certain elements */

  /* move down carets for tabs */

}

.fuelux .clearfix {
  *zoom: 1;
}

.fuelux .clearfix:before,
.fuelux .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .clearfix:after {
  clear: both;
}

.fuelux .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.fuelux .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.fuelux article,
.fuelux aside,
.fuelux details,
.fuelux figcaption,
.fuelux figure,
.fuelux footer,
.fuelux header,
.fuelux hgroup,
.fuelux nav,
.fuelux section {
  display: block;
}

.fuelux audio,
.fuelux canvas,
.fuelux video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.fuelux audio:not([controls]) {
  display: none;
}

.fuelux html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

.fuelux a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

.fuelux sup {
  top: -0.5em;
}

.fuelux sub {
  bottom: -0.25em;
}

.fuelux img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.fuelux #map_canvas img,
.fuelux .google-maps img {
  max-width: none;
}

.fuelux button,
.fuelux input,
.fuelux select,
.fuelux textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

.fuelux button,
.fuelux input {
  *overflow: visible;
  line-height: normal;
}

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

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

.fuelux label,
.fuelux select,
.fuelux button,
.fuelux input[type="button"],
.fuelux input[type="reset"],
.fuelux input[type="submit"],
.fuelux input[type="radio"],
.fuelux input[type="checkbox"] {
  cursor: pointer;
}

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

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

.fuelux textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  .fuelux * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .fuelux a,
  .fuelux a:visited {
    text-decoration: underline;
  }
  .fuelux a[href]:after {
    content: " (" attr(href) ")";
  }
  .fuelux abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .fuelux .ir a:after,
  .fuelux a[href^="javascript:"]:after,
  .fuelux a[href^="#"]:after {
    content: "";
  }
  .fuelux pre,
  .fuelux blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .fuelux thead {
    display: table-header-group;
  }
  .fuelux tr,
  .fuelux img {
    page-break-inside: avoid;
  }
  .fuelux img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  .fuelux p,
  .fuelux h2,
  .fuelux h3 {
    orphans: 3;
    widows: 3;
  }
  .fuelux h2,
  .fuelux h3 {
    page-break-after: avoid;
  }
}

.fuelux body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

.fuelux a {
  color: #0088cc;
  text-decoration: none;
}

.fuelux a:hover,
.fuelux a:focus {
  color: #005580;
  text-decoration: underline;
}

.fuelux .img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.fuelux .img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.fuelux .row {
  margin-left: -20px;
  *zoom: 1;
}

.fuelux .row:before,
.fuelux .row:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .row:after {
  clear: both;
}

.fuelux [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.fuelux .container,
.fuelux .navbar-static-top .container,
.fuelux .navbar-fixed-top .container,
.fuelux .navbar-fixed-bottom .container {
  width: 940px;
}

.fuelux .span12 {
  width: 940px;
}

.fuelux .span11 {
  width: 860px;
}

.fuelux .span10 {
  width: 780px;
}

.fuelux .span9 {
  width: 700px;
}

.fuelux .span8 {
  width: 620px;
}

.fuelux .span7 {
  width: 540px;
}

.fuelux .span6 {
  width: 460px;
}

.fuelux .span5 {
  width: 380px;
}

.fuelux .span4 {
  width: 300px;
}

.fuelux .span3 {
  width: 220px;
}

.fuelux .span2 {
  width: 140px;
}

.fuelux .span1 {
  width: 60px;
}

.fuelux .offset12 {
  margin-left: 980px;
}

.fuelux .offset11 {
  margin-left: 900px;
}

.fuelux .offset10 {
  margin-left: 820px;
}

.fuelux .offset9 {
  margin-left: 740px;
}

.fuelux .offset8 {
  margin-left: 660px;
}

.fuelux .offset7 {
  margin-left: 580px;
}

.fuelux .offset6 {
  margin-left: 500px;
}

.fuelux .offset5 {
  margin-left: 420px;
}

.fuelux .offset4 {
  margin-left: 340px;
}

.fuelux .offset3 {
  margin-left: 260px;
}

.fuelux .offset2 {
  margin-left: 180px;
}

.fuelux .offset1 {
  margin-left: 100px;
}

.fuelux .row-fluid {
  width: 100%;
  *zoom: 1;
}

.fuelux .row-fluid:before,
.fuelux .row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .row-fluid:after {
  clear: both;
}

.fuelux .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.fuelux .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.fuelux .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.fuelux .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.fuelux .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.fuelux .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.fuelux .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.fuelux .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.fuelux .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.fuelux .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.fuelux .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.fuelux .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.fuelux .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.fuelux .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.fuelux .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.fuelux .row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.fuelux .row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.fuelux .row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.fuelux .row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.fuelux .row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.fuelux .row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.fuelux .row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.fuelux .row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.fuelux .row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.fuelux .row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.fuelux .row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.fuelux .row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.fuelux .row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.fuelux .row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.fuelux .row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.fuelux .row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.fuelux .row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.fuelux .row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.fuelux .row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.fuelux .row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.fuelux .row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.fuelux .row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.fuelux .row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.fuelux .row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

.fuelux [class*="span"].hide,
.fuelux .row-fluid [class*="span"].hide {
  display: none;
}

.fuelux [class*="span"].pull-right,
.fuelux .row-fluid [class*="span"].pull-right {
  float: right;
}

.fuelux .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.fuelux .container:before,
.fuelux .container:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .container:after {
  clear: both;
}

.fuelux .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.fuelux .container-fluid:before,
.fuelux .container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .container-fluid:after {
  clear: both;
}

.fuelux p {
  margin: 0 0 10px;
}

.fuelux .lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

.fuelux small {
  font-size: 85%;
}

.fuelux strong {
  font-weight: bold;
}

.fuelux em {
  font-style: italic;
}

.fuelux cite {
  font-style: normal;
}

.fuelux .muted {
  color: #999999;
}

.fuelux a.muted:hover,
.fuelux a.muted:focus {
  color: #808080;
}

.fuelux .text-warning {
  color: #c09853;
}

.fuelux a.text-warning:hover,
.fuelux a.text-warning:focus {
  color: #a47e3c;
}

.fuelux .text-error {
  color: #b94a48;
}

.fuelux a.text-error:hover,
.fuelux a.text-error:focus {
  color: #953b39;
}

.fuelux .text-info {
  color: #3a87ad;
}

.fuelux a.text-info:hover,
.fuelux a.text-info:focus {
  color: #2d6987;
}

.fuelux .text-success {
  color: #468847;
}

.fuelux a.text-success:hover,
.fuelux a.text-success:focus {
  color: #356635;
}

.fuelux .text-left {
  text-align: left;
}

.fuelux .text-right {
  text-align: right;
}

.fuelux .text-center {
  text-align: center;
}

.fuelux h1,
.fuelux h2,
.fuelux h3,
.fuelux h4,
.fuelux h5,
.fuelux h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

.fuelux h1 small,
.fuelux h2 small,
.fuelux h3 small,
.fuelux h4 small,
.fuelux h5 small,
.fuelux h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

.fuelux h1,
.fuelux h2,
.fuelux h3 {
  line-height: 40px;
}

.fuelux h1 {
  font-size: 38.5px;
}

.fuelux h2 {
  font-size: 31.5px;
}

.fuelux h3 {
  font-size: 24.5px;
}

.fuelux h4 {
  font-size: 17.5px;
}

.fuelux h5 {
  font-size: 14px;
}

.fuelux h6 {
  font-size: 11.9px;
}

.fuelux h1 small {
  font-size: 24.5px;
}

.fuelux h2 small {
  font-size: 17.5px;
}

.fuelux h3 small {
  font-size: 14px;
}

.fuelux h4 small {
  font-size: 14px;
}

.fuelux .page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

.fuelux ul,
.fuelux ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

.fuelux ul ul,
.fuelux ul ol,
.fuelux ol ol,
.fuelux ol ul {
  margin-bottom: 0;
}

.fuelux li {
  line-height: 20px;
}

.fuelux ul.unstyled,
.fuelux ol.unstyled {
  margin-left: 0;
  list-style: none;
}

.fuelux ul.inline,
.fuelux ol.inline {
  margin-left: 0;
  list-style: none;
}

.fuelux ul.inline > li,
.fuelux ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

.fuelux dl {
  margin-bottom: 20px;
}

.fuelux dt,
.fuelux dd {
  line-height: 20px;
}

.fuelux dt {
  font-weight: bold;
}

.fuelux dd {
  margin-left: 10px;
}

.fuelux .dl-horizontal {
  *zoom: 1;
}

.fuelux .dl-horizontal:before,
.fuelux .dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .dl-horizontal:after {
  clear: both;
}

.fuelux .dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fuelux .dl-horizontal dd {
  margin-left: 180px;
}

.fuelux hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.fuelux abbr[title],
.fuelux abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.fuelux abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.fuelux blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

.fuelux blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

.fuelux blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

.fuelux blockquote small:before {
  content: '\2014 \00A0';
}

.fuelux blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.fuelux blockquote.pull-right p,
.fuelux blockquote.pull-right small {
  text-align: right;
}

.fuelux blockquote.pull-right small:before {
  content: '';
}

.fuelux blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

.fuelux q:before,
.fuelux q:after,
.fuelux blockquote:before,
.fuelux blockquote:after {
  content: "";
}

.fuelux address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

.fuelux code,
.fuelux pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fuelux code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.fuelux pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fuelux pre.prettyprint {
  margin-bottom: 20px;
}

.fuelux pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.fuelux .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}



.fuelux .uneditable-input,
.fuelux .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.fuelux .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.fuelux .uneditable-textarea {
  width: auto;
  height: auto;
}






.fuelux .controls > .radio:first-child,
.fuelux .controls > .checkbox:first-child {
  padding-top: 5px;
}

.fuelux .radio.inline,
.fuelux .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.fuelux .radio.inline + .radio.inline,
.fuelux .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.fuelux .input-mini {
  width: 60px;
}

.fuelux .input-small {
  width: 90px;
}

.fuelux .input-medium {
  width: 150px;
}

.fuelux .input-large {
  width: 210px;
}

.fuelux .input-xlarge {
  width: 270px;
}

.fuelux .input-xxlarge {
  width: 530px;
}

.fuelux input[class*="span"],
.fuelux select[class*="span"],
.fuelux textarea[class*="span"],
.fuelux .uneditable-input[class*="span"],
.fuelux .row-fluid input[class*="span"],
.fuelux .row-fluid select[class*="span"],
.fuelux .row-fluid textarea[class*="span"],
.fuelux .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.fuelux .input-append input[class*="span"],
.fuelux .input-append .uneditable-input[class*="span"],
.fuelux .input-prepend input[class*="span"],
.fuelux .input-prepend .uneditable-input[class*="span"],
.fuelux .row-fluid input[class*="span"],
.fuelux .row-fluid select[class*="span"],
.fuelux .row-fluid textarea[class*="span"],
.fuelux .row-fluid .uneditable-input[class*="span"],
.fuelux .row-fluid .input-prepend [class*="span"],
.fuelux .row-fluid .input-append [class*="span"] {
  display: inline-block;
}

.fuelux input,
.fuelux textarea,
.fuelux .uneditable-input {
  margin-left: 0;
}

.fuelux .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

.fuelux input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

.fuelux input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

.fuelux input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

.fuelux input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

.fuelux input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

.fuelux input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

.fuelux input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

.fuelux input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

.fuelux input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

.fuelux input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

.fuelux input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

.fuelux input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.fuelux .controls-row {
  *zoom: 1;
}

.fuelux .controls-row:before,
.fuelux .controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .controls-row:after {
  clear: both;
}

.fuelux .controls-row [class*="span"],
.fuelux .row-fluid .controls-row [class*="span"] {
  float: left;
}

.fuelux .controls-row .checkbox[class*="span"],
.fuelux .controls-row .radio[class*="span"] {
  padding-top: 5px;
}

.fuelux input[disabled],
.fuelux select[disabled],
.fuelux textarea[disabled],
.fuelux input[readonly],
.fuelux select[readonly],
.fuelux textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.fuelux input[type="radio"][disabled],
.fuelux input[type="checkbox"][disabled],
.fuelux input[type="radio"][readonly],
.fuelux input[type="checkbox"][readonly] {
  background-color: transparent;
}

.fuelux .control-group.warning .control-label,
.fuelux .control-group.warning .help-block,
.fuelux .control-group.warning .help-inline {
  color: #c09853;
}

.fuelux .control-group.warning .checkbox,
.fuelux .control-group.warning .radio,
.fuelux .control-group.warning input,
.fuelux .control-group.warning select,
.fuelux .control-group.warning textarea {
  color: #c09853;
}

.fuelux .control-group.warning input,
.fuelux .control-group.warning select,
.fuelux .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.fuelux .control-group.warning input:focus,
.fuelux .control-group.warning select:focus,
.fuelux .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.fuelux .control-group.warning .input-prepend .add-on,
.fuelux .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.fuelux .control-group.error .control-label,
.fuelux .control-group.error .help-block,
.fuelux .control-group.error .help-inline {
  color: #b94a48;
}

.fuelux .control-group.error .checkbox,
.fuelux .control-group.error .radio,
.fuelux .control-group.error input,
.fuelux .control-group.error select,
.fuelux .control-group.error textarea {
  color: #b94a48;
}

.fuelux .control-group.error input,
.fuelux .control-group.error select,
.fuelux .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.fuelux .control-group.error input:focus,
.fuelux .control-group.error select:focus,
.fuelux .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.fuelux .control-group.error .input-prepend .add-on,
.fuelux .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.fuelux .control-group.success .control-label,
.fuelux .control-group.success .help-block,
.fuelux .control-group.success .help-inline {
  color: #468847;
}

.fuelux .control-group.success .checkbox,
.fuelux .control-group.success .radio,
.fuelux .control-group.success input,
.fuelux .control-group.success select,
.fuelux .control-group.success textarea {
  color: #468847;
}

.fuelux .control-group.success input,
.fuelux .control-group.success select,
.fuelux .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.fuelux .control-group.success input:focus,
.fuelux .control-group.success select:focus,
.fuelux .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.fuelux .control-group.success .input-prepend .add-on,
.fuelux .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.fuelux .control-group.info .control-label,
.fuelux .control-group.info .help-block,
.fuelux .control-group.info .help-inline {
  color: #3a87ad;
}

.fuelux .control-group.info .checkbox,
.fuelux .control-group.info .radio,
.fuelux .control-group.info input,
.fuelux .control-group.info select,
.fuelux .control-group.info textarea {
  color: #3a87ad;
}

.fuelux .control-group.info input,
.fuelux .control-group.info select,
.fuelux .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.fuelux .control-group.info input:focus,
.fuelux .control-group.info select:focus,
.fuelux .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.fuelux .control-group.info .input-prepend .add-on,
.fuelux .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

.fuelux input:focus:invalid,
.fuelux textarea:focus:invalid,
.fuelux select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

.fuelux input:focus:invalid:focus,
.fuelux textarea:focus:invalid:focus,
.fuelux select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.fuelux .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.fuelux .form-actions:before,
.fuelux .form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .form-actions:after {
  clear: both;
}

.fuelux .help-block,
.fuelux .help-inline {
  color: #595959;
}

.fuelux .help-block {
  display: block;
  margin-bottom: 10px;
}

.fuelux .help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.fuelux .input-append,
.fuelux .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.fuelux .input-append input,
.fuelux .input-prepend input,
.fuelux .input-append select,
.fuelux .input-prepend select,
.fuelux .input-append .uneditable-input,
.fuelux .input-prepend .uneditable-input,
.fuelux .input-append .dropdown-menu,
.fuelux .input-prepend .dropdown-menu,
.fuelux .input-append .popover,
.fuelux .input-prepend .popover {
  font-size: 14px;
}

.fuelux .input-append input,
.fuelux .input-prepend input,
.fuelux .input-append select,
.fuelux .input-prepend select,
.fuelux .input-append .uneditable-input,
.fuelux .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.fuelux .input-append input:focus,
.fuelux .input-prepend input:focus,
.fuelux .input-append select:focus,
.fuelux .input-prepend select:focus,
.fuelux .input-append .uneditable-input:focus,
.fuelux .input-prepend .uneditable-input:focus {
  z-index: 2;
}

.fuelux .input-append .add-on,
.fuelux .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.fuelux .input-append .add-on,
.fuelux .input-prepend .add-on,
.fuelux .input-append .btn,
.fuelux .input-prepend .btn,
.fuelux .input-append .btn-group > .dropdown-toggle,
.fuelux .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .input-append .active,
.fuelux .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.fuelux .input-prepend .add-on,
.fuelux .input-prepend .btn {
  margin-right: -1px;
}

.fuelux .input-prepend .add-on:first-child,
.fuelux .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.fuelux .input-append input,
.fuelux .input-append select,
.fuelux .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.fuelux .input-append input + .btn-group .btn:last-child,
.fuelux .input-append select + .btn-group .btn:last-child,
.fuelux .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.fuelux .input-append .add-on,
.fuelux .input-append .btn,
.fuelux .input-append .btn-group {
  margin-left: -1px;
}

.fuelux .input-append .add-on:last-child,
.fuelux .input-append .btn:last-child,
.fuelux .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.fuelux .input-prepend.input-append input,
.fuelux .input-prepend.input-append select,
.fuelux .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .input-prepend.input-append input + .btn-group .btn,
.fuelux .input-prepend.input-append select + .btn-group .btn,
.fuelux .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.fuelux .input-prepend.input-append .add-on:first-child,
.fuelux .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.fuelux .input-prepend.input-append .add-on:last-child,
.fuelux .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.fuelux .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

.fuelux input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.fuelux .form-search .input-append .search-query,
.fuelux .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.fuelux .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.fuelux .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.fuelux .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.fuelux .form-search .hide,
.fuelux .form-inline .hide,
.fuelux .form-horizontal .hide {
  display: none;
}

.fuelux .form-search label,
.fuelux .form-inline label,
.fuelux .form-search .btn-group,
.fuelux .form-inline .btn-group {
  display: inline-block;
}

.fuelux .form-search .input-append,
.fuelux .form-inline .input-append,
.fuelux .form-search .input-prepend,
.fuelux .form-inline .input-prepend {
  margin-bottom: 0;
}

.fuelux .form-search .radio,
.fuelux .form-search .checkbox,
.fuelux .form-inline .radio,
.fuelux .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.fuelux .form-search .radio input[type="radio"],
.fuelux .form-search .checkbox input[type="checkbox"],
.fuelux .form-inline .radio input[type="radio"],
.fuelux .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.fuelux .control-group {
  margin-bottom: 10px;
}

.fuelux legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.fuelux table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.fuelux .table {
  width: 100%;
  margin-bottom: 20px;
}

.fuelux .table th,
.fuelux .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.fuelux .table th {
  font-weight: bold;
}

.fuelux .table thead th {
  vertical-align: bottom;
}

.fuelux .table caption + thead tr:first-child th,
.fuelux .table caption + thead tr:first-child td,
.fuelux .table colgroup + thead tr:first-child th,
.fuelux .table colgroup + thead tr:first-child td,
.fuelux .table thead:first-child tr:first-child th,
.fuelux .table thead:first-child tr:first-child td {
  border-top: 0;
}

.fuelux .table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.fuelux .table .table {
  background-color: #ffffff;
}

.fuelux .table-condensed th,
.fuelux .table-condensed td {
  padding: 4px 5px;
}

.fuelux .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fuelux .table-bordered th,
.fuelux .table-bordered td {
  border-left: 1px solid #dddddd;
}

.fuelux .table-bordered caption + thead tr:first-child th,
.fuelux .table-bordered caption + tbody tr:first-child th,
.fuelux .table-bordered caption + tbody tr:first-child td,
.fuelux .table-bordered colgroup + thead tr:first-child th,
.fuelux .table-bordered colgroup + tbody tr:first-child th,
.fuelux .table-bordered colgroup + tbody tr:first-child td,
.fuelux .table-bordered thead:first-child tr:first-child th,
.fuelux .table-bordered tbody:first-child tr:first-child th,
.fuelux .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.fuelux .table-bordered thead:first-child tr:first-child > th:first-child,
.fuelux .table-bordered tbody:first-child tr:first-child > td:first-child,
.fuelux .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.fuelux .table-bordered thead:first-child tr:first-child > th:last-child,
.fuelux .table-bordered tbody:first-child tr:first-child > td:last-child,
.fuelux .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.fuelux .table-bordered thead:last-child tr:last-child > th:first-child,
.fuelux .table-bordered tbody:last-child tr:last-child > td:first-child,
.fuelux .table-bordered tbody:last-child tr:last-child > th:first-child,
.fuelux .table-bordered tfoot:last-child tr:last-child > td:first-child,
.fuelux .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.fuelux .table-bordered thead:last-child tr:last-child > th:last-child,
.fuelux .table-bordered tbody:last-child tr:last-child > td:last-child,
.fuelux .table-bordered tbody:last-child tr:last-child > th:last-child,
.fuelux .table-bordered tfoot:last-child tr:last-child > td:last-child,
.fuelux .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.fuelux .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.fuelux .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.fuelux .table-bordered caption + thead tr:first-child th:first-child,
.fuelux .table-bordered caption + tbody tr:first-child td:first-child,
.fuelux .table-bordered colgroup + thead tr:first-child th:first-child,
.fuelux .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.fuelux .table-bordered caption + thead tr:first-child th:last-child,
.fuelux .table-bordered caption + tbody tr:first-child td:last-child,
.fuelux .table-bordered colgroup + thead tr:first-child th:last-child,
.fuelux .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.fuelux .table-striped tbody > tr:nth-child(odd) > td,
.fuelux .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.fuelux .table-hover tbody tr:hover > td,
.fuelux .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

.fuelux table td[class*="span"],
.fuelux table th[class*="span"],
.fuelux .row-fluid table td[class*="span"],
.fuelux .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.fuelux .table td.span1,
.fuelux .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.fuelux .table td.span2,
.fuelux .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.fuelux .table td.span3,
.fuelux .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.fuelux .table td.span4,
.fuelux .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.fuelux .table td.span5,
.fuelux .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.fuelux .table td.span6,
.fuelux .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.fuelux .table td.span7,
.fuelux .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.fuelux .table td.span8,
.fuelux .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.fuelux .table td.span9,
.fuelux .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.fuelux .table td.span10,
.fuelux .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.fuelux .table td.span11,
.fuelux .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.fuelux .table td.span12,
.fuelux .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.fuelux .table tbody tr.success > td {
  background-color: #dff0d8;
}

.fuelux .table tbody tr.error > td {
  background-color: #f2dede;
}

.fuelux .table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.fuelux .table tbody tr.info > td {
  background-color: #d9edf7;
}

.fuelux .table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.fuelux .table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.fuelux .table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.fuelux .table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.fuelux [class^="icon-"],
.fuelux [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.fuelux .icon-white,
.fuelux .nav-pills > .active > a > [class^="icon-"],
.fuelux .nav-pills > .active > a > [class*=" icon-"],
.fuelux .nav-list > .active > a > [class^="icon-"],
.fuelux .nav-list > .active > a > [class*=" icon-"],
.fuelux .navbar-inverse .nav > .active > a > [class^="icon-"],
.fuelux .navbar-inverse .nav > .active > a > [class*=" icon-"],
.fuelux .dropdown-menu > li > a:hover > [class^="icon-"],
.fuelux .dropdown-menu > li > a:focus > [class^="icon-"],
.fuelux .dropdown-menu > li > a:hover > [class*=" icon-"],
.fuelux .dropdown-menu > li > a:focus > [class*=" icon-"],
.fuelux .dropdown-menu > .active > a > [class^="icon-"],
.fuelux .dropdown-menu > .active > a > [class*=" icon-"],
.fuelux .dropdown-submenu:hover > a > [class^="icon-"],
.fuelux .dropdown-submenu:focus > a > [class^="icon-"],
.fuelux .dropdown-submenu:hover > a > [class*=" icon-"],
.fuelux .dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.fuelux .icon-glass {
  background-position: 0      0;
}

.fuelux .icon-music {
  background-position: -24px 0;
}

.fuelux .icon-search {
  background-position: -48px 0;
}

.fuelux .icon-envelope {
  background-position: -72px 0;
}

.fuelux .icon-heart {
  background-position: -96px 0;
}

.fuelux .icon-star {
  background-position: -120px 0;
}

.fuelux .icon-star-empty {
  background-position: -144px 0;
}

.fuelux .icon-user {
  background-position: -168px 0;
}

.fuelux .icon-film {
  background-position: -192px 0;
}

.fuelux .icon-th-large {
  background-position: -216px 0;
}

.fuelux .icon-th {
  background-position: -240px 0;
}

.fuelux .icon-th-list {
  background-position: -264px 0;
}

.fuelux .icon-ok {
  background-position: -288px 0;
}

.fuelux .icon-remove {
  background-position: -312px 0;
}

.fuelux .icon-zoom-in {
  background-position: -336px 0;
}

.fuelux .icon-zoom-out {
  background-position: -360px 0;
}

.fuelux .icon-off {
  background-position: -384px 0;
}

.fuelux .icon-signal {
  background-position: -408px 0;
}

.fuelux .icon-cog {
  background-position: -432px 0;
}

.fuelux .icon-trash {
  background-position: -456px 0;
}

.fuelux .icon-home {
  background-position: 0 -24px;
}

.fuelux .icon-file {
  background-position: -24px -24px;
}

.fuelux .icon-time {
  background-position: -48px -24px;
}

.fuelux .icon-road {
  background-position: -72px -24px;
}

.fuelux .icon-download-alt {
  background-position: -96px -24px;
}

.fuelux .icon-download {
  background-position: -120px -24px;
}

.fuelux .icon-upload {
  background-position: -144px -24px;
}

.fuelux .icon-inbox {
  background-position: -168px -24px;
}

.fuelux .icon-play-circle {
  background-position: -192px -24px;
}

.fuelux .icon-repeat {
  background-position: -216px -24px;
}

.fuelux .icon-refresh {
  background-position: -240px -24px;
}

.fuelux .icon-list-alt {
  background-position: -264px -24px;
}

.fuelux .icon-lock {
  background-position: -287px -24px;
}

.fuelux .icon-flag {
  background-position: -312px -24px;
}

.fuelux .icon-headphones {
  background-position: -336px -24px;
}

.fuelux .icon-volume-off {
  background-position: -360px -24px;
}

.fuelux .icon-volume-down {
  background-position: -384px -24px;
}

.fuelux .icon-volume-up {
  background-position: -408px -24px;
}

.fuelux .icon-qrcode {
  background-position: -432px -24px;
}

.fuelux .icon-barcode {
  background-position: -456px -24px;
}

.fuelux .icon-tag {
  background-position: 0 -48px;
}

.fuelux .icon-tags {
  background-position: -25px -48px;
}

.fuelux .icon-book {
  background-position: -48px -48px;
}

.fuelux .icon-bookmark {
  background-position: -72px -48px;
}

.fuelux .icon-print {
  background-position: -96px -48px;
}

.fuelux .icon-camera {
  background-position: -120px -48px;
}

.fuelux .icon-font {
  background-position: -144px -48px;
}

.fuelux .icon-bold {
  background-position: -167px -48px;
}

.fuelux .icon-italic {
  background-position: -192px -48px;
}

.fuelux .icon-text-height {
  background-position: -216px -48px;
}

.fuelux .icon-text-width {
  background-position: -240px -48px;
}

.fuelux .icon-align-left {
  background-position: -264px -48px;
}

.fuelux .icon-align-center {
  background-position: -288px -48px;
}

.fuelux .icon-align-right {
  background-position: -312px -48px;
}

.fuelux .icon-align-justify {
  background-position: -336px -48px;
}

.fuelux .icon-list {
  background-position: -360px -48px;
}

.fuelux .icon-indent-left {
  background-position: -384px -48px;
}

.fuelux .icon-indent-right {
  background-position: -408px -48px;
}

.fuelux .icon-facetime-video {
  background-position: -432px -48px;
}

.fuelux .icon-picture {
  background-position: -456px -48px;
}

.fuelux .icon-pencil {
  background-position: 0 -72px;
}

.fuelux .icon-map-marker {
  background-position: -24px -72px;
}

.fuelux .icon-adjust {
  background-position: -48px -72px;
}

.fuelux .icon-tint {
  background-position: -72px -72px;
}

.fuelux .icon-edit {
  background-position: -96px -72px;
}

.fuelux .icon-share {
  background-position: -120px -72px;
}

.fuelux .icon-check {
  background-position: -144px -72px;
}

.fuelux .icon-move {
  background-position: -168px -72px;
}

.fuelux .icon-step-backward {
  background-position: -192px -72px;
}

.fuelux .icon-fast-backward {
  background-position: -216px -72px;
}

.fuelux .icon-backward {
  background-position: -240px -72px;
}

.fuelux .icon-play {
  background-position: -264px -72px;
}

.fuelux .icon-pause {
  background-position: -288px -72px;
}

.fuelux .icon-stop {
  background-position: -312px -72px;
}

.fuelux .icon-forward {
  background-position: -336px -72px;
}

.fuelux .icon-fast-forward {
  background-position: -360px -72px;
}

.fuelux .icon-step-forward {
  background-position: -384px -72px;
}

.fuelux .icon-eject {
  background-position: -408px -72px;
}

.fuelux .icon-chevron-left {
  background-position: -432px -72px;
}

.fuelux .icon-chevron-right {
  background-position: -456px -72px;
}

.fuelux .icon-plus-sign {
  background-position: 0 -96px;
}

.fuelux .icon-minus-sign {
  background-position: -24px -96px;
}

.fuelux .icon-remove-sign {
  background-position: -48px -96px;
}

.fuelux .icon-ok-sign {
  background-position: -72px -96px;
}

.fuelux .icon-question-sign {
  background-position: -96px -96px;
}

.fuelux .icon-info-sign {
  background-position: -120px -96px;
}

.fuelux .icon-screenshot {
  background-position: -144px -96px;
}

.fuelux .icon-remove-circle {
  background-position: -168px -96px;
}

.fuelux .icon-ok-circle {
  background-position: -192px -96px;
}

.fuelux .icon-ban-circle {
  background-position: -216px -96px;
}

.fuelux .icon-arrow-left {
  background-position: -240px -96px;
}

.fuelux .icon-arrow-right {
  background-position: -264px -96px;
}

.fuelux .icon-arrow-up {
  background-position: -289px -96px;
}

.fuelux .icon-arrow-down {
  background-position: -312px -96px;
}

.fuelux .icon-share-alt {
  background-position: -336px -96px;
}

.fuelux .icon-resize-full {
  background-position: -360px -96px;
}

.fuelux .icon-resize-small {
  background-position: -384px -96px;
}

.fuelux .icon-plus {
  background-position: -408px -96px;
}

.fuelux .icon-minus {
  background-position: -433px -96px;
}

.fuelux .icon-asterisk {
  background-position: -456px -96px;
}

.fuelux .icon-exclamation-sign {
  background-position: 0 -120px;
}

.fuelux .icon-gift {
  background-position: -24px -120px;
}

.fuelux .icon-leaf {
  background-position: -48px -120px;
}

.fuelux .icon-fire {
  background-position: -72px -120px;
}

.fuelux .icon-eye-open {
  background-position: -96px -120px;
}

.fuelux .icon-eye-close {
  background-position: -120px -120px;
}

.fuelux .icon-warning-sign {
  background-position: -144px -120px;
}

.fuelux .icon-plane {
  background-position: -168px -120px;
}

.fuelux .icon-calendar {
  background-position: -192px -120px;
}

.fuelux .icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.fuelux .icon-comment {
  background-position: -240px -120px;
}

.fuelux .icon-magnet {
  background-position: -264px -120px;
}

.fuelux .icon-chevron-up {
  background-position: -288px -120px;
}

.fuelux .icon-chevron-down {
  background-position: -313px -119px;
}

.fuelux .icon-retweet {
  background-position: -336px -120px;
}

.fuelux .icon-shopping-cart {
  background-position: -360px -120px;
}

.fuelux .icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.fuelux .icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.fuelux .icon-resize-vertical {
  background-position: -432px -119px;
}

.fuelux .icon-resize-horizontal {
  background-position: -456px -118px;
}

.fuelux .icon-hdd {
  background-position: 0 -144px;
}

.fuelux .icon-bullhorn {
  background-position: -24px -144px;
}

.fuelux .icon-bell {
  background-position: -48px -144px;
}

.fuelux .icon-certificate {
  background-position: -72px -144px;
}

.fuelux .icon-thumbs-up {
  background-position: -96px -144px;
}

.fuelux .icon-thumbs-down {
  background-position: -120px -144px;
}

.fuelux .icon-hand-right {
  background-position: -144px -144px;
}

.fuelux .icon-hand-left {
  background-position: -168px -144px;
}

.fuelux .icon-hand-up {
  background-position: -192px -144px;
}

.fuelux .icon-hand-down {
  background-position: -216px -144px;
}

.fuelux .icon-circle-arrow-right {
  background-position: -240px -144px;
}

.fuelux .icon-circle-arrow-left {
  background-position: -264px -144px;
}

.fuelux .icon-circle-arrow-up {
  background-position: -288px -144px;
}

.fuelux .icon-circle-arrow-down {
  background-position: -312px -144px;
}

.fuelux .icon-globe {
  background-position: -336px -144px;
}

.fuelux .icon-wrench {
  background-position: -360px -144px;
}

.fuelux .icon-tasks {
  background-position: -384px -144px;
}

.fuelux .icon-filter {
  background-position: -408px -144px;
}

.fuelux .icon-briefcase {
  background-position: -432px -144px;
}

.fuelux .icon-fullscreen {
  background-position: -456px -144px;
}

.fuelux .dropup,
.fuelux .dropdown {
  position: relative;
}

.fuelux .dropdown-toggle {
  *margin-bottom: -3px;
}

.fuelux .dropdown-toggle:active,
.fuelux .open .dropdown-toggle {
  outline: 0;
}

.fuelux .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.fuelux .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.fuelux .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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.fuelux .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.fuelux .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.fuelux .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.fuelux .dropdown-menu > li > a:hover,
.fuelux .dropdown-menu > li > a:focus,
.fuelux .dropdown-submenu:hover > a,
.fuelux .dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.fuelux .dropdown-menu > .active > a,
.fuelux .dropdown-menu > .active > a:hover,
.fuelux .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.fuelux .dropdown-menu > .disabled > a,
.fuelux .dropdown-menu > .disabled > a:hover,
.fuelux .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.fuelux .dropdown-menu > .disabled > a:hover,
.fuelux .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.fuelux .open {
  *z-index: 1000;
}

.fuelux .open > .dropdown-menu {
  display: block;
}

.fuelux .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.fuelux .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.fuelux .dropup .caret,
.fuelux .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.fuelux .dropup .dropdown-menu,
.fuelux .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.fuelux .dropdown-submenu {
  position: relative;
}

.fuelux .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.fuelux .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.fuelux .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.fuelux .dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.fuelux .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.fuelux .dropdown-submenu.pull-left {
  float: none;
}

.fuelux .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.fuelux .dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.fuelux .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}



.fuelux .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.fuelux .well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fuelux .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fuelux .fade.in {
  opacity: 1;
}

.fuelux .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.fuelux .collapse.in {
  height: auto;
}

.fuelux .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.fuelux .close:hover,
.fuelux .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.fuelux button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.fuelux .nav-pills > .active > a,
.fuelux .nav-pills > .active > a:hover,
.fuelux .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.fuelux .nav-stacked > li {
  float: none;
}

.fuelux .nav-stacked > li > a {
  margin-right: 0;
}

.fuelux .nav-tabs.nav-stacked {
  border-bottom: 0;
}

.fuelux .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.fuelux .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.fuelux .nav-tabs.nav-stacked > li > a:hover,
.fuelux .nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.fuelux .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.fuelux .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.fuelux .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.fuelux .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.fuelux .nav .dropdown-toggle:hover .caret,
.fuelux .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.fuelux .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.fuelux .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.fuelux .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.fuelux .nav > .dropdown.active > a:hover,
.fuelux .nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.fuelux .nav-tabs .open .dropdown-toggle,
.fuelux .nav-pills .open .dropdown-toggle,
.fuelux .nav > li.dropdown.open.active > a:hover,
.fuelux .nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.fuelux .nav li.dropdown.open .caret,
.fuelux .nav li.dropdown.open.active .caret,
.fuelux .nav li.dropdown.open a:hover .caret,
.fuelux .nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fuelux .tabs-stacked .open > a:hover,
.fuelux .tabs-stacked .open > a:focus {
  border-color: #999999;
}

.fuelux .tabbable {
  *zoom: 1;
}

.fuelux .tabbable:before,
.fuelux .tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .tabbable:after {
  clear: both;
}

.fuelux .tab-content {
  overflow: auto;
}

.fuelux .tabs-below > .nav-tabs,
.fuelux .tabs-right > .nav-tabs,
.fuelux .tabs-left > .nav-tabs {
  border-bottom: 0;
}

.fuelux .tab-content > .tab-pane,
.fuelux .pill-content > .pill-pane {
  display: none;
}

.fuelux .tab-content > .active,
.fuelux .pill-content > .active {
  display: block;
}

.fuelux .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.fuelux .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.fuelux .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.fuelux .tabs-below > .nav-tabs > li > a:hover,
.fuelux .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.fuelux .tabs-below > .nav-tabs > .active > a,
.fuelux .tabs-below > .nav-tabs > .active > a:hover,
.fuelux .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.fuelux .tabs-left > .nav-tabs > li,
.fuelux .tabs-right > .nav-tabs > li {
  float: none;
}

.fuelux .tabs-left > .nav-tabs > li > a,
.fuelux .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.fuelux .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.fuelux .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.fuelux .tabs-left > .nav-tabs > li > a:hover,
.fuelux .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.fuelux .tabs-left > .nav-tabs .active > a,
.fuelux .tabs-left > .nav-tabs .active > a:hover,
.fuelux .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.fuelux .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.fuelux .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.fuelux .tabs-right > .nav-tabs > li > a:hover,
.fuelux .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.fuelux .tabs-right > .nav-tabs .active > a,
.fuelux .tabs-right > .nav-tabs .active > a:hover,
.fuelux .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.fuelux .nav > .disabled > a {
  color: #999999;
}

.fuelux .nav > .disabled > a:hover,
.fuelux .nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.fuelux .navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.fuelux .navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.fuelux .navbar-inner:before,
.fuelux .navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .navbar-inner:after {
  clear: both;
}

.fuelux .navbar .container {
  width: auto;
}

.fuelux .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.fuelux .navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.fuelux .navbar .brand:hover,
.fuelux .navbar .brand:focus {
  text-decoration: none;
}

.fuelux .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.fuelux .navbar-link {
  color: #777777;
}

.fuelux .navbar-link:hover,
.fuelux .navbar-link:focus {
  color: #333333;
}

.fuelux .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.fuelux .navbar .btn,
.fuelux .navbar .btn-group {
  margin-top: 5px;
}

.fuelux .navbar .btn-group .btn,
.fuelux .navbar .input-prepend .btn,
.fuelux .navbar .input-append .btn,
.fuelux .navbar .input-prepend .btn-group,
.fuelux .navbar .input-append .btn-group {
  margin-top: 0;
}

.fuelux .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.fuelux .navbar-form:before,
.fuelux .navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .navbar-form:after {
  clear: both;
}

.fuelux .navbar-form input,
.fuelux .navbar-form select,
.fuelux .navbar-form .radio,
.fuelux .navbar-form .checkbox {
  margin-top: 5px;
}

.fuelux .navbar-form input,
.fuelux .navbar-form select,
.fuelux .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.fuelux .navbar-form input[type="image"],
.fuelux .navbar-form input[type="checkbox"],
.fuelux .navbar-form input[type="radio"] {
  margin-top: 3px;
}

.fuelux .navbar-form .input-append,
.fuelux .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.fuelux .navbar-form .input-append input,
.fuelux .navbar-form .input-prepend input {
  margin-top: 0;
}

.fuelux .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.fuelux .navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.fuelux .navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.fuelux .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .navbar-fixed-top,
.fuelux .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.fuelux .navbar-fixed-top .navbar-inner,
.fuelux .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.fuelux .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.fuelux .navbar-fixed-top .navbar-inner,
.fuelux .navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .navbar-static-top .container,
.fuelux .navbar-fixed-top .container,
.fuelux .navbar-fixed-bottom .container {
  width: 940px;
}

.fuelux .navbar-fixed-top {
  top: 0;
}

.fuelux .navbar-fixed-top .navbar-inner,
.fuelux .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.fuelux .navbar-fixed-bottom {
  bottom: 0;
}

.fuelux .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.fuelux .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.fuelux .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.fuelux .navbar .nav > li {
  float: left;
}

.fuelux .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.fuelux .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.fuelux .navbar .nav > li > a:focus,
.fuelux .navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.fuelux .navbar .nav > .active > a,
.fuelux .navbar .nav > .active > a:hover,
.fuelux .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.fuelux .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.fuelux .navbar .btn-navbar:hover,
.fuelux .navbar .btn-navbar:focus,
.fuelux .navbar .btn-navbar:active,
.fuelux .navbar .btn-navbar.active,
.fuelux .navbar .btn-navbar.disabled,
.fuelux .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.fuelux .navbar .btn-navbar:active,
.fuelux .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.fuelux .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.fuelux .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.fuelux .navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.fuelux .navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.fuelux .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.fuelux .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.fuelux .navbar .nav li.dropdown > a:hover .caret,
.fuelux .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.fuelux .navbar .nav li.dropdown.open > .dropdown-toggle,
.fuelux .navbar .nav li.dropdown.active > .dropdown-toggle,
.fuelux .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.fuelux .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.fuelux .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.fuelux .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.fuelux .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.fuelux .navbar .pull-right > li > .dropdown-menu,
.fuelux .navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.fuelux .navbar .pull-right > li > .dropdown-menu:before,
.fuelux .navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.fuelux .navbar .pull-right > li > .dropdown-menu:after,
.fuelux .navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.fuelux .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.fuelux .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.fuelux .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.fuelux .navbar-inverse .brand,
.fuelux .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.fuelux .navbar-inverse .brand:hover,
.fuelux .navbar-inverse .nav > li > a:hover,
.fuelux .navbar-inverse .brand:focus,
.fuelux .navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.fuelux .navbar-inverse .brand {
  color: #999999;
}

.fuelux .navbar-inverse .navbar-text {
  color: #999999;
}

.fuelux .navbar-inverse .nav > li > a:focus,
.fuelux .navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.fuelux .navbar-inverse .nav .active > a,
.fuelux .navbar-inverse .nav .active > a:hover,
.fuelux .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.fuelux .navbar-inverse .navbar-link {
  color: #999999;
}

.fuelux .navbar-inverse .navbar-link:hover,
.fuelux .navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.fuelux .navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.fuelux .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.fuelux .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.fuelux .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.fuelux .navbar-inverse .nav li.dropdown > a:hover .caret,
.fuelux .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.fuelux .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.fuelux .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.fuelux .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.fuelux .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.fuelux .navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.fuelux .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.fuelux .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.fuelux .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.fuelux .navbar-inverse .navbar-search .search-query:focus,
.fuelux .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.fuelux .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.fuelux .navbar-inverse .btn-navbar:hover,
.fuelux .navbar-inverse .btn-navbar:focus,
.fuelux .navbar-inverse .btn-navbar:active,
.fuelux .navbar-inverse .btn-navbar.active,
.fuelux .navbar-inverse .btn-navbar.disabled,
.fuelux .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.fuelux .navbar-inverse .btn-navbar:active,
.fuelux .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.fuelux .breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fuelux .breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.fuelux .breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.fuelux .breadcrumb > .active {
  color: #999999;
}

.fuelux .pagination {
  margin: 20px 0;
}

.fuelux .pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fuelux .pagination ul > li {
  display: inline;
}

.fuelux .pagination ul > li > a,
.fuelux .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.fuelux .pagination ul > li > a:hover,
.fuelux .pagination ul > li > a:focus,
.fuelux .pagination ul > .active > a,
.fuelux .pagination ul > .active > span {
  background-color: #f5f5f5;
}

.fuelux .pagination ul > .active > a,
.fuelux .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.fuelux .pagination ul > .disabled > span,
.fuelux .pagination ul > .disabled > a,
.fuelux .pagination ul > .disabled > a:hover,
.fuelux .pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.fuelux .pagination ul > li:first-child > a,
.fuelux .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.fuelux .pagination ul > li:last-child > a,
.fuelux .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.fuelux .pagination-centered {
  text-align: center;
}

.fuelux .pagination-right {
  text-align: right;
}

.fuelux .pagination-large ul > li > a,
.fuelux .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.fuelux .pagination-large ul > li:first-child > a,
.fuelux .pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.fuelux .pagination-large ul > li:last-child > a,
.fuelux .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.fuelux .pagination-mini ul > li:first-child > a,
.fuelux .pagination-small ul > li:first-child > a,
.fuelux .pagination-mini ul > li:first-child > span,
.fuelux .pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.fuelux .pagination-mini ul > li:last-child > a,
.fuelux .pagination-small ul > li:last-child > a,
.fuelux .pagination-mini ul > li:last-child > span,
.fuelux .pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.fuelux .pagination-small ul > li > a,
.fuelux .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.fuelux .pagination-mini ul > li > a,
.fuelux .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.fuelux .pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.fuelux .pager:before,
.fuelux .pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .pager:after {
  clear: both;
}

.fuelux .pager li {
  display: inline;
}

.fuelux .pager li > a,
.fuelux .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.fuelux .pager li > a:hover,
.fuelux .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.fuelux .pager .next > a,
.fuelux .pager .next > span {
  float: right;
}

.fuelux .pager .previous > a,
.fuelux .pager .previous > span {
  float: left;
}

.fuelux .pager .disabled > a,
.fuelux .pager .disabled > a:hover,
.fuelux .pager .disabled > a:focus,
.fuelux .pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.fuelux .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.fuelux .modal-backdrop.fade {
  opacity: 0;
}

.fuelux .modal-backdrop,
.fuelux .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fuelux .modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.fuelux .modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.fuelux .modal.fade.in {
  top: 10%;
}

.fuelux .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.fuelux .modal-header .close {
  margin-top: 2px;
}

.fuelux .modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.fuelux .modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.fuelux .modal-form {
  margin-bottom: 0;
}

.fuelux .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.fuelux .modal-footer:before,
.fuelux .modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .modal-footer:after {
  clear: both;
}

.fuelux .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.fuelux .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.fuelux .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.fuelux .thumbnails:before,
.fuelux .thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .thumbnails:after {
  clear: both;
}

.fuelux .row-fluid .thumbnails {
  margin-left: 0;
}

.fuelux .thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.fuelux .thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.fuelux a.thumbnail:hover,
.fuelux a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.fuelux .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.fuelux .thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.fuelux .media,
.fuelux .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.fuelux .media,
.fuelux .media .media {
  margin-top: 15px;
}

.fuelux .media:first-child {
  margin-top: 0;
}

.fuelux .media-object {
  display: block;
}

.fuelux .media-heading {
  margin: 0 0 5px;
}

.fuelux .media > .pull-left {
  margin-right: 10px;
}

.fuelux .media > .pull-right {
  margin-left: 10px;
}

.fuelux .media-list {
  margin-left: 0;
  list-style: none;
}

.fuelux .label,
.fuelux .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.fuelux .label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fuelux .badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.fuelux .label:empty,
.fuelux .badge:empty {
  display: none;
}

.fuelux a.label:hover,
.fuelux a.label:focus,
.fuelux a.badge:hover,
.fuelux a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.fuelux .label-important,
.fuelux .badge-important {
  background-color: #b94a48;
}

.fuelux .label-important[href],
.fuelux .badge-important[href] {
  background-color: #953b39;
}

.fuelux .label-warning,
.fuelux .badge-warning {
  background-color: #f89406;
}

.fuelux .label-warning[href],
.fuelux .badge-warning[href] {
  background-color: #c67605;
}

.fuelux .label-success,
.fuelux .badge-success {
  background-color: #468847;
}

.fuelux .label-success[href],
.fuelux .badge-success[href] {
  background-color: #356635;
}

.fuelux .label-info,
.fuelux .badge-info {
  background-color: #3a87ad;
}

.fuelux .label-info[href],
.fuelux .badge-info[href] {
  background-color: #2d6987;
}

.fuelux .label-inverse,
.fuelux .badge-inverse {
  background-color: #333333;
}

.fuelux .label-inverse[href],
.fuelux .badge-inverse[href] {
  background-color: #1a1a1a;
}

.fuelux .btn .label,
.fuelux .btn .badge {
  position: relative;
  top: -1px;
}

.fuelux .btn-mini .label,
.fuelux .btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.fuelux .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.fuelux .progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-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-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.fuelux .progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.fuelux .progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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: -moz-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: -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);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.fuelux .progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.fuelux .progress-danger .bar,
.fuelux .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.fuelux .progress-danger.progress-striped .bar,
.fuelux .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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: -moz-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: -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);
}

.fuelux .progress-success .bar,
.fuelux .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.fuelux .progress-success.progress-striped .bar,
.fuelux .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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: -moz-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: -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);
}

.fuelux .progress-info .bar,
.fuelux .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.fuelux .progress-info.progress-striped .bar,
.fuelux .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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: -moz-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: -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);
}

.fuelux .progress-warning .bar,
.fuelux .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.fuelux .progress-warning.progress-striped .bar,
.fuelux .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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: -moz-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: -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);
}

.fuelux .accordion {
  margin-bottom: 20px;
}

.fuelux .accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fuelux .accordion-heading {
  border-bottom: 0;
}

.fuelux .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.fuelux .accordion-toggle {
  cursor: pointer;
}

.fuelux .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.fuelux .carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.fuelux .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fuelux .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.fuelux .carousel-inner > .item > img,
.fuelux .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.fuelux .carousel-inner > .active,
.fuelux .carousel-inner > .next,
.fuelux .carousel-inner > .prev {
  display: block;
}

.fuelux .carousel-inner > .active {
  left: 0;
}

.fuelux .carousel-inner > .next,
.fuelux .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.fuelux .carousel-inner > .next {
  left: 100%;
}

.fuelux .carousel-inner > .prev {
  left: -100%;
}

.fuelux .carousel-inner > .next.left,
.fuelux .carousel-inner > .prev.right {
  left: 0;
}

.fuelux .carousel-inner > .active.left {
  left: -100%;
}

.fuelux .carousel-inner > .active.right {
  left: 100%;
}

.fuelux .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.fuelux .carousel-control.right {
  right: 15px;
  left: auto;
}

.fuelux .carousel-control:hover,
.fuelux .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.fuelux .carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.fuelux .carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.fuelux .carousel-indicators .active {
  background-color: #fff;
}

.fuelux .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.fuelux .carousel-caption h4,
.fuelux .carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.fuelux .carousel-caption h4 {
  margin: 0 0 5px;
}

.fuelux .carousel-caption p {
  margin-bottom: 0;
}

.fuelux .hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.fuelux .hero-unit li {
  line-height: 30px;
}

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

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

.fuelux .hide {
  display: none;
}

.fuelux .show {
  display: block;
}

.fuelux .invisible {
  visibility: hidden;
}

.fuelux .affix {
  position: fixed;
}

.fuelux .form-inline .checkbox-custom {
  padding-left: 20px;
}

.fuelux .form-inline .checkbox-custom .checkbox {
  padding-left: 16px;
}

.fuelux .checkbox-custom input[type=checkbox] {
  /* IE cannot fire events if display none or visibility hidden */

  position: relative;
  left: -99999px;
}

.fuelux .checkbox-custom i {
  width: 16px;
  height: 16px;
  padding-left: 16px;
  margin-right: 4px;
  margin-left: -20px;
  background-image: url(../img/form.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
}

.fuelux .checkbox-custom i.checked {
  /* checked */

  background-position: -48px 1px;
}

.fuelux .checkbox-custom i.disabled {
  /* disabled */

  background-position: -64px 1px;
}

.fuelux .checkbox-custom i.disabled.checked {
  /* disabled and checked */

  background-position: -80px 1px;
}

.fuelux .checkbox-custom:hover i {
  background-position: -16px 1px;
}

.fuelux .checkbox-custom:hover i.checked {
  /* checked */

  background-position: -32px 1px;
}

.fuelux .checkbox-custom:hover i.disabled {
  /* disabled */

  background-position: -64px 1px;
}

.fuelux .checkbox-custom:hover i.disabled.checked {
  /* disabled and checked */

  background-position: -80px 1px;
}

.fuelux .combobox {
  display: inline-block;
}

.fuelux .combobox a {
  font-size: 14px;
}

.fuelux .combobox button.btn {
  border-radius: 0 4px 4px 0;
}

.fuelux .datagrid thead {
  background-color: #f9f9f9;
}

.fuelux .datagrid thead .datagrid-header-title {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}

.fuelux .datagrid thead .datagrid-header-left {
  float: left;
}

.fuelux .datagrid thead .datagrid-header-right {
  float: right;
}

.fuelux .datagrid thead .datagrid-header-right .search,
.fuelux .datagrid thead .datagrid-header-left .search,
.fuelux .datagrid thead .datagrid-header-right .filter,
.fuelux .datagrid thead .datagrid-header-left .filter {
  margin-bottom: 0;
  margin-left: 8px;
}

.fuelux .datagrid thead .datagrid-header-right .search .dropdown-menu,
.fuelux .datagrid thead .datagrid-header-left .search .dropdown-menu,
.fuelux .datagrid thead .datagrid-header-right .filter .dropdown-menu,
.fuelux .datagrid thead .datagrid-header-left .filter .dropdown-menu {
  top: auto;
  left: auto;
}

.fuelux .datagrid thead .sorted {
  padding-right: 30px;
  color: #333333;
  text-shadow: 'none';
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: -o-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: linear-gradient(to bottom, #f9f9f9, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bebebe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0);
}

.fuelux .datagrid thead .sorted i {
  float: right;
  margin-top: 2px;
  margin-right: -22px;
}

.fuelux .datagrid thead .sortable {
  position: relative;
  cursor: pointer;
}

.fuelux .datagrid thead .sortable:hover {
  color: #333333;
  text-shadow: 'none';
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: -o-linear-gradient(top, #f9f9f9, #e5e5e5);
  background-image: linear-gradient(to bottom, #f9f9f9, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bebebe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe5e5e5', GradientType=0);
}

.fuelux .datagrid tfoot {
  background-color: #f9f9f9;
}

.fuelux .datagrid tfoot .datagrid-footer-left {
  float: left;
}

.fuelux .datagrid tfoot .datagrid-footer-left .grid-controls {
  margin-top: 7px;
}

.fuelux .datagrid tfoot .datagrid-footer-left .grid-controls select {
  width: 60px;
  margin: 0 5px 1px;
}

.fuelux .datagrid tfoot .datagrid-footer-left .grid-controls .grid-pagesize {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}

.fuelux .datagrid tfoot .datagrid-footer-left .grid-controls .grid-pagesize .dropdown-menu {
  top: auto;
  left: auto;
}

.fuelux .datagrid tfoot .datagrid-footer-left .grid-controls span {
  font-weight: normal;
}

.fuelux .datagrid tfoot .datagrid-footer-right {
  float: right;
}

.fuelux .datagrid tfoot .datagrid-footer-right .grid-pager > span {
  position: relative;
  top: 8px;
  font-weight: normal;
}

.fuelux .datagrid tfoot .datagrid-footer-right .grid-pager .dropdown-menu {
  min-width: 50px;
}

.fuelux .datagrid tfoot .datagrid-footer-right .grid-pager .combobox {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: baseline;
}

.fuelux .datagrid tfoot .datagrid-footer-right .grid-pager > button {
  position: relative;
  top: 7px;
}

.fuelux .datagrid-stretch-header {
  margin-bottom: 0;
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.fuelux .datagrid-stretch-header thead:last-child tr:last-child > th:first-child,
.fuelux .datagrid-stretch-header thead:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.fuelux .datagrid-stretch-wrapper {
  overflow: auto;
  border: 1px solid #dddddd;
}

.fuelux .datagrid-stretch-wrapper .datagrid {
  margin-bottom: 0;
  border: none;
  border-collapse: collapse;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .datagrid-stretch-wrapper .datagrid td,
.fuelux .datagrid-stretch-wrapper .datagrid th {
  border-bottom: 1px solid #dddddd;
}

.fuelux .datagrid-stretch-wrapper .datagrid td:first-child,
.fuelux .datagrid-stretch-wrapper .datagrid th:first-child {
  border-left: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .datagrid-stretch-footer {
  border-top: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
}

.fuelux .datagrid-stretch-footer th {
  border-top: 0;
}

.fuelux .datepicker .input-append,
.fuelux .datepicker .input-group {
  margin-bottom: 1px;
}

.fuelux .datepicker .input-append button,
.fuelux .datepicker .input-group button {
  outline: none;
}

.fuelux .datepicker .calendar {
  float: left;
  background: #ffffff;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.fuelux .datepicker .calendar .header {
  height: 24px;
}

.fuelux .datepicker .calendar .header .left {
  float: left;
  height: 24px;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 10px;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
}

.fuelux .datepicker .calendar .header .left .leftArrow {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 3px solid #333333;
  border-left: 3px solid #333333;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fuelux .datepicker .calendar .header .right {
  float: right;
  height: 24px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 8px;
  cursor: pointer;
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomleft: 6px;
}

.fuelux .datepicker .calendar .header .right .rightArrow {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fuelux .datepicker .calendar .header .center {
  height: 26px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.9em;
  text-align: center;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
}

.fuelux .datepicker .calendar .header,
.fuelux .datepicker .calendar .footer {
  font-weight: bold;
  line-height: 20px;
}

.fuelux .datepicker .calendar .footer {
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
}

.fuelux .datepicker .calendar .footer .hover:hover,
.fuelux .datepicker .calendar .header .hover:hover {
  cursor: pointer;
  background-color: #f1f6fc;
}

.fuelux .datepicker .calendar * {
  font-size: 13px;
  color: #333333;
  text-align: center;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

.fuelux .datepicker .calendar .monthsView div,
.fuelux .datepicker .calendar .yearsView div {
  float: left;
  font-size: 17px;
}

.fuelux .datepicker .calendar .daysView,
.fuelux .datepicker .calendar .footer,
.fuelux .datepicker .calendar .monthsView,
.fuelux .datepicker .calendar .yearsView {
  overflow: auto;
}

.fuelux .datepicker .calendar .daysView div div {
  float: left;
}

.fuelux .datepicker .calendar .weekdays div {
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #777;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.fuelux .datepicker .calendar .lastmonth div,
.fuelux .datepicker .calendar .thismonth div,
.fuelux .datepicker .calendar .nextmonth div,
.fuelux .datepicker .calendar .monthsView div,
.fuelux .datepicker .calendar .yearsView div {
  border: 1px solid #ffffff;
}

.fuelux .datepicker .calendar .lastmonth div:not(.restrict):hover,
.fuelux .datepicker .calendar .thismonth div:not(.restrict):hover,
.fuelux .datepicker .calendar .nextmonth div:not(.restrict):hover,
.fuelux .datepicker .calendar .monthsView div:not(.restrict):hover,
.fuelux .datepicker .calendar .yearsView div:not(.restrict):hover {
  cursor: pointer;
  background-color: #dfeef5;
  border: 1px solid #98D2EE;
}

.fuelux .datepicker .calendar .lastmonth div,
.fuelux .datepicker .calendar .nextmonth div {
  color: #a3a4a4;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

.fuelux .datepicker .calendar .yearsView .previous,
.fuelux .datepicker .calendar .yearsView .next {
  color: #a3a4a4;
}

.fuelux .datepicker .calendar .today,
.fuelux .datepicker .calendar .today:hover {
  color: #333;
  background-color: #e6e6e6 !important;
  border: 1px solid #999 !important;
  opacity: .7;
}

.fuelux .datepicker .calendar .selected,
.fuelux .datepicker .calendar .selected:hover {
  font-weight: bold;
  color: #ffffff !important;
  background-color: #68ace7 !important;
  border-color: #68ace7 !important;
  box-shadow: inset 0px 2px 8px -5px #000000;
}

.fuelux .datepicker .calendar .restrict {
  color: #999999 !important;
  cursor: default;
}

.fuelux .datepicker .calendar .past {
  color: #999999 !important;
}

.fuelux .datepicker .calendar .past.selected {
  color: #ffffff !important;
}

.fuelux .datepicker .calendar .range {
  color: #ddd !important;
  background-color: #648182;
}

.fuelux .datepicker .dropdown-menu {
  padding: 0;
  margin: 0;
  margin-top: 1px;
  background: none;
  border: 0;
}

.fuelux .datepicker input,
.fuelux .datepicker input:focus {
  outline: 0 !important;
}

.fuelux .datepicker input {
  margin-bottom: 0;
}

.fuelux .dropUp {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fuelux .pillbox {
  padding: 3px;
}

.fuelux .pillbox ul {
  display: inline-block;
  margin: 0;
}

.fuelux .pillbox li {
  display: inline-block;
  float: left;
  padding: 1px 4px 2px;
  margin: 2px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 21px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  cursor: pointer;
  background-color: #999999;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fuelux .pillbox li:after {
  position: relative;
  top: -2px;
  float: right;
  padding-left: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  content: " \00D7";
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.fuelux .pillbox li:hover:after {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.fuelux .pillbox li.status-important {
  background-color: #b94a48;
}

.fuelux .pillbox li.status-warning {
  background-color: #f89406;
}

.fuelux .pillbox li.status-success {
  background-color: #468847;
}

.fuelux .pillbox li.status-info {
  background-color: #3a87ad;
}

@charset "UTF-8";

@font-face {
  font-family: "fuelux-preloader";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fuelux-preloader.eot");
  src: url("../fonts/fuelux-preloader.eot?#iefix") format("embedded-opentype"), url("../fonts/fuelux-preloader.ttf") format("truetype"), url("../fonts/fuelux-preloader.svg#fuelux-preloader") format("svg"), url("../fonts/fuelux-preloader.woff") format("woff");
}

@keyframes fuelux-preloader-1 {
  0% {
    opacity: 1;
  }
  12.4% {
    opacity: 1;
  }
  12.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-1 {
  0% {
    opacity: 1;
  }
  12.4% {
    opacity: 1;
  }
  12.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fuelux-preloader-2 {
  0% {
    opacity: 0;
  }
  12.4% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  24.9% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-2 {
  0% {
    opacity: 0;
  }
  12.4% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  24.9% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fuelux-preloader-3 {
  0% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  37.4% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-3 {
  0% {
    opacity: 0;
  }
  24.9% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  37.4% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fuelux-preloader-4 {
  0% {
    opacity: 0;
  }
  37.4% {
    opacity: 0;
  }
  37.5% {
    opacity: 1;
  }
  49.4% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-4 {
  0% {
    opacity: 0;
  }
  37.4% {
    opacity: 0;
  }
  37.5% {
    opacity: 1;
  }
  49.4% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fuelux-preloader-5 {
  0% {
    opacity: 0;
  }
  49.4% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.4% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-5 {
  0% {
    opacity: 0;
  }
  49.4% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.4% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fuelux-preloader-6 {
  0% {
    opacity: 0;
  }
  62.4% {
    opacity: 0;
  }
  62.5% {
    opacity: 1;
  }
  74.9% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-6 {
  0% {
    opacity: 0;
  }
  62.4% {
    opacity: 0;
  }
  62.5% {
    opacity: 1;
  }
  74.9% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fuelux-preloader-7 {
  0% {
    opacity: 0;
  }
  74.9% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  87.4% {
    opacity: 1;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-7 {
  0% {
    opacity: 0;
  }
  74.9% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  87.4% {
    opacity: 1;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fuelux-preloader-8 {
  0% {
    opacity: 0;
  }
  87.4% {
    opacity: 0;
  }
  87.5% {
    opacity: 1;
  }
  87.6% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fuelux-preloader-8 {
  0% {
    opacity: 0;
  }
  87.4% {
    opacity: 0;
  }
  87.5% {
    opacity: 1;
  }
  87.6% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fuelux .preloader {
  position: relative;
  width: 64px;
  height: 64px;
  font-size: 64px;
}

.fuelux .preloader.iefix span,
.fuelux .preloader:before,
.fuelux .preloader b,
.fuelux .preloader i {
  font-family: "fuelux-preloader" !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  font-variant: normal !important;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

.fuelux .preloader:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "0";
  opacity: 0.33;
}

.fuelux .preloader.iefix:before {
  display: none;
}

.fuelux .preloader.iefix b {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.fuelux .preloader.iefix i {
  display: none;
}

.fuelux .preloader.iefix i:after,
.fuelux .preloader.iefix i:before {
  display: none;
}

.fuelux .preloader.iefix span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
      filter: alpha(opacity=33);
}

.fuelux .preloader i:after,
.fuelux .preloader i:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-animation: 1s steps(8) infinite normal running;
          animation: 1s steps(8) infinite normal running;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.fuelux .preloader i:nth-child(1):before {
  content: "1";
  -webkit-animation-name: fuelux-preloader-1;
          animation-name: fuelux-preloader-1;
}

.fuelux .preloader i:nth-child(1):after {
  content: "2";
  -webkit-animation-name: fuelux-preloader-2;
          animation-name: fuelux-preloader-2;
}

.fuelux .preloader i:nth-child(2):before {
  content: "3";
  -webkit-animation-name: fuelux-preloader-3;
          animation-name: fuelux-preloader-3;
}

.fuelux .preloader i:nth-child(2):after {
  content: "4";
  -webkit-animation-name: fuelux-preloader-4;
          animation-name: fuelux-preloader-4;
}

.fuelux .preloader i:nth-child(3):before {
  content: "5";
  -webkit-animation-name: fuelux-preloader-5;
          animation-name: fuelux-preloader-5;
}

.fuelux .preloader i:nth-child(3):after {
  content: "6";
  -webkit-animation-name: fuelux-preloader-6;
          animation-name: fuelux-preloader-6;
}

.fuelux .preloader i:nth-child(4):before {
  content: "7";
  -webkit-animation-name: fuelux-preloader-7;
          animation-name: fuelux-preloader-7;
}

.fuelux .preloader i:nth-child(4):after {
  content: "8";
  -webkit-animation-name: fuelux-preloader-8;
          animation-name: fuelux-preloader-8;
}

.fuelux .radio-custom input[type=radio] {
  /* IE cannot fire events if display none or visibility hidden */

  position: relative;
  left: -99999px;
}

.fuelux .radio-custom.highlight {
  padding: 4px 4px 4px 24px;
}

.fuelux .radio-custom.highlight.checked {
  background: #e9e9e9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.fuelux .radio-custom i {
  width: 16px;
  height: 16px;
  padding-left: 16px;
  margin-right: 4px;
  margin-left: -20px;
  background-image: url(../img/form.png);
  background-position: 0 -15px;
  background-repeat: no-repeat;
}

.fuelux .radio-custom i.checked {
  /* checked */

  background-position: -48px -15px;
}

.fuelux .radio-custom i.disabled {
  /* disabled */

  background-position: -64px -15px;
}

.fuelux .radio-custom i.disabled.checked {
  /* disabled and checked */

  background-position: -80px -15px;
}

.fuelux .radio-custom:hover i {
  background-position: -16px -15px;
}

.fuelux .radio-custom:hover i.checked {
  /* checked */

  background-position: -32px -15px;
}

.fuelux .radio-custom:hover i.disabled {
  /* disabled */

  background-position: -64px -15px;
}

.fuelux .radio-custom:hover i.disabled.checked {
  /* disabled and checked */

  background-position: -80px -15px;
}

.fuelux .spinner input {
  float: left;
  width: 43px;
}

.fuelux .spinner .btn {
  position: relative;
  width: 20px;
  height: 14px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
}

.fuelux .spinner .btn.disabled {
  cursor: not-allowed;
}

.fuelux .spinner .spinner-buttons {
  position: relative;
  left: -22px;
  float: left;
  width: 20px;
  height: 28px;
}

.fuelux .spinner .spinner-up {
  top: 2px;
  padding: 0 0 4px 1px;
}

.fuelux .spinner .spinner-up i {
  position: relative;
  top: -4px;
}

.fuelux .spinner .spinner-down {
  top: 2px;
  height: 13px;
  padding: 0 0 4px 1px;
}

.fuelux .spinner .spinner-down i {
  position: relative;
  top: -5px;
}

.fuelux .scheduler-end {
  display: none;
}

.fuelux .scheduler-end .datepicker {
  display: none;
  float: left;
  margin-left: 10px;
}

.fuelux .scheduler-end .select {
  float: left;
}

.fuelux .scheduler-end .spinner {
  display: none;
  float: left;
  margin-left: 10px;
}

.fuelux .scheduler-end .spinner input {
  margin-bottom: 0;
}

.fuelux .scheduler-end .spinner span {
  line-height: 27px;
}

.fuelux .scheduler-repeat .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.fuelux .scheduler-repeat .repeat-interval {
  *zoom: 1;
}

.fuelux .scheduler-repeat .repeat-interval:before,
.fuelux .scheduler-repeat .repeat-interval:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .scheduler-repeat .repeat-interval:after {
  clear: both;
}

.fuelux .scheduler-repeat .repeat-interval-panel {
  display: none;
  float: left;
}

.fuelux .scheduler-repeat .repeat-interval-panel .repeat-interval-pretext,
.fuelux .scheduler-repeat .repeat-interval-panel .repeat-interval-text {
  float: left;
  line-height: 27px;
}

.fuelux .scheduler-repeat .repeat-interval-panel .repeat-interval-pretext {
  padding: 0 10px;
}

.fuelux .scheduler-repeat .repeat-interval-panel .spinner {
  float: left;
  margin-right: 0;
}

.fuelux .scheduler-repeat .repeat-interval-panel .spinner input {
  margin-bottom: 0;
}

.fuelux .scheduler-repeat .scheduler-monthly {
  padding-left: 15px;
}

.fuelux .scheduler-repeat .scheduler-monthly-date {
  margin-top: 10px;
  *zoom: 1;
}

.fuelux .scheduler-repeat .scheduler-monthly-date:before,
.fuelux .scheduler-repeat .scheduler-monthly-date:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .scheduler-repeat .scheduler-monthly-date:after {
  clear: both;
}

.fuelux .scheduler-repeat .scheduler-monthly-date .select {
  margin-left: 5px;
}

.fuelux .scheduler-repeat .scheduler-monthly-day {
  margin-top: 10px;
  *zoom: 1;
}

.fuelux .scheduler-repeat .scheduler-monthly-day:before,
.fuelux .scheduler-repeat .scheduler-monthly-day:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .scheduler-repeat .scheduler-monthly-day:after {
  clear: both;
}

.fuelux .scheduler-repeat .scheduler-monthly-day .month-day-pos {
  margin: 0 5px;
}

.fuelux .scheduler-repeat .scheduler-yearly {
  padding-left: 15px;
}

.fuelux .scheduler-repeat .scheduler-yearly-date {
  margin-top: 10px;
  *zoom: 1;
}

.fuelux .scheduler-repeat .scheduler-yearly-date:before,
.fuelux .scheduler-repeat .scheduler-yearly-date:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .scheduler-repeat .scheduler-yearly-date:after {
  clear: both;
}

.fuelux .scheduler-repeat .scheduler-yearly-date .select.year-month {
  margin-left: 5px;
}

.fuelux .scheduler-repeat .scheduler-yearly-date .select.year-month-day {
  margin-left: 10px;
}

.fuelux .scheduler-repeat .scheduler-yearly-day {
  margin-top: 10px;
  *zoom: 1;
}

.fuelux .scheduler-repeat .scheduler-yearly-day:before,
.fuelux .scheduler-repeat .scheduler-yearly-day:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .scheduler-repeat .scheduler-yearly-day:after {
  clear: both;
}

.fuelux .scheduler-repeat .scheduler-yearly-day .scheduler-yearly-day-text {
  float: left;
  margin: 0 10px;
  line-height: 27px;
}

.fuelux .scheduler-repeat .scheduler-yearly-day .year-month-day-pos {
  margin: 0 5px;
}

.fuelux .scheduler-repeat .scheduler-weekly {
  padding: 10px 0 0 15px;
}

.fuelux .scheduler-repeat .scheduler-weekly .btn-group.disabled {
  position: relative;
  opacity: 0.65;
}

.fuelux .scheduler-repeat .scheduler-weekly .btn-group.disabled:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: transparent;
  content: "";
}

.fuelux .scheduler-repeat .select {
  float: left;
}

.fuelux .scheduler-repeat label.radio {
  float: left;
  line-height: 27px;
}

.fuelux .scheduler-repeat label.radio input {
  margin-top: 8px;
}

.fuelux .scheduler-start .combobox .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.fuelux .scheduler-start .combobox input {
  width: 65px;
}

.fuelux .scheduler-start .dropdown {
  float: left;
  margin: 0 10px 0 0;
}

.fuelux .scheduler-table td {
  padding: 5px;
  margin: 0;
  vertical-align: top;
}

.fuelux .scheduler-table td.scheduler-label {
  padding-top: 8px;
}

.fuelux .scheduler-timezone .dropdown-label {
  width: 334px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fuelux .scheduler-timezone .dropdown-menu {
  width: 376px;
  max-height: 200px;
  overflow: auto;
}

.fuelux .scheduler .recurrence-panel {
  display: none;
}

.fuelux .search {
  display: inline-block;
}

.fuelux .select .dropdown-label {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0;
  font-weight: normal;
  color: #333;
  text-align: left;
}

.fuelux .select .hidden-field {
  display: none;
}

.fuelux .select-sizer {
  position: absolute;
  top: 0;
  display: inline-block;
  visibility: hidden;
}

.fuelux .tree {
  position: relative;
  padding: 10px 15px 0 15px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #BBBBBB;
  border-radius: 4px 4px 4px 4px;
}

.fuelux .tree .tree-folder {
  width: 100%;
  min-height: 20px;
  margin-top: 1px;
  cursor: pointer;
}

.fuelux .tree .tree-folder .tree-folder-header {
  position: relative;
  height: 20px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .tree .tree-folder .tree-folder-header:hover {
  background-color: #dfeef5;
}

.fuelux .tree .tree-folder .tree-folder-header i {
  position: absolute;
  top: 1px;
  left: 5px;
  float: left;
}

.fuelux .tree .tree-folder .tree-folder-header .tree-folder-name {
  padding-left: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fuelux .tree .tree-folder .tree-folder-content {
  margin-left: 23px;
}

.fuelux .tree .tree-item {
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 1px;
  cursor: pointer;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .tree .tree-item:hover {
  background-color: #dfeef5;
}

.fuelux .tree .tree-item .tree-item-name {
  padding-left: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fuelux .tree .tree-item .tree-dot {
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .tree .tree-item .icon-ok {
  position: absolute;
  top: 1px;
  left: 5px;
}

.fuelux .tree .tree-selected {
  background-color: #b9dff1;
}

.fuelux .tree .tree-selected:hover {
  background-color: #b9dff1;
}

.fuelux .wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .wizard:after {
  clear: both;
}

.fuelux .wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.fuelux .wizard ul.previous-disabled li.complete {
  cursor: default;
}

.fuelux .wizard ul.previous-disabled li.complete:hover {
  color: #468847;
  cursor: default;
  background: #f3f4f5;
}

.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}

.fuelux .wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed;
}

.fuelux .wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}

.fuelux .wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}

.fuelux .wizard ul li.complete {
  color: #468847;
  background: #f3f4f5;
}

.fuelux .wizard ul li.complete:hover {
  cursor: pointer;
  background: #e7eff8;
}

.fuelux .wizard ul li.complete-index:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

.fuelux .wizard ul li.complete-index .chevron:before {
  border-left: 14px solid #f3f4f5;
}

.fuelux .wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid green;
}

.fuelux .wizard ul li.complete .chevron:before {
  border-left: 14px solid green;
}

.fuelux .wizard ul li.active {
  color: #3a87ad;
  background: #f1f6fc;
}

.fuelux .wizard ul li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}

.fuelux .wizard ul li .badge {
  margin-right: 8px;
}

.fuelux .wizard ul li:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}

.fuelux .wizard .actions {
  position: absolute;
  right: 0;
  z-index: 1000;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}

.fuelux .wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}

.fuelux .wizard .actions .btn-prev i {
  margin-right: 5px;
}

.fuelux .wizard .actions .btn-next i {
  margin-left: 5px;
}

.fuelux .step-content .step-pane {
  display: none;
}

.fuelux .step-content .active {
  display: block;
}

.fuelux .step-content .active .btn-group .active {
  display: inline-block;
}