.formularhead2 {
  padding-left: 4px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.formularhead {
  padding-left: 4px;
  margin-bottom: 5px;
}
.formulargroup {
  margin-top: 10px;
}
.grenznachweiserrortext {
  color: #a94442;
}
.grenznachweiszweck {
  padding-top: 5px;
}
.grenznachweisrow {
  padding-left: 5px;
  padding-right: 5px;
}
.grenznachweisdiv {
  max-height: inherit;
  width: 500px;
}

/*
 * OverviewMap control styling.
 *
 * CONTRIBUTING.md §5 erlaubt nur Tailwind in `src/`. Hier ist eine bewusste
 * Ausnahme: Die Selektoren zielen auf DOM-Knoten, die OpenLayers selbst
 * injiziert (`.ol-overviewmap`, `.ol-overviewmap-map`, `.ol-overviewmap-box`).
 * Diese Klassen tauchen außerhalb des React-Baums auf, daher kann Tailwind
 * sie nicht mit Utility-Klassen am Element annotieren — globales CSS ist
 * der einzige Hebel. Datei liegt deshalb in `src/styles/` (globale Slots),
 * nicht direkt neben dem Feature.
 */

/* OL renders the OverviewMap into its default overlay container
   (ol-overlaycontainer-stopevent, position: absolute, 100%x100%).
   position: absolute; bottom/right: 0 therefore always anchors to the
   map viewport corner regardless of where the toggle button sits.

   OL ships its own .ol-overviewmap.ol-uncollapsible rule with `left: 0`.
   !important ensures the override wins regardless of source order or
   future OL CSS changes; OL's own rule has the same specificity. */
.ol-overviewmap.ol-custom-overviewmap.ol-uncollapsible {
    position: absolute !important;
    right: 0 !important;
    bottom: 3rem !important;
    left: auto !important;
    top: auto !important;
    margin: 0;
}

.ol-overviewmap.ol-custom-overviewmap .ol-overviewmap-map {
    border: none;
    width: 200px;
    height: 200px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.ol-overviewmap.ol-custom-overviewmap .ol-overviewmap-box {
    border: 2px solid #e10019;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Adapted to Masterportal Requirements (https://www.hamburg.de/geowerkstatt)
 */
.bootstrap-scope {
  /*! 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 */
}
.bootstrap-scope html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-scope body {
  margin: 0;
}
.bootstrap-scope article,
.bootstrap-scope aside,
.bootstrap-scope details,
.bootstrap-scope figcaption,
.bootstrap-scope figure,
.bootstrap-scope footer,
.bootstrap-scope header,
.bootstrap-scope hgroup,
.bootstrap-scope main,
.bootstrap-scope menu,
.bootstrap-scope nav,
.bootstrap-scope section,
.bootstrap-scope summary {
  display: block;
}
.bootstrap-scope audio,
.bootstrap-scope canvas,
.bootstrap-scope progress,
.bootstrap-scope video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-scope audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-scope [hidden],
.bootstrap-scope template {
  display: none;
}
.bootstrap-scope a {
  background-color: transparent;
}
.bootstrap-scope a:active,
.bootstrap-scope a:hover {
  outline: 0;
}
.bootstrap-scope abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.bootstrap-scope b,
.bootstrap-scope strong {
  font-weight: bold;
}
.bootstrap-scope dfn {
  font-style: italic;
}
.bootstrap-scope h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap-scope mark {
  background: #ff0;
  color: #000;
}
.bootstrap-scope small {
  font-size: 80%;
}
.bootstrap-scope sub,
.bootstrap-scope sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap-scope sup {
  top: -0.5em;
}
.bootstrap-scope sub {
  bottom: -0.25em;
}
.bootstrap-scope img {
  border: 0;
}
.bootstrap-scope svg:not(:root) {
  overflow: hidden;
}
.bootstrap-scope figure {
  margin: 1em 40px;
}
.bootstrap-scope hr {
  box-sizing: content-box;
  height: 0;
}
.bootstrap-scope pre {
  overflow: auto;
}
.bootstrap-scope code,
.bootstrap-scope kbd,
.bootstrap-scope pre,
.bootstrap-scope samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-scope button,
.bootstrap-scope input,
.bootstrap-scope optgroup,
.bootstrap-scope select,
.bootstrap-scope textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap-scope button {
  overflow: visible;
}
.bootstrap-scope button,
.bootstrap-scope select {
  text-transform: none;
}
.bootstrap-scope button,
.bootstrap-scope html input[type="button"],
.bootstrap-scope input[type="reset"],
.bootstrap-scope input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-scope button[disabled],
.bootstrap-scope html input[disabled] {
  cursor: default;
}
.bootstrap-scope button::-moz-focus-inner,
.bootstrap-scope input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap-scope input {
  line-height: normal;
}
.bootstrap-scope input[type="checkbox"],
.bootstrap-scope input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-scope input[type="number"]::-webkit-inner-spin-button,
.bootstrap-scope input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-scope input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.bootstrap-scope input[type="search"]::-webkit-search-cancel-button,
.bootstrap-scope input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-scope fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap-scope legend {
  border: 0;
  padding: 0;
}
.bootstrap-scope textarea {
  overflow: auto;
}
.bootstrap-scope optgroup {
  font-weight: bold;
}
.bootstrap-scope table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap-scope td,
.bootstrap-scope th {
  padding: 0;
}
@media print {
  .bootstrap-scope *,
  .bootstrap-scope *:before,
  .bootstrap-scope *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .bootstrap-scope a,
  .bootstrap-scope a:visited {
    text-decoration: underline;
  }
  .bootstrap-scope a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-scope abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-scope a[href^="#"]:after,
  .bootstrap-scope a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-scope pre,
  .bootstrap-scope blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-scope thead {
    display: table-header-group;
  }
  .bootstrap-scope tr,
  .bootstrap-scope img {
    page-break-inside: avoid;
  }
  .bootstrap-scope img {
    max-width: 100% !important;
  }
  .bootstrap-scope p,
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    page-break-after: avoid;
  }
  .bootstrap-scope .navbar {
    display: none;
  }
  .bootstrap-scope .btn > .caret,
  .bootstrap-scope .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-scope .label {
    border: 1px solid #000;
  }
  .bootstrap-scope .table {
    border-collapse: collapse !important;
  }
  .bootstrap-scope .table td,
  .bootstrap-scope .table th {
    background-color: #fff !important;
  }
  .bootstrap-scope .table-bordered th,
  .bootstrap-scope .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(..//css/fonts/glyphicons-halflings-regular..eot);
  src: url(..//css/fonts/glyphicons-halflings-regular..eot?#iefix) format("embedded-opentype"), url(..//css/fonts/glyphicons-halflings-regular..woff2) format("woff2"), url(..//css/fonts/glyphicons-halflings-regular..woff) format("woff"), url(..//css/fonts/glyphicons-halflings-regular..ttf) format("truetype"), url(..//css/fonts/glyphicons-halflings-regular..svg#glyphicons_halflingsregular) format("svg");
}
.bootstrap-scope .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-scope .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrap-scope .glyphicon-plus:before {
  content: "\002b";
}
.bootstrap-scope .glyphicon-euro:before,
.bootstrap-scope .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-scope .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-scope .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-scope .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-scope .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-scope .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-scope .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-scope .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-scope .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-scope .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-scope .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-scope .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-scope .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-scope .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-scope .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-scope .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-scope .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-scope .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-scope .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-scope .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-scope .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-scope .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-scope .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-scope .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-scope .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-scope .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-scope .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-scope .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-scope .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-scope .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-scope .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-scope .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-scope .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-scope .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-scope .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-scope .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-scope .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-scope .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-scope .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-scope .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-scope .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-scope .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-scope .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-scope .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-scope .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-scope .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-scope .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-scope .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-scope .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-scope .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-scope .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-scope .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-scope .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-scope .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-scope .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-scope .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-scope .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-scope .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-scope .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-scope .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-scope .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-scope .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-scope .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-scope .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-scope .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-scope .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-scope .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-scope .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-scope .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-scope .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-scope .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-scope .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-scope .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-scope .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-scope .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-scope .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-scope .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-scope .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-scope .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-scope .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-scope .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-scope .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-scope .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-scope .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-scope .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-scope .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-scope .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-scope .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-scope .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-scope .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-scope .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-scope .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-scope .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-scope .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-scope .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-scope .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-scope .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-scope .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-scope .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-scope .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-scope .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-scope .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-scope .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-scope .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-scope .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-scope .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-scope .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-scope .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-scope .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-scope .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-scope .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-scope .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-scope .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-scope .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-scope .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-scope .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-scope .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-scope .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-scope .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-scope .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-scope .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-scope .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-scope .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-scope .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-scope .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-scope .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-scope .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-scope .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-scope .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-scope .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-scope .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-scope .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-scope .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-scope .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-scope .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-scope .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-scope .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-scope .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-scope .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-scope .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-scope .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-scope .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-scope .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-scope .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-scope .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-scope .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-scope .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-scope .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-scope .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-scope .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-scope .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-scope .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-scope .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-scope .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-scope .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-scope .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-scope .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-scope .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-scope .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-scope .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-scope .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-scope .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-scope .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-scope .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-scope .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-scope .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-scope .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-scope .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-scope .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-scope .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-scope .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-scope .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-scope .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-scope .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-scope .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-scope .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-scope .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-scope .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-scope .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-scope .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-scope .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-scope .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-scope .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-scope .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-scope .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-scope .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-scope .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-scope .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-scope .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-scope .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-scope .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-scope .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-scope .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-scope .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-scope .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-scope .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-scope .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-scope .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-scope .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-scope .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-scope .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-scope .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-scope .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-scope .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-scope .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-scope .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-scope .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-scope .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-scope .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-scope .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-scope .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-scope .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-scope .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-scope .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-scope .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-scope .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-scope .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-scope .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-scope .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-scope .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-scope .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-scope .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-scope .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-scope .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-scope .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-scope .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-scope .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-scope .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-scope .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-scope .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-scope .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-scope .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-scope .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-scope .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-scope .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-scope .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-scope .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-scope .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-scope .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-scope .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-scope .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-scope .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-scope .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-scope .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-scope .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-scope .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-scope .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-scope .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-scope .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-scope .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-scope .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-scope .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-scope .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-scope .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-scope .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-scope .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-scope .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-scope .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-scope .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-scope .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-scope * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-scope *:before,
.bootstrap-scope *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-scope html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-scope body {
  font-family: MasterPortalFont, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.bootstrap-scope input,
.bootstrap-scope button,
.bootstrap-scope select,
.bootstrap-scope textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-scope a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap-scope a:hover,
.bootstrap-scope a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap-scope a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope figure {
  margin: 0;
}
.bootstrap-scope img {
  vertical-align: middle;
}
.bootstrap-scope .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-scope .img-rounded {
  border-radius: 0;
}
.bootstrap-scope .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap-scope .img-circle {
  border-radius: 50%;
}
.bootstrap-scope hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap-scope .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-scope .sr-only-focusable:active,
.bootstrap-scope .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-scope [role="button"] {
  cursor: pointer;
}
.bootstrap-scope h1,
.bootstrap-scope h2,
.bootstrap-scope h3,
.bootstrap-scope h4,
.bootstrap-scope h5,
.bootstrap-scope h6,
.bootstrap-scope .h1,
.bootstrap-scope .h2,
.bootstrap-scope .h3,
.bootstrap-scope .h4,
.bootstrap-scope .h5,
.bootstrap-scope .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-scope h1 small,
.bootstrap-scope h2 small,
.bootstrap-scope h3 small,
.bootstrap-scope h4 small,
.bootstrap-scope h5 small,
.bootstrap-scope h6 small,
.bootstrap-scope .h1 small,
.bootstrap-scope .h2 small,
.bootstrap-scope .h3 small,
.bootstrap-scope .h4 small,
.bootstrap-scope .h5 small,
.bootstrap-scope .h6 small,
.bootstrap-scope h1 .small,
.bootstrap-scope h2 .small,
.bootstrap-scope h3 .small,
.bootstrap-scope h4 .small,
.bootstrap-scope h5 .small,
.bootstrap-scope h6 .small,
.bootstrap-scope .h1 .small,
.bootstrap-scope .h2 .small,
.bootstrap-scope .h3 .small,
.bootstrap-scope .h4 .small,
.bootstrap-scope .h5 .small,
.bootstrap-scope .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.bootstrap-scope h1,
.bootstrap-scope .h1,
.bootstrap-scope h2,
.bootstrap-scope .h2,
.bootstrap-scope h3,
.bootstrap-scope .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-scope h1 small,
.bootstrap-scope .h1 small,
.bootstrap-scope h2 small,
.bootstrap-scope .h2 small,
.bootstrap-scope h3 small,
.bootstrap-scope .h3 small,
.bootstrap-scope h1 .small,
.bootstrap-scope .h1 .small,
.bootstrap-scope h2 .small,
.bootstrap-scope .h2 .small,
.bootstrap-scope h3 .small,
.bootstrap-scope .h3 .small {
  font-size: 65%;
}
.bootstrap-scope h4,
.bootstrap-scope .h4,
.bootstrap-scope h5,
.bootstrap-scope .h5,
.bootstrap-scope h6,
.bootstrap-scope .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope h4 small,
.bootstrap-scope .h4 small,
.bootstrap-scope h5 small,
.bootstrap-scope .h5 small,
.bootstrap-scope h6 small,
.bootstrap-scope .h6 small,
.bootstrap-scope h4 .small,
.bootstrap-scope .h4 .small,
.bootstrap-scope h5 .small,
.bootstrap-scope .h5 .small,
.bootstrap-scope h6 .small,
.bootstrap-scope .h6 .small {
  font-size: 75%;
}
.bootstrap-scope h1,
.bootstrap-scope .h1 {
  font-size: 36px;
}
.bootstrap-scope h2,
.bootstrap-scope .h2 {
  font-size: 30px;
}
.bootstrap-scope h3,
.bootstrap-scope .h3 {
  font-size: 24px;
}
.bootstrap-scope h4,
.bootstrap-scope .h4 {
  font-size: 18px;
}
.bootstrap-scope h5,
.bootstrap-scope .h5 {
  font-size: 14px;
}
.bootstrap-scope h6,
.bootstrap-scope .h6 {
  font-size: 12px;
}
.bootstrap-scope p {
  margin: 0 0 10px;
}
.bootstrap-scope .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-scope .lead {
    font-size: 21px;
  }
}
.bootstrap-scope small,
.bootstrap-scope .small {
  font-size: 85%;
}
.bootstrap-scope mark,
.bootstrap-scope .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-scope .text-left {
  text-align: left;
}
.bootstrap-scope .text-right {
  text-align: right;
}
.bootstrap-scope .text-center {
  text-align: center;
}
.bootstrap-scope .text-justify {
  text-align: justify;
}
.bootstrap-scope .text-nowrap {
  white-space: nowrap;
}
.bootstrap-scope .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-scope .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-scope .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-scope .text-muted {
  color: #777777;
}
.bootstrap-scope .text-primary {
  color: #337ab7;
}
a.bootstrap-scope .text-primary:hover,
a.bootstrap-scope .text-primary:focus {
  color: #286090;
}
.bootstrap-scope .text-success {
  color: #3c763d;
}
a.bootstrap-scope .text-success:hover,
a.bootstrap-scope .text-success:focus {
  color: #2b542c;
}
.bootstrap-scope .text-info {
  color: #31708f;
}
a.bootstrap-scope .text-info:hover,
a.bootstrap-scope .text-info:focus {
  color: #245269;
}
.bootstrap-scope .text-warning {
  color: #8a6d3b;
}
a.bootstrap-scope .text-warning:hover,
a.bootstrap-scope .text-warning:focus {
  color: #66512c;
}
.bootstrap-scope .text-danger {
  color: #a94442;
}
a.bootstrap-scope .text-danger:hover,
a.bootstrap-scope .text-danger:focus {
  color: #843534;
}
.bootstrap-scope .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bootstrap-scope .bg-primary:hover,
a.bootstrap-scope .bg-primary:focus {
  background-color: #286090;
}
.bootstrap-scope .bg-success {
  background-color: #dff0d8;
}
a.bootstrap-scope .bg-success:hover,
a.bootstrap-scope .bg-success:focus {
  background-color: #c1e2b3;
}
.bootstrap-scope .bg-info {
  background-color: #d9edf7;
}
a.bootstrap-scope .bg-info:hover,
a.bootstrap-scope .bg-info:focus {
  background-color: #afd9ee;
}
.bootstrap-scope .bg-warning {
  background-color: #fcf8e3;
}
a.bootstrap-scope .bg-warning:hover,
a.bootstrap-scope .bg-warning:focus {
  background-color: #f7ecb5;
}
.bootstrap-scope .bg-danger {
  background-color: #f2dede;
}
a.bootstrap-scope .bg-danger:hover,
a.bootstrap-scope .bg-danger:focus {
  background-color: #e4b9b9;
}
.bootstrap-scope .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap-scope ul,
.bootstrap-scope ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-scope ul ul,
.bootstrap-scope ol ul,
.bootstrap-scope ul ol,
.bootstrap-scope ol ol {
  margin-bottom: 0;
}
.bootstrap-scope .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap-scope .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-scope dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-scope dt,
.bootstrap-scope dd {
  line-height: 1.42857143;
}
.bootstrap-scope dt {
  font-weight: 700;
}
.bootstrap-scope dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-scope .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-scope .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-scope abbr[title],
.bootstrap-scope abbr[data-original-title] {
  cursor: help;
}
.bootstrap-scope .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-scope blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bootstrap-scope blockquote p:last-child,
.bootstrap-scope blockquote ul:last-child,
.bootstrap-scope blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-scope blockquote footer,
.bootstrap-scope blockquote small,
.bootstrap-scope blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.bootstrap-scope blockquote footer:before,
.bootstrap-scope blockquote small:before,
.bootstrap-scope blockquote .small:before {
  content: "\2014 \00A0";
}
.bootstrap-scope .blockquote-reverse,
.bootstrap-scope blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.bootstrap-scope .blockquote-reverse footer:before,
.bootstrap-scope blockquote.pull-right footer:before,
.bootstrap-scope .blockquote-reverse small:before,
.bootstrap-scope blockquote.pull-right small:before,
.bootstrap-scope .blockquote-reverse .small:before,
.bootstrap-scope blockquote.pull-right .small:before {
  content: "";
}
.bootstrap-scope .blockquote-reverse footer:after,
.bootstrap-scope blockquote.pull-right footer:after,
.bootstrap-scope .blockquote-reverse small:after,
.bootstrap-scope blockquote.pull-right small:after,
.bootstrap-scope .blockquote-reverse .small:after,
.bootstrap-scope blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
.bootstrap-scope address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-scope code,
.bootstrap-scope kbd,
.bootstrap-scope pre,
.bootstrap-scope samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-scope code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
.bootstrap-scope kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-scope kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.bootstrap-scope pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
.bootstrap-scope pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-scope .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-scope .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .container {
    width: 1170px;
  }
}
.bootstrap-scope .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-scope .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-scope .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .col-xs-1,
.bootstrap-scope .col-sm-1,
.bootstrap-scope .col-md-1,
.bootstrap-scope .col-lg-1,
.bootstrap-scope .col-xs-2,
.bootstrap-scope .col-sm-2,
.bootstrap-scope .col-md-2,
.bootstrap-scope .col-lg-2,
.bootstrap-scope .col-xs-3,
.bootstrap-scope .col-sm-3,
.bootstrap-scope .col-md-3,
.bootstrap-scope .col-lg-3,
.bootstrap-scope .col-xs-4,
.bootstrap-scope .col-sm-4,
.bootstrap-scope .col-md-4,
.bootstrap-scope .col-lg-4,
.bootstrap-scope .col-xs-5,
.bootstrap-scope .col-sm-5,
.bootstrap-scope .col-md-5,
.bootstrap-scope .col-lg-5,
.bootstrap-scope .col-xs-6,
.bootstrap-scope .col-sm-6,
.bootstrap-scope .col-md-6,
.bootstrap-scope .col-lg-6,
.bootstrap-scope .col-xs-7,
.bootstrap-scope .col-sm-7,
.bootstrap-scope .col-md-7,
.bootstrap-scope .col-lg-7,
.bootstrap-scope .col-xs-8,
.bootstrap-scope .col-sm-8,
.bootstrap-scope .col-md-8,
.bootstrap-scope .col-lg-8,
.bootstrap-scope .col-xs-9,
.bootstrap-scope .col-sm-9,
.bootstrap-scope .col-md-9,
.bootstrap-scope .col-lg-9,
.bootstrap-scope .col-xs-10,
.bootstrap-scope .col-sm-10,
.bootstrap-scope .col-md-10,
.bootstrap-scope .col-lg-10,
.bootstrap-scope .col-xs-11,
.bootstrap-scope .col-sm-11,
.bootstrap-scope .col-md-11,
.bootstrap-scope .col-lg-11,
.bootstrap-scope .col-xs-12,
.bootstrap-scope .col-sm-12,
.bootstrap-scope .col-md-12,
.bootstrap-scope .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-scope .col-xs-1,
.bootstrap-scope .col-xs-2,
.bootstrap-scope .col-xs-3,
.bootstrap-scope .col-xs-4,
.bootstrap-scope .col-xs-5,
.bootstrap-scope .col-xs-6,
.bootstrap-scope .col-xs-7,
.bootstrap-scope .col-xs-8,
.bootstrap-scope .col-xs-9,
.bootstrap-scope .col-xs-10,
.bootstrap-scope .col-xs-11,
.bootstrap-scope .col-xs-12 {
  float: left;
}
.bootstrap-scope .col-xs-12 {
  width: 100%;
}
.bootstrap-scope .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-scope .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-scope .col-xs-9 {
  width: 75%;
}
.bootstrap-scope .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-scope .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-scope .col-xs-6 {
  width: 50%;
}
.bootstrap-scope .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-scope .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-scope .col-xs-3 {
  width: 25%;
}
.bootstrap-scope .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-scope .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-scope .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-scope .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-scope .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-scope .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-scope .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-scope .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-scope .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-scope .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-scope .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-scope .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-scope .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-scope .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-scope .col-xs-pull-0 {
  right: auto;
}
.bootstrap-scope .col-xs-push-12 {
  left: 100%;
}
.bootstrap-scope .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-scope .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-scope .col-xs-push-9 {
  left: 75%;
}
.bootstrap-scope .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-scope .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-scope .col-xs-push-6 {
  left: 50%;
}
.bootstrap-scope .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-scope .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-scope .col-xs-push-3 {
  left: 25%;
}
.bootstrap-scope .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-scope .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-scope .col-xs-push-0 {
  left: auto;
}
.bootstrap-scope .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-scope .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-scope .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-scope .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-scope .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-scope .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-scope .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-scope .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-scope .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-scope .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-scope .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-scope .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-scope .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-scope .col-sm-1,
  .bootstrap-scope .col-sm-2,
  .bootstrap-scope .col-sm-3,
  .bootstrap-scope .col-sm-4,
  .bootstrap-scope .col-sm-5,
  .bootstrap-scope .col-sm-6,
  .bootstrap-scope .col-sm-7,
  .bootstrap-scope .col-sm-8,
  .bootstrap-scope .col-sm-9,
  .bootstrap-scope .col-sm-10,
  .bootstrap-scope .col-sm-11,
  .bootstrap-scope .col-sm-12 {
    float: left;
  }
  .bootstrap-scope .col-sm-12 {
    width: 100%;
  }
  .bootstrap-scope .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-sm-9 {
    width: 75%;
  }
  .bootstrap-scope .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-sm-6 {
    width: 50%;
  }
  .bootstrap-scope .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-sm-3 {
    width: 25%;
  }
  .bootstrap-scope .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .col-md-1,
  .bootstrap-scope .col-md-2,
  .bootstrap-scope .col-md-3,
  .bootstrap-scope .col-md-4,
  .bootstrap-scope .col-md-5,
  .bootstrap-scope .col-md-6,
  .bootstrap-scope .col-md-7,
  .bootstrap-scope .col-md-8,
  .bootstrap-scope .col-md-9,
  .bootstrap-scope .col-md-10,
  .bootstrap-scope .col-md-11,
  .bootstrap-scope .col-md-12 {
    float: left;
  }
  .bootstrap-scope .col-md-12 {
    width: 100%;
  }
  .bootstrap-scope .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-md-9 {
    width: 75%;
  }
  .bootstrap-scope .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-md-6 {
    width: 50%;
  }
  .bootstrap-scope .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-md-3 {
    width: 25%;
  }
  .bootstrap-scope .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-md-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .col-lg-1,
  .bootstrap-scope .col-lg-2,
  .bootstrap-scope .col-lg-3,
  .bootstrap-scope .col-lg-4,
  .bootstrap-scope .col-lg-5,
  .bootstrap-scope .col-lg-6,
  .bootstrap-scope .col-lg-7,
  .bootstrap-scope .col-lg-8,
  .bootstrap-scope .col-lg-9,
  .bootstrap-scope .col-lg-10,
  .bootstrap-scope .col-lg-11,
  .bootstrap-scope .col-lg-12 {
    float: left;
  }
  .bootstrap-scope .col-lg-12 {
    width: 100%;
  }
  .bootstrap-scope .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-lg-9 {
    width: 75%;
  }
  .bootstrap-scope .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-lg-6 {
    width: 50%;
  }
  .bootstrap-scope .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-lg-3 {
    width: 25%;
  }
  .bootstrap-scope .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-scope table {
  background-color: transparent;
}
.bootstrap-scope table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.bootstrap-scope table td[class*="col-"],
.bootstrap-scope table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.bootstrap-scope caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap-scope th {
  text-align: left;
}
.bootstrap-scope .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-scope .table > thead > tr > th,
.bootstrap-scope .table > tbody > tr > th,
.bootstrap-scope .table > tfoot > tr > th,
.bootstrap-scope .table > thead > tr > td,
.bootstrap-scope .table > tbody > tr > td,
.bootstrap-scope .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrap-scope .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bootstrap-scope .table > caption + thead > tr:first-child > th,
.bootstrap-scope .table > colgroup + thead > tr:first-child > th,
.bootstrap-scope .table > thead:first-child > tr:first-child > th,
.bootstrap-scope .table > caption + thead > tr:first-child > td,
.bootstrap-scope .table > colgroup + thead > tr:first-child > td,
.bootstrap-scope .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-scope .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap-scope .table .table {
  background-color: #fff;
}
.bootstrap-scope .table-condensed > thead > tr > th,
.bootstrap-scope .table-condensed > tbody > tr > th,
.bootstrap-scope .table-condensed > tfoot > tr > th,
.bootstrap-scope .table-condensed > thead > tr > td,
.bootstrap-scope .table-condensed > tbody > tr > td,
.bootstrap-scope .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-scope .table-bordered {
  border: 1px solid #ddd;
}
.bootstrap-scope .table-bordered > thead > tr > th,
.bootstrap-scope .table-bordered > tbody > tr > th,
.bootstrap-scope .table-bordered > tfoot > tr > th,
.bootstrap-scope .table-bordered > thead > tr > td,
.bootstrap-scope .table-bordered > tbody > tr > td,
.bootstrap-scope .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.bootstrap-scope .table-bordered > thead > tr > th,
.bootstrap-scope .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-scope .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-scope .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-scope .table > thead > tr > td.active,
.bootstrap-scope .table > tbody > tr > td.active,
.bootstrap-scope .table > tfoot > tr > td.active,
.bootstrap-scope .table > thead > tr > th.active,
.bootstrap-scope .table > tbody > tr > th.active,
.bootstrap-scope .table > tfoot > tr > th.active,
.bootstrap-scope .table > thead > tr.active > td,
.bootstrap-scope .table > tbody > tr.active > td,
.bootstrap-scope .table > tfoot > tr.active > td,
.bootstrap-scope .table > thead > tr.active > th,
.bootstrap-scope .table > tbody > tr.active > th,
.bootstrap-scope .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-scope .table-hover > tbody > tr > td.active:hover,
.bootstrap-scope .table-hover > tbody > tr > th.active:hover,
.bootstrap-scope .table-hover > tbody > tr.active:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .active,
.bootstrap-scope .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-scope .table > thead > tr > td.success,
.bootstrap-scope .table > tbody > tr > td.success,
.bootstrap-scope .table > tfoot > tr > td.success,
.bootstrap-scope .table > thead > tr > th.success,
.bootstrap-scope .table > tbody > tr > th.success,
.bootstrap-scope .table > tfoot > tr > th.success,
.bootstrap-scope .table > thead > tr.success > td,
.bootstrap-scope .table > tbody > tr.success > td,
.bootstrap-scope .table > tfoot > tr.success > td,
.bootstrap-scope .table > thead > tr.success > th,
.bootstrap-scope .table > tbody > tr.success > th,
.bootstrap-scope .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-scope .table-hover > tbody > tr > td.success:hover,
.bootstrap-scope .table-hover > tbody > tr > th.success:hover,
.bootstrap-scope .table-hover > tbody > tr.success:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .success,
.bootstrap-scope .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-scope .table > thead > tr > td.info,
.bootstrap-scope .table > tbody > tr > td.info,
.bootstrap-scope .table > tfoot > tr > td.info,
.bootstrap-scope .table > thead > tr > th.info,
.bootstrap-scope .table > tbody > tr > th.info,
.bootstrap-scope .table > tfoot > tr > th.info,
.bootstrap-scope .table > thead > tr.info > td,
.bootstrap-scope .table > tbody > tr.info > td,
.bootstrap-scope .table > tfoot > tr.info > td,
.bootstrap-scope .table > thead > tr.info > th,
.bootstrap-scope .table > tbody > tr.info > th,
.bootstrap-scope .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-scope .table-hover > tbody > tr > td.info:hover,
.bootstrap-scope .table-hover > tbody > tr > th.info:hover,
.bootstrap-scope .table-hover > tbody > tr.info:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .info,
.bootstrap-scope .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-scope .table > thead > tr > td.warning,
.bootstrap-scope .table > tbody > tr > td.warning,
.bootstrap-scope .table > tfoot > tr > td.warning,
.bootstrap-scope .table > thead > tr > th.warning,
.bootstrap-scope .table > tbody > tr > th.warning,
.bootstrap-scope .table > tfoot > tr > th.warning,
.bootstrap-scope .table > thead > tr.warning > td,
.bootstrap-scope .table > tbody > tr.warning > td,
.bootstrap-scope .table > tfoot > tr.warning > td,
.bootstrap-scope .table > thead > tr.warning > th,
.bootstrap-scope .table > tbody > tr.warning > th,
.bootstrap-scope .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-scope .table-hover > tbody > tr > td.warning:hover,
.bootstrap-scope .table-hover > tbody > tr > th.warning:hover,
.bootstrap-scope .table-hover > tbody > tr.warning:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .warning,
.bootstrap-scope .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-scope .table > thead > tr > td.danger,
.bootstrap-scope .table > tbody > tr > td.danger,
.bootstrap-scope .table > tfoot > tr > td.danger,
.bootstrap-scope .table > thead > tr > th.danger,
.bootstrap-scope .table > tbody > tr > th.danger,
.bootstrap-scope .table > tfoot > tr > th.danger,
.bootstrap-scope .table > thead > tr.danger > td,
.bootstrap-scope .table > tbody > tr.danger > td,
.bootstrap-scope .table > tfoot > tr.danger > td,
.bootstrap-scope .table > thead > tr.danger > th,
.bootstrap-scope .table > tbody > tr.danger > th,
.bootstrap-scope .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-scope .table-hover > tbody > tr > td.danger:hover,
.bootstrap-scope .table-hover > tbody > tr > th.danger:hover,
.bootstrap-scope .table-hover > tbody > tr.danger:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .danger,
.bootstrap-scope .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-scope .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bootstrap-scope .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .bootstrap-scope .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-scope .table-responsive > .table > thead > tr > th,
  .bootstrap-scope .table-responsive > .table > tbody > tr > th,
  .bootstrap-scope .table-responsive > .table > tfoot > tr > th,
  .bootstrap-scope .table-responsive > .table > thead > tr > td,
  .bootstrap-scope .table-responsive > .table > tbody > tr > td,
  .bootstrap-scope .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-scope .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-scope fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-scope 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-scope label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.bootstrap-scope input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap-scope input[type="radio"],
.bootstrap-scope input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-scope input[type="radio"][disabled],
.bootstrap-scope input[type="checkbox"][disabled],
.bootstrap-scope input[type="radio"].disabled,
.bootstrap-scope input[type="checkbox"].disabled,
fieldset[disabled] .bootstrap-scope input[type="radio"],
fieldset[disabled] .bootstrap-scope input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-scope input[type="file"] {
  display: block;
}
.bootstrap-scope input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-scope select[multiple],
.bootstrap-scope select[size] {
  height: auto;
}
.bootstrap-scope input[type="file"]:focus,
.bootstrap-scope input[type="radio"]:focus,
.bootstrap-scope input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bootstrap-scope .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: 0;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-scope .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-scope .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-scope .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrap-scope .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-scope .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .form-control[disabled],
.bootstrap-scope .form-control[readonly],
fieldset[disabled] .bootstrap-scope .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap-scope .form-control[disabled],
fieldset[disabled] .bootstrap-scope .form-control {
  cursor: not-allowed;
}
textarea.bootstrap-scope .form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-scope input[type="date"].form-control,
  .bootstrap-scope input[type="time"].form-control,
  .bootstrap-scope input[type="datetime-local"].form-control,
  .bootstrap-scope input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap-scope input[type="date"].input-sm,
  .bootstrap-scope input[type="time"].input-sm,
  .bootstrap-scope input[type="datetime-local"].input-sm,
  .bootstrap-scope input[type="month"].input-sm,
  .input-group-sm .bootstrap-scope input[type="date"],
  .input-group-sm .bootstrap-scope input[type="time"],
  .input-group-sm .bootstrap-scope input[type="datetime-local"],
  .input-group-sm .bootstrap-scope input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-scope input[type="date"].input-lg,
  .bootstrap-scope input[type="time"].input-lg,
  .bootstrap-scope input[type="datetime-local"].input-lg,
  .bootstrap-scope input[type="month"].input-lg,
  .input-group-lg .bootstrap-scope input[type="date"],
  .input-group-lg .bootstrap-scope input[type="time"],
  .input-group-lg .bootstrap-scope input[type="datetime-local"],
  .input-group-lg .bootstrap-scope input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-scope .form-group {
  margin-bottom: 15px;
}
.bootstrap-scope .radio,
.bootstrap-scope .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope .radio.disabled label,
.bootstrap-scope .checkbox.disabled label,
fieldset[disabled] .bootstrap-scope .radio label,
fieldset[disabled] .bootstrap-scope .checkbox label {
  cursor: not-allowed;
}
.bootstrap-scope .radio label,
.bootstrap-scope .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.bootstrap-scope .radio input[type="radio"],
.bootstrap-scope .radio-inline input[type="radio"],
.bootstrap-scope .checkbox input[type="checkbox"],
.bootstrap-scope .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.bootstrap-scope .radio + .radio,
.bootstrap-scope .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-scope .radio-inline,
.bootstrap-scope .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.bootstrap-scope .radio-inline.disabled,
.bootstrap-scope .checkbox-inline.disabled,
fieldset[disabled] .bootstrap-scope .radio-inline,
fieldset[disabled] .bootstrap-scope .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-scope .radio-inline + .radio-inline,
.bootstrap-scope .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-scope .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrap-scope .form-control-static.input-lg,
.bootstrap-scope .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.bootstrap-scope .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.bootstrap-scope .input-sm,
select[multiple].bootstrap-scope .input-sm {
  height: auto;
}
.bootstrap-scope .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.bootstrap-scope .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope .form-group-sm textarea.form-control,
.bootstrap-scope .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap-scope .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-scope .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.bootstrap-scope .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.bootstrap-scope .input-lg,
select[multiple].bootstrap-scope .input-lg {
  height: auto;
}
.bootstrap-scope .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.bootstrap-scope .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope .form-group-lg textarea.form-control,
.bootstrap-scope .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap-scope .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-scope .has-feedback {
  position: relative;
}
.bootstrap-scope .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-scope .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-scope .input-lg + .form-control-feedback,
.bootstrap-scope .input-group-lg + .form-control-feedback,
.bootstrap-scope .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope .input-sm + .form-control-feedback,
.bootstrap-scope .input-group-sm + .form-control-feedback,
.bootstrap-scope .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope .has-success .help-block,
.bootstrap-scope .has-success .control-label,
.bootstrap-scope .has-success .radio,
.bootstrap-scope .has-success .checkbox,
.bootstrap-scope .has-success .radio-inline,
.bootstrap-scope .has-success .checkbox-inline,
.bootstrap-scope .has-success.radio label,
.bootstrap-scope .has-success.checkbox label,
.bootstrap-scope .has-success.radio-inline label,
.bootstrap-scope .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-scope .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-scope .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.bootstrap-scope .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-scope .has-warning .help-block,
.bootstrap-scope .has-warning .control-label,
.bootstrap-scope .has-warning .radio,
.bootstrap-scope .has-warning .checkbox,
.bootstrap-scope .has-warning .radio-inline,
.bootstrap-scope .has-warning .checkbox-inline,
.bootstrap-scope .has-warning.radio label,
.bootstrap-scope .has-warning.checkbox label,
.bootstrap-scope .has-warning.radio-inline label,
.bootstrap-scope .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-scope .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-scope .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.bootstrap-scope .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-scope .has-error .help-block,
.bootstrap-scope .has-error .control-label,
.bootstrap-scope .has-error .radio,
.bootstrap-scope .has-error .checkbox,
.bootstrap-scope .has-error .radio-inline,
.bootstrap-scope .has-error .checkbox-inline,
.bootstrap-scope .has-error.radio label,
.bootstrap-scope .has-error.checkbox label,
.bootstrap-scope .has-error.radio-inline label,
.bootstrap-scope .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-scope .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-scope .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.bootstrap-scope .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-scope .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-scope .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-scope .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-scope .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .input-group .input-group-addon,
  .bootstrap-scope .form-inline .input-group .input-group-btn,
  .bootstrap-scope .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-scope .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-scope .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .radio,
  .bootstrap-scope .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .radio label,
  .bootstrap-scope .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-scope .form-inline .radio input[type="radio"],
  .bootstrap-scope .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-scope .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-scope .form-horizontal .radio,
.bootstrap-scope .form-horizontal .checkbox,
.bootstrap-scope .form-horizontal .radio-inline,
.bootstrap-scope .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-scope .form-horizontal .radio,
.bootstrap-scope .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-scope .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.bootstrap-scope .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap-scope .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-scope .btn:focus,
.bootstrap-scope .btn:active:focus,
.bootstrap-scope .btn.active:focus,
.bootstrap-scope .btn.focus,
.bootstrap-scope .btn:active.focus,
.bootstrap-scope .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope .btn:hover,
.bootstrap-scope .btn:focus,
.bootstrap-scope .btn.focus {
  color: #333;
  text-decoration: none;
}
.bootstrap-scope .btn:active,
.bootstrap-scope .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-scope .btn.disabled,
.bootstrap-scope .btn[disabled],
fieldset[disabled] .bootstrap-scope .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.bootstrap-scope .btn.disabled,
fieldset[disabled] a.bootstrap-scope .btn {
  pointer-events: none;
}
.bootstrap-scope .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-scope .btn-default:focus,
.bootstrap-scope .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap-scope .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-scope .btn-default:active,
.bootstrap-scope .btn-default.active,
.open > .dropdown-toggle.bootstrap-scope .btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.bootstrap-scope .btn-default:active:hover,
.bootstrap-scope .btn-default.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-default:hover,
.bootstrap-scope .btn-default:active:focus,
.bootstrap-scope .btn-default.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-default:focus,
.bootstrap-scope .btn-default:active.focus,
.bootstrap-scope .btn-default.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap-scope .btn-default.disabled:hover,
.bootstrap-scope .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-default:hover,
.bootstrap-scope .btn-default.disabled:focus,
.bootstrap-scope .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-default:focus,
.bootstrap-scope .btn-default.disabled.focus,
.bootstrap-scope .btn-default[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-scope .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.bootstrap-scope .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-scope .btn-primary:focus,
.bootstrap-scope .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-scope .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-scope .btn-primary:active,
.bootstrap-scope .btn-primary.active,
.open > .dropdown-toggle.bootstrap-scope .btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.bootstrap-scope .btn-primary:active:hover,
.bootstrap-scope .btn-primary.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-primary:hover,
.bootstrap-scope .btn-primary:active:focus,
.bootstrap-scope .btn-primary.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-primary:focus,
.bootstrap-scope .btn-primary:active.focus,
.bootstrap-scope .btn-primary.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-scope .btn-primary.disabled:hover,
.bootstrap-scope .btn-primary[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-primary:hover,
.bootstrap-scope .btn-primary.disabled:focus,
.bootstrap-scope .btn-primary[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-primary:focus,
.bootstrap-scope .btn-primary.disabled.focus,
.bootstrap-scope .btn-primary[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-scope .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-scope .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-scope .btn-success:focus,
.bootstrap-scope .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrap-scope .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-scope .btn-success:active,
.bootstrap-scope .btn-success.active,
.open > .dropdown-toggle.bootstrap-scope .btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.bootstrap-scope .btn-success:active:hover,
.bootstrap-scope .btn-success.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-success:hover,
.bootstrap-scope .btn-success:active:focus,
.bootstrap-scope .btn-success.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-success:focus,
.bootstrap-scope .btn-success:active.focus,
.bootstrap-scope .btn-success.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrap-scope .btn-success.disabled:hover,
.bootstrap-scope .btn-success[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-success:hover,
.bootstrap-scope .btn-success.disabled:focus,
.bootstrap-scope .btn-success[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-success:focus,
.bootstrap-scope .btn-success.disabled.focus,
.bootstrap-scope .btn-success[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-scope .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.bootstrap-scope .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-scope .btn-info:focus,
.bootstrap-scope .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrap-scope .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-scope .btn-info:active,
.bootstrap-scope .btn-info.active,
.open > .dropdown-toggle.bootstrap-scope .btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.bootstrap-scope .btn-info:active:hover,
.bootstrap-scope .btn-info.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-info:hover,
.bootstrap-scope .btn-info:active:focus,
.bootstrap-scope .btn-info.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-info:focus,
.bootstrap-scope .btn-info:active.focus,
.bootstrap-scope .btn-info.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrap-scope .btn-info.disabled:hover,
.bootstrap-scope .btn-info[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-info:hover,
.bootstrap-scope .btn-info.disabled:focus,
.bootstrap-scope .btn-info[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-info:focus,
.bootstrap-scope .btn-info.disabled.focus,
.bootstrap-scope .btn-info[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-scope .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.bootstrap-scope .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-scope .btn-warning:focus,
.bootstrap-scope .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrap-scope .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-scope .btn-warning:active,
.bootstrap-scope .btn-warning.active,
.open > .dropdown-toggle.bootstrap-scope .btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.bootstrap-scope .btn-warning:active:hover,
.bootstrap-scope .btn-warning.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-warning:hover,
.bootstrap-scope .btn-warning:active:focus,
.bootstrap-scope .btn-warning.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-warning:focus,
.bootstrap-scope .btn-warning:active.focus,
.bootstrap-scope .btn-warning.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrap-scope .btn-warning.disabled:hover,
.bootstrap-scope .btn-warning[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-warning:hover,
.bootstrap-scope .btn-warning.disabled:focus,
.bootstrap-scope .btn-warning[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-warning:focus,
.bootstrap-scope .btn-warning.disabled.focus,
.bootstrap-scope .btn-warning[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-scope .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.bootstrap-scope .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-scope .btn-danger:focus,
.bootstrap-scope .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrap-scope .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-scope .btn-danger:active,
.bootstrap-scope .btn-danger.active,
.open > .dropdown-toggle.bootstrap-scope .btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.bootstrap-scope .btn-danger:active:hover,
.bootstrap-scope .btn-danger.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-danger:hover,
.bootstrap-scope .btn-danger:active:focus,
.bootstrap-scope .btn-danger.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-danger:focus,
.bootstrap-scope .btn-danger:active.focus,
.bootstrap-scope .btn-danger.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrap-scope .btn-danger.disabled:hover,
.bootstrap-scope .btn-danger[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-danger:hover,
.bootstrap-scope .btn-danger.disabled:focus,
.bootstrap-scope .btn-danger[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-danger:focus,
.bootstrap-scope .btn-danger.disabled.focus,
.bootstrap-scope .btn-danger[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-scope .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.bootstrap-scope .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.bootstrap-scope .btn-link,
.bootstrap-scope .btn-link:active,
.bootstrap-scope .btn-link.active,
.bootstrap-scope .btn-link[disabled],
fieldset[disabled] .bootstrap-scope .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-scope .btn-link,
.bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link:focus,
.bootstrap-scope .btn-link:active {
  border-color: transparent;
}
.bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-scope .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap-scope .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.bootstrap-scope .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.bootstrap-scope .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.bootstrap-scope .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-scope .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-scope input[type="submit"].btn-block,
.bootstrap-scope input[type="reset"].btn-block,
.bootstrap-scope input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-scope .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap-scope .fade.in {
  opacity: 1;
}
.bootstrap-scope .collapse {
  display: none;
}
.bootstrap-scope .collapse.in {
  display: block;
}
tr.bootstrap-scope .collapse.in {
  display: table-row;
}
tbody.bootstrap-scope .collapse.in {
  display: table-row-group;
}
.bootstrap-scope .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap-scope .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-scope .dropup,
.bootstrap-scope .dropdown {
  position: relative;
}
.bootstrap-scope .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-scope .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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bootstrap-scope .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-scope .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bootstrap-scope .dropdown-menu > li > a:hover,
.bootstrap-scope .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-scope .dropdown-menu > .active > a,
.bootstrap-scope .dropdown-menu > .active > a:hover,
.bootstrap-scope .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.bootstrap-scope .dropdown-menu > .disabled > a,
.bootstrap-scope .dropdown-menu > .disabled > a:hover,
.bootstrap-scope .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap-scope .dropdown-menu > .disabled > a:hover,
.bootstrap-scope .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-scope .open > .dropdown-menu {
  display: block;
}
.bootstrap-scope .open > a {
  outline: 0;
}
.bootstrap-scope .dropdown-menu-right {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-scope .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.bootstrap-scope .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.bootstrap-scope .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropup .caret,
.bootstrap-scope .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.bootstrap-scope .dropup .dropdown-menu,
.bootstrap-scope .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .bootstrap-scope .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.bootstrap-scope .btn-group,
.bootstrap-scope .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-scope .btn-group > .btn,
.bootstrap-scope .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-scope .btn-group > .btn:hover,
.bootstrap-scope .btn-group-vertical > .btn:hover,
.bootstrap-scope .btn-group > .btn:focus,
.bootstrap-scope .btn-group-vertical > .btn:focus,
.bootstrap-scope .btn-group > .btn:active,
.bootstrap-scope .btn-group-vertical > .btn:active,
.bootstrap-scope .btn-group > .btn.active,
.bootstrap-scope .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-scope .btn-group .btn + .btn,
.bootstrap-scope .btn-group .btn + .btn-group,
.bootstrap-scope .btn-group .btn-group + .btn,
.bootstrap-scope .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-scope .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-scope .btn-toolbar .btn,
.bootstrap-scope .btn-toolbar .btn-group,
.bootstrap-scope .btn-toolbar .input-group {
  float: left;
}
.bootstrap-scope .btn-toolbar > .btn,
.bootstrap-scope .btn-toolbar > .btn-group,
.bootstrap-scope .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-scope .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-scope .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-scope .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .btn-group > .btn:last-child:not(:first-child),
.bootstrap-scope .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group {
  float: left;
}
.bootstrap-scope .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-scope .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group .dropdown-toggle:active,
.bootstrap-scope .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-scope .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrap-scope .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrap-scope .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-scope .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-scope .btn .caret {
  margin-left: 0;
}
.bootstrap-scope .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-scope .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-scope .btn-group-vertical > .btn,
.bootstrap-scope .btn-group-vertical > .btn-group,
.bootstrap-scope .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-scope .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-scope .btn-group-vertical > .btn + .btn,
.bootstrap-scope .btn-group-vertical > .btn + .btn-group,
.bootstrap-scope .btn-group-vertical > .btn-group + .btn,
.bootstrap-scope .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-scope .btn-group-justified > .btn,
.bootstrap-scope .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.bootstrap-scope .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-scope .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-scope [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-scope [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-scope [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-scope [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-scope .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-scope .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-scope .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap-scope .input-group-lg > .form-control,
.bootstrap-scope .input-group-lg > .input-group-addon,
.bootstrap-scope .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.bootstrap-scope .input-group-lg > .form-control,
select.bootstrap-scope .input-group-lg > .input-group-addon,
select.bootstrap-scope .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.bootstrap-scope .input-group-lg > .form-control,
textarea.bootstrap-scope .input-group-lg > .input-group-addon,
textarea.bootstrap-scope .input-group-lg > .input-group-btn > .btn,
select[multiple].bootstrap-scope .input-group-lg > .form-control,
select[multiple].bootstrap-scope .input-group-lg > .input-group-addon,
select[multiple].bootstrap-scope .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-scope .input-group-sm > .form-control,
.bootstrap-scope .input-group-sm > .input-group-addon,
.bootstrap-scope .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.bootstrap-scope .input-group-sm > .form-control,
select.bootstrap-scope .input-group-sm > .input-group-addon,
select.bootstrap-scope .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.bootstrap-scope .input-group-sm > .form-control,
textarea.bootstrap-scope .input-group-sm > .input-group-addon,
textarea.bootstrap-scope .input-group-sm > .input-group-btn > .btn,
select[multiple].bootstrap-scope .input-group-sm > .form-control,
select[multiple].bootstrap-scope .input-group-sm > .input-group-addon,
select[multiple].bootstrap-scope .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-scope .input-group-addon,
.bootstrap-scope .input-group-btn,
.bootstrap-scope .input-group .form-control {
  display: table-cell;
}
.bootstrap-scope .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-scope .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-scope .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-scope .input-group-addon,
.bootstrap-scope .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-scope .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.bootstrap-scope .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.bootstrap-scope .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.bootstrap-scope .input-group-addon input[type="radio"],
.bootstrap-scope .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-scope .input-group .form-control:first-child,
.bootstrap-scope .input-group-addon:first-child,
.bootstrap-scope .input-group-btn:first-child > .btn,
.bootstrap-scope .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-scope .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-scope .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-scope .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-scope .input-group .form-control:last-child,
.bootstrap-scope .input-group-addon:last-child,
.bootstrap-scope .input-group-btn:last-child > .btn,
.bootstrap-scope .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-scope .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-scope .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-scope .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-scope .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-scope .input-group-btn > .btn {
  position: relative;
}
.bootstrap-scope .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-scope .input-group-btn > .btn:hover,
.bootstrap-scope .input-group-btn > .btn:focus,
.bootstrap-scope .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-scope .input-group-btn:first-child > .btn,
.bootstrap-scope .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-scope .input-group-btn:last-child > .btn,
.bootstrap-scope .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap-scope .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-scope .nav > li {
  position: relative;
  display: block;
}
.bootstrap-scope .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-scope .nav > li > a:hover,
.bootstrap-scope .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-scope .nav > li.disabled > a {
  color: #777777;
}
.bootstrap-scope .nav > li.disabled > a:hover,
.bootstrap-scope .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrap-scope .nav .open > a,
.bootstrap-scope .nav .open > a:hover,
.bootstrap-scope .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.bootstrap-scope .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-scope .nav > li > a > img {
  max-width: none;
}
.bootstrap-scope .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap-scope .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-scope .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.bootstrap-scope .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.bootstrap-scope .nav-tabs > li.active > a,
.bootstrap-scope .nav-tabs > li.active > a:hover,
.bootstrap-scope .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.bootstrap-scope .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-scope .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-scope .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-scope .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-scope .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-scope .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.bootstrap-scope .nav-tabs.nav-justified > .active > a,
.bootstrap-scope .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-scope .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .bootstrap-scope .nav-tabs.nav-justified > .active > a,
  .bootstrap-scope .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-scope .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-scope .nav-pills > li {
  float: left;
}
.bootstrap-scope .nav-pills > li > a {
  border-radius: 0;
}
.bootstrap-scope .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-scope .nav-pills > li.active > a,
.bootstrap-scope .nav-pills > li.active > a:hover,
.bootstrap-scope .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-scope .nav-stacked > li {
  float: none;
}
.bootstrap-scope .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-scope .nav-justified {
  width: 100%;
}
.bootstrap-scope .nav-justified > li {
  float: none;
}
.bootstrap-scope .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-scope .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-scope .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-scope .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-scope .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.bootstrap-scope .nav-tabs-justified > .active > a,
.bootstrap-scope .nav-tabs-justified > .active > a:hover,
.bootstrap-scope .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .bootstrap-scope .nav-tabs-justified > .active > a,
  .bootstrap-scope .nav-tabs-justified > .active > a:hover,
  .bootstrap-scope .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-scope .tab-content > .tab-pane {
  display: none;
}
.bootstrap-scope .tab-content > .active {
  display: block;
}
.bootstrap-scope .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-header {
    float: left;
  }
}
.bootstrap-scope .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap-scope .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .bootstrap-scope .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-scope .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .bootstrap-scope .navbar-collapse,
  .navbar-static-top .bootstrap-scope .navbar-collapse,
  .navbar-fixed-bottom .bootstrap-scope .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrap-scope .navbar-fixed-top,
.bootstrap-scope .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap-scope .navbar-fixed-top .navbar-collapse,
.bootstrap-scope .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-scope .navbar-fixed-top .navbar-collapse,
  .bootstrap-scope .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-fixed-top,
  .bootstrap-scope .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-scope .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-scope .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-scope .container > .navbar-header,
.bootstrap-scope .container-fluid > .navbar-header,
.bootstrap-scope .container > .navbar-collapse,
.bootstrap-scope .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .container > .navbar-header,
  .bootstrap-scope .container-fluid > .navbar-header,
  .bootstrap-scope .container > .navbar-collapse,
  .bootstrap-scope .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-scope .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-scope .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.bootstrap-scope .navbar-brand:hover,
.bootstrap-scope .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-scope .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .bootstrap-scope .navbar-brand,
  .navbar > .container-fluid .bootstrap-scope .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-scope .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.bootstrap-scope .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-scope .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-scope .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-toggle {
    display: none;
  }
}
.bootstrap-scope .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-scope .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-scope .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-scope .navbar-nav > li {
    float: left;
  }
  .bootstrap-scope .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-scope .navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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);
  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-scope .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-scope .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .input-group .input-group-addon,
  .bootstrap-scope .navbar-form .input-group .input-group-btn,
  .bootstrap-scope .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-scope .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-scope .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .radio,
  .bootstrap-scope .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .radio label,
  .bootstrap-scope .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-scope .navbar-form .radio input[type="radio"],
  .bootstrap-scope .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-scope .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-scope .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap-scope .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-scope .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-scope .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-left {
    float: left !important;
  }
  .bootstrap-scope .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-scope .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-scope .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-brand {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-brand:hover,
.bootstrap-scope .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-text {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-nav > li > a {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-nav > li > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-nav > .active > a,
.bootstrap-scope .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a,
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-nav > .open > a,
.bootstrap-scope .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.bootstrap-scope .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.bootstrap-scope .navbar-default .navbar-toggle:hover,
.bootstrap-scope .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.bootstrap-scope .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.bootstrap-scope .navbar-default .navbar-collapse,
.bootstrap-scope .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-link {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-link:hover {
  color: #333;
}
.bootstrap-scope .navbar-default .btn-link {
  color: #777;
}
.bootstrap-scope .navbar-default .btn-link:hover,
.bootstrap-scope .navbar-default .btn-link:focus {
  color: #333;
}
.bootstrap-scope .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-scope .navbar-default .btn-link:hover,
.bootstrap-scope .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-scope .navbar-default .btn-link:focus {
  color: #ccc;
}
.bootstrap-scope .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.bootstrap-scope .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-brand:hover,
.bootstrap-scope .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.bootstrap-scope .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.bootstrap-scope .navbar-inverse .navbar-toggle:hover,
.bootstrap-scope .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.bootstrap-scope .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bootstrap-scope .navbar-inverse .navbar-collapse,
.bootstrap-scope .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap-scope .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.bootstrap-scope .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .btn-link:hover,
.bootstrap-scope .navbar-inverse .btn-link:focus {
  color: #fff;
}
.bootstrap-scope .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-scope .navbar-inverse .btn-link:hover,
.bootstrap-scope .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-scope .navbar-inverse .btn-link:focus {
  color: #444;
}
.bootstrap-scope .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.bootstrap-scope .breadcrumb > li {
  display: inline-block;
}
.bootstrap-scope .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.bootstrap-scope .breadcrumb > .active {
  color: #777777;
}
.bootstrap-scope .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.bootstrap-scope .pagination > li {
  display: inline;
}
.bootstrap-scope .pagination > li > a,
.bootstrap-scope .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-scope .pagination > li > a:hover,
.bootstrap-scope .pagination > li > span:hover,
.bootstrap-scope .pagination > li > a:focus,
.bootstrap-scope .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.bootstrap-scope .pagination > li:first-child > a,
.bootstrap-scope .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .pagination > li:last-child > a,
.bootstrap-scope .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .pagination > .active > a,
.bootstrap-scope .pagination > .active > span,
.bootstrap-scope .pagination > .active > a:hover,
.bootstrap-scope .pagination > .active > span:hover,
.bootstrap-scope .pagination > .active > a:focus,
.bootstrap-scope .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .pagination > .disabled > span,
.bootstrap-scope .pagination > .disabled > span:hover,
.bootstrap-scope .pagination > .disabled > span:focus,
.bootstrap-scope .pagination > .disabled > a,
.bootstrap-scope .pagination > .disabled > a:hover,
.bootstrap-scope .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bootstrap-scope .pagination-lg > li > a,
.bootstrap-scope .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-scope .pagination-lg > li:first-child > a,
.bootstrap-scope .pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .pagination-lg > li:last-child > a,
.bootstrap-scope .pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .pagination-sm > li > a,
.bootstrap-scope .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-scope .pagination-sm > li:first-child > a,
.bootstrap-scope .pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .pagination-sm > li:last-child > a,
.bootstrap-scope .pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.bootstrap-scope .pager li {
  display: inline;
}
.bootstrap-scope .pager li > a,
.bootstrap-scope .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.bootstrap-scope .pager li > a:hover,
.bootstrap-scope .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-scope .pager .next > a,
.bootstrap-scope .pager .next > span {
  float: right;
}
.bootstrap-scope .pager .previous > a,
.bootstrap-scope .pager .previous > span {
  float: left;
}
.bootstrap-scope .pager .disabled > a,
.bootstrap-scope .pager .disabled > a:hover,
.bootstrap-scope .pager .disabled > a:focus,
.bootstrap-scope .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.bootstrap-scope .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.bootstrap-scope .label:hover,
a.bootstrap-scope .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-scope .label:empty {
  display: none;
}
.btn .bootstrap-scope .label {
  position: relative;
  top: -1px;
}
.bootstrap-scope .label-default {
  background-color: #777777;
}
.bootstrap-scope .label-default[href]:hover,
.bootstrap-scope .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-scope .label-primary {
  background-color: #337ab7;
}
.bootstrap-scope .label-primary[href]:hover,
.bootstrap-scope .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-scope .label-success {
  background-color: #5cb85c;
}
.bootstrap-scope .label-success[href]:hover,
.bootstrap-scope .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-scope .label-info {
  background-color: #5bc0de;
}
.bootstrap-scope .label-info[href]:hover,
.bootstrap-scope .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-scope .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-scope .label-warning[href]:hover,
.bootstrap-scope .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-scope .label-danger {
  background-color: #d9534f;
}
.bootstrap-scope .label-danger[href]:hover,
.bootstrap-scope .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap-scope .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap-scope .badge:empty {
  display: none;
}
.btn .bootstrap-scope .badge {
  position: relative;
  top: -1px;
}
.btn-xs .bootstrap-scope .badge,
.btn-group-xs > .btn .bootstrap-scope .badge {
  top: 0;
  padding: 1px 5px;
}
a.bootstrap-scope .badge:hover,
a.bootstrap-scope .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .bootstrap-scope .badge,
.nav-pills > .active > a > .bootstrap-scope .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .bootstrap-scope .badge {
  float: right;
}
.list-group-item > .bootstrap-scope .badge + .bootstrap-scope .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .bootstrap-scope .badge {
  margin-left: 3px;
}
.bootstrap-scope .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.bootstrap-scope .jumbotron h1,
.bootstrap-scope .jumbotron .h1 {
  color: inherit;
}
.bootstrap-scope .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-scope .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .bootstrap-scope .jumbotron,
.container-fluid .bootstrap-scope .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}
.bootstrap-scope .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-scope .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .bootstrap-scope .jumbotron,
  .container-fluid .bootstrap-scope .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bootstrap-scope .jumbotron h1,
  .bootstrap-scope .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-scope .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap-scope .thumbnail > img,
.bootstrap-scope .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.bootstrap-scope .thumbnail:hover,
a.bootstrap-scope .thumbnail:focus,
a.bootstrap-scope .thumbnail.active {
  border-color: #337ab7;
}
.bootstrap-scope .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.bootstrap-scope .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.bootstrap-scope .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-scope .alert .alert-link {
  font-weight: bold;
}
.bootstrap-scope .alert > p,
.bootstrap-scope .alert > ul {
  margin-bottom: 0;
}
.bootstrap-scope .alert > p + p {
  margin-top: 5px;
}
.bootstrap-scope .alert-dismissable,
.bootstrap-scope .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-scope .alert-dismissable .close,
.bootstrap-scope .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-scope .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-scope .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-scope .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-scope .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-scope .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-scope .alert-info .alert-link {
  color: #245269;
}
.bootstrap-scope .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-scope .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-scope .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-scope .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-scope .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-scope .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-scope .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-scope .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap-scope .progress-striped .progress-bar,
.bootstrap-scope .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-scope .progress.active .progress-bar,
.bootstrap-scope .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-scope .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .bootstrap-scope .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-scope .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .bootstrap-scope .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-scope .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .bootstrap-scope .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-scope .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .bootstrap-scope .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-scope .media {
  margin-top: 15px;
}
.bootstrap-scope .media:first-child {
  margin-top: 0;
}
.bootstrap-scope .media,
.bootstrap-scope .media-body {
  overflow: hidden;
  zoom: 1;
}
.bootstrap-scope .media-body {
  width: 10000px;
}
.bootstrap-scope .media-object {
  display: block;
}
.bootstrap-scope .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap-scope .media-right,
.bootstrap-scope .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-scope .media-left,
.bootstrap-scope .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-scope .media-left,
.bootstrap-scope .media-right,
.bootstrap-scope .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-scope .media-middle {
  vertical-align: middle;
}
.bootstrap-scope .media-bottom {
  vertical-align: bottom;
}
.bootstrap-scope .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-scope .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.bootstrap-scope .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-scope .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .list-group-item.disabled,
.bootstrap-scope .list-group-item.disabled:hover,
.bootstrap-scope .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.bootstrap-scope .list-group-item.disabled .list-group-item-heading,
.bootstrap-scope .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-scope .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-scope .list-group-item.disabled .list-group-item-text,
.bootstrap-scope .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-scope .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.bootstrap-scope .list-group-item.active,
.bootstrap-scope .list-group-item.active:hover,
.bootstrap-scope .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .list-group-item.active .list-group-item-heading,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading,
.bootstrap-scope .list-group-item.active .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active .list-group-item-heading > .small,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-scope .list-group-item.active .list-group-item-text,
.bootstrap-scope .list-group-item.active:hover .list-group-item-text,
.bootstrap-scope .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap-scope a.list-group-item,
.bootstrap-scope button.list-group-item {
  color: #555;
}
.bootstrap-scope a.list-group-item .list-group-item-heading,
.bootstrap-scope button.list-group-item .list-group-item-heading {
  color: #333;
}
.bootstrap-scope a.list-group-item:hover,
.bootstrap-scope button.list-group-item:hover,
.bootstrap-scope a.list-group-item:focus,
.bootstrap-scope button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-scope button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap-scope .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.bootstrap-scope .list-group-item-success,
button.bootstrap-scope .list-group-item-success {
  color: #3c763d;
}
a.bootstrap-scope .list-group-item-success .list-group-item-heading,
button.bootstrap-scope .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-success:hover,
button.bootstrap-scope .list-group-item-success:hover,
a.bootstrap-scope .list-group-item-success:focus,
button.bootstrap-scope .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.bootstrap-scope .list-group-item-success.active,
button.bootstrap-scope .list-group-item-success.active,
a.bootstrap-scope .list-group-item-success.active:hover,
button.bootstrap-scope .list-group-item-success.active:hover,
a.bootstrap-scope .list-group-item-success.active:focus,
button.bootstrap-scope .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-scope .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.bootstrap-scope .list-group-item-info,
button.bootstrap-scope .list-group-item-info {
  color: #31708f;
}
a.bootstrap-scope .list-group-item-info .list-group-item-heading,
button.bootstrap-scope .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-info:hover,
button.bootstrap-scope .list-group-item-info:hover,
a.bootstrap-scope .list-group-item-info:focus,
button.bootstrap-scope .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.bootstrap-scope .list-group-item-info.active,
button.bootstrap-scope .list-group-item-info.active,
a.bootstrap-scope .list-group-item-info.active:hover,
button.bootstrap-scope .list-group-item-info.active:hover,
a.bootstrap-scope .list-group-item-info.active:focus,
button.bootstrap-scope .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-scope .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.bootstrap-scope .list-group-item-warning,
button.bootstrap-scope .list-group-item-warning {
  color: #8a6d3b;
}
a.bootstrap-scope .list-group-item-warning .list-group-item-heading,
button.bootstrap-scope .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-warning:hover,
button.bootstrap-scope .list-group-item-warning:hover,
a.bootstrap-scope .list-group-item-warning:focus,
button.bootstrap-scope .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.bootstrap-scope .list-group-item-warning.active,
button.bootstrap-scope .list-group-item-warning.active,
a.bootstrap-scope .list-group-item-warning.active:hover,
button.bootstrap-scope .list-group-item-warning.active:hover,
a.bootstrap-scope .list-group-item-warning.active:focus,
button.bootstrap-scope .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-scope .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.bootstrap-scope .list-group-item-danger,
button.bootstrap-scope .list-group-item-danger {
  color: #a94442;
}
a.bootstrap-scope .list-group-item-danger .list-group-item-heading,
button.bootstrap-scope .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-danger:hover,
button.bootstrap-scope .list-group-item-danger:hover,
a.bootstrap-scope .list-group-item-danger:focus,
button.bootstrap-scope .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.bootstrap-scope .list-group-item-danger.active,
button.bootstrap-scope .list-group-item-danger.active,
a.bootstrap-scope .list-group-item-danger.active:hover,
button.bootstrap-scope .list-group-item-danger.active:hover,
a.bootstrap-scope .list-group-item-danger.active:focus,
button.bootstrap-scope .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-scope .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-scope .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-scope .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-scope .panel-body {
  padding: 15px;
}
.bootstrap-scope .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-scope .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-scope .panel-title > a,
.bootstrap-scope .panel-title > small,
.bootstrap-scope .panel-title > .small,
.bootstrap-scope .panel-title > small > a,
.bootstrap-scope .panel-title > .small > a {
  color: inherit;
}
.bootstrap-scope .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .list-group,
.bootstrap-scope .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-scope .panel > .list-group .list-group-item,
.bootstrap-scope .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-scope .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-scope .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-scope .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-scope .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-scope .panel > .table,
.bootstrap-scope .panel > .table-responsive > .table,
.bootstrap-scope .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-scope .panel > .table caption,
.bootstrap-scope .panel > .table-responsive > .table caption,
.bootstrap-scope .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-scope .panel > .table:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .table:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.bootstrap-scope .panel > .panel-body + .table,
.bootstrap-scope .panel > .panel-body + .table-responsive,
.bootstrap-scope .panel > .table + .panel-body,
.bootstrap-scope .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrap-scope .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-scope .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-scope .panel > .table-bordered,
.bootstrap-scope .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-scope .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-scope .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-scope .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-scope .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-scope .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-scope .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-scope .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-scope .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bootstrap-scope .panel-group {
  margin-bottom: 20px;
}
.bootstrap-scope .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.bootstrap-scope .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-scope .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-scope .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-scope .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.bootstrap-scope .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-scope .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrap-scope .panel-default {
  border-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap-scope .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrap-scope .panel-primary {
  border-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-scope .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-scope .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-scope .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-scope .panel-info {
  border-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-scope .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-scope .panel-warning {
  border-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-scope .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-scope .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-scope .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-scope .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-scope .embed-responsive .embed-responsive-item,
.bootstrap-scope .embed-responsive iframe,
.bootstrap-scope .embed-responsive embed,
.bootstrap-scope .embed-responsive object,
.bootstrap-scope .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-scope .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-scope .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-scope .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-scope .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-scope .well-lg {
  padding: 24px;
  border-radius: 0;
}
.bootstrap-scope .well-sm {
  padding: 9px;
  border-radius: 0;
}
.bootstrap-scope .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.bootstrap-scope .close:hover,
.bootstrap-scope .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.bootstrap-scope .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap-scope .modal-open {
  overflow: hidden;
}
.bootstrap-scope .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-scope .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap-scope .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-scope .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-scope .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-scope .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.bootstrap-scope .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap-scope .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-scope .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-scope .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-scope .modal-header .close {
  margin-top: -2px;
}
.bootstrap-scope .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-scope .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-scope .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-scope .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.bootstrap-scope .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-scope .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-scope .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-scope .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-scope .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-scope .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .modal-lg {
    width: 900px;
  }
}
.bootstrap-scope .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: MasterPortalFont, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-scope .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrap-scope .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.bootstrap-scope .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.bootstrap-scope .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.bootstrap-scope .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.bootstrap-scope .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrap-scope .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrap-scope .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.bootstrap-scope .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: MasterPortalFont, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: 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: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bootstrap-scope .popover.top {
  margin-top: -10px;
}
.bootstrap-scope .popover.right {
  margin-left: 10px;
}
.bootstrap-scope .popover.bottom {
  margin-top: 10px;
}
.bootstrap-scope .popover.left {
  margin-left: -10px;
}
.bootstrap-scope .popover > .arrow {
  border-width: 11px;
}
.bootstrap-scope .popover > .arrow,
.bootstrap-scope .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.bootstrap-scope .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.bootstrap-scope .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.bootstrap-scope .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.bootstrap-scope .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.bootstrap-scope .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-scope .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrap-scope .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-scope .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.bootstrap-scope .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.bootstrap-scope .popover-content {
  padding: 9px 14px;
}
.bootstrap-scope .carousel {
  position: relative;
}
.bootstrap-scope .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-scope .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap-scope .carousel-inner > .item > img,
.bootstrap-scope .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-scope .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-scope .carousel-inner > .item.next,
  .bootstrap-scope .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap-scope .carousel-inner > .item.prev,
  .bootstrap-scope .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap-scope .carousel-inner > .item.next.left,
  .bootstrap-scope .carousel-inner > .item.prev.right,
  .bootstrap-scope .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap-scope .carousel-inner > .active,
.bootstrap-scope .carousel-inner > .next,
.bootstrap-scope .carousel-inner > .prev {
  display: block;
}
.bootstrap-scope .carousel-inner > .active {
  left: 0;
}
.bootstrap-scope .carousel-inner > .next,
.bootstrap-scope .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-scope .carousel-inner > .next {
  left: 100%;
}
.bootstrap-scope .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-scope .carousel-inner > .next.left,
.bootstrap-scope .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-scope .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-scope .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-scope .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-scope .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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-scope .carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-scope .carousel-control:hover,
.bootstrap-scope .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .icon-next,
.bootstrap-scope .carousel-control .glyphicon-chevron-left,
.bootstrap-scope .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-scope .carousel-control .icon-next,
.bootstrap-scope .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.bootstrap-scope .carousel-control .icon-prev:before {
  content: "\2039";
}
.bootstrap-scope .carousel-control .icon-next:before {
  content: "\203a";
}
.bootstrap-scope .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.bootstrap-scope .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.bootstrap-scope .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.bootstrap-scope .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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-scope .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-scope .carousel-control .glyphicon-chevron-left,
  .bootstrap-scope .carousel-control .glyphicon-chevron-right,
  .bootstrap-scope .carousel-control .icon-prev,
  .bootstrap-scope .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap-scope .carousel-control .glyphicon-chevron-left,
  .bootstrap-scope .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap-scope .carousel-control .glyphicon-chevron-right,
  .bootstrap-scope .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap-scope .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-scope .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-scope .clearfix:before,
.bootstrap-scope .clearfix:after,
.bootstrap-scope .bootstrap-scope .dl-horizontal dd:before,
.bootstrap-scope .bootstrap-scope .dl-horizontal dd:after,
.bootstrap-scope .bootstrap-scope .container:before,
.bootstrap-scope .bootstrap-scope .container:after,
.bootstrap-scope .bootstrap-scope .container-fluid:before,
.bootstrap-scope .bootstrap-scope .container-fluid:after,
.bootstrap-scope .bootstrap-scope .row:before,
.bootstrap-scope .bootstrap-scope .row:after,
.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:before,
.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:after,
.bootstrap-scope .bootstrap-scope .btn-toolbar:before,
.bootstrap-scope .bootstrap-scope .btn-toolbar:after,
.bootstrap-scope .bootstrap-scope .btn-group-vertical > .btn-group:before,
.bootstrap-scope .bootstrap-scope .btn-group-vertical > .btn-group:after,
.bootstrap-scope .bootstrap-scope .nav:before,
.bootstrap-scope .bootstrap-scope .nav:after,
.bootstrap-scope .bootstrap-scope .navbar:before,
.bootstrap-scope .bootstrap-scope .navbar:after,
.bootstrap-scope .bootstrap-scope .navbar-header:before,
.bootstrap-scope .bootstrap-scope .navbar-header:after,
.bootstrap-scope .bootstrap-scope .navbar-collapse:before,
.bootstrap-scope .bootstrap-scope .navbar-collapse:after,
.bootstrap-scope .bootstrap-scope .pager:before,
.bootstrap-scope .bootstrap-scope .pager:after,
.bootstrap-scope .bootstrap-scope .panel-body:before,
.bootstrap-scope .bootstrap-scope .panel-body:after,
.bootstrap-scope .bootstrap-scope .modal-header:before,
.bootstrap-scope .bootstrap-scope .modal-header:after,
.bootstrap-scope .bootstrap-scope .modal-footer:before,
.bootstrap-scope .bootstrap-scope .modal-footer:after {
  display: table;
  content: " ";
}
.bootstrap-scope .clearfix:after,
.bootstrap-scope .bootstrap-scope .dl-horizontal dd:after,
.bootstrap-scope .bootstrap-scope .container:after,
.bootstrap-scope .bootstrap-scope .container-fluid:after,
.bootstrap-scope .bootstrap-scope .row:after,
.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:after,
.bootstrap-scope .bootstrap-scope .btn-toolbar:after,
.bootstrap-scope .bootstrap-scope .btn-group-vertical > .btn-group:after,
.bootstrap-scope .bootstrap-scope .nav:after,
.bootstrap-scope .bootstrap-scope .navbar:after,
.bootstrap-scope .bootstrap-scope .navbar-header:after,
.bootstrap-scope .bootstrap-scope .navbar-collapse:after,
.bootstrap-scope .bootstrap-scope .pager:after,
.bootstrap-scope .bootstrap-scope .panel-body:after,
.bootstrap-scope .bootstrap-scope .modal-header:after,
.bootstrap-scope .bootstrap-scope .modal-footer:after {
  clear: both;
}
.bootstrap-scope .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope .pull-right {
  float: right !important;
}
.bootstrap-scope .pull-left {
  float: left !important;
}
.bootstrap-scope .hide {
  display: none !important;
}
.bootstrap-scope .show {
  display: block !important;
}
.bootstrap-scope .invisible {
  visibility: hidden;
}
.bootstrap-scope .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .hidden {
  display: none !important;
}
.bootstrap-scope .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-scope .visible-xs,
.bootstrap-scope .visible-sm,
.bootstrap-scope .visible-md,
.bootstrap-scope .visible-lg {
  display: none !important;
}
.bootstrap-scope .visible-xs-block,
.bootstrap-scope .visible-xs-inline,
.bootstrap-scope .visible-xs-inline-block,
.bootstrap-scope .visible-sm-block,
.bootstrap-scope .visible-sm-inline,
.bootstrap-scope .visible-sm-inline-block,
.bootstrap-scope .visible-md-block,
.bootstrap-scope .visible-md-inline,
.bootstrap-scope .visible-md-inline-block,
.bootstrap-scope .visible-lg-block,
.bootstrap-scope .visible-lg-inline,
.bootstrap-scope .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs {
    display: block !important;
  }
  table.bootstrap-scope .visible-xs {
    display: table !important;
  }
  tr.bootstrap-scope .visible-xs {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-xs,
  td.bootstrap-scope .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm {
    display: block !important;
  }
  table.bootstrap-scope .visible-sm {
    display: table !important;
  }
  tr.bootstrap-scope .visible-sm {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-sm,
  td.bootstrap-scope .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md {
    display: block !important;
  }
  table.bootstrap-scope .visible-md {
    display: table !important;
  }
  tr.bootstrap-scope .visible-md {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-md,
  td.bootstrap-scope .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg {
    display: block !important;
  }
  table.bootstrap-scope .visible-lg {
    display: table !important;
  }
  tr.bootstrap-scope .visible-lg {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-lg,
  td.bootstrap-scope .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .hidden-lg {
    display: none !important;
  }
}
.bootstrap-scope .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print {
    display: block !important;
  }
  table.bootstrap-scope .visible-print {
    display: table !important;
  }
  tr.bootstrap-scope .visible-print {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-print,
  td.bootstrap-scope .visible-print {
    display: table-cell !important;
  }
}
.bootstrap-scope .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-block {
    display: block !important;
  }
}
.bootstrap-scope .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-scope .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-scope .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*!
 * Bootstrap Colorpicker v2.5.2
 * 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
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC);
  cursor: crosshair;
  float: left;
}
.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;
}
.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;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.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;
}
.colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC);
}
.colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.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;
}
.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;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.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;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==);
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=);
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }


/*!
 * Datepicker for Bootstrap v1.10.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

.ol-viewport {
  touch-action: pan-x pan-y;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.olcs-hideoverlay .ol-overlay-container {
    visibility:hidden;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'MasterPortalFont';
    src: url(..//css/fonts/roboto-regular..eot); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url(..//css/fonts/roboto-regular..eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(..//css/fonts/roboto-regular..woff2) format('woff2'), /* Super Modern Browsers */
         url(..//css/fonts/roboto-regular..woff) format('woff'), /* Modern Browsers */
         url(..//css/fonts/roboto-regular..ttf) format('truetype'), /* Safari, Android, iOS */
         url(..//css/fonts/roboto-regular..svg#OpenSans) format('svg'); /* Legacy iOS */
  }

  /* roboto-italic - latin */
  @font-face {
    font-family: 'MasterPortalFont Italic';
    src: url(..//css/fonts/roboto-italic..eot); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
         url(..//css/fonts/roboto-italic..eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(..//css/fonts/roboto-italic..woff2) format('woff2'), /* Super Modern Browsers */
         url(..//css/fonts/roboto-italic..woff) format('woff'), /* Modern Browsers */
         url(..//css/fonts/roboto-italic..ttf) format('truetype'), /* Safari, Android, iOS */
         url(..//css/fonts/roboto-italic..svg#OpenSans) format('svg'); /* Legacy iOS */
  }

  /* roboto-700 - latin */
  @font-face {
    font-family: 'MasterPortalFont Bold';
    src: url(..//css/fonts/roboto-700..eot); /* IE9 Compat Modes */
    src: local('MasterPortalFont Bold'), local('OpenSans-Bold'),
         url(..//css/fonts/roboto-700..eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(..//css/fonts/roboto-700..woff2) format('woff2'), /* Super Modern Browsers */
         url(..//css/fonts/roboto-700..woff) format('woff'), /* Modern Browsers */
         url(..//css/fonts/roboto-700..ttf) format('truetype'), /* Safari, Android, iOS */
         url(..//css/fonts/roboto-700..svg#OpenSans) format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'master_touchtable_big';
    src:  url(..//css/fonts/master_touchtable_big..eot);
    src:  url(..//css/fonts/master_touchtable_big..eot#iefix) format('embedded-opentype'),
      url(..//css/fonts/master_touchtable_big..ttf) format('truetype'),
      url(..//css/fonts/master_touchtable_big..woff) format('woff'),
      url(..//css/fonts/master_touchtable_big..svg#master_touchtable_big) format('svg');
    font-weight: normal;
    font-style: normal;
  }


  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'master_touchtable_big' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  [class^="icon-"]:before,
  [class^="icon-"]:after,
  [class^="icon-"] p:before,
  [class^="icon-"] p:after {
    display: block;
    position: absolute;
    white-space: normal;
    /* match padding above */
    top: 0.25em;
    left: 0.25em;
    /* undo text hidden */
    text-indent: 0;
    /* inherits size from parent, ems cascade */
    font-family: "master_touchtable_big";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    /* screenreaders */
    speak: none;
  }
  .icon-lock:before {
    content: "\e929";
    color: #003063;
  }
  .icon-burgermenu_alt:before {
    content: "\e906";
    color: #003063;
  }
  .icon-drag:before {
    content: "\e900";
    color: #808080;
  }
  .icon-info:before {
    content: "\e901";
    color: #808080;
  }
  .icon-turnarticle:before {
    content: "\e902";
    color: #808080;
  }
  .icon-burgermenu2:before {
    content: "\e907";
    color: #f2f2f2;
  }
  .icon-close:before {
    content: "\e908";
    color: #808080;
  }
  .icon-search:before {
    content: "\e909";
    color: rgb(0, 48, 99);
  }
  .icon-search:after {
    content: "\e92a";
    color: rgb(128, 128, 128);
  }
  .icon-resize:before {
    content: "\e90a";
    color: #003063;
  }
  .icon-categories:before {
    content: "\e90b";
    color: rgb(0, 48, 99);
  }
  .icon-categories:after {
    content: "\e90c";
    color: rgb(128, 128, 128);
  }
  .icon-categories2:before {
    content: "\e90d";
    color: rgb(0, 48, 99);
  }
  .icon-categories2:after {
    content: "\e90e";
    color: rgb(242, 242, 242);
  }
  .icon-tools:before {
    content: "\e90f";
    color: rgb(128, 128, 128);
  }
  .icon-tools:after {
    content: "\e910";
    color: rgb(0, 48, 99);
  }
  .icon-tools2:before {
    content: "\e911";
    color: rgb(242, 242, 242);
  }
  .icon-tools2:after {
    content: "\e912";
    color: rgb(0, 48, 99);
  }
  .icon-article:before {
    content: "\e913";
    color: rgb(128, 128, 128);
  }
  .icon-article:after {
    content: "\e914";
    color: rgb(0, 48, 99);
  }
  .icon-article2:before {
    content: "\e915";
    color: rgb(242, 242, 242);
  }
  .icon-article2:after {
    content: "\e916";
    color: rgb(0, 48, 99);
  }
  .icon-checkbox:before {
    content: "\e917";
    color: #003063;
  }
  .icon-checkbox2:before {
    content: "\e918";
    color: #808080;
  }
  .icon-checkbox3:before {
    content: "\e919";
    color: #808080;
  }
  .icon-left:before {
    content: "\e91a";
    color: #003063;
  }
  .icon-left2:before {
    content: "\e91b";
    color: #808080;
  }
  .icon-right:before {
    content: "\e91c";
    color: #003063;
  }
  .icon-right2:before {
    content: "\e91d";
    color: #808080;
  }
  .icon-home:before {
    content: "\e91e";
    color: #003063;
  }
  .icon-fullscreen:before {
    content: "\e91f";
    color: #003063;
  }
  .icon-fullscreen2:before {
    content: "\e920";
    color: #003063;
  }
  .icon-measurearea:before {
    content: "\e921";
    color: #003063;
  }
  .icon-measuredistance:before {
    content: "\e922";
    color: #003063;
  }
  .icon-turnmap:before {
    content: "\e923";
    color: #003063;
  }

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.masterportal-container {
    height: 100%;
    font-family: MasterPortalFont, Arial, sans-serif;
    position: relative;
}

.masterportal-container img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

.masterportal-container .font-bold {
    font-family: 'MasterPortalFont Bold', 'Arial Narrow', Arial, sans-serif;
}

label {
    font-weight: normal !important;
}

.masterportal-container #cursorGlyph {
    position: fixed;
    z-index: 1000;
    cursor: none;
    pointer-events: none;
    font-size: 14px;
    line-height: 1;
}

.masterportal-container .glyphicon-check,
.masterportal-container .glyphicon-unchecked,
.masterportal-container .glyphicon-download,
.masterportal-container .glyphicon-upload,
.masterportal-container .glyphicon-chevron-down,
.masterportal-container .glyphicon-chevron-up,
.masterportal-container .glyphicon-plus-sign,
.masterportal-container .glyphicon-minus-sign,
.masterportal-container .glyphicon-refresh,
.masterportal-container .glyphicon-folder-close,
.masterportal-container .glyphicon-folder-open,
.masterportal-container .glyphicon-question-sign {
    cursor: pointer;
}

@media (max-width: 767px) {
    .masterportal-container .btn-glyphicon,
    .masterportal-container .glyphicon-plus-sign,
    .masterportal-container .glyphicon-minus-sign,
    .masterportal-container .glyphicon-info-sign,
    .masterportal-container .glyphicon-check,
    .masterportal-container .glyphicon-unchecked,
    .masterportal-container .glyphicon-envelope,
    .masterportal-container .glyphicon-book {
        font-size: 18px !important;
    }
    .masterportal-container {
        font-size: 16px;
    }
    .masterportal-container iframe.gfi-iFrame {
        border: 0px;
        width: 100%;
        height: 300px;
        display: block;
    }
    .masterportal-container #portalTitle {
        display: block;
        background-color: white;
    }
}

@media (min-width:768px) {
    .masterportal-container iframe.gfi-iFrame {
        border: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }
}

@media (min-height:200px) {
    .masterportal-container #poibody {
        max-height: 120px;
    }
}

@media (min-height:250px) {
    .masterportal-container #poibody {
        max-height: 200px;
    }
}

@media (min-height:300px) {
    .masterportal-container #poibody {
        max-height: 220px;
    }
}

@media (min-height:480px) {
    .masterportal-container #poibody {
        max-height: 400px;
    }
}

@media (min-height: 768px) {
    .masterportal-container #poibody {
        max-height: 700px;
    }
}

.masterportal-container #poibody {
    overflow: auto;
}


/*bootstrap überschreiben*/

.masterportal-container .list-group {
    margin-bottom: 0px !important;
}

.masterportal-container .form-group:last-child {
    margin-bottom: 0px;
}


/******* Ajax Loader *******/

.masterportal-container  #loader {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2000;
}

.masterportal-container #loader img {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -5px;
}

.masterportal-container .loading {
    position: absolute;
    top: 30%;
    left: 32.5%;
    z-index: 9999;
    text-align: center;
    width: 35%;
}

.masterportal-container .loading div {
    font-size: 5vmin;
    line-height: 130%;
    margin-top: 5%;
}

.masterportal-container .cluster {
    font-size: 25px;
    border-radius: 30px!important;
    float: left;
    margin: 10px;
}

.masterportal-container .btn-lgv-grey {
    background-color: #E3E3E3;
    color: #000000;
}


/* overwrites after introducing bootstrap-scope class*/
.fa,
.fas,
.far {
  font-family: 'Font Awesome 5 Free' !important;
}

.fa,
.fas {
    font-weight: 900 !important;
}

.masterportal-container .btn-glyphicon {
    border: 0;
    padding: 0;
    background: transparent;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.masterportal-container .copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    right: 0;
    position: absolute;
    font-size: 10px;
    z-index: 1000;
    border-radius: 5px 0 0 !important;
    padding: 4px 8px;
}

.masterportal-container  .copyright a {
    cursor: pointer;
}

@charset "utf-8";

.\!container {
    width: 100% !important;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .\!container {
        max-width: 640px !important;
    }
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .\!container {
        max-width: 768px !important;
    }
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .\!container {
        max-width: 1024px !important;
    }
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .\!container {
        max-width: 1280px !important;
    }
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .\!container {
        max-width: 1536px !important;
    }
    .container {
        max-width: 1536px;
    }
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}
.pointer-events-none {
    pointer-events: none !important;
}
.pointer-events-auto {
    pointer-events: auto !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.static {
    position: static !important;
}
.fixed {
    position: fixed !important;
}
.absolute {
    position: absolute !important;
}
.\!relative {
    position: relative !important;
}
.relative {
    position: relative !important;
}
.sticky {
    position: sticky !important;
}
.inset-0 {
    inset: 0px !important;
}
.inset-x-0 {
    left: 0px !important;
    right: 0px !important;
}
.inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
}
.inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
}
.-left-1 {
    left: -0.25rem !important;
}
.-right-1 {
    right: -0.25rem !important;
}
.-top-1 {
    top: -0.25rem !important;
}
.-top-px {
    top: -1px !important;
}
.bottom-0 {
    bottom: 0px !important;
}
.bottom-\[max\(12px\2c env\(safe-area-inset-bottom\)\)\] {
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
}
.bottom-\[max\(68px\2c calc\(env\(safe-area-inset-bottom\)\+68px\)\)\] {
    bottom: max(68px, calc(env(safe-area-inset-bottom) + 68px)) !important;
}
.bottom-\[var\(--gfi-bottom\)\] {
    bottom: var(--gfi-bottom) !important;
}
.left-0 {
    left: 0px !important;
}
.left-1\/2 {
    left: 50% !important;
}
.left-2 {
    left: 0.5rem !important;
}
.left-\[max\(12px\2c env\(safe-area-inset-left\)\)\] {
    left: max(12px, env(safe-area-inset-left)) !important;
}
.right-0 {
    right: 0px !important;
}
.right-1 {
    right: 0.25rem !important;
}
.right-2 {
    right: 0.5rem !important;
}
.right-3 {
    right: 0.75rem !important;
}
.right-\[10px\] {
    right: 10px !important;
}
.right-\[max\(12px\2c env\(safe-area-inset-right\)\)\] {
    right: max(12px, env(safe-area-inset-right)) !important;
}
.top-0 {
    top: 0px !important;
}
.top-1 {
    top: 0.25rem !important;
}
.top-1\/2 {
    top: 50% !important;
}
.top-2 {
    top: 0.5rem !important;
}
.top-3 {
    top: 0.75rem !important;
}
.top-\[calc\(max\(12px\2c env\(safe-area-inset-top\)\)\+64px\)\] {
    top: calc(max(12px, env(safe-area-inset-top)) + 64px) !important;
}
.top-\[max\(12px\2c env\(safe-area-inset-top\)\)\] {
    top: max(12px, env(safe-area-inset-top)) !important;
}
.top-\[var\(--gfi-top\)\] {
    top: var(--gfi-top) !important;
}
.top-\[var\(--launcher-top\)\] {
    top: var(--launcher-top) !important;
}
.isolate {
    isolation: isolate !important;
}
.z-10 {
    z-index: 10 !important;
}
.z-20 {
    z-index: 20 !important;
}
.z-50 {
    z-index: 50 !important;
}
.z-\[1030\] {
    z-index: 1030 !important;
}
.z-\[1040\] {
    z-index: 1040 !important;
}
.z-\[1050\] {
    z-index: 1050 !important;
}
.z-\[1070\] {
    z-index: 1070 !important;
}
.col-start-2 {
    grid-column-start: 2 !important;
}
.row-span-2 {
    grid-row: span 2 / span 2 !important;
}
.row-start-1 {
    grid-row-start: 1 !important;
}
.\!m-0 {
    margin: 0px !important;
}
.m-0 {
    margin: 0px !important;
}
.m-4 {
    margin: 1rem !important;
}
.\!my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.\!my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
}
.-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-\[0\.25em\] {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
}
.my-\[0\.5em\] {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.\!mb-0 {
    margin-bottom: 0px !important;
}
.\!mb-2 {
    margin-bottom: 0.5rem !important;
}
.\!mb-3 {
    margin-bottom: 0.75rem !important;
}
.\!mt-0 {
    margin-top: 0px !important;
}
.-mb-4 {
    margin-bottom: -1rem !important;
}
.-mt-1 {
    margin-top: -0.25rem !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-2\.5 {
    margin-bottom: 0.625rem !important;
}
.ml-0\.5 {
    margin-left: 0.125rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-\[18px\] {
    margin-left: 18px !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-\[0\.1em\] {
    margin-right: 0.1em !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-10 {
    margin-top: 2.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.box-border {
    box-sizing: border-box !important;
}
.line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
.\!block {
    display: block !important;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.\!flex {
    display: flex !important;
}
.flex {
    display: flex !important;
}
.\!inline-flex {
    display: inline-flex !important;
}
.inline-flex {
    display: inline-flex !important;
}
.table {
    display: table !important;
}
.grid {
    display: grid !important;
}
.contents {
    display: contents !important;
}
.\!hidden {
    display: none !important;
}
.hidden {
    display: none !important;
}
.aspect-\[3\/2\] {
    aspect-ratio: 3/2 !important;
}
.aspect-square {
    aspect-ratio: 1 / 1 !important;
}
.aspect-video {
    aspect-ratio: 16 / 9 !important;
}
.\!size-11 {
    width: 2.75rem !important;
    height: 2.75rem !important;
}
.size-10 {
    width: 2.5rem !important;
    height: 2.5rem !important;
}
.size-11 {
    width: 2.75rem !important;
    height: 2.75rem !important;
}
.size-12 {
    width: 3rem !important;
    height: 3rem !important;
}
.size-16 {
    width: 4rem !important;
    height: 4rem !important;
}
.size-2 {
    width: 0.5rem !important;
    height: 0.5rem !important;
}
.size-3\.5 {
    width: 0.875rem !important;
    height: 0.875rem !important;
}
.size-4 {
    width: 1rem !important;
    height: 1rem !important;
}
.size-5 {
    width: 1.25rem !important;
    height: 1.25rem !important;
}
.size-6 {
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.size-9 {
    width: 2.25rem !important;
    height: 2.25rem !important;
}
.size-\[35px\] {
    width: 35px !important;
    height: 35px !important;
}
.\!h-4 {
    height: 1rem !important;
}
.\!h-7 {
    height: 1.75rem !important;
}
.\!h-8 {
    height: 2rem !important;
}
.\!h-9 {
    height: 2.25rem !important;
}
.h-0\.5 {
    height: 0.125rem !important;
}
.h-1 {
    height: 0.25rem !important;
}
.h-1\.5 {
    height: 0.375rem !important;
}
.h-10 {
    height: 2.5rem !important;
}
.h-2\.5 {
    height: 0.625rem !important;
}
.h-3 {
    height: 0.75rem !important;
}
.h-4 {
    height: 1rem !important;
}
.h-5 {
    height: 1.25rem !important;
}
.h-6 {
    height: 1.5rem !important;
}
.h-7 {
    height: 1.75rem !important;
}
.h-8 {
    height: 2rem !important;
}
.h-9 {
    height: 2.25rem !important;
}
.h-\[100dvh\] {
    height: 100dvh !important;
}
.h-\[1em\] {
    height: 1em !important;
}
.h-\[30px\] {
    height: 30px !important;
}
.h-\[35dvh\] {
    height: 35dvh !important;
}
.h-\[35px\] {
    height: 35px !important;
}
.h-\[58dvh\] {
    height: 58dvh !important;
}
.h-\[74px\] {
    height: 74px !important;
}
.h-\[calc\(100\%-1px\)\] {
    height: calc(100% - 1px) !important;
}
.h-\[calc\(100dvh-max\(12px\2c env\(safe-area-inset-top\)\)\)\] {
    height: calc(100dvh - max(12px, env(safe-area-inset-top))) !important;
}
.h-\[var\(--accordion-panel-height\)\] {
    height: var(--accordion-panel-height) !important;
}
.h-\[var\(--gfi-iframe-h\)\] {
    height: var(--gfi-iframe-h) !important;
}
.h-\[var\(--gfi-size\)\] {
    height: var(--gfi-size) !important;
}
.h-auto {
    height: auto !important;
}
.h-full {
    height: 100% !important;
}
.h-px {
    height: 1px !important;
}
.h-screen {
    height: 100vh !important;
}
.max-h-4 {
    max-height: 1rem !important;
}
.max-h-72 {
    max-height: 18rem !important;
}
.max-h-\[220px\] {
    max-height: 220px !important;
}
.max-h-\[320px\] {
    max-height: 320px !important;
}
.max-h-\[620px\] {
    max-height: 620px !important;
}
.max-h-\[74px\] {
    max-height: 74px !important;
}
.max-h-\[var\(--available-height\)\] {
    max-height: var(--available-height) !important;
}
.max-h-full {
    max-height: 100% !important;
}
.max-h-none {
    max-height: none !important;
}
.\!min-h-4 {
    min-height: 1rem !important;
}
.min-h-0 {
    min-height: 0px !important;
}
.min-h-10 {
    min-height: 2.5rem !important;
}
.min-h-12 {
    min-height: 3rem !important;
}
.min-h-14 {
    min-height: 3.5rem !important;
}
.min-h-24 {
    min-height: 6rem !important;
}
.min-h-28 {
    min-height: 7rem !important;
}
.min-h-5 {
    min-height: 1.25rem !important;
}
.min-h-64 {
    min-height: 16rem !important;
}
.min-h-\[100px\] {
    min-height: 100px !important;
}
.min-h-\[120px\] {
    min-height: 120px !important;
}
.min-h-\[220px\] {
    min-height: 220px !important;
}
.min-h-\[30vh\] {
    min-height: 30vh !important;
}
.min-h-\[320px\] {
    min-height: 320px !important;
}
.min-h-\[74px\] {
    min-height: 74px !important;
}
.min-h-full {
    min-height: 100% !important;
}
.\!w-4 {
    width: 1rem !important;
}
.\!w-full {
    width: 100% !important;
}
.w-1 {
    width: 0.25rem !important;
}
.w-1\.5 {
    width: 0.375rem !important;
}
.w-1\/2 {
    width: 50% !important;
}
.w-10 {
    width: 2.5rem !important;
}
.w-11 {
    width: 2.75rem !important;
}
.w-12 {
    width: 3rem !important;
}
.w-14 {
    width: 3.5rem !important;
}
.w-16 {
    width: 4rem !important;
}
.w-2\.5 {
    width: 0.625rem !important;
}
.w-24 {
    width: 6rem !important;
}
.w-28 {
    width: 7rem !important;
}
.w-3 {
    width: 0.75rem !important;
}
.w-36 {
    width: 9rem !important;
}
.w-4 {
    width: 1rem !important;
}
.w-5 {
    width: 1.25rem !important;
}
.w-6 {
    width: 1.5rem !important;
}
.w-64 {
    width: 16rem !important;
}
.w-7 {
    width: 1.75rem !important;
}
.w-8 {
    width: 2rem !important;
}
.w-9 {
    width: 2.25rem !important;
}
.w-\[1em\] {
    width: 1em !important;
}
.w-\[250px\] {
    width: 250px !important;
}
.w-\[30px\] {
    width: 30px !important;
}
.w-\[35px\] {
    width: 35px !important;
}
.w-\[calc\(100\%-18px\)\] {
    width: calc(100% - 18px) !important;
}
.w-\[var\(--anchor-width\)\] {
    width: var(--anchor-width) !important;
}
.w-\[var\(--gfi-size\)\] {
    width: var(--gfi-size) !important;
}
.w-auto {
    width: auto !important;
}
.w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.w-full {
    width: 100% !important;
}
.w-px {
    width: 1px !important;
}
.w-screen {
    width: 100vw !important;
}
.\!min-w-4 {
    min-width: 1rem !important;
}
.min-w-0 {
    min-width: 0px !important;
}
.min-w-10 {
    min-width: 2.5rem !important;
}
.min-w-12 {
    min-width: 3rem !important;
}
.min-w-5 {
    min-width: 1.25rem !important;
}
.min-w-64 {
    min-width: 16rem !important;
}
.min-w-8 {
    min-width: 2rem !important;
}
.min-w-9 {
    min-width: 2.25rem !important;
}
.min-w-\[150px\] {
    min-width: 150px !important;
}
.min-w-\[16px\] {
    min-width: 16px !important;
}
.min-w-\[220px\] {
    min-width: 220px !important;
}
.min-w-\[300px\] {
    min-width: 300px !important;
}
.max-w-4 {
    max-width: 1rem !important;
}
.max-w-\[560px\] {
    max-width: 560px !important;
}
.max-w-\[760px\] {
    max-width: 760px !important;
}
.max-w-full {
    max-width: 100% !important;
}
.max-w-lg {
    max-width: 32rem !important;
}
.max-w-none {
    max-width: none !important;
}
.max-w-sm {
    max-width: 24rem !important;
}
.\!flex-1 {
    flex: 1 1 0% !important;
}
.\!flex-none {
    flex: none !important;
}
.flex-1 {
    flex: 1 1 0% !important;
}
.shrink {
    flex-shrink: 1 !important;
}
.shrink-0 {
    flex-shrink: 0 !important;
}
.grow {
    flex-grow: 1 !important;
}
.border-collapse {
    border-collapse: collapse !important;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-0 {
    --tw-translate-x: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-y-0 {
    --tw-translate-y: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.animate-spin {
    animation: spin 1s linear infinite !important;
}
.\!cursor-pointer {
    cursor: pointer !important;
}
.cursor-crosshair {
    cursor: crosshair !important;
}
.cursor-default {
    cursor: default !important;
}
.cursor-ew-resize {
    cursor: ew-resize !important;
}
.cursor-grab {
    cursor: grab !important;
}
.cursor-ns-resize {
    cursor: ns-resize !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.touch-none {
    touch-action: none !important;
}
.select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
}
.select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
}
.resize {
    resize: both !important;
}
.\!list-none {
    list-style-type: none !important;
}
.list-none {
    list-style-type: none !important;
}
.\!appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}
.appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}
.auto-rows-min {
    grid-auto-rows: min-content !important;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-\[24px_1fr_32px\] {
    grid-template-columns: 24px 1fr 32px !important;
}
.grid-cols-\[24px_1fr_auto\] {
    grid-template-columns: 24px 1fr auto !important;
}
.grid-cols-\[32px_1fr\] {
    grid-template-columns: 32px 1fr !important;
}
.grid-cols-\[7rem_1fr\] {
    grid-template-columns: 7rem 1fr !important;
}
.grid-cols-\[8rem_1fr\] {
    grid-template-columns: 8rem 1fr !important;
}
.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1\.15fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1.15fr) !important;
}
.grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-col {
    flex-direction: column !important;
}
.flex-col-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.place-items-center {
    place-items: center !important;
}
.items-start {
    align-items: flex-start !important;
}
.\!items-center {
    align-items: center !important;
}
.items-center {
    align-items: center !important;
}
.items-baseline {
    align-items: baseline !important;
}
.items-stretch {
    align-items: stretch !important;
}
.\!justify-start {
    justify-content: flex-start !important;
}
.justify-start {
    justify-content: flex-start !important;
}
.justify-end {
    justify-content: flex-end !important;
}
.\!justify-center {
    justify-content: center !important;
}
.justify-center {
    justify-content: center !important;
}
.justify-between {
    justify-content: space-between !important;
}
.\!gap-0 {
    gap: 0px !important;
}
.gap-0 {
    gap: 0px !important;
}
.gap-0\.5 {
    gap: 0.125rem !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-1\.5 {
    gap: 0.375rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-2\.5 {
    gap: 0.625rem !important;
}
.gap-3 {
    gap: 0.75rem !important;
}
.gap-4 {
    gap: 1rem !important;
}
.gap-6 {
    gap: 1.5rem !important;
}
.gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
}
.gap-y-1 {
    row-gap: 0.25rem !important;
}
.gap-y-1\.5 {
    row-gap: 0.375rem !important;
}
.gap-y-2 {
    row-gap: 0.5rem !important;
}
.gap-y-3 {
    row-gap: 0.75rem !important;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.self-start {
    align-self: flex-start !important;
}
.self-center {
    align-self: center !important;
}
.self-stretch {
    align-self: stretch !important;
}
.justify-self-end {
    justify-self: end !important;
}
.overflow-auto {
    overflow: auto !important;
}
.\!overflow-hidden {
    overflow: hidden !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overscroll-contain {
    overscroll-behavior: contain !important;
}
.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.whitespace-nowrap {
    white-space: nowrap !important;
}
.text-balance {
    text-wrap: balance !important;
}
.break-words {
    overflow-wrap: break-word !important;
}
.\!rounded-full {
    border-radius: 9999px !important;
}
.\!rounded-none {
    border-radius: 0px !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-\[3px\] {
    border-radius: 3px !important;
}
.rounded-full {
    border-radius: 9999px !important;
}
.rounded-lg {
    border-radius: 0.5rem !important;
}
.rounded-md {
    border-radius: 0.375rem !important;
}
.rounded-none {
    border-radius: 0px !important;
}
.rounded-sm {
    border-radius: 0.125rem !important;
}
.rounded-xl {
    border-radius: 0.75rem !important;
}
.rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
}
.rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}
.rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}
.\!border {
    border-width: 1px !important;
}
.\!border-0 {
    border-width: 0px !important;
}
.border {
    border-width: 1px !important;
}
.border-0 {
    border-width: 0px !important;
}
.border-2 {
    border-width: 2px !important;
}
.\!border-x {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}
.\!border-b {
    border-bottom-width: 1px !important;
}
.\!border-b-0 {
    border-bottom-width: 0px !important;
}
.\!border-l {
    border-left-width: 1px !important;
}
.\!border-r {
    border-right-width: 1px !important;
}
.\!border-t {
    border-top-width: 1px !important;
}
.border-b {
    border-bottom-width: 1px !important;
}
.border-b-0 {
    border-bottom-width: 0px !important;
}
.border-l {
    border-left-width: 1px !important;
}
.border-l-0 {
    border-left-width: 0px !important;
}
.border-l-2 {
    border-left-width: 2px !important;
}
.border-r-0 {
    border-right-width: 0px !important;
}
.border-t {
    border-top-width: 1px !important;
}
.border-t-0 {
    border-top-width: 0px !important;
}
.\!border-solid {
    border-style: solid !important;
}
.border-solid {
    border-style: solid !important;
}
.border-dashed {
    border-style: dashed !important;
}
.\!border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}
.\!border-panel-header {
    border-color: var(--color-panel-header-bg) !important;
}
.\!border-routing-border {
    border-color: var(--color-routing-border) !important;
}
.\!border-routing-border-hover {
    border-color: var(--color-routing-border-hover) !important;
}
.\!border-routing-border-subtle {
    border-color: var(--color-routing-border-subtle) !important;
}
.\!border-transparent {
    border-color: transparent !important;
}
.border-base-fg-medium {
    border-color: var(--color-base-fg-medium) !important;
}
.border-divider {
    border-color: var(--color-divider) !important;
}
.border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3) !important;
}
.border-routing-border {
    border-color: var(--color-routing-border) !important;
}
.border-theme {
    border-color: var(--color-theme) !important;
}
.border-tool-button-border-focus {
    border-color: var(--color-tool-button-border-focus) !important;
}
.border-transparent {
    border-color: transparent !important;
}
.border-zinc-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}
.\!border-x-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-gray-200 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-r-gray-200 {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-t-gray-200 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.\!bg-base {
    background-color: var(--color-base) !important;
}
.\!bg-button-bg {
    background-color: var(--color-button-bg) !important;
}
.\!bg-divider {
    background-color: var(--color-divider) !important;
}
.\!bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-50\/60 {
    background-color: rgb(249 250 251 / 0.6) !important;
}
.\!bg-panel-header {
    background-color: var(--color-panel-header-bg) !important;
}
.\!bg-panel-header-fg {
    background-color: var(--color-panel-header-fg) !important;
}
.\!bg-routing-border {
    background-color: var(--color-routing-border) !important;
}
.\!bg-routing-border-subtle {
    background-color: var(--color-routing-border-subtle) !important;
}
.\!bg-theme {
    background-color: var(--color-theme) !important;
}
.\!bg-tool-button {
    background-color: var(--color-tool-button-bg) !important;
}
.\!bg-transparent {
    background-color: transparent !important;
}
.\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#345498\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(52 84 152 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[var\(--swatch\)\] {
    background-color: var(--swatch) !important;
}
.bg-\[var\(\.\.\.\)\] {
    background-color: var(...) !important;
}
.bg-base {
    background-color: var(--color-base) !important;
}
.bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
}
.bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.bg-button-bg {
    background-color: var(--color-button-bg) !important;
}
.bg-divider {
    background-color: var(--color-divider) !important;
}
.bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-500\/30 {
    background-color: rgb(107 114 128 / 0.3) !important;
}
.bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1)) !important;
}
.bg-panel-header {
    background-color: var(--color-panel-header-bg) !important;
}
.bg-red-500\/10 {
    background-color: rgb(239 68 68 / 0.1) !important;
}
.bg-red-500\/15 {
    background-color: rgb(239 68 68 / 0.15) !important;
}
.bg-theme {
    background-color: var(--color-theme) !important;
}
.bg-tool-button {
    background-color: var(--color-tool-button-bg) !important;
}
.bg-tool-button-active {
    background-color: var(--color-tool-button-bg-active) !important;
}
.bg-tool-button-disabled {
    background-color: var(--color-tool-button-bg-disabled) !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-zinc-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.bg-center {
    background-position: center !important;
}
.bg-no-repeat {
    background-repeat: no-repeat !important;
}
.stroke-base-fg-medium {
    stroke: var(--color-base-fg-medium) !important;
}
.object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
}
.object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.\!p-0 {
    padding: 0px !important;
}
.p-0 {
    padding: 0px !important;
}
.p-0\.5 {
    padding: 0.125rem !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-2\.5 {
    padding: 0.625rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.p-\[3px\] {
    padding: 3px !important;
}
.\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}
.\!py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}
.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.\!pb-0 {
    padding-bottom: 0px !important;
}
.\!pb-1 {
    padding-bottom: 0.25rem !important;
}
.\!pb-2 {
    padding-bottom: 0.5rem !important;
}
.\!pt-0 {
    padding-top: 0px !important;
}
.\!pt-2 {
    padding-top: 0.5rem !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-5 {
    padding-bottom: 1.25rem !important;
}
.pb-6 {
    padding-bottom: 1.5rem !important;
}
.pb-\[env\(safe-area-inset-bottom\)\] {
    padding-bottom: env(safe-area-inset-bottom) !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-3 {
    padding-left: 0.75rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.pl-8 {
    padding-left: 2rem !important;
}
.pl-\[18px\] {
    padding-left: 18px !important;
}
.pl-\[52px\] {
    padding-left: 52px !important;
}
.pl-\[max\(12px\2c env\(safe-area-inset-left\)\)\] {
    padding-left: max(12px, env(safe-area-inset-left)) !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pr-12 {
    padding-right: 3rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pr-7 {
    padding-right: 1.75rem !important;
}
.pr-9 {
    padding-right: 2.25rem !important;
}
.pr-\[max\(12px\2c env\(safe-area-inset-right\)\)\] {
    padding-right: max(12px, env(safe-area-inset-right)) !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-0\.5 {
    padding-top: 0.125rem !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.\!text-left {
    text-align: left !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.font-base {
    font-family: var(--font-base) !important;
}
.font-base-bold {
    font-family: var(--font-base-bold) !important;
}
.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.font-sans {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
.\!text-\[16px\] {
    font-size: 16px !important;
}
.\!text-base {
    font-size: var(--font-base-size) !important;
}
.\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.text-\[1\.25rem\] {
    font-size: 1.25rem !important;
}
.text-\[10px\] {
    font-size: 10px !important;
}
.text-\[11px\] {
    font-size: 11px !important;
}
.text-\[13px\] {
    font-size: 13px !important;
}
.text-\[1rem\] {
    font-size: 1rem !important;
}
.text-\[2em\] {
    font-size: 2em !important;
}
.text-\[9px\] {
    font-size: 9px !important;
}
.text-\[smaller\] {
    font-size: smaller !important;
}
.text-base {
    font-size: var(--font-base-size) !important;
}
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.\!font-bold {
    font-weight: 700 !important;
}
.\!font-medium {
    font-weight: 500 !important;
}
.\!font-normal {
    font-weight: 400 !important;
}
.font-bold {
    font-weight: 700 !important;
}
.font-medium {
    font-weight: 500 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.italic {
    font-style: italic !important;
}
.tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.\!leading-\[1\.4\] {
    line-height: 1.4 !important;
}
.leading-\[1\.3\] {
    line-height: 1.3 !important;
}
.leading-\[1\.55\] {
    line-height: 1.55 !important;
}
.leading-none {
    line-height: 1 !important;
}
.leading-normal {
    line-height: 1.5 !important;
}
.leading-snug {
    line-height: 1.375 !important;
}
.leading-tight {
    line-height: 1.25 !important;
}
.tracking-\[0\.08em\] {
    letter-spacing: 0.08em !important;
}
.tracking-wide {
    letter-spacing: 0.025em !important;
}
.\!text-\[\#345498\] {
    --tw-text-opacity: 1 !important;
    color: rgb(52 84 152 / var(--tw-text-opacity, 1)) !important;
}
.\!text-alert {
    color: var(--color-alert) !important;
}
.\!text-base {
    color: var(--color-base) !important;
}
.\!text-base-fg {
    color: var(--color-base-fg) !important;
}
.\!text-base-fg-medium {
    color: var(--color-base-fg-medium) !important;
}
.\!text-button {
    color: var(--color-button) !important;
}
.\!text-current {
    color: currentColor !important;
}
.\!text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.\!text-inherit {
    color: inherit !important;
}
.\!text-panel-header {
    color: var(--color-panel-header-bg) !important;
}
.\!text-panel-header-fg {
    color: var(--color-panel-header-fg) !important;
}
.\!text-theme {
    color: var(--color-theme) !important;
}
.\!text-tool-button-fg {
    color: var(--color-tool-button-fg) !important;
}
.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-zinc-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1)) !important;
}
.\!text-zinc-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}
.text-alert {
    color: var(--color-alert) !important;
}
.text-base {
    color: var(--color-base) !important;
}
.text-base-fg {
    color: var(--color-base-fg) !important;
}
.text-base-fg-medium {
    color: var(--color-base-fg-medium) !important;
}
.text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1)) !important;
}
.text-current {
    color: currentColor !important;
}
.text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.text-inherit {
    color: inherit !important;
}
.text-panel-header {
    color: var(--color-panel-header-bg) !important;
}
.text-panel-header-fg {
    color: var(--color-panel-header-fg) !important;
}
.text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !important;
}
.text-red-950 {
    --tw-text-opacity: 1 !important;
    color: rgb(69 10 10 / var(--tw-text-opacity, 1)) !important;
}
.text-theme {
    color: var(--color-theme) !important;
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-white\/90 {
    color: rgb(255 255 255 / 0.9) !important;
}
.text-zinc-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1)) !important;
}
.text-zinc-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}
.underline {
    text-decoration-line: underline !important;
}
.underline-offset-2 {
    text-underline-offset: 2px !important;
}
.\!accent-theme {
    accent-color: var(--color-theme) !important;
}
.accent-theme {
    accent-color: var(--color-theme) !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-60 {
    opacity: 0.6 !important;
}
.opacity-\[var\(--swatch-opacity\)\] {
    opacity: var(--swatch-opacity) !important;
}
.\!shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.176\)\] {
    --tw-shadow: 0 6px 12px rgba(0,0,0,0.176) !important;
    --tw-shadow-colored: 0 6px 12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.outline {
    outline-style: solid !important;
}
.\!ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.blur {
    --tw-blur: blur(8px) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!transition-none {
    transition-property: none !important;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-\[transform\2c height\] {
    transition-property: transform,height !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.duration-100 {
    transition-duration: 100ms !important;
}
.duration-200 {
    transition-duration: 200ms !important;
}
.duration-300 {
    transition-duration: 300ms !important;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.\[font\:inherit\] {
    font: inherit !important;
}
.\[line-height\:inherit\] {
    line-height: inherit !important;
}
.\[overflow-wrap\:anywhere\] {
    overflow-wrap: anywhere !important;
}
.\[scrollbar-width\:none\] {
    scrollbar-width: none !important;
}
.\[transform\:translateY\(0\)\] {
    transform: translateY(0) !important;
}
.\[transform\:translateY\(100\%\)\] {
    transform: translateY(100%) !important;
}

/* getCoord tool: persistent map marker placed by CoordMarkerService.
   Kept unlayered so the rules win against any unlayered Bootstrap 3 declaration
   by class specificity — layered rules would always lose to unlayered ones.
   @apply works fine outside @layer; it's just a compile-time inliner.

   `transform` is plain CSS, not Tailwind's translate utilities: those build
   a composite transform expression backed by CSS variables that preflight
   initialises (--tw-rotate, --tw-skew-x, …). With `preflight: false` those
   vars are undefined → the whole transform is invalid → the browser drops
   it, breaking positioning. */
.coord-marker-dot {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 127 0 / var(--tw-border-opacity, 1));
    background-color: transparent;
    transform: translate(-50%, -50%);
}

.coord-marker-dot__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 127 0 / var(--tw-bg-opacity, 1));
    transform: translate(-50%, -50%);
}

/* Exporter Download CTA. Bootstrap 3's `a { color:#337ab7 }` and
   `a:hover, a:focus { color:#23527c; text-decoration:underline }` outrank a
   single Tailwind utility class on this `<a role="button">`, which is why the
   label was unreadable on hover and the bg sometimes failed to paint at rest.
   Selector specificity (0,2,1) for rest and (0,3,1) for hover/focus beats both
   Bootstrap rules cleanly — no !important needed. Scoped to `.exporter-tool`
   so it only targets the migrated Exporter and cannot leak elsewhere. */
.exporter-tool a.download-cta,
.exporter-tool a.download-cta:link,
.exporter-tool a.download-cta:visited {
    color: #fff;
    background-color: var(--color-theme);
    text-decoration: none;
}

.exporter-tool a.download-cta:hover,
.exporter-tool a.download-cta:focus,
.exporter-tool a.download-cta:active {
    color: #fff;
    background-color: var(--color-theme-active);
    text-decoration: none;
}

/* Routing waypoint location button.

   The tool-window legacy rule `.tool-window button` sets button text colors on
   hover. FontAwesome paths use `fill="currentColor"`, so inherited hover color
   can make this icon disappear. Keep the override scoped to this one button and
   set the SVG/path fill directly with routing-safe theme tokens. */
.routing-location-button .routing-location-icon,
.routing-location-button .routing-location-icon path {
    color: var(--color-button) !important;
    fill: var(--color-button) !important;
}

.routing-location-button:hover .routing-location-icon,
.routing-location-button:focus .routing-location-icon,
.routing-location-button:hover .routing-location-icon path,
.routing-location-button:focus .routing-location-icon path {
    color: var(--color-routing-icon-muted) !important;
    fill: var(--color-routing-icon-muted) !important;
}

/* Importer: let the tool own its scroll + footer.

   The legacy `.win-body` (modules/window/style.less:91-98) is the scroll
   container for every React-mounted tool: `overflow-y:auto; max-height:80vh;
   padding:10px 20px`. By default a tool's content grows and `.win-body`
   scrolls the whole thing — which let the Importer's long step bodies (the WMS
   service catalog in SelectWms) push the wizard footer out of view / overlay it.

   Making `.win-body` a flex column lets the Importer root (`[data-importer-root]`,
   its only child — `mountReactTool` renders the component directly into
   `.win-body`) stretch to fill that capped height via `flex-1 min-h-0`. The
   root then drives a single `flex-1 min-h-0 overflow-y-auto` step body and a
   `shrink-0` footer row, so `.win-body` itself never overflows and its own
   bottom padding stays clean below the footer (no content peeking through).

   `:has(> …)` scopes this strictly to `.win-body` instances that actually
   contain the Importer, so no other tool's window layout is affected.
   Unlayered (like the rules above) so it wins the cascade against Bootstrap 3
   with `preflight:false`. */
.win-body:has(> [data-importer-root]) {
    display: flex;
    flex-direction: column;
}

/* Shared radio/checkbox option primitives — used by the shared
   `src/components/ui/option.tsx` (RadioOption/CheckboxOption), which the
   importer AND reachability both render, so the two tools get the identical
   control.

   Scoped under `:is([data-importer-root], [data-reachability-root])` — each tool
   root carries its `data-<tool>-root` attribute. That is deliberate: with
   `preflight:false` Bootstrap 3 is still live, and a bare single-class rule
   (0,1,0) loses to Bootstrap selectors like `input[type="checkbox"]` (0,1,1).
   `:is([data-…-root])` lifts each rule to ≥(0,2,0) so it beats those Bootstrap
   form resets and `.tool-window button` cleanly, no `!important` needed.

   CRITICAL: the indicator uses `border-2 border-solid` — with `preflight:false`
   a bare `border-2` sets only width (style defaults to `none`) and the box is
   INVISIBLE (L029). Colours are Tailwind tokens (`blue-700`/`slate-400`/`white`,
   the importer's original values) so both tools render the same control; no raw
   hex; spacing on the Tailwind scale. Width is set per call site (`w-full`). */
:is([data-importer-root], [data-reachability-root]) .tool-option {
    position: relative;
    margin: 0px;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 1.25;

    transition: background 150ms, border-color 150ms;
}

/* Reachability packs its radios/checkboxes into inline rows, so it runs a tighter
   pill than the importer's stacked list. Same (0,2,0) specificity, declared after
   the shared rule so the reduced padding/gap wins for the reachability root only. */
[data-reachability-root] .tool-option {
    gap: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

/* Indents child rows so they align under their parent (legacy `pl-6`/32px
   indent for ParseWms's `childrenLayer` rows). `pl-8` follows `px-3`, so the
   later left-padding wins while top/bottom/right stay at the base values. */
:is([data-importer-root], [data-reachability-root]) .tool-option--indent {
    padding-left: 2rem;
}

:is([data-importer-root], [data-reachability-root]) .tool-option--checked {
    border-color: rgb(29 78 216 / 0.4);
    background-color: rgb(29 78 216 / 0.06);
}

:is([data-importer-root], [data-reachability-root]) .tool-option--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Visually-hidden native <input>; kept in the DOM for role+name a11y and
   `(input as HTMLInputElement).checked` test queries. `sr-only` is exactly the
   old inline absolute/clip pattern. Scoped so it beats Bootstrap's
   `input[type="checkbox"]` reset (0,1,1) which would otherwise restore the
   input's margin/appearance and reveal the native control next to ours. */
:is([data-importer-root], [data-reachability-root]) .tool-option__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:is([data-importer-root], [data-reachability-root]) .tool-option__indicator {
    box-sizing: border-box;
    display: inline-flex;
    height: 1rem;
    width: 1rem;
    min-width: 1rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:is([data-importer-root], [data-reachability-root]) .tool-option__indicator--radio {
    border-radius: 9999px;
}

:is([data-importer-root], [data-reachability-root]) .tool-option__indicator--checkbox {
    border-radius: 3px;
}

:is([data-importer-root], [data-reachability-root]) .tool-option--checked .tool-option__indicator {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

:is([data-importer-root], [data-reachability-root]) .tool-option--checked .tool-option__indicator--checkbox {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* The filled bullet inside a checked radio indicator. */
:is([data-importer-root], [data-reachability-root]) .tool-option__dot {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

:is([data-importer-root], [data-reachability-root]) .tool-option__label {
    font-weight: 400;
}

:is([data-importer-root], [data-reachability-root]) .tool-option--checked .tool-option__label {
    font-weight: 500;
}

/* Importer wizard progress-bar fill. The width is a runtime percentage handed
   in via the `--importer-progress` custom property (set on the element by
   `Importer.tsx`'s `ProgressFill`) — keeping the declaration here rather than
   as an inline `style={{width}}`. Defaults to 0% before the ref effect runs. */
[data-importer-root] .importer-progress-fill {
    width: var(--importer-progress, 0%);
}

/* GFI side panel — keep the map controls + background switcher reachable when
   the drawer is open (review feedback: they were hidden behind it).

   GfiPanel.tsx flips `.gfi-panel-open` on `.masterportal-container` and writes
   the drawer's runtime size into `--gfi-panel-width` (desktop, right drawer) or
   `--gfi-panel-height` (mobile, bottom sheet). The movement is a plain-CSS
   `transform: translate(...)` — base-offset-agnostic, so we don't have to know
   or override each element's own `right`/`bottom` value, and unlike Tailwind's
   translate utilities it doesn't depend on the preflight-initialised `--tw-*`
   vars (which are absent with `preflight:false`).

   The two-class selector (`.masterportal-container.gfi-panel-open …`, ≥0,3,0)
   beats the legacy single-class control rules (modules/controls/style.less,
   `right:30px`) and the backgroundSwitcher addon (`.background-switcher`) by
   specificity — neither file is touched (addons/ is a separate repo). Vars
   default to 0px, so nothing moves while the panel is closed. */
.masterportal-container .control-view-top-right,
.masterportal-container .control-view-bottom-right,
.masterportal-container .control-view-bottom-left,
.masterportal-container .control-view-bottom,
.masterportal-container .background-switcher {
    transition: transform 200ms ease;
}

/* Top-right cluster: only the desktop right-drawer covers it → left-shift. */
.masterportal-container.gfi-panel-open .control-view-top-right {
    transform: translateX(calc(-1 * var(--gfi-panel-width, 0px)));
}

/* Bottom-right + switcher: covered by the right drawer (desktop) and the bottom
   sheet (mobile) → shift left on desktop, lift on mobile (the other var is 0). */
.masterportal-container.gfi-panel-open .control-view-bottom-right,
.masterportal-container.gfi-panel-open .background-switcher {
    transform: translate(calc(-1 * var(--gfi-panel-width, 0px)), calc(-1 * var(--gfi-panel-height, 0px)));
}

/* Left/centre bottom clusters: only the mobile bottom sheet covers them → lift. */
.masterportal-container.gfi-panel-open .control-view-bottom-left,
.masterportal-container.gfi-panel-open .control-view-bottom {
    transform: translateY(calc(-1 * var(--gfi-panel-height, 0px)));
}

/* Keep the footer on top of the GFI drawer (z 1050) and the collapsed rail
   (z 1040) while either is open — the footer must stay visible, not be covered.
   `.footer-custom` (bbviewer addon) and `.footer` (stock module) are siblings of
   `#map` inside `.masterportal-container`, so they share the panel's stacking
   context and a higher z-index lifts them above it. Scoped to `.gfi-panel-open`
   and authored here (not in modules/ or addons/) so the footer's own stacking
   is untouched when no GFI overlay is showing. */
.masterportal-container.gfi-panel-open .footer-custom,
.masterportal-container.gfi-panel-open .footer {
    z-index: 1060;
}

/* printLGB tool: neutralize Bootstrap 3's global form-element scope.
   With `preflight:false` Bootstrap still applies `input[type="radio"]{margin:4px 0 0}`
   and `input[type="checkbox"]{…}` (specificity 0,1,1) — which OUTRANK Tailwind's
   `.m-0` (0,1,0) — plus `label{margin-bottom:5px; font-weight:700}`. That skews the
   native radios/checkboxes (the vertical offset) and label spacing in the React
   print tool. The `#printTool` id selector (1,0,x) beats those cleanly, no
   `!important`, and is scoped to the tool so nothing else is affected. The
   component's Tailwind classes (gap/pl/font-weight) then control the layout. */
#printTool label {
    margin: 0;
    max-width: none;
}

#printTool input[type="radio"],
#printTool input[type="checkbox"] {
    margin: 0;
    margin-top: 0;
}

/* GFI drawer + legend panel title bars share ONE look (the light-grey header
   with the semibold ~18px title). masterportal scopes its compiled heading
   rules under `.masterportal-container` (e.g. `.masterportal-container h2`,
   specificity 0,1,1), which outranks a single `!text-[18px]` utility (0,1,0)
   on the legend's <h2>. This two-class selector (0,2,0) + !important beats it,
   so both the GfiHeader <span> and the Legend <h2> render identically. */
.masterportal-container .gfi-panel-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

/* Reachability tool lives inside the legacy `.tool-window`, whose
   `.tool-window button` rule (modules/window/style.less:150-168) forces a purple
   background at rest, a grey `1px solid` border on `:hover` and a focus
   box-shadow onto EVERY <button> — specificity up to (0,2,1), which out-specifies
   the buttons' own Tailwind token classes (0,1,0/0,1,1). The per-button
   `!bg-transparent` handles the fill; this attribute-scoped reset removes the
   stray hover border (the grey box the user saw around the ✕/crosshair icons)
   for the whole subtree, same `[data-<tool>-root]` technique as the importer
   block above. The focus box-shadow is left as the focus indicator. All in-panel
   reachability buttons are transparent icon/ghost buttons; the ExportDialog's
   themed buttons render in a portal OUTSIDE this root, so they're unaffected.
   (L029) */
[data-reachability-root] button {
    border: 0 !important;
}

/* Reachability range slider — custom-styled native `<input type="range">`
   (src/components/ui/slider.tsx). Base UI's headless Slider collapsed under
   `preflight:false` (thumb clipped by the track's overflow; transform-based
   centring dropped), so — like the `.tool-option` radio/checkbox above — we
   style a native element directly. Pseudo-elements can't be reached by Tailwind
   utilities, so these are raw rules; every colour is a project token via its
   CSS custom property (resolved inside `.masterportal-container`). The fill
   follows the value through `--range-progress` (set inline, a runtime %). The
   attribute + class selector is (0,2,0), so it beats Bootstrap's bare
   `input[type="range"]` reset without `!important`. */
[data-reachability-root] .ui-slider {
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    padding: 0px;

    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    height: 1.125rem;
}

[data-reachability-root] .ui-slider:focus {
    outline: none;
}

/* Track — WebKit/Blink: solid rail with a theme-coloured fill up to the thumb. */
[data-reachability-root] .ui-slider::-webkit-slider-runnable-track {
    height: 0.5rem;
    border-radius: 9999px;
    background: linear-gradient(
        to right,
        var(--color-theme) 0 var(--range-progress, 0%),
        color-mix(in srgb, var(--color-base-fg-medium) 25%, transparent) var(--range-progress, 0%) 100%
    );
}

/* Track — Firefox: rail + native progress element for the fill. */
[data-reachability-root] .ui-slider::-moz-range-track {
    height: 0.5rem;
    border-radius: 9999px;
    background: color-mix(in srgb, var(--color-base-fg-medium) 25%, transparent);
}

[data-reachability-root] .ui-slider::-moz-range-progress {
    height: 0.5rem;
    border-radius: 9999px;
    background: var(--color-theme);
}

/* Thumb — WebKit/Blink. margin-top centres the 0.875rem thumb on the 0.5rem
   track: (0.5 − 0.875) / 2 = −0.1875rem. */
[data-reachability-root] .ui-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.875rem;
    height: 0.875rem;
    margin-top: -0.1875rem;
    border-radius: 9999px;
    border: 2px solid var(--color-base);
    background: var(--color-theme);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: background 150ms;
    transition: background 150ms;
}

[data-reachability-root] .ui-slider::-webkit-slider-thumb:hover {
    background: var(--color-theme-hover);
}

/* Thumb — Firefox. */
[data-reachability-root] .ui-slider::-moz-range-thumb {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 9999px;
    border: 2px solid var(--color-base);
    background: var(--color-theme);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -moz-transition: background 150ms;
    transition: background 150ms;
}

[data-reachability-root] .ui-slider::-moz-range-thumb:hover {
    background: var(--color-theme-hover);
}

/* Focus ring on the thumb (keyboard focus). */
[data-reachability-root] .ui-slider:focus-visible::-webkit-slider-thumb {
    outline: 2px solid var(--color-tool-button-border-focus);
    outline-offset: 2px;
}

[data-reachability-root] .ui-slider:focus-visible::-moz-range-thumb {
    outline: 2px solid var(--color-tool-button-border-focus);
    outline-offset: 2px;
}

[data-reachability-root] .ui-slider:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.\*\:\[svg\:not\(\[class\*\=\'size-\'\]\)\] > * {
    svg: not([class*='size-']) !important;
}

.after\:\!pointer-events-none::after {
    content: var(--tw-content) !important;
    pointer-events: none !important;
}

.after\:\!absolute::after {
    content: var(--tw-content) !important;
    position: absolute !important;
}

.after\:absolute::after {
    content: var(--tw-content) !important;
    position: absolute !important;
}

.after\:-inset-x-3::after {
    content: var(--tw-content) !important;
    left: -0.75rem !important;
    right: -0.75rem !important;
}

.after\:-inset-y-2::after {
    content: var(--tw-content) !important;
    top: -0.5rem !important;
    bottom: -0.5rem !important;
}

.after\:\!bottom-0::after {
    content: var(--tw-content) !important;
    bottom: 0px !important;
}

.after\:\!left-0::after {
    content: var(--tw-content) !important;
    left: 0px !important;
}

.after\:\!right-0::after {
    content: var(--tw-content) !important;
    right: 0px !important;
}

.after\:\!hidden::after {
    content: var(--tw-content) !important;
    display: none !important;
}

.after\:\!h-px::after {
    content: var(--tw-content) !important;
    height: 1px !important;
}

.after\:\!bg-routing-border-subtle::after {
    content: var(--tw-content) !important;
    background-color: var(--color-routing-border-subtle) !important;
}

.after\:opacity-0::after {
    content: var(--tw-content) !important;
    opacity: 0 !important;
}

.after\:transition-opacity::after {
    content: var(--tw-content) !important;
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.after\:\!content-\[\'\'\]::after {
    --tw-content: '' !important;
    content: var(--tw-content) !important;
}

.odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:h-2:hover {
    height: 0.5rem !important;
}

.hover\:w-2:hover {
    width: 0.5rem !important;
}

.hover\:\!border-0:hover {
    border-width: 0px !important;
}

.hover\:\!border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-routing-border-hover:hover {
    border-color: var(--color-routing-border-hover) !important;
}

.hover\:\!border-transparent:hover {
    border-color: transparent !important;
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-theme:hover {
    border-color: var(--color-theme) !important;
}

.hover\:\!bg-base:hover {
    background-color: var(--color-base) !important;
}

.hover\:\!bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-panel-header:hover {
    background-color: var(--color-panel-header-bg) !important;
}

.hover\:\!bg-routing-border:hover {
    background-color: var(--color-routing-border) !important;
}

.hover\:\!bg-routing-border-subtle:hover {
    background-color: var(--color-routing-border-subtle) !important;
}

.hover\:\!bg-tool-button-hover:hover {
    background-color: var(--color-tool-button-bg-hover) !important;
}

.hover\:\!bg-transparent:hover {
    background-color: transparent !important;
}

.hover\:\!bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-zinc-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black\/5:hover {
    background-color: rgb(0 0 0 / 0.05) !important;
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-theme-active:hover {
    background-color: var(--color-theme-active) !important;
}

.hover\:bg-theme-hover:hover {
    background-color: var(--color-theme-hover) !important;
}

.hover\:bg-tool-button-disabled:hover {
    background-color: var(--color-tool-button-bg-disabled) !important;
}

.hover\:bg-tool-button-hover:hover {
    background-color: var(--color-tool-button-bg-hover) !important;
}

.hover\:\!text-base-fg:hover {
    color: var(--color-base-fg) !important;
}

.hover\:\!text-base-fg-medium:hover {
    color: var(--color-base-fg-medium) !important;
}

.hover\:\!text-button:hover {
    color: var(--color-button) !important;
}

.hover\:\!text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-panel-header:hover {
    color: var(--color-panel-header-bg) !important;
}

.hover\:\!text-routing-icon-muted:hover {
    color: var(--color-routing-icon-muted) !important;
}

.hover\:\!text-theme:hover {
    color: var(--color-theme) !important;
}

.hover\:\!text-tool-button-fg-hover:hover {
    color: var(--color-tool-button-fg-hover) !important;
}

.hover\:\!text-zinc-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-base-fg:hover {
    color: var(--color-base-fg) !important;
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.hover\:underline:hover {
    text-decoration-line: underline !important;
}

.hover\:\!no-underline:hover {
    text-decoration-line: none !important;
}

.hover\:no-underline:hover {
    text-decoration-line: none !important;
}

.hover\:opacity-80:hover {
    opacity: 0.8 !important;
}

.hover\:\!shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:\!shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:\!shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:\!ring-0:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:\!border-0:focus {
    border-width: 0px !important;
}

.focus\:\!border-routing-border-hover:focus {
    border-color: var(--color-routing-border-hover) !important;
}

.focus\:\!border-transparent:focus {
    border-color: transparent !important;
}

.focus\:\!bg-routing-border:focus {
    background-color: var(--color-routing-border) !important;
}

.focus\:\!bg-routing-border-subtle:focus {
    background-color: var(--color-routing-border-subtle) !important;
}

.focus\:\!bg-transparent:focus {
    background-color: transparent !important;
}

.focus\:\!bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:\!text-base-fg:focus {
    color: var(--color-base-fg) !important;
}

.focus\:\!text-button:focus {
    color: var(--color-button) !important;
}

.focus\:\!text-routing-icon-muted:focus {
    color: var(--color-routing-icon-muted) !important;
}

.focus\:\!text-zinc-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1)) !important;
}

.focus\:\!text-zinc-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}

.focus\:\!shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:\!shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:\!shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:\!outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.focus-visible\:\!border-0:focus-visible {
    border-width: 0px !important;
}

.focus-visible\:border-routing-border:focus-visible {
    border-color: var(--color-routing-border) !important;
}

.focus-visible\:border-theme:focus-visible {
    border-color: var(--color-theme) !important;
}

.focus-visible\:bg-gray-200:focus-visible {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}

.focus-visible\:\!shadow-none:focus-visible {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-visible\:\!outline-none:focus-visible {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.focus-visible\:outline:focus-visible {
    outline-style: solid !important;
}

.focus-visible\:outline-1:focus-visible {
    outline-width: 1px !important;
}

.focus-visible\:outline-2:focus-visible {
    outline-width: 2px !important;
}

.focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px !important;
}

.focus-visible\:outline-offset-\[-2px\]:focus-visible {
    outline-offset: -2px !important;
}

.focus-visible\:outline-tool-button-border-focus:focus-visible {
    outline-color: var(--color-tool-button-border-focus) !important;
}

.focus-visible\:outline-zinc-500:focus-visible {
    outline-color: #71717a !important;
}

.focus-visible\:\!ring-0:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-visible\:ring-1:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-visible\:ring-red-500:focus-visible {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important;
}

.focus-visible\:ring-routing-focus:focus-visible {
    --tw-ring-color: var(--color-routing-focus) !important;
}

.focus-visible\:ring-tool-button-border-focus:focus-visible {
    --tw-ring-color: var(--color-tool-button-border-focus) !important;
}

.focus-visible\:ring-offset-1:focus-visible {
    --tw-ring-offset-width: 1px !important;
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px !important;
}

.active\:\!scale-100:active {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:cursor-grabbing:active {
    cursor: grabbing !important;
}

.active\:\!border-0:active {
    border-width: 0px !important;
}

.active\:\!bg-panel-header:active {
    background-color: var(--color-panel-header-bg) !important;
}

.active\:\!bg-routing-border:active {
    background-color: var(--color-routing-border) !important;
}

.active\:\!bg-transparent:active {
    background-color: transparent !important;
}

.active\:\!bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.active\:\!text-zinc-700:active {
    --tw-text-opacity: 1 !important;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1)) !important;
}

.active\:\!text-zinc-900:active {
    --tw-text-opacity: 1 !important;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}

.active\:\!shadow-none:active {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none !important;
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed !important;
}

.disabled\:opacity-100:disabled {
    opacity: 1 !important;
}

.disabled\:opacity-40:disabled {
    opacity: 0.4 !important;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5 !important;
}

.group\/accordion-trigger:hover .group-hover\/accordion-trigger\:underline {
    text-decoration-line: underline !important;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1 !important;
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
    cursor: not-allowed !important;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
    opacity: 0.7 !important;
}

.has-\[\>svg\]\:grid-cols-\[auto_1fr\]:has(>svg) {
    grid-template-columns: auto 1fr !important;
}

.has-\[\>svg\]\:gap-x-2:has(>svg) {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
}

.has-\[\>img\:first-child\]\:pt-0:has(>img:first-child) {
    padding-top: 0px !important;
}

.group\/alert:has(>svg) .group-has-\[\>svg\]\/alert\:col-start-2 {
    grid-column-start: 2 !important;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"] {
    pointer-events: none !important;
}

.aria-disabled\:opacity-50[aria-disabled="true"] {
    opacity: 0.5 !important;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none !important;
}

.data-\[empty\]\:hidden[data-empty] {
    display: none !important;
}

.data-\[ending-style\]\:h-0[data-ending-style] {
    height: 0px !important;
}

.data-\[starting-style\]\:h-0[data-starting-style] {
    height: 0px !important;
}

.data-\[size\=default\]\:max-w-xs[data-size="default"] {
    max-width: 20rem !important;
}

.data-\[size\=sm\]\:max-w-xs[data-size="sm"] {
    max-width: 20rem !important;
}

@keyframes accordion-up {
    from {
        height: var(--accordion-panel-height);
    }
    to {
        height: 0;
    }
}

.data-\[closed\]\:animate-accordion-up[data-closed] {
    animation: accordion-up 180ms ease-out !important;
}

@keyframes accordion-down {
    from {
        height: 0;
    }
    to {
        height: var(--accordion-panel-height);
    }
}

.data-\[open\]\:animate-accordion-down[data-open] {
    animation: accordion-down 180ms ease-out !important;
}

.data-\[orientation\=vertical\]\:flex-col[data-orientation="vertical"] {
    flex-direction: column !important;
}

.data-\[size\=sm\]\:gap-4[data-size="sm"] {
    gap: 1rem !important;
}

.data-\[variant\=line\]\:rounded-none[data-variant="line"] {
    border-radius: 0px !important;
}

.data-\[checked\]\:\!border-base-fg[data-checked] {
    border-color: var(--color-base-fg) !important;
}

.data-\[checked\]\:\!border-gray-900[data-checked] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
}

.data-\[pressed\]\:\!border-theme[data-pressed] {
    border-color: var(--color-theme) !important;
}

.data-\[pressed\]\:\!border-transparent[data-pressed] {
    border-color: transparent !important;
}

.data-\[checked\]\:\!bg-button-bg[data-checked] {
    background-color: var(--color-button-bg) !important;
}

.data-\[checked\]\:\!bg-white[data-checked] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.data-\[highlighted\]\:bg-theme[data-highlighted] {
    background-color: var(--color-theme) !important;
}

.data-\[pressed\]\:\!bg-tool-button-active[data-pressed] {
    background-color: var(--color-tool-button-bg-active) !important;
}

.data-\[size\=sm\]\:py-4[data-size="sm"] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.data-\[highlighted\]\:text-tool-button-fg[data-highlighted] {
    color: var(--color-tool-button-fg) !important;
}

.data-\[pressed\]\:\!text-theme[data-pressed] {
    color: var(--color-theme) !important;
}

.data-\[pressed\]\:\!text-tool-button-fg[data-pressed] {
    color: var(--color-tool-button-fg) !important;
}

.data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: 0.5 !important;
}

.group\/alert-dialog-content[data-size="sm"] .group-data-\[size\=sm\]\/alert-dialog-content\:grid {
    display: grid !important;
}

.group\/alert-dialog-content[data-size="sm"] .group-data-\[size\=sm\]\/alert-dialog-content\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.group\/tabs-list[data-variant="line"] .group-data-\[variant\=line\]\/tabs-list\:bg-transparent {
    background-color: transparent !important;
}

.group\/card[data-size="sm"] .group-data-\[size\=sm\]\/card\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.group\/card[data-size="sm"] .group-data-\[size\=sm\]\/card\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

@media (min-width: 520px) {
    .min-\[520px\]\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 560px) {
    .min-\[560px\]\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 640px) {
    .sm\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sm\:my-\[30px\] {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .sm\:h-auto {
        height: auto !important;
    }
    .sm\:max-h-\[calc\(100vh-220px\)\] {
        max-height: calc(100vh - 220px) !important;
    }
    .sm\:max-h-\[calc\(100vh-60px\)\] {
        max-height: calc(100vh - 60px) !important;
    }
    .sm\:w-\[min\(760px\2c calc\(100vw-32px\)\)\] {
        width: min(760px, calc(100vw - 32px)) !important;
    }
    .sm\:flex-none {
        flex: none !important;
    }
    .sm\:flex-row {
        flex-direction: row !important;
    }
    .sm\:justify-end {
        justify-content: flex-end !important;
    }
    .sm\:rounded-md {
        border-radius: 0.375rem !important;
    }
    .sm\:border {
        border-width: 1px !important;
    }
    .sm\:border-gray-200 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
    }
    .sm\:text-left {
        text-align: left !important;
    }
    .data-\[size\=default\]\:sm\:max-w-sm[data-size="default"] {
        max-width: 24rem !important;
    }
    .group\/alert-dialog-content[data-size="default"] .sm\:group-data-\[size\=default\]\/alert-dialog-content\:row-span-2 {
        grid-row: span 2 / span 2 !important;
    }
    .group\/alert-dialog-content[data-size="default"] .sm\:group-data-\[size\=default\]\/alert-dialog-content\:place-items-start {
        place-items: start !important;
    }
    .group\/alert-dialog-content[data-size="default"] .sm\:group-data-\[size\=default\]\/alert-dialog-content\:text-left {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .md\:text-pretty {
        text-wrap: pretty !important;
    }
}

@media (min-width: 1024px) {
    .lg\:hidden {
        display: none !important;
    }
}

@media (orientation: landscape) {
    .landscape\:min-h-0 {
        min-height: 0px !important;
    }
    .landscape\:flex-row {
        flex-direction: row !important;
    }
    .landscape\:border-b-0 {
        border-bottom-width: 0px !important;
    }
    .landscape\:border-r {
        border-right-width: 1px !important;
    }
}

.\[\&\&\]\:\!h-10.\[\&\&\]\:\!h-10 {
    height: 2.5rem !important;
}

.\[\&\&\]\:\!h-9.\[\&\&\]\:\!h-9 {
    height: 2.25rem !important;
}

.\[\&\&\]\:\!min-h-10.\[\&\&\]\:\!min-h-10 {
    min-height: 2.5rem !important;
}

.\[\&\&\]\:\!min-h-9.\[\&\&\]\:\!min-h-9 {
    min-height: 2.25rem !important;
}

.\[\&\&\]\:\!w-10.\[\&\&\]\:\!w-10 {
    width: 2.5rem !important;
}

.\[\&\&\]\:\!w-9.\[\&\&\]\:\!w-9 {
    width: 2.25rem !important;
}

.\[\&\&\]\:\!min-w-10.\[\&\&\]\:\!min-w-10 {
    min-width: 2.5rem !important;
}

.\[\&\&\]\:\!min-w-9.\[\&\&\]\:\!min-w-9 {
    min-width: 2.25rem !important;
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none !important;
}

.\[\&\:focus_\[data-slot\=accordion-trigger-icon\]\]\:\!text-routing-icon-muted:focus [data-slot=accordion-trigger-icon] {
    color: var(--color-routing-icon-muted) !important;
}

.\[\&\:hover_\[data-slot\=accordion-trigger-icon\]\]\:\!text-routing-icon-muted:hover [data-slot=accordion-trigger-icon] {
    color: var(--color-routing-icon-muted) !important;
}

.\[\&\>span\:first-child\]\:w-auto>span:first-child {
    width: auto !important;
}

.\[\&\>svg\]\:size-full>svg {
    width: 100% !important;
    height: 100% !important;
}

.\[\&\[data-open\]_\[data-icon-state\=collapsed\]\]\:\!hidden[data-open] [data-icon-state=collapsed] {
    display: none !important;
}

.\[\&\[data-open\]_\[data-icon-state\=expanded\]\]\:\!inline-flex[data-open] [data-icon-state=expanded] {
    display: inline-flex !important;
}

.\[\&\[data-panel-open\]_\.exporter-accordion-icon-closed\]\:hidden[data-panel-open] .exporter-accordion-icon-closed {
    display: none !important;
}

.\[\&\[data-panel-open\]_\.exporter-accordion-icon-open\]\:inline-block[data-panel-open] .exporter-accordion-icon-open {
    display: inline-block !important;
}

.\[\&\[data-panel-open\]_\[data-icon-state\=collapsed\]\]\:\!hidden[data-panel-open] [data-icon-state=collapsed] {
    display: none !important;
}

.\[\&\[data-panel-open\]_\[data-icon-state\=expanded\]\]\:\!inline-flex[data-panel-open] [data-icon-state=expanded] {
    display: inline-flex !important;
}

.\[\&_\.exporter-accordion-icon-open\]\:hidden .exporter-accordion-icon-open {
    display: none !important;
}

.\[\&_\.exporter-accordion-icon\]\:size-3 .exporter-accordion-icon {
    width: 0.75rem !important;
    height: 0.75rem !important;
}

.\[\&_\.exporter-accordion-icon\]\:text-zinc-900 .exporter-accordion-icon {
    --tw-text-opacity: 1 !important;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.react-colorful\]\:\!h-\[140px\] .react-colorful {
    height: 140px !important;
}

.\[\&_\.react-colorful\]\:\!w-full .react-colorful {
    width: 100% !important;
}

.\[\&_\.svg-inline--fa\]\:\!size-10 .svg-inline--fa {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.\[\&_\.svg-inline--fa\]\:\!size-4 .svg-inline--fa {
    width: 1rem !important;
    height: 1rem !important;
}

.\[\&_\.svg-inline--fa\]\:\!size-9 .svg-inline--fa {
    width: 2.25rem !important;
    height: 2.25rem !important;
}

.\[\&_\.svg-inline--fa\]\:\!text-\[1rem\] .svg-inline--fa {
    font-size: 1rem !important;
}

.\[\&_\.svg-inline--fa\]\:\!text-\[2\.25rem\] .svg-inline--fa {
    font-size: 2.25rem !important;
}

.\[\&_\.svg-inline--fa\]\:\!text-\[2\.5rem\] .svg-inline--fa {
    font-size: 2.5rem !important;
}

.\[\&_\.svg-inline--fa\]\:\!text-button .svg-inline--fa {
    color: var(--color-button) !important;
}

.\[\&_\[data-icon-state\=expanded\]\]\:\!hidden [data-icon-state=expanded] {
    display: none !important;
}

.\[\&_\[data-slot\=accordion-trigger-icon\]\]\:\!ml-auto [data-slot=accordion-trigger-icon] {
    margin-left: auto !important;
}

.\[\&_\[data-slot\=accordion-trigger-icon\]\]\:hidden [data-slot=accordion-trigger-icon] {
    display: none !important;
}

.\[\&_\[data-slot\=accordion-trigger-icon\]\]\:\!size-4 [data-slot=accordion-trigger-icon] {
    width: 1rem !important;
    height: 1rem !important;
}

.\[\&_\[data-slot\=accordion-trigger-icon\]\]\:\!shrink-0 [data-slot=accordion-trigger-icon] {
    flex-shrink: 0 !important;
}

.\[\&_\[data-slot\=accordion-trigger-icon\]\]\:\!text-base-fg [data-slot=accordion-trigger-icon] {
    color: var(--color-base-fg) !important;
}

.\[\&_\[data-slot\=accordion-trigger-icon\]\]\:\!text-routing-icon [data-slot=accordion-trigger-icon] {
    color: var(--color-routing-icon) !important;
}

.\[\&_\[data-slot\=combobox-positioner\]\]\:pointer-events-auto [data-slot=combobox-positioner] {
    pointer-events: auto !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\>span\]\:\!static [data-slot=radio-group-indicator]>span {
    position: static !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\>span\]\:\!size-2 [data-slot=radio-group-indicator]>span {
    width: 0.5rem !important;
    height: 0.5rem !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\>span\]\:\!translate-x-0 [data-slot=radio-group-indicator]>span {
    --tw-translate-x: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\>span\]\:\!translate-y-0 [data-slot=radio-group-indicator]>span {
    --tw-translate-y: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\>span\]\:\!bg-button [data-slot=radio-group-indicator]>span {
    background-color: var(--color-button) !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\>span\]\:\!bg-gray-900 [data-slot=radio-group-indicator]>span {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!absolute [data-slot=radio-group-indicator] {
    position: absolute !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!relative [data-slot=radio-group-indicator] {
    position: relative !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!inset-0 [data-slot=radio-group-indicator] {
    inset: 0px !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!flex [data-slot=radio-group-indicator] {
    display: flex !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!size-full [data-slot=radio-group-indicator] {
    width: 100% !important;
    height: 100% !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!h-full [data-slot=radio-group-indicator] {
    height: 100% !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!w-full [data-slot=radio-group-indicator] {
    width: 100% !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!items-center [data-slot=radio-group-indicator] {
    align-items: center !important;
}

.\[\&_\[data-slot\=radio-group-indicator\]\]\:\!justify-center [data-slot=radio-group-indicator] {
    justify-content: center !important;
}

.\[\&_a\]\:underline a {
    text-decoration-line: underline !important;
}

.\[\&_p\:not\(\:last-child\)\]\:mb-4 p:not(:last-child) {
    margin-bottom: 1rem !important;
}

.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']) {
    width: 1rem !important;
    height: 1rem !important;
}

.\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none !important;
}

.\[\&_svg\]\:h-\[35px\] svg {
    height: 35px !important;
}

.\[\&_svg\]\:w-\[35px\] svg {
    width: 35px !important;
}

.\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0 !important;
}

