/*!
 * Bootstrap v2.2.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/active states of certain elements */

  /* move down carets for tabs */

}

.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 {
    widows: 3;
    orphans: 3;
  }
  .fuelux h2,
  .fuelux h3 {
    page-break-after: avoid;
  }
}

.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 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 {
  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 {
  color: #808080;
}

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

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

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

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

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

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

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

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

.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;
  padding-right: 5px;
  padding-left: 5px;
}

.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: 16px;
  font-weight: 300;
  line-height: 25px;
}

.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 form {
  margin: 0 0 20px;
}

.fuelux fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.fuelux legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.fuelux legend small {
  font-size: 15px;
  color: #999999;
}

.fuelux label,
.fuelux input,
.fuelux button,
.fuelux select,
.fuelux textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.fuelux input,
.fuelux button,
.fuelux select,
.fuelux textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fuelux label {
  display: block;
  margin-bottom: 5px;
}

.fuelux select,
.fuelux textarea,
.fuelux input[type="text"],
.fuelux input[type="password"],
.fuelux input[type="datetime"],
.fuelux input[type="datetime-local"],
.fuelux input[type="date"],
.fuelux input[type="month"],
.fuelux input[type="time"],
.fuelux input[type="week"],
.fuelux input[type="number"],
.fuelux input[type="email"],
.fuelux input[type="url"],
.fuelux input[type="search"],
.fuelux input[type="tel"],
.fuelux input[type="color"],
.fuelux .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

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

.fuelux textarea {
  height: auto;
}

.fuelux textarea,
.fuelux input[type="text"],
.fuelux input[type="password"],
.fuelux input[type="datetime"],
.fuelux input[type="datetime-local"],
.fuelux input[type="date"],
.fuelux input[type="month"],
.fuelux input[type="time"],
.fuelux input[type="week"],
.fuelux input[type="number"],
.fuelux input[type="email"],
.fuelux input[type="url"],
.fuelux input[type="search"],
.fuelux input[type="tel"],
.fuelux input[type="color"],
.fuelux .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.fuelux textarea:focus,
.fuelux input[type="text"]:focus,
.fuelux input[type="password"]:focus,
.fuelux input[type="datetime"]:focus,
.fuelux input[type="datetime-local"]:focus,
.fuelux input[type="date"]:focus,
.fuelux input[type="month"]:focus,
.fuelux input[type="time"]:focus,
.fuelux input[type="week"]:focus,
.fuelux input[type="number"]:focus,
.fuelux input[type="email"]:focus,
.fuelux input[type="url"]:focus,
.fuelux input[type="search"]:focus,
.fuelux input[type="tel"]:focus,
.fuelux input[type="color"]:focus,
.fuelux .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.fuelux input[type="radio"],
.fuelux input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

.fuelux input[type="file"],
.fuelux input[type="image"],
.fuelux input[type="submit"],
.fuelux input[type="reset"],
.fuelux input[type="button"],
.fuelux input[type="radio"],
.fuelux input[type="checkbox"] {
  width: auto;
}

.fuelux select,
.fuelux input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

.fuelux select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.fuelux select[multiple],
.fuelux select[size] {
  height: auto;
}

.fuelux select:focus,
.fuelux input[type="file"]:focus,
.fuelux input[type="radio"]:focus,
.fuelux input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.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 input:-moz-placeholder,
.fuelux textarea:-moz-placeholder {
  color: #999999;
}

.fuelux input:-ms-input-placeholder,
.fuelux textarea:-ms-input-placeholder {
  color: #999999;
}

.fuelux input::-webkit-input-placeholder,
.fuelux textarea::-webkit-input-placeholder {
  color: #999999;
}

.fuelux .radio,
.fuelux .checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.fuelux .radio input[type="radio"],
.fuelux .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.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 {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.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 {
  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 input,
.fuelux .form-inline input,
.fuelux .form-horizontal input,
.fuelux .form-search textarea,
.fuelux .form-inline textarea,
.fuelux .form-horizontal textarea,
.fuelux .form-search select,
.fuelux .form-inline select,
.fuelux .form-horizontal select,
.fuelux .form-search .help-inline,
.fuelux .form-inline .help-inline,
.fuelux .form-horizontal .help-inline,
.fuelux .form-search .uneditable-input,
.fuelux .form-inline .uneditable-input,
.fuelux .form-horizontal .uneditable-input,
.fuelux .form-search .input-prepend,
.fuelux .form-inline .input-prepend,
.fuelux .form-horizontal .input-prepend,
.fuelux .form-search .input-append,
.fuelux .form-inline .input-append,
.fuelux .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.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 .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

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

.fuelux .form-horizontal .control-group:after {
  clear: both;
}

.fuelux .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.fuelux .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.fuelux .form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.fuelux .form-horizontal .help-block {
  margin-bottom: 0;
}

.fuelux .form-horizontal input + .help-block,
.fuelux .form-horizontal select + .help-block,
.fuelux .form-horizontal textarea + .help-block,
.fuelux .form-horizontal .uneditable-input + .help-block,
.fuelux .form-horizontal .input-prepend + .help-block,
.fuelux .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.fuelux .form-horizontal .form-actions {
  padding-left: 180px;
}

.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 {
  -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 {
  -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 tfoot:last-child tr:last-child > td: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 tfoot:last-child tr:last-child > td: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:hover > [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:hover > 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 {
  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 {
  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 {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #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 {
  color: #999999;
}

.fuelux .dropdown-menu .disabled > a:hover {
  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 .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 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.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 {
  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 .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fuelux .btn:hover,
.fuelux .btn:active,
.fuelux .btn.active,
.fuelux .btn.disabled,
.fuelux .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

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

.fuelux .btn:first-child {
  *margin-left: 0;
}

.fuelux .btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

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

.fuelux .btn.active,
.fuelux .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fuelux .btn.disabled,
.fuelux .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.fuelux .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.fuelux .btn-large [class^="icon-"],
.fuelux .btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.fuelux .btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fuelux .btn-small [class^="icon-"],
.fuelux .btn-small [class*=" icon-"] {
  margin-top: 0;
}

.fuelux .btn-mini [class^="icon-"],
.fuelux .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.fuelux .btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fuelux .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.fuelux .btn-block + .btn-block {
  margin-top: 5px;
}

.fuelux input[type="submit"].btn-block,
.fuelux input[type="reset"].btn-block,
.fuelux input[type="button"].btn-block {
  width: 100%;
}

.fuelux .btn-primary.active,
.fuelux .btn-warning.active,
.fuelux .btn-danger.active,
.fuelux .btn-success.active,
.fuelux .btn-info.active,
.fuelux .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.fuelux .btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.fuelux .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.fuelux .btn-primary:hover,
.fuelux .btn-primary:active,
.fuelux .btn-primary.active,
.fuelux .btn-primary.disabled,
.fuelux .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.fuelux .btn-primary:active,
.fuelux .btn-primary.active {
  background-color: #003399 \9;
}

.fuelux .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #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-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  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='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.fuelux .btn-warning:hover,
.fuelux .btn-warning:active,
.fuelux .btn-warning.active,
.fuelux .btn-warning.disabled,
.fuelux .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.fuelux .btn-warning:active,
.fuelux .btn-warning.active {
  background-color: #c67605 \9;
}

.fuelux .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  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='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.fuelux .btn-danger:hover,
.fuelux .btn-danger:active,
.fuelux .btn-danger.active,
.fuelux .btn-danger.disabled,
.fuelux .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.fuelux .btn-danger:active,
.fuelux .btn-danger.active {
  background-color: #942a25 \9;
}

.fuelux .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  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='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.fuelux .btn-success:hover,
.fuelux .btn-success:active,
.fuelux .btn-success.active,
.fuelux .btn-success.disabled,
.fuelux .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.fuelux .btn-success:active,
.fuelux .btn-success.active {
  background-color: #408140 \9;
}

.fuelux .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  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='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.fuelux .btn-info:hover,
.fuelux .btn-info:active,
.fuelux .btn-info.active,
.fuelux .btn-info.disabled,
.fuelux .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.fuelux .btn-info:active,
.fuelux .btn-info.active {
  background-color: #24748c \9;
}

.fuelux .btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #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='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.fuelux .btn-inverse:hover,
.fuelux .btn-inverse:active,
.fuelux .btn-inverse.active,
.fuelux .btn-inverse.disabled,
.fuelux .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

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

.fuelux button.btn,
.fuelux input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.fuelux button.btn::-moz-focus-inner,
.fuelux input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.fuelux button.btn.btn-large,
.fuelux input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.fuelux button.btn.btn-small,
.fuelux input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.fuelux button.btn.btn-mini,
.fuelux input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.fuelux .btn-link,
.fuelux .btn-link:active,
.fuelux .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.fuelux .btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.fuelux .btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.fuelux .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.fuelux .btn-group:first-child {
  *margin-left: 0;
}

.fuelux .btn-group + .btn-group {
  margin-left: 5px;
}

.fuelux .btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.fuelux .btn-toolbar > .btn + .btn,
.fuelux .btn-toolbar > .btn-group + .btn,
.fuelux .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.fuelux .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

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

.fuelux .btn-group > .btn,
.fuelux .btn-group > .dropdown-menu,
.fuelux .btn-group > .popover {
  font-size: 14px;
}

.fuelux .btn-group > .btn-mini {
  font-size: 10.5px;
}

.fuelux .btn-group > .btn-small {
  font-size: 11.9px;
}

.fuelux .btn-group > .btn-large {
  font-size: 17.5px;
}

.fuelux .btn-group > .btn:first-child {
  margin-left: 0;
  -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 .btn-group > .btn:last-child,
.fuelux .btn-group > .dropdown-toggle {
  -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 .btn-group > .btn.large:first-child {
  margin-left: 0;
  -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 .btn-group > .btn.large:last-child,
.fuelux .btn-group > .large.dropdown-toggle {
  -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 .btn-group > .btn:hover,
.fuelux .btn-group > .btn:focus,
.fuelux .btn-group > .btn:active,
.fuelux .btn-group > .btn.active {
  z-index: 2;
}

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

.fuelux .btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fuelux .btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.fuelux .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.fuelux .btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.fuelux .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fuelux .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.fuelux .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.fuelux .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.fuelux .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.fuelux .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.fuelux .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.fuelux .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.fuelux .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.fuelux .btn-mini .caret,
.fuelux .btn-small .caret,
.fuelux .btn-large .caret {
  margin-top: 6px;
}

.fuelux .btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.fuelux .dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.fuelux .btn-primary .caret,
.fuelux .btn-warning .caret,
.fuelux .btn-danger .caret,
.fuelux .btn-info .caret,
.fuelux .btn-success .caret,
.fuelux .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.fuelux .btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.fuelux .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.fuelux .btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.fuelux .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.fuelux .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.fuelux .btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.fuelux .btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.fuelux .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fuelux .alert,
.fuelux .alert h4 {
  color: #c09853;
}

.fuelux .alert h4 {
  margin: 0;
}

.fuelux .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.fuelux .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.fuelux .alert-success h4 {
  color: #468847;
}

.fuelux .alert-danger,
.fuelux .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.fuelux .alert-danger h4,
.fuelux .alert-error h4 {
  color: #b94a48;
}

.fuelux .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.fuelux .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.fuelux .alert-block > p,
.fuelux .alert-block > ul {
  margin-bottom: 0;
}

.fuelux .alert-block p + p {
  margin-top: 5px;
}

.fuelux .nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.fuelux .nav > li > a {
  display: block;
}

.fuelux .nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.fuelux .nav > li > a > img {
  max-width: none;
}

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

.fuelux .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.fuelux .nav li + .nav-header {
  margin-top: 9px;
}

.fuelux .nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.fuelux .nav-list > li > a,
.fuelux .nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.fuelux .nav-list > li > a {
  padding: 3px 15px;
}

.fuelux .nav-list > .active > a,
.fuelux .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.fuelux .nav-list [class^="icon-"],
.fuelux .nav-list [class*=" icon-"] {
  margin-right: 2px;
}

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

.fuelux .nav-tabs,
.fuelux .nav-pills {
  *zoom: 1;
}

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

.fuelux .nav-tabs:after,
.fuelux .nav-pills:after {
  clear: both;
}

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

.fuelux .nav-tabs > li > a,
.fuelux .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.fuelux .nav-tabs {
  border-bottom: 1px solid #ddd;
}

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

.fuelux .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

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

.fuelux .nav-tabs > .active > a,
.fuelux .nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.fuelux .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.fuelux .nav-pills > .active > a,
.fuelux .nav-pills > .active > a:hover {
  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 {
  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 {
  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 {
  cursor: pointer;
}

.fuelux .nav-tabs .open .dropdown-toggle,
.fuelux .nav-pills .open .dropdown-toggle,
.fuelux .nav > li.dropdown.open.active > a:hover {
  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 {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fuelux .tabs-stacked .open > a:hover {
  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 {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.fuelux .tabs-below > .nav-tabs > .active > a,
.fuelux .tabs-below > .nav-tabs > .active > a:hover {
  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 {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.fuelux .tabs-left > .nav-tabs .active > a,
.fuelux .tabs-left > .nav-tabs .active > a:hover {
  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 {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

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

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

.fuelux .nav > .disabled > a:hover {
  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 {
  text-decoration: none;
}

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

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

.fuelux .navbar-link:hover {
  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 {
  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: -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-image: -moz-linear-gradient(top, #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: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 {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.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 {
  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 {
  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 {
  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: -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-image: -moz-linear-gradient(top, #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: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 > .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 {
  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 {
  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 > 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 .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.fuelux .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fuelux .tooltip.top {
  margin-top: -3px;
}

.fuelux .tooltip.right {
  margin-left: 3px;
}

.fuelux .tooltip.bottom {
  margin-top: 3px;
}

.fuelux .tooltip.left {
  margin-left: -3px;
}

.fuelux .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fuelux .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.fuelux .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.fuelux .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.fuelux .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.fuelux .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.fuelux .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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 .popover.top {
  margin-top: -10px;
}

.fuelux .popover.right {
  margin-left: 10px;
}

.fuelux .popover.bottom {
  margin-top: 10px;
}

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

.fuelux .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.fuelux .popover-content {
  padding: 9px 14px;
}

.fuelux .popover .arrow,
.fuelux .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.fuelux .popover .arrow {
  border-width: 11px;
}

.fuelux .popover .arrow:after {
  border-width: 10px;
  content: "";
}

.fuelux .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.fuelux .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.fuelux .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.fuelux .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.fuelux .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.fuelux .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.fuelux .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.fuelux .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.fuelux .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.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 {
  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.badge:hover {
  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 {
  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 {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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 .checkbox-custom input[type=checkbox] {
  display: none;
}

.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 a {
  font-size: 14px;
}

.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 .sorted {
  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;
}

.fuelux .datagrid thead .sortable {
  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 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;
}

.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 .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;
}

.fuelux .radio-custom input[type=radio] {
  display: none;
}

.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 .select .dropdown-label {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0;
  font-weight: normal;
  color: #333;
  text-align: left;
}

.fuelux #selectTextSize {
  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 {
  position: absolute;
  left: 29px;
}

.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 {
  position: absolute;
  left: 29px;
}

.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 {
  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 {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.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;
  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:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

.fuelux .wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}

.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:nth-child(1) {
  z-index: 10;
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}

.fuelux .wizard ul li:nth-child(2) {
  z-index: 9;
}

.fuelux .wizard ul li:nth-child(3) {
  z-index: 8;
}

.fuelux .wizard ul li:nth-child(4) {
  z-index: 7;
}

.fuelux .wizard ul li:nth-child(5) {
  z-index: 6;
}

.fuelux .wizard ul li:nth-child(6) {
  z-index: 5;
}

.fuelux .wizard ul li:nth-child(7) {
  z-index: 4;
}

.fuelux .wizard ul li:nth-child(8) {
  z-index: 3;
}

.fuelux .wizard ul li:nth-child(9) {
  z-index: 2;
}

.fuelux .wizard ul li:nth-child(10) {
  z-index: 1;
}

.fuelux .wizard .actions {
  float: right;
  padding-right: 15px;
  line-height: 44px;
  vertical-align: middle;
}

.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;
}