@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed");

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class^="process-icon-"] {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0, 0)
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.process-icon-save:before, .icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

.bootstrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap *:before,
.bootstrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}
.bootstrap body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #EFF1F2
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
.bootstrap a {
    color: #00aff0;
    text-decoration: none
}
.bootstrap a:hover,
.bootstrap a:focus {
    color: #0077a3;
    text-decoration: underline
}
.bootstrap a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.bootstrap figure {
    margin: 0
}
.bootstrap img {
    vertical-align: middle
}
.bootstrap .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.bootstrap .img-rounded {
    border-radius: 6px
}
.bootstrap .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #EFF1F2;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.bootstrap .img-circle {
    border-radius: 50%
}
.bootstrap hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eee
}
.bootstrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.bootstrap .sr-only-focusable:active,
.bootstrap .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6,
.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3,
.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6 {
    font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}
.bootstrap h1 small,
.bootstrap h1 .small,
.bootstrap h2 small,
.bootstrap h2 .small,
.bootstrap h3 small,
.bootstrap h3 .small,
.bootstrap h4 small,
.bootstrap h4 .small,
.bootstrap h5 small,
.bootstrap h5 .small,
.bootstrap h6 small,
.bootstrap h6 .small,
.bootstrap .h1 small,
.bootstrap .h1 .small,
.bootstrap .h2 small,
.bootstrap .h2 .small,
.bootstrap .h3 small,
.bootstrap .h3 .small,
.bootstrap .h4 small,
.bootstrap .h4 .small,
.bootstrap .h5 small,
.bootstrap .h5 .small,
.bootstrap .h6 small,
.bootstrap .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}
.bootstrap h1,
.bootstrap .h1,
.bootstrap h2,
.bootstrap .h2,
.bootstrap h3,
.bootstrap .h3 {
    margin-top: 17px;
    margin-bottom: 8.5px
}
.bootstrap h1 small,
.bootstrap h1 .small,
.bootstrap .h1 small,
.bootstrap .h1 .small,
.bootstrap h2 small,
.bootstrap h2 .small,
.bootstrap .h2 small,
.bootstrap .h2 .small,
.bootstrap h3 small,
.bootstrap h3 .small,
.bootstrap .h3 small,
.bootstrap .h3 .small {
    font-size: 65%
}
.bootstrap h4,
.bootstrap .h4,
.bootstrap h5,
.bootstrap .h5,
.bootstrap h6,
.bootstrap .h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}
.bootstrap h4 small,
.bootstrap h4 .small,
.bootstrap .h4 small,
.bootstrap .h4 .small,
.bootstrap h5 small,
.bootstrap h5 .small,
.bootstrap .h5 small,
.bootstrap .h5 .small,
.bootstrap h6 small,
.bootstrap h6 .small,
.bootstrap .h6 small,
.bootstrap .h6 .small {
    font-size: 75%
}
.bootstrap h1,
.bootstrap .h1 {
    font-size: 31px
}
.bootstrap h2,
.bootstrap .h2 {
    font-size: 25px
}
.bootstrap h3,
.bootstrap .h3 {
    font-size: 21px
}
.bootstrap h4,
.bootstrap .h4 {
    font-size: 15px
}
.bootstrap h5,
.bootstrap .h5 {
    font-size: 12px
}
.bootstrap h6,
.bootstrap .h6 {
    font-size: 11px
}
.bootstrap p {
    margin: 0 0 8.5px
}
.bootstrap .lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4
}
@media (min-width: 768px) {
    .bootstrap .lead {
        font-size: 18px
    }
}
.bootstrap small,
.bootstrap .small {
    font-size: 85%
}
.bootstrap cite {
    font-style: normal
}
.bootstrap mark,
.bootstrap .mark {
    background-color: #fef1d3;
    padding: .2em
}
.bootstrap .text-left {
    text-align: left
}
.bootstrap .text-right {
    text-align: right
}
.bootstrap .text-center {
    text-align: center
}
.bootstrap .text-justify {
    text-align: justify
}
.bootstrap .text-nowrap {
    white-space: nowrap
}
.bootstrap .text-muted,
.bootstrap .module_description,
.bootstrap .hook_panel_header .hook_title,
.bootstrap .hook_panel_header .hook_description {
    color: #999
}
.bootstrap .text-primary {
    color: #00aff0
}
.bootstrap a.text-primary:hover {
    color: #008abd
}
.bootstrap .text-success {
    color: #3c763d
}
.bootstrap a.text-success:hover {
    color: #2b542c
}
.bootstrap .text-info {
    color: #31708f
}
.bootstrap a.text-info:hover {
    color: #245269
}
.bootstrap .text-warning {
    color: #8a6d3b
}
.bootstrap a.text-warning:hover {
    color: #66512c
}
.bootstrap .text-danger {
    color: #a94442
}
.bootstrap a.text-danger:hover {
    color: #843534
}
.bootstrap .bg-primary {
    color: #fff
}
.bootstrap .bg-primary {
    background-color: #00aff0
}
.bootstrap a.bg-primary:hover {
    background-color: #008abd
}
.bootstrap .bg-success {
    background-color: #cce9d7
}
.bootstrap a.bg-success:hover {
    background-color: #a8dabb
}
.bootstrap .bg-info {
    background-color: #d3f1f7
}
.bootstrap a.bg-info:hover {
    background-color: #a8e3ef
}
.bootstrap .bg-warning {
    background-color: #fef1d3
}
.bootstrap a.bg-warning:hover {
    background-color: #fde1a1
}
.bootstrap .bg-danger {
    background-color: #f9cce1
}
.bootstrap a.bg-danger:hover {
    background-color: #f49ec6
}
.bootstrap .page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eee
}
.bootstrap ul,
.bootstrap ol {
    margin-top: 0;
    margin-bottom: 8.5px
}
.bootstrap ul ul,
.bootstrap ul ol,
.bootstrap ol ul,
.bootstrap ol ol {
    margin-bottom: 0
}
.bootstrap .list-unstyled,
.bootstrap .list-inline {
    padding-left: 0;
    list-style: none
}
.bootstrap .list-inline {
    margin-left: -5px
}
.bootstrap .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
.bootstrap dl {
    margin-top: 0;
    margin-bottom: 17px
}
.bootstrap dt,
.bootstrap dd {
    line-height: 1.42857
}
.bootstrap dt {
    font-weight: bold
}
.bootstrap dd {
    margin-left: 0
}
.bootstrap .dl-horizontal dd:before,
.bootstrap .dl-horizontal dd:after {
    content: " ";
    display: table
}
.bootstrap .dl-horizontal dd:after {
    clear: both
}
@media (min-width: 768px) {
    .bootstrap .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .bootstrap .dl-horizontal dd {
        margin-left: 180px
    }
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}
.bootstrap .initialism {
    font-size: 90%;
    text-transform: uppercase
}
.bootstrap blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    font-size: 15px;
    border-left: 5px solid #eee
}
.bootstrap blockquote p:last-child,
.bootstrap blockquote ul:last-child,
.bootstrap blockquote ol:last-child {
    margin-bottom: 0
}
.bootstrap blockquote footer,
.bootstrap blockquote small,
.bootstrap blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999
}
.bootstrap blockquote footer:before,
.bootstrap blockquote small:before,
.bootstrap blockquote .small:before {
    content: '\2014 \00A0'
}
.bootstrap .blockquote-reverse,
.bootstrap blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
.bootstrap .blockquote-reverse footer:before,
.bootstrap .blockquote-reverse small:before,
.bootstrap .blockquote-reverse .small:before,
.bootstrap blockquote.pull-right footer:before,
.bootstrap blockquote.pull-right small:before,
.bootstrap blockquote.pull-right .small:before {
    content: ''
}
.bootstrap .blockquote-reverse footer:after,
.bootstrap .blockquote-reverse small:after,
.bootstrap .blockquote-reverse .small:after,
.bootstrap blockquote.pull-right footer:after,
.bootstrap blockquote.pull-right small:after,
.bootstrap blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
.bootstrap blockquote:before,
.bootstrap blockquote:after {
    content: ""
}
.bootstrap address {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.42857
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
.bootstrap code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}
.bootstrap kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.bootstrap pre {
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}
.bootstrap pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.bootstrap .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.bootstrap .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}
.bootstrap .container:before,
.bootstrap .container:after {
    content: " ";
    display: table
}
.bootstrap .container:after {
    clear: both
}
@media (min-width: 768px) {
    .bootstrap .container {
        width: 728px
    }
}
@media (min-width: 992px) {
    .bootstrap .container {
        width: 940px
    }
}
@media (min-width: 1200px) {
    .bootstrap .container {
        width: 1170px
    }
}
.bootstrap .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}
.bootstrap .container-fluid:before,
.bootstrap .container-fluid:after {
    content: " ";
    display: table
}
.bootstrap .container-fluid:after {
    clear: both
}
.bootstrap .row,
.bootstrap .multishop-well {
    margin-left: -5px;
    margin-right: -5px
}
.bootstrap .row:before,
.bootstrap .multishop-well:before,
.bootstrap .row:after,
.bootstrap .multishop-well:after {
    content: " ";
    display: table
}
.bootstrap .row:after,
.bootstrap .multishop-well:after {
    clear: both
}
.bootstrap .col-xs-1,
.bootstrap .col-sm-1,
.bootstrap .col-md-1,
.bootstrap .col-lg-1,
.bootstrap .col-xs-2,
.bootstrap .col-sm-2,
.bootstrap .col-md-2,
.bootstrap .col-lg-2,
.bootstrap .col-xs-3,
.bootstrap .col-sm-3,
.bootstrap .col-md-3,
.bootstrap .col-lg-3,
.bootstrap .col-xs-4,
.bootstrap .col-sm-4,
.bootstrap .col-md-4,
.bootstrap .col-lg-4,
.bootstrap .col-xs-5,
.bootstrap .col-sm-5,
.bootstrap .col-md-5,
.bootstrap .col-lg-5,
.bootstrap .col-xs-6,
.bootstrap .col-sm-6,
.bootstrap .col-md-6,
.bootstrap .col-lg-6,
.bootstrap .col-xs-7,
.bootstrap .col-sm-7,
.bootstrap .col-md-7,
.bootstrap .col-lg-7,
.bootstrap .col-xs-8,
.bootstrap .col-sm-8,
.bootstrap .col-md-8,
.bootstrap .col-lg-8,
.bootstrap .col-xs-9,
.bootstrap .col-sm-9,
.bootstrap .col-md-9,
.bootstrap .col-lg-9,
.bootstrap .col-xs-10,
.bootstrap .col-sm-10,
.bootstrap .col-md-10,
.bootstrap .col-lg-10,
.bootstrap .col-xs-11,
.bootstrap .col-sm-11,
.bootstrap .col-md-11,
.bootstrap .col-lg-11,
.bootstrap .col-xs-12,
.bootstrap .col-sm-12,
.bootstrap .col-md-12,
.bootstrap .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}
.bootstrap .col-xs-1,
.bootstrap .col-xs-2,
.bootstrap .col-xs-3,
.bootstrap .col-xs-4,
.bootstrap .col-xs-5,
.bootstrap .col-xs-6,
.bootstrap #dashboard .data_list_vertical li,
.bootstrap .col-xs-7,
.bootstrap .col-xs-8,
.bootstrap .col-xs-9,
.bootstrap .col-xs-10,
.bootstrap .col-xs-11,
.bootstrap .col-xs-12 {
    float: left
}
.bootstrap .col-xs-1 {
    width: 8.33333%
}
.bootstrap .col-xs-2 {
    width: 16.66667%
}
.bootstrap .col-xs-3 {
    width: 25%
}
.bootstrap .col-xs-4 {
    width: 33.33333%
}
.bootstrap .col-xs-5 {
    width: 41.66667%
}
.bootstrap .col-xs-6 {
    width: 50%
}
.bootstrap .col-xs-7 {
    width: 58.33333%
}
.bootstrap .col-xs-8 {
    width: 66.66667%
}
.bootstrap .col-xs-9 {
    width: 75%
}
.bootstrap .col-xs-10 {
    width: 83.33333%
}
.bootstrap .col-xs-11 {
    width: 91.66667%
}
.bootstrap .col-xs-12 {
    width: 100%
}
.bootstrap .col-xs-pull-0 {
    right: auto
}
.bootstrap .col-xs-pull-1 {
    right: 8.33333%
}
.bootstrap .col-xs-pull-2 {
    right: 16.66667%
}
.bootstrap .col-xs-pull-3 {
    right: 25%
}
.bootstrap .col-xs-pull-4 {
    right: 33.33333%
}
.bootstrap .col-xs-pull-5 {
    right: 41.66667%
}
.bootstrap .col-xs-pull-6 {
    right: 50%
}
.bootstrap .col-xs-pull-7 {
    right: 58.33333%
}
.bootstrap .col-xs-pull-8 {
    right: 66.66667%
}
.bootstrap .col-xs-pull-9 {
    right: 75%
}
.bootstrap .col-xs-pull-10 {
    right: 83.33333%
}
.bootstrap .col-xs-pull-11 {
    right: 91.66667%
}
.bootstrap .col-xs-pull-12 {
    right: 100%
}
.bootstrap .col-xs-push-0 {
    left: auto
}
.bootstrap .col-xs-push-1 {
    left: 8.33333%
}
.bootstrap .col-xs-push-2 {
    left: 16.66667%
}
.bootstrap .col-xs-push-3 {
    left: 25%
}
.bootstrap .col-xs-push-4 {
    left: 33.33333%
}
.bootstrap .col-xs-push-5 {
    left: 41.66667%
}
.bootstrap .col-xs-push-6 {
    left: 50%
}
.bootstrap .col-xs-push-7 {
    left: 58.33333%
}
.bootstrap .col-xs-push-8 {
    left: 66.66667%
}
.bootstrap .col-xs-push-9 {
    left: 75%
}
.bootstrap .col-xs-push-10 {
    left: 83.33333%
}
.bootstrap .col-xs-push-11 {
    left: 91.66667%
}
.bootstrap .col-xs-push-12 {
    left: 100%
}
.bootstrap .col-xs-offset-0 {
    margin-left: 0%
}
.bootstrap .col-xs-offset-1 {
    margin-left: 8.33333%
}
.bootstrap .col-xs-offset-2 {
    margin-left: 16.66667%
}
.bootstrap .col-xs-offset-3 {
    margin-left: 25%
}
.bootstrap .col-xs-offset-4 {
    margin-left: 33.33333%
}
.bootstrap .col-xs-offset-5 {
    margin-left: 41.66667%
}
.bootstrap .col-xs-offset-6 {
    margin-left: 50%
}
.bootstrap .col-xs-offset-7 {
    margin-left: 58.33333%
}
.bootstrap .col-xs-offset-8 {
    margin-left: 66.66667%
}
.bootstrap .col-xs-offset-9 {
    margin-left: 75%
}
.bootstrap .col-xs-offset-10 {
    margin-left: 83.33333%
}
.bootstrap .col-xs-offset-11 {
    margin-left: 91.66667%
}
.bootstrap .col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width: 768px) {
    .bootstrap .col-sm-1,
    .bootstrap .col-sm-2,
    .bootstrap .col-sm-3,
    .bootstrap .col-sm-4,
    .bootstrap .col-sm-5,
    .bootstrap .col-sm-6,
    .bootstrap .col-sm-7,
    .bootstrap .col-sm-8,
    .bootstrap .col-sm-9,
    .bootstrap .col-sm-10,
    .bootstrap .col-sm-11,
    .bootstrap .col-sm-12 {
        float: left
    }
    .bootstrap .col-sm-1 {
        width: 8.33333%
    }
    .bootstrap .col-sm-2 {
        width: 16.66667%
    }
    .bootstrap .col-sm-3 {
        width: 25%
    }
    .bootstrap .col-sm-4 {
        width: 33.33333%
    }
    .bootstrap .col-sm-5 {
        width: 41.66667%
    }
    .bootstrap .col-sm-6 {
        width: 50%
    }
    .bootstrap .col-sm-7 {
        width: 58.33333%
    }
    .bootstrap .col-sm-8 {
        width: 66.66667%
    }
    .bootstrap .col-sm-9 {
        width: 75%
    }
    .bootstrap .col-sm-10 {
        width: 83.33333%
    }
    .bootstrap .col-sm-11 {
        width: 91.66667%
    }
    .bootstrap .col-sm-12 {
        width: 100%
    }
    .bootstrap .col-sm-pull-0 {
        right: auto
    }
    .bootstrap .col-sm-pull-1 {
        right: 8.33333%
    }
    .bootstrap .col-sm-pull-2 {
        right: 16.66667%
    }
    .bootstrap .col-sm-pull-3 {
        right: 25%
    }
    .bootstrap .col-sm-pull-4 {
        right: 33.33333%
    }
    .bootstrap .col-sm-pull-5 {
        right: 41.66667%
    }
    .bootstrap .col-sm-pull-6 {
        right: 50%
    }
    .bootstrap .col-sm-pull-7 {
        right: 58.33333%
    }
    .bootstrap .col-sm-pull-8 {
        right: 66.66667%
    }
    .bootstrap .col-sm-pull-9 {
        right: 75%
    }
    .bootstrap .col-sm-pull-10 {
        right: 83.33333%
    }
    .bootstrap .col-sm-pull-11 {
        right: 91.66667%
    }
    .bootstrap .col-sm-pull-12 {
        right: 100%
    }
    .bootstrap .col-sm-push-0 {
        left: auto
    }
    .bootstrap .col-sm-push-1 {
        left: 8.33333%
    }
    .bootstrap .col-sm-push-2 {
        left: 16.66667%
    }
    .bootstrap .col-sm-push-3 {
        left: 25%
    }
    .bootstrap .col-sm-push-4 {
        left: 33.33333%
    }
    .bootstrap .col-sm-push-5 {
        left: 41.66667%
    }
    .bootstrap .col-sm-push-6 {
        left: 50%
    }
    .bootstrap .col-sm-push-7 {
        left: 58.33333%
    }
    .bootstrap .col-sm-push-8 {
        left: 66.66667%
    }
    .bootstrap .col-sm-push-9 {
        left: 75%
    }
    .bootstrap .col-sm-push-10 {
        left: 83.33333%
    }
    .bootstrap .col-sm-push-11 {
        left: 91.66667%
    }
    .bootstrap .col-sm-push-12 {
        left: 100%
    }
    .bootstrap .col-sm-offset-0 {
        margin-left: 0%
    }
    .bootstrap .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .bootstrap .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .bootstrap .col-sm-offset-3 {
        margin-left: 25%
    }
    .bootstrap .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .bootstrap .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .bootstrap .col-sm-offset-6 {
        margin-left: 50%
    }
    .bootstrap .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .bootstrap .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .bootstrap .col-sm-offset-9 {
        margin-left: 75%
    }
    .bootstrap .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .bootstrap .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .bootstrap .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 992px) {
    .bootstrap .col-md-1,
    .bootstrap .col-md-2,
    .bootstrap .col-md-3,
    .bootstrap .col-md-4,
    .bootstrap .col-md-5,
    .bootstrap .col-md-6,
    .bootstrap .col-md-7,
    .bootstrap .col-md-8,
    .bootstrap .col-md-9,
    .bootstrap .col-md-10,
    .bootstrap .col-md-11,
    .bootstrap .col-md-12 {
        float: left
    }
    .bootstrap .col-md-1 {
        width: 8.33333%
    }
    .bootstrap .col-md-2 {
        width: 16.66667%
    }
    .bootstrap .col-md-3 {
        width: 25%
    }
    .bootstrap .col-md-4 {
        width: 33.33333%
    }
    .bootstrap .col-md-5 {
        width: 41.66667%
    }
    .bootstrap .col-md-6 {
        width: 50%
    }
    .bootstrap .col-md-7 {
        width: 58.33333%
    }
    .bootstrap .col-md-8 {
        width: 66.66667%
    }
    .bootstrap .col-md-9 {
        width: 75%
    }
    .bootstrap .col-md-10 {
        width: 83.33333%
    }
    .bootstrap .col-md-11 {
        width: 91.66667%
    }
    .bootstrap .col-md-12 {
        width: 100%
    }
    .bootstrap .col-md-pull-0 {
        right: auto
    }
    .bootstrap .col-md-pull-1 {
        right: 8.33333%
    }
    .bootstrap .col-md-pull-2 {
        right: 16.66667%
    }
    .bootstrap .col-md-pull-3 {
        right: 25%
    }
    .bootstrap .col-md-pull-4 {
        right: 33.33333%
    }
    .bootstrap .col-md-pull-5 {
        right: 41.66667%
    }
    .bootstrap .col-md-pull-6 {
        right: 50%
    }
    .bootstrap .col-md-pull-7 {
        right: 58.33333%
    }
    .bootstrap .col-md-pull-8 {
        right: 66.66667%
    }
    .bootstrap .col-md-pull-9 {
        right: 75%
    }
    .bootstrap .col-md-pull-10 {
        right: 83.33333%
    }
    .bootstrap .col-md-pull-11 {
        right: 91.66667%
    }
    .bootstrap .col-md-pull-12 {
        right: 100%
    }
    .bootstrap .col-md-push-0 {
        left: auto
    }
    .bootstrap .col-md-push-1 {
        left: 8.33333%
    }
    .bootstrap .col-md-push-2 {
        left: 16.66667%
    }
    .bootstrap .col-md-push-3 {
        left: 25%
    }
    .bootstrap .col-md-push-4 {
        left: 33.33333%
    }
    .bootstrap .col-md-push-5 {
        left: 41.66667%
    }
    .bootstrap .col-md-push-6 {
        left: 50%
    }
    .bootstrap .col-md-push-7 {
        left: 58.33333%
    }
    .bootstrap .col-md-push-8 {
        left: 66.66667%
    }
    .bootstrap .col-md-push-9 {
        left: 75%
    }
    .bootstrap .col-md-push-10 {
        left: 83.33333%
    }
    .bootstrap .col-md-push-11 {
        left: 91.66667%
    }
    .bootstrap .col-md-push-12 {
        left: 100%
    }
    .bootstrap .col-md-offset-0 {
        margin-left: 0%
    }
    .bootstrap .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .bootstrap .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .bootstrap .col-md-offset-3 {
        margin-left: 25%
    }
    .bootstrap .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .bootstrap .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .bootstrap .col-md-offset-6 {
        margin-left: 50%
    }
    .bootstrap .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .bootstrap .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .bootstrap .col-md-offset-9 {
        margin-left: 75%
    }
    .bootstrap .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .bootstrap .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .bootstrap .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1200px) {
    .bootstrap .col-lg-1,
    .bootstrap .col-lg-2,
    .bootstrap .col-lg-3,
    .bootstrap .col-lg-4,
    .bootstrap .col-lg-5,
    .bootstrap .col-lg-6,
    .bootstrap .col-lg-7,
    .bootstrap .col-lg-8,
    .bootstrap .col-lg-9,
    .bootstrap .col-lg-10,
    .bootstrap .col-lg-11,
    .bootstrap .col-lg-12 {
        float: left
    }
    .bootstrap .col-lg-1 {
        width: 8.33333%
    }
    .bootstrap .col-lg-2 {
        width: 16.66667%
    }
    .bootstrap .col-lg-3 {
        width: 25%
    }
    .bootstrap .col-lg-4 {
        width: 33.33333%
    }
    .bootstrap .col-lg-5 {
        width: 41.66667%
    }
    .bootstrap .col-lg-6 {
        width: 50%
    }
    .bootstrap .col-lg-7 {
        width: 58.33333%
    }
    .bootstrap .col-lg-8 {
        width: 66.66667%
    }
    .bootstrap .col-lg-9 {
        width: 75%
    }
    .bootstrap .col-lg-10 {
        width: 83.33333%
    }
    .bootstrap .col-lg-11 {
        width: 91.66667%
    }
    .bootstrap .col-lg-12 {
        width: 100%
    }
    .bootstrap .col-lg-pull-0 {
        right: auto
    }
    .bootstrap .col-lg-pull-1 {
        right: 8.33333%
    }
    .bootstrap .col-lg-pull-2 {
        right: 16.66667%
    }
    .bootstrap .col-lg-pull-3 {
        right: 25%
    }
    .bootstrap .col-lg-pull-4 {
        right: 33.33333%
    }
    .bootstrap .col-lg-pull-5 {
        right: 41.66667%
    }
    .bootstrap .col-lg-pull-6 {
        right: 50%
    }
    .bootstrap .col-lg-pull-7 {
        right: 58.33333%
    }
    .bootstrap .col-lg-pull-8 {
        right: 66.66667%
    }
    .bootstrap .col-lg-pull-9 {
        right: 75%
    }
    .bootstrap .col-lg-pull-10 {
        right: 83.33333%
    }
    .bootstrap .col-lg-pull-11 {
        right: 91.66667%
    }
    .bootstrap .col-lg-pull-12 {
        right: 100%
    }
    .bootstrap .col-lg-push-0 {
        left: auto
    }
    .bootstrap .col-lg-push-1 {
        left: 8.33333%
    }
    .bootstrap .col-lg-push-2 {
        left: 16.66667%
    }
    .bootstrap .col-lg-push-3 {
        left: 25%
    }
    .bootstrap .col-lg-push-4 {
        left: 33.33333%
    }
    .bootstrap .col-lg-push-5 {
        left: 41.66667%
    }
    .bootstrap .col-lg-push-6 {
        left: 50%
    }
    .bootstrap .col-lg-push-7 {
        left: 58.33333%
    }
    .bootstrap .col-lg-push-8 {
        left: 66.66667%
    }
    .bootstrap .col-lg-push-9 {
        left: 75%
    }
    .bootstrap .col-lg-push-10 {
        left: 83.33333%
    }
    .bootstrap .col-lg-push-11 {
        left: 91.66667%
    }
    .bootstrap .col-lg-push-12 {
        left: 100%
    }
    .bootstrap .col-lg-offset-0 {
        margin-left: 0%
    }
    .bootstrap .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .bootstrap .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .bootstrap .col-lg-offset-3 {
        margin-left: 25%
    }
    .bootstrap .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .bootstrap .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .bootstrap .col-lg-offset-6 {
        margin-left: 50%
    }
    .bootstrap .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .bootstrap .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .bootstrap .col-lg-offset-9 {
        margin-left: 75%
    }
    .bootstrap .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .bootstrap .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .bootstrap .col-lg-offset-12 {
        margin-left: 100%
    }
}
.bootstrap table {
    max-width: 100%;
    background-color: transparent
}
.bootstrap th {
    text-align: left
}
.bootstrap .table {
    width: 100%;
    margin-bottom: 17px
}
.bootstrap .table>thead>tr>th,
.bootstrap .table>thead>tr>td,
.bootstrap .table>tbody>tr>th,
.bootstrap .table>tbody>tr>td,
.bootstrap .table>tfoot>tr>th,
.bootstrap .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.bootstrap .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.bootstrap .table>caption+thead>tr:first-child>th,
.bootstrap .table>caption+thead>tr:first-child>td,
.bootstrap .table>colgroup+thead>tr:first-child>th,
.bootstrap .table>colgroup+thead>tr:first-child>td,
.bootstrap .table>thead:first-child>tr:first-child>th,
.bootstrap .table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.bootstrap .table>tbody+tbody {
    border-top: 2px solid #ddd
}
.bootstrap .table .table {
    background-color: #EFF1F2
}
.bootstrap .table-condensed>thead>tr>th,
.bootstrap .table-condensed>thead>tr>td,
.bootstrap .table-condensed>tbody>tr>th,
.bootstrap .table-condensed>tbody>tr>td,
.bootstrap .table-condensed>tfoot>tr>th,
.bootstrap .table-condensed>tfoot>tr>td {
    padding: 5px
}
.bootstrap .table-bordered {
    border: 1px solid #ddd
}
.bootstrap .table-bordered>thead>tr>th,
.bootstrap .table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.bootstrap .table-striped>tbody>tr:nth-child(odd)>td,
.bootstrap .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.bootstrap .table-hover>tbody>tr:hover>td,
.bootstrap .table-hover>tbody>tr:hover>th {
    background-color: #EDF7FB
}
.bootstrap table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}
.bootstrap table td[class*="col-"],
.bootstrap table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}
.bootstrap .table>thead>tr>td.active,
.bootstrap .table>thead>tr>th.active,
.bootstrap .table>thead>tr.active>td,
.bootstrap .table>thead>tr.active>th,
.bootstrap .table>tbody>tr>td.active,
.bootstrap .table>tbody>tr>th.active,
.bootstrap .table>tbody>tr.active>td,
.bootstrap .table>tbody>tr.active>th,
.bootstrap .table>tfoot>tr>td.active,
.bootstrap .table>tfoot>tr>th.active,
.bootstrap .table>tfoot>tr.active>td,
.bootstrap .table>tfoot>tr.active>th {
    background-color: #EDF7FB
}
.bootstrap .table-hover>tbody>tr>td.active:hover,
.bootstrap .table-hover>tbody>tr>th.active:hover,
.bootstrap .table-hover>tbody>tr.active:hover>td,
.bootstrap .table-hover>tbody>tr:hover>.active,
.bootstrap .table-hover>tbody>tr.active:hover>th {
    background-color: #d8eef6
}
.bootstrap .table>thead>tr>td.success,
.bootstrap .table>thead>tr>th.success,
.bootstrap .table>thead>tr.success>td,
.bootstrap .table>thead>tr.success>th,
.bootstrap .table>tbody>tr>td.success,
.bootstrap .table>tbody>tr>th.success,
.bootstrap .table>tbody>tr.success>td,
.bootstrap .table>tbody>tr.success>th,
.bootstrap .table>tfoot>tr>td.success,
.bootstrap .table>tfoot>tr>th.success,
.bootstrap .table>tfoot>tr.success>td,
.bootstrap .table>tfoot>tr.success>th {
    background-color: #cce9d7
}
.bootstrap .table-hover>tbody>tr>td.success:hover,
.bootstrap .table-hover>tbody>tr>th.success:hover,
.bootstrap .table-hover>tbody>tr.success:hover>td,
.bootstrap .table-hover>tbody>tr:hover>.success,
.bootstrap .table-hover>tbody>tr.success:hover>th {
    background-color: #bae1c9
}
.bootstrap .table>thead>tr>td.info,
.bootstrap .table>thead>tr>th.info,
.bootstrap .table>thead>tr.info>td,
.bootstrap .table>thead>tr.info>th,
.bootstrap .table>tbody>tr>td.info,
.bootstrap .table>tbody>tr>th.info,
.bootstrap .table>tbody>tr.info>td,
.bootstrap .table>tbody>tr.info>th,
.bootstrap .table>tfoot>tr>td.info,
.bootstrap .table>tfoot>tr>th.info,
.bootstrap .table>tfoot>tr.info>td,
.bootstrap .table>tfoot>tr.info>th {
    background-color: #d3f1f7
}
.bootstrap .table-hover>tbody>tr>td.info:hover,
.bootstrap .table-hover>tbody>tr>th.info:hover,
.bootstrap .table-hover>tbody>tr.info:hover>td,
.bootstrap .table-hover>tbody>tr:hover>.info,
.bootstrap .table-hover>tbody>tr.info:hover>th {
    background-color: #bdeaf3
}
.bootstrap .table>thead>tr>td.warning,
.bootstrap .table>thead>tr>th.warning,
.bootstrap .table>thead>tr.warning>td,
.bootstrap .table>thead>tr.warning>th,
.bootstrap .table>tbody>tr>td.warning,
.bootstrap .table>tbody>tr>th.warning,
.bootstrap .table>tbody>tr.warning>td,
.bootstrap .table>tbody>tr.warning>th,
.bootstrap .table>tfoot>tr>td.warning,
.bootstrap .table>tfoot>tr>th.warning,
.bootstrap .table>tfoot>tr.warning>td,
.bootstrap .table>tfoot>tr.warning>th {
    background-color: #fef1d3
}
.bootstrap .table-hover>tbody>tr>td.warning:hover,
.bootstrap .table-hover>tbody>tr>th.warning:hover,
.bootstrap .table-hover>tbody>tr.warning:hover>td,
.bootstrap .table-hover>tbody>tr:hover>.warning,
.bootstrap .table-hover>tbody>tr.warning:hover>th {
    background-color: #fde9ba
}
.bootstrap .table>thead>tr>td.danger,
.bootstrap .table>thead>tr>th.danger,
.bootstrap .table>thead>tr.danger>td,
.bootstrap .table>thead>tr.danger>th,
.bootstrap .table>tbody>tr>td.danger,
.bootstrap .table>tbody>tr>th.danger,
.bootstrap .table>tbody>tr.danger>td,
.bootstrap .table>tbody>tr.danger>th,
.bootstrap .table>tfoot>tr>td.danger,
.bootstrap .table>tfoot>tr>th.danger,
.bootstrap .table>tfoot>tr.danger>td,
.bootstrap .table>tfoot>tr.danger>th {
    background-color: #f9cce1
}
.bootstrap .table-hover>tbody>tr>td.danger:hover,
.bootstrap .table-hover>tbody>tr>th.danger:hover,
.bootstrap .table-hover>tbody>tr.danger:hover>td,
.bootstrap .table-hover>tbody>tr:hover>.danger,
.bootstrap .table-hover>tbody>tr.danger:hover>th {
    background-color: #f6b5d4
}
@media screen and (max-width: 767px) {
    .bootstrap .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .bootstrap .table-responsive>.table {
        margin-bottom: 0
    }
    .bootstrap .table-responsive>.table>thead>tr>th,
    .bootstrap .table-responsive>.table>thead>tr>td,
    .bootstrap .table-responsive>.table>tbody>tr>th,
    .bootstrap .table-responsive>.table>tbody>tr>td,
    .bootstrap .table-responsive>.table>tfoot>tr>th,
    .bootstrap .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .bootstrap .table-responsive>.table-bordered {
        border: 0
    }
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
.bootstrap fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
.bootstrap legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
.bootstrap label {
    display: inline-block;
    max-width: 100%;
    width: inherit;
    float: none;
    margin-bottom: 5px;
    font-weight: bold
}
.bootstrap input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
.bootstrap input[type="file"] {
    display: block
}
.bootstrap input[type="range"] {
    display: block;
    width: 100%
}
.bootstrap select[multiple],
.bootstrap select[size] {
    height: auto
}
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.bootstrap output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555
}
.bootstrap .form-control,
.bootstrap input[type="text"],
.bootstrap input[type="search"],
.bootstrap input[type="password"],
.bootstrap textarea,
.bootstrap select {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #F5F8F9;
    background-image: none;
    border: 1px solid #C7D6DB;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.bootstrap .form-control:focus,
.bootstrap input[type="text"]:focus,
.bootstrap input[type="search"]:focus,
.bootstrap input[type="password"]:focus,
.bootstrap textarea:focus,
.bootstrap select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.bootstrap .form-control::-moz-placeholder,
.bootstrap input[type="text"]::-moz-placeholder,
.bootstrap input[type="search"]::-moz-placeholder,
.bootstrap input[type="password"]::-moz-placeholder,
.bootstrap textarea::-moz-placeholder,
.bootstrap select::-moz-placeholder {
    color: #999;
    opacity: 1
}
.bootstrap .form-control:-ms-input-placeholder,
.bootstrap input[type="text"]:-ms-input-placeholder,
.bootstrap input[type="search"]:-ms-input-placeholder,
.bootstrap input[type="password"]:-ms-input-placeholder,
.bootstrap textarea:-ms-input-placeholder,
.bootstrap select:-ms-input-placeholder {
    color: #999
}
.bootstrap .form-control::-webkit-input-placeholder,
.bootstrap input[type="text"]::-webkit-input-placeholder,
.bootstrap input[type="search"]::-webkit-input-placeholder,
.bootstrap input[type="password"]::-webkit-input-placeholder,
.bootstrap textarea::-webkit-input-placeholder,
.bootstrap select::-webkit-input-placeholder {
    color: #999
}
.bootstrap .form-control[disabled],
.bootstrap input[disabled][type="text"],
.bootstrap input[disabled][type="search"],
.bootstrap input[disabled][type="password"],
.bootstrap textarea[disabled],
.bootstrap select[disabled],
.bootstrap .form-control[readonly],
.bootstrap input[readonly][type="text"],
.bootstrap input[readonly][type="search"],
.bootstrap input[readonly][type="password"],
.bootstrap textarea[readonly],
.bootstrap select[readonly],
fieldset[disabled] .bootstrap .form-control,
fieldset[disabled] .bootstrap input[type="text"],
fieldset[disabled] .bootstrap input[type="search"],
fieldset[disabled] .bootstrap input[type="password"],
fieldset[disabled] .bootstrap textarea,
fieldset[disabled] .bootstrap select {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
.bootstrap textarea.form-control,
.bootstrap textarea {
    height: auto
}
.bootstrap input[type="search"] {
    -webkit-appearance: none
}
.bootstrap input[type="date"],
.bootstrap input[type="time"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="month"] {
    line-height: 31px;
    line-height: 1.42857 \0
}
.bootstrap input[type="date"].input-sm,
.bootstrap .input-group-sm>input[type="date"].form-control,
.bootstrap .input-group-sm>input[type="date"][type="text"],
.bootstrap .input-group-sm>input[type="date"][type="search"],
.bootstrap .input-group-sm>input[type="date"][type="password"],
.bootstrap .input-group-sm>input[type="date"].input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>input[type="date"].btn,
.bootstrap input[type="time"].input-sm,
.bootstrap .input-group-sm>input[type="time"].form-control,
.bootstrap .input-group-sm>input[type="time"][type="text"],
.bootstrap .input-group-sm>input[type="time"][type="search"],
.bootstrap .input-group-sm>input[type="time"][type="password"],
.bootstrap .input-group-sm>input[type="time"].input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>input[type="time"].btn,
.bootstrap input[type="datetime-local"].input-sm,
.bootstrap .input-group-sm>input[type="datetime-local"].form-control,
.bootstrap .input-group-sm>input[type="datetime-local"][type="text"],
.bootstrap .input-group-sm>input[type="datetime-local"][type="search"],
.bootstrap .input-group-sm>input[type="datetime-local"][type="password"],
.bootstrap .input-group-sm>input[type="datetime-local"].input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
.bootstrap input[type="month"].input-sm,
.bootstrap .input-group-sm>input[type="month"].form-control,
.bootstrap .input-group-sm>input[type="month"][type="text"],
.bootstrap .input-group-sm>input[type="month"][type="search"],
.bootstrap .input-group-sm>input[type="month"][type="password"],
.bootstrap .input-group-sm>input[type="month"].input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>input[type="month"].btn {
    line-height: 28px
}
.bootstrap input[type="date"].input-lg,
.bootstrap .input-group-lg>input[type="date"].form-control,
.bootstrap .input-group-lg>input[type="date"][type="text"],
.bootstrap .input-group-lg>input[type="date"][type="search"],
.bootstrap .input-group-lg>input[type="date"][type="password"],
.bootstrap .input-group-lg>input[type="date"].input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>input[type="date"].btn,
.bootstrap input[type="time"].input-lg,
.bootstrap .input-group-lg>input[type="time"].form-control,
.bootstrap .input-group-lg>input[type="time"][type="text"],
.bootstrap .input-group-lg>input[type="time"][type="search"],
.bootstrap .input-group-lg>input[type="time"][type="password"],
.bootstrap .input-group-lg>input[type="time"].input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>input[type="time"].btn,
.bootstrap input[type="datetime-local"].input-lg,
.bootstrap .input-group-lg>input[type="datetime-local"].form-control,
.bootstrap .input-group-lg>input[type="datetime-local"][type="text"],
.bootstrap .input-group-lg>input[type="datetime-local"][type="search"],
.bootstrap .input-group-lg>input[type="datetime-local"][type="password"],
.bootstrap .input-group-lg>input[type="datetime-local"].input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
.bootstrap input[type="month"].input-lg,
.bootstrap .input-group-lg>input[type="month"].form-control,
.bootstrap .input-group-lg>input[type="month"][type="text"],
.bootstrap .input-group-lg>input[type="month"][type="search"],
.bootstrap .input-group-lg>input[type="month"][type="password"],
.bootstrap .input-group-lg>input[type="month"].input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>input[type="month"].btn {
    line-height: 42px
}
.bootstrap .form-group {
    margin-bottom: 15px
}
.bootstrap .radio,
.bootstrap .checkbox {
    display: block;
    min-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px
}
.bootstrap .radio label,
.bootstrap .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}
.bootstrap .radio input[type="radio"],
.bootstrap .radio-inline input[type="radio"],
.bootstrap .checkbox input[type="checkbox"],
.bootstrap .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}
.bootstrap .radio+.radio,
.bootstrap .checkbox+.checkbox {
    margin-top: -5px
}
.bootstrap .radio-inline,
.bootstrap .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.bootstrap .radio-inline+.radio-inline,
.bootstrap .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
.bootstrap input[type="radio"][disabled],
fieldset[disabled] .bootstrap input[type="radio"],
.bootstrap input[type="checkbox"][disabled],
fieldset[disabled] .bootstrap input[type="checkbox"],
.bootstrap .radio[disabled],
fieldset[disabled] .bootstrap .radio,
.bootstrap .radio-inline[disabled],
fieldset[disabled] .bootstrap .radio-inline,
.bootstrap .checkbox[disabled],
fieldset[disabled] .bootstrap .checkbox,
.bootstrap .checkbox-inline[disabled],
fieldset[disabled] .bootstrap .checkbox-inline {
    cursor: not-allowed
}
.bootstrap .input-sm,
.bootstrap .input-group-sm>.form-control,
.bootstrap .input-group-sm>input[type="text"],
.bootstrap .input-group-sm>input[type="search"],
.bootstrap .input-group-sm>input[type="password"],
.bootstrap .input-group-sm>textarea,
.bootstrap .input-group-sm>select,
.bootstrap .input-group-sm>.input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>.btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}
.bootstrap select.input-sm,
.bootstrap .input-group-sm>select.form-control,
.bootstrap .input-group-sm>select,
.bootstrap .input-group-sm>select.input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>select.btn {
    height: 28px;
    line-height: 28px
}
.bootstrap textarea.input-sm,
.bootstrap .input-group-sm>textarea.form-control,
.bootstrap .input-group-sm>textarea,
.bootstrap .input-group-sm>textarea.input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>textarea.btn,
.bootstrap select[multiple].input-sm,
.bootstrap .input-group-sm>select[multiple],
.bootstrap .input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}
.bootstrap .input-lg,
.bootstrap .input-group-lg>.form-control,
.bootstrap .input-group-lg>input[type="text"],
.bootstrap .input-group-lg>input[type="search"],
.bootstrap .input-group-lg>input[type="password"],
.bootstrap .input-group-lg>textarea,
.bootstrap .input-group-lg>select,
.bootstrap .input-group-lg>.input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>.btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px
}
.bootstrap select.input-lg,
.bootstrap .input-group-lg>select.form-control,
.bootstrap .input-group-lg>select,
.bootstrap .input-group-lg>select.input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>select.btn {
    height: 42px;
    line-height: 42px
}
.bootstrap textarea.input-lg,
.bootstrap .input-group-lg>textarea.form-control,
.bootstrap .input-group-lg>textarea,
.bootstrap .input-group-lg>textarea.input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>textarea.btn,
.bootstrap select[multiple].input-lg,
.bootstrap .input-group-lg>select[multiple],
.bootstrap .input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}
.bootstrap .has-feedback {
    position: relative
}
.bootstrap .has-feedback .form-control,
.bootstrap .has-feedback input[type="text"],
.bootstrap .has-feedback input[type="search"],
.bootstrap .has-feedback input[type="password"],
.bootstrap .has-feedback textarea,
.bootstrap .has-feedback select {
    padding-right: 38.75px
}
.bootstrap .form-control-feedback {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 2;
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center
}
.bootstrap .input-lg+.form-control-feedback,
.bootstrap .input-group-lg>.form-control+.form-control-feedback,
.bootstrap .input-group-lg>input[type="text"]+.form-control-feedback,
.bootstrap .input-group-lg>input[type="search"]+.form-control-feedback,
.bootstrap .input-group-lg>input[type="password"]+.form-control-feedback,
.bootstrap .input-group-lg>textarea+.form-control-feedback,
.bootstrap .input-group-lg>select+.form-control-feedback,
.bootstrap .input-group-lg>.input-group-addon+.form-control-feedback,
.bootstrap .input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px
}
.bootstrap .input-sm+.form-control-feedback,
.bootstrap .input-group-sm>.form-control+.form-control-feedback,
.bootstrap .input-group-sm>input[type="text"]+.form-control-feedback,
.bootstrap .input-group-sm>input[type="search"]+.form-control-feedback,
.bootstrap .input-group-sm>input[type="password"]+.form-control-feedback,
.bootstrap .input-group-sm>textarea+.form-control-feedback,
.bootstrap .input-group-sm>select+.form-control-feedback,
.bootstrap .input-group-sm>.input-group-addon+.form-control-feedback,
.bootstrap .input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline {
    color: #3c763d
}
.bootstrap .has-success .form-control,
.bootstrap .has-success input[type="text"],
.bootstrap .has-success input[type="search"],
.bootstrap .has-success input[type="password"],
.bootstrap .has-success textarea,
.bootstrap .has-success select {
    background-color: #cce9d7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.bootstrap .has-success .form-control:focus,
.bootstrap .has-success input[type="text"]:focus,
.bootstrap .has-success input[type="search"]:focus,
.bootstrap .has-success input[type="password"]:focus,
.bootstrap .has-success textarea:focus,
.bootstrap .has-success select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.bootstrap .has-success .input-group-addon {
    color: #3c763d;
    background-color: #cce9d7
}
.bootstrap .has-success .form-control-feedback {
    color: #3c763d
}
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline {
    color: #8a6d3b
}
.bootstrap .has-warning .form-control,
.bootstrap .has-warning input[type="text"],
.bootstrap .has-warning input[type="search"],
.bootstrap .has-warning input[type="password"],
.bootstrap .has-warning textarea,
.bootstrap .has-warning select {
    background-color: #fef1d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.bootstrap .has-warning .form-control:focus,
.bootstrap .has-warning input[type="text"]:focus,
.bootstrap .has-warning input[type="search"]:focus,
.bootstrap .has-warning input[type="password"]:focus,
.bootstrap .has-warning textarea:focus,
.bootstrap .has-warning select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.bootstrap .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fef1d3
}
.bootstrap .has-warning .form-control-feedback {
    color: #8a6d3b
}
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline {
    color: #a94442
}
.bootstrap .has-error .form-control,
.bootstrap .has-error input[type="text"],
.bootstrap .has-error input[type="search"],
.bootstrap .has-error input[type="password"],
.bootstrap .has-error textarea,
.bootstrap .has-error select {
    background-color: #f9cce1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.bootstrap .has-error .form-control:focus,
.bootstrap .has-error input[type="text"]:focus,
.bootstrap .has-error input[type="search"]:focus,
.bootstrap .has-error input[type="password"]:focus,
.bootstrap .has-error textarea:focus,
.bootstrap .has-error select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.bootstrap .has-error .input-group-addon {
    color: #a94442;
    background-color: #f9cce1
}
.bootstrap .has-error .form-control-feedback {
    color: #a94442
}
.bootstrap .form-control-static {
    margin-bottom: 0
}
.bootstrap .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595
}
@media (min-width: 768px) {
    .bootstrap .form-inline .form-group,
    .bootstrap .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .bootstrap .form-inline .form-control,
    .bootstrap .navbar-form .form-control,
    .bootstrap .form-inline input[type="text"],
    .bootstrap .navbar-form input[type="text"],
    .bootstrap .form-inline input[type="search"],
    .bootstrap .navbar-form input[type="search"],
    .bootstrap .form-inline input[type="password"],
    .bootstrap .navbar-form input[type="password"],
    .bootstrap .form-inline textarea,
    .bootstrap .navbar-form textarea,
    .bootstrap .form-inline select,
    .bootstrap .navbar-form select {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .bootstrap .form-inline .input-group,
    .bootstrap .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .bootstrap .form-inline .input-group .input-group-addon,
    .bootstrap .navbar-form .input-group .input-group-addon,
    .bootstrap .form-inline .input-group .input-group-btn,
    .bootstrap .navbar-form .input-group .input-group-btn,
    .bootstrap .form-inline .input-group .form-control,
    .bootstrap .navbar-form .input-group .form-control,
    .bootstrap .form-inline .input-group input[type="text"],
    .bootstrap .navbar-form .input-group input[type="text"],
    .bootstrap .form-inline .input-group input[type="search"],
    .bootstrap .navbar-form .input-group input[type="search"],
    .bootstrap .form-inline .input-group input[type="password"],
    .bootstrap .navbar-form .input-group input[type="password"],
    .bootstrap .form-inline .input-group textarea,
    .bootstrap .navbar-form .input-group textarea,
    .bootstrap .form-inline .input-group select,
    .bootstrap .navbar-form .input-group select {
        width: auto
    }
    .bootstrap .form-inline .input-group>.form-control,
    .bootstrap .navbar-form .input-group>.form-control,
    .bootstrap .form-inline .input-group>input[type="text"],
    .bootstrap .navbar-form .input-group>input[type="text"],
    .bootstrap .form-inline .input-group>input[type="search"],
    .bootstrap .navbar-form .input-group>input[type="search"],
    .bootstrap .form-inline .input-group>input[type="password"],
    .bootstrap .navbar-form .input-group>input[type="password"],
    .bootstrap .form-inline .input-group>textarea,
    .bootstrap .navbar-form .input-group>textarea,
    .bootstrap .form-inline .input-group>select,
    .bootstrap .navbar-form .input-group>select {
        width: 100%
    }
    .bootstrap .form-inline .control-label,
    .bootstrap .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .bootstrap .form-inline .radio,
    .bootstrap .navbar-form .radio,
    .bootstrap .form-inline .checkbox,
    .bootstrap .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .bootstrap .form-inline .radio input[type="radio"],
    .bootstrap .navbar-form .radio input[type="radio"],
    .bootstrap .form-inline .checkbox input[type="checkbox"],
    .bootstrap .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .bootstrap .form-inline .has-feedback .form-control-feedback,
    .bootstrap .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio-inline,
.bootstrap .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox {
    min-height: 24px
}
.bootstrap .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px
}
.bootstrap .form-horizontal .form-group:before,
.bootstrap .form-horizontal .form-group:after {
    content: " ";
    display: table
}
.bootstrap .form-horizontal .form-group:after {
    clear: both
}
.bootstrap .form-horizontal .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px
}
@media (min-width: 768px) {
    .bootstrap .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.bootstrap .form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 5px
}
.bootstrap .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.bootstrap .btn:focus,
.bootstrap .btn:active:focus,
.bootstrap .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.bootstrap .btn:hover,
.bootstrap .btn:focus {
    color: #363A41;
    text-decoration: none
}
.bootstrap .btn:active,
.bootstrap .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.bootstrap .btn.disabled,
.bootstrap .btn[disabled],
fieldset[disabled] .bootstrap .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap .btn-default {
    color: #363A41;
    background-color: #fff;
    border-color: #DEDEDE
}
.bootstrap .btn-default:hover,
.bootstrap .btn-default:focus,
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.open>.bootstrap .btn-default.dropdown-toggle {
    color: #363A41;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.open>.bootstrap .btn-default.dropdown-toggle {
    background-image: none
}
.bootstrap .btn-default.disabled,
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default.disabled:active,
.bootstrap .btn-default.disabled.active,
.bootstrap .btn-default[disabled],
.bootstrap .btn-default[disabled]:hover,
.bootstrap .btn-default[disabled]:focus,
.bootstrap .btn-default[disabled]:active,
.bootstrap .btn-default[disabled].active,
fieldset[disabled] .bootstrap .btn-default,
fieldset[disabled] .bootstrap .btn-default:hover,
fieldset[disabled] .bootstrap .btn-default:focus,
fieldset[disabled] .bootstrap .btn-default:active,
fieldset[disabled] .bootstrap .btn-default.active {
    background-color: #fff;
    border-color: #DEDEDE
}
.bootstrap .btn-default .badge,
.bootstrap .btn-default .module-badge-popular,
.bootstrap .btn-default .module-badge-partner,
.bootstrap .btn-default .module-badge-bought {
    color: #fff;
    background-color: #363A41
}
.bootstrap .btn-primary {
    color: #363A41;
    background-color: #2eacce;
    border-color: #2eacce
}
.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.open>.bootstrap .btn-primary.dropdown-toggle {
    color: #363A41;
    background-color: #2589a4;
    border-color: #23829c
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.open>.bootstrap .btn-primary.dropdown-toggle {
    background-image: none
}
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary.disabled:active,
.bootstrap .btn-primary.disabled.active,
.bootstrap .btn-primary[disabled],
.bootstrap .btn-primary[disabled]:hover,
.bootstrap .btn-primary[disabled]:focus,
.bootstrap .btn-primary[disabled]:active,
.bootstrap .btn-primary[disabled].active,
fieldset[disabled] .bootstrap .btn-primary,
fieldset[disabled] .bootstrap .btn-primary:hover,
fieldset[disabled] .bootstrap .btn-primary:focus,
fieldset[disabled] .bootstrap .btn-primary:active,
fieldset[disabled] .bootstrap .btn-primary.active {
    background-color: #2eacce;
    border-color: #2eacce
}
.bootstrap .btn-primary .badge,
.bootstrap .btn-primary .module-badge-popular,
.bootstrap .btn-primary .module-badge-partner,
.bootstrap .btn-primary .module-badge-bought {
    color: #2eacce;
    background-color: #363A41
}
.bootstrap .btn-success {
    color: #fff;
    background-color: #72C279;
    border-color: #60ba68
}
.bootstrap .btn-success:hover,
.bootstrap .btn-success:focus,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.open>.bootstrap .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4eb357;
    border-color: #439a4a
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.open>.bootstrap .btn-success.dropdown-toggle {
    background-image: none
}
.bootstrap .btn-success.disabled,
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success.disabled:active,
.bootstrap .btn-success.disabled.active,
.bootstrap .btn-success[disabled],
.bootstrap .btn-success[disabled]:hover,
.bootstrap .btn-success[disabled]:focus,
.bootstrap .btn-success[disabled]:active,
.bootstrap .btn-success[disabled].active,
fieldset[disabled] .bootstrap .btn-success,
fieldset[disabled] .bootstrap .btn-success:hover,
fieldset[disabled] .bootstrap .btn-success:focus,
fieldset[disabled] .bootstrap .btn-success:active,
fieldset[disabled] .bootstrap .btn-success.active {
    background-color: #72C279;
    border-color: #60ba68
}
.bootstrap .btn-success .badge,
.bootstrap .btn-success .module-badge-popular,
.bootstrap .btn-success .module-badge-partner,
.bootstrap .btn-success .module-badge-bought {
    color: #72C279;
    background-color: #fff
}
.bootstrap .btn-info {
    color: #fff;
    background-color: #25b9d7;
    border-color: #21a6c1
}
.bootstrap .btn-info:hover,
.bootstrap .btn-info:focus,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.open>.bootstrap .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1e94ab;
    border-color: #18798d
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.open>.bootstrap .btn-info.dropdown-toggle {
    background-image: none
}
.bootstrap .btn-info.disabled,
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info.disabled:active,
.bootstrap .btn-info.disabled.active,
.bootstrap .btn-info[disabled],
.bootstrap .btn-info[disabled]:hover,
.bootstrap .btn-info[disabled]:focus,
.bootstrap .btn-info[disabled]:active,
.bootstrap .btn-info[disabled].active,
fieldset[disabled] .bootstrap .btn-info,
fieldset[disabled] .bootstrap .btn-info:hover,
fieldset[disabled] .bootstrap .btn-info:focus,
fieldset[disabled] .bootstrap .btn-info:active,
fieldset[disabled] .bootstrap .btn-info.active {
    background-color: #25b9d7;
    border-color: #21a6c1
}
.bootstrap .btn-info .badge,
.bootstrap .btn-info .module-badge-popular,
.bootstrap .btn-info .module-badge-partner,
.bootstrap .btn-info .module-badge-bought {
    color: #25b9d7;
    background-color: #fff
}
.bootstrap .btn-warning {
    color: #fff;
    background-color: #fbbb22;
    border-color: #fbb309
}
.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.open>.bootstrap .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e6a304;
    border-color: #c38a04
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.open>.bootstrap .btn-warning.dropdown-toggle {
    background-image: none
}
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning.disabled:active,
.bootstrap .btn-warning.disabled.active,
.bootstrap .btn-warning[disabled],
.bootstrap .btn-warning[disabled]:hover,
.bootstrap .btn-warning[disabled]:focus,
.bootstrap .btn-warning[disabled]:active,
.bootstrap .btn-warning[disabled].active,
fieldset[disabled] .bootstrap .btn-warning,
fieldset[disabled] .bootstrap .btn-warning:hover,
fieldset[disabled] .bootstrap .btn-warning:focus,
fieldset[disabled] .bootstrap .btn-warning:active,
fieldset[disabled] .bootstrap .btn-warning.active {
    background-color: #fbbb22;
    border-color: #fbb309
}
.bootstrap .btn-warning .badge,
.bootstrap .btn-warning .module-badge-popular,
.bootstrap .btn-warning .module-badge-partner,
.bootstrap .btn-warning .module-badge-bought {
    color: #fbbb22;
    background-color: #fff
}
.bootstrap .btn-danger {
    color: #fff;
    background-color: #E08F95;
    border-color: #da7b82
}
.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.open>.bootstrap .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d5676f;
    border-color: #cd4b55
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.open>.bootstrap .btn-danger.dropdown-toggle {
    background-image: none
}
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger.disabled:active,
.bootstrap .btn-danger.disabled.active,
.bootstrap .btn-danger[disabled],
.bootstrap .btn-danger[disabled]:hover,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap .btn-danger[disabled]:active,
.bootstrap .btn-danger[disabled].active,
fieldset[disabled] .bootstrap .btn-danger,
fieldset[disabled] .bootstrap .btn-danger:hover,
fieldset[disabled] .bootstrap .btn-danger:focus,
fieldset[disabled] .bootstrap .btn-danger:active,
fieldset[disabled] .bootstrap .btn-danger.active {
    background-color: #E08F95;
    border-color: #da7b82
}
.bootstrap .btn-danger .badge,
.bootstrap .btn-danger .module-badge-popular,
.bootstrap .btn-danger .module-badge-partner,
.bootstrap .btn-danger .module-badge-bought {
    color: #E08F95;
    background-color: #fff
}
.bootstrap .btn-link {
    color: #00aff0;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}
.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link[disabled],
fieldset[disabled] .bootstrap .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap .btn-link,
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus,
.bootstrap .btn-link:active {
    border-color: transparent
}
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus {
    color: #0077a3;
    text-decoration: underline;
    background-color: transparent
}
.bootstrap .btn-link[disabled]:hover,
.bootstrap .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .btn-link:hover,
fieldset[disabled] .bootstrap .btn-link:focus {
    color: #999;
    text-decoration: none
}
.bootstrap .btn-lg,
.bootstrap .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 3px
}
.bootstrap .btn-sm,
.bootstrap .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}
.bootstrap .btn-xs,
.bootstrap .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}
.bootstrap .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.bootstrap .btn-block+.btn-block {
    margin-top: 5px
}
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
    width: 100%
}
.bootstrap .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.bootstrap .fade.in {
    opacity: 1
}
.bootstrap .collapse {
    display: none
}
.bootstrap .collapse.in {
    display: block
}
.bootstrap tr.collapse.in {
    display: table-row
}
.bootstrap tbody.collapse.in {
    display: table-row-group
}
.bootstrap .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}
.bootstrap .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.bootstrap .dropdown {
    position: relative
}
.bootstrap .dropdown-toggle:focus {
    outline: 0
}
.bootstrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}
.bootstrap .dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.bootstrap .dropdown-menu .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.bootstrap .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}
.bootstrap .dropdown-menu>li>a:hover,
.bootstrap .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #00aff0
}
.bootstrap .dropdown-menu>.active>a,
.bootstrap .dropdown-menu>.active>a:hover,
.bootstrap .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00aff0
}
.bootstrap .dropdown-menu>.disabled>a,
.bootstrap .dropdown-menu>.disabled>a:hover,
.bootstrap .dropdown-menu>.disabled>a:focus {
    color: #999
}
.bootstrap .dropdown-menu>.disabled>a:hover,
.bootstrap .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    cursor: not-allowed
}
.bootstrap .open>.dropdown-menu {
    display: block
}
.bootstrap .open>a {
    outline: 0
}
.bootstrap .dropdown-menu-right {
    left: auto;
    right: 0
}
.bootstrap .dropdown-menu-left {
    left: 0;
    right: auto
}
.bootstrap .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.42857;
    color: #999
}
.bootstrap .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.bootstrap .pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.bootstrap .dropup .caret,
.bootstrap .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}
.bootstrap .dropup .dropdown-menu,
.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
@media (min-width: 768px) {
    .bootstrap .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .bootstrap .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.bootstrap .btn-group>.btn,
.bootstrap .btn-group-vertical>.btn {
    position: relative;
    float: left
}
.bootstrap .btn-group>.btn:hover,
.bootstrap .btn-group>.btn:focus,
.bootstrap .btn-group>.btn:active,
.bootstrap .btn-group>.btn.active,
.bootstrap .btn-group-vertical>.btn:hover,
.bootstrap .btn-group-vertical>.btn:focus,
.bootstrap .btn-group-vertical>.btn:active,
.bootstrap .btn-group-vertical>.btn.active {
    z-index: 2
}
.bootstrap .btn-group>.btn:focus,
.bootstrap .btn-group-vertical>.btn:focus {
    outline: 0
}
.bootstrap .btn-group .btn+.btn,
.bootstrap .btn-group .btn+.btn-group,
.bootstrap .btn-group .btn-group+.btn,
.bootstrap .btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.bootstrap .btn-toolbar {
    margin-left: -5px
}
.bootstrap .btn-toolbar:before,
.bootstrap .btn-toolbar:after {
    content: " ";
    display: table
}
.bootstrap .btn-toolbar:after {
    clear: both
}
.bootstrap .btn-toolbar .btn-group,
.bootstrap .btn-toolbar .input-group {
    float: left
}
.bootstrap .btn-toolbar>.btn,
.bootstrap .btn-toolbar>.btn-group,
.bootstrap .btn-toolbar>.input-group {
    margin-left: 5px
}
.bootstrap .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.bootstrap .btn-group>.btn:first-child {
    margin-left: 0
}
.bootstrap .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap .btn-group>.btn:last-child:not(:first-child),
.bootstrap .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap .btn-group>.dropdown-toggle:not(:first-child) {
    border-left: 0
}
.bootstrap .btn-group>.btn-group {
    float: left
}
.bootstrap .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.bootstrap .btn-group>.btn-group:first-child>.btn:last-child,
.bootstrap .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
    outline: 0
}
.bootstrap .btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.bootstrap .btn-group>.btn-lg+.dropdown-toggle,
.bootstrap .btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.bootstrap .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.bootstrap .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap .btn .caret {
    margin-left: 0
}
.bootstrap .btn-lg .caret,
.bootstrap .btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.bootstrap .dropup .btn-lg .caret,
.bootstrap .dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}
.bootstrap .btn-group-vertical>.btn,
.bootstrap .btn-group-vertical>.btn-group,
.bootstrap .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.bootstrap .btn-group-vertical>.btn-group:before,
.bootstrap .btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}
.bootstrap .btn-group-vertical>.btn-group:after {
    clear: both
}
.bootstrap .btn-group-vertical>.btn-group>.btn {
    float: none
}
.bootstrap .btn-group-vertical>.btn+.btn,
.bootstrap .btn-group-vertical>.btn+.btn-group,
.bootstrap .btn-group-vertical>.btn-group+.btn,
.bootstrap .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.bootstrap .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.bootstrap .btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.bootstrap .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.bootstrap .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.bootstrap .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.bootstrap .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.bootstrap .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.bootstrap .btn-group-justified>.btn,
.bootstrap .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}
.bootstrap .btn-group-justified>.btn-group .btn {
    width: 100%
}
.bootstrap [data-toggle="buttons"]>.btn>input[type="radio"],
.bootstrap [data-toggle="buttons"]>.btn>input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.bootstrap .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.bootstrap .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.bootstrap .input-group .form-control,
.bootstrap .input-group input[type="text"],
.bootstrap .input-group input[type="search"],
.bootstrap .input-group input[type="password"],
.bootstrap .input-group textarea,
.bootstrap .input-group select {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn,
.bootstrap .input-group .form-control,
.bootstrap .input-group input[type="text"],
.bootstrap .input-group input[type="search"],
.bootstrap .input-group input[type="password"],
.bootstrap .input-group textarea,
.bootstrap .input-group select {
    display: table-cell
}
.bootstrap .input-group-addon:not(:first-child):not(:last-child),
.bootstrap .input-group-btn:not(:first-child):not(:last-child),
.bootstrap .input-group .form-control:not(:first-child):not(:last-child),
.bootstrap .input-group input[type="text"]:not(:first-child):not(:last-child),
.bootstrap .input-group input[type="search"]:not(:first-child):not(:last-child),
.bootstrap .input-group input[type="password"]:not(:first-child):not(:last-child),
.bootstrap .input-group textarea:not(:first-child):not(:last-child),
.bootstrap .input-group select:not(:first-child):not(:last-child) {
    border-radius: 0
}
.bootstrap .input-group-addon,
.bootstrap .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.bootstrap .input-group-addon {
    padding: 6px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #F5F8F9;
    border-top: 1px solid #C7D6DB;
    border-left: 1px solid #C7D6DB;
    border-bottom: 1px solid #C7D6DB;
    border-right: 1px solid #C7D6DB;
    border-radius: 3px
}
.bootstrap .input-group-addon.input-sm,
.bootstrap .input-group-sm>.input-group-addon,
.bootstrap .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px
}
.bootstrap .input-group-addon.input-lg,
.bootstrap .input-group-lg>.input-group-addon,
.bootstrap .input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px
}
.bootstrap .input-group-addon input[type="radio"],
.bootstrap .input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.bootstrap .input-group .form-control:first-child,
.bootstrap .input-group input[type="text"]:first-child,
.bootstrap .input-group input[type="search"]:first-child,
.bootstrap .input-group input[type="password"]:first-child,
.bootstrap .input-group textarea:first-child,
.bootstrap .input-group select:first-child,
.bootstrap .input-group-addon:first-child,
.bootstrap .input-group-btn:first-child>.btn,
.bootstrap .input-group-btn:first-child>.btn-group>.btn,
.bootstrap .input-group-btn:first-child>.dropdown-toggle,
.bootstrap .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap .input-group-addon:first-child {
    border-right: 0
}
.bootstrap .input-group .form-control:last-child,
.bootstrap .input-group input[type="text"]:last-child,
.bootstrap .input-group input[type="search"]:last-child,
.bootstrap .input-group input[type="password"]:last-child,
.bootstrap .input-group textarea:last-child,
.bootstrap .input-group select:last-child,
.bootstrap .input-group-addon:last-child,
.bootstrap .input-group-btn:last-child>.btn,
.bootstrap .input-group-btn:last-child>.btn-group>.btn,
.bootstrap .input-group-btn:last-child>.dropdown-toggle,
.bootstrap .input-group-btn:first-child>.btn:not(:first-child),
.bootstrap .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap .input-group-addon:last-child {
    border-left: 0
}
.bootstrap .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.bootstrap .input-group-btn>.btn {
    position: relative
}
.bootstrap .input-group-btn>.btn+.btn {
    margin-left: -1px
}
.bootstrap .input-group-btn>.btn:hover,
.bootstrap .input-group-btn>.btn:focus,
.bootstrap .input-group-btn>.btn:active {
    z-index: 2
}
.bootstrap .input-group-btn:first-child>.btn,
.bootstrap .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.bootstrap .input-group-btn:last-child>.btn,
.bootstrap .input-group-btn:last-child>.btn-group {
    margin-left: -1px
}
.bootstrap .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.bootstrap .nav:before,
.bootstrap .nav:after {
    content: " ";
    display: table
}
.bootstrap .nav:after {
    clear: both
}
.bootstrap .nav>li {
    position: relative;
    display: block
}
.bootstrap .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.bootstrap .nav>li>a:hover,
.bootstrap .nav>li>a:focus {
    text-decoration: none
}
.bootstrap .nav>li.disabled>a {
    color: #999
}
.bootstrap .nav>li.disabled>a:hover,
.bootstrap .nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.bootstrap .nav .open>a,
.bootstrap .nav .open>a:hover,
.bootstrap .nav .open>a:focus {
    background-color: #eee;
    border-color: #00aff0
}
.bootstrap .nav .nav-divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.bootstrap .nav>li>a>img {
    max-width: none
}
.bootstrap .nav-tabs {
    border-bottom: 1px solid #ddd
}
.bootstrap .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.bootstrap .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}
.bootstrap .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.bootstrap .nav-tabs>li.active>a,
.bootstrap .nav-tabs>li.active>a:hover,
.bootstrap .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #EFF1F2;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.bootstrap .nav-pills>li {
    float: left
}
.bootstrap .nav-pills>li>a {
    border-radius: 3px
}
.bootstrap .nav-pills>li+li {
    margin-left: 2px
}
.bootstrap .nav-pills>li.active>a,
.bootstrap .nav-pills>li.active>a:hover,
.bootstrap .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #00aff0
}
.bootstrap .nav-stacked>li {
    float: none
}
.bootstrap .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.bootstrap .nav-justified,
.bootstrap .nav-tabs.nav-justified {
    width: 100%
}
.bootstrap .nav-justified>li,
.bootstrap .nav-tabs.nav-justified>li {
    float: none
}
.bootstrap .nav-justified>li>a,
.bootstrap .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.bootstrap .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .bootstrap .nav-justified>li,
    .bootstrap .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .bootstrap .nav-justified>li>a,
    .bootstrap .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.bootstrap .nav-tabs-justified,
.bootstrap .nav-tabs.nav-justified {
    border-bottom: 0
}
.bootstrap .nav-tabs-justified>li>a,
.bootstrap .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}
.bootstrap .nav-tabs-justified>.active>a,
.bootstrap .nav-tabs.nav-justified>.active>a,
.bootstrap .nav-tabs-justified>.active>a:hover,
.bootstrap .nav-tabs.nav-justified>.active>a:hover,
.bootstrap .nav-tabs-justified>.active>a:focus,
.bootstrap .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .bootstrap .nav-tabs-justified>li>a,
    .bootstrap .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .bootstrap .nav-tabs-justified>.active>a,
    .bootstrap .nav-tabs.nav-justified>.active>a,
    .bootstrap .nav-tabs-justified>.active>a:hover,
    .bootstrap .nav-tabs.nav-justified>.active>a:hover,
    .bootstrap .nav-tabs-justified>.active>a:focus,
    .bootstrap .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #EFF1F2
    }
}
.bootstrap .tab-content>.tab-pane {
    display: none
}
.bootstrap .tab-content>.active {
    display: block
}
.bootstrap .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.bootstrap .navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 17px;
    border: 1px solid transparent
}
.bootstrap .navbar:before,
.bootstrap .navbar:after{
    content: " ";
    display: table
}
.bootstrap .navbar:after {
    clear: both
}
@media (min-width: 768px) {
    .bootstrap .navbar {
        border-radius: 3px
    }
}
.bootstrap .navbar-header:before,
.bootstrap .navbar-header:after {
    content: " ";
    display: table
}
.bootstrap .navbar-header:after {
    clear: both
}
@media (min-width: 768px) {
    .bootstrap .navbar-header {
        float: left
    }
}
.bootstrap .navbar-collapse {
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}
.bootstrap .navbar-collapse:before,
.bootstrap .navbar-collapse:after {
    content: " ";
    display: table
}
.bootstrap .navbar-collapse:after {
    clear: both
}
.bootstrap .navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .bootstrap .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .bootstrap .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .bootstrap .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .bootstrap .navbar-collapse,
    .navbar-static-top .bootstrap .navbar-collapse,
    .navbar-fixed-bottom .bootstrap .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}
.bootstrap .navbar-fixed-top .navbar-collapse,
.bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-width: 480px) and (orientation: landscape) {
    .bootstrap .navbar-fixed-top .navbar-collapse,
    .bootstrap .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.bootstrap .container>.navbar-header,
.bootstrap .container>.navbar-collapse,
.bootstrap .container-fluid>.navbar-header,
.bootstrap .container-fluid>.navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}
@media (min-width: 768px) {
    .bootstrap .container>.navbar-header,
    .bootstrap .container>.navbar-collapse,
    .bootstrap .container-fluid>.navbar-header,
    .bootstrap .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.bootstrap .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .bootstrap .navbar-static-top {
        border-radius: 0
    }
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .bootstrap .navbar-fixed-top,
    .bootstrap .navbar-fixed-bottom {
        border-radius: 0
    }
}
.bootstrap .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.bootstrap .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.bootstrap .navbar-brand {
    float: left;
    padding: 9px 5px;
    font-size: 15px;
    line-height: 17px;
    height: 35px
}
.bootstrap .navbar-brand:hover,
.bootstrap .navbar-brand:focus {
    text-decoration: none
}
@media (min-width: 768px) {
    .navbar>.container .bootstrap .navbar-brand {
        margin-left: -5px
    }
}
.bootstrap .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 0.5px;
    margin-bottom: 0.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}
.bootstrap .navbar-toggle:focus {
    outline: 0
}
.bootstrap .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.bootstrap .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .bootstrap .navbar-toggle {
        display: none
    }
}
.bootstrap .navbar-nav {
    margin: 4.5px -5px;
    float: left;
    margin: 0
}
.bootstrap .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px
}
.bootstrap .navbar-nav>li {
    float: left
}
.bootstrap .navbar-nav>li>a {
    padding-top: 9px;
    padding-bottom: 9px
}
.bootstrap .navbar-nav.navbar-right:last-child {
    margin-right: -5px
}
.bootstrap .navbar-left {
    float: left !important
}
.bootstrap .navbar-right {
    float: right !important
}
.bootstrap .navbar-form {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    margin-bottom: 2px
}
@media (max-width: 767px) {
    .bootstrap .navbar-form .form-group {
        margin-bottom: 5px
    }
}
@media (min-width: 768px) {
    .bootstrap .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .bootstrap .navbar-form.navbar-right:last-child {
        margin-right: -5px
    }
}
.bootstrap .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.bootstrap .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.bootstrap .navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px
}
.bootstrap .navbar-btn.btn-sm,
.bootstrap .btn-group-sm>.navbar-btn.btn {
    margin-top: 3.5px;
    margin-bottom: 3.5px
}
.bootstrap .navbar-btn.btn-xs,
.bootstrap .btn-group-xs>.navbar-btn.btn {
    margin-top: 6.5px;
    margin-bottom: 6.5px
}
.bootstrap .navbar-text {
    margin-top: 9px;
    margin-bottom: 9px
}
@media (min-width: 768px) {
    .bootstrap .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px
    }
    .bootstrap .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}
.bootstrap .navbar-default {
    background-color: #f8f8f8
}
.bootstrap .navbar-default .navbar-brand {
    color: #777
}
.bootstrap .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}
.bootstrap .navbar-default .navbar-text {
    color: #777
}
.bootstrap .navbar-default .navbar-nav>li>a {
    color: #777
}
.bootstrap .navbar-default .navbar-nav>li>a:hover,
.bootstrap .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}
.bootstrap .navbar-default .navbar-nav>.active>a,
.bootstrap .navbar-default .navbar-nav>.active>a:hover,
.bootstrap .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
.bootstrap .navbar-default .navbar-nav>.disabled>a,
.bootstrap .navbar-default .navbar-nav>.disabled>a:hover,
.bootstrap .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.bootstrap .navbar-default .navbar-toggle {
    border-color: #ddd
}
.bootstrap .navbar-default .navbar-toggle:hover,
.bootstrap .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
.bootstrap .navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.bootstrap .navbar-default .navbar-collapse,
.bootstrap .navbar-default .navbar-form {
    border-color: #e7e7e7
}
.bootstrap .navbar-default .navbar-nav>.open>a,
.bootstrap .navbar-default .navbar-nav>.open>a:hover,
.bootstrap .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}
@media (max-width: 767px) {
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .bootstrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}
.bootstrap .navbar-default .navbar-link {
    color: #777
}
.bootstrap .navbar-default .navbar-link:hover {
    color: #333
}
.bootstrap .navbar-default .btn-link {
    color: #777
}
.bootstrap .navbar-default .btn-link:hover,
.bootstrap .navbar-default .btn-link:focus {
    color: #333
}
.bootstrap .navbar-default .btn-link[disabled]:hover,
.bootstrap .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .navbar-default .btn-link:hover,
fieldset[disabled] .bootstrap .navbar-default .btn-link:focus {
    color: #ccc
}
.bootstrap .navbar-inverse {
    background-color: #282b30
}
.bootstrap .navbar-inverse .navbar-brand {
    color: #fff
}
.bootstrap .navbar-inverse .navbar-brand:hover,
.bootstrap .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.bootstrap .navbar-inverse .navbar-text {
    color: #999
}
.bootstrap .navbar-inverse .navbar-nav>li>a {
    color: #fff
}
.bootstrap .navbar-inverse .navbar-nav>li>a:hover,
.bootstrap .navbar-inverse .navbar-nav>li>a:focus {
    color: #999;
    background-color: transparent
}
.bootstrap .navbar-inverse .navbar-nav>.active>a,
.bootstrap .navbar-inverse .navbar-nav>.active>a:hover,
.bootstrap .navbar-inverse .navbar-nav>.active>a:focus {
    color: #999;
    background-color: #111214
}
.bootstrap .navbar-inverse .navbar-nav>.disabled>a,
.bootstrap .navbar-inverse .navbar-nav>.disabled>a:hover,
.bootstrap .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.bootstrap .navbar-inverse .navbar-toggle {
    border-color: #333
}
.bootstrap .navbar-inverse .navbar-toggle:hover,
.bootstrap .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.bootstrap .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.bootstrap .navbar-inverse .navbar-collapse,
.bootstrap .navbar-inverse .navbar-form {
    border-color: #181a1d
}
.bootstrap .navbar-inverse .navbar-nav>.open>a,
.bootstrap .navbar-inverse .navbar-nav>.open>a:hover,
.bootstrap .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #111214;
    color: #999
}
.bootstrap .navbar-inverse .navbar-link {
    color: #fff
}
.bootstrap .navbar-inverse .navbar-link:hover {
    color: #999
}
.bootstrap .navbar-inverse .btn-link {
    color: #fff
}
.bootstrap .navbar-inverse .btn-link:hover,
.bootstrap .navbar-inverse .btn-link:focus {
    color: #999
}
.bootstrap .navbar-inverse .btn-link[disabled]:hover
.bootstrap .navbar-inverse .btn-link[disabled]:focus
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:hover
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:focus {
    color: #444
}
.bootstrap .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px
}
.bootstrap .breadcrumb>li {
    display: inline-block
}
.bootstrap .breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}
.bootstrap .breadcrumb>.active {
    color: #999
}
.bootstrap .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px
}
.bootstrap .pagination>li {
    display: inline
}
.bootstrap .pagination>li>a,
.bootstrap .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 8px;
    line-height: 1.42857;
    text-decoration: none;
    color: #00aff0;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.bootstrap .pagination>li:first-child>a,
.bootstrap .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.bootstrap .pagination>li:last-child>a,
.bootstrap .pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.bootstrap .pagination>li>a:hover,
.bootstrap .pagination>li>a:focus,
.bootstrap .pagination>li>span:hover,
.bootstrap .pagination>li>span:focus {
    color: #0077a3;
    background-color: #eee;
    border-color: #ddd
}
.bootstrap .pagination>.active>a,
.bootstrap .pagination>.active>a:hover,
.bootstrap .pagination>.active>a:focus,
.bootstrap .pagination>.active>span,
.bootstrap .pagination>.active>span:hover,
.bootstrap .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0;
    cursor: default
}
.bootstrap .pagination>.disabled>span,
.bootstrap .pagination>.disabled>span:hover,
.bootstrap .pagination>.disabled>span:focus,
.bootstrap .pagination>.disabled>a,
.bootstrap .pagination>.disabled>a:hover,
.bootstrap .pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.bootstrap .pagination-lg>li>a,
.bootstrap .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 15px
}
.bootstrap .pagination-lg>li:first-child>a,
.bootstrap .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.bootstrap .pagination-lg>li:last-child>a,
.bootstrap .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.bootstrap .pagination-sm>li>a,
.bootstrap .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 11px
}
.bootstrap .pagination-sm>li:first-child>a,
.bootstrap .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.bootstrap .pagination-sm>li:last-child>a,
.bootstrap .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.bootstrap .pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center
}
.bootstrap .pager:before,
.bootstrap .pager:after {
    content: " ";
    display: table
}
.bootstrap .pager:after {
    clear: both
}
.bootstrap .pager li {
    display: inline
}
.bootstrap .pager li>a,
.bootstrap .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.bootstrap .pager li>a:hover,
.bootstrap .pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.bootstrap .pager .next>a,
.bootstrap .pager .next>span {
    float: right
}
.bootstrap .pager .previous>a,
.bootstrap .pager .previous>span {
    float: left
}
.bootstrap .pager .disabled>a,
.bootstrap .pager .disabled>a:hover,
.bootstrap .pager .disabled>a:focus,
.bootstrap .pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}
.bootstrap .label {
    display: inline;
    padding: 0.15em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.bootstrap .label:empty {
    display: none
}
.btn .bootstrap .label {
    position: relative;
    top: -1px
}
.bootstrap a.label:hover,
.bootstrap a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.bootstrap .label-default {
    background-color: #999
}
.bootstrap .label-default[href]:hover,
.bootstrap .label-default[href]:focus {
    background-color: gray
}
.bootstrap .label-primary {
    background-color: #00aff0
}
.bootstrap .label-primary[href]:hover,
.bootstrap .label-primary[href]:focus {
    background-color: #008abd
}
.bootstrap .label-success {
    background-color: #72C279
}
.bootstrap .label-success[href]:hover,
.bootstrap .label-success[href]:focus {
    background-color: #4eb357
}
.bootstrap .label-info {
    background-color: #25b9d7
}
.bootstrap .label-info[href]:hover,
.bootstrap .label-info[href]:focus {
    background-color: #1e94ab
}
.bootstrap .label-warning {
    background-color: #fbbb22
}
.bootstrap .label-warning[href]:hover,
.bootstrap .label-warning[href]:focus {
    background-color: #e6a304
}
.bootstrap .label-danger {
    background-color: #E08F95
}
.bootstrap .label-danger[href]:hover,
.bootstrap .label-danger[href]:focus {
    background-color: #d5676f
}
.bootstrap .badge,
.bootstrap .module-badge-popular,
.bootstrap .module-badge-partner,
.bootstrap .module-badge-bought {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}
.bootstrap .badge:empty,
.bootstrap .module-badge-popular:empty,
.bootstrap .module-badge-partner:empty,
.bootstrap .module-badge-bought:empty {
    display: none
}
.btn .bootstrap .badge,
.btn .bootstrap .module-badge-popular,
.btn .bootstrap .module-badge-partner,
.btn .bootstrap .module-badge-bought {
    position: relative;
    top: -1px
}
.btn-xs .bootstrap .badge,
.bootstrap .btn-group-xs>.btn .bootstrap .badge,
.btn-xs .bootstrap .module-badge-popular,
.bootstrap .btn-group-xs>.btn .bootstrap .module-badge-popular,
.btn-xs .bootstrap .module-badge-partner,
.bootstrap .btn-group-xs>.btn .bootstrap .module-badge-partner,
.btn-xs .bootstrap .module-badge-bought,
.bootstrap .btn-group-xs>.btn .bootstrap .module-badge-bought {
    top: 0;
    padding: 1px 5px
}
a.list-group-item.active>.bootstrap .badge,
a.list-group-item.active>.bootstrap .module-badge-popular,
a.list-group-item.active>.bootstrap .module-badge-partner,
a.list-group-item.active>.bootstrap .module-badge-bought,
.nav-pills>.active>a>.bootstrap .badge,
.nav-pills>.active>a>.bootstrap .module-badge-popular,
.nav-pills>.active>a>.bootstrap .module-badge-partner,
.nav-pills>.active>a>.bootstrap .module-badge-bought {
    color: #00aff0;
    background-color: #fff
}
.nav-pills>li>a>.bootstrap .badge,
.nav-pills>li>a>.bootstrap .module-badge-popular,
.nav-pills>li>a>.bootstrap .module-badge-partner,
.nav-pills>li>a>.bootstrap .module-badge-bought {
    margin-left: 3px
}
.bootstrap a.badge:hover,
.bootstrap a.module-badge-popular:hover,
.bootstrap a.module-badge-partner:hover,
.bootstrap a.module-badge-bought:hover,
.bootstrap a.badge:focus,
.bootstrap a.module-badge-popular:focus,
.bootstrap a.module-badge-partner:focus,
.bootstrap a.module-badge-bought:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.bootstrap .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 17px;
    line-height: 1.42857;
    background-color: #EFF1F2;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.bootstrap .thumbnail>img,
.bootstrap .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.bootstrap .thumbnail .caption {
    padding: 9px;
    color: #555
}
.bootstrap a.thumbnail:hover,
.bootstrap a.thumbnail:focus,
.bootstrap a.thumbnail.active {
    border-color: #00aff0
}
.bootstrap .alert {
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 3px
}
.bootstrap .alert h4 {
    margin-top: 0;
    color: inherit
}
.bootstrap .alert .alert-link {
    font-weight: bold
}
.bootstrap .alert>p,
.bootstrap .alert>ul {
    margin-bottom: 0
}
.bootstrap .alert>p+p {
    margin-top: 5px
}
.bootstrap .alert-dismissable {
    padding-right: 35px
}
.bootstrap .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.bootstrap .alert-success {
    background-color: #ddf0de;
    border-color: #72C279;
    color: #72C279
}
.bootstrap .alert-success hr {
    border-top-color: #60ba68
}
.bootstrap .alert-success .alert-link {
    color: #4eb357
}
.bootstrap .alert-info {
    background-color: #DCF4F9;
    border-color: #25b9d7;
    color: #1e94ab
}
.bootstrap .alert-info hr {
    border-top-color: #21a6c1
}
.bootstrap .alert-info .alert-link {
    color: #166e80
}
.bootstrap .alert-warning {
    background-color: #FFF3D7;
    border-color: #D2A63C;
    color: #D2A63C
}
.bootstrap .alert-warning hr {
    border-top-color: #c79a2e
}
.bootstrap .alert-warning .alert-link {
    color: #b28a29
}
.bootstrap .alert-danger {
    background-color: #FFE2E4;
    border-color: #E08F95;
    color: #D27C82
}
.bootstrap .alert-danger hr {
    border-top-color: #da7b82
}
.bootstrap .alert-danger .alert-link {
    color: #c5565e
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.bootstrap .progress {
    overflow: hidden;
    height: 17px;
    margin-bottom: 17px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.bootstrap .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    background-color: #00aff0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}
.bootstrap .progress-striped .progress-bar {
    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: -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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px
}
.bootstrap .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.bootstrap .progress-bar[aria-valuenow="1"],
.bootstrap .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}
.bootstrap .progress-bar[aria-valuenow="0"] {
    color: #999;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}
.bootstrap .progress-bar-success {
    background-color: #72C279
}
.progress-striped .bootstrap .progress-bar-success {
    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: -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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}
.bootstrap .progress-bar-info {
    background-color: #25b9d7
}
.progress-striped .bootstrap .progress-bar-info {
    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: -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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}
.bootstrap .progress-bar-warning {
    background-color: #fbbb22
}
.progress-striped .bootstrap .progress-bar-warning {
    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: -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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}
.bootstrap .progress-bar-danger {
    background-color: #E08F95
}
.progress-striped .bootstrap .progress-bar-danger {
    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: -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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}
.bootstrap .media,
.bootstrap .message-item,
.bootstrap .media-body {
    overflow: hidden;
    zoom: 1
}
.bootstrap .media,
.bootstrap .message-item,
.bootstrap .media .media,
.bootstrap .message-item .media,
.bootstrap .media .message-item,
.bootstrap .message-item .message-item {
    margin-top: 15px
}
.bootstrap .media:first-child,
.bootstrap .message-item:first-child {
    margin-top: 0
}
.bootstrap .media-object {
    display: block
}
.bootstrap .media-heading {
    margin: 0 0 5px
}
.bootstrap .media>.pull-left,
.bootstrap .message-item>.pull-left {
    margin-right: 10px
}
.bootstrap .media>.pull-right,
.bootstrap .message-item>.pull-right {
    margin-left: 10px
}
.bootstrap .media-list {
    padding-left: 0;
    list-style: none
}
.bootstrap .list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.bootstrap .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.bootstrap .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.bootstrap .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.bootstrap .list-group-item>.badge,,
.bootstrap .list-group-item>.module-badge-popular,
.bootstrap .list-group-item>.module-badge-partner,
.bootstrap .list-group-item>.module-badge-bought, {
    float: right
}
.bootstrap .list-group-item>.badge+.badge,
.bootstrap .list-group-item>.module-badge-popular+.badge,
.bootstrap .list-group-item>.module-badge-partner+.badge,
.bootstrap .list-group-item>.module-badge-bought+.badge,
.bootstrap .list-group-item>.badge+.module-badge-popular,
.bootstrap .list-group-item>.module-badge-popular+.module-badge-popular,
.bootstrap .list-group-item>.module-badge-partner+.module-badge-popular,
.bootstrap .list-group-item>.module-badge-bought+.module-badge-popular,
.bootstrap .list-group-item>.badge+.module-badge-partner,
.bootstrap .list-group-item>.module-badge-popular+.module-badge-partner,
.bootstrap .list-group-item>.module-badge-partner+.module-badge-partner,
.bootstrap .list-group-item>.module-badge-bought+.module-badge-partner,
.bootstrap .list-group-item>.badge+.module-badge-bought,
.bootstrap .list-group-item>.module-badge-popular+.module-badge-bought,
.bootstrap .list-group-item>.module-badge-partner+.module-badge-bought,
.bootstrap .list-group-item>.module-badge-bought+.module-badge-bought, {
    margin-right: 5px
}
.bootstrap a.list-group-item {
    color: #555
}
.bootstrap a.list-group-item .list-group-item-heading {
    color: #333
}
.bootstrap a.list-group-item:hover,
.bootstrap a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}
.bootstrap .list-group-item.disabled,
.bootstrap .list-group-item.disabled:hover,
.bootstrap .list-group-item.disabled:focus {
    background-color: #eee;
    color: #999
}
.bootstrap .list-group-item.disabled .list-group-item-heading,
.bootstrap .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}
.bootstrap .list-group-item.disabled .list-group-item-text,
.bootstrap .list-group-item.disabled:hover .list-group-item-text,
.bootstrap .list-group-item.disabled:focus .list-group-item-text {
    color: #999
}
.bootstrap .list-group-item.active,
.bootstrap .list-group-item.active:hover,
.bootstrap .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0
}
.bootstrap .list-group-item.active .list-group-item-heading,
.bootstrap .list-group-item.active:hover .list-group-item-heading,
.bootstrap .list-group-item.active:focus .list-group-item-heading, {
    color: inherit
}
.bootstrap .list-group-item.active .list-group-item-text,
.bootstrap .list-group-item.active:hover .list-group-item-text,
.bootstrap .list-group-item.active:focus .list-group-item-text, {
    color: #bdedff
}
.bootstrap .list-group-item-success {
    color: #3c763d;
    background-color: #cce9d7
}
.bootstrap a.list-group-item-success {
    color: #3c763d
}
.bootstrap a.list-group-item-success .list-group-item-heading {
    color: inherit
}
.bootstrap a.list-group-item-success:hover,
.bootstrap a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #bae1c9
}
.bootstrap a.list-group-item-success.active,
.bootstrap a.list-group-item-success.active:hover,
.bootstrap a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.bootstrap .list-group-item-info {
    color: #31708f;
    background-color: #d3f1f7
}
.bootstrap a.list-group-item-info {
    color: #31708f
}
.bootstrap a.list-group-item-info .list-group-item-heading {
    color: inherit
}
.bootstrap a.list-group-item-info:hover,
.bootstrap a.list-group-item-info:focus {
    color: #31708f;
    background-color: #bdeaf3
}
.bootstrap a.list-group-item-info.active,
.bootstrap a.list-group-item-info.active:hover,
.bootstrap a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.bootstrap .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fef1d3
}
.bootstrap a.list-group-item-warning {
    color: #8a6d3b
}
.bootstrap a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
.bootstrap a.list-group-item-warning:hover,
.bootstrap a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #fde9ba
}
.bootstrap a.list-group-item-warning.active,
.bootstrap a.list-group-item-warning.active:hover,
.bootstrap a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.bootstrap .list-group-item-danger {
    color: #a94442;
    background-color: #f9cce1
}
.bootstrap a.list-group-item-danger {
    color: #a94442
}
.bootstrap a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
.bootstrap a.list-group-item-danger:hover,
.bootstrap a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #f6b5d4
}
.bootstrap a.list-group-item-danger.active,
.bootstrap a.list-group-item-danger.active:hover,
.bootstrap a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.bootstrap .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.bootstrap .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.bootstrap .panel,
.bootstrap .message-item-initial .message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.bootstrap .panel-body {
    padding: 15px
}
.bootstrap .panel-body:before,
.bootstrap .panel-body:after {
    content: " ";
    display: table
}
.bootstrap .panel-body:after {
    clear: both
}
.bootstrap .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}
.bootstrap .panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.bootstrap .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit
}
.bootstrap .panel-title>a {
    color: inherit
}
.bootstrap .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}
.bootstrap .panel>.list-group,
.bootstrap .message-item-initial .message-item-initial-body>.list-group,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group, {
    margin-bottom: 0
}
.bootstrap .panel>.list-group .list-group-item,
.bootstrap .message-item-initial .message-item-initial-body>.list-group .list-group-item,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.bootstrap .panel>.list-group:first-child .list-group-item:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.list-group:first-child .list-group-item:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}
.bootstrap .panel>.list-group:last-child .list-group-item:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.list-group:last-child .list-group-item:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}
.bootstrap .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.bootstrap .panel>.table,
.bootstrap .message-item-initial .message-item-initial-body>.table,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table,
.bootstrap .panel>.table-responsive>.table,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table {
    margin-bottom: 0
}
.bootstrap .panel>.table:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px
}
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.bootstrap .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px
}
.bootstrap .panel>.table:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.bootstrap .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}
.bootstrap .panel>.panel-body+.table,
.bootstrap .message-item-initial .message-item-initial-body>.panel-body+.table,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.panel-body+.table,
.bootstrap .panel>.panel-body+.table-responsive,
.bootstrap .message-item-initial .message-item-initial-body>.panel-body+.table-responsive,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}
.bootstrap .panel>.table>tbody:first-child>tr:first-child th,
.bootstrap .message-item-initial .message-item-initial-body>.table>tbody:first-child>tr:first-child th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table>tbody:first-child>tr:first-child th,
.bootstrap .panel>.table>tbody:first-child>tr:first-child td,
.bootstrap .message-item-initial .message-item-initial-body>.table>tbody:first-child>tr:first-child td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}
.bootstrap .panel>.table-bordered,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered,
.bootstrap .panel>.table-responsive>.table-bordered,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered {
    border: 0
}
.bootstrap .panel>.table-bordered>thead>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>th:first-child,
.bootstrap .panel>.table-bordered>thead>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>td:first-child,
.bootstrap .panel>.table-bordered>tbody>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>th:first-child,
.bootstrap .panel>.table-bordered>tbody>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>td:first-child,
.bootstrap .panel>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .panel>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>thead>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>thead>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.bootstrap .panel>.table-bordered>thead>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>th:last-child,
.bootstrap .panel>.table-bordered>thead>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr>td:last-child,
.bootstrap .panel>.table-bordered>tbody>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>th:last-child,
.bootstrap .panel>.table-bordered>tbody>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr>td:last-child,
.bootstrap .panel>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .panel>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>thead>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>thead>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.bootstrap .panel>.table-bordered>thead>tr:first-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr:first-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr:first-child>td,
.bootstrap .panel>.table-bordered>thead>tr:first-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>thead>tr:first-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>thead>tr:first-child>th,
.bootstrap .panel>.table-bordered>tbody>tr:first-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:first-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:first-child>td,
.bootstrap .panel>.table-bordered>tbody>tr:first-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:first-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:first-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>thead>tr:first-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>thead>tr:first-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}
.bootstrap .panel>.table-bordered>tbody>tr:last-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:last-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:last-child>td,
.bootstrap .panel>.table-bordered>tbody>tr:last-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tbody>tr:last-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tbody>tr:last-child>th,
.bootstrap .panel>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .panel>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.bootstrap .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.bootstrap .panel>.table-responsive,
.bootstrap .message-item-initial .message-item-initial-body>.table-responsive,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}
.bootstrap .panel-group {
    margin-bottom: 17px
}
.bootstrap .panel-group .panel,
.bootstrap .panel-group .message-item-initial .message-item-initial-body,
.bootstrap .message-item-initial .panel-group .message-item-initial-body,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel {
    margin-bottom: 0;
    border-radius: 3px
}
.bootstrap .panel-group .panel+.panel,
.bootstrap .panel-group .message-item-initial .message-item-initial-body+.panel,
.bootstrap .message-item-initial .panel-group .message-item-initial-body+.panel,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel+.panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel+.panel,
.bootstrap .panel-group .message-item-initial .panel+.message-item-initial-body,
.bootstrap .message-item-initial .panel-group .panel+.message-item-initial-body,
.bootstrap .panel-group .message-item-initial .message-item-initial-body+.message-item-initial-body,
.bootstrap .message-item-initial .panel-group .message-item-initial-body+.message-item-initial-body,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .message-item-initial .timeline-panel+.message-item-initial-body,
.bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .timeline-panel+.message-item-initial-body,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .timeline-panel+.message-item-initial-body,
.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .panel-group .timeline-panel+.message-item-initial-body,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .panel+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .panel+.timeline-panel,
.bootstrap .panel-group .message-item-initial .timeline .timeline-item .timeline-caption .message-item-initial-body+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .message-item-initial .message-item-initial-body+.timeline-panel,
.bootstrap .message-item-initial .panel-group .timeline .timeline-item .timeline-caption .message-item-initial-body+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .panel-group .message-item-initial-body+.timeline-panel,
.bootstrap .panel-group .timeline .timeline-item .timeline-caption .timeline-panel+.timeline-panel,
.bootstrap .timeline .timeline-item .timeline-caption .panel-group .timeline-panel+.timeline-panel {
    margin-top: 5px
}
.bootstrap .panel-group .panel-heading {
    border-bottom: 0
}
.bootstrap .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}
.bootstrap .panel-group .panel-footer {
    border-top: 0
}
.bootstrap .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.bootstrap .panel-default {
    border-color: #ddd
}
.bootstrap .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.bootstrap .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.bootstrap .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.bootstrap .panel-primary {
    border-color: #00aff0
}
.bootstrap .panel-primary>.panel-heading {
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0
}
.bootstrap .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #00aff0
}
.bootstrap .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #00aff0
}
.bootstrap .panel-success {
    border-color: #bae1c3
}
.bootstrap .panel-success>.panel-heading {
    color: #3c763d;
    background-color: #cce9d7;
    border-color: #bae1c3
}
.bootstrap .panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bae1c3
}
.bootstrap .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bae1c3
}
.bootstrap .panel-info {
    border-color: #b5f2f2
}
.bootstrap .panel-info>.panel-heading {
    color: #31708f;
    background-color: #d3f1f7;
    border-color: #b5f2f2
}
.bootstrap .panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #b5f2f2
}
.bootstrap .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #b5f2f2
}
.bootstrap .panel-warning {
    border-color: #fddeba
}
.bootstrap .panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fef1d3;
    border-color: #fddeba
}
.bootstrap .panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fddeba
}
.bootstrap .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fddeba
}
.bootstrap .panel-danger {
    border-color: #f6b5de
}
.bootstrap .panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f9cce1;
    border-color: #f6b5de
}
.bootstrap .panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f6b5de
}
.bootstrap .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f6b5de
}
.bootstrap .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FCFDFE;
    border: 1px solid #e1ebf5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.bootstrap .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}
.bootstrap .well-lg {
    padding: 24px;
    border-radius: 6px
}
.bootstrap .well-sm {
    padding: 9px;
    border-radius: 3px
}
.bootstrap .close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.bootstrap .close:hover,
.bootstrap .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.bootstrap button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.bootstrap .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}
.bootstrap .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}
.bootstrap .tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}
.bootstrap .tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}
.bootstrap .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}
.bootstrap .tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}
.bootstrap .tooltip-inner {
    max-width: 250px;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #555;
    border-radius: 3px
}
.bootstrap .tooltip-inner:last-child {
    margin-bottom: 0
}
.bootstrap .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.bootstrap .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #555
}
.bootstrap .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #555
}
.bootstrap .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #555
}
.bootstrap .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #555
}
.bootstrap .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #555
}
.bootstrap .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555
}
.bootstrap .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555
}
.bootstrap .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555
}
.bootstrap .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}
.bootstrap .popover.top {
    margin-top: -10px
}
.bootstrap .popover.right {
    margin-left: 10px
}
.bootstrap .popover.bottom {
    margin-top: 10px
}
.bootstrap .popover.left {
    margin-left: -10px
}
.bootstrap .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.bootstrap .popover-content {
    padding: 9px 14px
}
.bootstrap .popover>.arrow,
.bootstrap .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.bootstrap .popover>.arrow {
    border-width: 11px
}
.bootstrap .popover>.arrow:after {
    border-width: 10px;
    content: ""
}
.bootstrap .popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.05);
    bottom: -11px
}
.bootstrap .popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.bootstrap .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.05)
}
.bootstrap .popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.bootstrap .popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    top: -11px
}
.bootstrap .popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.bootstrap .popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.05)
}
.bootstrap .popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.bootstrap .clearfix:before,
.bootstrap .clearfix:after {
    content: " ";
    display: table
}
.bootstrap .clearfix:after {
    clear: both
}
.bootstrap .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.bootstrap .pull-right {
    float: right !important
}
.bootstrap .pull-left {
    float: left !important
}
.bootstrap .hide {
    display: none !important
}
.bootstrap .show {
    display: block !important
}
.bootstrap .invisible {
    visibility: hidden
}
.bootstrap .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.bootstrap .hidden {
    display: none !important;
    visibility: hidden !important
}
.bootstrap .affix {
    position: fixed
}
@-ms-viewport {
    .bootstrap {
        width: device-width
    }
}
.bootstrap .visible-xs,
.bootstrap .visible-sm,
.bootstrap .visible-md,
.bootstrap .visible-lg {
    display: none !important
}
.bootstrap .visible-xs-block,
.bootstrap .visible-xs-inline,
.bootstrap .visible-xs-inline-block,
.bootstrap .visible-sm-block,
.bootstrap .visible-sm-inline,
.bootstrap .visible-sm-inline-block,
.bootstrap .visible-md-block,
.bootstrap .visible-md-inline,
.bootstrap .visible-md-inline-block,
.bootstrap .visible-lg-block,
.bootstrap .visible-lg-inline,
.bootstrap .visible-lg-inline-block {
    display: none !important
}
@media (max-width: 767px) {
    .bootstrap .visible-xs {
        display: block !important
    }
    .bootstrap table.visible-xs {
        display: table
    }
    .bootstrap tr.visible-xs {
        display: table-row !important
    }
    .bootstrap th.visible-xs,
    .bootstrap td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .bootstrap .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .bootstrap .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .bootstrap .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm {
        display: block !important
    }
    .bootstrap table.visible-sm {
        display: table
    }
    .bootstrap tr.visible-sm {
        display: table-row !important
    }
    .bootstrap th.visible-sm,
    .bootstrap td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md {
        display: block !important
    }
    .bootstrap table.visible-md {
        display: table
    }
    .bootstrap tr.visible-md {
        display: table-row !important
    }
    .bootstrap th.visible-md,
    .bootstrap td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md-block {
        display: block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg {
        display: block !important
    }
    .bootstrap table.visible-lg {
        display: table
    }
    .bootstrap tr.visible-lg {
        display: table-row !important
    }
    .bootstrap th.visible-lg,
    .bootstrap td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1200px) {
    .bootstrap .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .bootstrap .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .bootstrap .hidden-lg {
        display: none !important
    }
}
.bootstrap .visible-print {
    display: none !important
}
@media print {
    .bootstrap .visible-print {
        display: block !important
    }
    .bootstrap table.visible-print {
        display: table
    }
    .bootstrap tr.visible-print {
        display: table-row !important
    }
    .bootstrap th.visible-print,
    .bootstrap td.visible-print {
        display: table-cell !important
    }
}
.bootstrap .visible-print-block {
    display: none !important
}
@media print {
    .bootstrap .visible-print-block {
        display: block !important
    }
}
.bootstrap .visible-print-inline {
    display: none !important
}
@media print {
    .bootstrap .visible-print-inline {
        display: inline !important
    }
}
.bootstrap .visible-print-inline-block {
    display: none !important
}
@media print {
    .bootstrap .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .bootstrap .hidden-print {
        display: none !important
    }
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
#flashsale-content.bootstrap {
    padding: 0;
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
#flashsale-content.bootstrap .panel,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #d3d8db;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
#flashsale-content.bootstrap .panel.panel-highlighted,
#flashsale-content.bootstrap .message-item-initial .panel-highlighted.message-item-initial-body,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .panel-highlighted.timeline-panel {
    border-color: #00aff0 !important;
    -webkit-box-shadow: rgba(0, 175, 240, 0.15) 0 0 0 6px inset !important;
    box-shadow: rgba(0, 175, 240, 0.15) 0 0 0 6px inset !important
}
#flashsale-content.bootstrap .panel .panel-heading,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .panel-heading,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading {
    font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    height: 32px
}
#flashsale-content.bootstrap .panel .panel-heading .btn,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .panel-heading .btn,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading .btn {
    padding: 4px 8px !important
}
#flashsale-content.bootstrap .panel .panel-heading a.btn,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .panel-heading a.btn,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading a.btn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: none;
    position: relative;
    top: 2px
}
#flashsale-content.bootstrap .panel .panel-heading i,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .panel-heading i,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading i {
    font-size: 14px
}
#flashsale-content.bootstrap .panel .panel,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .panel,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel,
#flashsale-content.bootstrap .panel .message-item-initial .message-item-initial-body,
#flashsale-content.bootstrap .message-item-initial .panel .message-item-initial-body,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .message-item-initial-body,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .message-item-initial-body,
#flashsale-content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial-body,
#flashsale-content.bootstrap .panel .timeline .timeline-item .timeline-caption .timeline-panel,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .panel .timeline-panel,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .timeline-panel,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .timeline-panel,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel {
    border: solid 1px #ddd
}
#flashsale-content.bootstrap .panel .panel.tab-content,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .panel.tab-content,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel.tab-content,
#flashsale-content.bootstrap .panel .message-item-initial .tab-content.message-item-initial-body,
#flashsale-content.bootstrap .message-item-initial .panel .tab-content.message-item-initial-body,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .tab-content.message-item-initial-body,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .message-item-initial .tab-content.message-item-initial-body,
#flashsale-content.bootstrap .message-item-initial .timeline .timeline-item .timeline-caption .timeline-panel .tab-content.message-item-initial-body,
#flashsale-content.bootstrap .panel .timeline .timeline-item .timeline-caption .tab-content.timeline-panel,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .panel .tab-content.timeline-panel,
#flashsale-content.bootstrap .message-item-initial .message-item-initial-body .timeline .timeline-item .timeline-caption .tab-content.timeline-panel,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .message-item-initial .message-item-initial-body .tab-content.timeline-panel,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .tab-content.timeline-panel {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}
#flashsale-content.bootstrap h3:not(.modal-title),
#flashsale-content.bootstrap .panel-heading {
    border: none;
    font-size: 1.2em;
    line-height: 2.2em;
    height: 2.2em;
    text-transform: uppercase;
    border-bottom: solid 1px #eee;
    padding: 0 0 0 5px;
    margin: -20px -16px 15px -16px
}
#flashsale-content.bootstrap h3:not(.modal-title) i,
#flashsale-content.bootstrap h3:not(.modal-title) a,
#flashsale-content.bootstrap .panel-heading i,
#flashsale-content.bootstrap .panel-heading a {
    color: contrasted(#e5e8e3)
}
#flashsale-content.bootstrap h3:not(.modal-title) .badge,
#flashsale-content.bootstrap h3:not(.modal-title) .module-badge-popular,
#flashsale-content.bootstrap h3:not(.modal-title) .module-badge-partner,
#flashsale-content.bootstrap h3:not(.modal-title) .module-badge-bought,
#flashsale-content.bootstrap .panel-heading .badge,
#flashsale-content.bootstrap .panel-heading .module-badge-popular,
#flashsale-content.bootstrap .panel-heading .module-badge-partner,
#flashsale-content.bootstrap .panel-heading .module-badge-bought {
    color: #555;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 0 10px;
    font-weight: 700;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    margin-left: 0.4em;
    -webkit-border-radius: 20px;
    border-radius: 20px
}
#flashsale-content.bootstrap h3:not(.modal-title) .badge a,
#flashsale-content.bootstrap h3:not(.modal-title) .module-badge-popular a,
#flashsale-content.bootstrap h3:not(.modal-title) .module-badge-partner a,
#flashsale-content.bootstrap h3:not(.modal-title) .module-badge-bought a,
#flashsale-content.bootstrap .panel-heading .badge a,
#flashsale-content.bootstrap .panel-heading .module-badge-popular a,
#flashsale-content.bootstrap .panel-heading .module-badge-partner a,
#flashsale-content.bootstrap .panel-heading .module-badge-bought a {
    display: block;
    font-size: 0.8em
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action,
#flashsale-content.bootstrap .panel-heading .panel-heading-action {
    line-height: 0;
    position: absolute;
    top: 2px;
    right: 0
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action .btn,
#flashsale-content.bootstrap .panel-heading .panel-heading-action .btn {
    padding: 4px 8px !important
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action .btn-group,
#flashsale-content.bootstrap .panel-heading .panel-heading-action .btn-group {
    position: absolute;
    white-space: nowrap;
    top: -2px;
    right: 2px
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action .btn-group a.btn,
#flashsale-content.bootstrap .panel-heading .panel-heading-action .btn-group a.btn {
    float: none
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action>a.btn,
#flashsale-content.bootstrap .panel-heading .panel-heading-action>a.btn {
    position: absolute;
    top: 0;
    right: 2px
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn,
#flashsale-content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn {
    height: 30px;
    width: 30px;
    color: #CCC;
    float: left;
    border-left: solid 1px #eee
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover,
#flashsale-content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn:hover {
    text-decoration: none;
    color: #00aff0
}
#flashsale-content.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i,
#flashsale-content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i {
    text-align: center;
    font-size: 18px;
    line-height: 30px
}
#flashsale-content.bootstrap .panel-danger .panel-heading {
    background-color: #8BC954 !important
}
#flashsale-content.bootstrap form .alert {
    clear: both
}
@media (max-width: 480px) {
    #flashsale-content.bootstrap {
        padding: 120px 5px 0;
        margin-left: 0 !important
    }
}
#flashsale-content.bootstrap .help-block {
    font-style: italic
}
#flashsale-content.bootstrap .nav.nav-tabs li.active a {
    z-index: 99
}
#flashsale-content.bootstrap .breadcrumb {
    background-color: #fff;
    border: solid 1px #d3d8db
}
#flashsale-content.bootstrap .panel.panel-sm,
#flashsale-content.bootstrap .message-item-initial .panel-sm.message-item-initial-body,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel {
    padding: 8px !important
}
#flashsale-content.bootstrap .panel.panel-sm .panel-heading,
#flashsale-content.bootstrap .message-item-initial .panel-sm.message-item-initial-body .panel-heading,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .panel-heading {
    font-size: 13px;
    margin: -8px -8px 10px;
    padding-left: 8px
}
#flashsale-content.bootstrap .panel.panel-sm .form-group,
#flashsale-content.bootstrap .message-item-initial .panel-sm.message-item-initial-body .form-group,
#flashsale-content.bootstrap .timeline .timeline-item .timeline-caption .panel-sm.timeline-panel .form-group {
    margin-bottom: 8px
}
.data-focus.data-focus-primary {
    background-color: #00aff0;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
body.display-modal #flashsale-content {
    margin: 0;
    padding: 0;
    background: #F8F8F8
}
.bootstrap .modal .alert h3 {
    margin-top: 0
}
.bootstrap .modal-footer .alert {
    text-align: left
}
.bootstrap .panel .panel-footer,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer {
    height: 73px;
    border-color: #eee;
    background-color: #FCFDFE;
    margin: 15px -20px -20px
}
.bootstrap .panel .panel-footer .btn.pull-right:not(:first-child),
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn.pull-right:not(:first-child),
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn.pull-right:not(:first-child) {
    margin-right: 5px
}
.bootstrap .panel .panel-footer .btn,
.bootstrap .message-item-initial .message-item-initial-body .panel-footer .btn,
.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-footer .btn {
    line-height: 1em
}
[class^="icon-"] {
    font-size: 14px
}
[class^="process-icon-"] {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 28px;
    background: transparent;
    background-size: 26px;
    background-position: center
}
#flashsale-content .process-icon-loading {
    line-height: 30px;
    font-size: 20px
}
.bootstrap .fixed-width-xs {
    width: 48px !important
}
.bootstrap .fixed-width-sm {
    width: 80px !important
}
.bootstrap .fixed-width-md {
    width: 120px !important
}
.bootstrap .fixed-width-lg {
    width: 160px !important
}
.bootstrap .fixed-width-xl {
    width: 200px !important
}
.bootstrap .fixed-width-xxl {
    width: 250px !important
}
@media (max-width: 480px) {
    .bootstrap .hidden-inline-xs {
        display: none !important
    }
}
.bootstrap .row-margin-bottom {
    margin-bottom: 15px
}
.bootstrap .row-margin-top {
    margin-top: 15px
}
.bootstrap .row-padding-top {
    padding-top: 15px
}
.bootstrap .thumbnail,
.bootstrap .img-thumbnail {
    background-color: #fff;
    border-color: #ccc !important
}
.bootstrap .highlight {
    background-color: #F7E69F
}
.bootstrap .text-orange {
    color: #f90
}
.bootstrap .badge,
.bootstrap .module-badge-popular,
.bootstrap .module-badge-partner,
.bootstrap .module-badge-bought {
    padding: 1px 5px;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
    letter-spacing: 0.0625em;
    background-color: #00aff0
}
.bootstrap .badge.badge-info,
.bootstrap .badge-info.module-badge-popular,
.bootstrap .badge-info.module-badge-partner,
.bootstrap .badge-info.module-badge-bought {
    background-color: #25b9d7
}
.bootstrap .badge.badge-success,
.bootstrap .badge-success.module-badge-popular,
.bootstrap .badge-success.module-badge-partner,
.bootstrap .badge-success.module-badge-bought {
    background-color: #72C279
}
.bootstrap .badge.badge-warning,
.bootstrap .badge-warning.module-badge-popular,
.bootstrap .badge-warning.module-badge-partner,
.bootstrap .badge-warning.module-badge-bought {
    background-color: #fbbb22
}
.bootstrap .badge.badge-danger,
.bootstrap .badge-danger.module-badge-popular,
.bootstrap .badge-danger.module-badge-partner,
.bootstrap .badge-danger.module-badge-bought {
    background-color: #E08F95
}
.bootstrap .badge.badge-critical,
.bootstrap .badge-critical.module-badge-popular,
.bootstrap .badge-critical.module-badge-partner,
.bootstrap .badge-critical.module-badge-bought {
    background-color: #cf535c
}
.bootstrap .label {
    font-size: 12px;
    font-weight: 400
}
.bootstrap .label.label-inactive {
    background-color: #999
}
.bootstrap .nav-tabs {
    border-bottom: none
}
.bootstrap .nav-tabs li .badge,
.bootstrap .nav-tabs li .module-badge-popular,
.bootstrap .nav-tabs li .module-badge-partner,
.bootstrap .nav-tabs li .module-badge-bought {
    background-color: #fff;
    border: solid 2px #eee;
    color: #666
}
.bootstrap .nav-tabs li a {
    font-size: 1.1em;
    font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300
}
.bootstrap .nav-tabs li.active a,
.bootstrap .nav-tabs li.active a:hover,
.bootstrap .nav-tabs li.active a:focus {
    background-color: #fff
}
.bootstrap .table tr.parent td {
    background-color: #eee !important;
    border-bottom: solid 1px #ccc !important
}
.bootstrap .alert.alert-warning {
    position: relative;
    border: none;
    padding-left: 50px;
    border-left: solid 3px #fcc94f
}
.bootstrap .alert.alert-warning:before {
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #fcc94f;
    left: 7px
}
.bootstrap .alert.alert-danger {
    position: relative;
    border: none;
    padding-left: 50px;
    border-left: solid 3px #eab3b7
}
.bootstrap .alert.alert-danger:before {
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #eab3b7;
    left: 7px
}
.bootstrap .alert.alert-success {
    position: relative;
    border: none;
    padding-left: 50px;
    border-left: solid 3px #92d097
}
.bootstrap .alert.alert-success:before {
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #92d097;
    left: 7px
}
.bootstrap .alert.alert-info {
    position: relative;
    border: none;
    padding-left: 50px;
    border-left: solid 3px #4ac7e0
}
.bootstrap .alert.alert-info:before {
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #4ac7e0;
    left: 7px
}
.bootstrap .alert.alert-addons {
    background-color: #F3F3F2;
    border-color: #f34794;
    color: #F01778;
    position: relative;
    border: none;
    padding-left: 50px;
    border-left: solid 3px #f34291
}
.bootstrap .alert.alert-addons hr {
    border-top-color: #f22f86
}
.bootstrap .alert.alert-addons .alert-link {
    color: #c70d60
}
.bootstrap .alert.alert-addons:before {
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #f34291;
    left: 7px
}
.bootstrap .alert.alert-onboarding {
    background-color: #fff;
    border-color: #4ec8e1;
    color: #25b9d7;
    position: relative;
    border: none;
    padding-left: 50px;
    border-left: solid 3px #fff;
    border: solid 2px #25b9d7;
    box-shadow: inset 140px 0 0 #25b9d7;
    padding: 20px 20px 20px 160px
}
.bootstrap .alert.alert-onboarding hr {
    border-top-color: #39c1dd
}
.bootstrap .alert.alert-onboarding .alert-link {
    color: #1e94ab
}
.bootstrap .alert.alert-onboarding:before {
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #fff;
    left: 7px
}
.bootstrap .alert.alert-onboarding:before {
    left: 25px;
    top: 40px;
    font-size: 98px
}
.bootstrap .alert.alert-onboarding .onboarding-step {
    width: 100%;
    height: 2em
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-success {
    background-color: #25b9d7
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-in-progress {
    background-image: -webkit-linear-gradient(45deg, #7ad6e8 25%, transparent 25%, transparent 50%, #7ad6e8 50%, #7ad6e8 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, #7ad6e8 25%, transparent 25%, transparent 50%, #7ad6e8 50%, #7ad6e8 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, #7ad6e8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #7ad6e8 50%, #7ad6e8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-color: #25b9d7
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-todo {
    background-color: #eee
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-first {
    -webkit-border-radius: 3em 0 0 3em;
    border-radius: 3em 0 0 3em
}
.bootstrap .alert.alert-onboarding .onboarding-step.step-final {
    -webkit-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0
}
.bootstrap .alert.alert-onboarding h4 {
    font-weight: 100;
    font-size: 2.1em;
    color: #383F50;
    margin-bottom: 0.4em
}
.bootstrap .alert.alert-onboarding p {
    font-size: 1.1em;
    color: #7d88a4;
    margin-bottom: 1em
}
.bootstrap .alert.alert-onboarding .onboarding-action-container {
    padding-top: 3em
}
.bootstrap .alert.alert-onboarding hr {
    border-color: #a5e3f0
}
.bootstrap .alert.alert-onboarding .progress {
    -webkit-border-radius: 3em;
    border-radius: 3em;
    height: 2em;
    box-shadow: none
}
.bootstrap .alert.alert-onboarding .progress-bar {
    box-shadow: none
}
.bootstrap .alert.alert-message {
    position: relative;
    border: none;
    padding-left: 50px;
    border-left: solid 3px #fcc94f;
    border: solid 2px #fbbb22;
    background-color: #fff
}
.bootstrap .alert.alert-message:before {
    position: absolute;
    top: 6px;
    display: block;
    height: 25px;
    width: 25px;
    color: #fcc94f;
    left: 7px
}
.bootstrap .alert h4 {
    font-size: 1.45em;
    margin-bottom: 1em
}
.bootstrap .overflow-y {
    max-height: 200px;
    margin-bottom: 15px;
    overflow-y: auto
}
.bootstrap .input[type='password'] {
    font-size: 2em !important
}
.bootstrap .pagination {
    margin: 17px 0 0 0
}
.bootstrap .list-detail dd:not(:last-child) {
    margin-bottom: 10px
}
.bootstrap .attributes-color-container {
    width: 40px;
    height: 25px;
    display: block;
    border: solid 1px #000
}
.bootstrap #mColorPickerInput {
    color: #000
}
.bootstrap .modal-content-overflow {
    max-height: 400px;
    overflow-y: scroll
}
.bootstrap .table {
    border-collapse: separate;
    border-spacing: 0 2px 0 0;
    margin-bottom: 5px
}
.bootstrap .table thead>tr>th {
    border: none;
    font-weight: normal;
    vertical-align: top;
    border-bottom: solid 1px #a0d0eb
}
.bootstrap .table thead>tr>th span.title_box {
    color: #656565;
    display: block;
    word-wrap: nowrap;
    white-space: nowrap
}
.bootstrap .table thead>tr>th span.title_box.active {
    font-weight: bold
}
.bootstrap .table thead>tr>th span.title_box a {
    text-decoration: none
}
.bootstrap .table thead>tr>th span.title_box a.active {
    color: #000
}
.bootstrap .table thead>tr>th span.title_box .label-tooltip {
    color: #3586AE;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #D8EDF7;
    padding: 0 5px
}
.bootstrap .table thead>tr.filter>th {
    background-color: #ecf6fb
}
.bootstrap .table thead>tr.filter>th input[type="text"].filter,
.bootstrap .table thead>tr.filter>th input[type="password"].filter,
.bootstrap .table thead>tr.filter>th select.filter {
    font-size: 11px;
    padding: 4px;
    border-color: #a0d0eb
}
.bootstrap .table input,
.bootstrap .table select {
    margin: 0
}
.bootstrap .table tbody>tr>td {
    border-top: none;
    color: #666;
    background-color: #fff;
    padding: 3px 7px;
    vertical-align: middle;
    word-wrap: nowrap;
    font-size: 12px;
    border-bottom: solid 1px #EAEDEF
}
.bootstrap .table tbody>tr.odd>td {
    background-color: #FCFDFE
}
.bootstrap .table tbody>tr:hover>td {
    background-color: #f4f8fb
}
.bootstrap .table td.center,
.bootstrap .table th.center {
    text-align: center
}
.bootstrap .table td.pointer {
    cursor: pointer
}
.bootstrap .table td.dragHandle .dragGroup {
    width: 80px;
    cursor: move;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 4px 4px 4px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.bootstrap .table td.dragHandle .dragGroup:hover {
    color: #fff;
    background-color: #00aff0 !important
}
.bootstrap .table td.dragHandle .dragGroup:before {
    font:normal normal normal 14px/1 FontAwesome;
    content: "\f047";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 8px;
    left: 6px
}
.bootstrap .table td.dragHandle .dragGroup .positions {
    display: inline-block;
    border: solid 1px #ccc;
    background-color: #eee;
    padding: 0 5px;
    color: #aaa;
    width: 43px;
    text-shadow: #fff 1px 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset
}
.bootstrap .table tr.actions {
    text-align: right
}
.bootstrap .table td.actions {
    text-align: right;
    padding-right: 5px
}
.bootstrap .table th.actions .btn {
    margin-bottom: 4px !important
}
.bootstrap .table tr.myDragClass {
    padding: 10px;
    background-color: #eee
}
.bootstrap .table tr.myDragClass td {
    color: #fff !important;
    background-color: #00aff0 !important;
    -moz-transform: translate(5px, 10px);
    -ms-transform: translate(5px, 10px);
    -webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px)
}
.bootstrap .table.tableDnD td {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.bootstrap tr.highlighted td {
    background-color: #00aff0 !important;
    color: #fff !important
}
.bootstrap .bulk-actions {
    margin: 17px 0 0 0
}
.bootstrap .bulk-actions ul i {
    font-size: 14px
}
.bootstrap .list-action-enable {
    font-size: 1.3em;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.bootstrap .list-action-enable.action-enabled {
    color: #72C279
}
.bootstrap .list-action-enable.action-disabled {
    color: #E08F95
}
.bootstrap .list-action-enable:hover {
    color: #25B9D7
}
.bootstrap .list-empty {
    background-color: #FCFDFE !important
}
.bootstrap .list-empty .list-empty-msg {
    text-align: center;
    display: block;
    width: 50%;
    margin: 20px auto;
    color: #999;
    font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.4em
}
.bootstrap .list-empty .list-empty-icon {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 84px;
    text-shadow: #fff 1px 1px 0
}
.bootstrap .date_range .input-group:first-child {
    margin-bottom: 5px
}
@media (max-width: 991px) {
    .bootstrap .table-responsive-row {
        overflow: visible
    }
    .bootstrap .table-responsive-row table,
    .bootstrap .table-responsive-row thead,
    .bootstrap .table-responsive-row tbody,
    .bootstrap .table-responsive-row th,
    .bootstrap .table-responsive-row td,
    .bootstrap .table-responsive-row tr {
        display: block
    }
    .bootstrap .table-responsive-row thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .bootstrap .table-responsive-row tr {
        border: 1px solid #ccc;
        -webkit-box-shadow: #EAEDEF 0 2px 0 0;
        box-shadow: #EAEDEF 0 2px 0 0;
        width: 100%;
        margin-bottom: 6px
    }
    .bootstrap .table-responsive-row tr:last-child {
        border-bottom: 1px solid #ccc
    }
    .bootstrap .table-responsive-row td {
        position: relative;
        padding-left: 35% !important;
        width: 100% !important;
        text-align: left !important;
        line-height: 2em !important;
        font-size: 1.15em !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .bootstrap .table-responsive-row td:last-child {
        border: none
    }
    .bootstrap .table-responsive-row td .btn-group-action .dropdown-toggle {
        display: none !important
    }
    .bootstrap .table-responsive-row td .btn-group-action ul.dropdown-menu,
    .bootstrap .table-responsive-row td .btn-group-action .dropdown-menu li {
        position: relative;
        padding: 0;
        margin: 0;
        float: right;
        display: inline-block;
        background: transparent;
        border: none;
        z-index: 13;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .bootstrap .table-responsive-row td .dropdown-menu li a,
    .bootstrap .table-responsive-row td a.btn,
    .bootstrap .table-responsive-row td button.btn {
        background-color: #fff;
        border: none;
        padding: 12px 10px !important;
        margin-right: 5px;
        display: inline-block;
        margin: 0 !important;
        float: right;
        border-left: 1px solid #EAEDEF;
        z-index: 13;
        color: #00aff0;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .bootstrap .table-responsive-row td .dropdown-menu li a i,
    .bootstrap .table-responsive-row td a.btn i,
    .bootstrap .table-responsive-row td button.btn i {
        color: #00aff0
    }
    .bootstrap .table-responsive-row td .dropdown-menu li a:hover,
    .bootstrap .table-responsive-row td a.btn:hover,
    .bootstrap .table-responsive-row td button.btn:hover {
        background-color: #00aff0;
        color: #fff
    }
    .bootstrap .table-responsive-row td .dropdown-menu li a:hover i,
    .bootstrap .table-responsive-row td a.btn:hover i,
    .bootstrap .table-responsive-row td button.btn:hover i {
        color: #fff
    }
    .bootstrap .table-responsive-row .odd td {
        background-color: #FCFDFE !important
    }
    .bootstrap .table-responsive-row td.row-selector {
        display: none
    }
    .bootstrap .table-responsive-row td:before {
        position: absolute;
        top: 4px;
        left: 12px;
        width: 30%;
        border-right: 1px solid #EAEDEF;
        padding-right: 10px;
        white-space: nowrap;
        color: #aaa;
        text-align: right;
        font-size: 0.9em;
        font-style: italic
    }
    .bootstrap .table-responsive-row td:last-child {
        text-align: right !important;
        padding: 0 !important
    }
    .bootstrap .table-responsive-row td:last-child:before {
        content: none !important
    }
    .bootstrap .table-responsive-row .btn-group {
        float: none !important
    }
    .bootstrap .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        overflow-x: auto;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
    .bootstrap .table-responsive>.table {
        margin-bottom: 0
    }
    .bootstrap .table-responsive>.table>thead>tr>th,
    .bootstrap .table-responsive>.table>thead>tr>td,
    .bootstrap .table-responsive>.table>tbody>tr>th,
    .bootstrap .table-responsive>.table>tbody>tr>td,
    .bootstrap .table-responsive>.table>tfoot>tr>th,
    .bootstrap .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .bootstrap .table-responsive>.table-bordered {
        border: 0
    }
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .bootstrap .table-responsive>.table-bordered>thead>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>thead>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .bootstrap .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .bootstrap .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
.bootstrap .tree-panel-heading-controls {
    line-height: 2.2em;
    font-size: 1.1em;
    color: #00aff0
}
.bootstrap .tree-panel-heading-controls i {
    font-size: 14px
}
.bootstrap .tree {
    list-style: none;
    padding: 0 0 0 20px
}
.bootstrap .tree input {
    vertical-align: baseline;
    margin-right: 4px;
    line-height: normal
}
.bootstrap .tree i {
    font-size: 14px
}
.bootstrap .tree .tree-item-name,
.bootstrap .tree .tree-folder-name {
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.bootstrap .tree .tree-item-name label,
.bootstrap .tree .tree-folder-name label {
    font-weight: 400
}
.bootstrap .tree .tree-item-name:hover,
.bootstrap .tree .tree-folder-name:hover {
    background-color: #eee;
    cursor: pointer
}
.bootstrap .tree .tree-selected {
    color: #fff;
    background-color: #00aff0
}
.bootstrap .tree .tree-selected:hover {
    background-color: #009cd6
}
.bootstrap .tree .tree-selected i.tree-dot {
    background-color: #fff
}
.bootstrap .tree i.tree-dot {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background-color: #ccc;
    -webkit-border-radius: 6px;
    border-radius: 6px
}
.bootstrap .tree .tree-item-disable,
.bootstrap .tree .tree-folder-name-disable {
    color: #ccc
}
.bootstrap .tree .tree-item-disable:hover,
.bootstrap .tree .tree-folder-name-disable:hover {
    color: #ccc;
    background-color: none
}
.bootstrap .tree-actions {
    display: inline-block
}
.bootstrap .tree-panel-heading-controls {
    margin: -20px -20px 20px;
    padding: 5px;
    border-bottom: solid 1px #DFDFDF
}
.bootstrap .tree-actions .twitter-typeahead {
    padding: 0 0 0 4px;
    position: relative;
    top: 1px
}
.bootstrap .tree-actions .tt-hint {
    left: 4px !important;
    color: #ccc
}
.bootstrap .tree-panel-label-title {
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 8px
}
.bootstrap label.control-label {
    font-size: 13px;
    font-weight: normal;
    color: #666
}
.bootstrap label.control-label span.label-tooltip {
    text-decoration: none;
    font-size: 13px;
    color: #3586AE;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #D8EDF7;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.bootstrap label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px
}
.bootstrap .tooltip {
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    white-space: normal
}
.bootstrap select.input-tiny,
.bootstrap input[type="text"].input-tiny,
.bootstrap input[type="password"].input-tiny {
    width: 80px;
    float: left
}
.bootstrap textarea {
    resize: none
}
.bootstrap textarea:focus,
.bootstrap input[type="text"]:focus,
.bootstrap input[type="password"]:focus,
.bootstrap input[type="datetime"]:focus,
.bootstrap input[type="datetime-local"]:focus,
.bootstrap input[type="date"]:focus,
.bootstrap input[type="month"]:focus,
.bootstrap input[type="time"]:focus,
.bootstrap input[type="week"]:focus,
.bootstrap input[type="number"]:focus,
.bootstrap input[type="email"]:focus,
.bootstrap input[type="url"]:focus,
.bootstrap input[type="search"]:focus,
.bootstrap input[type="tel"]:focus,
.bootstrap input[type="color"]:focus,
.bootstrap .uneditable-input:focus {
    background-color: #FEFBE2;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap .btn .caret {
    border-top-color: #333 !important
}
.bootstrap .btn:hover .caret {
    border-top-color: #fff !important
}
.bootstrap .btn.btn-default i {
    color: #555
}
.bootstrap .btn.btn-default:hover {
    color: #fff;
    background-color: #00aff0;
    border-color: #008abd;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap .btn.btn-default:hover i {
    color: #fff
}
.bootstrap .btn.btn-primary {
    background-color: #00aff0;
    color: #fff;
    text-transform: uppercase
}
.bootstrap .btn.btn-primary i {
    color: #fff
}
.bootstrap .btn.btn-primary:hover {
    background-color: #008abd;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap .btn.btn-default[disabled] {
    border-color: #999;
    color: #999;
    background-color: #f2f2f2
}
.bootstrap .dropdown-menu {
    text-align: left
}
.bootstrap .dropdown-menu>li a {
    padding: 5px 10px
}
.bootstrap .dropdown-menu>li a:hover i {
    color: #fff
}
.bootstrap .btn-group-action {
    line-height: 0
}
.bootstrap .btn-group-action .btn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}
.bootstrap .btn-group-action .btn-group {
    white-space: nowrap
}
.bootstrap .btn-group-action .btn-group>a,
.bootstrap .btn-group-action .btn-group button {
    text-decoration: none;
    display: inline-block;
    float: none
}
.bootstrap .btn-group-action .btn-group>a:first-child {
    margin-right: -3px
}
.bootstrap .btn-group-action .btn-group i {
    font-size: 14px
}
.bootstrap .dummyfile {
    position: relative
}
.bootstrap .dummyfile .hide-file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0)
}
.bootstrap .tt-query {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important
}
.bootstrap .tt-dropdown-menu {
    background-color: #fff;
    border: solid 1px #ccc;
    font-size: 0.9em;
    text-transform: none
}
.bootstrap .tt-suggestions {
    padding: 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px
}
.bootstrap .tt-suggestion p {
    border-bottom: solid 1px #ccc;
    margin: 0 !important;
    padding: 0 !important
}
.bootstrap .tt-suggestion:last-child p {
    border-bottom: none
}
.bootstrap .tagify-container {
    background-color: #fff;
    padding: 0px 3px;
    min-height: 30px;
    overflow: auto;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset
}
.bootstrap .tagify-container span {
    float: left
}
.bootstrap .tagify-container>span {
    display: inline-block;
    padding: 2px 5px;
    margin: 3px;
    border-radius: 2px;
    border: 1px solid #00aff0;
    background-color: #3ecbff;
    color: #fff
}
.bootstrap .tagify-container>span>a {
    color: #00aff0;
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px
}
.bootstrap .tagify-container>input {
    margin-top: 2px;
    border: 0 none;
    width: 140px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap .tagify-container>input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
@media (max-width: 1200px) {
    .bootstrap .form-group input[type="text"],
    .bootstrap .form-group input[type="search"],
    .bootstrap .form-group input[type="password"],
    .bootstrap .form-group textarea,
    .bootstrap .form-group select {
        margin: 4px 0
    }
    .bootstrap .form-group .input-group {
        margin: 4px 0
    }
    .bootstrap .form-group .input-group input[type="text"],
    .bootstrap .form-group .input-group input[type="search"],
    .bootstrap .form-group .input-group input[type="password"],
    .bootstrap .form-group .input-group textarea,
    .bootstrap .form-group .input-group select {
        margin: 0
    }
}
.bootstrap input[type="text"],
.bootstrap input[type="search"],
.bootstrap input[type="password"],
.bootstrap input[type="email"],
.bootstrap input[type="tel"] {
    font-family: "Open Sans", Helvetica, Arial, sans-serif, "FontAwesome" !important
}
.bootstrap .kpi-container {
    padding-bottom: 10px !important
}
.bootstrap .kpi-container .kpi-refresh {
    position: absolute;
    z-index: 1;
    right: 20px
}
.bootstrap .box-stats {
    display: block;
    height: 64px;
    margin-bottom: 10px
}
.bootstrap .box-stats .boxchart-overlay {
    padding: 10px 10px 5px 10px;
    margin-right: 10px;
    float: left;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.bootstrap .box-stats .kpi-content {
    width: 100%;
    position: relative;
    padding-left: 40px;
    float: left
}
.bootstrap .box-stats .kpi-content i {
    position: absolute;
    top: 0;
    font-size: 26px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    left: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.bootstrap .box-stats .kpi-content .title {
    display: block;
    color: #666
}
.bootstrap .box-stats .kpi-content .subtitle {
    display: block;
    text-transform: uppercase;
    color: #aaa
}
.bootstrap .box-stats .kpi-content .value {
    display: block;
    clear: both;
    font-size: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.bootstrap .box-stats:hover {
    text-decoration: none
}
.bootstrap .color1 i,
.bootstrap .color1 .boxchart-overlay {
    color: #2BA8E3 !important
}
.bootstrap .color1 .value {
    color: #2BA8E3
}
.bootstrap .color2 i,
.bootstrap .color2 .boxchart-overlay {
    color: #FF5450 !important
}
.bootstrap .color2 .value {
    color: #FF5450
}
.bootstrap .color3 i,
.bootstrap .color3 .boxchart-overlay {
    color: #9E5BA1 !important
}
.bootstrap .color3 .value {
    color: #9E5BA1
}
.bootstrap .color4 i,
.bootstrap .color4 .boxchart-overlay {
    color: #95CC6B !important
}
.bootstrap .color4 .value {
    color: #95CC6B
}
.bootstrap .data_chart rect {
    fill: #fff
}
.bootstrap .data_chart path {
    stroke: #fff;
    stroke-width: 2;
    fill: none
}
.bootstrap .data_chart line {
    stroke: #000
}
.bootstrap .data_chart .area {
    fill: rgba(255, 255, 255, 0.3);
    stroke-width: 0
}
.bootstrap .switch a,
.bootstrap .switch-light span span {
    display: none
}
@media only screen {
    .bootstrap .switch-light {
        display: block;
        height: 26px;
        position: relative;
        overflow: visible;
        padding: 0
    }
    .bootstrap .switch-light * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .bootstrap .switch-light a {
        display: block;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    .bootstrap .switch-light label,
    .bootstrap .switch-light>span {
        line-height: 26px;
        vertical-align: middle
    }
    .bootstrap .switch-light label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%
    }
    .bootstrap .switch-light input {
        position: absolute;
        opacity: 0;
        z-index: 5
    }
    .bootstrap .switch-light input:checked ~ a {
        left: 0
    }
    .bootstrap .switch-light>span {
        position: absolute;
        width: 100%;
        margin: 0;
        font-weight: normal;
        text-align: left;
        left: 0
    }
    .bootstrap .switch-light>span span {
        position: absolute;
        top: 0;
        z-index: 5;
        display: block;
        width: 50%;
        text-align: center;
        left: 0
    }
    .bootstrap .switch-light>span span:last-child {
        left: 50%
    }
    .bootstrap .switch-light a {
        position: absolute;
        top: 0;
        z-index: 4;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0;
        left: 50%
    }
    .bootstrap .switch {
        display: block;
        height: 26px;
        position: relative
    }
    .bootstrap .switch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .bootstrap .switch a {
        display: block;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    .bootstrap .switch label,
    .bootstrap .switch>span {
        line-height: 26px;
        vertical-align: middle
    }
    .bootstrap .switch input {
        position: absolute;
        opacity: 0
    }
    .bootstrap .switch label {
        position: relative;
        z-index: 2;
        width: 50%;
        height: 100%;
        margin: 0;
        text-align: center;
        float: left
    }
    .bootstrap .switch a {
        position: absolute;
        top: 0;
        padding: 0;
        z-index: 1;
        width: 50%;
        height: 100%;
        color: #fff;
        border: solid 1px #279CBB;
        background-color: #2eacce;
        left: 0;
        -webkit-box-shadow: "#1B7088" 0 -1px 0 inset;
        box-shadow: "#1B7088" 0 -1px 0 inset
    }
    .bootstrap .switch input:last-of-type:checked ~ a {
        border: solid 1px #CA6F6F;
        background-color: #E08F95;
        left: 50%;
        -webkit-box-shadow: "#5C5C5C" 0 -1px 0 inset;
        box-shadow: "#5C5C5C" 0 -1px 0 inset
    }
    .bootstrap .switch input:disabled ~ a {
        border: solid 1px #b3b3b3 !important;
        background-color: #ccc !important;
        -webkit-box-shadow: #b3b3b3 0 -1px 0 inset !important;
        box-shadow: #b3b3b3 0 -1px 0 inset !important
    }
    .bootstrap .switch.switch-3 label,
    .bootstrap .switch.switch-3 a {
        width: 33.33333%
    }
    .bootstrap .switch.switch-3 input:checked:nth-of-type(2) ~ a {
        left: 33.33333%
    }
    .bootstrap .switch.switch-3 input:checked:last-of-type ~ a {
        left: 66.66667%
    }
    .bootstrap .switch.switch-4 label,
    .bootstrap .switch.switch-4 a {
        width: 25%
    }
    .bootstrap .switch.switch-4 input:checked:nth-of-type(2) ~ a {
        left: 25%
    }
    .bootstrap .switch.switch-4 input:checked:nth-of-type(3) ~ a {
        left: 50%
    }
    .bootstrap .switch.switch-4 input:checked:last-of-type ~ a {
        left: 75%
    }
    .bootstrap .switch.switch-5 label,
    .bootstrap .switch.switch-5 a {
        width: 20%
    }
    .bootstrap .switch.switch-5 input:checked:nth-of-type(2) ~ a {
        left: 20%
    }
    .bootstrap .switch.switch-5 input:checked:nth-of-type(3) ~ a {
        left: 40%
    }
    .bootstrap .switch.switch-5 input:checked:nth-of-type(4) ~ a {
        left: 60%
    }
    .bootstrap .switch.switch-5 input:checked:last-of-type ~ a {
        left: 80%
    }
    .bootstrap .prestashop-switch {
        margin-top: 3px;
        background-color: #eee;
        border-radius: 3px;
        color: #333;
        text-align: center;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 1px inset;
        box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px 1px inset
    }
    .bootstrap .prestashop-switch * {
        outline: 0 !important
    }
    .bootstrap .prestashop-switch label {
        text-transform: uppercase;
        color: #bbb;
        font-weight: 400;
        cursor: pointer;
        -webkit-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out
    }
    .bootstrap .prestashop-switch input:checked+label {
        color: #fff
    }
    .bootstrap .prestashop-switch>span {
        color: #666;
        text-transform: uppercase;
        cursor: pointer
    }
    .bootstrap .prestashop-switch.switch-light input:checked ~ a {
        border: solid 1px #72C279;
        background-color: #96d19b;
        -webkit-box-shadow: #72C279 0 -1px 0 inset;
        box-shadow: #72C279 0 -1px 0 inset
    }
    .bootstrap .prestashop-switch.switch-light input:checked ~ span span:first-of-type {
        color: #fff
    }
    .bootstrap .prestashop-switch.switch-light input:checked ~ span span:last-of-type {
        color: #ccc
    }
    .bootstrap .prestashop-switch.switch-light input ~ a {
        border: solid 1px #E08F95;
        background-color: #ebb7bb;
        -webkit-box-shadow: #E08F95 0 -1px 0 inset;
        box-shadow: #E08F95 0 -1px 0 inset
    }
    .bootstrap .prestashop-switch.switch-light input ~ span span:first-of-type {
        color: #ccc
    }
    .bootstrap .prestashop-switch.switch-light input ~ span span:last-of-type {
        color: #fff
    }
}
.bootstrap .page-head {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 36px;
    z-index: 499;
    background-color: #fff;
    border-bottom: #DFDFDF 1px solid;
    color: #363A41;
    left: 0
}
.bootstrap .page-head h2.page-title {
    float: left;
    position: relative;
    margin: 0;
    font: 20pt "Open Sans", Helvetica, Arial, sans-serif;
    color: #363A41;
    white-space: nowrap;
    padding: 26px 0 0 230px
}
@media (max-width: 768px) {
    .bootstrap .page-head h2.page-title {
        padding: 26px 0 0 70px
    }
}
.bootstrap .page-head h2.page-title a {
    border-bottom: dotted 1px #fff
}
.bootstrap .page-head h2.page-title a:hover {
    color: #000;
    border-color: #000
}
.bootstrap .page-head a {
    color: #fff;
    text-decoration: none
}
.bootstrap .page-head .toolbarBox {
    position: absolute;
    background-color: transparent !important;
    right: 0
}
.bootstrap .page-head .toolbarBox .btn-toolbar {
    margin: 0;
    padding: 3px 0 0 0
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn {
    position: relative;
    padding: 20px 5px !important;
    font-size: 12px;
    line-height: 8px;
    color: #363A41;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 3px 2px 0
}
@media (max-width: 992px) {
    .bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn {
        width: 46px;
        font-size: 11px
    }
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn i {
    color: #2eacce
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn i:hover {
    color: #40c9ed
}
.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn div {
    padding-top: 10px
}
.bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar {
    display: none;
    float: right;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
@media (max-width: 768px) {
    .bootstrap .page-head .toolbarBox .btn-toolbar .dropdown-toolbar {
        display: block
    }
}
.bootstrap .page-head ul.page-breadcrumb {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 4px;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    background: transparent !important;
    border: none !important;
    white-space: nowrap;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 230px
}
@media (max-width: 768px) {
    .bootstrap .page-head ul.page-breadcrumb {
        left: 70px
    }
}
.bootstrap .page-head ul.page-breadcrumb li i {
    font-size: 10px
}
.bootstrap .page-head ul.page-breadcrumb li.breadcrumb-container i,
.bootstrap .page-head ul.page-breadcrumb li.breadcrumb-current i {
    position: absolute;
    top: 2px;
    font-size: 42px;
    color: #659e32;
    padding-right: 5px;
    border-right: solid 1px #659e32;
    left: -60px
}
.bootstrap .page-head ul.page-breadcrumb li:before {
    color: #659e32
}
.bootstrap .page-head ul.page-breadcrumb li a {
    color: #363A41
}
.bootstrap .page-head ul.page-breadcrumb li a:hover {
    color: #363A41
}
.bootstrap .page-header-toolbar-back {
    border: none !important;
    display: inline-block
}
.bootstrap #datepicker .input-selected {
    margin: 0
}
.bootstrap #datepicker #date-start.input-selected,
.bootstrap #datepicker #date-end.input-selected {
    border: solid 3px #00A4E7
}
.bootstrap #datepicker #date-start-compare.input-selected,
.bootstrap #datepicker #date-end-compare.input-selected {
    border: solid 3px #FF8000
}
.bootstrap #datepicker div#datepicker-form #date-range {
    border: solid 1px #0092ce
}
.bootstrap #datepicker div#datepicker-form #date-range .form-date-heading {
    background-color: #0092ce
}
.bootstrap #datepicker div#datepicker-form #date-compare {
    border: solid 1px #e67300
}
.bootstrap #datepicker div#datepicker-form #date-compare .form-date-heading {
    background-color: #e67300
}
.bootstrap #datepicker div#datepicker-form .form-date-heading {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 8px
}
.bootstrap #datepicker div#datepicker-form .form-date-heading .title,
.bootstrap #datepicker div#datepicker-form .form-date-heading .checkbox-title label {
    font-size: 1.15em;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 2em
}
.bootstrap #datepicker div#datepicker-form .form-date-heading .btn-default {
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: 700;
    color: #fff;
    border: none
}
.bootstrap #datepicker div#datepicker-form .form-date-heading select {
    margin: 2px 2px 0 0
}
.bootstrap #datepicker div#datepicker-form .form-date-body,
.bootstrap #datepicker div#datepicker-form .form-date-actions {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    display: inline-block
}
.bootstrap #datepicker div#datepicker-form .form-date-actions {
    border: solid 1px #ccc
}
.bootstrap #datepicker div#datepicker-form .form-date-group {
    clear: both;
    width: 100%;
    margin: 0 auto 6px
}
.bootstrap #datepicker div#datepicker-form .form-date-group label {
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    color: #666
}
.bootstrap #datepicker div#datepicker-form .form-date-group input {
    margin: 4px 4px 0 0
}
.bootstrap #datepicker div#datepicker-form .form-date-group input[type='text'] {
    width: 35%
}
.bootstrap #datepicker div#datepicker-form .form-date-group button {
    margin: 5px 0 0 0
}
.bootstrap #datepicker .daterangepicker {
    position: relative;
    width: 100%;
    font-size: 13px;
    border: solid 1px #ccc;
    margin: 0 0 8px 0
}
.bootstrap #datepicker .daterangepicker table {
    width: 100%;
    margin: 0;
    border-spacing: 1px
}
.bootstrap #datepicker .daterangepicker thead tr th {
    background-color: #0092ce;
    color: #fff;
    font-size: 0.7em;
    height: 1.5em;
    text-transform: uppercase
}
.bootstrap #datepicker .daterangepicker thead tr:first-child th {
    background-color: #fff;
    border-bottom: 1px solid #0092ce;
    font-weight: 200;
    font-size: 1.4em;
    color: #00A4E7
}
.bootstrap #datepicker .daterangepicker td,
.bootstrap #datepicker .daterangepicker th {
    text-align: center;
    padding: 0;
    position: relative
}
.bootstrap #datepicker .daterangepicker tr {
    border-bottom: solid 1px #fff
}
.bootstrap #datepicker .daterangepicker td {
    color: #00A4E7;
    height: 2.4em;
    padding: 0 8px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.bootstrap #datepicker .daterangepicker td.day:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: transparent;
    left: 0
}
.bootstrap #datepicker .daterangepicker td.day:hover {
    cursor: pointer
}
.bootstrap #datepicker .daterangepicker td.day.disabled {
    color: #ccc
}
.bootstrap #datepicker .daterangepicker td.old,
.bootstrap #datepicker .daterangepicker td.new {
    color: #ccc
}
.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) {
    color: #fff;
    font-weight: 700;
    background-color: #00A4E7;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px
}
.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare {
    background-color: #4ca0b1;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare,
.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare {
    background-color: #4c99a1
}
.bootstrap #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare {
    -webkit-border-radius: 0;
    border-radius: 0
}
.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) {
    color: #fff;
    font-weight: 700;
    background-color: #00A4E7;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px
}
.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare {
    background-color: #4ca0b1;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare,
.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare {
    background-color: #4c99a1
}
.bootstrap #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare {
    -webkit-border-radius: 0;
    border-radius: 0
}
.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) {
    color: #fff;
    font-weight: 700;
    background-color: #FF8000;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px
}
.bootstrap #datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range {
    background-color: #ba924c;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) {
    color: #fff;
    font-weight: 700;
    background-color: #FF8000;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px
}
.bootstrap #datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range {
    background-color: #ba924c;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap #datepicker .daterangepicker td.end-selected.start-selected {
    color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-weight: 700;
    background-color: #00A4E7
}
.bootstrap #datepicker .daterangepicker td.end-selected.start-selected.range-compare {
    background-color: #4ca0b1;
    -webkit-border-radius: 0;
    border-radius: 0
}
.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare {
    color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-weight: 700;
    background-color: #FF8000
}
.bootstrap #datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range {
    background-color: #ba924c;
    -webkit-border-radius: 0;
    border-radius: 0
}
.bootstrap #datepicker .daterangepicker td.range {
    color: #cef1ff;
    background-color: #1bbdff
}
.bootstrap #datepicker .daterangepicker td.range.range-compare {
    background-color: #8dab99
}
.bootstrap #datepicker .daterangepicker td.range-compare {
    color: #fff2e5;
    background-color: #f93
}
.bootstrap #datepicker .daterangepicker td.range-compare.range {
    background-color: #8dab99
}
.bootstrap #datepicker .daterangepicker td.today {
    background-color: #fff
}
.bootstrap #datepicker .daterangepicker td span {
    padding: 0;
    display: block;
    width: 33.333%;
    height: 3em;
    line-height: 3em;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
    cursor: pointer
}
.bootstrap #datepicker .daterangepicker td span:hover {
    color: #fff;
    background-color: #00A4E7
}
.bootstrap #datepicker .daterangepicker td span.active {
    background-color: #00A4E7;
    color: #fff
}
.bootstrap #datepicker .daterangepicker td span.old {
    color: #ccc
}
.bootstrap #datepicker .daterangepicker th.next {
    text-align: right;
    padding: 0 10px 0 0
}
.bootstrap #datepicker .daterangepicker th.prev {
    text-align: left;
    padding: 0 0 0 10px
}
.bootstrap #datepicker .daterangepicker th.next,
.bootstrap #datepicker .daterangepicker th.prev,
.bootstrap #datepicker .daterangepicker th.month-switch {
    font-size: 1.3em;
    line-height: 2em;
    height: 2em
}
.bootstrap #datepicker .daterangepicker th.next:hover,
.bootstrap #datepicker .daterangepicker th.prev:hover,
.bootstrap #datepicker .daterangepicker th.month-switch:hover {
    background-color: #0092ce;
    color: #fff
}
.bootstrap #datepicker .daterangepicker thead tr:first-child th {
    cursor: pointer
}
.bootstrap .chevron-left,
.bootstrap .chevron-right {
    position: relative
}
.bootstrap .chevron-left:before,
.bootstrap .chevron-right:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute
}
.bootstrap .chevron-left:before {
    top: 0;
    border-color: transparent transparent transparent #00A4E7;
    background-color: #1bbdff;
    right: 0;
    border-width: 1.2em 0 1.2em 0.5em
}
.bootstrap .chevron-right:before {
    top: 0;
    border-color: transparent transparent transparent #1bbdff;
    background-color: #00A4E7;
    left: 0;
    border-width: 1.2em 0 1.2em 0.5em
}
.bootstrap .input-complete {
    -webkit-animation: one 0.2s ease-in-out;
    -moz-animation: one 0.2s ease-in-out;
    -ms-animation: one 0.2s ease-in-out;
    -o-animation: one 0.2s ease-in-out;
    animation: one 0.2s ease-in-out
}
@-webkit-keyframes one {
    0% {
        background-color: #00A4E7
    }
    100% {
        background-color: #fff
    }
}
@-webkit-keyframes two {
    0% {
        -webkit-box-shadow: #00A4E7 0 0 0 20px inset;
        box-shadow: #00A4E7 0 0 0 20px inset
    }
    100% {
        -webkit-box-shadow: #00A4E7 0 0 0 inset;
        box-shadow: #00A4E7 0 0 0 inset
    }
}
.bootstrap .nowrap {
    white-space: nowrap
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */

.ladda-button {
    position: relative
}
.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    opacity: 0;
    pointer-events: none
}
.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}
.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    left: 0;
    -webkit-transition: 0.1s linear all !important;
    -moz-transition: 0.1s linear all !important;
    -ms-transition: 0.1s linear all !important;
    -o-transition: 0.1s linear all !important;
    transition: 0.1s linear all !important
}
.ladda-button .ladda-progress[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important
}
.ladda-button[data-style=expand-right] .ladda-spinner {
    right: 14px
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
    right: 4px
}
.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px
}
.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 14px
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
    left: 4px
}
.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px
}
.ladda-button[data-style=expand-up] {
    overflow: hidden
}
.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    margin-left: -16px;
    left: 50%
}
.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    opacity: 1;
    top: 14px;
    margin-top: 0
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
    padding-top: 32px
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
    top: 4px
}
.ladda-button[data-style=slide-left] {
    overflow: hidden
}
.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: -16px
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}
.ladda-button[data-style=slide-right] {
    overflow: hidden
}
.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: -16px
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}
.ladda-button[data-style=slide-up] {
    overflow: hidden
}
.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-up] .ladda-spinner {
    margin-top: 1em;
    left: 50%;
    margin-left: -16px
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: -16px
}
.ladda-button[data-style=slide-down] {
    overflow: hidden
}
.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}
.ladda-button[data-style=slide-down] .ladda-spinner {
    margin-top: -2em;
    margin-left: -16px;
    left: 50%
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: -16px
}
.ladda-button[data-style=zoom-out] {
    overflow: hidden
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
}
.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5)
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.ladda-button[data-style=zoom-in] {
    overflow: hidden
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
    margin-left: -16px;
    left: 50%;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2)
}
.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2)
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.ladda-button[data-style=contract] {
    overflow: hidden;
    width: 100px
}
.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: -16px
}
.ladda-button[data-style=contract][data-loading] {
    border-radius: 50%;
    width: 52px
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[data-style=contract-overlay] {
    overflow: hidden;
    width: 100px;
    box-shadow: 0px 0px 0px 3000px transparent
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: -16px
}
.ladda-button[data-style=contract-overlay][data-loading] {
    border-radius: 50%;
    width: 52px;
    box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8)
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}
.ladda-button[disabled],
.ladda-button[data-loading] {
    border-color: rgba(0, 0, 0, 0.07);
    cursor: default;
    background-color: #999
}
.ladda-button[disabled]:hover,
.ladda-button[data-loading]:hover {
    cursor: default;
    background-color: #999
}
.ladda-button[data-size=xs] {
    padding: 4px 8px
}
.ladda-button[data-size=xs] .ladda-label {
    font-size: 0.7em
}
.ladda-button[data-size=s] {
    padding: 6px 10px
}
.ladda-button[data-size=s] .ladda-label {
    font-size: 0.9em
}
.ladda-button[data-size=l] .ladda-label {
    font-size: 1.2em
}
.ladda-button[data-size=xl] .ladda-label {
    font-size: 1.5em
}
.ui-datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.ui-datepicker:before {
    content: "";
    display: inline-block !important;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}
.ui-datepicker:after {
    content: "";
    display: inline-block !important;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}
.ui-datepicker .ui-datepicker-header {
    background: transparent !important;
    color: gray;
    font-weight: normal
}
.ui-datepicker .ui-state-default {
    background: transparent !important
}
.ui-datepicker .ui-state-highlight {
    border: solid 1px #dac307 !important;
    background: #FEFBE2 !important
}
.ui-datepicker .ui-state-active {
    color: #fff !important;
    background: #00aff0 !important;
    border: solid 1px #008abd !important
}
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%)
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}
.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url("../img/select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}
.select2-drop-active {
    border-top: none
}
.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}
.select2-drop-auto-width .select2-search {
    padding-top: 4px
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background-color: #EEEEEE
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/select2.png") no-repeat 0 1px
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url("../img/select2.png") no-repeat 100% -22px;
    background: url("../img/select2.png") no-repeat 100% -22px
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}
.select2-search input.select2-active {
    background: #fff url("../img/select2-spinner.gif") no-repeat 100%;
    background: url("../img/select2-spinner.gif") no-repeat 100%
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-top-color: transparent
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px !important;
    margin: 4px 4px 4px 0 !important;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}
.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px
}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}
.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff
}
.select2-results li em {
    background: #feffde;
    font-style: normal
}
.select2-results .select2-highlighted em {
    background: transparent
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding: 5px
}
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}
.select2-results .select2-selected {
    display: none
}
.select2-more-results.select2-active {
    background: #f4f4f4 url("../img/select2-spinner.gif") no-repeat 100%
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff
}
.select2-locked {
    padding: 3px 5px 3px 5px !important
}
.select2-container-multi .select2-choices {
    min-height: 26px
}
.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url("../img/select2-spinner.gif") no-repeat 100% !important
}
.select2-default {
    color: #999 !important
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%)
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin-left: 0;
    margin-right: 5px
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("../img/select2.png") right top no-repeat
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px
}
.select2-container-multi .select2-search-choice-close {
    left: 3px
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}
.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}
.select2-display-none {
    display: none
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("../img/select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }
    .select2-search input {
        background-position: 100% -21px !important
    }
}
.form-control .select2-choice,
.bootstrap input[type="text"] .select2-choice,
.bootstrap input[type="search"] .select2-choice,
.bootstrap input[type="password"] .select2-choice,
.bootstrap textarea .select2-choice,
.bootstrap select .select2-choice {
    border: 0;
    border-radius: 2px
}
.form-control .select2-choice .select2-arrow,
.bootstrap input[type="text"] .select2-choice .select2-arrow,
.bootstrap input[type="search"] .select2-choice .select2-arrow,
.bootstrap input[type="password"] .select2-choice .select2-arrow,
.bootstrap textarea .select2-choice .select2-arrow,
.bootstrap select .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0
}
.form-control.select2-container,
.bootstrap input.select2-container[type="text"],
.bootstrap input.select2-container[type="search"],
.bootstrap input.select2-container[type="password"],
.bootstrap textarea.select2-container,
.bootstrap select.select2-container {
    height: auto !important;
    padding: 0
}
.form-control.select2-container.select2-dropdown-open,
.bootstrap input.select2-container.select2-dropdown-open[type="text"],
.bootstrap input.select2-container.select2-dropdown-open[type="search"],
.bootstrap input.select2-container.select2-dropdown-open[type="password"],
.bootstrap textarea.select2-container.select2-dropdown-open,
.bootstrap select.select2-container.select2-dropdown-open {
    border-radius: 3px 3px 0 0
}
.form-control .select2-container.select2-dropdown-open .select2-choices,
.bootstrap input[type="text"] .select2-container.select2-dropdown-open .select2-choices,
.bootstrap input[type="search"] .select2-container.select2-dropdown-open .select2-choices,
.bootstrap input[type="password"] .select2-container.select2-dropdown-open .select2-choices,
.bootstrap textarea .select2-container.select2-dropdown-open .select2-choices,
.bootstrap select .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0
}
.form-control.select2-container .select2-choices,
.bootstrap input.select2-container[type="text"] .select2-choices,
.bootstrap input.select2-container[type="search"] .select2-choices,
.bootstrap input.select2-container[type="password"] .select2-choices,
.bootstrap textarea.select2-container .select2-choices,
.bootstrap select.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px
}
.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important
}
.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important
}
.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important
}
.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important
}
.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3A87AD !important
}
.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD !important;
    background: #D9EDF7 !important
}
.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important
}
.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important
}
