/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.vex,
.vex *,
.vex *:before,
.vex *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.vex-overlay {
  -webkit-animation: vex-fadein 0.5s;
  animation: vex-fadein 0.5s;
  position: fixed;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex-overlay.vex-closing {
  -webkit-animation: vex-fadeout 0.5s forwards;
  animation: vex-fadeout 0.5s forwards;
}
.vex-content {
  -webkit-animation: vex-fadein 0.5s;
  animation: vex-fadein 0.5s;
  background: #fff;
}
.vex.vex-closing .vex-content {
  -webkit-animation: vex-fadeout 0.5s forwards;
  animation: vex-fadeout 0.5s forwards;
}
.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7";
}
.vex-dialog-form {
  margin: 0;
}
.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.vex-loading-spinner {
  -webkit-animation: vex-rotation 0.7s linear infinite;
  animation: vex-rotation 0.7s linear infinite;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff;
}
body.vex-open {
  overflow: hidden;
}
.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(238, 238, 238, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1100;
}
.loading-spinner.loading-spinner-full-screen {
  position: fixed;
}
.loading-spinner .spinwrap {
  position: absolute;
  left: 50%;
  top: 50%;
}
.loading-spinner .spinwrap .spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}
.loading-spinner .spinwrap .spinner .cube1,
.loading-spinner .spinwrap .spinner .cube2 {
  background-color: #97bf0d;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 2s infinite ease-in-out;
  animation: cubemove 2s infinite ease-in-out;
}
.loading-spinner .spinwrap .spinner .cube2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#thepopup img {
  border-right: medium none;
  border-top: medium none;
  border-left: medium none;
  border-bottom: medium none;
}
.btnSession {
  background: #428bca;
  border: #357ebd solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
  height: 38px;
}
.btnSession:hover {
  background: #357ebd;
}
.btnSession.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btnSession-close {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.btnSession-close:hover {
  color: #919191;
}
.modalSession:before {
  content: "";
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.modalSession.in:before {
  display: block;
}
.modalSession.in .modalSession-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modalSession-dialog {
  background: #fefefe;
  border: #333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 10001;
  width: 360px;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: 0 0.3s ease-out;
  -moz-transition: 0 0.3s ease-out;
  -o-transition: 0 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modalSession-body {
  padding: 10px 20px 20px;
}
.modalSession-body td {
  padding: 5px;
}
.modalSession-header,
.modalSession-footer {
  padding: 10px 20px;
}
.modalSession-header {
  border-bottom: #eee solid 1px;
}
.modalSession-header h2 {
  font-size: 20px;
}
.modalSession-footer {
  border-top: #eee solid 1px;
  text-align: right;
}
.fsSessionLogo {
  width: 40px;
}
.modalh5 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: bold;
}
.vex.vex-theme-bootstrap .vex-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
  margin: 10px;
  width: auto;
}
.vex.vex-theme-bootstrap .vex-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.vex.vex-theme-bootstrap .vex-modal-header .close {
  margin-top: -2px;
}
.vex.vex-theme-bootstrap .vex-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.vex.vex-theme-bootstrap .vex-modal-body {
  position: relative;
  padding: 15px;
}
.vex.vex-theme-bootstrap .vex-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.vex.vex-theme-bootstrap .vex-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.vex.vex-theme-bootstrap .vex-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.vex.vex-theme-bootstrap .vex-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .vex.vex-theme-bootstrap .vex-content {
    width: 600px;
    margin: 30px auto;
  }
  .vex.vex-theme-bootstrap.vex-modal-sm .vex-content {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .vex.vex-theme-bootstrap.vex-modal-lg .vex-content {
    width: 900px;
  }
}
iframe.net-iframe {
  height: 75vh;
  width: 100%;
}
iframe.net-iframe.net-iframe-full {
  background-color: #eaedd5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
iframe.net-iframe.net-iframe-full.net-iframe-tab {
  background-color: #bac679;
}
textarea {
  resize: vertical;
}
.bootstrap-style {
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
  /*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
  /*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
  /* Generated by grunt-webfont */
  /* Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css */
  /* Bootstrap Overrides */
  /* Icons */
  /* Theme Variables
 ------------------------------------------*/
  /* Layout
 ------------------------------------------*/
  /* Frame mode layout
------------------------------------------*/
  /* Popover
------------------------------------------*/
  /* Popover and Toolbar (Button container)
------------------------------------------*/
  /* Dialog
------------------------------------------*/
  /* Placeholder
------------------------------------------*/
  /* Handle
------------------------------------------*/
  /*! Select2 Bootstrap Theme v0.1.0-beta.9 | MIT License | github.com/select2/select2-bootstrap-theme */
  /*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
  /**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
  /**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
  /**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
  /**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
  /**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
  /**
 * Display override for inline forms
 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
.bootstrap-style .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.bootstrap-style .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.bootstrap-style .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-style .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.bootstrap-style .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.bootstrap-style .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.bootstrap-style .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-style .select2-container .select2-search--inline {
  float: left;
}
.bootstrap-style .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.bootstrap-style .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bootstrap-style .select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.bootstrap-style .select2-results {
  display: block;
}
.bootstrap-style .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bootstrap-style .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.bootstrap-style .select2-results__option[aria-selected] {
  cursor: pointer;
}
.bootstrap-style .select2-container--open .select2-dropdown {
  left: 0;
}
.bootstrap-style .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-style .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-style .select2-search--dropdown {
  display: block;
  padding: 4px;
}
.bootstrap-style .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.bootstrap-style .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bootstrap-style .select2-search--dropdown.select2-search--hide {
  display: none;
}
.bootstrap-style .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.bootstrap-style .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.bootstrap-style .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.bootstrap-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.bootstrap-style .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.bootstrap-style .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.bootstrap-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.bootstrap-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.bootstrap-style .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.bootstrap-style .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.bootstrap-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.bootstrap-style .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.bootstrap-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.bootstrap-style .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.bootstrap-style .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.bootstrap-style .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.bootstrap-style .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.bootstrap-style .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.bootstrap-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.bootstrap-style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.bootstrap-style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.bootstrap-style .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.bootstrap-style .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.bootstrap-style .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.bootstrap-style .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.bootstrap-style .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.bootstrap-style .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.bootstrap-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.bootstrap-style .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.bootstrap-style .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.bootstrap-style .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-style .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.bootstrap-style .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.bootstrap-style .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.bootstrap-style .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.bootstrap-style .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.bootstrap-style .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.bootstrap-style .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.bootstrap-style .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.bootstrap-style .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.bootstrap-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.bootstrap-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.bootstrap-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.bootstrap-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.bootstrap-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.bootstrap-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.bootstrap-style .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.bootstrap-style .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.bootstrap-style .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.bootstrap-style .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.bootstrap-style .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.bootstrap-style .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.bootstrap-style .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.bootstrap-style .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.bootstrap-style .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.bootstrap-style .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.bootstrap-style .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.bootstrap-style .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.bootstrap-style .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.bootstrap-style .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.bootstrap-style .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.bootstrap-style .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.bootstrap-style .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.bootstrap-style .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.bootstrap-style .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.bootstrap-style .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.bootstrap-style .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.bootstrap-style .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.bootstrap-style .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.bootstrap-style .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.bootstrap-style .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.bootstrap-style .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.bootstrap-style .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-style .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-style .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.bootstrap-style .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.bootstrap-style .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.bootstrap-style .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.bootstrap-style .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.bootstrap-style .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.bootstrap-style .select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.bootstrap-style .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.bootstrap-style .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.bootstrap-style .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.bootstrap-style .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.bootstrap-style .select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}
.bootstrap-style .select2-container--bootstrap .select2-selection {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}
.bootstrap-style .select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.bootstrap-style .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}
.bootstrap-style .select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}
.bootstrap-style .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-style .select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.bootstrap-style .select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-style .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}
.bootstrap-style .select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.bootstrap-style .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.bootstrap-style .select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.bootstrap-style .select2-container--bootstrap.select2-container--focus .select2-selection,
.bootstrap-style .select2-container--bootstrap.select2-container--open .select2-selection {
  -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);
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.bootstrap-style .select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}
.bootstrap-style .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.bootstrap-style .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.bootstrap-style .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.bootstrap-style .select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.bootstrap-style .select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-style .select2-container--bootstrap.select2-container--disabled .select2-selection,
.bootstrap-style .select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.bootstrap-style .select2-container--bootstrap.select2-container--disabled .select2-selection,
.bootstrap-style .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.bootstrap-style .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.bootstrap-style .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.bootstrap-style .select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.bootstrap-style .select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}
.bootstrap-style .select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single.input-sm,
.bootstrap-style .input-group-sm .select2-container--bootstrap .select2-selection--single,
.bootstrap-style .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.bootstrap-style .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.bootstrap-style .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-sm,
.bootstrap-style .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.bootstrap-style .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.bootstrap-style .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.bootstrap-style .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.bootstrap-style .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.bootstrap-style .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.bootstrap-style .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.bootstrap-style .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single.input-lg,
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection--single,
.bootstrap-style .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.bootstrap-style .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.bootstrap-style .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-lg,
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.bootstrap-style .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.bootstrap-style .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.bootstrap-style .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.bootstrap-style .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.bootstrap-style .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.bootstrap-style .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.bootstrap-style .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.bootstrap-style .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.bootstrap-style .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.bootstrap-style .has-warning .select2-dropdown,
.bootstrap-style .has-warning .select2-selection {
  border-color: #8a6d3b;
}
.bootstrap-style .has-warning .select2-container--focus .select2-selection,
.bootstrap-style .has-warning .select2-container--open .select2-selection {
  -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;
  border-color: #66512c;
}
.bootstrap-style .has-warning.select2-drop-active {
  border-color: #66512c;
}
.bootstrap-style .has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.bootstrap-style .has-error .select2-dropdown,
.bootstrap-style .has-error .select2-selection {
  border-color: #a94442;
}
.bootstrap-style .has-error .select2-container--focus .select2-selection,
.bootstrap-style .has-error .select2-container--open .select2-selection {
  -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;
  border-color: #843534;
}
.bootstrap-style .has-error.select2-drop-active {
  border-color: #843534;
}
.bootstrap-style .has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.bootstrap-style .has-success .select2-dropdown,
.bootstrap-style .has-success .select2-selection {
  border-color: #3c763d;
}
.bootstrap-style .has-success .select2-container--focus .select2-selection,
.bootstrap-style .has-success .select2-container--open .select2-selection {
  -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;
  border-color: #2b542c;
}
.bootstrap-style .has-success.select2-drop-active {
  border-color: #2b542c;
}
.bootstrap-style .has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
.bootstrap-style .input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.bootstrap-style .input-group .select2-container--bootstrap.select2-container--open,
.bootstrap-style .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.bootstrap-style .input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-style .select2-bootstrap-append .select2-container--bootstrap,
.bootstrap-style .select2-bootstrap-append .input-group-btn,
.bootstrap-style .select2-bootstrap-append .input-group-btn .btn,
.bootstrap-style .select2-bootstrap-prepend .select2-container--bootstrap,
.bootstrap-style .select2-bootstrap-prepend .input-group-btn,
.bootstrap-style .select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
.bootstrap-style .form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
.bootstrap-style .form-inline .select2-container--bootstrap {
  display: inline-block;
}
.bootstrap-style html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-style body {
  margin: 0;
}
.bootstrap-style article,
.bootstrap-style aside,
.bootstrap-style details,
.bootstrap-style figcaption,
.bootstrap-style figure,
.bootstrap-style footer,
.bootstrap-style header,
.bootstrap-style hgroup,
.bootstrap-style main,
.bootstrap-style menu,
.bootstrap-style nav,
.bootstrap-style section,
.bootstrap-style summary {
  display: block;
}
.bootstrap-style audio,
.bootstrap-style canvas,
.bootstrap-style progress,
.bootstrap-style video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-style audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-style [hidden],
.bootstrap-style template {
  display: none;
}
.bootstrap-style a {
  background-color: transparent;
}
.bootstrap-style a:active,
.bootstrap-style a:hover {
  outline: 0;
}
.bootstrap-style abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap-style b,
.bootstrap-style strong {
  font-weight: bold;
}
.bootstrap-style dfn {
  font-style: italic;
}
.bootstrap-style h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap-style mark {
  background: #ff0;
  color: #000;
}
.bootstrap-style small {
  font-size: 80%;
}
.bootstrap-style sub,
.bootstrap-style sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap-style sup {
  top: -0.5em;
}
.bootstrap-style sub {
  bottom: -0.25em;
}
.bootstrap-style img {
  border: 0;
}
.bootstrap-style svg:not(:root) {
  overflow: hidden;
}
.bootstrap-style figure {
  margin: 1em 40px;
}
.bootstrap-style hr {
  box-sizing: content-box;
  height: 0;
}
.bootstrap-style pre {
  overflow: auto;
}
.bootstrap-style code,
.bootstrap-style kbd,
.bootstrap-style pre,
.bootstrap-style samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-style button,
.bootstrap-style input,
.bootstrap-style optgroup,
.bootstrap-style select,
.bootstrap-style textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap-style button {
  overflow: visible;
}
.bootstrap-style button,
.bootstrap-style select {
  text-transform: none;
}
.bootstrap-style button,
.bootstrap-style html input[type="button"],
.bootstrap-style input[type="reset"],
.bootstrap-style input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-style button[disabled],
.bootstrap-style html input[disabled] {
  cursor: default;
}
.bootstrap-style button::-moz-focus-inner,
.bootstrap-style input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap-style input {
  line-height: normal;
}
.bootstrap-style input[type="checkbox"],
.bootstrap-style input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-style input[type="number"]::-webkit-inner-spin-button,
.bootstrap-style input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-style input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.bootstrap-style input[type="search"]::-webkit-search-cancel-button,
.bootstrap-style input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-style fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap-style legend {
  border: 0;
  padding: 0;
}
.bootstrap-style textarea {
  overflow: auto;
}
.bootstrap-style optgroup {
  font-weight: bold;
}
.bootstrap-style table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap-style td,
.bootstrap-style th {
  padding: 0;
}
@media print {
  .bootstrap-style *,
  .bootstrap-style *:before,
  .bootstrap-style *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bootstrap-style a,
  .bootstrap-style a:visited {
    text-decoration: underline;
  }
  .bootstrap-style a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-style abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-style a[href^="#"]:after,
  .bootstrap-style a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-style pre,
  .bootstrap-style blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-style thead {
    display: table-header-group;
  }
  .bootstrap-style tr,
  .bootstrap-style img {
    page-break-inside: avoid;
  }
  .bootstrap-style img {
    max-width: 100% !important;
  }
  .bootstrap-style p,
  .bootstrap-style h2,
  .bootstrap-style h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-style h2,
  .bootstrap-style h3 {
    page-break-after: avoid;
  }
  .bootstrap-style .navbar {
    display: none;
  }
  .bootstrap-style .btn > .caret,
  .bootstrap-style .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-style .label {
    border: 1px solid #000;
  }
  .bootstrap-style .table {
    border-collapse: collapse !important;
  }
  .bootstrap-style .table td,
  .bootstrap-style .table th {
    background-color: #fff !important;
  }
  .bootstrap-style .table-bordered th,
  .bootstrap-style .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.bootstrap-style .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-style .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrap-style .glyphicon-plus:before {
  content: "\002b";
}
.bootstrap-style .glyphicon-euro:before,
.bootstrap-style .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-style .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-style .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-style .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-style .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-style .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-style .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-style .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-style .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-style .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-style .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-style .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-style .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-style .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-style .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-style .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-style .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-style .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-style .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-style .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-style .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-style .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-style .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-style .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-style .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-style .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-style .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-style .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-style .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-style .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-style .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-style .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-style .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-style .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-style .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-style .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-style .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-style .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-style .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-style .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-style .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-style .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-style .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-style .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-style .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-style .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-style .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-style .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-style .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-style .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-style .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-style .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-style .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-style .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-style .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-style .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-style .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-style .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-style .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-style .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-style .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-style .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-style .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-style .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-style .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-style .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-style .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-style .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-style .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-style .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-style .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-style .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-style .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-style .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-style .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-style .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-style .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-style .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-style .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-style .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-style .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-style .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-style .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-style .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-style .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-style .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-style .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-style .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-style .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-style .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-style .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-style .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-style .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-style .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-style .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-style .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-style .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-style .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-style .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-style .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-style .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-style .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-style .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-style .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-style .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-style .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-style .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-style .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-style .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-style .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-style .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-style .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-style .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-style .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-style .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-style .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-style .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-style .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-style .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-style .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-style .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-style .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-style .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-style .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-style .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-style .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-style .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-style .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-style .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-style .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-style .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-style .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-style .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-style .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-style .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-style .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-style .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-style .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-style .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-style .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-style .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-style .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-style .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-style .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-style .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-style .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-style .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-style .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-style .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-style .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-style .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-style .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-style .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-style .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-style .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-style .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-style .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-style .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-style .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-style .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-style .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-style .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-style .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-style .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-style .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-style .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-style .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-style .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-style .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-style .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-style .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-style .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-style .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-style .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-style .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-style .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-style .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-style .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-style .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-style .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-style .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-style .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-style .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-style .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-style .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-style .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-style .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-style .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-style .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-style .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-style .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-style .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-style .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-style .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-style .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-style .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-style .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-style .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-style .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-style .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-style .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-style .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-style .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-style .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-style .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-style .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-style .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-style .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-style .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-style .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-style .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-style .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-style .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-style .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-style .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-style .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-style .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-style .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-style .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-style .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-style .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-style .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-style .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-style .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-style .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-style .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-style .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-style .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-style .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-style .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-style .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-style .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-style .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-style .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-style .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-style .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-style .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-style .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-style .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-style .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-style .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-style .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-style .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-style .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-style .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-style .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-style .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-style .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-style .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-style .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-style .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-style .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-style .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-style .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-style .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-style .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-style .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-style .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-style .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-style .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-style * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-style *:before,
.bootstrap-style *:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-style html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-style body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #EAEDD5;
}
.bootstrap-style input,
.bootstrap-style button,
.bootstrap-style select,
.bootstrap-style textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-style a {
  color: #3F6627;
  text-decoration: none;
}
.bootstrap-style a:hover,
.bootstrap-style a:focus {
  color: #1d2f12;
  text-decoration: underline;
}
.bootstrap-style a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-style figure {
  margin: 0;
}
.bootstrap-style img {
  vertical-align: middle;
}
.bootstrap-style .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-style .img-rounded {
  border-radius: 6px;
}
.bootstrap-style .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #EAEDD5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap-style .img-circle {
  border-radius: 50%;
}
.bootstrap-style hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap-style .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-style .sr-only-focusable:active,
.bootstrap-style .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-style [role="button"] {
  cursor: pointer;
}
.bootstrap-style h1,
.bootstrap-style h2,
.bootstrap-style h3,
.bootstrap-style h4,
.bootstrap-style h5,
.bootstrap-style h6,
.bootstrap-style .h1,
.bootstrap-style .h2,
.bootstrap-style .h3,
.bootstrap-style .h4,
.bootstrap-style .h5,
.bootstrap-style .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-style h1 small,
.bootstrap-style h2 small,
.bootstrap-style h3 small,
.bootstrap-style h4 small,
.bootstrap-style h5 small,
.bootstrap-style h6 small,
.bootstrap-style .h1 small,
.bootstrap-style .h2 small,
.bootstrap-style .h3 small,
.bootstrap-style .h4 small,
.bootstrap-style .h5 small,
.bootstrap-style .h6 small,
.bootstrap-style h1 .small,
.bootstrap-style h2 .small,
.bootstrap-style h3 .small,
.bootstrap-style h4 .small,
.bootstrap-style h5 .small,
.bootstrap-style h6 .small,
.bootstrap-style .h1 .small,
.bootstrap-style .h2 .small,
.bootstrap-style .h3 .small,
.bootstrap-style .h4 .small,
.bootstrap-style .h5 .small,
.bootstrap-style .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.bootstrap-style h1,
.bootstrap-style .h1,
.bootstrap-style h2,
.bootstrap-style .h2,
.bootstrap-style h3,
.bootstrap-style .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-style h1 small,
.bootstrap-style .h1 small,
.bootstrap-style h2 small,
.bootstrap-style .h2 small,
.bootstrap-style h3 small,
.bootstrap-style .h3 small,
.bootstrap-style h1 .small,
.bootstrap-style .h1 .small,
.bootstrap-style h2 .small,
.bootstrap-style .h2 .small,
.bootstrap-style h3 .small,
.bootstrap-style .h3 .small {
  font-size: 65%;
}
.bootstrap-style h4,
.bootstrap-style .h4,
.bootstrap-style h5,
.bootstrap-style .h5,
.bootstrap-style h6,
.bootstrap-style .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-style h4 small,
.bootstrap-style .h4 small,
.bootstrap-style h5 small,
.bootstrap-style .h5 small,
.bootstrap-style h6 small,
.bootstrap-style .h6 small,
.bootstrap-style h4 .small,
.bootstrap-style .h4 .small,
.bootstrap-style h5 .small,
.bootstrap-style .h5 .small,
.bootstrap-style h6 .small,
.bootstrap-style .h6 .small {
  font-size: 75%;
}
.bootstrap-style h1,
.bootstrap-style .h1 {
  font-size: 36px;
}
.bootstrap-style h2,
.bootstrap-style .h2 {
  font-size: 30px;
}
.bootstrap-style h3,
.bootstrap-style .h3 {
  font-size: 24px;
}
.bootstrap-style h4,
.bootstrap-style .h4 {
  font-size: 18px;
}
.bootstrap-style h5,
.bootstrap-style .h5 {
  font-size: 14px;
}
.bootstrap-style h6,
.bootstrap-style .h6 {
  font-size: 12px;
}
.bootstrap-style p {
  margin: 0 0 10px;
}
.bootstrap-style .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-style .lead {
    font-size: 21px;
  }
}
.bootstrap-style small,
.bootstrap-style .small {
  font-size: 85%;
}
.bootstrap-style mark,
.bootstrap-style .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.bootstrap-style .text-left {
  text-align: left;
}
.bootstrap-style .text-right {
  text-align: right;
}
.bootstrap-style .text-center {
  text-align: center;
}
.bootstrap-style .text-justify {
  text-align: justify;
}
.bootstrap-style .text-nowrap {
  white-space: nowrap;
}
.bootstrap-style .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-style .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-style .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-style .text-muted {
  color: #777777;
}
.bootstrap-style .text-primary {
  color: #3F6627;
}
.bootstrap-style a.text-primary:hover,
.bootstrap-style a.text-primary:focus {
  color: #284119;
}
.bootstrap-style .text-success {
  color: #3c763d;
}
.bootstrap-style a.text-success:hover,
.bootstrap-style a.text-success:focus {
  color: #2b542c;
}
.bootstrap-style .text-info {
  color: #31708f;
}
.bootstrap-style a.text-info:hover,
.bootstrap-style a.text-info:focus {
  color: #245269;
}
.bootstrap-style .text-warning {
  color: #8a6d3b;
}
.bootstrap-style a.text-warning:hover,
.bootstrap-style a.text-warning:focus {
  color: #66512c;
}
.bootstrap-style .text-danger {
  color: #a94442;
}
.bootstrap-style a.text-danger:hover,
.bootstrap-style a.text-danger:focus {
  color: #843534;
}
.bootstrap-style .bg-primary {
  color: #fff;
  background-color: #3F6627;
}
.bootstrap-style a.bg-primary:hover,
.bootstrap-style a.bg-primary:focus {
  background-color: #284119;
}
.bootstrap-style .bg-success {
  background-color: #dff0d8;
}
.bootstrap-style a.bg-success:hover,
.bootstrap-style a.bg-success:focus {
  background-color: #c1e2b3;
}
.bootstrap-style .bg-info {
  background-color: #d9edf7;
}
.bootstrap-style a.bg-info:hover,
.bootstrap-style a.bg-info:focus {
  background-color: #afd9ee;
}
.bootstrap-style .bg-warning {
  background-color: #fcf8e3;
}
.bootstrap-style a.bg-warning:hover,
.bootstrap-style a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bootstrap-style .bg-danger {
  background-color: #f2dede;
}
.bootstrap-style a.bg-danger:hover,
.bootstrap-style a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bootstrap-style .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #3F6627;
}
.bootstrap-style ul,
.bootstrap-style ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-style ul ul,
.bootstrap-style ol ul,
.bootstrap-style ul ol,
.bootstrap-style ol ol {
  margin-bottom: 0;
}
.bootstrap-style .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-style .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap-style .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap-style dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-style dt,
.bootstrap-style dd {
  line-height: 1.42857143;
}
.bootstrap-style dt {
  font-weight: bold;
}
.bootstrap-style dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-style .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-style .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-style abbr[title],
.bootstrap-style abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.bootstrap-style .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-style blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bootstrap-style blockquote p:last-child,
.bootstrap-style blockquote ul:last-child,
.bootstrap-style blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-style blockquote footer,
.bootstrap-style blockquote small,
.bootstrap-style blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.bootstrap-style blockquote footer:before,
.bootstrap-style blockquote small:before,
.bootstrap-style blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap-style .blockquote-reverse,
.bootstrap-style blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.bootstrap-style .blockquote-reverse footer:before,
.bootstrap-style blockquote.pull-right footer:before,
.bootstrap-style .blockquote-reverse small:before,
.bootstrap-style blockquote.pull-right small:before,
.bootstrap-style .blockquote-reverse .small:before,
.bootstrap-style blockquote.pull-right .small:before {
  content: '';
}
.bootstrap-style .blockquote-reverse footer:after,
.bootstrap-style blockquote.pull-right footer:after,
.bootstrap-style .blockquote-reverse small:after,
.bootstrap-style blockquote.pull-right small:after,
.bootstrap-style .blockquote-reverse .small:after,
.bootstrap-style blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap-style address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-style code,
.bootstrap-style kbd,
.bootstrap-style pre,
.bootstrap-style samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-style code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap-style 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-style kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.bootstrap-style pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-style pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-style .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-style .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-style .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-style .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .container {
    width: 1170px;
  }
}
.bootstrap-style .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-style .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap-style .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-style .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.bootstrap-style .col-xs-12 {
  width: 100%;
}
.bootstrap-style .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-style .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-style .col-xs-9 {
  width: 75%;
}
.bootstrap-style .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-style .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-style .col-xs-6 {
  width: 50%;
}
.bootstrap-style .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-style .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-style .col-xs-3 {
  width: 25%;
}
.bootstrap-style .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-style .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-style .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-style .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-style .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-style .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-style .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-style .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-style .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-style .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-style .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-style .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-style .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-style .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-style .col-xs-pull-0 {
  right: auto;
}
.bootstrap-style .col-xs-push-12 {
  left: 100%;
}
.bootstrap-style .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-style .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-style .col-xs-push-9 {
  left: 75%;
}
.bootstrap-style .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-style .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-style .col-xs-push-6 {
  left: 50%;
}
.bootstrap-style .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-style .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-style .col-xs-push-3 {
  left: 25%;
}
.bootstrap-style .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-style .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-style .col-xs-push-0 {
  left: auto;
}
.bootstrap-style .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-style .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-style .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-style .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-style .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-style .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-style .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-style .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-style .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-style .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-style .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-style .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-style .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-style .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .bootstrap-style .col-sm-12 {
    width: 100%;
  }
  .bootstrap-style .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-style .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-style .col-sm-9 {
    width: 75%;
  }
  .bootstrap-style .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-style .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-style .col-sm-6 {
    width: 50%;
  }
  .bootstrap-style .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-style .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-style .col-sm-3 {
    width: 25%;
  }
  .bootstrap-style .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-style .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-style .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-style .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-style .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-style .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-style .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-style .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-style .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-style .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-style .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-style .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-style .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-style .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-style .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-style .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-style .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-style .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-style .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-style .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-style .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-style .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-style .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-style .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-style .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-style .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-style .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-style .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-style .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-style .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-style .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-style .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-style .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-style .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-style .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-style .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-style .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-style .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-style .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-style .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-style .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-style .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .bootstrap-style .col-md-12 {
    width: 100%;
  }
  .bootstrap-style .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-style .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-style .col-md-9 {
    width: 75%;
  }
  .bootstrap-style .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-style .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-style .col-md-6 {
    width: 50%;
  }
  .bootstrap-style .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-style .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-style .col-md-3 {
    width: 25%;
  }
  .bootstrap-style .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-style .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-style .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-style .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-style .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-style .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-style .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-style .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-style .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-style .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-style .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-style .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-style .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-style .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-style .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-style .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-style .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-style .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-style .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-style .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-style .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-style .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-style .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-style .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-style .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-style .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-style .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-style .col-md-push-0 {
    left: auto;
  }
  .bootstrap-style .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-style .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-style .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-style .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-style .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-style .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-style .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-style .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-style .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-style .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-style .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-style .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-style .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .bootstrap-style .col-lg-12 {
    width: 100%;
  }
  .bootstrap-style .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-style .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-style .col-lg-9 {
    width: 75%;
  }
  .bootstrap-style .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-style .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-style .col-lg-6 {
    width: 50%;
  }
  .bootstrap-style .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-style .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-style .col-lg-3 {
    width: 25%;
  }
  .bootstrap-style .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-style .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-style .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-style .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-style .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-style .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-style .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-style .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-style .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-style .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-style .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-style .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-style .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-style .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-style .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-style .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-style .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-style .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-style .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-style .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-style .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-style .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-style .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-style .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-style .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-style .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-style .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-style .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-style .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-style .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-style .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-style .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-style .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-style .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-style .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-style .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-style .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-style .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-style .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-style .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-style .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-style table {
  background-color: transparent;
}
.bootstrap-style caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap-style th {
  text-align: left;
}
.bootstrap-style .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-style .table > thead > tr > th,
.bootstrap-style .table > tbody > tr > th,
.bootstrap-style .table > tfoot > tr > th,
.bootstrap-style .table > thead > tr > td,
.bootstrap-style .table > tbody > tr > td,
.bootstrap-style .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrap-style .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bootstrap-style .table > caption + thead > tr:first-child > th,
.bootstrap-style .table > colgroup + thead > tr:first-child > th,
.bootstrap-style .table > thead:first-child > tr:first-child > th,
.bootstrap-style .table > caption + thead > tr:first-child > td,
.bootstrap-style .table > colgroup + thead > tr:first-child > td,
.bootstrap-style .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-style .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap-style .table .table {
  background-color: #EAEDD5;
}
.bootstrap-style .table-condensed > thead > tr > th,
.bootstrap-style .table-condensed > tbody > tr > th,
.bootstrap-style .table-condensed > tfoot > tr > th,
.bootstrap-style .table-condensed > thead > tr > td,
.bootstrap-style .table-condensed > tbody > tr > td,
.bootstrap-style .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-style .table-bordered {
  border: 1px solid #ddd;
}
.bootstrap-style .table-bordered > thead > tr > th,
.bootstrap-style .table-bordered > tbody > tr > th,
.bootstrap-style .table-bordered > tfoot > tr > th,
.bootstrap-style .table-bordered > thead > tr > td,
.bootstrap-style .table-bordered > tbody > tr > td,
.bootstrap-style .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.bootstrap-style .table-bordered > thead > tr > th,
.bootstrap-style .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-style .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-style .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-style table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bootstrap-style table td[class*="col-"],
.bootstrap-style table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bootstrap-style .table > thead > tr > td.active,
.bootstrap-style .table > tbody > tr > td.active,
.bootstrap-style .table > tfoot > tr > td.active,
.bootstrap-style .table > thead > tr > th.active,
.bootstrap-style .table > tbody > tr > th.active,
.bootstrap-style .table > tfoot > tr > th.active,
.bootstrap-style .table > thead > tr.active > td,
.bootstrap-style .table > tbody > tr.active > td,
.bootstrap-style .table > tfoot > tr.active > td,
.bootstrap-style .table > thead > tr.active > th,
.bootstrap-style .table > tbody > tr.active > th,
.bootstrap-style .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-style .table-hover > tbody > tr > td.active:hover,
.bootstrap-style .table-hover > tbody > tr > th.active:hover,
.bootstrap-style .table-hover > tbody > tr.active:hover > td,
.bootstrap-style .table-hover > tbody > tr:hover > .active,
.bootstrap-style .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-style .table > thead > tr > td.success,
.bootstrap-style .table > tbody > tr > td.success,
.bootstrap-style .table > tfoot > tr > td.success,
.bootstrap-style .table > thead > tr > th.success,
.bootstrap-style .table > tbody > tr > th.success,
.bootstrap-style .table > tfoot > tr > th.success,
.bootstrap-style .table > thead > tr.success > td,
.bootstrap-style .table > tbody > tr.success > td,
.bootstrap-style .table > tfoot > tr.success > td,
.bootstrap-style .table > thead > tr.success > th,
.bootstrap-style .table > tbody > tr.success > th,
.bootstrap-style .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-style .table-hover > tbody > tr > td.success:hover,
.bootstrap-style .table-hover > tbody > tr > th.success:hover,
.bootstrap-style .table-hover > tbody > tr.success:hover > td,
.bootstrap-style .table-hover > tbody > tr:hover > .success,
.bootstrap-style .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-style .table > thead > tr > td.info,
.bootstrap-style .table > tbody > tr > td.info,
.bootstrap-style .table > tfoot > tr > td.info,
.bootstrap-style .table > thead > tr > th.info,
.bootstrap-style .table > tbody > tr > th.info,
.bootstrap-style .table > tfoot > tr > th.info,
.bootstrap-style .table > thead > tr.info > td,
.bootstrap-style .table > tbody > tr.info > td,
.bootstrap-style .table > tfoot > tr.info > td,
.bootstrap-style .table > thead > tr.info > th,
.bootstrap-style .table > tbody > tr.info > th,
.bootstrap-style .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-style .table-hover > tbody > tr > td.info:hover,
.bootstrap-style .table-hover > tbody > tr > th.info:hover,
.bootstrap-style .table-hover > tbody > tr.info:hover > td,
.bootstrap-style .table-hover > tbody > tr:hover > .info,
.bootstrap-style .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-style .table > thead > tr > td.warning,
.bootstrap-style .table > tbody > tr > td.warning,
.bootstrap-style .table > tfoot > tr > td.warning,
.bootstrap-style .table > thead > tr > th.warning,
.bootstrap-style .table > tbody > tr > th.warning,
.bootstrap-style .table > tfoot > tr > th.warning,
.bootstrap-style .table > thead > tr.warning > td,
.bootstrap-style .table > tbody > tr.warning > td,
.bootstrap-style .table > tfoot > tr.warning > td,
.bootstrap-style .table > thead > tr.warning > th,
.bootstrap-style .table > tbody > tr.warning > th,
.bootstrap-style .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-style .table-hover > tbody > tr > td.warning:hover,
.bootstrap-style .table-hover > tbody > tr > th.warning:hover,
.bootstrap-style .table-hover > tbody > tr.warning:hover > td,
.bootstrap-style .table-hover > tbody > tr:hover > .warning,
.bootstrap-style .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-style .table > thead > tr > td.danger,
.bootstrap-style .table > tbody > tr > td.danger,
.bootstrap-style .table > tfoot > tr > td.danger,
.bootstrap-style .table > thead > tr > th.danger,
.bootstrap-style .table > tbody > tr > th.danger,
.bootstrap-style .table > tfoot > tr > th.danger,
.bootstrap-style .table > thead > tr.danger > td,
.bootstrap-style .table > tbody > tr.danger > td,
.bootstrap-style .table > tfoot > tr.danger > td,
.bootstrap-style .table > thead > tr.danger > th,
.bootstrap-style .table > tbody > tr.danger > th,
.bootstrap-style .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-style .table-hover > tbody > tr > td.danger:hover,
.bootstrap-style .table-hover > tbody > tr > th.danger:hover,
.bootstrap-style .table-hover > tbody > tr.danger:hover > td,
.bootstrap-style .table-hover > tbody > tr:hover > .danger,
.bootstrap-style .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-style .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bootstrap-style .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .bootstrap-style .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-style .table-responsive > .table > thead > tr > th,
  .bootstrap-style .table-responsive > .table > tbody > tr > th,
  .bootstrap-style .table-responsive > .table > tfoot > tr > th,
  .bootstrap-style .table-responsive > .table > thead > tr > td,
  .bootstrap-style .table-responsive > .table > tbody > tr > td,
  .bootstrap-style .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-style .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-style .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-style .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-style .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-style .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-style .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-style .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-style .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-style .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-style .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-style .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-style .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-style .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-style .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-style .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-style .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-style .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-style fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bootstrap-style legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-style label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap-style input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-style input[type="radio"],
.bootstrap-style input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-style input[type="file"] {
  display: block;
}
.bootstrap-style input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-style select[multiple],
.bootstrap-style select[size] {
  height: auto;
}
.bootstrap-style input[type="file"]:focus,
.bootstrap-style input[type="radio"]:focus,
.bootstrap-style input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-style output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bootstrap-style .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-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;
  -webkit-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  -moz-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  -o-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
}
.bootstrap-style .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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-style .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-style .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrap-style .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-style .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.bootstrap-style .form-control[disabled],
.bootstrap-style .form-control[readonly],
.bootstrap-style fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap-style .form-control[disabled],
.bootstrap-style fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap-style textarea.form-control {
  height: auto;
}
.bootstrap-style input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-style input[type="date"].form-control,
  .bootstrap-style input[type="time"].form-control,
  .bootstrap-style input[type="datetime-local"].form-control,
  .bootstrap-style input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap-style input[type="date"].input-sm,
  .bootstrap-style input[type="time"].input-sm,
  .bootstrap-style input[type="datetime-local"].input-sm,
  .bootstrap-style input[type="month"].input-sm,
  .bootstrap-style .input-group-sm input[type="date"],
  .bootstrap-style .input-group-sm input[type="time"],
  .bootstrap-style .input-group-sm input[type="datetime-local"],
  .bootstrap-style .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-style input[type="date"].input-lg,
  .bootstrap-style input[type="time"].input-lg,
  .bootstrap-style input[type="datetime-local"].input-lg,
  .bootstrap-style input[type="month"].input-lg,
  .bootstrap-style .input-group-lg input[type="date"],
  .bootstrap-style .input-group-lg input[type="time"],
  .bootstrap-style .input-group-lg input[type="datetime-local"],
  .bootstrap-style .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-style .form-group {
  margin-bottom: 15px;
}
.bootstrap-style .radio,
.bootstrap-style .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-style .radio label,
.bootstrap-style .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-style .radio input[type="radio"],
.bootstrap-style .radio-inline input[type="radio"],
.bootstrap-style .checkbox input[type="checkbox"],
.bootstrap-style .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bootstrap-style .radio + .radio,
.bootstrap-style .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-style .radio-inline,
.bootstrap-style .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-style .radio-inline + .radio-inline,
.bootstrap-style .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-style input[type="radio"][disabled],
.bootstrap-style input[type="checkbox"][disabled],
.bootstrap-style input[type="radio"].disabled,
.bootstrap-style input[type="checkbox"].disabled,
.bootstrap-style fieldset[disabled] input[type="radio"],
.bootstrap-style fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-style .radio-inline.disabled,
.bootstrap-style .checkbox-inline.disabled,
.bootstrap-style fieldset[disabled] .radio-inline,
.bootstrap-style fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-style .radio.disabled label,
.bootstrap-style .checkbox.disabled label,
.bootstrap-style fieldset[disabled] .radio label,
.bootstrap-style fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap-style .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.bootstrap-style .form-control-static.input-lg,
.bootstrap-style .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-style .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-style select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap-style textarea.input-sm,
.bootstrap-style select[multiple].input-sm {
  height: auto;
}
.bootstrap-style .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-style .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-style .form-group-sm textarea.form-control,
.bootstrap-style .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap-style .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-style .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-style select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrap-style textarea.input-lg,
.bootstrap-style select[multiple].input-lg {
  height: auto;
}
.bootstrap-style .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-style .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-style .form-group-lg textarea.form-control,
.bootstrap-style .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap-style .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-style .has-feedback {
  position: relative;
}
.bootstrap-style .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-style .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-style .input-lg + .form-control-feedback,
.bootstrap-style .input-group-lg + .form-control-feedback,
.bootstrap-style .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-style .input-sm + .form-control-feedback,
.bootstrap-style .input-group-sm + .form-control-feedback,
.bootstrap-style .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-style .has-success .help-block,
.bootstrap-style .has-success .control-label,
.bootstrap-style .has-success .radio,
.bootstrap-style .has-success .checkbox,
.bootstrap-style .has-success .radio-inline,
.bootstrap-style .has-success .checkbox-inline,
.bootstrap-style .has-success.radio label,
.bootstrap-style .has-success.checkbox label,
.bootstrap-style .has-success.radio-inline label,
.bootstrap-style .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-style .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-style .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-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-style .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-style .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-style .has-warning .help-block,
.bootstrap-style .has-warning .control-label,
.bootstrap-style .has-warning .radio,
.bootstrap-style .has-warning .checkbox,
.bootstrap-style .has-warning .radio-inline,
.bootstrap-style .has-warning .checkbox-inline,
.bootstrap-style .has-warning.radio label,
.bootstrap-style .has-warning.checkbox label,
.bootstrap-style .has-warning.radio-inline label,
.bootstrap-style .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-style .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-style .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-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-style .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-style .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-style .has-error .help-block,
.bootstrap-style .has-error .control-label,
.bootstrap-style .has-error .radio,
.bootstrap-style .has-error .checkbox,
.bootstrap-style .has-error .radio-inline,
.bootstrap-style .has-error .checkbox-inline,
.bootstrap-style .has-error.radio label,
.bootstrap-style .has-error.checkbox label,
.bootstrap-style .has-error.radio-inline label,
.bootstrap-style .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-style .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-style .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-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-style .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.bootstrap-style .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-style .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-style .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-style .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-style .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-style .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-style .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-style .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-style .form-inline .input-group .input-group-addon,
  .bootstrap-style .form-inline .input-group .input-group-btn,
  .bootstrap-style .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-style .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-style .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-style .form-inline .radio,
  .bootstrap-style .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-style .form-inline .radio label,
  .bootstrap-style .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-style .form-inline .radio input[type="radio"],
  .bootstrap-style .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-style .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-style .form-horizontal .radio,
.bootstrap-style .form-horizontal .checkbox,
.bootstrap-style .form-horizontal .radio-inline,
.bootstrap-style .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bootstrap-style .form-horizontal .radio,
.bootstrap-style .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-style .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bootstrap-style .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bootstrap-style .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-style .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap-style .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap-style .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-style .btn:focus,
.bootstrap-style .btn:active:focus,
.bootstrap-style .btn.active:focus,
.bootstrap-style .btn.focus,
.bootstrap-style .btn:active.focus,
.bootstrap-style .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-style .btn:hover,
.bootstrap-style .btn:focus,
.bootstrap-style .btn.focus {
  color: #333;
  text-decoration: none;
}
.bootstrap-style .btn:active,
.bootstrap-style .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-style .btn.disabled,
.bootstrap-style .btn[disabled],
.bootstrap-style fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-style a.btn.disabled,
.bootstrap-style fieldset[disabled] a.btn {
  pointer-events: none;
}
.bootstrap-style .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-style .btn-default:focus,
.bootstrap-style .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap-style .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-style .btn-default:active,
.bootstrap-style .btn-default.active,
.bootstrap-style .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-style .btn-default:active:hover,
.bootstrap-style .btn-default.active:hover,
.bootstrap-style .open > .dropdown-toggle.btn-default:hover,
.bootstrap-style .btn-default:active:focus,
.bootstrap-style .btn-default.active:focus,
.bootstrap-style .open > .dropdown-toggle.btn-default:focus,
.bootstrap-style .btn-default:active.focus,
.bootstrap-style .btn-default.active.focus,
.bootstrap-style .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap-style .btn-default:active,
.bootstrap-style .btn-default.active,
.bootstrap-style .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrap-style .btn-default.disabled:hover,
.bootstrap-style .btn-default[disabled]:hover,
.bootstrap-style fieldset[disabled] .btn-default:hover,
.bootstrap-style .btn-default.disabled:focus,
.bootstrap-style .btn-default[disabled]:focus,
.bootstrap-style fieldset[disabled] .btn-default:focus,
.bootstrap-style .btn-default.disabled.focus,
.bootstrap-style .btn-default[disabled].focus,
.bootstrap-style fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-style .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.bootstrap-style .btn-primary {
  color: #fff;
  background-color: #3F6627;
  border-color: #345420;
}
.bootstrap-style .btn-primary:focus,
.bootstrap-style .btn-primary.focus {
  color: #fff;
  background-color: #284119;
  border-color: #000000;
}
.bootstrap-style .btn-primary:hover {
  color: #fff;
  background-color: #284119;
  border-color: #18270f;
}
.bootstrap-style .btn-primary:active,
.bootstrap-style .btn-primary.active,
.bootstrap-style .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #284119;
  border-color: #18270f;
}
.bootstrap-style .btn-primary:active:hover,
.bootstrap-style .btn-primary.active:hover,
.bootstrap-style .open > .dropdown-toggle.btn-primary:hover,
.bootstrap-style .btn-primary:active:focus,
.bootstrap-style .btn-primary.active:focus,
.bootstrap-style .open > .dropdown-toggle.btn-primary:focus,
.bootstrap-style .btn-primary:active.focus,
.bootstrap-style .btn-primary.active.focus,
.bootstrap-style .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #18270f;
  border-color: #000000;
}
.bootstrap-style .btn-primary:active,
.bootstrap-style .btn-primary.active,
.bootstrap-style .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrap-style .btn-primary.disabled:hover,
.bootstrap-style .btn-primary[disabled]:hover,
.bootstrap-style fieldset[disabled] .btn-primary:hover,
.bootstrap-style .btn-primary.disabled:focus,
.bootstrap-style .btn-primary[disabled]:focus,
.bootstrap-style fieldset[disabled] .btn-primary:focus,
.bootstrap-style .btn-primary.disabled.focus,
.bootstrap-style .btn-primary[disabled].focus,
.bootstrap-style fieldset[disabled] .btn-primary.focus {
  background-color: #3F6627;
  border-color: #345420;
}
.bootstrap-style .btn-primary .badge {
  color: #3F6627;
  background-color: #fff;
}
.bootstrap-style .btn-success {
  color: #fff;
  background-color: #007D11;
  border-color: #00630e;
}
.bootstrap-style .btn-success:focus,
.bootstrap-style .btn-success.focus {
  color: #fff;
  background-color: #004a0a;
  border-color: #000000;
}
.bootstrap-style .btn-success:hover {
  color: #fff;
  background-color: #004a0a;
  border-color: #002605;
}
.bootstrap-style .btn-success:active,
.bootstrap-style .btn-success.active,
.bootstrap-style .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #004a0a;
  border-color: #002605;
}
.bootstrap-style .btn-success:active:hover,
.bootstrap-style .btn-success.active:hover,
.bootstrap-style .open > .dropdown-toggle.btn-success:hover,
.bootstrap-style .btn-success:active:focus,
.bootstrap-style .btn-success.active:focus,
.bootstrap-style .open > .dropdown-toggle.btn-success:focus,
.bootstrap-style .btn-success:active.focus,
.bootstrap-style .btn-success.active.focus,
.bootstrap-style .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #002605;
  border-color: #000000;
}
.bootstrap-style .btn-success:active,
.bootstrap-style .btn-success.active,
.bootstrap-style .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrap-style .btn-success.disabled:hover,
.bootstrap-style .btn-success[disabled]:hover,
.bootstrap-style fieldset[disabled] .btn-success:hover,
.bootstrap-style .btn-success.disabled:focus,
.bootstrap-style .btn-success[disabled]:focus,
.bootstrap-style fieldset[disabled] .btn-success:focus,
.bootstrap-style .btn-success.disabled.focus,
.bootstrap-style .btn-success[disabled].focus,
.bootstrap-style fieldset[disabled] .btn-success.focus {
  background-color: #007D11;
  border-color: #00630e;
}
.bootstrap-style .btn-success .badge {
  color: #007D11;
  background-color: #fff;
}
.bootstrap-style .btn-info {
  color: #fff;
  background-color: #00577D;
  border-color: #004563;
}
.bootstrap-style .btn-info:focus,
.bootstrap-style .btn-info.focus {
  color: #fff;
  background-color: #00344a;
  border-color: #000000;
}
.bootstrap-style .btn-info:hover {
  color: #fff;
  background-color: #00344a;
  border-color: #001b26;
}
.bootstrap-style .btn-info:active,
.bootstrap-style .btn-info.active,
.bootstrap-style .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #00344a;
  border-color: #001b26;
}
.bootstrap-style .btn-info:active:hover,
.bootstrap-style .btn-info.active:hover,
.bootstrap-style .open > .dropdown-toggle.btn-info:hover,
.bootstrap-style .btn-info:active:focus,
.bootstrap-style .btn-info.active:focus,
.bootstrap-style .open > .dropdown-toggle.btn-info:focus,
.bootstrap-style .btn-info:active.focus,
.bootstrap-style .btn-info.active.focus,
.bootstrap-style .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #001b26;
  border-color: #000000;
}
.bootstrap-style .btn-info:active,
.bootstrap-style .btn-info.active,
.bootstrap-style .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrap-style .btn-info.disabled:hover,
.bootstrap-style .btn-info[disabled]:hover,
.bootstrap-style fieldset[disabled] .btn-info:hover,
.bootstrap-style .btn-info.disabled:focus,
.bootstrap-style .btn-info[disabled]:focus,
.bootstrap-style fieldset[disabled] .btn-info:focus,
.bootstrap-style .btn-info.disabled.focus,
.bootstrap-style .btn-info[disabled].focus,
.bootstrap-style fieldset[disabled] .btn-info.focus {
  background-color: #00577D;
  border-color: #004563;
}
.bootstrap-style .btn-info .badge {
  color: #00577D;
  background-color: #fff;
}
.bootstrap-style .btn-warning {
  color: #fff;
  background-color: #7D5E03;
  border-color: #644b02;
}
.bootstrap-style .btn-warning:focus,
.bootstrap-style .btn-warning.focus {
  color: #fff;
  background-color: #4b3902;
  border-color: #000000;
}
.bootstrap-style .btn-warning:hover {
  color: #fff;
  background-color: #4b3902;
  border-color: #281e01;
}
.bootstrap-style .btn-warning:active,
.bootstrap-style .btn-warning.active,
.bootstrap-style .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #4b3902;
  border-color: #281e01;
}
.bootstrap-style .btn-warning:active:hover,
.bootstrap-style .btn-warning.active:hover,
.bootstrap-style .open > .dropdown-toggle.btn-warning:hover,
.bootstrap-style .btn-warning:active:focus,
.bootstrap-style .btn-warning.active:focus,
.bootstrap-style .open > .dropdown-toggle.btn-warning:focus,
.bootstrap-style .btn-warning:active.focus,
.bootstrap-style .btn-warning.active.focus,
.bootstrap-style .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #281e01;
  border-color: #000000;
}
.bootstrap-style .btn-warning:active,
.bootstrap-style .btn-warning.active,
.bootstrap-style .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrap-style .btn-warning.disabled:hover,
.bootstrap-style .btn-warning[disabled]:hover,
.bootstrap-style fieldset[disabled] .btn-warning:hover,
.bootstrap-style .btn-warning.disabled:focus,
.bootstrap-style .btn-warning[disabled]:focus,
.bootstrap-style fieldset[disabled] .btn-warning:focus,
.bootstrap-style .btn-warning.disabled.focus,
.bootstrap-style .btn-warning[disabled].focus,
.bootstrap-style fieldset[disabled] .btn-warning.focus {
  background-color: #7D5E03;
  border-color: #644b02;
}
.bootstrap-style .btn-warning .badge {
  color: #7D5E03;
  background-color: #fff;
}
.bootstrap-style .btn-danger {
  color: #fff;
  background-color: #730A00;
  border-color: #5a0800;
}
.bootstrap-style .btn-danger:focus,
.bootstrap-style .btn-danger.focus {
  color: #fff;
  background-color: #400600;
  border-color: #000000;
}
.bootstrap-style .btn-danger:hover {
  color: #fff;
  background-color: #400600;
  border-color: #1c0200;
}
.bootstrap-style .btn-danger:active,
.bootstrap-style .btn-danger.active,
.bootstrap-style .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #400600;
  border-color: #1c0200;
}
.bootstrap-style .btn-danger:active:hover,
.bootstrap-style .btn-danger.active:hover,
.bootstrap-style .open > .dropdown-toggle.btn-danger:hover,
.bootstrap-style .btn-danger:active:focus,
.bootstrap-style .btn-danger.active:focus,
.bootstrap-style .open > .dropdown-toggle.btn-danger:focus,
.bootstrap-style .btn-danger:active.focus,
.bootstrap-style .btn-danger.active.focus,
.bootstrap-style .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #1c0200;
  border-color: #000000;
}
.bootstrap-style .btn-danger:active,
.bootstrap-style .btn-danger.active,
.bootstrap-style .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrap-style .btn-danger.disabled:hover,
.bootstrap-style .btn-danger[disabled]:hover,
.bootstrap-style fieldset[disabled] .btn-danger:hover,
.bootstrap-style .btn-danger.disabled:focus,
.bootstrap-style .btn-danger[disabled]:focus,
.bootstrap-style fieldset[disabled] .btn-danger:focus,
.bootstrap-style .btn-danger.disabled.focus,
.bootstrap-style .btn-danger[disabled].focus,
.bootstrap-style fieldset[disabled] .btn-danger.focus {
  background-color: #730A00;
  border-color: #5a0800;
}
.bootstrap-style .btn-danger .badge {
  color: #730A00;
  background-color: #fff;
}
.bootstrap-style .btn-link {
  color: #3F6627;
  font-weight: normal;
  border-radius: 0;
}
.bootstrap-style .btn-link,
.bootstrap-style .btn-link:active,
.bootstrap-style .btn-link.active,
.bootstrap-style .btn-link[disabled],
.bootstrap-style fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-style .btn-link,
.bootstrap-style .btn-link:hover,
.bootstrap-style .btn-link:focus,
.bootstrap-style .btn-link:active {
  border-color: transparent;
}
.bootstrap-style .btn-link:hover,
.bootstrap-style .btn-link:focus {
  color: #1d2f12;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-style .btn-link[disabled]:hover,
.bootstrap-style fieldset[disabled] .btn-link:hover,
.bootstrap-style .btn-link[disabled]:focus,
.bootstrap-style fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap-style .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-style .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-style .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-style .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-style .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-style input[type="submit"].btn-block,
.bootstrap-style input[type="reset"].btn-block,
.bootstrap-style input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-style .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.bootstrap-style .fade.in {
  opacity: 1;
}
.bootstrap-style .collapse {
  display: none;
}
.bootstrap-style .collapse.in {
  display: block;
}
.bootstrap-style tr.collapse.in {
  display: table-row;
}
.bootstrap-style tbody.collapse.in {
  display: table-row-group;
}
.bootstrap-style .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap-style .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-style .dropup,
.bootstrap-style .dropdown {
  position: relative;
}
.bootstrap-style .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-style .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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-style .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-style .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-style .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bootstrap-style .dropdown-menu > li > a:hover,
.bootstrap-style .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.bootstrap-style .dropdown-menu > .active > a,
.bootstrap-style .dropdown-menu > .active > a:hover,
.bootstrap-style .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3F6627;
}
.bootstrap-style .dropdown-menu > .disabled > a,
.bootstrap-style .dropdown-menu > .disabled > a:hover,
.bootstrap-style .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap-style .dropdown-menu > .disabled > a:hover,
.bootstrap-style .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-style .open > .dropdown-menu {
  display: block;
}
.bootstrap-style .open > a {
  outline: 0;
}
.bootstrap-style .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bootstrap-style .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bootstrap-style .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.bootstrap-style .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap-style .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-style .dropup .caret,
.bootstrap-style .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.bootstrap-style .dropup .dropdown-menu,
.bootstrap-style .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bootstrap-style .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bootstrap-style .btn-group,
.bootstrap-style .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-style .btn-group > .btn,
.bootstrap-style .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-style .btn-group > .btn:hover,
.bootstrap-style .btn-group-vertical > .btn:hover,
.bootstrap-style .btn-group > .btn:focus,
.bootstrap-style .btn-group-vertical > .btn:focus,
.bootstrap-style .btn-group > .btn:active,
.bootstrap-style .btn-group-vertical > .btn:active,
.bootstrap-style .btn-group > .btn.active,
.bootstrap-style .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-style .btn-group .btn + .btn,
.bootstrap-style .btn-group .btn + .btn-group,
.bootstrap-style .btn-group .btn-group + .btn,
.bootstrap-style .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-style .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-style .btn-toolbar .btn,
.bootstrap-style .btn-toolbar .btn-group,
.bootstrap-style .btn-toolbar .input-group {
  float: left;
}
.bootstrap-style .btn-toolbar > .btn,
.bootstrap-style .btn-toolbar > .btn-group,
.bootstrap-style .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-style .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-style .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-style .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-style .btn-group > .btn:last-child:not(:first-child),
.bootstrap-style .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .btn-group > .btn-group {
  float: left;
}
.bootstrap-style .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-style .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-style .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-style .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .btn-group .dropdown-toggle:active,
.bootstrap-style .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-style .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap-style .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bootstrap-style .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-style .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-style .btn .caret {
  margin-left: 0;
}
.bootstrap-style .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-style .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-style .btn-group-vertical > .btn,
.bootstrap-style .btn-group-vertical > .btn-group,
.bootstrap-style .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-style .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-style .btn-group-vertical > .btn + .btn,
.bootstrap-style .btn-group-vertical > .btn + .btn-group,
.bootstrap-style .btn-group-vertical > .btn-group + .btn,
.bootstrap-style .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-style .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-style .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-style .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-style .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-style .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-style .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-style .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-style .btn-group-justified > .btn,
.bootstrap-style .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bootstrap-style .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-style .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-style [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-style [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-style [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-style [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-style .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-style .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-style .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-style .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap-style .input-group-lg > .form-control,
.bootstrap-style .input-group-lg > .input-group-addon,
.bootstrap-style .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-style select.input-group-lg > .form-control,
.bootstrap-style select.input-group-lg > .input-group-addon,
.bootstrap-style select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrap-style textarea.input-group-lg > .form-control,
.bootstrap-style textarea.input-group-lg > .input-group-addon,
.bootstrap-style textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-style select[multiple].input-group-lg > .form-control,
.bootstrap-style select[multiple].input-group-lg > .input-group-addon,
.bootstrap-style select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-style .input-group-sm > .form-control,
.bootstrap-style .input-group-sm > .input-group-addon,
.bootstrap-style .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-style select.input-group-sm > .form-control,
.bootstrap-style select.input-group-sm > .input-group-addon,
.bootstrap-style select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap-style textarea.input-group-sm > .form-control,
.bootstrap-style textarea.input-group-sm > .input-group-addon,
.bootstrap-style textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-style select[multiple].input-group-sm > .form-control,
.bootstrap-style select[multiple].input-group-sm > .input-group-addon,
.bootstrap-style select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-style .input-group-addon,
.bootstrap-style .input-group-btn,
.bootstrap-style .input-group .form-control {
  display: table-cell;
}
.bootstrap-style .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-style .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-style .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-style .input-group-addon,
.bootstrap-style .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-style .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-style .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-style .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap-style .input-group-addon input[type="radio"],
.bootstrap-style .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-style .input-group .form-control:first-child,
.bootstrap-style .input-group-addon:first-child,
.bootstrap-style .input-group-btn:first-child > .btn,
.bootstrap-style .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-style .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-style .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-style .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-style .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-style .input-group .form-control:last-child,
.bootstrap-style .input-group-addon:last-child,
.bootstrap-style .input-group-btn:last-child > .btn,
.bootstrap-style .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-style .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-style .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-style .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-style .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-style .input-group-btn > .btn {
  position: relative;
}
.bootstrap-style .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-style .input-group-btn > .btn:hover,
.bootstrap-style .input-group-btn > .btn:focus,
.bootstrap-style .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-style .input-group-btn:first-child > .btn,
.bootstrap-style .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-style .input-group-btn:last-child > .btn,
.bootstrap-style .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap-style .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bootstrap-style .nav > li {
  position: relative;
  display: block;
}
.bootstrap-style .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-style .nav > li > a:hover,
.bootstrap-style .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-style .nav > li.disabled > a {
  color: #777777;
}
.bootstrap-style .nav > li.disabled > a:hover,
.bootstrap-style .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap-style .nav .open > a,
.bootstrap-style .nav .open > a:hover,
.bootstrap-style .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3F6627;
}
.bootstrap-style .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-style .nav > li > a > img {
  max-width: none;
}
.bootstrap-style .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap-style .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-style .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap-style .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.bootstrap-style .nav-tabs > li.active > a,
.bootstrap-style .nav-tabs > li.active > a:hover,
.bootstrap-style .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap-style .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-style .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-style .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-style .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-style .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-style .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-style .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-style .nav-tabs.nav-justified > .active > a,
.bootstrap-style .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-style .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-style .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-style .nav-tabs.nav-justified > .active > a,
  .bootstrap-style .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-style .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #EAEDD5;
  }
}
.bootstrap-style .nav-pills > li {
  float: left;
}
.bootstrap-style .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap-style .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-style .nav-pills > li.active > a,
.bootstrap-style .nav-pills > li.active > a:hover,
.bootstrap-style .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3F6627;
}
.bootstrap-style .nav-stacked > li {
  float: none;
}
.bootstrap-style .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-style .nav-justified {
  width: 100%;
}
.bootstrap-style .nav-justified > li {
  float: none;
}
.bootstrap-style .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-style .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-style .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-style .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-style .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-style .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-style .nav-tabs-justified > .active > a,
.bootstrap-style .nav-tabs-justified > .active > a:hover,
.bootstrap-style .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-style .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-style .nav-tabs-justified > .active > a,
  .bootstrap-style .nav-tabs-justified > .active > a:hover,
  .bootstrap-style .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #EAEDD5;
  }
}
.bootstrap-style .tab-content > .tab-pane {
  display: none;
}
.bootstrap-style .tab-content > .active {
  display: block;
}
.bootstrap-style .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-header {
    float: left;
  }
}
.bootstrap-style .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap-style .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .bootstrap-style .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-style .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrap-style .navbar-fixed-top .navbar-collapse,
  .bootstrap-style .navbar-static-top .navbar-collapse,
  .bootstrap-style .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bootstrap-style .navbar-fixed-top .navbar-collapse,
.bootstrap-style .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-style .navbar-fixed-top .navbar-collapse,
  .bootstrap-style .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap-style .container > .navbar-header,
.bootstrap-style .container-fluid > .navbar-header,
.bootstrap-style .container > .navbar-collapse,
.bootstrap-style .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-style .container > .navbar-header,
  .bootstrap-style .container-fluid > .navbar-header,
  .bootstrap-style .container > .navbar-collapse,
  .bootstrap-style .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-style .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-style .navbar-fixed-top,
.bootstrap-style .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-fixed-top,
  .bootstrap-style .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-style .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-style .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-style .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.bootstrap-style .navbar-brand:hover,
.bootstrap-style .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-style .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar > .container .navbar-brand,
  .bootstrap-style .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-style .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-style .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-style .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-style .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-toggle {
    display: none;
  }
}
.bootstrap-style .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-style .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-style .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .bootstrap-style .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-style .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-style .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-style .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-style .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-style .navbar-nav > li {
    float: left;
  }
  .bootstrap-style .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-style .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-style .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-style .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-style .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-style .navbar-form .input-group .input-group-addon,
  .bootstrap-style .navbar-form .input-group .input-group-btn,
  .bootstrap-style .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-style .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-style .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-style .navbar-form .radio,
  .bootstrap-style .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-style .navbar-form .radio label,
  .bootstrap-style .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-style .navbar-form .radio input[type="radio"],
  .bootstrap-style .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-style .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-style .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-style .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap-style .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-style .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-style .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-style .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-style .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-style .navbar-left {
    float: left !important;
  }
  .bootstrap-style .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-style .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-style .navbar-default {
  background-color: #3F6627;
  border-color: #304e1e;
}
.bootstrap-style .navbar-default .navbar-brand {
  color: #fff;
}
.bootstrap-style .navbar-default .navbar-brand:hover,
.bootstrap-style .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.bootstrap-style .navbar-default .navbar-text {
  color: #fff;
}
.bootstrap-style .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.bootstrap-style .navbar-default .navbar-nav > li > a:hover,
.bootstrap-style .navbar-default .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: transparent;
}
.bootstrap-style .navbar-default .navbar-nav > .active > a,
.bootstrap-style .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-style .navbar-default .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #304e1e;
}
.bootstrap-style .navbar-default .navbar-nav > .disabled > a,
.bootstrap-style .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-style .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.bootstrap-style .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.bootstrap-style .navbar-default .navbar-toggle:hover,
.bootstrap-style .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.bootstrap-style .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.bootstrap-style .navbar-default .navbar-collapse,
.bootstrap-style .navbar-default .navbar-form {
  border-color: #304e1e;
}
.bootstrap-style .navbar-default .navbar-nav > .open > a,
.bootstrap-style .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-style .navbar-default .navbar-nav > .open > a:focus {
  background-color: #304e1e;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eeeeee;
    background-color: transparent;
  }
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eeeeee;
    background-color: #304e1e;
  }
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-style .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.bootstrap-style .navbar-default .navbar-link {
  color: #fff;
}
.bootstrap-style .navbar-default .navbar-link:hover {
  color: #eeeeee;
}
.bootstrap-style .navbar-default .btn-link {
  color: #fff;
}
.bootstrap-style .navbar-default .btn-link:hover,
.bootstrap-style .navbar-default .btn-link:focus {
  color: #eeeeee;
}
.bootstrap-style .navbar-default .btn-link[disabled]:hover,
.bootstrap-style fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-style .navbar-default .btn-link[disabled]:focus,
.bootstrap-style fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.bootstrap-style .navbar-inverse {
  background-color: #f5f5f5;
  border-color: #3F6627;
}
.bootstrap-style .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-style .navbar-inverse .navbar-brand:hover,
.bootstrap-style .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-style .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-style .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-style .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-style .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-style .navbar-inverse .navbar-nav > .active > a,
.bootstrap-style .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-style .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #dcdcdc;
}
.bootstrap-style .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-style .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-style .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.bootstrap-style .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.bootstrap-style .navbar-inverse .navbar-toggle:hover,
.bootstrap-style .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.bootstrap-style .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bootstrap-style .navbar-inverse .navbar-collapse,
.bootstrap-style .navbar-inverse .navbar-form {
  border-color: #e3e3e3;
}
.bootstrap-style .navbar-inverse .navbar-nav > .open > a,
.bootstrap-style .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-style .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #dcdcdc;
  color: #fff;
}
@media (max-width: 767px) {
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #3F6627;
  }
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #3F6627;
  }
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #dcdcdc;
  }
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-style .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.bootstrap-style .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-style .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.bootstrap-style .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-style .navbar-inverse .btn-link:hover,
.bootstrap-style .navbar-inverse .btn-link:focus {
  color: #fff;
}
.bootstrap-style .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-style fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-style .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-style fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.bootstrap-style .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap-style .breadcrumb > li {
  display: inline-block;
}
.bootstrap-style .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.bootstrap-style .breadcrumb > .active {
  color: #777777;
}
.bootstrap-style .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrap-style .pagination > li {
  display: inline;
}
.bootstrap-style .pagination > li > a,
.bootstrap-style .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3F6627;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.bootstrap-style .pagination > li:first-child > a,
.bootstrap-style .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap-style .pagination > li:last-child > a,
.bootstrap-style .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-style .pagination > li > a:hover,
.bootstrap-style .pagination > li > span:hover,
.bootstrap-style .pagination > li > a:focus,
.bootstrap-style .pagination > li > span:focus {
  z-index: 2;
  color: #1d2f12;
  background-color: #eeeeee;
  border-color: #ddd;
}
.bootstrap-style .pagination > .active > a,
.bootstrap-style .pagination > .active > span,
.bootstrap-style .pagination > .active > a:hover,
.bootstrap-style .pagination > .active > span:hover,
.bootstrap-style .pagination > .active > a:focus,
.bootstrap-style .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #3F6627;
  border-color: #3F6627;
  cursor: default;
}
.bootstrap-style .pagination > .disabled > span,
.bootstrap-style .pagination > .disabled > span:hover,
.bootstrap-style .pagination > .disabled > span:focus,
.bootstrap-style .pagination > .disabled > a,
.bootstrap-style .pagination > .disabled > a:hover,
.bootstrap-style .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.bootstrap-style .pagination-lg > li > a,
.bootstrap-style .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-style .pagination-lg > li:first-child > a,
.bootstrap-style .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.bootstrap-style .pagination-lg > li:last-child > a,
.bootstrap-style .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.bootstrap-style .pagination-sm > li > a,
.bootstrap-style .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-style .pagination-sm > li:first-child > a,
.bootstrap-style .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-style .pagination-sm > li:last-child > a,
.bootstrap-style .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-style .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.bootstrap-style .pager li {
  display: inline;
}
.bootstrap-style .pager li > a,
.bootstrap-style .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.bootstrap-style .pager li > a:hover,
.bootstrap-style .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-style .pager .next > a,
.bootstrap-style .pager .next > span {
  float: right;
}
.bootstrap-style .pager .previous > a,
.bootstrap-style .pager .previous > span {
  float: left;
}
.bootstrap-style .pager .disabled > a,
.bootstrap-style .pager .disabled > a:hover,
.bootstrap-style .pager .disabled > a:focus,
.bootstrap-style .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.bootstrap-style .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap-style a.label:hover,
.bootstrap-style a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-style .label:empty {
  display: none;
}
.bootstrap-style .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap-style .label-default {
  background-color: #777777;
}
.bootstrap-style .label-default[href]:hover,
.bootstrap-style .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-style .label-primary {
  background-color: #3F6627;
}
.bootstrap-style .label-primary[href]:hover,
.bootstrap-style .label-primary[href]:focus {
  background-color: #284119;
}
.bootstrap-style .label-success {
  background-color: #007D11;
}
.bootstrap-style .label-success[href]:hover,
.bootstrap-style .label-success[href]:focus {
  background-color: #004a0a;
}
.bootstrap-style .label-info {
  background-color: #00577D;
}
.bootstrap-style .label-info[href]:hover,
.bootstrap-style .label-info[href]:focus {
  background-color: #00344a;
}
.bootstrap-style .label-warning {
  background-color: #7D5E03;
}
.bootstrap-style .label-warning[href]:hover,
.bootstrap-style .label-warning[href]:focus {
  background-color: #4b3902;
}
.bootstrap-style .label-danger {
  background-color: #730A00;
}
.bootstrap-style .label-danger[href]:hover,
.bootstrap-style .label-danger[href]:focus {
  background-color: #400600;
}
.bootstrap-style .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap-style .badge:empty {
  display: none;
}
.bootstrap-style .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-style .btn-xs .badge,
.bootstrap-style .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap-style a.badge:hover,
.bootstrap-style a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-style .list-group-item.active > .badge,
.bootstrap-style .nav-pills > .active > a > .badge {
  color: #3F6627;
  background-color: #fff;
}
.bootstrap-style .list-group-item > .badge {
  float: right;
}
.bootstrap-style .list-group-item > .bootstrap-style .badge + .badge {
  margin-right: 5px;
}
.bootstrap-style .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap-style .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.bootstrap-style .jumbotron h1,
.bootstrap-style .jumbotron .h1 {
  color: inherit;
}
.bootstrap-style .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-style .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.bootstrap-style .container .jumbotron,
.bootstrap-style .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-style .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-style .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .bootstrap-style .container .jumbotron,
  .bootstrap-style .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .bootstrap-style .jumbotron h1,
  .bootstrap-style .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-style .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #EAEDD5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  -o-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
}
.bootstrap-style .thumbnail > img,
.bootstrap-style .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-style a.thumbnail:hover,
.bootstrap-style a.thumbnail:focus,
.bootstrap-style a.thumbnail.active {
  border-color: #3F6627;
}
.bootstrap-style .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.bootstrap-style .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-style .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-style .alert .alert-link {
  font-weight: bold;
}
.bootstrap-style .alert > p,
.bootstrap-style .alert > ul {
  margin-bottom: 0;
}
.bootstrap-style .alert > p + p {
  margin-top: 5px;
}
.bootstrap-style .alert-dismissable,
.bootstrap-style .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-style .alert-dismissable .close,
.bootstrap-style .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-style .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.bootstrap-style .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-style .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-style .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.bootstrap-style .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-style .alert-info .alert-link {
  color: #245269;
}
.bootstrap-style .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.bootstrap-style .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-style .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-style .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.bootstrap-style .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-style .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-style .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-style .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3F6627;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.bootstrap-style .progress-striped .progress-bar,
.bootstrap-style .progress-bar-striped {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.bootstrap-style .progress.active .progress-bar,
.bootstrap-style .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-style .progress-bar-success {
  background-color: #007D11;
}
.bootstrap-style .progress-striped .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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-style .progress-bar-info {
  background-color: #00577D;
}
.bootstrap-style .progress-striped .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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-style .progress-bar-warning {
  background-color: #7D5E03;
}
.bootstrap-style .progress-striped .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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-style .progress-bar-danger {
  background-color: #730A00;
}
.bootstrap-style .progress-striped .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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-style .media {
  margin-top: 15px;
}
.bootstrap-style .media:first-child {
  margin-top: 0;
}
.bootstrap-style .media,
.bootstrap-style .media-body {
  zoom: 1;
  overflow: hidden;
}
.bootstrap-style .media-body {
  width: 10000px;
}
.bootstrap-style .media-object {
  display: block;
}
.bootstrap-style .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap-style .media-right,
.bootstrap-style .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-style .media-left,
.bootstrap-style .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-style .media-left,
.bootstrap-style .media-right,
.bootstrap-style .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-style .media-middle {
  vertical-align: middle;
}
.bootstrap-style .media-bottom {
  vertical-align: bottom;
}
.bootstrap-style .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-style .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-style .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.bootstrap-style .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-style .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap-style .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-style a.list-group-item,
.bootstrap-style button.list-group-item {
  color: #555;
}
.bootstrap-style a.list-group-item .list-group-item-heading,
.bootstrap-style button.list-group-item .list-group-item-heading {
  color: #333;
}
.bootstrap-style a.list-group-item:hover,
.bootstrap-style button.list-group-item:hover,
.bootstrap-style a.list-group-item:focus,
.bootstrap-style button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.bootstrap-style button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap-style .list-group-item.disabled,
.bootstrap-style .list-group-item.disabled:hover,
.bootstrap-style .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-style .list-group-item.disabled .list-group-item-heading,
.bootstrap-style .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-style .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-style .list-group-item.disabled .list-group-item-text,
.bootstrap-style .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-style .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.bootstrap-style .list-group-item.active,
.bootstrap-style .list-group-item.active:hover,
.bootstrap-style .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3F6627;
  border-color: #3F6627;
}
.bootstrap-style .list-group-item.active .list-group-item-heading,
.bootstrap-style .list-group-item.active:hover .list-group-item-heading,
.bootstrap-style .list-group-item.active:focus .list-group-item-heading,
.bootstrap-style .list-group-item.active .list-group-item-heading > small,
.bootstrap-style .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-style .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-style .list-group-item.active .list-group-item-heading > .small,
.bootstrap-style .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-style .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-style .list-group-item.active .list-group-item-text,
.bootstrap-style .list-group-item.active:hover .list-group-item-text,
.bootstrap-style .list-group-item.active:focus .list-group-item-text {
  color: #a4d188;
}
.bootstrap-style .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-style a.list-group-item-success,
.bootstrap-style button.list-group-item-success {
  color: #3c763d;
}
.bootstrap-style a.list-group-item-success .list-group-item-heading,
.bootstrap-style button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap-style a.list-group-item-success:hover,
.bootstrap-style button.list-group-item-success:hover,
.bootstrap-style a.list-group-item-success:focus,
.bootstrap-style button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.bootstrap-style a.list-group-item-success.active,
.bootstrap-style button.list-group-item-success.active,
.bootstrap-style a.list-group-item-success.active:hover,
.bootstrap-style button.list-group-item-success.active:hover,
.bootstrap-style a.list-group-item-success.active:focus,
.bootstrap-style button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-style .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.bootstrap-style a.list-group-item-info,
.bootstrap-style button.list-group-item-info {
  color: #31708f;
}
.bootstrap-style a.list-group-item-info .list-group-item-heading,
.bootstrap-style button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap-style a.list-group-item-info:hover,
.bootstrap-style button.list-group-item-info:hover,
.bootstrap-style a.list-group-item-info:focus,
.bootstrap-style button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.bootstrap-style a.list-group-item-info.active,
.bootstrap-style button.list-group-item-info.active,
.bootstrap-style a.list-group-item-info.active:hover,
.bootstrap-style button.list-group-item-info.active:hover,
.bootstrap-style a.list-group-item-info.active:focus,
.bootstrap-style button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-style .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-style a.list-group-item-warning,
.bootstrap-style button.list-group-item-warning {
  color: #8a6d3b;
}
.bootstrap-style a.list-group-item-warning .list-group-item-heading,
.bootstrap-style button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap-style a.list-group-item-warning:hover,
.bootstrap-style button.list-group-item-warning:hover,
.bootstrap-style a.list-group-item-warning:focus,
.bootstrap-style button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bootstrap-style a.list-group-item-warning.active,
.bootstrap-style button.list-group-item-warning.active,
.bootstrap-style a.list-group-item-warning.active:hover,
.bootstrap-style button.list-group-item-warning.active:hover,
.bootstrap-style a.list-group-item-warning.active:focus,
.bootstrap-style button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-style .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.bootstrap-style a.list-group-item-danger,
.bootstrap-style button.list-group-item-danger {
  color: #a94442;
}
.bootstrap-style a.list-group-item-danger .list-group-item-heading,
.bootstrap-style button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap-style a.list-group-item-danger:hover,
.bootstrap-style button.list-group-item-danger:hover,
.bootstrap-style a.list-group-item-danger:focus,
.bootstrap-style button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.bootstrap-style a.list-group-item-danger.active,
.bootstrap-style button.list-group-item-danger.active,
.bootstrap-style a.list-group-item-danger.active:hover,
.bootstrap-style button.list-group-item-danger.active:hover,
.bootstrap-style a.list-group-item-danger.active:focus,
.bootstrap-style button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-style .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-style .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-style .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-style .panel-body {
  padding: 15px;
}
.bootstrap-style .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-style .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-style .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-style .panel-title > a,
.bootstrap-style .panel-title > small,
.bootstrap-style .panel-title > .small,
.bootstrap-style .panel-title > small > a,
.bootstrap-style .panel-title > .small > a {
  color: inherit;
}
.bootstrap-style .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-style .panel > .list-group,
.bootstrap-style .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-style .panel > .list-group .list-group-item,
.bootstrap-style .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-style .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-style .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-style .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-style .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-style .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-style .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-style .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-style .panel > .table,
.bootstrap-style .panel > .table-responsive > .table,
.bootstrap-style .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-style .panel > .table caption,
.bootstrap-style .panel > .table-responsive > .table caption,
.bootstrap-style .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-style .panel > .table:first-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-style .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-style .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-style .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-style .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-style .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-style .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap-style .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-style .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-style .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-style .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-style .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap-style .panel > .table:last-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-style .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-style .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-style .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-style .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-style .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-style .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap-style .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-style .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-style .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-style .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-style .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap-style .panel > .panel-body + .table,
.bootstrap-style .panel > .panel-body + .table-responsive,
.bootstrap-style .panel > .table + .panel-body,
.bootstrap-style .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrap-style .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-style .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-style .panel > .table-bordered,
.bootstrap-style .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-style .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-style .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-style .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-style .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-style .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-style .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-style .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-style .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-style .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-style .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-style .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-style .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-style .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-style .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-style .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-style .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-style .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-style .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-style .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-style .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-style .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-style .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-style .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-style .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-style .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-style .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-style .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bootstrap-style .panel-group {
  margin-bottom: 20px;
}
.bootstrap-style .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap-style .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-style .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-style .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-style .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.bootstrap-style .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-style .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrap-style .panel-default {
  border-color: #ddd;
}
.bootstrap-style .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrap-style .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrap-style .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap-style .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrap-style .panel-primary {
  border-color: #3F6627;
}
.bootstrap-style .panel-primary > .panel-heading {
  color: #fff;
  background-color: #3F6627;
  border-color: #3F6627;
}
.bootstrap-style .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3F6627;
}
.bootstrap-style .panel-primary > .panel-heading .badge {
  color: #3F6627;
  background-color: #fff;
}
.bootstrap-style .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3F6627;
}
.bootstrap-style .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-style .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-style .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-style .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-style .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-style .panel-info {
  border-color: #bce8f1;
}
.bootstrap-style .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-style .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-style .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-style .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-style .panel-warning {
  border-color: #faebcc;
}
.bootstrap-style .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-style .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-style .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-style .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-style .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-style .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-style .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-style .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-style .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-style .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-style .embed-responsive .embed-responsive-item,
.bootstrap-style .embed-responsive iframe,
.bootstrap-style .embed-responsive embed,
.bootstrap-style .embed-responsive object,
.bootstrap-style .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.bootstrap-style .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-style .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-style .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-style .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-style .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap-style .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap-style .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.bootstrap-style .close:hover,
.bootstrap-style .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.bootstrap-style button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap-style .modal-open {
  overflow: hidden;
}
.bootstrap-style .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-style .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-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;
}
.bootstrap-style .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-style .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-style .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-style .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);
  -moz-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;
}
.bootstrap-style .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap-style .modal-backdrop.fade {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.bootstrap-style .modal-backdrop.in {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.bootstrap-style .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-style .modal-header .close {
  margin-top: -2px;
}
.bootstrap-style .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-style .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-style .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-style .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap-style .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-style .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-style .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-style .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-style .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-style .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-style .modal-lg {
    width: 900px;
  }
}
.bootstrap-style .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.bootstrap-style .tooltip.in {
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.bootstrap-style .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap-style .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap-style .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap-style .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap-style .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.bootstrap-style .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-style .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-style .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-style .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-style .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrap-style .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrap-style .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-style .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-style .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-style .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bootstrap-style .popover.top {
  margin-top: -10px;
}
.bootstrap-style .popover.right {
  margin-left: 10px;
}
.bootstrap-style .popover.bottom {
  margin-top: 10px;
}
.bootstrap-style .popover.left {
  margin-left: -10px;
}
.bootstrap-style .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap-style .popover-content {
  padding: 9px 14px;
}
.bootstrap-style .popover > .arrow,
.bootstrap-style .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-style .popover > .arrow {
  border-width: 11px;
}
.bootstrap-style .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap-style .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.bootstrap-style .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.bootstrap-style .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-style .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.bootstrap-style .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.bootstrap-style .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrap-style .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-style .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.bootstrap-style .carousel {
  position: relative;
}
.bootstrap-style .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bootstrap-style .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;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.bootstrap-style .carousel-inner > .item > img,
.bootstrap-style .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-style .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .bootstrap-style .carousel-inner > .item.next,
  .bootstrap-style .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap-style .carousel-inner > .item.prev,
  .bootstrap-style .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap-style .carousel-inner > .item.next.left,
  .bootstrap-style .carousel-inner > .item.prev.right,
  .bootstrap-style .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap-style .carousel-inner > .active,
.bootstrap-style .carousel-inner > .next,
.bootstrap-style .carousel-inner > .prev {
  display: block;
}
.bootstrap-style .carousel-inner > .active {
  left: 0;
}
.bootstrap-style .carousel-inner > .next,
.bootstrap-style .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-style .carousel-inner > .next {
  left: 100%;
}
.bootstrap-style .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-style .carousel-inner > .next.left,
.bootstrap-style .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-style .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-style .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-style .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap-style .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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);
}
.bootstrap-style .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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);
}
.bootstrap-style .carousel-control:hover,
.bootstrap-style .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.bootstrap-style .carousel-control .icon-prev,
.bootstrap-style .carousel-control .icon-next,
.bootstrap-style .carousel-control .glyphicon-chevron-left,
.bootstrap-style .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.bootstrap-style .carousel-control .icon-prev,
.bootstrap-style .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-style .carousel-control .icon-next,
.bootstrap-style .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-style .carousel-control .icon-prev,
.bootstrap-style .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.bootstrap-style .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap-style .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap-style .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;
}
.bootstrap-style .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: rgba(0, 0, 0, 0);
}
.bootstrap-style .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.bootstrap-style .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);
}
.bootstrap-style .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-style .carousel-control .glyphicon-chevron-left,
  .bootstrap-style .carousel-control .glyphicon-chevron-right,
  .bootstrap-style .carousel-control .icon-prev,
  .bootstrap-style .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap-style .carousel-control .glyphicon-chevron-left,
  .bootstrap-style .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap-style .carousel-control .glyphicon-chevron-right,
  .bootstrap-style .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap-style .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-style .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-style .clearfix:before,
.bootstrap-style .clearfix:after,
.bootstrap-style .vex.vex-theme-bootstrap .vex-modal-footer:before,
.bootstrap-style .vex.vex-theme-bootstrap .vex-modal-footer:after,
.bootstrap-style .bootstrap-style .dl-horizontal dd:before,
.bootstrap-style .bootstrap-style .dl-horizontal dd:after,
.bootstrap-style .bootstrap-style .container:before,
.bootstrap-style .bootstrap-style .container:after,
.bootstrap-style .bootstrap-style .container-fluid:before,
.bootstrap-style .bootstrap-style .container-fluid:after,
.bootstrap-style .bootstrap-style .row:before,
.bootstrap-style .bootstrap-style .row:after,
.bootstrap-style .bootstrap-style .form-horizontal .form-group:before,
.bootstrap-style .bootstrap-style .form-horizontal .form-group:after,
.bootstrap-style .bootstrap-style .btn-toolbar:before,
.bootstrap-style .bootstrap-style .btn-toolbar:after,
.bootstrap-style .bootstrap-style .btn-group-vertical > .btn-group:before,
.bootstrap-style .bootstrap-style .btn-group-vertical > .btn-group:after,
.bootstrap-style .bootstrap-style .nav:before,
.bootstrap-style .bootstrap-style .nav:after,
.bootstrap-style .bootstrap-style .navbar:before,
.bootstrap-style .bootstrap-style .navbar:after,
.bootstrap-style .bootstrap-style .navbar-header:before,
.bootstrap-style .bootstrap-style .navbar-header:after,
.bootstrap-style .bootstrap-style .navbar-collapse:before,
.bootstrap-style .bootstrap-style .navbar-collapse:after,
.bootstrap-style .bootstrap-style .pager:before,
.bootstrap-style .bootstrap-style .pager:after,
.bootstrap-style .bootstrap-style .panel-body:before,
.bootstrap-style .bootstrap-style .panel-body:after,
.bootstrap-style .bootstrap-style .modal-header:before,
.bootstrap-style .bootstrap-style .modal-header:after,
.bootstrap-style .bootstrap-style .modal-footer:before,
.bootstrap-style .bootstrap-style .modal-footer:after {
  content: " ";
  display: table;
}
.bootstrap-style .clearfix:after,
.bootstrap-style .vex.vex-theme-bootstrap .vex-modal-footer:after,
.bootstrap-style .bootstrap-style .dl-horizontal dd:after,
.bootstrap-style .bootstrap-style .container:after,
.bootstrap-style .bootstrap-style .container-fluid:after,
.bootstrap-style .bootstrap-style .row:after,
.bootstrap-style .bootstrap-style .form-horizontal .form-group:after,
.bootstrap-style .bootstrap-style .btn-toolbar:after,
.bootstrap-style .bootstrap-style .btn-group-vertical > .btn-group:after,
.bootstrap-style .bootstrap-style .nav:after,
.bootstrap-style .bootstrap-style .navbar:after,
.bootstrap-style .bootstrap-style .navbar-header:after,
.bootstrap-style .bootstrap-style .navbar-collapse:after,
.bootstrap-style .bootstrap-style .pager:after,
.bootstrap-style .bootstrap-style .panel-body:after,
.bootstrap-style .bootstrap-style .modal-header:after,
.bootstrap-style .bootstrap-style .modal-footer:after {
  clear: both;
}
.bootstrap-style .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-style .pull-right {
  float: right !important;
}
.bootstrap-style .pull-left {
  float: left !important;
}
.bootstrap-style .hide {
  display: none !important;
}
.bootstrap-style .show {
  display: block !important;
}
.bootstrap-style .invisible {
  visibility: hidden;
}
.bootstrap-style .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-style .hidden {
  display: none !important;
}
.bootstrap-style .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-style .visible-xs,
.bootstrap-style .visible-sm,
.bootstrap-style .visible-md,
.bootstrap-style .visible-lg {
  display: none !important;
}
.bootstrap-style .visible-xs-block,
.bootstrap-style .visible-xs-inline,
.bootstrap-style .visible-xs-inline-block,
.bootstrap-style .visible-sm-block,
.bootstrap-style .visible-sm-inline,
.bootstrap-style .visible-sm-inline-block,
.bootstrap-style .visible-md-block,
.bootstrap-style .visible-md-inline,
.bootstrap-style .visible-md-inline-block,
.bootstrap-style .visible-lg-block,
.bootstrap-style .visible-lg-inline,
.bootstrap-style .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-style .visible-xs {
    display: block !important;
  }
  .bootstrap-style table.visible-xs {
    display: table !important;
  }
  .bootstrap-style tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap-style th.visible-xs,
  .bootstrap-style td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-style .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-style .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-style .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-style .visible-sm {
    display: block !important;
  }
  .bootstrap-style table.visible-sm {
    display: table !important;
  }
  .bootstrap-style tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap-style th.visible-sm,
  .bootstrap-style td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-style .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-style .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-style .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-style .visible-md {
    display: block !important;
  }
  .bootstrap-style table.visible-md {
    display: table !important;
  }
  .bootstrap-style tr.visible-md {
    display: table-row !important;
  }
  .bootstrap-style th.visible-md,
  .bootstrap-style td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-style .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-style .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-style .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .visible-lg {
    display: block !important;
  }
  .bootstrap-style table.visible-lg {
    display: table !important;
  }
  .bootstrap-style tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap-style th.visible-lg,
  .bootstrap-style td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-style .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-style .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-style .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .hidden-lg {
    display: none !important;
  }
}
.bootstrap-style .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-style .visible-print {
    display: block !important;
  }
  .bootstrap-style table.visible-print {
    display: table !important;
  }
  .bootstrap-style tr.visible-print {
    display: table-row !important;
  }
  .bootstrap-style th.visible-print,
  .bootstrap-style td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap-style .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-style .visible-print-block {
    display: block !important;
  }
}
.bootstrap-style .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-style .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-style .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-style .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-style .hidden-print {
    display: none !important;
  }
}
.bootstrap-style .bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-style .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-style .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-style .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-style .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-style .bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-style .bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-style .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-style .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-style .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-style .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-style .bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-style .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-style .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-style .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td,
.bootstrap-style .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-style .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-style .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-style .bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-style .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-style .bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-style .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-style .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-style .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-style .bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-style .bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-style .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.old,
.bootstrap-style .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #3F6627;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.active,
.bootstrap-style .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3F6627;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-style .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td span.active {
  background-color: #3F6627;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-style .bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-style .bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-style .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-style .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-style .bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-style .bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.bootstrap-style .input-group.date .input-group-addon {
  cursor: pointer;
}
.bootstrap-style .bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -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;
  -webkit-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  -moz-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  -o-transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
  transition: all border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s ease-out;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-style .bootstrap-switch .bootstrap-switch-label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #3F6627;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #00577D;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #007D11;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #7D5E03;
  color: #fff;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #730A00;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}
.bootstrap-style .bootstrap-switch span::before {
  content: "\200b";
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-style .bootstrap-switch input[type='radio'],
.bootstrap-style .bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-style .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-style .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-style .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-style .bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-style .bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-style .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-style .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-style .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-style .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-style .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-style .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  -webkit-transition: all margin-left 0.5s ease-out;
  -moz-transition: all margin-left 0.5s ease-out;
  -o-transition: all margin-left 0.5s ease-out;
  transition: all margin-left 0.5s ease-out;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-focused {
  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);
  -moz-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-style .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-style .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-style .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-style .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-style .colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../img/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}
.bootstrap-style .colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.bootstrap-style .colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap-style .colorpicker-hue,
.bootstrap-style .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.bootstrap-style .colorpicker-hue i,
.bootstrap-style .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.bootstrap-style .colorpicker-hue {
  background-image: url("../img/bootstrap-colorpicker/hue.png");
}
.bootstrap-style .colorpicker-alpha {
  background-image: url("../img/bootstrap-colorpicker/alpha.png");
  display: none;
}
.bootstrap-style .colorpicker-saturation,
.bootstrap-style .colorpicker-hue,
.bootstrap-style .colorpicker-alpha {
  background-size: contain;
}
.bootstrap-style .colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.bootstrap-style .colorpicker:before,
.bootstrap-style .colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap-style .colorpicker:after {
  clear: both;
}
.bootstrap-style .colorpicker:before {
  content: '';
  display: inline-block;
  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;
}
.bootstrap-style .colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bootstrap-style .colorpicker div {
  position: relative;
}
.bootstrap-style .colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.bootstrap-style .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.bootstrap-style .colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../img/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}
.bootstrap-style .colorpicker-color div {
  height: 10px;
}
.bootstrap-style .colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.bootstrap-style .colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.bootstrap-style .colorpicker-selectors i + i {
  margin-left: 3px;
}
.bootstrap-style .colorpicker-element .input-group-addon i,
.bootstrap-style .colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.bootstrap-style .colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.bootstrap-style .colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-hue,
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-hue i,
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../img/bootstrap-colorpicker/hue-horizontal.png");
}
.bootstrap-style .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../img/bootstrap-colorpicker/alpha-horizontal.png");
}
.bootstrap-style .colorpicker-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-style .colorpicker-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-style .colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.bootstrap-style .colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.bootstrap-style .colorpicker.colorpicker-visible,
.bootstrap-style .colorpicker-alpha.colorpicker-visible,
.bootstrap-style .colorpicker-saturation.colorpicker-visible,
.bootstrap-style .colorpicker-hue.colorpicker-visible,
.bootstrap-style .colorpicker-selectors.colorpicker-visible {
  display: block;
}
.bootstrap-style .colorpicker.colorpicker-hidden,
.bootstrap-style .colorpicker-alpha.colorpicker-hidden,
.bootstrap-style .colorpicker-saturation.colorpicker-hidden,
.bootstrap-style .colorpicker-hue.colorpicker-hidden,
.bootstrap-style .colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.bootstrap-style .colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
@font-face {
  font-family: "summernote";
  src: url("font/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("font/summernote.eot?#iefix") format("embedded-opentype"), url("font/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("font/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.bootstrap-style [class^="note-icon-"]:before,
.bootstrap-style [class*=" note-icon-"]:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-style .note-icon-align-center:before {
  content: "\f101";
}
.bootstrap-style .note-icon-align-indent:before {
  content: "\f102";
}
.bootstrap-style .note-icon-align-justify:before {
  content: "\f103";
}
.bootstrap-style .note-icon-align-left:before {
  content: "\f104";
}
.bootstrap-style .note-icon-align-outdent:before {
  content: "\f105";
}
.bootstrap-style .note-icon-align-right:before {
  content: "\f106";
}
.bootstrap-style .note-icon-align:before {
  content: "\f107";
}
.bootstrap-style .note-icon-arrows-alt:before {
  content: "\f108";
}
.bootstrap-style .note-icon-bold:before {
  content: "\f109";
}
.bootstrap-style .note-icon-caret:before {
  content: "\f10a";
}
.bootstrap-style .note-icon-chain-broken:before {
  content: "\f10b";
}
.bootstrap-style .note-icon-circle:before {
  content: "\f10c";
}
.bootstrap-style .note-icon-close:before {
  content: "\f10d";
}
.bootstrap-style .note-icon-code:before {
  content: "\f10e";
}
.bootstrap-style .note-icon-eraser:before {
  content: "\f10f";
}
.bootstrap-style .note-icon-font:before {
  content: "\f110";
}
.bootstrap-style .note-icon-frame:before {
  content: "\f111";
}
.bootstrap-style .note-icon-italic:before {
  content: "\f112";
}
.bootstrap-style .note-icon-link:before {
  content: "\f113";
}
.bootstrap-style .note-icon-magic:before {
  content: "\f114";
}
.bootstrap-style .note-icon-menu-check:before {
  content: "\f115";
}
.bootstrap-style .note-icon-minus:before {
  content: "\f116";
}
.bootstrap-style .note-icon-orderedlist:before {
  content: "\f117";
}
.bootstrap-style .note-icon-pencil:before {
  content: "\f118";
}
.bootstrap-style .note-icon-picture:before {
  content: "\f119";
}
.bootstrap-style .note-icon-question:before {
  content: "\f11a";
}
.bootstrap-style .note-icon-redo:before {
  content: "\f11b";
}
.bootstrap-style .note-icon-special-character:before {
  content: "\f11c";
}
.bootstrap-style .note-icon-square:before {
  content: "\f11d";
}
.bootstrap-style .note-icon-strikethrough:before {
  content: "\f11e";
}
.bootstrap-style .note-icon-subscript:before {
  content: "\f11f";
}
.bootstrap-style .note-icon-summernote:before {
  content: "\f120";
}
.bootstrap-style .note-icon-superscript:before {
  content: "\f121";
}
.bootstrap-style .note-icon-table:before {
  content: "\f122";
}
.bootstrap-style .note-icon-text-height:before {
  content: "\f123";
}
.bootstrap-style .note-icon-trash:before {
  content: "\f124";
}
.bootstrap-style .note-icon-underline:before {
  content: "\f125";
}
.bootstrap-style .note-icon-undo:before {
  content: "\f126";
}
.bootstrap-style .note-icon-unorderedlist:before {
  content: "\f127";
}
.bootstrap-style .note-icon-video:before {
  content: "\f128";
}
.bootstrap-style .note-editor {
  position: relative;
  /* dropzone */
}
.bootstrap-style .note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
}
.bootstrap-style .note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.bootstrap-style .note-editor .note-dropzone.hover {
  color: #098ddf;
}
.bootstrap-style .note-editor.dragover .note-dropzone {
  display: table;
}
.bootstrap-style .note-editor .note-editing-area {
  position: relative;
}
.bootstrap-style .note-editor .note-editing-area .note-editable {
  outline: none;
}
.bootstrap-style .note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.bootstrap-style .note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.bootstrap-style .note-editor.note-frame {
  border: 1px solid #a9a9a9;
  /* codeview mode */
  /* fullscreen mode */
  /* statusbar */
}
.bootstrap-style .note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.bootstrap-style .note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.bootstrap-style .note-editor.note-frame .note-editing-area {
  overflow: hidden;
  /* editable */
  /* codeable */
}
.bootstrap-style .note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
  color: #000;
  padding: 10px;
  overflow: auto;
}
.bootstrap-style .note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.bootstrap-style .note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  /* override BS2 default style */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.bootstrap-style .note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
  /* bs3 modal-backdrop: 1030, bs2: 1040 */
}
.bootstrap-style .note-editor.note-frame.fullscreen .note-editable {
  background-color: white;
}
.bootstrap-style .note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.bootstrap-style .note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-style .note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 8px;
  width: 100%;
  cursor: ns-resize;
}
.bootstrap-style .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.bootstrap-style .note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.bootstrap-style .note-popover.popover {
  max-width: none;
}
.bootstrap-style .note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}
.bootstrap-style .note-popover.popover .arrow {
  left: 20px !important;
}
.bootstrap-style .note-popover .popover-content,
.bootstrap-style .panel-heading.note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}
.bootstrap-style .note-popover .popover-content > .btn-group,
.bootstrap-style .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.bootstrap-style .note-popover .popover-content .btn-group .note-table,
.bootstrap-style .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.bootstrap-style .note-popover .popover-content .btn-group .note-table .note-dimension-picker,
.bootstrap-style .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.bootstrap-style .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.bootstrap-style .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.bootstrap-style .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.bootstrap-style .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.bootstrap-style .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.bootstrap-style .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.bootstrap-style .note-popover .popover-content .note-style h1,
.bootstrap-style .panel-heading.note-toolbar .note-style h1,
.bootstrap-style .note-popover .popover-content .note-style h2,
.bootstrap-style .panel-heading.note-toolbar .note-style h2,
.bootstrap-style .note-popover .popover-content .note-style h3,
.bootstrap-style .panel-heading.note-toolbar .note-style h3,
.bootstrap-style .note-popover .popover-content .note-style h4,
.bootstrap-style .panel-heading.note-toolbar .note-style h4,
.bootstrap-style .note-popover .popover-content .note-style h5,
.bootstrap-style .panel-heading.note-toolbar .note-style h5,
.bootstrap-style .note-popover .popover-content .note-style h6,
.bootstrap-style .panel-heading.note-toolbar .note-style h6,
.bootstrap-style .note-popover .popover-content .note-style blockquote,
.bootstrap-style .panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-toggle,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-menu,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-menu .btn-group,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  margin: 3px;
  padding: 0 3px;
  width: 100%;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}
.bootstrap-style .note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.bootstrap-style .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.bootstrap-style .note-popover .popover-content .note-para .dropdown-menu,
.bootstrap-style .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.bootstrap-style .note-popover .popover-content .note-para .dropdown-menu > div:first-child,
.bootstrap-style .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.bootstrap-style .note-popover .popover-content .dropdown-menu,
.bootstrap-style .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}
.bootstrap-style .note-popover .popover-content .dropdown-menu.right,
.bootstrap-style .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.bootstrap-style .note-popover .popover-content .dropdown-menu.right::before,
.bootstrap-style .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.bootstrap-style .note-popover .popover-content .dropdown-menu.right::after,
.bootstrap-style .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.bootstrap-style .note-popover .popover-content .dropdown-menu.note-check li a i,
.bootstrap-style .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}
.bootstrap-style .note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.bootstrap-style .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.bootstrap-style .note-popover .popover-content .note-fontsize-10,
.bootstrap-style .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.bootstrap-style .note-popover .popover-content .note-color-palette,
.bootstrap-style .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}
.bootstrap-style .note-popover .popover-content .note-color-palette div .note-color-btn,
.bootstrap-style .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.bootstrap-style .note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.bootstrap-style .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.bootstrap-style .note-dialog > div {
  display: none;
  /* BS2's hide pacth. */
}
.bootstrap-style .note-dialog .form-group {
  /* overwrite BS's form-horizontal minus margins */
  margin-left: 0;
  margin-right: 0;
}
.bootstrap-style .note-dialog .note-modal-form {
  margin: 0;
  /* overwrite BS2's form margin bottom */
}
.bootstrap-style .note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}
@-moz-document url-prefix() {
  .bootstrap-style .note-dialog .note-image-input {
    height: auto;
  }
}
.bootstrap-style .note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}
.bootstrap-style .note-handle {
  /* control selection */
}
.bootstrap-style .note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.bootstrap-style .note-handle .note-control-selection > div {
  position: absolute;
}
.bootstrap-style .note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.bootstrap-style .note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.bootstrap-style .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.bootstrap-style .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}
.bootstrap-style .note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}
.bootstrap-style .note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
.bootstrap-style .note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
.bootstrap-style .note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.bootstrap-style .note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}
.bootstrap-style .note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.bootstrap-style .note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.bootstrap-style .note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}
.bootstrap-style .note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}
.bootstrap-style .note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.bootstrap-style .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}
.bootstrap-style blockquote {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bootstrap-style blockquote.danger {
  border-left-color: #730A00;
  color: #730A00;
}
.bootstrap-style blockquote.info {
  border-left-color: #00577D;
  color: #00577D;
}
.bootstrap-style blockquote.primary {
  border-left-color: #3F6627;
  color: #3F6627;
}
.bootstrap-style blockquote.success {
  border-left-color: #007D11;
  color: #007D11;
}
.bootstrap-style blockquote.warning {
  border-left-color: #7D5E03;
  color: #7D5E03;
}
.bootstrap-style blockquote.blockquote-sm {
  padding: 0 10px;
}
.bootstrap-style .bootstrap-switch .bootstrap-switch-label::before {
  content: "\200b";
}
.bootstrap-style textarea {
  resize: vertical;
}
.bootstrap-style table.table {
  background: #fff;
}
.bootstrap-style table.table table.table {
  background-color: #fff;
}
.bootstrap-style .breadcrumb > li.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.bootstrap-style .breadcrumb .dropdown-menu > li.disabled {
  clear: both;
  color: #ccc;
  cursor: not-allowed;
  font-weight: normal;
  line-height: 1.42857143;
  padding: 3px 20px;
  white-space: nowrap;
}
/*# sourceMappingURL=JobPro.VersaIT.css.map */