/*!
 * Bootstrap v1.4.0
 *
 * Copyright 2011 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.
 * Date: Sun Dec 25 20:18:31 PST 2011
 */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.bs html, .bs  body {
  margin: 0;
  padding: 0;
}
.bs h1,
.bs h2,
.bs h3,
.bs h4,
.bs h5,
.bs h6,
.bs p,
.bs blockquote,
.bs pre,
.bs a,
.bs abbr,
.bs acronym,
.bs address,
.bs cite,
.bs code,
.bs del,
.bs dfn,
.bs em,
.bs img,
.bs q,
.bs s,
.bs samp,
.bs small,
.bs strike,
.bs strong,
.bs sub,
.bs sup,
.bs tt,
.bs var,
.bs fieldset,
.bs .bs-form,
.bs label,
.bs legend,
.bs button,
.bs table,
.bs caption,
.bs tbody,
.bs tfoot,
.bs thead,
.bs tr,
.bs th,
.bs td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
.bs table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bs q:before,
.bs q:after,
.bs blockquote:before,
.bs blockquote:after {
  content: "";
}
.bs html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.bs a:focus {
  outline: thin dotted;
}
.bs a:hover, .bs  a:active {
  outline: 0;
}
.bs article,
.bs aside,
.bs details,
.bs figcaption,
.bs figure,
.bs footer,
.bs header,
.bs hgroup,
.bs nav,
.bs section {
  display: block;
}
.bs audio, .bs  canvas, .bs  video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bs audio:not([controls]) {
  display: none;
}
.bs sub, .bs  sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bs sup {
  top: -0.5em;
}
.bs sub {
  bottom: -0.25em;
}
.bs img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.bs button,
.bs input,
.bs select,
.bs textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.bs button, .bs  input {
  line-height: normal;
  *overflow: visible;
}
.bs button::-moz-focus-inner, .bs  input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bs button,
.bs input[type="button"],
.bs input[type="reset"],
.bs input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.bs input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bs input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bs textarea {
  overflow: auto;
  vertical-align: top;
}
/* Variables.less
 * Variables to customize the look and feel of Bootstrap
 * ----------------------------------------------------- */
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
.bs body {
  background-color: #ffffff;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
}
.bs .container {
  /*width: 940px;*/
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.bs .container:before, .bs  .container:after {
  display: table;
  content: "";
  zoom: 1;
}
.bs .container:after {
  clear: both;
}
.bs .container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.bs .container-fluid:before, .bs  .container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
}
.bs .container-fluid:after {
  clear: both;
}
.bs .container-fluid > .sidebar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 220px;
}
.bs .container-fluid > .content {
  margin-left: 240px;
}
/*.bs a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
.bs a:hover {
  color: #00438a;
  text-decoration: underline;
}*/
.bs .pull-right {
  float: right;
}
.bs .pull-left {
  float: left;
}
.bs .hide {
  display: none;
}
.bs .show {
  display: block;
}
.bs .row {
  zoom: 1;
  margin-left: -20px;
}
.bs .row:before, .bs  .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.bs .row:after {
  clear: both;
}
.bs .row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.bs .span1 {
  width: 40px;
}
.bs .span2 {
  width: 100px;
}
.bs .span3 {
  width: 160px;
}
.bs .span4 {
  width: 220px;
}
.bs .span5 {
  width: 280px;
}
.bs .span6 {
  width: 340px;
}
.bs .span7 {
  width: 400px;
}
.bs .span8 {
  width: 460px;
}
.bs .span9 {
  width: 520px;
}
.bs .span10 {
  width: 580px;
}
.bs .span11 {
  width: 640px;
}
.bs .span12 {
  width: 700px;
}
.bs .span13 {
  width: 760px;
}
.bs .span14 {
  width: 820px;
}
.bs .span15 {
  width: 880px;
}
.bs .span16 {
  width: 940px;
}
.bs .span17 {
  width: 1000px;
}
.bs .span18 {
  width: 1060px;
}
.bs .span19 {
  width: 1120px;
}
.bs .span20 {
  width: 1180px;
}
.bs .span21 {
  width: 1240px;
}
.bs .span22 {
  width: 1300px;
}
.bs .span23 {
  width: 1360px;
}
.bs .span24 {
  width: 1420px;
}
.bs .row > .offset1 {
  margin-left: 80px;
}
.bs .row > .offset2 {
  margin-left: 140px;
}
.bs .row > .offset3 {
  margin-left: 200px;
}
.bs .row > .offset4 {
  margin-left: 260px;
}
.bs .row > .offset5 {
  margin-left: 320px;
}
.bs .row > .offset6 {
  margin-left: 380px;
}
.bs .row > .offset7 {
  margin-left: 440px;
}
.bs .row > .offset8 {
  margin-left: 500px;
}
.bs .row > .offset9 {
  margin-left: 560px;
}
.bs .row > .offset10 {
  margin-left: 620px;
}
.bs .row > .offset11 {
  margin-left: 680px;
}
.bs .row > .offset12 {
  margin-left: 740px;
}
.bs .span-one-third {
  width: 300px;
}
.bs .span-two-thirds {
  width: 620px;
}
.bs .row > .offset-one-third {
  margin-left: 340px;
}
.bs .row > .offset-two-thirds {
  margin-left: 660px;
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
.bs p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
}
.bs p small {
  font-size: 11px;
  color: #bfbfbf;
}
.bs h1,
.bs h2,
.bs h3,
.bs h4,
.bs h5,
.bs h6 {
  font-weight: bold;
  color: #404040;
}
.bs h1 small,
.bs h2 small,
.bs h3 small,
.bs h4 small,
.bs h5 small,
.bs h6 small {
  color: #bfbfbf;
}
.bs h1 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 36px;
}
.bs h1 small {
  font-size: 18px;
}
.bs h2 {
  font-size: 24px;
  line-height: 36px;
}
.bs h2 small {
  font-size: 14px;
}
.bs h3,
.bs h4,
.bs h5,
.bs h6 {
  line-height: 36px;
}
.bs h3 {
  font-size: 18px;
}
.bs h3 small {
  font-size: 14px;
}
.bs h4 {
  font-size: 16px;
}
.bs h4 small {
  font-size: 12px;
}
.bs h5 {
  font-size: 14px;
}
.bs h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
.bs hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
.bs strong {
  font-style: inherit;
  font-weight: bold;
}
.bs em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.bs .muted {
  color: #bfbfbf;
}
.bs blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
.bs blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
.bs blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
.bs blockquote small:before {
  content: '\2014 \00A0';
}
.bs address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
.bs code, .bs  pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bs code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
.bs pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* .bs-forms.less
 * Base styles for various input types, .bs-form layouts, and states
 * ------------------------------------------------------------- */
.bs .bs-form {
  margin-bottom: 18px;
}
.bs fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
.bs fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
.bs .bs-form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
.bs .bs-form .clearfix:before, .bs  .bs-form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
.bs .bs-form .clearfix:after {
  clear: both;
}
.bs label,
.bs input,
.bs select,
.bs textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.bs label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
.bs .bs-form .input {
  margin-left: 150px;
}
.bs input[type=checkbox], .bs  input[type=radio] {
  cursor: pointer;
}
.bs input,
.bs textarea,
.bs select,
.bs .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bs select {
  padding: initial;
}
.bs input[type=checkbox], .bs  input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
.bs input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bs input[type=button], .bs  input[type=reset], .bs  input[type=submit] {
  width: auto;
  height: auto;
}
.bs select, .bs  input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
.bs select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
.bs textarea {
  height: auto;
}
.bs .uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -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);
  cursor: not-allowed;
}
.bs :-moz-placeholder {
  color: #bfbfbf;
}
.bs ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.bs input, .bs  textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.bs input:focus, .bs  textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.bs input[type=file]:focus, .bs  input[type=checkbox]:focus, .bs  select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
.bs .bs-form .clearfix.error > label, .bs  .bs-form .clearfix.error .help-block, .bs  .bs-form .clearfix.error .help-inline {
  color: #b94a48;
}
.bs .bs-form .clearfix.error input, .bs  .bs-form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
.bs .bs-form .clearfix.error input:focus, .bs  .bs-form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.bs .bs-form .clearfix.error .input-prepend .add-on, .bs  .bs-form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
.bs .bs-form .clearfix.warning > label, .bs  .bs-form .clearfix.warning .help-block, .bs  .bs-form .clearfix.warning .help-inline {
  color: #c09853;
}
.bs .bs-form .clearfix.warning input, .bs  .bs-form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
.bs .bs-form .clearfix.warning input:focus, .bs  .bs-form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
.bs .bs-form .clearfix.warning .input-prepend .add-on, .bs  .bs-form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
.bs .bs-form .clearfix.success > label, .bs  .bs-form .clearfix.success .help-block, .bs  .bs-form .clearfix.success .help-inline {
  color: #468847;
}
.bs .bs-form .clearfix.success input, .bs  .bs-form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
.bs .bs-form .clearfix.success input:focus, .bs  .bs-form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
.bs .bs-form .clearfix.success .input-prepend .add-on, .bs  .bs-form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.bs .input-mini,
.bs input.mini,
.bs textarea.mini,
.bs select.mini {
  width: 60px;
}
.bs .input-small,
.bs input.small,
.bs textarea.small,
.bs select.small {
  width: 90px;
}
.bs .input-medium,
.bs input.medium,
.bs textarea.medium,
.bs select.medium {
  width: 150px;
}
.bs .input-large,
.bs input.large,
.bs textarea.large,
.bs select.large {
  width: 210px;
}
.bs .input-xlarge,
.bs input.xlarge,
.bs textarea.xlarge,
.bs select.xlarge {
  width: 270px;
}
.bs .input-xxlarge,
.bs input.xxlarge,
.bs textarea.xxlarge,
.bs select.xxlarge {
  width: 530px;
}
.bs textarea.xxlarge {
  overflow-y: auto;
}
.bs input.span1, .bs  textarea.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}
.bs input.span2, .bs  textarea.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
.bs input.span3, .bs  textarea.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}
.bs input.span4, .bs  textarea.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
.bs input.span5, .bs  textarea.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}
.bs input.span6, .bs  textarea.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
.bs input.span7, .bs  textarea.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}
.bs input.span8, .bs  textarea.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
.bs input.span9, .bs  textarea.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}
.bs input.span10, .bs  textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
.bs input.span11, .bs  textarea.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}
.bs input.span12, .bs  textarea.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}
.bs input.span13, .bs  textarea.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}
.bs input.span14, .bs  textarea.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}
.bs input.span15, .bs  textarea.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}
.bs input.span16, .bs  textarea.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}
.bs input[disabled],
.bs select[disabled],
.bs textarea[disabled],
.bs input[readonly],
.bs select[readonly],
.bs textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.bs .actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0;
  text-align:center;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.bs .actions .secondary-action {
  float: right;
}
.bs .actions .secondary-action a {
  line-height: 30px;
}
.bs .actions .secondary-action a:hover {
  text-decoration: underline;
}
.bs .help-inline, .bs  .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.bs .help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.bs .help-block {
  display: block;
  /*max-width: 600px;*/
}
.bs .inline-inputs {
  color: #808080;
}
.bs .inline-inputs span {
  padding: 0 2px 0 1px;
}
.bs .input-prepend input, .bs  .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bs .input-prepend .add-on, .bs  .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bs .input-prepend .active, .bs  .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.bs .input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.bs .input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bs .input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.bs .inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.bs .inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.bs .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.bs .inputs-list label strong {
  color: #808080;
}
.bs .inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.bs .inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.bs .inputs-list:first-child {
  padding-top: 6px;
}
.bs .inputs-list li + li {
  padding-top: 2px;
}
.bs .inputs-list input[type=radio], .bs  .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.bs .bs-form-stacked {
  padding-left: 20px;
}
.bs .bs-form-stacked fieldset {
  padding-top: 9px;
}
.bs .bs-form-stacked legend {
  padding-left: 0;
}
.bs .bs-form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.bs .bs-form-stacked .clearfix {
  margin-bottom: 9px;
}
.bs .bs-form-stacked .clearfix div.input {
  margin-left: 0;
}
.bs .bs-form-stacked .inputs-list {
  margin-bottom: 0;
}
.bs .bs-form-stacked .inputs-list li {
  padding-top: 0;
}
.bs .bs-form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.bs .bs-form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.bs .bs-form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
.bs table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
.bs table th, .bs  table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.bs table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
.bs table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bs table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.bs .condensed-table th, .bs  .condensed-table td {
  padding: 5px 5px 4px;
}
.bs .bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs .bordered-table th + th, .bs  .bordered-table td + td, .bs  .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bs .bordered-table thead tr:first-child th:first-child, .bs  .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bs .bordered-table thead tr:first-child th:last-child, .bs  .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bs .bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bs .bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.bs table .span1 {
  width: 20px;
}
.bs table .span2 {
  width: 60px;
}
.bs table .span3 {
  width: 100px;
}
.bs table .span4 {
  width: 140px;
}
.bs table .span5 {
  width: 180px;
}
.bs table .span6 {
  width: 220px;
}
.bs table .span7 {
  width: 260px;
}
.bs table .span8 {
  width: 300px;
}
.bs table .span9 {
  width: 340px;
}
.bs table .span10 {
  width: 380px;
}
.bs table .span11 {
  width: 420px;
}
.bs table .span12 {
  width: 460px;
}
.bs table .span13 {
  width: 500px;
}
.bs table .span14 {
  width: 540px;
}
.bs table .span15 {
  width: 580px;
}
.bs table .span16 {
  width: 620px;
}
.bs .zebra-striped tbody tr:nth-child(odd) td, .bs  .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.bs .zebra-striped tbody tr:hover td, .bs  .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
.bs table .header {
  cursor: pointer;
}
.bs table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
.bs table .headerSortUp, .bs  table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.bs table .header:hover:after {
  visibility: visible;
}
.bs table .headerSortDown:after, .bs  table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.bs table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.bs table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}
.bs table .headerSortUp.blue, .bs  table .headerSortDown.blue {
  background-color: #ade6fe;
}
.bs table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}
.bs table .headerSortUp.green, .bs  table .headerSortDown.green {
  background-color: #cdeacd;
}
.bs table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}
.bs table .headerSortUp.red, .bs  table .headerSortDown.red {
  background-color: #f4c8c5;
}
.bs table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
.bs table .headerSortUp.yellow, .bs  table .headerSortDown.yellow {
  background-color: #fff6d9;
}
.bs table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}
.bs table .headerSortUp.orange, .bs  table .headerSortDown.orange {
  background-color: #fee9cc;
}
.bs table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}
.bs table .headerSortUp.purple, .bs  table .headerSortDown.purple {
  background-color: #e2d5f0;
}
/* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
.bs .topbar {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
}
.bs .topbar a {
  color: #bfbfbf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bs .topbar h3 a:hover, .bs  .topbar .brand:hover, .bs  .topbar ul .active > a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.bs .topbar h3 {
  position: relative;
}
.bs .topbar h3 a, .bs  .topbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}
.bs .topbar p {
  margin: 0;
  line-height: 40px;
}
.bs .topbar p a:hover {
  background-color: transparent;
  color: #ffffff;
}
.bs .topbar .bs-form {
  float: left;
  margin: 5px 0 0 0;
  position: relative;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bs .topbar .bs-form.pull-right {
  float: right;
}
.bs .topbar input {
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 4px 9px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.bs .topbar input:-moz-placeholder {
  color: #e6e6e6;
}
.bs .topbar input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.bs .topbar input:hover {
  background-color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.bs .topbar input:focus, .bs  .topbar input.focused {
  outline: 0;
  background-color: #ffffff;
  color: #404040;
  text-shadow: 0 1px 0 #ffffff;
  border: 0;
  padding: 5px 10px;
  -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);
}
.bs .topbar-inner, .bs  .topbar .fill {
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(top, #333333, #222222);
}
.bs .topbar div > ul, .bs  .nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
}
.bs .topbar div > ul > li, .bs  .nav > li {
  display: block;
  float: left;
}
.bs .topbar div > ul a, .bs  .nav a {
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
}
.bs .topbar div > ul a:hover, .bs  .nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.bs .topbar div > ul .active > a, .bs  .nav .active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.bs .topbar div > ul.secondary-nav, .bs  .nav.secondary-nav {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.bs .tabs, .bs  .pills {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.bs .tabs:before,
.bs .pills:before,
.bs .tabs:after,
.bs .pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.bs .tabs:after, .bs  .pills:after {
  clear: both;
}
.bs .tabs > li, .bs  .pills > li {
  float: left;
}
.bs .tabs > li > a, .bs  .pills > li > a {
  display: block;
}
.bs .tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.bs .tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.bs .tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bs .tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.bs .tabs .active > a, .bs  .tabs .active > a:hover {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bs .pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bs .pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #00438a;
}
.bs .pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.bs .pills-vertical > li {
  float: none;
}
.bs .tab-content > .tab-pane,
.bs .pill-content > .pill-pane,
.bs .tab-content > div,
.bs .pill-content > div {
  display: none;
}
.bs .tab-content > .active, .bs  .pill-content > .active {
  display: block;
}
.bs .breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
    border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
}
.bs .breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.bs .breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.bs .breadcrumb .active a {
  color: #404040;
}
.bs .hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bs .hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.bs .hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
.bs footer {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eee;
}
.bs .page-header {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bs .page-header h1 {
  margin-bottom: 8px;
}
.bs .btn.danger,
.bs .alert-message.danger,
.bs .btn.danger:hover,
.bs .alert-message.danger:hover,
.bs .btn.error,
.bs .alert-message.error,
.bs .btn.error:hover,
.bs .alert-message.error:hover,
.bs .btn.success,
.bs .alert-message.success,
.bs .btn.success:hover,
.bs .alert-message.success:hover,
.bs .btn.info,
.bs .alert-message.info,
.bs .btn.info:hover,
.bs .alert-message.info:hover {
  color: #ffffff;
}
.bs .btn .close, .bs  .alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.bs .btn.danger,
.bs .alert-message.danger,
.bs .btn.error,
.bs .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	border-left-color: #c43c35;
	border-right-color: #c43c35;
	border-top-color: #c43c35;
	border-bottom-color: #882a25;
}
.bs .btn.success, .bs  .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(top, #62c462, #57a957);
	border-left-color: #57a957;
	border-right-color: #57a957;
	border-top-color: #57a957;
	border-bottom-color: #3d773d;
}
.bs .btn.info, .bs  .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	border-left-color: #339bb9;
	border-right-color: #339bb9;
	border-top-color: #339bb9;
	border-bottom-color: #22697d;
}
.bs .btn {
  border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.bs .btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

.bs .btn-warning:hover, .bs .btn-warning:active, .bs .btn-warning.active, .bs .btn-warning.disabled, .bs .btn-warning[disabled] {
background-color: #F89406;
}
.bs .btn-warning, .bs .btn-warning:hover {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
color: white;
}
.bs .btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-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(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);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(enabled = false);} .bs .btn-warning:hover, .bs .btn-warning:active, .bs .btn-warning.active, .bs .btn-warning.disabled, .bs .btn-warning[disabled] {background-color:#f89406;}
.bs .btn-warning:active, .bs .btn-warning.active{background-color:#c67605;}
.bs .btn:focus {
  outline: 1px dotted #666;
}
.bs .btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	border-left-color: #0064cd;
	border-right-color: #0064cd;
	border-top-color: #0064cd;
	border-bottom-color: #003f81;
}
.bs .btn.active, .bs  .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bs .btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTrans.bs-form.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bs .btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTrans.bs-form.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bs .btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bs .btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.bs :root .alert-message, .bs  :root .btn {
  border-radius: 0 \0;
}
.bs button.btn::-moz-focus-inner, .bs  input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bs .close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.bs .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.bs .alert-message {
  border-left: 1px solid #eedc94;
	border-right: 1px solid #eedc94;
	border-top: 1px solid #eedc94;
	border-bottom: 1px solid #e4c652;
	position: relative;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #404040;
    background-color: #eedc94;
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	background-image: linear-gradient(top, #fceec1, #eedc94);
}
.bs .alert-message .close {
  margin-top: 1px;
  *margin-top: 0;
}
.bs .alert-message a {
  font-weight: bold;
  color: #404040;
}
.bs .alert-message.danger p a,
.bs .alert-message.error p a,
.bs .alert-message.success p a,
.bs .alert-message.info p a {
  color: #ffffff;
}
.bs .alert-message h5 {
  line-height: 18px;
}
.bs .alert-message p {
  margin-bottom: 0;
}
.bs .alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.bs .alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bs .alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTrans.bs-form.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bs .alert-message.block-message ul, .bs  .alert-message.block-message p {
  margin-right: 30px;
}
.bs .alert-message.block-message ul {
  margin-bottom: 0;
}
.bs .alert-message.block-message li {
  color: #404040;
}
.bs .alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.bs .alert-message.block-message.error, .bs  .alert-message.block-message.success, .bs  .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bs .alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.bs .alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.bs .alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.bs .alert-message.block-message.danger p a,
.bs .alert-message.block-message.error p a,
.bs .alert-message.block-message.success p a,
.bs .alert-message.block-message.info p a {
  color: #404040;
}
.bs .pagination {
  height: 36px;
  margin: 18px 0;
}
.bs .pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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);
}
.bs .pagination li {
  display: inline;
}
.bs .pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */

  text-decoration: none;
}
.bs .pagination a:hover, .bs  .pagination .active a {
  background-color: #c7eefe;
}
.bs .pagination .disabled a, .bs  .pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.bs .pagination .next a {
  border: 0;
}
.bs .well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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);
}
.bs .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bs .modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.bs .modal-backdrop.fade {
  opacity: 0;
}
.bs .modal-backdrop, .bs  .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.bs .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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;
}
.bs .modal .close {
  margin-top: 7px;
}
.bs .modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.bs .modal.fade.in {
  top: 50%;
}
.bs .modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.bs .modal-body {
  padding: 15px;
}
.bs .modal-body .bs-form {
  margin-bottom: 0;
}
.bs .modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  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;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.bs .modal-footer:before, .bs  .modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.bs .modal-footer:after {
  clear: both;
}
.bs .modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.bs .modal .popover, .bs  .modal .twipsy {
  z-index: 12000;
}
.bs .twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.bs .twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.bs .twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.bs .twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.bs .twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.bs .twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.bs .twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs .twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.bs .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.bs .popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.bs .popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.bs .popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.bs .popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.bs .popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.bs .popover .inner {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
}
.bs .popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
.bs .popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.bs .popover .content p, .bs  .popover .content ul, .bs  .popover .content ol {
  margin-bottom: 0;
}
.bs .fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.bs .fade.in {
  opacity: 1;
}
.bs .label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
.bs .label.important {
  background-color: #c43c35;
}
.bs .label.warning {
  background-color: #f89406;
}
.bs .label.success {
  background-color: #46a546;
}
.bs .label.notice {
  background-color: #62cffc;
}
.bs .media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.bs .media-grid:before, .bs  .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.bs .media-grid:after {
  clear: both;
}
.bs .media-grid li {
  display: inline;
}
.bs .media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bs .media-grid a img {
  display: block;
}
.bs .media-grid a:hover {
  border-color: #0069d6;
  -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);
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.progress .bar{width:0%;height:18px;color:#ffffff;font-size:12px;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:-ms-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(top, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', 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;-ms-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.progress-striped .bar{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:-ms-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;}
.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-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(top, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);}
.progress-danger.progress-striped .bar{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:-ms-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);}
.progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-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(top, #62c462, #57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);}
.progress-success.progress-striped .bar{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:-ms-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);}
.progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-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(top, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);}
.progress-info.progress-striped .bar{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:-ms-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);}