/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: '\002a';
}
.glyphicon-plus:before {
  content: '\002b';
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: '\20ac';
}
.glyphicon-minus:before {
  content: '\2212';
}
.glyphicon-cloud:before {
  content: '\2601';
}
.glyphicon-envelope:before {
  content: '\2709';
}
.glyphicon-pencil:before {
  content: '\270f';
}
.glyphicon-glass:before {
  content: '\e001';
}
.glyphicon-music:before {
  content: '\e002';
}
.glyphicon-search:before {
  content: '\e003';
}
.glyphicon-heart:before {
  content: '\e005';
}
.glyphicon-star:before {
  content: '\e006';
}
.glyphicon-star-empty:before {
  content: '\e007';
}
.glyphicon-user:before {
  content: '\e008';
}
.glyphicon-film:before {
  content: '\e009';
}
.glyphicon-th-large:before {
  content: '\e010';
}
.glyphicon-th:before {
  content: '\e011';
}
.glyphicon-th-list:before {
  content: '\e012';
}
.glyphicon-ok:before {
  content: '\e013';
}
.glyphicon-remove:before {
  content: '\e014';
}
.glyphicon-zoom-in:before {
  content: '\e015';
}
.glyphicon-zoom-out:before {
  content: '\e016';
}
.glyphicon-off:before {
  content: '\e017';
}
.glyphicon-signal:before {
  content: '\e018';
}
.glyphicon-cog:before {
  content: '\e019';
}
.glyphicon-trash:before {
  content: '\e020';
}
.glyphicon-home:before {
  content: '\e021';
}
.glyphicon-file:before {
  content: '\e022';
}
.glyphicon-time:before {
  content: '\e023';
}
.glyphicon-road:before {
  content: '\e024';
}
.glyphicon-download-alt:before {
  content: '\e025';
}
.glyphicon-download:before {
  content: '\e026';
}
.glyphicon-upload:before {
  content: '\e027';
}
.glyphicon-inbox:before {
  content: '\e028';
}
.glyphicon-play-circle:before {
  content: '\e029';
}
.glyphicon-repeat:before {
  content: '\e030';
}
.glyphicon-refresh:before {
  content: '\e031';
}
.glyphicon-list-alt:before {
  content: '\e032';
}
.glyphicon-lock:before {
  content: '\e033';
}
.glyphicon-flag:before {
  content: '\e034';
}
.glyphicon-headphones:before {
  content: '\e035';
}
.glyphicon-volume-off:before {
  content: '\e036';
}
.glyphicon-volume-down:before {
  content: '\e037';
}
.glyphicon-volume-up:before {
  content: '\e038';
}
.glyphicon-qrcode:before {
  content: '\e039';
}
.glyphicon-barcode:before {
  content: '\e040';
}
.glyphicon-tag:before {
  content: '\e041';
}
.glyphicon-tags:before {
  content: '\e042';
}
.glyphicon-book:before {
  content: '\e043';
}
.glyphicon-bookmark:before {
  content: '\e044';
}
.glyphicon-print:before {
  content: '\e045';
}
.glyphicon-camera:before {
  content: '\e046';
}
.glyphicon-font:before {
  content: '\e047';
}
.glyphicon-bold:before {
  content: '\e048';
}
.glyphicon-italic:before {
  content: '\e049';
}
.glyphicon-text-height:before {
  content: '\e050';
}
.glyphicon-text-width:before {
  content: '\e051';
}
.glyphicon-align-left:before {
  content: '\e052';
}
.glyphicon-align-center:before {
  content: '\e053';
}
.glyphicon-align-right:before {
  content: '\e054';
}
.glyphicon-align-justify:before {
  content: '\e055';
}
.glyphicon-list:before {
  content: '\e056';
}
.glyphicon-indent-left:before {
  content: '\e057';
}
.glyphicon-indent-right:before {
  content: '\e058';
}
.glyphicon-facetime-video:before {
  content: '\e059';
}
.glyphicon-picture:before {
  content: '\e060';
}
.glyphicon-map-marker:before {
  content: '\e062';
}
.glyphicon-adjust:before {
  content: '\e063';
}
.glyphicon-tint:before {
  content: '\e064';
}
.glyphicon-edit:before {
  content: '\e065';
}
.glyphicon-share:before {
  content: '\e066';
}
.glyphicon-check:before {
  content: '\e067';
}
.glyphicon-move:before {
  content: '\e068';
}
.glyphicon-step-backward:before {
  content: '\e069';
}
.glyphicon-fast-backward:before {
  content: '\e070';
}
.glyphicon-backward:before {
  content: '\e071';
}
.glyphicon-play:before {
  content: '\e072';
}
.glyphicon-pause:before {
  content: '\e073';
}
.glyphicon-stop:before {
  content: '\e074';
}
.glyphicon-forward:before {
  content: '\e075';
}
.glyphicon-fast-forward:before {
  content: '\e076';
}
.glyphicon-step-forward:before {
  content: '\e077';
}
.glyphicon-eject:before {
  content: '\e078';
}
.glyphicon-chevron-left:before {
  content: '\e079';
}
.glyphicon-chevron-right:before {
  content: '\e080';
}
.glyphicon-plus-sign:before {
  content: '\e081';
}
.glyphicon-minus-sign:before {
  content: '\e082';
}
.glyphicon-remove-sign:before {
  content: '\e083';
}
.glyphicon-ok-sign:before {
  content: '\e084';
}
.glyphicon-question-sign:before {
  content: '\e085';
}
.glyphicon-info-sign:before {
  content: '\e086';
}
.glyphicon-screenshot:before {
  content: '\e087';
}
.glyphicon-remove-circle:before {
  content: '\e088';
}
.glyphicon-ok-circle:before {
  content: '\e089';
}
.glyphicon-ban-circle:before {
  content: '\e090';
}
.glyphicon-arrow-left:before {
  content: '\e091';
}
.glyphicon-arrow-right:before {
  content: '\e092';
}
.glyphicon-arrow-up:before {
  content: '\e093';
}
.glyphicon-arrow-down:before {
  content: '\e094';
}
.glyphicon-share-alt:before {
  content: '\e095';
}
.glyphicon-resize-full:before {
  content: '\e096';
}
.glyphicon-resize-small:before {
  content: '\e097';
}
.glyphicon-exclamation-sign:before {
  content: '\e101';
}
.glyphicon-gift:before {
  content: '\e102';
}
.glyphicon-leaf:before {
  content: '\e103';
}
.glyphicon-fire:before {
  content: '\e104';
}
.glyphicon-eye-open:before {
  content: '\e105';
}
.glyphicon-eye-close:before {
  content: '\e106';
}
.glyphicon-warning-sign:before {
  content: '\e107';
}
.glyphicon-plane:before {
  content: '\e108';
}
.glyphicon-calendar:before {
  content: '\e109';
}
.glyphicon-random:before {
  content: '\e110';
}
.glyphicon-comment:before {
  content: '\e111';
}
.glyphicon-magnet:before {
  content: '\e112';
}
.glyphicon-chevron-up:before {
  content: '\e113';
}
.glyphicon-chevron-down:before {
  content: '\e114';
}
.glyphicon-retweet:before {
  content: '\e115';
}
.glyphicon-shopping-cart:before {
  content: '\e116';
}
.glyphicon-folder-close:before {
  content: '\e117';
}
.glyphicon-folder-open:before {
  content: '\e118';
}
.glyphicon-resize-vertical:before {
  content: '\e119';
}
.glyphicon-resize-horizontal:before {
  content: '\e120';
}
.glyphicon-hdd:before {
  content: '\e121';
}
.glyphicon-bullhorn:before {
  content: '\e122';
}
.glyphicon-bell:before {
  content: '\e123';
}
.glyphicon-certificate:before {
  content: '\e124';
}
.glyphicon-thumbs-up:before {
  content: '\e125';
}
.glyphicon-thumbs-down:before {
  content: '\e126';
}
.glyphicon-hand-right:before {
  content: '\e127';
}
.glyphicon-hand-left:before {
  content: '\e128';
}
.glyphicon-hand-up:before {
  content: '\e129';
}
.glyphicon-hand-down:before {
  content: '\e130';
}
.glyphicon-circle-arrow-right:before {
  content: '\e131';
}
.glyphicon-circle-arrow-left:before {
  content: '\e132';
}
.glyphicon-circle-arrow-up:before {
  content: '\e133';
}
.glyphicon-circle-arrow-down:before {
  content: '\e134';
}
.glyphicon-globe:before {
  content: '\e135';
}
.glyphicon-wrench:before {
  content: '\e136';
}
.glyphicon-tasks:before {
  content: '\e137';
}
.glyphicon-filter:before {
  content: '\e138';
}
.glyphicon-briefcase:before {
  content: '\e139';
}
.glyphicon-fullscreen:before {
  content: '\e140';
}
.glyphicon-dashboard:before {
  content: '\e141';
}
.glyphicon-paperclip:before {
  content: '\e142';
}
.glyphicon-heart-empty:before {
  content: '\e143';
}
.glyphicon-link:before {
  content: '\e144';
}
.glyphicon-phone:before {
  content: '\e145';
}
.glyphicon-pushpin:before {
  content: '\e146';
}
.glyphicon-usd:before {
  content: '\e148';
}
.glyphicon-gbp:before {
  content: '\e149';
}
.glyphicon-sort:before {
  content: '\e150';
}
.glyphicon-sort-by-alphabet:before {
  content: '\e151';
}
.glyphicon-sort-by-alphabet-alt:before {
  content: '\e152';
}
.glyphicon-sort-by-order:before {
  content: '\e153';
}
.glyphicon-sort-by-order-alt:before {
  content: '\e154';
}
.glyphicon-sort-by-attributes:before {
  content: '\e155';
}
.glyphicon-sort-by-attributes-alt:before {
  content: '\e156';
}
.glyphicon-unchecked:before {
  content: '\e157';
}
.glyphicon-expand:before {
  content: '\e158';
}
.glyphicon-collapse-down:before {
  content: '\e159';
}
.glyphicon-collapse-up:before {
  content: '\e160';
}
.glyphicon-log-in:before {
  content: '\e161';
}
.glyphicon-flash:before {
  content: '\e162';
}
.glyphicon-log-out:before {
  content: '\e163';
}
.glyphicon-new-window:before {
  content: '\e164';
}
.glyphicon-record:before {
  content: '\e165';
}
.glyphicon-save:before {
  content: '\e166';
}
.glyphicon-open:before {
  content: '\e167';
}
.glyphicon-saved:before {
  content: '\e168';
}
.glyphicon-import:before {
  content: '\e169';
}
.glyphicon-export:before {
  content: '\e170';
}
.glyphicon-send:before {
  content: '\e171';
}
.glyphicon-floppy-disk:before {
  content: '\e172';
}
.glyphicon-floppy-saved:before {
  content: '\e173';
}
.glyphicon-floppy-remove:before {
  content: '\e174';
}
.glyphicon-floppy-save:before {
  content: '\e175';
}
.glyphicon-floppy-open:before {
  content: '\e176';
}
.glyphicon-credit-card:before {
  content: '\e177';
}
.glyphicon-transfer:before {
  content: '\e178';
}
.glyphicon-cutlery:before {
  content: '\e179';
}
.glyphicon-header:before {
  content: '\e180';
}
.glyphicon-compressed:before {
  content: '\e181';
}
.glyphicon-earphone:before {
  content: '\e182';
}
.glyphicon-phone-alt:before {
  content: '\e183';
}
.glyphicon-tower:before {
  content: '\e184';
}
.glyphicon-stats:before {
  content: '\e185';
}
.glyphicon-sd-video:before {
  content: '\e186';
}
.glyphicon-hd-video:before {
  content: '\e187';
}
.glyphicon-subtitles:before {
  content: '\e188';
}
.glyphicon-sound-stereo:before {
  content: '\e189';
}
.glyphicon-sound-dolby:before {
  content: '\e190';
}
.glyphicon-sound-5-1:before {
  content: '\e191';
}
.glyphicon-sound-6-1:before {
  content: '\e192';
}
.glyphicon-sound-7-1:before {
  content: '\e193';
}
.glyphicon-copyright-mark:before {
  content: '\e194';
}
.glyphicon-registration-mark:before {
  content: '\e195';
}
.glyphicon-cloud-download:before {
  content: '\e197';
}
.glyphicon-cloud-upload:before {
  content: '\e198';
}
.glyphicon-tree-conifer:before {
  content: '\e199';
}
.glyphicon-tree-deciduous:before {
  content: '\e200';
}
.glyphicon-cd:before {
  content: '\e201';
}
.glyphicon-save-file:before {
  content: '\e202';
}
.glyphicon-open-file:before {
  content: '\e203';
}
.glyphicon-level-up:before {
  content: '\e204';
}
.glyphicon-copy:before {
  content: '\e205';
}
.glyphicon-paste:before {
  content: '\e206';
}
.glyphicon-alert:before {
  content: '\e209';
}
.glyphicon-equalizer:before {
  content: '\e210';
}
.glyphicon-king:before {
  content: '\e211';
}
.glyphicon-queen:before {
  content: '\e212';
}
.glyphicon-pawn:before {
  content: '\e213';
}
.glyphicon-bishop:before {
  content: '\e214';
}
.glyphicon-knight:before {
  content: '\e215';
}
.glyphicon-baby-formula:before {
  content: '\e216';
}
.glyphicon-tent:before {
  content: '\26fa';
}
.glyphicon-blackboard:before {
  content: '\e218';
}
.glyphicon-bed:before {
  content: '\e219';
}
.glyphicon-apple:before {
  content: '\f8ff';
}
.glyphicon-erase:before {
  content: '\e221';
}
.glyphicon-hourglass:before {
  content: '\231b';
}
.glyphicon-lamp:before {
  content: '\e223';
}
.glyphicon-duplicate:before {
  content: '\e224';
}
.glyphicon-piggy-bank:before {
  content: '\e225';
}
.glyphicon-scissors:before {
  content: '\e226';
}
.glyphicon-bitcoin:before {
  content: '\e227';
}
.glyphicon-btc:before {
  content: '\e227';
}
.glyphicon-xbt:before {
  content: '\e227';
}
.glyphicon-yen:before {
  content: '\00a5';
}
.glyphicon-jpy:before {
  content: '\00a5';
}
.glyphicon-ruble:before {
  content: '\20bd';
}
.glyphicon-rub:before {
  content: '\20bd';
}
.glyphicon-scale:before {
  content: '\e230';
}
.glyphicon-ice-lolly:before {
  content: '\e231';
}
.glyphicon-ice-lolly-tasted:before {
  content: '\e232';
}
.glyphicon-education:before {
  content: '\e233';
}
.glyphicon-option-horizontal:before {
  content: '\e234';
}
.glyphicon-option-vertical:before {
  content: '\e235';
}
.glyphicon-menu-hamburger:before {
  content: '\e236';
}
.glyphicon-modal-window:before {
  content: '\e237';
}
.glyphicon-oil:before {
  content: '\e238';
}
.glyphicon-grain:before {
  content: '\e239';
}
.glyphicon-sunglasses:before {
  content: '\e240';
}
.glyphicon-text-size:before {
  content: '\e241';
}
.glyphicon-text-color:before {
  content: '\e242';
}
.glyphicon-text-background:before {
  content: '\e243';
}
.glyphicon-object-align-top:before {
  content: '\e244';
}
.glyphicon-object-align-bottom:before {
  content: '\e245';
}
.glyphicon-object-align-horizontal:before {
  content: '\e246';
}
.glyphicon-object-align-left:before {
  content: '\e247';
}
.glyphicon-object-align-vertical:before {
  content: '\e248';
}
.glyphicon-object-align-right:before {
  content: '\e249';
}
.glyphicon-triangle-right:before {
  content: '\e250';
}
.glyphicon-triangle-left:before {
  content: '\e251';
}
.glyphicon-triangle-bottom:before {
  content: '\e252';
}
.glyphicon-triangle-top:before {
  content: '\e253';
}
.glyphicon-console:before {
  content: '\e254';
}
.glyphicon-superscript:before {
  content: '\e255';
}
.glyphicon-subscript:before {
  content: '\e256';
}
.glyphicon-menu-left:before {
  content: '\e257';
}
.glyphicon-menu-right:before {
  content: '\e258';
}
.glyphicon-menu-down:before {
  content: '\e259';
}
.glyphicon-menu-up:before {
  content: '\e260';
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /* color: #337ab7; */
  color: #005b8a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.img-pointer {
  cursor: pointer;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
table.info {
  font-weight: bold;
  color: #31708f;
}
table.info td {
  padding: 0;
}
table.info td.text-info {
  padding-right: 8px;
}
table.info td.numeric-info {
  width: 5em;
}
.text-info {
  color: #31708f;
}
.numeric-info {
  color: #31708f;
  font-family: monospace;
  text-align: right;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* .row { } */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: white;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    background-color: blue;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 34px;
  }
  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 0;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 0;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  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);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #666;
}
.navbar-default .navbar-nav > li > a {
  color: #666;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;

  font-size: 10px;
  line-height: 1.5;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.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;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.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: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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);
}
.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;
}
.progress-striped .progress-bar,
.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
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.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;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  /* border-bottom: 1px solid transparent; */
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  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;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  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;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: '';
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  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;
}
.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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  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;
}
.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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  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;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.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;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
div#jobs-table_wrapper .col-sm-12 {
  padding: 0;
}

div#activity-log-table_wrapper .col-sm-12 {
  padding: 0;
}

div#subjects-photos-table_wrapper .col-sm-12 {
  padding: 0;
}

div#misplaceds-photos-table_wrapper .col-sm-12 {
  padding: 0;
}

div#groups-photos-table_wrapper .col-sm-12 {
  padding: 0;
}

div#users-table_wrapper .col-sm-12 {
  padding: 0;
}

div#activities-table_wrapper .col-sm-12 {
  padding: 0;
}

div#tasks-table_wrapper .col-sm-12 {
  padding: 0;
}

div#collector-table_wrapper .col-sm-12 {
  padding: 0;
}

div#services-table_wrapper .col-sm-12 {
  padding: 0;
}

div#parked-table_wrapper .col-sm-12 {
  padding: 0;
}

div#storage-table_wrapper .col-sm-12 {
  padding: 0;
}

div#pushes-table_wrapper .col-sm-12 {
  padding: 0;
}

div#column-choose_wrapper .col-sm-12 {
  padding: 0;
}

div#column-name_wrapper .col-sm-12 {
  padding: 0;
}

div#photo-uploader-table_wrapper .col-sm-12 {
  padding: 0;
}

div#photo-uploader-table_wrapper div.dataTables_scrollBody {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

table.dataTable.jobs-table {
  margin-bottom: 0 !important;
}

table.jobs-table tfoot tr th {
  padding: 0;
}

table#jobs-table tbody tr {
  cursor: pointer;
}

table#subjects-photos-table tbody tr {
  cursor: pointer;
}

table#misplaceds-photos-table tbody tr {
  cursor: pointer;
}

table#groups-photos-table tbody tr {
  cursor: pointer;
}

table.dataTable.activity-log-table {
  margin-bottom: 0 !important;
}

table.activity-log-table tfoot tr th {
  padding: 0;
}

table.dataTable.subjects-photos-table {
  margin-bottom: 0 !important;
}

table.subjects-photos-table tfoot tr th {
  padding: 0;
}

table.dataTable.misplaceds-photos-table {
  margin-bottom: 0 !important;
}

table.misplaceds-photos-table tfoot tr th {
  padding: 0;
}

table.dataTable.groups-photos-table {
  margin-bottom: 0 !important;
}

table.groups-photos-table tfoot tr th {
  padding: 0;
}

table.dataTable.users-table {
  margin-bottom: 0 !important;
}

table.users-table tfoot tr th {
  padding: 0 !important;
}

table.dataTable.storage-table {
  margin-bottom: 0 !important;
}

table.storage-table tfoot tr th {
  padding: 0 !important;
}

table.dataTable.activities-table {
  margin-bottom: 0 !important;
}

table.activities-table tfoot tr th {
  padding: 0;
}

table.dataTable.tasks-table {
  margin-bottom: 0 !important;
}

table.tasks-table tfoot tr th {
  padding: 0;
}

table.dataTable.collector-table {
  margin-bottom: 0 !important;
}

table.collector-table tfoot tr th {
  padding: 0;
}

table.dataTable.services-table {
  margin-bottom: 0 !important;
}

table.services-table tfoot tr th {
  padding: 0;
}

table.dataTable.parked-table {
  margin-bottom: 0 !important;
}

table.parked-table tfoot tr th {
  padding: 0;
}

table.dataTable.pushes-table {
  margin-bottom: 0 !important;
}

table.pushes-table tfoot tr th {
  padding: 0;
}

table.dataTable.column-choose {
  margin-bottom: 0 !important;
}

table.column-choose tfoot tr th {
  padding: 0;
}

table.dataTable.column-name {
  margin-bottom: 0 !important;
}

table.column-name tfoot tr th {
  padding: 0;
}

table.dataTable.photo-uploader-table {
  margin-bottom: 0 !important;
}

table.photo-uploader-table tfoot tr th {
  padding: 0;
}

a.thread_show_link {
  float: right !important;
}

span.thread_header {
  text-align: center;
}

span.table-timestamp {
  font-size: 75%;
  font-weight: bold;
}

div.dataTables_wrapper {
  margin-top: 2px;
}

div.dataTables_scrollHead {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-top: solid 1px #dcdcdc !important;
  border-right: solid 1px #dcdcdc !important;
  border-left: solid 1px #dcdcdc !important;
  border-bottom: none !important;
  margin-top: 0 !important;
}

div.dataTables_scrollBody {
  border-top: solid 1px #dcdcdc !important;
  border-right: solid 1px #dcdcdc !important;
  border-left: solid 1px #dcdcdc !important;
  border-bottom: solid 1px #dcdcdc !important;
}

div.dataTables_scrollFoot {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top: none !important;
  border-bottom: solid 1px #dcdcdc !important;
  border-right: solid 1px #dcdcdc !important;
  border-left: solid 1px #dcdcdc !important;
  padding: 6px !important;
}

div.dataTables_scrollHead table {
  margin: 0 !important;
}

div.dataTables_scrollHead th {
  border: none !important;
}

div.dataTables_scrollFoot th {
  border: none !important;
}

div.dataTables_info {
  color: #31708f !important;
}

table.dataTable tbody > tr:focus-visible {
  outline-color: none !important;
  outline-style: none !important;
  outline-width: 0 !important;
}

div#panel-body-log div.dataTables_wrapper {
  margin: 0;
}

div#panel-body-log div.dataTables_scrollHead,
div#panel-body-log div.dataTables_scrollBody,
div#panel-body-log div.dataTables_scrollFoot {
  border: none !important;
}

div#panel-body-log div.dataTables_scrollHead {
  border-bottom: solid 1px #dcdcdc !important;
}

div#panel-body-log div.dataTables_scrollFoot {
  border-top: solid 1px #dcdcdc !important;
}

div#panel-body-log div.dataTables_info {
  padding-left: 4px !important;
}

div.panel-remote-galleries-table div.dataTables_wrapper .col-sm-12 {
  padding: 0;
}

div.panel-remote-galleries-table div.dataTables_wrapper {
  margin: 0;
}

div.panel-remote-galleries-table div.dataTables_scrollHead,
div.panel-remote-galleries-table div.dataTables_scrollBody,
div.panel-remote-galleries-table div.dataTables_scrollFoot {
  border: none !important;
}

div.panel-remote-galleries-table div.dataTables_scrollHead {
  border-bottom: solid 1px #dcdcdc !important;
}

div.panel-remote-galleries-table div.dataTables_scrollFoot {
  border-top: solid 1px #dcdcdc !important;
  padding: 0 !important;
}

div.panel-remote-galleries-table div.dataTables_scrollFoot th {
  padding: 0 5px;
}

div.panel-remote-galleries-table div.dataTables_info {
  padding-left: 4px !important;
}
/* WIZARD GENERAL */
.wizard {
  display: none;
}

.wizard-dialog {
}
.wizard-content {
}

.wizard-body {
  padding: 0;
  margin: 0;
}

/* WIZARD HEADER */
.wizard-header {
  padding: 9px 15px;
  border-bottom: 0;
}

.wizard-header h3 {
  margin: 0;
  line-height: 35px;
  display: inline;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: inherit;
  font-weight: bold;
  text-rendering: optimizelegibility;
  color: rgb(51, 51, 51);
}

.wizard-subtitle {
  font-size: 160%;
  font-weight: bold;
  color: #afafaf;
  padding-left: 20px;
}

/* WIZARD NAVIGATION */
.wizard-steps {
  width: 28%;
  background-color: #f5f5f5;
  border-bottom-left-radius: 6px;
  position: relative;
}

.wizard-nav-container {
  padding-bottom: 30px;
}

.wizard-nav-list {
  margin-bottom: 0;
}

.wizard-nav-link .icon-chevron-right {
  float: right;
  margin-top: 12px;
  margin-right: -6px;
  opacity: 0.25;
}

li.wizard-nav-item.active .icon-chevron-right {
  opacity: 1;
}

li.wizard-nav-item {
  line-height: 40px;
}

.wizard-nav-list > li > a {
  background-color: #f5f5f5;
  padding: 3px 15px 3px 20px;
  cursor: default;
  color: #b4b4b4;
}

.wizard-nav-list > li > a:hover {
  background-color: transparent;
}

.wizard-nav-list > li.already-visited > a.wizard-nav-link {
  color: #08c;
  cursor: pointer;
}

.wizard-nav-list > li.active > a.wizard-nav-link {
  color: white;
}

.wizard-nav-item .already-visited .active {
  background-color: #08c;
}

.wizard-nav-list li.active > a {
  background-color: #08c;
}

/* WIZARD CONTENT */
.wizard-body form {
  padding: 0;
  margin: 0;
}

/* WIZARD PROGRESS BAR */
.wizard-progress-container {
  /*display: none;*/
  margin-top: 20px;
  padding: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.wizard-card-container {
  margin-left: 28%;
}

/* WIZARD CARDS */
.wizard-error,
.wizard-failure,
.wizard-success,
.wizard-loading,
.wizard-card {
  border-top: 1px solid #eee;
  display: none;
  padding: 35px;
  padding-top: 20px;
  overflow-y: auto;

  /*
	position:relative;
	height:300px;
	margin-right: 5px;
	*/
}

.wizard-card-overlay {
  overflow-y: initial;
}

.wizard-card > h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  font-weight: normal;
}

/* WIZARD FOOTER */
.wizard-footer {
  padding: 0;
}

.wizard-buttons-container {
  padding: 20px;
}

.wizard-cancel {
  margin-left: 12px;
}

/* Inner Card */
.wizard-input-section {
  margin-bottom: 20px;
}

.wizard-dialog .popover.error-popover {
  background-color: #f2dede;
  color: #b94a48;
  border-color: #953b39;
}

.wizard-dialog .popover.error-popover .arrow::after {
  border-right-color: #f2dede;
}

.wizard-dialog .popover.error-popover .popover-title {
  display: none;
}

.wizard-dialog .popover.error-popover .arrow {
  border-right-color: #953b39;
}
/*!
 * Sample styles for jQuery accordion wizard based on bootstrap
 * Original author: @stephen_thomas
 * Licensed under the MIT license
 */
ol.acc-wizard-sidebar {
  counter-reset: acc-wizard-counter;
  margin-left: 0;
  padding-left: 0;
}
ol.acc-wizard-sidebar li {
  position: relative;
  margin: 0 0 0.5em 2em;
  padding: 0.25em 0.75em;
  list-style: none;
}
ol.acc-wizard-sidebar li:before {
  content: counter(acc-wizard-counter);
  counter-increment: acc-wizard-counter;
  position: absolute;
  left: -2em;
  top: 50%;
  margin-top: -1.3em;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: none;
  background: #08c;
  text-align: center;
  font-weight: bold;
  color: white;
  border-radius: 2em;
}
ol.acc-wizard-sidebar li a {
  color: #333;
}
ol.acc-wizard-sidebar li:before {
  background: #333;
}
ol.acc-wizard-sidebar li.acc-wizard-completed {
  color: #999;
}
ol.acc-wizard-sidebar li.acc-wizard-completed a {
  color: #999;
}
ol.acc-wizard-sidebar li.acc-wizard-completed:before {
  background: #999;
}
ol.acc-wizard-sidebar li.acc-wizard-completed:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.33333333em;
  width: 1.875em;
  content: '\00a0\2713';
  position: relative;
  bottom: 0.1em;
}
ol.acc-wizard-sidebar li.acc-wizard-active {
  color: #08c;
}
ol.acc-wizard-sidebar li.acc-wizard-active a {
  color: #08c;
}
ol.acc-wizard-sidebar li.acc-wizard-active:before {
  background: #08c;
}
ol.acc-wizard-sidebar li:first-child {
  margin-top: 0.75em;
}
.acc-wizard-step {
  margin-top: 2em;
}
.panel-heading {
  height: 2.6em;
  position: relative;
  z-index: 0;
}
.panel-collapse {
  padding-top: 2.6em;
  margin-top: -2.6em;
}
/*!
 * Bootstrap Colorpicker v2.3.3
 * http://mjolnic.github.io/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(/assets/bootstrap-colorpicker/saturation.png);
  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(/assets/bootstrap-colorpicker/hue.png);
}
.colorpicker-alpha {
  background-image: url(/assets/bootstrap-colorpicker/alpha.png);
  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(/assets/bootstrap-colorpicker/alpha.png);
  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(/assets/bootstrap-colorpicker/hue-horizontal.png);
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(/assets/bootstrap-colorpicker/alpha-horizontal.png);
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.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;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Increment Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Increment Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Decrement Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Decrement Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Show Hours';
}
.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Show Minutes';
}
.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Toggle AM/PM';
}
.bootstrap-datetimepicker-widget .btn[data-action='clear']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Clear the picker';
}
.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Set the date to today';
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Toggle Date and Time Screens';
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  /* line-height: 2.5; */
  /* height: 2.5em; */
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Previous Month';
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: 'Next Month';
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 34px;
  line-height: 34px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 34px;
  line-height: 34px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-dialog {

}
.bootstrap-dialog .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
    color: #fff;
    display: inline-block;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
    color: #333;
}
.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 16px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
    font-size: 24px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
    float: right;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
    font-size: 20px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
    font-size: 30px;
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 14px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
    font-size: 18px;
}
.bootstrap-dialog.type-default .modal-header {
    background-color: #fff;
}
.bootstrap-dialog.type-info .modal-header {
    background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: #428bca;
}
.bootstrap-dialog.type-success .modal-header {
    background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
    background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
    background-color: #d9534f;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
    margin-right: 3px;
}

/**
 * Icon animation
 * Copied from font-awesome: http://fontawesome.io/
 **/
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
    0% {
    -o-transform: rotate(0deg);
}
100% {
    -o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
    0% {
    -ms-transform: rotate(0deg);
}
100% {
    -ms-transform: rotate(359deg);
}
}
@keyframes spin {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
/** End of icon animation **/
/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
  margin-bottom: 0; /* overwrites bootstrap margin */
  white-space: nowrap; /* prevent wrapping buttons on new line */
  line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto;
}

.editable-buttons {
  display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  /*zoom: 1;
   *display: inline;*/
}

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

.editable-input {
  vertical-align: top;
  display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
  width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal; /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  /*zoom: 1;
   *display: inline;*/
}

.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

.editableform-loading {
  /* background: url(/assets/bootstrap-editable-loading.gif) center center no-repeat; */
  height: 25px;
  width: auto;
  min-width: 25px;
}

.editable-inline .editableform-loading {
  background-position: left 5px;
}

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px;
}

.editable-error {
  color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
.editable-checklist label input[type='checkbox'],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
  /* background: url(/assets/bootstrap-editable-clear.png) center center */
  /* no-repeat; */
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;

  top: 50%;
  right: 6px;
  margin-top: -6px;
}

.editable-clear-x:hover {
  opacity: 1;
}

.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editable-container.editable-popup {
  max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
  width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  /*zoom: 1;
    *display: inline;*/
}

.editable-container.ui-widget {
  font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #dd1144;
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-unsaved:after {
  /*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.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 #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown: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;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.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 {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.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(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fdd49a),
    to(#fdf59a)
  );
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #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: #eeeeee;
  -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(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3c17a),
    to(#f3e97a)
  );
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #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(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#b3b3b3),
    to(#808080)
  );
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #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(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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 {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  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(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.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 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.notifications {
  position: fixed;
  z-index: 9999;
}

/* Positioning */
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications > div {
  position: relative;
  margin: 5px 0px;
}

/* fix X positioning */
.notifications > div > a {
  margin-top: -2px;
  margin-left: 15px;
}
/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.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;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(
    .input-group-btn
  ) {
  width: 220px;
}
.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;
}
.bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .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.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .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.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected {
  background-color: #ccc;
  font-weight: bold;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a:hover {
  background-color: #ccc;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  margin: 0 8px;
  color: brown;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a {
  font-weight: bold;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle: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: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:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle: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-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.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;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.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-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  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-left: -5px;
  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: #0480be;
  margin-left: 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-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%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)";
}
.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%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0)";
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.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%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=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);
  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%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0)";
  -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, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)";
}
.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;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0)";
  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.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;
  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%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0)";
  -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, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)";
  opacity: 1;
}
.spinner.input-group .input-group-addon a.spin-up,.spinner.input-group .input-group-addon a.spin-down{height:10px;width:10px;font-size:14px;overflow:hidden;display:block;text-align:center;text-decoration:none;position:relative;color:#999}.spinner.input-group .input-group-addon a.spin-up .icon-sort-down,.spinner.input-group .input-group-addon a.spin-down .icon-sort-down{position:relative;top:-6px}.spinner.input-group .input-group-addon a.spin-up:hover,.spinner.input-group .input-group-addon a.spin-down:hover{color:#555}.spinner.input-group input{text-align:center}.spinner.input-group.input-group-lg .input-group-addon a.spin-up,.spinner.input-group.input-group-lg .input-group-addon a.spin-down{font-size:16px;height:12px}.spinner.input-group.input-group-sm .input-group-addon a.spin-up,.spinner.input-group.input-group-sm .input-group-addon a.spin-down{font-size:12px;height:9px}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .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-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  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-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/********************************************
  CUSTOMIZE CAMERA CARD PREVIEW
*******************************************
*/
.preview-image {
  position: relative;
  color: black;
}
#preview-camera-card img.card {
  /*  position: absolute;
  border: 1px solid black !important;
  z-index: 1;
  top: 0;
  left: 0;
*/
  /*left: 300px;*/
  /*padding-bottom: 16px;*/
}

#preview-camera-card .business-card-a,
#preview-camera-card .business-card-b {
  left: 30px;
  /*padding-bottom: 16px;*/
}
#preview-camera-card .business-card-a .preview-watermark,
#preview-camera-card .business-card-b .preview-watermark {
  font-size: 70px;
  left: 18px;
  opacity: 0.2;
  filter: alpha(opacity=2);
  position: absolute;
  top: 50px;
  z-index: 20;
}
#preview-camera-card .business-card-a .photog-logo,
#preview-camera-card .business-card-a .photog-logo img,
#preview-camera-card .business-card-a .photog-name,
#preview-camera-card .business-card-a .photog-title,
#preview-camera-card .business-card-a .photog-website,
#preview-camera-card .business-card-a .photog-email {
  left: 28px;
  position: absolute;
  z-index: 10;
}
#preview-camera-card .business-card-a .photog-logo {
  top: 112px;
  height: 0;
  z-index: 10;
}
#preview-camera-card .business-card-a .photog-logo img {
  bottom: 0;
  left: -2px;
  max-height: 92px;
  max-width: 122px;
}
#preview-camera-card .business-card-a .photog-name {
  font-size: 16px;
  top: 119px;
}
#preview-camera-card .business-card-a .photog-title {
  font-size: 12px;
  top: 136px;
}
#preview-camera-card .business-card-a .photog-email {
  font-size: 12px;
  top: 151px;
}
#preview-camera-card .business-card-a .photog-website {
  font-size: 10px;
  top: 186px;
}

#preview-camera-card .business-card-b .photog-logo,
#preview-camera-card .business-card-b .photog-logo img,
#preview-camera-card .business-card-b .photog-name,
#preview-camera-card .business-card-b .photog-title,
#preview-camera-card .business-card-b .photog-website,
#preview-camera-card .business-card-b .photog-email {
  left: 28px;
  position: absolute;
  z-index: 10;
}
#preview-camera-card .business-card-b .photog-logo {
  top: 90px;
  height: 0;
  position: absolute;
  z-index: 10;
}
#preview-camera-card .business-card-b .photog-logo img {
  bottom: 0;
  left: -2px;
  background-color: green;
  max-height: 88px;
  max-width: 200px;

  /*  height: 88px;
  width: 200px;
*/
}
#preview-camera-card .business-card-b .photog-name {
  font-size: 20px;
  top: 87px;
}
#preview-camera-card .business-card-b .photog-title {
  font-size: 12px;
  top: 112px;
}
#preview-camera-card .business-card-b .photog-email {
  font-size: 12px;
  top: 127px;
}
#preview-camera-card .business-card-b .photog-website {
  font-size: 12px;
  top: 235px;
}

#preview-camera-card .jpg,
#preview-camera-card .gif {
  left: 130px;
  /*padding-bottom: 16px;*/
}

#preview-camera-card .jpg .photog-website,
#preview-camera-card .gif .photog-website {
  font-size: 5px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 150px;
  width: 130px;
  z-index: 10;
}

#preview-camera-card .boarding-card {
  /*left: 30px;*/
  /*padding-bottom: 16px;*/
  top: 0px;
}
.boarding-card .photog-website-left,
.boarding-card .photog-website-right {
  font-size: 5px;
  left: 23px;
  position: absolute;
  z-index: 10;
}
.boarding-card .photog-website-left {
  left: 22px;
  top: 122px;
}
.boarding-card .photog-website-right {
  left: 146px;
  top: 124px;
}

div#photo-series-orphans {
  padding: 10px;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'lucide';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  /* content: '\e150'; */
  /* content: '\f127'; */
  content: '\e37d';

  /* sort */
}
table.dataTable thead .sorting_asc:after {
  /* content: '\e155'; */
  /* content: '\f57B'; */
  content: '\e044';
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  /* content: '\e156'; */
  /* content: '\f57a'; */
  content: '\e047';
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^='col-']:first-child {
  padding-left: 0;
}
div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^='col-']:last-child {
  padding-right: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}
div.DTS {
  display: block !important;
}
div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none;
}

div.DTS tbody tr.even {
  background-color: white;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  /* background-color: #08C; */
  background-color: #005b8a;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  /* background-color: #0085c7; */
  background-color: #005b8a;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  /* background-color: #0083c5; */
  background-color: #005b8a;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  /* background-color: #0085c8; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  /* background-color: #0081c1; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  /* background-color: #0082c2; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  /* background-color: #0083c4; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  /* background-color: #0085c8; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  /* background-color: #0086ca; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  /* background-color: #0087cb; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  /* background-color: #0081c1; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  /* background-color: #0085c8; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  /* background-color: #007dbb; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  /* background-color: #007ebd; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  /* background-color: #007fbf; */
  background-color: #005b8a;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  /* background-color: #007dbb; */
  background-color: #005b8a;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow:
    1px 1px #b0bed9,
    -1px -1px #b0bed9,
    1px -1px #b0bed9,
    -1px 1px #b0bed9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: white;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #a2d4ed;
}
@font-face {
  font-family: 'lucide';
  src: url(/assets/lucide-e45b8b29bff94f61dd5d0ef4ce896643f0cc07e3bd7e8e58df915e1d2bca131d.woff2?t=1761330774208) format('woff2');
  font-display: swap;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'lucide' !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a-arrow-down::before {
  content: '\e585';
}
.icon-a-arrow-up::before {
  content: '\e586';
}
.icon-a-large-small::before {
  content: '\e587';
}
.icon-accessibility::before {
  content: '\e297';
}
.icon-activity::before {
  content: '\e038';
}
.icon-air-vent::before {
  content: '\e34d';
}
.icon-airplay::before {
  content: '\e039';
}
.icon-alarm-clock-check::before {
  content: '\e1ec';
}
.icon-alarm-clock-minus::before {
  content: '\e1ed';
}
.icon-alarm-clock-off::before {
  content: '\e23b';
}
.icon-alarm-clock-plus::before {
  content: '\e1ee';
}
.icon-alarm-clock::before {
  content: '\e03a';
}
.icon-alarm-smoke::before {
  content: '\e57b';
}
.icon-album::before {
  content: '\e03b';
}
.icon-align-center-horizontal::before {
  content: '\e26c';
}
.icon-align-center-vertical::before {
  content: '\e26d';
}
.icon-align-end-horizontal::before {
  content: '\e26e';
}
.icon-align-end-vertical::before {
  content: '\e26f';
}
.icon-align-horizontal-distribute-center::before {
  content: '\e03c';
}
.icon-align-horizontal-distribute-end::before {
  content: '\e03d';
}
.icon-align-horizontal-distribute-start::before {
  content: '\e03e';
}
.icon-align-horizontal-justify-center::before {
  content: '\e272';
}
.icon-align-horizontal-justify-end::before {
  content: '\e273';
}
.icon-align-horizontal-justify-start::before {
  content: '\e274';
}
.icon-align-horizontal-space-around::before {
  content: '\e275';
}
.icon-align-horizontal-space-between::before {
  content: '\e276';
}
.icon-align-start-horizontal::before {
  content: '\e270';
}
.icon-align-start-vertical::before {
  content: '\e271';
}
.icon-align-vertical-distribute-center::before {
  content: '\e27e';
}
.icon-align-vertical-distribute-end::before {
  content: '\e27f';
}
.icon-align-vertical-distribute-start::before {
  content: '\e280';
}
.icon-align-vertical-justify-center::before {
  content: '\e277';
}
.icon-align-vertical-justify-end::before {
  content: '\e278';
}
.icon-align-vertical-justify-start::before {
  content: '\e279';
}
.icon-align-vertical-space-around::before {
  content: '\e27a';
}
.icon-align-vertical-space-between::before {
  content: '\e27b';
}
.icon-ambulance::before {
  content: '\e5bb';
}
.icon-ampersand::before {
  content: '\e49c';
}
.icon-ampersands::before {
  content: '\e49d';
}
.icon-amphora::before {
  content: '\e61b';
}
.icon-anchor::before {
  content: '\e03f';
}
.icon-angry::before {
  content: '\e2fc';
}
.icon-annoyed::before {
  content: '\e2fd';
}
.icon-antenna::before {
  content: '\e4e2';
}
.icon-anvil::before {
  content: '\e580';
}
.icon-aperture::before {
  content: '\e040';
}
.icon-app-window-mac::before {
  content: '\e5d2';
}
.icon-app-window::before {
  content: '\e426';
}
.icon-apple::before {
  content: '\e34e';
}
.icon-archive-restore::before {
  content: '\e2cd';
}
.icon-archive-x::before {
  content: '\e50c';
}
.icon-archive::before {
  content: '\e041';
}
.icon-armchair::before {
  content: '\e2c0';
}
.icon-arrow-big-down-dash::before {
  content: '\e41d';
}
.icon-arrow-big-down::before {
  content: '\e1e1';
}
.icon-arrow-big-left-dash::before {
  content: '\e41e';
}
.icon-arrow-big-left::before {
  content: '\e1e2';
}
.icon-arrow-big-right-dash::before {
  content: '\e41f';
}
.icon-arrow-big-right::before {
  content: '\e1e3';
}
.icon-arrow-big-up-dash::before {
  content: '\e420';
}
.icon-arrow-big-up::before {
  content: '\e1e4';
}
.icon-arrow-down-0-1::before {
  content: '\e413';
}
.icon-arrow-down-1-0::before {
  content: '\e414';
}
.icon-arrow-down-a-z::before {
  content: '\e415';
}
.icon-arrow-down-from-line::before {
  content: '\e454';
}
.icon-arrow-down-left::before {
  content: '\e043';
}
.icon-arrow-down-narrow-wide::before {
  content: '\e044';
}
.icon-arrow-down-right::before {
  content: '\e045';
}
.icon-arrow-down-to-dot::before {
  content: '\e44d';
}
.icon-arrow-down-to-line::before {
  content: '\e455';
}
.icon-arrow-down-up::before {
  content: '\e046';
}
.icon-arrow-down-wide-narrow::before {
  content: '\e047';
}
.icon-arrow-down-z-a::before {
  content: '\e416';
}
.icon-arrow-down::before {
  content: '\e042';
}
.icon-arrow-left-from-line::before {
  content: '\e456';
}
.icon-arrow-left-right::before {
  content: '\e24a';
}
.icon-arrow-left-to-line::before {
  content: '\e457';
}
.icon-arrow-left::before {
  content: '\e048';
}
.icon-arrow-right-from-line::before {
  content: '\e458';
}
.icon-arrow-right-left::before {
  content: '\e417';
}
.icon-arrow-right-to-line::before {
  content: '\e459';
}
.icon-arrow-right::before {
  content: '\e049';
}
.icon-arrow-up-0-1::before {
  content: '\e418';
}
.icon-arrow-up-1-0::before {
  content: '\e419';
}
.icon-arrow-up-a-z::before {
  content: '\e41a';
}
.icon-arrow-up-down::before {
  content: '\e37d';
}
.icon-arrow-up-from-dot::before {
  content: '\e44e';
}
.icon-arrow-up-from-line::before {
  content: '\e45a';
}
.icon-arrow-up-left::before {
  content: '\e04b';
}
.icon-arrow-up-narrow-wide::before {
  content: '\e04c';
}
.icon-arrow-up-right::before {
  content: '\e04d';
}
.icon-arrow-up-to-line::before {
  content: '\e45b';
}
.icon-arrow-up-wide-narrow::before {
  content: '\e41b';
}
.icon-arrow-up-z-a::before {
  content: '\e41c';
}
.icon-arrow-up::before {
  content: '\e04a';
}
.icon-arrows-up-from-line::before {
  content: '\e4d4';
}
.icon-asterisk::before {
  content: '\e1ef';
}
.icon-at-sign::before {
  content: '\e04e';
}
.icon-atom::before {
  content: '\e3d7';
}
.icon-audio-lines::before {
  content: '\e55a';
}
.icon-audio-waveform::before {
  content: '\e55b';
}
.icon-award::before {
  content: '\e04f';
}
.icon-axe::before {
  content: '\e050';
}
.icon-axis-3d::before {
  content: '\e2fe';
}
.icon-baby::before {
  content: '\e2ce';
}
.icon-backpack::before {
  content: '\e2c8';
}
.icon-badge-alert::before {
  content: '\e475';
}
.icon-badge-cent::before {
  content: '\e50f';
}
.icon-badge-check::before {
  content: '\e241';
}
.icon-badge-dollar-sign::before {
  content: '\e476';
}
.icon-badge-euro::before {
  content: '\e510';
}
.icon-badge-indian-rupee::before {
  content: '\e511';
}
.icon-badge-info::before {
  content: '\e477';
}
.icon-badge-japanese-yen::before {
  content: '\e512';
}
.icon-badge-minus::before {
  content: '\e478';
}
.icon-badge-percent::before {
  content: '\e479';
}
.icon-badge-plus::before {
  content: '\e47a';
}
.icon-badge-pound-sterling::before {
  content: '\e513';
}
.icon-badge-question-mark::before {
  content: '\e47b';
}
.icon-badge-russian-ruble::before {
  content: '\e514';
}
.icon-badge-swiss-franc::before {
  content: '\e515';
}
.icon-badge-turkish-lira::before {
  content: '\e67e';
}
.icon-badge-x::before {
  content: '\e47c';
}
.icon-badge::before {
  content: '\e474';
}
.icon-baggage-claim::before {
  content: '\e2c9';
}
.icon-ban::before {
  content: '\e051';
}
.icon-banana::before {
  content: '\e34f';
}
.icon-bandage::before {
  content: '\e61d';
}
.icon-banknote-arrow-down::before {
  content: '\e64c';
}
.icon-banknote-arrow-up::before {
  content: '\e64d';
}
.icon-banknote-x::before {
  content: '\e64e';
}
.icon-banknote::before {
  content: '\e052';
}
.icon-barcode::before {
  content: '\e533';
}
.icon-barrel::before {
  content: '\e675';
}
.icon-baseline::before {
  content: '\e285';
}
.icon-bath::before {
  content: '\e2ab';
}
.icon-battery-charging::before {
  content: '\e054';
}
.icon-battery-full::before {
  content: '\e055';
}
.icon-battery-low::before {
  content: '\e056';
}
.icon-battery-medium::before {
  content: '\e057';
}
.icon-battery-plus::before {
  content: '\e63e';
}
.icon-battery-warning::before {
  content: '\e3ac';
}
.icon-battery::before {
  content: '\e053';
}
.icon-beaker::before {
  content: '\e058';
}
.icon-bean-off::before {
  content: '\e390';
}
.icon-bean::before {
  content: '\e38f';
}
.icon-bed-double::before {
  content: '\e2c2';
}
.icon-bed-single::before {
  content: '\e2c3';
}
.icon-bed::before {
  content: '\e2c1';
}
.icon-beef::before {
  content: '\e3a5';
}
.icon-beer-off::before {
  content: '\e5d9';
}
.icon-beer::before {
  content: '\e2cf';
}
.icon-bell-dot::before {
  content: '\e42b';
}
.icon-bell-electric::before {
  content: '\e57c';
}
.icon-bell-minus::before {
  content: '\e1f0';
}
.icon-bell-off::before {
  content: '\e05a';
}
.icon-bell-plus::before {
  content: '\e1f1';
}
.icon-bell-ring::before {
  content: '\e224';
}
.icon-bell::before {
  content: '\e059';
}
.icon-between-horizontal-end::before {
  content: '\e591';
}
.icon-between-horizontal-start::before {
  content: '\e592';
}
.icon-between-vertical-end::before {
  content: '\e593';
}
.icon-between-vertical-start::before {
  content: '\e594';
}
.icon-biceps-flexed::before {
  content: '\e5eb';
}
.icon-bike::before {
  content: '\e1d2';
}
.icon-binary::before {
  content: '\e1f2';
}
.icon-binoculars::before {
  content: '\e621';
}
.icon-biohazard::before {
  content: '\e441';
}
.icon-bird::before {
  content: '\e3c5';
}
.icon-birdhouse::before {
  content: '\e69a';
}
.icon-bitcoin::before {
  content: '\e05b';
}
.icon-blend::before {
  content: '\e59c';
}
.icon-blinds::before {
  content: '\e3c0';
}
.icon-blocks::before {
  content: '\e4fa';
}
.icon-bluetooth-connected::before {
  content: '\e1b8';
}
.icon-bluetooth-off::before {
  content: '\e1b9';
}
.icon-bluetooth-searching::before {
  content: '\e1ba';
}
.icon-bluetooth::before {
  content: '\e05c';
}
.icon-bold::before {
  content: '\e05d';
}
.icon-bolt::before {
  content: '\e58c';
}
.icon-bomb::before {
  content: '\e2ff';
}
.icon-bone::before {
  content: '\e358';
}
.icon-book-a::before {
  content: '\e544';
}
.icon-book-alert::before {
  content: '\e672';
}
.icon-book-audio::before {
  content: '\e545';
}
.icon-book-check::before {
  content: '\e546';
}
.icon-book-copy::before {
  content: '\e3ec';
}
.icon-book-dashed::before {
  content: '\e3ed';
}
.icon-book-down::before {
  content: '\e3ee';
}
.icon-book-headphones::before {
  content: '\e547';
}
.icon-book-heart::before {
  content: '\e548';
}
.icon-book-image::before {
  content: '\e549';
}
.icon-book-key::before {
  content: '\e3ef';
}
.icon-book-lock::before {
  content: '\e3f0';
}
.icon-book-marked::before {
  content: '\e3f1';
}
.icon-book-minus::before {
  content: '\e3f2';
}
.icon-book-open-check::before {
  content: '\e381';
}
.icon-book-open-text::before {
  content: '\e54a';
}
.icon-book-open::before {
  content: '\e05f';
}
.icon-book-plus::before {
  content: '\e3f3';
}
.icon-book-text::before {
  content: '\e54b';
}
.icon-book-type::before {
  content: '\e54c';
}
.icon-book-up-2::before {
  content: '\e4a6';
}
.icon-book-up::before {
  content: '\e3f4';
}
.icon-book-user::before {
  content: '\e54d';
}
.icon-book-x::before {
  content: '\e3f5';
}
.icon-book::before {
  content: '\e05e';
}
.icon-bookmark-check::before {
  content: '\e51f';
}
.icon-bookmark-minus::before {
  content: '\e23c';
}
.icon-bookmark-plus::before {
  content: '\e23d';
}
.icon-bookmark-x::before {
  content: '\e520';
}
.icon-bookmark::before {
  content: '\e060';
}
.icon-boom-box::before {
  content: '\e4ee';
}
.icon-bot-message-square::before {
  content: '\e5ce';
}
.icon-bot-off::before {
  content: '\e5e0';
}
.icon-bot::before {
  content: '\e1bb';
}
.icon-bottle-wine::before {
  content: '\e67b';
}
.icon-bow-arrow::before {
  content: '\e65e';
}
.icon-box::before {
  content: '\e061';
}
.icon-boxes::before {
  content: '\e2d0';
}
.icon-braces::before {
  content: '\e36a';
}
.icon-brackets::before {
  content: '\e443';
}
.icon-brain-circuit::before {
  content: '\e3c7';
}
.icon-brain-cog::before {
  content: '\e3c8';
}
.icon-brain::before {
  content: '\e3c6';
}
.icon-brick-wall-fire::before {
  content: '\e653';
}
.icon-brick-wall-shield::before {
  content: '\e690';
}
.icon-brick-wall::before {
  content: '\e581';
}
.icon-briefcase-business::before {
  content: '\e5d5';
}
.icon-briefcase-conveyor-belt::before {
  content: '\e62b';
}
.icon-briefcase-medical::before {
  content: '\e5d6';
}
.icon-briefcase::before {
  content: '\e062';
}
.icon-bring-to-front::before {
  content: '\e4ef';
}
.icon-brush-cleaning::before {
  content: '\e666';
}
.icon-brush::before {
  content: '\e1d3';
}
.icon-bubbles::before {
  content: '\e654';
}
.icon-bug-off::before {
  content: '\e50d';
}
.icon-bug-play::before {
  content: '\e50e';
}
.icon-bug::before {
  content: '\e20c';
}
.icon-building-2::before {
  content: '\e290';
}
.icon-building::before {
  content: '\e1cc';
}
.icon-bus-front::before {
  content: '\e4fb';
}
.icon-bus::before {
  content: '\e1d4';
}
.icon-cable-car::before {
  content: '\e4fc';
}
.icon-cable::before {
  content: '\e4e3';
}
.icon-cake-slice::before {
  content: '\e4b9';
}
.icon-cake::before {
  content: '\e344';
}
.icon-calculator::before {
  content: '\e1bc';
}
.icon-calendar-1::before {
  content: '\e630';
}
.icon-calendar-arrow-down::before {
  content: '\e5fe';
}
.icon-calendar-arrow-up::before {
  content: '\e5ff';
}
.icon-calendar-check-2::before {
  content: '\e2b8';
}
.icon-calendar-check::before {
  content: '\e2b7';
}
.icon-calendar-clock::before {
  content: '\e304';
}
.icon-calendar-cog::before {
  content: '\e5ed';
}
.icon-calendar-days::before {
  content: '\e2b9';
}
.icon-calendar-fold::before {
  content: '\e5b4';
}
.icon-calendar-heart::before {
  content: '\e305';
}
.icon-calendar-minus-2::before {
  content: '\e5b5';
}
.icon-calendar-minus::before {
  content: '\e2ba';
}
.icon-calendar-off::before {
  content: '\e2bb';
}
.icon-calendar-plus-2::before {
  content: '\e5b6';
}
.icon-calendar-plus::before {
  content: '\e2bc';
}
.icon-calendar-range::before {
  content: '\e2bd';
}
.icon-calendar-search::before {
  content: '\e306';
}
.icon-calendar-sync::before {
  content: '\e636';
}
.icon-calendar-x-2::before {
  content: '\e2bf';
}
.icon-calendar-x::before {
  content: '\e2be';
}
.icon-calendar::before {
  content: '\e063';
}
.icon-calendars::before {
  content: '\e6a7';
}
.icon-camera-off::before {
  content: '\e065';
}
.icon-camera::before {
  content: '\e064';
}
.icon-candy-cane::before {
  content: '\e4ba';
}
.icon-candy-off::before {
  content: '\e392';
}
.icon-candy::before {
  content: '\e391';
}
.icon-cannabis::before {
  content: '\e5d4';
}
.icon-captions-off::before {
  content: '\e5c1';
}
.icon-captions::before {
  content: '\e3a4';
}
.icon-car-front::before {
  content: '\e4fd';
}
.icon-car-taxi-front::before {
  content: '\e4fe';
}
.icon-car::before {
  content: '\e1d5';
}
.icon-caravan::before {
  content: '\e539';
}
.icon-card-sim::before {
  content: '\e671';
}
.icon-carrot::before {
  content: '\e25a';
}
.icon-case-lower::before {
  content: '\e3d8';
}
.icon-case-sensitive::before {
  content: '\e3d9';
}
.icon-case-upper::before {
  content: '\e3da';
}
.icon-cassette-tape::before {
  content: '\e4ca';
}
.icon-cast::before {
  content: '\e066';
}
.icon-castle::before {
  content: '\e3e0';
}
.icon-cat::before {
  content: '\e38c';
}
.icon-cctv::before {
  content: '\e57d';
}
.icon-chart-area::before {
  content: '\e4d3';
}
.icon-chart-bar-big::before {
  content: '\e4a7';
}
.icon-chart-bar-decreasing::before {
  content: '\e607';
}
.icon-chart-bar-increasing::before {
  content: '\e608';
}
.icon-chart-bar-stacked::before {
  content: '\e609';
}
.icon-chart-bar::before {
  content: '\e2a2';
}
.icon-chart-candlestick::before {
  content: '\e4a8';
}
.icon-chart-column-big::before {
  content: '\e4a9';
}
.icon-chart-column-decreasing::before {
  content: '\e067';
}
.icon-chart-column-increasing::before {
  content: '\e2a4';
}
.icon-chart-column-stacked::before {
  content: '\e60a';
}
.icon-chart-column::before {
  content: '\e2a3';
}
.icon-chart-gantt::before {
  content: '\e624';
}
.icon-chart-line::before {
  content: '\e2a5';
}
.icon-chart-network::before {
  content: '\e60b';
}
.icon-chart-no-axes-column-decreasing::before {
  content: '\e069';
}
.icon-chart-no-axes-column-increasing::before {
  content: '\e06a';
}
.icon-chart-no-axes-column::before {
  content: '\e068';
}
.icon-chart-no-axes-combined::before {
  content: '\e60c';
}
.icon-chart-no-axes-gantt::before {
  content: '\e4c4';
}
.icon-chart-pie::before {
  content: '\e06b';
}
.icon-chart-scatter::before {
  content: '\e48a';
}
.icon-chart-spline::before {
  content: '\e60d';
}
.icon-check-check::before {
  content: '\e38e';
}
.icon-check-line::before {
  content: '\e66b';
}
.icon-check::before {
  content: '\e06c';
}
.icon-chef-hat::before {
  content: '\e2ac';
}
.icon-cherry::before {
  content: '\e350';
}
.icon-chess-bishop::before {
  content: '\e6a0';
}
.icon-chess-king::before {
  content: '\e6a1';
}
.icon-chess-knight::before {
  content: '\e6a2';
}
.icon-chess-pawn::before {
  content: '\e6a3';
}
.icon-chess-queen::before {
  content: '\e6a4';
}
.icon-chess-rook::before {
  content: '\e6a5';
}
.icon-chevron-down::before {
  content: '\e06d';
}
.icon-chevron-first::before {
  content: '\e243';
}
.icon-chevron-last::before {
  content: '\e244';
}
.icon-chevron-left::before {
  content: '\e06e';
}
.icon-chevron-right::before {
  content: '\e06f';
}
.icon-chevron-up::before {
  content: '\e070';
}
.icon-chevrons-down-up::before {
  content: '\e228';
}
.icon-chevrons-down::before {
  content: '\e071';
}
.icon-chevrons-left-right-ellipsis::before {
  content: '\e61f';
}
.icon-chevrons-left-right::before {
  content: '\e293';
}
.icon-chevrons-left::before {
  content: '\e072';
}
.icon-chevrons-right-left::before {
  content: '\e294';
}
.icon-chevrons-right::before {
  content: '\e073';
}
.icon-chevrons-up-down::before {
  content: '\e211';
}
.icon-chevrons-up::before {
  content: '\e074';
}
.icon-chromium::before {
  content: '\e075';
}
.icon-church::before {
  content: '\e3e1';
}
.icon-cigarette-off::before {
  content: '\e2c7';
}
.icon-cigarette::before {
  content: '\e2c6';
}
.icon-circle-alert::before {
  content: '\e077';
}
.icon-circle-arrow-down::before {
  content: '\e078';
}
.icon-circle-arrow-left::before {
  content: '\e079';
}
.icon-circle-arrow-out-down-left::before {
  content: '\e3f7';
}
.icon-circle-arrow-out-down-right::before {
  content: '\e3f8';
}
.icon-circle-arrow-out-up-left::before {
  content: '\e3f9';
}
.icon-circle-arrow-out-up-right::before {
  content: '\e3fa';
}
.icon-circle-arrow-right::before {
  content: '\e07a';
}
.icon-circle-arrow-up::before {
  content: '\e07b';
}
.icon-circle-check-big::before {
  content: '\e07c';
}
.icon-circle-check::before {
  content: '\e226';
}
.icon-circle-chevron-down::before {
  content: '\e4dd';
}
.icon-circle-chevron-left::before {
  content: '\e4de';
}
.icon-circle-chevron-right::before {
  content: '\e4df';
}
.icon-circle-chevron-up::before {
  content: '\e4e0';
}
.icon-circle-dashed::before {
  content: '\e4b0';
}
.icon-circle-divide::before {
  content: '\e07d';
}
.icon-circle-dollar-sign::before {
  content: '\e47d';
}
.icon-circle-dot-dashed::before {
  content: '\e4b1';
}
.icon-circle-dot::before {
  content: '\e345';
}
.icon-circle-ellipsis::before {
  content: '\e346';
}
.icon-circle-equal::before {
  content: '\e400';
}
.icon-circle-fading-arrow-up::before {
  content: '\e618';
}
.icon-circle-fading-plus::before {
  content: '\e5bc';
}
.icon-circle-gauge::before {
  content: '\e4e1';
}
.icon-circle-minus::before {
  content: '\e07e';
}
.icon-circle-off::before {
  content: '\e401';
}
.icon-circle-parking-off::before {
  content: '\e3ca';
}
.icon-circle-parking::before {
  content: '\e3c9';
}
.icon-circle-pause::before {
  content: '\e07f';
}
.icon-circle-percent::before {
  content: '\e51a';
}
.icon-circle-play::before {
  content: '\e080';
}
.icon-circle-plus::before {
  content: '\e081';
}
.icon-circle-pound-sterling::before {
  content: '\e66d';
}
.icon-circle-power::before {
  content: '\e550';
}
.icon-circle-question-mark::before {
  content: '\e082';
}
.icon-circle-slash-2::before {
  content: '\e213';
}
.icon-circle-slash::before {
  content: '\e402';
}
.icon-circle-small::before {
  content: '\e640';
}
.icon-circle-star::before {
  content: '\e68d';
}
.icon-circle-stop::before {
  content: '\e083';
}
.icon-circle-user-round::before {
  content: '\e462';
}
.icon-circle-user::before {
  content: '\e461';
}
.icon-circle-x::before {
  content: '\e084';
}
.icon-circle::before {
  content: '\e076';
}
.icon-circuit-board::before {
  content: '\e403';
}
.icon-citrus::before {
  content: '\e375';
}
.icon-clapperboard::before {
  content: '\e29b';
}
.icon-clipboard-check::before {
  content: '\e219';
}
.icon-clipboard-clock::before {
  content: '\e688';
}
.icon-clipboard-copy::before {
  content: '\e225';
}
.icon-clipboard-list::before {
  content: '\e086';
}
.icon-clipboard-minus::before {
  content: '\e5be';
}
.icon-clipboard-paste::before {
  content: '\e3e8';
}
.icon-clipboard-pen-line::before {
  content: '\e308';
}
.icon-clipboard-pen::before {
  content: '\e307';
}
.icon-clipboard-plus::before {
  content: '\e5bf';
}
.icon-clipboard-type::before {
  content: '\e309';
}
.icon-clipboard-x::before {
  content: '\e222';
}
.icon-clipboard::before {
  content: '\e085';
}
.icon-clock-1::before {
  content: '\e24b';
}
.icon-clock-10::before {
  content: '\e24c';
}
.icon-clock-11::before {
  content: '\e24d';
}
.icon-clock-12::before {
  content: '\e24e';
}
.icon-clock-2::before {
  content: '\e24f';
}
.icon-clock-3::before {
  content: '\e250';
}
.icon-clock-4::before {
  content: '\e251';
}
.icon-clock-5::before {
  content: '\e252';
}
.icon-clock-6::before {
  content: '\e253';
}
.icon-clock-7::before {
  content: '\e254';
}
.icon-clock-8::before {
  content: '\e255';
}
.icon-clock-9::before {
  content: '\e256';
}
.icon-clock-alert::before {
  content: '\e62a';
}
.icon-clock-arrow-down::before {
  content: '\e600';
}
.icon-clock-arrow-up::before {
  content: '\e601';
}
.icon-clock-check::before {
  content: '\e69e';
}
.icon-clock-fading::before {
  content: '\e64a';
}
.icon-clock-plus::before {
  content: '\e667';
}
.icon-clock::before {
  content: '\e087';
}
.icon-closed-caption::before {
  content: '\e68a';
}
.icon-cloud-alert::before {
  content: '\e633';
}
.icon-cloud-check::before {
  content: '\e66e';
}
.icon-cloud-cog::before {
  content: '\e30a';
}
.icon-cloud-download::before {
  content: '\e089';
}
.icon-cloud-drizzle::before {
  content: '\e08a';
}
.icon-cloud-fog::before {
  content: '\e214';
}
.icon-cloud-hail::before {
  content: '\e08b';
}
.icon-cloud-lightning::before {
  content: '\e08c';
}
.icon-cloud-moon-rain::before {
  content: '\e2fa';
}
.icon-cloud-moon::before {
  content: '\e215';
}
.icon-cloud-off::before {
  content: '\e08d';
}
.icon-cloud-rain-wind::before {
  content: '\e08f';
}
.icon-cloud-rain::before {
  content: '\e08e';
}
.icon-cloud-snow::before {
  content: '\e090';
}
.icon-cloud-sun-rain::before {
  content: '\e2fb';
}
.icon-cloud-sun::before {
  content: '\e216';
}
.icon-cloud-upload::before {
  content: '\e091';
}
.icon-cloud::before {
  content: '\e088';
}
.icon-cloudy::before {
  content: '\e217';
}
.icon-clover::before {
  content: '\e092';
}
.icon-club::before {
  content: '\e496';
}
.icon-code-xml::before {
  content: '\e206';
}
.icon-code::before {
  content: '\e093';
}
.icon-codepen::before {
  content: '\e094';
}
.icon-codesandbox::before {
  content: '\e095';
}
.icon-coffee::before {
  content: '\e096';
}
.icon-cog::before {
  content: '\e30b';
}
.icon-coins::before {
  content: '\e097';
}
.icon-columns-2::before {
  content: '\e098';
}
.icon-columns-3-cog::before {
  content: '\e661';
}
.icon-columns-3::before {
  content: '\e099';
}
.icon-columns-4::before {
  content: '\e589';
}
.icon-combine::before {
  content: '\e44c';
}
.icon-command::before {
  content: '\e09a';
}
.icon-compass::before {
  content: '\e09b';
}
.icon-component::before {
  content: '\e2ad';
}
.icon-computer::before {
  content: '\e4e4';
}
.icon-concierge-bell::before {
  content: '\e378';
}
.icon-cone::before {
  content: '\e523';
}
.icon-construction::before {
  content: '\e3b4';
}
.icon-contact-round::before {
  content: '\e463';
}
.icon-contact::before {
  content: '\e09c';
}
.icon-container::before {
  content: '\e4d5';
}
.icon-contrast::before {
  content: '\e09d';
}
.icon-cookie::before {
  content: '\e26b';
}
.icon-cooking-pot::before {
  content: '\e584';
}
.icon-copy-check::before {
  content: '\e3fb';
}
.icon-copy-minus::before {
  content: '\e3fc';
}
.icon-copy-plus::before {
  content: '\e3fd';
}
.icon-copy-slash::before {
  content: '\e3fe';
}
.icon-copy-x::before {
  content: '\e3ff';
}
.icon-copy::before {
  content: '\e09e';
}
.icon-copyleft::before {
  content: '\e09f';
}
.icon-copyright::before {
  content: '\e0a0';
}
.icon-corner-down-left::before {
  content: '\e0a1';
}
.icon-corner-down-right::before {
  content: '\e0a2';
}
.icon-corner-left-down::before {
  content: '\e0a3';
}
.icon-corner-left-up::before {
  content: '\e0a4';
}
.icon-corner-right-down::before {
  content: '\e0a5';
}
.icon-corner-right-up::before {
  content: '\e0a6';
}
.icon-corner-up-left::before {
  content: '\e0a7';
}
.icon-corner-up-right::before {
  content: '\e0a8';
}
.icon-cpu::before {
  content: '\e0a9';
}
.icon-creative-commons::before {
  content: '\e3b2';
}
.icon-credit-card::before {
  content: '\e0aa';
}
.icon-croissant::before {
  content: '\e2ae';
}
.icon-crop::before {
  content: '\e0ab';
}
.icon-cross::before {
  content: '\e1e5';
}
.icon-crosshair::before {
  content: '\e0ac';
}
.icon-crown::before {
  content: '\e1d6';
}
.icon-cuboid::before {
  content: '\e524';
}
.icon-cup-soda::before {
  content: '\e2d1';
}
.icon-currency::before {
  content: '\e230';
}
.icon-cylinder::before {
  content: '\e525';
}
.icon-dam::before {
  content: '\e606';
}
.icon-database-backup::before {
  content: '\e3ab';
}
.icon-database-zap::before {
  content: '\e50b';
}
.icon-database::before {
  content: '\e0ad';
}
.icon-decimals-arrow-left::before {
  content: '\e65c';
}
.icon-decimals-arrow-right::before {
  content: '\e65d';
}
.icon-delete::before {
  content: '\e0ae';
}
.icon-dessert::before {
  content: '\e4bb';
}
.icon-diameter::before {
  content: '\e526';
}
.icon-diamond-minus::before {
  content: '\e5e1';
}
.icon-diamond-percent::before {
  content: '\e51b';
}
.icon-diamond-plus::before {
  content: '\e5e2';
}
.icon-diamond::before {
  content: '\e2d2';
}
.icon-dice-1::before {
  content: '\e287';
}
.icon-dice-2::before {
  content: '\e288';
}
.icon-dice-3::before {
  content: '\e289';
}
.icon-dice-4::before {
  content: '\e28a';
}
.icon-dice-5::before {
  content: '\e28b';
}
.icon-dice-6::before {
  content: '\e28c';
}
.icon-dices::before {
  content: '\e2c5';
}
.icon-diff::before {
  content: '\e30c';
}
.icon-disc-2::before {
  content: '\e3f6';
}
.icon-disc-3::before {
  content: '\e494';
}
.icon-disc-album::before {
  content: '\e55c';
}
.icon-disc::before {
  content: '\e0af';
}
.icon-divide::before {
  content: '\e0b0';
}
.icon-dna-off::before {
  content: '\e394';
}
.icon-dna::before {
  content: '\e393';
}
.icon-dock::before {
  content: '\e5d3';
}
.icon-dog::before {
  content: '\e38d';
}
.icon-dollar-sign::before {
  content: '\e0b1';
}
.icon-donut::before {
  content: '\e4bc';
}
.icon-door-closed-locked::before {
  content: '\e664';
}
.icon-door-closed::before {
  content: '\e3d5';
}
.icon-door-open::before {
  content: '\e3d6';
}
.icon-dot::before {
  content: '\e44f';
}
.icon-download::before {
  content: '\e0b2';
}
.icon-drafting-compass::before {
  content: '\e527';
}
.icon-drama::before {
  content: '\e521';
}
.icon-dribbble::before {
  content: '\e0b3';
}
.icon-drill::before {
  content: '\e58d';
}
.icon-drone::before {
  content: '\e676';
}
.icon-droplet-off::before {
  content: '\e638';
}
.icon-droplet::before {
  content: '\e0b4';
}
.icon-droplets::before {
  content: '\e0b5';
}
.icon-drum::before {
  content: '\e55d';
}
.icon-drumstick::before {
  content: '\e25b';
}
.icon-dumbbell::before {
  content: '\e3a1';
}
.icon-ear-off::before {
  content: '\e383';
}
.icon-ear::before {
  content: '\e382';
}
.icon-earth-lock::before {
  content: '\e5cc';
}
.icon-earth::before {
  content: '\e1f3';
}
.icon-eclipse::before {
  content: '\e59d';
}
.icon-egg-fried::before {
  content: '\e351';
}
.icon-egg-off::before {
  content: '\e395';
}
.icon-egg::before {
  content: '\e25d';
}
.icon-ellipsis-vertical::before {
  content: '\e0b7';
}
.icon-ellipsis::before {
  content: '\e0b6';
}
.icon-equal-approximately::before {
  content: '\e634';
}
.icon-equal-not::before {
  content: '\e1be';
}
.icon-equal::before {
  content: '\e1bd';
}
.icon-eraser::before {
  content: '\e28f';
}
.icon-ethernet-port::before {
  content: '\e620';
}
.icon-euro::before {
  content: '\e0b8';
}
.icon-ev-charger::before {
  content: '\e697';
}
.icon-expand::before {
  content: '\e21a';
}
.icon-external-link::before {
  content: '\e0b9';
}
.icon-eye-closed::before {
  content: '\e62e';
}
.icon-eye-off::before {
  content: '\e0bb';
}
.icon-eye::before {
  content: '\e0ba';
}
.icon-facebook::before {
  content: '\e0bc';
}
.icon-factory::before {
  content: '\e29f';
}
.icon-fan::before {
  content: '\e379';
}
.icon-fast-forward::before {
  content: '\e0bd';
}
.icon-feather::before {
  content: '\e0be';
}
.icon-fence::before {
  content: '\e582';
}
.icon-ferris-wheel::before {
  content: '\e47f';
}
.icon-figma::before {
  content: '\e0bf';
}
.icon-file-archive::before {
  content: '\e30d';
}
.icon-file-axis-3d::before {
  content: '\e30e';
}
.icon-file-badge::before {
  content: '\e30f';
}
.icon-file-box::before {
  content: '\e310';
}
.icon-file-braces-corner::before {
  content: '\e36c';
}
.icon-file-braces::before {
  content: '\e36b';
}
.icon-file-chart-column-increasing::before {
  content: '\e312';
}
.icon-file-chart-column::before {
  content: '\e311';
}
.icon-file-chart-line::before {
  content: '\e313';
}
.icon-file-chart-pie::before {
  content: '\e314';
}
.icon-file-check-corner::before {
  content: '\e0c2';
}
.icon-file-check::before {
  content: '\e0c1';
}
.icon-file-clock::before {
  content: '\e315';
}
.icon-file-code-corner::before {
  content: '\e45e';
}
.icon-file-code::before {
  content: '\e0c3';
}
.icon-file-cog::before {
  content: '\e316';
}
.icon-file-diff::before {
  content: '\e317';
}
.icon-file-digit::before {
  content: '\e0c4';
}
.icon-file-down::before {
  content: '\e318';
}
.icon-file-exclamation-point::before {
  content: '\e319';
}
.icon-file-headphone::before {
  content: '\e31a';
}
.icon-file-heart::before {
  content: '\e31b';
}
.icon-file-image::before {
  content: '\e31c';
}
.icon-file-input::before {
  content: '\e0c5';
}
.icon-file-key::before {
  content: '\e31d';
}
.icon-file-lock::before {
  content: '\e31e';
}
.icon-file-minus-corner::before {
  content: '\e0c7';
}
.icon-file-minus::before {
  content: '\e0c6';
}
.icon-file-music::before {
  content: '\e55e';
}
.icon-file-output::before {
  content: '\e0c8';
}
.icon-file-pen-line::before {
  content: '\e320';
}
.icon-file-pen::before {
  content: '\e31f';
}
.icon-file-play::before {
  content: '\e321';
}
.icon-file-plus-corner::before {
  content: '\e0ca';
}
.icon-file-plus::before {
  content: '\e0c9';
}
.icon-file-question-mark::before {
  content: '\e322';
}
.icon-file-scan::before {
  content: '\e323';
}
.icon-file-search-corner::before {
  content: '\e324';
}
.icon-file-search::before {
  content: '\e0cb';
}
.icon-file-signal::before {
  content: '\e325';
}
.icon-file-sliders::before {
  content: '\e5a0';
}
.icon-file-spreadsheet::before {
  content: '\e326';
}
.icon-file-stack::before {
  content: '\e4a1';
}
.icon-file-symlink::before {
  content: '\e327';
}
.icon-file-terminal::before {
  content: '\e328';
}
.icon-file-text::before {
  content: '\e0cc';
}
.icon-file-type-corner::before {
  content: '\e36d';
}
.icon-file-type::before {
  content: '\e329';
}
.icon-file-up::before {
  content: '\e32a';
}
.icon-file-user::before {
  content: '\e62d';
}
.icon-file-video-camera::before {
  content: '\e32b';
}
.icon-file-volume::before {
  content: '\e32c';
}
.icon-file-x-corner::before {
  content: '\e0ce';
}
.icon-file-x::before {
  content: '\e0cd';
}
.icon-file::before {
  content: '\e0c0';
}
.icon-files::before {
  content: '\e0cf';
}
.icon-film::before {
  content: '\e0d0';
}
.icon-fingerprint-pattern::before {
  content: '\e2cb';
}
.icon-fire-extinguisher::before {
  content: '\e57e';
}
.icon-fish-off::before {
  content: '\e3b0';
}
.icon-fish-symbol::before {
  content: '\e4f4';
}
.icon-fish::before {
  content: '\e3a6';
}
.icon-flag-off::before {
  content: '\e292';
}
.icon-flag-triangle-left::before {
  content: '\e237';
}
.icon-flag-triangle-right::before {
  content: '\e238';
}
.icon-flag::before {
  content: '\e0d1';
}
.icon-flame-kindling::before {
  content: '\e53a';
}
.icon-flame::before {
  content: '\e0d2';
}
.icon-flashlight-off::before {
  content: '\e0d4';
}
.icon-flashlight::before {
  content: '\e0d3';
}
.icon-flask-conical-off::before {
  content: '\e396';
}
.icon-flask-conical::before {
  content: '\e0d5';
}
.icon-flask-round::before {
  content: '\e0d6';
}
.icon-flip-horizontal-2::before {
  content: '\e35e';
}
.icon-flip-horizontal::before {
  content: '\e35d';
}
.icon-flip-vertical-2::before {
  content: '\e360';
}
.icon-flip-vertical::before {
  content: '\e35f';
}
.icon-flower-2::before {
  content: '\e2d4';
}
.icon-flower::before {
  content: '\e2d3';
}
.icon-focus::before {
  content: '\e29e';
}
.icon-fold-horizontal::before {
  content: '\e43b';
}
.icon-fold-vertical::before {
  content: '\e43c';
}
.icon-folder-archive::before {
  content: '\e32d';
}
.icon-folder-check::before {
  content: '\e32e';
}
.icon-folder-clock::before {
  content: '\e32f';
}
.icon-folder-closed::before {
  content: '\e330';
}
.icon-folder-code::before {
  content: '\e5fb';
}
.icon-folder-cog::before {
  content: '\e331';
}
.icon-folder-dot::before {
  content: '\e4c5';
}
.icon-folder-down::before {
  content: '\e332';
}
.icon-folder-git-2::before {
  content: '\e40a';
}
.icon-folder-git::before {
  content: '\e409';
}
.icon-folder-heart::before {
  content: '\e333';
}
.icon-folder-input::before {
  content: '\e334';
}
.icon-folder-kanban::before {
  content: '\e4c6';
}
.icon-folder-key::before {
  content: '\e335';
}
.icon-folder-lock::before {
  content: '\e336';
}
.icon-folder-minus::before {
  content: '\e0d8';
}
.icon-folder-open-dot::before {
  content: '\e4c7';
}
.icon-folder-open::before {
  content: '\e247';
}
.icon-folder-output::before {
  content: '\e337';
}
.icon-folder-pen::before {
  content: '\e338';
}
.icon-folder-plus::before {
  content: '\e0d9';
}
.icon-folder-root::before {
  content: '\e4c8';
}
.icon-folder-search-2::before {
  content: '\e33a';
}
.icon-folder-search::before {
  content: '\e339';
}
.icon-folder-symlink::before {
  content: '\e33b';
}
.icon-folder-sync::before {
  content: '\e4c9';
}
.icon-folder-tree::before {
  content: '\e33c';
}
.icon-folder-up::before {
  content: '\e33d';
}
.icon-folder-x::before {
  content: '\e33e';
}
.icon-folder::before {
  content: '\e0d7';
}
.icon-folders::before {
  content: '\e33f';
}
.icon-footprints::before {
  content: '\e3b9';
}
.icon-forklift::before {
  content: '\e3c1';
}
.icon-forward::before {
  content: '\e229';
}
.icon-frame::before {
  content: '\e291';
}
.icon-framer::before {
  content: '\e0da';
}
.icon-frown::before {
  content: '\e0db';
}
.icon-fuel::before {
  content: '\e2af';
}
.icon-fullscreen::before {
  content: '\e534';
}
.icon-funnel-plus::before {
  content: '\e0dd';
}
.icon-funnel-x::before {
  content: '\e3b5';
}
.icon-funnel::before {
  content: '\e0dc';
}
.icon-gallery-horizontal-end::before {
  content: '\e4cf';
}
.icon-gallery-horizontal::before {
  content: '\e4ce';
}
.icon-gallery-thumbnails::before {
  content: '\e4d0';
}
.icon-gallery-vertical-end::before {
  content: '\e4d2';
}
.icon-gallery-vertical::before {
  content: '\e4d1';
}
.icon-gamepad-2::before {
  content: '\e0df';
}
.icon-gamepad-directional::before {
  content: '\e69b';
}
.icon-gamepad::before {
  content: '\e0de';
}
.icon-gauge::before {
  content: '\e1bf';
}
.icon-gavel::before {
  content: '\e0e0';
}
.icon-gem::before {
  content: '\e242';
}
.icon-georgian-lari::before {
  content: '\e678';
}
.icon-ghost::before {
  content: '\e20e';
}
.icon-gift::before {
  content: '\e0e1';
}
.icon-git-branch-minus::before {
  content: '\e69c';
}
.icon-git-branch-plus::before {
  content: '\e1f4';
}
.icon-git-branch::before {
  content: '\e0e2';
}
.icon-git-commit-horizontal::before {
  content: '\e0e3';
}
.icon-git-commit-vertical::before {
  content: '\e552';
}
.icon-git-compare-arrows::before {
  content: '\e553';
}
.icon-git-compare::before {
  content: '\e359';
}
.icon-git-fork::before {
  content: '\e28d';
}
.icon-git-graph::before {
  content: '\e554';
}
.icon-git-merge::before {
  content: '\e0e4';
}
.icon-git-pull-request-arrow::before {
  content: '\e555';
}
.icon-git-pull-request-closed::before {
  content: '\e35a';
}
.icon-git-pull-request-create-arrow::before {
  content: '\e557';
}
.icon-git-pull-request-create::before {
  content: '\e556';
}
.icon-git-pull-request-draft::before {
  content: '\e35b';
}
.icon-git-pull-request::before {
  content: '\e0e5';
}
.icon-github::before {
  content: '\e0e6';
}
.icon-gitlab::before {
  content: '\e0e7';
}
.icon-glass-water::before {
  content: '\e2d5';
}
.icon-glasses::before {
  content: '\e20d';
}
.icon-globe-lock::before {
  content: '\e5cd';
}
.icon-globe::before {
  content: '\e0e8';
}
.icon-goal::before {
  content: '\e4a5';
}
.icon-gpu::before {
  content: '\e66a';
}
.icon-graduation-cap::before {
  content: '\e234';
}
.icon-grape::before {
  content: '\e352';
}
.icon-grid-2x2-check::before {
  content: '\e5e4';
}
.icon-grid-2x2-plus::before {
  content: '\e628';
}
.icon-grid-2x2-x::before {
  content: '\e5e5';
}
.icon-grid-2x2::before {
  content: '\e4ff';
}
.icon-grid-3x2::before {
  content: '\e66f';
}
.icon-grid-3x3::before {
  content: '\e0e9';
}
.icon-grip-horizontal::before {
  content: '\e0ea';
}
.icon-grip-vertical::before {
  content: '\e0eb';
}
.icon-grip::before {
  content: '\e3b1';
}
.icon-group::before {
  content: '\e464';
}
.icon-guitar::before {
  content: '\e55f';
}
.icon-ham::before {
  content: '\e5d7';
}
.icon-hamburger::before {
  content: '\e665';
}
.icon-hammer::before {
  content: '\e0ec';
}
.icon-hand-coins::before {
  content: '\e5b8';
}
.icon-hand-fist::before {
  content: '\e68b';
}
.icon-hand-grab::before {
  content: '\e1e6';
}
.icon-hand-heart::before {
  content: '\e5b9';
}
.icon-hand-helping::before {
  content: '\e3b8';
}
.icon-hand-metal::before {
  content: '\e22c';
}
.icon-hand-platter::before {
  content: '\e5ba';
}
.icon-hand::before {
  content: '\e1d7';
}
.icon-handbag::before {
  content: '\e689';
}
.icon-handshake::before {
  content: '\e5c0';
}
.icon-hard-drive-download::before {
  content: '\e4e5';
}
.icon-hard-drive-upload::before {
  content: '\e4e6';
}
.icon-hard-drive::before {
  content: '\e0ed';
}
.icon-hard-hat::before {
  content: '\e0ee';
}
.icon-hash::before {
  content: '\e0ef';
}
.icon-hat-glasses::before {
  content: '\e683';
}
.icon-haze::before {
  content: '\e0f0';
}
.icon-hdmi-port::before {
  content: '\e4e7';
}
.icon-heading-1::before {
  content: '\e385';
}
.icon-heading-2::before {
  content: '\e386';
}
.icon-heading-3::before {
  content: '\e387';
}
.icon-heading-4::before {
  content: '\e388';
}
.icon-heading-5::before {
  content: '\e389';
}
.icon-heading-6::before {
  content: '\e38a';
}
.icon-heading::before {
  content: '\e384';
}
.icon-headphone-off::before {
  content: '\e629';
}
.icon-headphones::before {
  content: '\e0f1';
}
.icon-headset::before {
  content: '\e5bd';
}
.icon-heart-crack::before {
  content: '\e2d6';
}
.icon-heart-handshake::before {
  content: '\e2d7';
}
.icon-heart-minus::before {
  content: '\e651';
}
.icon-heart-off::before {
  content: '\e295';
}
.icon-heart-plus::before {
  content: '\e652';
}
.icon-heart-pulse::before {
  content: '\e36e';
}
.icon-heart::before {
  content: '\e0f2';
}
.icon-heater::before {
  content: '\e58e';
}
.icon-helicopter::before {
  content: '\e69d';
}
.icon-hexagon::before {
  content: '\e0f3';
}
.icon-highlighter::before {
  content: '\e0f4';
}
.icon-history::before {
  content: '\e1f5';
}
.icon-hop-off::before {
  content: '\e398';
}
.icon-hop::before {
  content: '\e397';
}
.icon-hospital::before {
  content: '\e5d8';
}
.icon-hotel::before {
  content: '\e3e2';
}
.icon-hourglass::before {
  content: '\e296';
}
.icon-house-heart::before {
  content: '\e695';
}
.icon-house-plug::before {
  content: '\e5f0';
}
.icon-house-plus::before {
  content: '\e5f1';
}
.icon-house-wifi::before {
  content: '\e63c';
}
.icon-house::before {
  content: '\e0f5';
}
.icon-ice-cream-bowl::before {
  content: '\e3a7';
}
.icon-ice-cream-cone::before {
  content: '\e353';
}
.icon-id-card-lanyard::before {
  content: '\e670';
}
.icon-id-card::before {
  content: '\e617';
}
.icon-image-down::before {
  content: '\e53c';
}
.icon-image-minus::before {
  content: '\e1f6';
}
.icon-image-off::before {
  content: '\e1c0';
}
.icon-image-play::before {
  content: '\e5df';
}
.icon-image-plus::before {
  content: '\e1f7';
}
.icon-image-up::before {
  content: '\e5cb';
}
.icon-image-upscale::before {
  content: '\e637';
}
.icon-image::before {
  content: '\e0f6';
}
.icon-images::before {
  content: '\e5c4';
}
.icon-import::before {
  content: '\e22f';
}
.icon-inbox::before {
  content: '\e0f7';
}
.icon-indian-rupee::before {
  content: '\e0f8';
}
.icon-infinity::before {
  content: '\e1e7';
}
.icon-info::before {
  content: '\e0f9';
}
.icon-inspection-panel::before {
  content: '\e583';
}
.icon-instagram::before {
  content: '\e0fa';
}
.icon-italic::before {
  content: '\e0fb';
}
.icon-iteration-ccw::before {
  content: '\e423';
}
.icon-iteration-cw::before {
  content: '\e424';
}
.icon-japanese-yen::before {
  content: '\e0fc';
}
.icon-joystick::before {
  content: '\e355';
}
.icon-kanban::before {
  content: '\e4dc';
}
.icon-kayak::before {
  content: '\e68f';
}
.icon-key-round::before {
  content: '\e4a3';
}
.icon-key-square::before {
  content: '\e4a4';
}
.icon-key::before {
  content: '\e0fd';
}
.icon-keyboard-music::before {
  content: '\e560';
}
.icon-keyboard-off::before {
  content: '\e5de';
}
.icon-keyboard::before {
  content: '\e284';
}
.icon-lamp-ceiling::before {
  content: '\e2d9';
}
.icon-lamp-desk::before {
  content: '\e2da';
}
.icon-lamp-floor::before {
  content: '\e2db';
}
.icon-lamp-wall-down::before {
  content: '\e2dc';
}
.icon-lamp-wall-up::before {
  content: '\e2dd';
}
.icon-lamp::before {
  content: '\e2d8';
}
.icon-land-plot::before {
  content: '\e528';
}
.icon-landmark::before {
  content: '\e23a';
}
.icon-languages::before {
  content: '\e0fe';
}
.icon-laptop-minimal-check::before {
  content: '\e632';
}
.icon-laptop-minimal::before {
  content: '\e1d8';
}
.icon-laptop::before {
  content: '\e1cd';
}
.icon-lasso-select::before {
  content: '\e1cf';
}
.icon-lasso::before {
  content: '\e1ce';
}
.icon-laugh::before {
  content: '\e300';
}
.icon-layers-2::before {
  content: '\e52a';
}
.icon-layers::before {
  content: '\e529';
}
.icon-layout-dashboard::before {
  content: '\e1c1';
}
.icon-layout-grid::before {
  content: '\e0ff';
}
.icon-layout-list::before {
  content: '\e1d9';
}
.icon-layout-panel-left::before {
  content: '\e470';
}
.icon-layout-panel-top::before {
  content: '\e471';
}
.icon-layout-template::before {
  content: '\e207';
}
.icon-leaf::before {
  content: '\e2de';
}
.icon-leafy-green::before {
  content: '\e46f';
}
.icon-lectern::before {
  content: '\e5e9';
}
.icon-library-big::before {
  content: '\e54e';
}
.icon-library::before {
  content: '\e100';
}
.icon-life-buoy::before {
  content: '\e101';
}
.icon-ligature::before {
  content: '\e43a';
}
.icon-lightbulb-off::before {
  content: '\e208';
}
.icon-lightbulb::before {
  content: '\e1c2';
}
.icon-line-squiggle::before {
  content: '\e67a';
}
.icon-link-2-off::before {
  content: '\e104';
}
.icon-link-2::before {
  content: '\e103';
}
.icon-link::before {
  content: '\e102';
}
.icon-linkedin::before {
  content: '\e105';
}
.icon-list-check::before {
  content: '\e5fa';
}
.icon-list-checks::before {
  content: '\e1d0';
}
.icon-list-chevrons-down-up::before {
  content: '\e694';
}
.icon-list-chevrons-up-down::before {
  content: '\e696';
}
.icon-list-collapse::before {
  content: '\e59b';
}
.icon-list-end::before {
  content: '\e2df';
}
.icon-list-filter-plus::before {
  content: '\e639';
}
.icon-list-filter::before {
  content: '\e460';
}
.icon-list-indent-decrease::before {
  content: '\e107';
}
.icon-list-indent-increase::before {
  content: '\e108';
}
.icon-list-minus::before {
  content: '\e23e';
}
.icon-list-music::before {
  content: '\e2e0';
}
.icon-list-ordered::before {
  content: '\e1d1';
}
.icon-list-plus::before {
  content: '\e23f';
}
.icon-list-restart::before {
  content: '\e452';
}
.icon-list-start::before {
  content: '\e2e1';
}
.icon-list-todo::before {
  content: '\e4c3';
}
.icon-list-tree::before {
  content: '\e408';
}
.icon-list-video::before {
  content: '\e2e2';
}
.icon-list-x::before {
  content: '\e240';
}
.icon-list::before {
  content: '\e106';
}
.icon-loader-circle::before {
  content: '\e10a';
}
.icon-loader-pinwheel::before {
  content: '\e5e6';
}
.icon-loader::before {
  content: '\e109';
}
.icon-locate-fixed::before {
  content: '\e1db';
}
.icon-locate-off::before {
  content: '\e282';
}
.icon-locate::before {
  content: '\e1da';
}
.icon-lock-keyhole-open::before {
  content: '\e532';
}
.icon-lock-keyhole::before {
  content: '\e531';
}
.icon-lock-open::before {
  content: '\e10c';
}
.icon-lock::before {
  content: '\e10b';
}
.icon-log-in::before {
  content: '\e10d';
}
.icon-log-out::before {
  content: '\e10e';
}
.icon-logs::before {
  content: '\e5f4';
}
.icon-lollipop::before {
  content: '\e4bd';
}
.icon-luggage::before {
  content: '\e2ca';
}
.icon-magnet::before {
  content: '\e2b5';
}
.icon-mail-check::before {
  content: '\e361';
}
.icon-mail-minus::before {
  content: '\e362';
}
.icon-mail-open::before {
  content: '\e363';
}
.icon-mail-plus::before {
  content: '\e364';
}
.icon-mail-question-mark::before {
  content: '\e365';
}
.icon-mail-search::before {
  content: '\e366';
}
.icon-mail-warning::before {
  content: '\e367';
}
.icon-mail-x::before {
  content: '\e368';
}
.icon-mail::before {
  content: '\e10f';
}
.icon-mailbox::before {
  content: '\e3d4';
}
.icon-mails::before {
  content: '\e369';
}
.icon-map-minus::before {
  content: '\e686';
}
.icon-map-pin-check-inside::before {
  content: '\e610';
}
.icon-map-pin-check::before {
  content: '\e60f';
}
.icon-map-pin-house::before {
  content: '\e61c';
}
.icon-map-pin-minus-inside::before {
  content: '\e612';
}
.icon-map-pin-minus::before {
  content: '\e611';
}
.icon-map-pin-off::before {
  content: '\e2a6';
}
.icon-map-pin-pen::before {
  content: '\e655';
}
.icon-map-pin-plus-inside::before {
  content: '\e614';
}
.icon-map-pin-plus::before {
  content: '\e613';
}
.icon-map-pin-x-inside::before {
  content: '\e616';
}
.icon-map-pin-x::before {
  content: '\e615';
}
.icon-map-pin::before {
  content: '\e111';
}
.icon-map-pinned::before {
  content: '\e53d';
}
.icon-map-plus::before {
  content: '\e63f';
}
.icon-map::before {
  content: '\e110';
}
.icon-mars-stroke::before {
  content: '\e642';
}
.icon-mars::before {
  content: '\e641';
}
.icon-martini::before {
  content: '\e2e3';
}
.icon-maximize-2::before {
  content: '\e113';
}
.icon-maximize::before {
  content: '\e112';
}
.icon-medal::before {
  content: '\e36f';
}
.icon-megaphone-off::before {
  content: '\e370';
}
.icon-megaphone::before {
  content: '\e235';
}
.icon-meh::before {
  content: '\e114';
}
.icon-memory-stick::before {
  content: '\e445';
}
.icon-menu::before {
  content: '\e115';
}
.icon-merge::before {
  content: '\e43f';
}
.icon-message-circle-code::before {
  content: '\e562';
}
.icon-message-circle-dashed::before {
  content: '\e563';
}
.icon-message-circle-heart::before {
  content: '\e564';
}
.icon-message-circle-more::before {
  content: '\e565';
}
.icon-message-circle-off::before {
  content: '\e566';
}
.icon-message-circle-plus::before {
  content: '\e567';
}
.icon-message-circle-question-mark::before {
  content: '\e568';
}
.icon-message-circle-reply::before {
  content: '\e569';
}
.icon-message-circle-warning::before {
  content: '\e56a';
}
.icon-message-circle-x::before {
  content: '\e56b';
}
.icon-message-circle::before {
  content: '\e116';
}
.icon-message-square-code::before {
  content: '\e56c';
}
.icon-message-square-dashed::before {
  content: '\e40b';
}
.icon-message-square-diff::before {
  content: '\e56d';
}
.icon-message-square-dot::before {
  content: '\e56e';
}
.icon-message-square-heart::before {
  content: '\e56f';
}
.icon-message-square-lock::before {
  content: '\e62c';
}
.icon-message-square-more::before {
  content: '\e570';
}
.icon-message-square-off::before {
  content: '\e571';
}
.icon-message-square-plus::before {
  content: '\e40c';
}
.icon-message-square-quote::before {
  content: '\e572';
}
.icon-message-square-reply::before {
  content: '\e573';
}
.icon-message-square-share::before {
  content: '\e574';
}
.icon-message-square-text::before {
  content: '\e575';
}
.icon-message-square-warning::before {
  content: '\e576';
}
.icon-message-square-x::before {
  content: '\e577';
}
.icon-message-square::before {
  content: '\e117';
}
.icon-messages-square::before {
  content: '\e40d';
}
.icon-mic-off::before {
  content: '\e119';
}
.icon-mic-vocal::before {
  content: '\e349';
}
.icon-mic::before {
  content: '\e118';
}
.icon-microchip::before {
  content: '\e61a';
}
.icon-microscope::before {
  content: '\e2e4';
}
.icon-microwave::before {
  content: '\e37a';
}
.icon-milestone::before {
  content: '\e298';
}
.icon-milk-off::before {
  content: '\e39a';
}
.icon-milk::before {
  content: '\e399';
}
.icon-minimize-2::before {
  content: '\e11b';
}
.icon-minimize::before {
  content: '\e11a';
}
.icon-minus::before {
  content: '\e11c';
}
.icon-monitor-check::before {
  content: '\e482';
}
.icon-monitor-cloud::before {
  content: '\e699';
}
.icon-monitor-cog::before {
  content: '\e603';
}
.icon-monitor-dot::before {
  content: '\e483';
}
.icon-monitor-down::before {
  content: '\e421';
}
.icon-monitor-off::before {
  content: '\e1dc';
}
.icon-monitor-pause::before {
  content: '\e484';
}
.icon-monitor-play::before {
  content: '\e485';
}
.icon-monitor-smartphone::before {
  content: '\e3a2';
}
.icon-monitor-speaker::before {
  content: '\e210';
}
.icon-monitor-stop::before {
  content: '\e486';
}
.icon-monitor-up::before {
  content: '\e422';
}
.icon-monitor-x::before {
  content: '\e487';
}
.icon-monitor::before {
  content: '\e11d';
}
.icon-moon-star::before {
  content: '\e410';
}
.icon-moon::before {
  content: '\e11e';
}
.icon-motorbike::before {
  content: '\e698';
}
.icon-mountain-snow::before {
  content: '\e232';
}
.icon-mountain::before {
  content: '\e231';
}
.icon-mouse-off::before {
  content: '\e5db';
}
.icon-mouse-pointer-2-off::before {
  content: '\e6a6';
}
.icon-mouse-pointer-2::before {
  content: '\e1c3';
}
.icon-mouse-pointer-ban::before {
  content: '\e5e7';
}
.icon-mouse-pointer-click::before {
  content: '\e120';
}
.icon-mouse-pointer::before {
  content: '\e11f';
}
.icon-mouse::before {
  content: '\e28e';
}
.icon-move-3d::before {
  content: '\e2e5';
}
.icon-move-diagonal-2::before {
  content: '\e1c5';
}
.icon-move-diagonal::before {
  content: '\e1c4';
}
.icon-move-down-left::before {
  content: '\e48d';
}
.icon-move-down-right::before {
  content: '\e48e';
}
.icon-move-down::before {
  content: '\e48c';
}
.icon-move-horizontal::before {
  content: '\e1c6';
}
.icon-move-left::before {
  content: '\e48f';
}
.icon-move-right::before {
  content: '\e490';
}
.icon-move-up-left::before {
  content: '\e492';
}
.icon-move-up-right::before {
  content: '\e493';
}
.icon-move-up::before {
  content: '\e491';
}
.icon-move-vertical::before {
  content: '\e1c7';
}
.icon-move::before {
  content: '\e121';
}
.icon-music-2::before {
  content: '\e34a';
}
.icon-music-3::before {
  content: '\e34b';
}
.icon-music-4::before {
  content: '\e34c';
}
.icon-music::before {
  content: '\e122';
}
.icon-navigation-2-off::before {
  content: '\e2a7';
}
.icon-navigation-2::before {
  content: '\e124';
}
.icon-navigation-off::before {
  content: '\e2a8';
}
.icon-navigation::before {
  content: '\e123';
}
.icon-network::before {
  content: '\e125';
}
.icon-newspaper::before {
  content: '\e348';
}
.icon-nfc::before {
  content: '\e3c3';
}
.icon-non-binary::before {
  content: '\e643';
}
.icon-notebook-pen::before {
  content: '\e596';
}
.icon-notebook-tabs::before {
  content: '\e597';
}
.icon-notebook-text::before {
  content: '\e598';
}
.icon-notebook::before {
  content: '\e595';
}
.icon-notepad-text-dashed::before {
  content: '\e59a';
}
.icon-notepad-text::before {
  content: '\e599';
}
.icon-nut-off::before {
  content: '\e39c';
}
.icon-nut::before {
  content: '\e39b';
}
.icon-octagon-alert::before {
  content: '\e127';
}
.icon-octagon-minus::before {
  content: '\e627';
}
.icon-octagon-pause::before {
  content: '\e21b';
}
.icon-octagon-x::before {
  content: '\e128';
}
.icon-octagon::before {
  content: '\e126';
}
.icon-omega::before {
  content: '\e619';
}
.icon-option::before {
  content: '\e1f8';
}
.icon-orbit::before {
  content: '\e3e7';
}
.icon-origami::before {
  content: '\e5e3';
}
.icon-package-2::before {
  content: '\e340';
}
.icon-package-check::before {
  content: '\e266';
}
.icon-package-minus::before {
  content: '\e267';
}
.icon-package-open::before {
  content: '\e2cc';
}
.icon-package-plus::before {
  content: '\e268';
}
.icon-package-search::before {
  content: '\e269';
}
.icon-package-x::before {
  content: '\e26a';
}
.icon-package::before {
  content: '\e129';
}
.icon-paint-bucket::before {
  content: '\e2e6';
}
.icon-paint-roller::before {
  content: '\e59e';
}
.icon-paintbrush-vertical::before {
  content: '\e2e8';
}
.icon-paintbrush::before {
  content: '\e2e7';
}
.icon-palette::before {
  content: '\e1dd';
}
.icon-panda::before {
  content: '\e668';
}
.icon-panel-bottom-close::before {
  content: '\e42d';
}
.icon-panel-bottom-dashed::before {
  content: '\e42e';
}
.icon-panel-bottom-open::before {
  content: '\e42f';
}
.icon-panel-bottom::before {
  content: '\e42c';
}
.icon-panel-left-close::before {
  content: '\e21c';
}
.icon-panel-left-dashed::before {
  content: '\e430';
}
.icon-panel-left-open::before {
  content: '\e21d';
}
.icon-panel-left-right-dashed::before {
  content: '\e692';
}
.icon-panel-left::before {
  content: '\e12a';
}
.icon-panel-right-close::before {
  content: '\e432';
}
.icon-panel-right-dashed::before {
  content: '\e433';
}
.icon-panel-right-open::before {
  content: '\e434';
}
.icon-panel-right::before {
  content: '\e431';
}
.icon-panel-top-bottom-dashed::before {
  content: '\e693';
}
.icon-panel-top-close::before {
  content: '\e436';
}
.icon-panel-top-dashed::before {
  content: '\e437';
}
.icon-panel-top-open::before {
  content: '\e438';
}
.icon-panel-top::before {
  content: '\e435';
}
.icon-panels-left-bottom::before {
  content: '\e12b';
}
.icon-panels-right-bottom::before {
  content: '\e588';
}
.icon-panels-top-left::before {
  content: '\e12c';
}
.icon-paperclip::before {
  content: '\e12d';
}
.icon-parentheses::before {
  content: '\e444';
}
.icon-parking-meter::before {
  content: '\e500';
}
.icon-party-popper::before {
  content: '\e343';
}
.icon-pause::before {
  content: '\e12e';
}
.icon-paw-print::before {
  content: '\e4f5';
}
.icon-pc-case::before {
  content: '\e446';
}
.icon-pen-line::before {
  content: '\e130';
}
.icon-pen-off::before {
  content: '\e5ee';
}
.icon-pen-tool::before {
  content: '\e131';
}
.icon-pen::before {
  content: '\e12f';
}
.icon-pencil-line::before {
  content: '\e4f0';
}
.icon-pencil-off::before {
  content: '\e5ef';
}
.icon-pencil-ruler::before {
  content: '\e4f1';
}
.icon-pencil::before {
  content: '\e1f9';
}
.icon-pentagon::before {
  content: '\e52b';
}
.icon-percent::before {
  content: '\e132';
}
.icon-person-standing::before {
  content: '\e21e';
}
.icon-philippine-peso::before {
  content: '\e604';
}
.icon-phone-call::before {
  content: '\e134';
}
.icon-phone-forwarded::before {
  content: '\e135';
}
.icon-phone-incoming::before {
  content: '\e136';
}
.icon-phone-missed::before {
  content: '\e137';
}
.icon-phone-off::before {
  content: '\e138';
}
.icon-phone-outgoing::before {
  content: '\e139';
}
.icon-phone::before {
  content: '\e133';
}
.icon-pi::before {
  content: '\e472';
}
.icon-piano::before {
  content: '\e561';
}
.icon-pickaxe::before {
  content: '\e5c6';
}
.icon-picture-in-picture-2::before {
  content: '\e3af';
}
.icon-picture-in-picture::before {
  content: '\e3ae';
}
.icon-piggy-bank::before {
  content: '\e13a';
}
.icon-pilcrow-left::before {
  content: '\e5dc';
}
.icon-pilcrow-right::before {
  content: '\e5dd';
}
.icon-pilcrow::before {
  content: '\e3a3';
}
.icon-pill-bottle::before {
  content: '\e5ea';
}
.icon-pill::before {
  content: '\e3bd';
}
.icon-pin-off::before {
  content: '\e2b6';
}
.icon-pin::before {
  content: '\e259';
}
.icon-pipette::before {
  content: '\e13b';
}
.icon-pizza::before {
  content: '\e354';
}
.icon-plane-landing::before {
  content: '\e3cd';
}
.icon-plane-takeoff::before {
  content: '\e3ce';
}
.icon-plane::before {
  content: '\e1de';
}
.icon-play::before {
  content: '\e13c';
}
.icon-plug-2::before {
  content: '\e380';
}
.icon-plug-zap::before {
  content: '\e45c';
}
.icon-plug::before {
  content: '\e37f';
}
.icon-plus::before {
  content: '\e13d';
}
.icon-pocket-knife::before {
  content: '\e4a0';
}
.icon-pocket::before {
  content: '\e13e';
}
.icon-podcast::before {
  content: '\e1fa';
}
.icon-pointer-off::before {
  content: '\e57f';
}
.icon-pointer::before {
  content: '\e1e8';
}
.icon-popcorn::before {
  content: '\e4be';
}
.icon-popsicle::before {
  content: '\e4bf';
}
.icon-pound-sterling::before {
  content: '\e13f';
}
.icon-power-off::before {
  content: '\e209';
}
.icon-power::before {
  content: '\e140';
}
.icon-presentation::before {
  content: '\e4ae';
}
.icon-printer-check::before {
  content: '\e5f5';
}
.icon-printer::before {
  content: '\e141';
}
.icon-projector::before {
  content: '\e4af';
}
.icon-proportions::before {
  content: '\e5cf';
}
.icon-puzzle::before {
  content: '\e29c';
}
.icon-pyramid::before {
  content: '\e52c';
}
.icon-qr-code::before {
  content: '\e1df';
}
.icon-quote::before {
  content: '\e239';
}
.icon-rabbit::before {
  content: '\e4f6';
}
.icon-radar::before {
  content: '\e497';
}
.icon-radiation::before {
  content: '\e442';
}
.icon-radical::before {
  content: '\e5c2';
}
.icon-radio-receiver::before {
  content: '\e1fb';
}
.icon-radio-tower::before {
  content: '\e404';
}
.icon-radio::before {
  content: '\e142';
}
.icon-radius::before {
  content: '\e52d';
}
.icon-rail-symbol::before {
  content: '\e501';
}
.icon-rainbow::before {
  content: '\e4c2';
}
.icon-rat::before {
  content: '\e3eb';
}
.icon-ratio::before {
  content: '\e4e8';
}
.icon-receipt-cent::before {
  content: '\e5a5';
}
.icon-receipt-euro::before {
  content: '\e5a6';
}
.icon-receipt-indian-rupee::before {
  content: '\e5a7';
}
.icon-receipt-japanese-yen::before {
  content: '\e5a8';
}
.icon-receipt-pound-sterling::before {
  content: '\e5a9';
}
.icon-receipt-russian-ruble::before {
  content: '\e5aa';
}
.icon-receipt-swiss-franc::before {
  content: '\e5ab';
}
.icon-receipt-text::before {
  content: '\e5ac';
}
.icon-receipt-turkish-lira::before {
  content: '\e67f';
}
.icon-receipt::before {
  content: '\e3d3';
}
.icon-rectangle-circle::before {
  content: '\e673';
}
.icon-rectangle-ellipsis::before {
  content: '\e21f';
}
.icon-rectangle-goggles::before {
  content: '\e656';
}
.icon-rectangle-horizontal::before {
  content: '\e376';
}
.icon-rectangle-vertical::before {
  content: '\e377';
}
.icon-recycle::before {
  content: '\e2e9';
}
.icon-redo-2::before {
  content: '\e2a0';
}
.icon-redo-dot::before {
  content: '\e450';
}
.icon-redo::before {
  content: '\e143';
}
.icon-refresh-ccw-dot::before {
  content: '\e4b2';
}
.icon-refresh-ccw::before {
  content: '\e144';
}
.icon-refresh-cw-off::before {
  content: '\e498';
}
.icon-refresh-cw::before {
  content: '\e145';
}
.icon-refrigerator::before {
  content: '\e37b';
}
.icon-regex::before {
  content: '\e1fc';
}
.icon-remove-formatting::before {
  content: '\e3b3';
}
.icon-repeat-1::before {
  content: '\e1fd';
}
.icon-repeat-2::before {
  content: '\e411';
}
.icon-repeat::before {
  content: '\e146';
}
.icon-replace-all::before {
  content: '\e3dc';
}
.icon-replace::before {
  content: '\e3db';
}
.icon-reply-all::before {
  content: '\e22b';
}
.icon-reply::before {
  content: '\e22a';
}
.icon-rewind::before {
  content: '\e147';
}
.icon-ribbon::before {
  content: '\e558';
}
.icon-rocket::before {
  content: '\e286';
}
.icon-rocking-chair::before {
  content: '\e233';
}
.icon-roller-coaster::before {
  content: '\e480';
}
.icon-rose::before {
  content: '\e691';
}
.icon-rotate-3d::before {
  content: '\e2ea';
}
.icon-rotate-ccw-key::before {
  content: '\e650';
}
.icon-rotate-ccw-square::before {
  content: '\e5d0';
}
.icon-rotate-ccw::before {
  content: '\e148';
}
.icon-rotate-cw-square::before {
  content: '\e5d1';
}
.icon-rotate-cw::before {
  content: '\e149';
}
.icon-route-off::before {
  content: '\e53f';
}
.icon-route::before {
  content: '\e53e';
}
.icon-router::before {
  content: '\e3bf';
}
.icon-rows-2::before {
  content: '\e439';
}
.icon-rows-3::before {
  content: '\e58a';
}
.icon-rows-4::before {
  content: '\e58b';
}
.icon-rss::before {
  content: '\e14a';
}
.icon-ruler-dimension-line::before {
  content: '\e662';
}
.icon-ruler::before {
  content: '\e14b';
}
.icon-russian-ruble::before {
  content: '\e14c';
}
.icon-sailboat::before {
  content: '\e37e';
}
.icon-salad::before {
  content: '\e3a8';
}
.icon-sandwich::before {
  content: '\e3a9';
}
.icon-satellite-dish::before {
  content: '\e448';
}
.icon-satellite::before {
  content: '\e447';
}
.icon-saudi-riyal::before {
  content: '\e64b';
}
.icon-save-all::before {
  content: '\e40f';
}
.icon-save-off::before {
  content: '\e5f3';
}
.icon-save::before {
  content: '\e14d';
}
.icon-scale-3d::before {
  content: '\e2eb';
}
.icon-scale::before {
  content: '\e212';
}
.icon-scaling::before {
  content: '\e2ec';
}
.icon-scan-barcode::before {
  content: '\e535';
}
.icon-scan-eye::before {
  content: '\e536';
}
.icon-scan-face::before {
  content: '\e371';
}
.icon-scan-heart::before {
  content: '\e63a';
}
.icon-scan-line::before {
  content: '\e258';
}
.icon-scan-qr-code::before {
  content: '\e5f6';
}
.icon-scan-search::before {
  content: '\e537';
}
.icon-scan-text::before {
  content: '\e538';
}
.icon-scan::before {
  content: '\e257';
}
.icon-school::before {
  content: '\e3e3';
}
.icon-scissors-line-dashed::before {
  content: '\e4e9';
}
.icon-scissors::before {
  content: '\e14e';
}
.icon-screen-share-off::before {
  content: '\e150';
}
.icon-screen-share::before {
  content: '\e14f';
}
.icon-scroll-text::before {
  content: '\e45f';
}
.icon-scroll::before {
  content: '\e2ed';
}
.icon-search-check::before {
  content: '\e4aa';
}
.icon-search-code::before {
  content: '\e4ab';
}
.icon-search-slash::before {
  content: '\e4ac';
}
.icon-search-x::before {
  content: '\e4ad';
}
.icon-search::before {
  content: '\e151';
}
.icon-section::before {
  content: '\e5e8';
}
.icon-send-horizontal::before {
  content: '\e4f2';
}
.icon-send-to-back::before {
  content: '\e4f3';
}
.icon-send::before {
  content: '\e152';
}
.icon-separator-horizontal::before {
  content: '\e1c8';
}
.icon-separator-vertical::before {
  content: '\e1c9';
}
.icon-server-cog::before {
  content: '\e341';
}
.icon-server-crash::before {
  content: '\e1e9';
}
.icon-server-off::before {
  content: '\e1ea';
}
.icon-server::before {
  content: '\e153';
}
.icon-settings-2::before {
  content: '\e245';
}
.icon-settings::before {
  content: '\e154';
}
.icon-shapes::before {
  content: '\e4b3';
}
.icon-share-2::before {
  content: '\e156';
}
.icon-share::before {
  content: '\e155';
}
.icon-sheet::before {
  content: '\e157';
}
.icon-shell::before {
  content: '\e4f7';
}
.icon-shield-alert::before {
  content: '\e1fe';
}
.icon-shield-ban::before {
  content: '\e159';
}
.icon-shield-check::before {
  content: '\e1ff';
}
.icon-shield-ellipsis::before {
  content: '\e516';
}
.icon-shield-half::before {
  content: '\e517';
}
.icon-shield-minus::before {
  content: '\e518';
}
.icon-shield-off::before {
  content: '\e15a';
}
.icon-shield-plus::before {
  content: '\e519';
}
.icon-shield-question-mark::before {
  content: '\e40e';
}
.icon-shield-user::before {
  content: '\e647';
}
.icon-shield-x::before {
  content: '\e200';
}
.icon-shield::before {
  content: '\e158';
}
.icon-ship-wheel::before {
  content: '\e502';
}
.icon-ship::before {
  content: '\e3ba';
}
.icon-shirt::before {
  content: '\e1ca';
}
.icon-shopping-bag::before {
  content: '\e15b';
}
.icon-shopping-basket::before {
  content: '\e4ea';
}
.icon-shopping-cart::before {
  content: '\e15c';
}
.icon-shovel::before {
  content: '\e15d';
}
.icon-shower-head::before {
  content: '\e37c';
}
.icon-shredder::before {
  content: '\e65b';
}
.icon-shrimp::before {
  content: '\e649';
}
.icon-shrink::before {
  content: '\e220';
}
.icon-shrub::before {
  content: '\e2ee';
}
.icon-shuffle::before {
  content: '\e15e';
}
.icon-sigma::before {
  content: '\e201';
}
.icon-signal-high::before {
  content: '\e260';
}
.icon-signal-low::before {
  content: '\e261';
}
.icon-signal-medium::before {
  content: '\e262';
}
.icon-signal-zero::before {
  content: '\e263';
}
.icon-signal::before {
  content: '\e25f';
}
.icon-signature::before {
  content: '\e5f2';
}
.icon-signpost-big::before {
  content: '\e541';
}
.icon-signpost::before {
  content: '\e540';
}
.icon-siren::before {
  content: '\e2ef';
}
.icon-skip-back::before {
  content: '\e15f';
}
.icon-skip-forward::before {
  content: '\e160';
}
.icon-skull::before {
  content: '\e221';
}
.icon-slack::before {
  content: '\e161';
}
.icon-slash::before {
  content: '\e51d';
}
.icon-slice::before {
  content: '\e2f0';
}
.icon-sliders-horizontal::before {
  content: '\e29a';
}
.icon-sliders-vertical::before {
  content: '\e162';
}
.icon-smartphone-charging::before {
  content: '\e22e';
}
.icon-smartphone-nfc::before {
  content: '\e3c4';
}
.icon-smartphone::before {
  content: '\e163';
}
.icon-smile-plus::before {
  content: '\e301';
}
.icon-smile::before {
  content: '\e164';
}
.icon-snail::before {
  content: '\e4f8';
}
.icon-snowflake::before {
  content: '\e165';
}
.icon-soap-dispenser-droplet::before {
  content: '\e669';
}
.icon-sofa::before {
  content: '\e2c4';
}
.icon-solar-panel::before {
  content: '\e69f';
}
.icon-soup::before {
  content: '\e3aa';
}
.icon-space::before {
  content: '\e3dd';
}
.icon-spade::before {
  content: '\e499';
}
.icon-sparkle::before {
  content: '\e47e';
}
.icon-sparkles::before {
  content: '\e412';
}
.icon-speaker::before {
  content: '\e166';
}
.icon-speech::before {
  content: '\e51e';
}
.icon-spell-check-2::before {
  content: '\e49b';
}
.icon-spell-check::before {
  content: '\e49a';
}
.icon-spline-pointer::before {
  content: '\e64f';
}
.icon-spline::before {
  content: '\e38b';
}
.icon-split::before {
  content: '\e440';
}
.icon-spool::before {
  content: '\e677';
}
.icon-spotlight::before {
  content: '\e682';
}
.icon-spray-can::before {
  content: '\e495';
}
.icon-sprout::before {
  content: '\e1eb';
}
.icon-square-activity::before {
  content: '\e4b4';
}
.icon-square-arrow-down-left::before {
  content: '\e4b5';
}
.icon-square-arrow-down-right::before {
  content: '\e4b6';
}
.icon-square-arrow-down::before {
  content: '\e427';
}
.icon-square-arrow-left::before {
  content: '\e428';
}
.icon-square-arrow-out-down-left::before {
  content: '\e5a1';
}
.icon-square-arrow-out-down-right::before {
  content: '\e5a2';
}
.icon-square-arrow-out-up-left::before {
  content: '\e5a3';
}
.icon-square-arrow-out-up-right::before {
  content: '\e5a4';
}
.icon-square-arrow-right::before {
  content: '\e429';
}
.icon-square-arrow-up-left::before {
  content: '\e4b7';
}
.icon-square-arrow-up-right::before {
  content: '\e4b8';
}
.icon-square-arrow-up::before {
  content: '\e42a';
}
.icon-square-asterisk::before {
  content: '\e168';
}
.icon-square-bottom-dashed-scissors::before {
  content: '\e4eb';
}
.icon-square-chart-gantt::before {
  content: '\e169';
}
.icon-square-check-big::before {
  content: '\e16a';
}
.icon-square-check::before {
  content: '\e559';
}
.icon-square-chevron-down::before {
  content: '\e3cf';
}
.icon-square-chevron-left::before {
  content: '\e3d0';
}
.icon-square-chevron-right::before {
  content: '\e3d1';
}
.icon-square-chevron-up::before {
  content: '\e3d2';
}
.icon-square-code::before {
  content: '\e16b';
}
.icon-square-dashed-bottom-code::before {
  content: '\e4c1';
}
.icon-square-dashed-bottom::before {
  content: '\e4c0';
}
.icon-square-dashed-kanban::before {
  content: '\e16c';
}
.icon-square-dashed-mouse-pointer::before {
  content: '\e509';
}
.icon-square-dashed-top-solid::before {
  content: '\e66c';
}
.icon-square-dashed::before {
  content: '\e1cb';
}
.icon-square-divide::before {
  content: '\e16d';
}
.icon-square-dot::before {
  content: '\e16e';
}
.icon-square-equal::before {
  content: '\e16f';
}
.icon-square-function::before {
  content: '\e22d';
}
.icon-square-kanban::before {
  content: '\e170';
}
.icon-square-library::before {
  content: '\e54f';
}
.icon-square-m::before {
  content: '\e503';
}
.icon-square-menu::before {
  content: '\e453';
}
.icon-square-minus::before {
  content: '\e171';
}
.icon-square-mouse-pointer::before {
  content: '\e202';
}
.icon-square-parking-off::before {
  content: '\e3cc';
}
.icon-square-parking::before {
  content: '\e3cb';
}
.icon-square-pause::before {
  content: '\e684';
}
.icon-square-pen::before {
  content: '\e172';
}
.icon-square-percent::before {
  content: '\e51c';
}
.icon-square-pi::before {
  content: '\e488';
}
.icon-square-pilcrow::before {
  content: '\e48b';
}
.icon-square-play::before {
  content: '\e481';
}
.icon-square-plus::before {
  content: '\e173';
}
.icon-square-power::before {
  content: '\e551';
}
.icon-square-radical::before {
  content: '\e5c3';
}
.icon-square-round-corner::before {
  content: '\e648';
}
.icon-square-scissors::before {
  content: '\e4ec';
}
.icon-square-sigma::before {
  content: '\e489';
}
.icon-square-slash::before {
  content: '\e174';
}
.icon-square-split-horizontal::before {
  content: '\e3b6';
}
.icon-square-split-vertical::before {
  content: '\e3b7';
}
.icon-square-square::before {
  content: '\e60e';
}
.icon-square-stack::before {
  content: '\e4a2';
}
.icon-square-star::before {
  content: '\e68e';
}
.icon-square-stop::before {
  content: '\e685';
}
.icon-square-terminal::before {
  content: '\e20a';
}
.icon-square-user-round::before {
  content: '\e466';
}
.icon-square-user::before {
  content: '\e465';
}
.icon-square-x::before {
  content: '\e175';
}
.icon-square::before {
  content: '\e167';
}
.icon-squares-exclude::before {
  content: '\e657';
}
.icon-squares-intersect::before {
  content: '\e658';
}
.icon-squares-subtract::before {
  content: '\e659';
}
.icon-squares-unite::before {
  content: '\e65a';
}
.icon-squircle-dashed::before {
  content: '\e679';
}
.icon-squircle::before {
  content: '\e57a';
}
.icon-squirrel::before {
  content: '\e49f';
}
.icon-stamp::before {
  content: '\e3bb';
}
.icon-star-half::before {
  content: '\e20b';
}
.icon-star-off::before {
  content: '\e2b0';
}
.icon-star::before {
  content: '\e176';
}
.icon-step-back::before {
  content: '\e3e9';
}
.icon-step-forward::before {
  content: '\e3ea';
}
.icon-stethoscope::before {
  content: '\e2f1';
}
.icon-sticker::before {
  content: '\e302';
}
.icon-sticky-note::before {
  content: '\e303';
}
.icon-store::before {
  content: '\e3e4';
}
.icon-stretch-horizontal::before {
  content: '\e27c';
}
.icon-stretch-vertical::before {
  content: '\e27d';
}
.icon-strikethrough::before {
  content: '\e177';
}
.icon-subscript::before {
  content: '\e25c';
}
.icon-sun-dim::before {
  content: '\e299';
}
.icon-sun-medium::before {
  content: '\e2b1';
}
.icon-sun-moon::before {
  content: '\e2b2';
}
.icon-sun-snow::before {
  content: '\e372';
}
.icon-sun::before {
  content: '\e178';
}
.icon-sunrise::before {
  content: '\e179';
}
.icon-sunset::before {
  content: '\e17a';
}
.icon-superscript::before {
  content: '\e25e';
}
.icon-swatch-book::before {
  content: '\e59f';
}
.icon-swiss-franc::before {
  content: '\e17b';
}
.icon-switch-camera::before {
  content: '\e17c';
}
.icon-sword::before {
  content: '\e2b3';
}
.icon-swords::before {
  content: '\e2b4';
}
.icon-syringe::before {
  content: '\e2f2';
}
.icon-table-2::before {
  content: '\e2f9';
}
.icon-table-cells-merge::before {
  content: '\e5c7';
}
.icon-table-cells-split::before {
  content: '\e5c8';
}
.icon-table-columns-split::before {
  content: '\e5c9';
}
.icon-table-of-contents::before {
  content: '\e61e';
}
.icon-table-properties::before {
  content: '\e4db';
}
.icon-table-rows-split::before {
  content: '\e5ca';
}
.icon-table::before {
  content: '\e17d';
}
.icon-tablet-smartphone::before {
  content: '\e50a';
}
.icon-tablet::before {
  content: '\e17e';
}
.icon-tablets::before {
  content: '\e3be';
}
.icon-tag::before {
  content: '\e17f';
}
.icon-tags::before {
  content: '\e35c';
}
.icon-tally-1::before {
  content: '\e4d6';
}
.icon-tally-2::before {
  content: '\e4d7';
}
.icon-tally-3::before {
  content: '\e4d8';
}
.icon-tally-4::before {
  content: '\e4d9';
}
.icon-tally-5::before {
  content: '\e4da';
}
.icon-tangent::before {
  content: '\e52e';
}
.icon-target::before {
  content: '\e180';
}
.icon-telescope::before {
  content: '\e5c5';
}
.icon-tent-tree::before {
  content: '\e53b';
}
.icon-tent::before {
  content: '\e227';
}
.icon-terminal::before {
  content: '\e181';
}
.icon-test-tube-diagonal::before {
  content: '\e406';
}
.icon-test-tube::before {
  content: '\e405';
}
.icon-test-tubes::before {
  content: '\e407';
}
.icon-text-align-center::before {
  content: '\e182';
}
.icon-text-align-end::before {
  content: '\e183';
}
.icon-text-align-justify::before {
  content: '\e184';
}
.icon-text-align-start::before {
  content: '\e185';
}
.icon-text-cursor-input::before {
  content: '\e265';
}
.icon-text-cursor::before {
  content: '\e264';
}
.icon-text-initial::before {
  content: '\e605';
}
.icon-text-quote::before {
  content: '\e49e';
}
.icon-text-search::before {
  content: '\e5ad';
}
.icon-text-select::before {
  content: '\e3de';
}
.icon-text-wrap::before {
  content: '\e248';
}
.icon-theater::before {
  content: '\e522';
}
.icon-thermometer-snowflake::before {
  content: '\e187';
}
.icon-thermometer-sun::before {
  content: '\e188';
}
.icon-thermometer::before {
  content: '\e186';
}
.icon-thumbs-down::before {
  content: '\e189';
}
.icon-thumbs-up::before {
  content: '\e18a';
}
.icon-ticket-check::before {
  content: '\e5ae';
}
.icon-ticket-minus::before {
  content: '\e5af';
}
.icon-ticket-percent::before {
  content: '\e5b0';
}
.icon-ticket-plus::before {
  content: '\e5b1';
}
.icon-ticket-slash::before {
  content: '\e5b2';
}
.icon-ticket-x::before {
  content: '\e5b3';
}
.icon-ticket::before {
  content: '\e20f';
}
.icon-tickets-plane::before {
  content: '\e623';
}
.icon-tickets::before {
  content: '\e622';
}
.icon-timer-off::before {
  content: '\e249';
}
.icon-timer-reset::before {
  content: '\e236';
}
.icon-timer::before {
  content: '\e1e0';
}
.icon-toggle-left::before {
  content: '\e18b';
}
.icon-toggle-right::before {
  content: '\e18c';
}
.icon-toilet::before {
  content: '\e635';
}
.icon-tool-case::before {
  content: '\e67d';
}
.icon-tornado::before {
  content: '\e218';
}
.icon-torus::before {
  content: '\e52f';
}
.icon-touchpad-off::before {
  content: '\e44a';
}
.icon-touchpad::before {
  content: '\e449';
}
.icon-tower-control::before {
  content: '\e3bc';
}
.icon-toy-brick::before {
  content: '\e347';
}
.icon-tractor::before {
  content: '\e504';
}
.icon-traffic-cone::before {
  content: '\e505';
}
.icon-train-front-tunnel::before {
  content: '\e507';
}
.icon-train-front::before {
  content: '\e506';
}
.icon-train-track::before {
  content: '\e508';
}
.icon-tram-front::before {
  content: '\e2a9';
}
.icon-transgender::before {
  content: '\e644';
}
.icon-trash-2::before {
  content: '\e18e';
}
.icon-trash::before {
  content: '\e18d';
}
.icon-tree-deciduous::before {
  content: '\e2f3';
}
.icon-tree-palm::before {
  content: '\e281';
}
.icon-tree-pine::before {
  content: '\e2f4';
}
.icon-trees::before {
  content: '\e2f5';
}
.icon-trello::before {
  content: '\e18f';
}
.icon-trending-down::before {
  content: '\e190';
}
.icon-trending-up-down::before {
  content: '\e625';
}
.icon-trending-up::before {
  content: '\e191';
}
.icon-triangle-alert::before {
  content: '\e193';
}
.icon-triangle-dashed::before {
  content: '\e63d';
}
.icon-triangle-right::before {
  content: '\e4ed';
}
.icon-triangle::before {
  content: '\e192';
}
.icon-trophy::before {
  content: '\e373';
}
.icon-truck-electric::before {
  content: '\e65f';
}
.icon-truck::before {
  content: '\e194';
}
.icon-turkish-lira::before {
  content: '\e680';
}
.icon-turntable::before {
  content: '\e68c';
}
.icon-turtle::before {
  content: '\e4f9';
}
.icon-tv-minimal-play::before {
  content: '\e5ec';
}
.icon-tv-minimal::before {
  content: '\e203';
}
.icon-tv::before {
  content: '\e195';
}
.icon-twitch::before {
  content: '\e196';
}
.icon-twitter::before {
  content: '\e197';
}
.icon-type-outline::before {
  content: '\e602';
}
.icon-type::before {
  content: '\e198';
}
.icon-umbrella-off::before {
  content: '\e543';
}
.icon-umbrella::before {
  content: '\e199';
}
.icon-underline::before {
  content: '\e19a';
}
.icon-undo-2::before {
  content: '\e2a1';
}
.icon-undo-dot::before {
  content: '\e451';
}
.icon-undo::before {
  content: '\e19b';
}
.icon-unfold-horizontal::before {
  content: '\e43d';
}
.icon-unfold-vertical::before {
  content: '\e43e';
}
.icon-ungroup::before {
  content: '\e467';
}
.icon-university::before {
  content: '\e3e5';
}
.icon-unlink-2::before {
  content: '\e19d';
}
.icon-unlink::before {
  content: '\e19c';
}
.icon-unplug::before {
  content: '\e45d';
}
.icon-upload::before {
  content: '\e19e';
}
.icon-usb::before {
  content: '\e356';
}
.icon-user-check::before {
  content: '\e1a0';
}
.icon-user-cog::before {
  content: '\e342';
}
.icon-user-lock::before {
  content: '\e660';
}
.icon-user-minus::before {
  content: '\e1a1';
}
.icon-user-pen::before {
  content: '\e5fc';
}
.icon-user-plus::before {
  content: '\e1a2';
}
.icon-user-round-check::before {
  content: '\e469';
}
.icon-user-round-cog::before {
  content: '\e46a';
}
.icon-user-round-minus::before {
  content: '\e46b';
}
.icon-user-round-pen::before {
  content: '\e5fd';
}
.icon-user-round-plus::before {
  content: '\e46c';
}
.icon-user-round-search::before {
  content: '\e578';
}
.icon-user-round-x::before {
  content: '\e46d';
}
.icon-user-round::before {
  content: '\e468';
}
.icon-user-search::before {
  content: '\e579';
}
.icon-user-star::before {
  content: '\e687';
}
.icon-user-x::before {
  content: '\e1a3';
}
.icon-user::before {
  content: '\e19f';
}
.icon-users-round::before {
  content: '\e46e';
}
.icon-users::before {
  content: '\e1a4';
}
.icon-utensils-crossed::before {
  content: '\e2f7';
}
.icon-utensils::before {
  content: '\e2f6';
}
.icon-utility-pole::before {
  content: '\e3c2';
}
.icon-variable::before {
  content: '\e473';
}
.icon-vault::before {
  content: '\e58f';
}
.icon-vector-square::before {
  content: '\e67c';
}
.icon-vegan::before {
  content: '\e39d';
}
.icon-venetian-mask::before {
  content: '\e2aa';
}
.icon-venus-and-mars::before {
  content: '\e646';
}
.icon-venus::before {
  content: '\e645';
}
.icon-vibrate-off::before {
  content: '\e29d';
}
.icon-vibrate::before {
  content: '\e223';
}
.icon-video-off::before {
  content: '\e1a6';
}
.icon-video::before {
  content: '\e1a5';
}
.icon-videotape::before {
  content: '\e4cb';
}
.icon-view::before {
  content: '\e1a7';
}
.icon-voicemail::before {
  content: '\e1a8';
}
.icon-volleyball::before {
  content: '\e62f';
}
.icon-volume-1::before {
  content: '\e1aa';
}
.icon-volume-2::before {
  content: '\e1ab';
}
.icon-volume-off::before {
  content: '\e626';
}
.icon-volume-x::before {
  content: '\e1ac';
}
.icon-volume::before {
  content: '\e1a9';
}
.icon-vote::before {
  content: '\e3ad';
}
.icon-wallet-cards::before {
  content: '\e4cc';
}
.icon-wallet-minimal::before {
  content: '\e4cd';
}
.icon-wallet::before {
  content: '\e204';
}
.icon-wallpaper::before {
  content: '\e44b';
}
.icon-wand-sparkles::before {
  content: '\e357';
}
.icon-wand::before {
  content: '\e246';
}
.icon-warehouse::before {
  content: '\e3e6';
}
.icon-washing-machine::before {
  content: '\e590';
}
.icon-watch::before {
  content: '\e1ad';
}
.icon-waves-ladder::before {
  content: '\e63b';
}
.icon-waves::before {
  content: '\e283';
}
.icon-waypoints::before {
  content: '\e542';
}
.icon-webcam::before {
  content: '\e205';
}
.icon-webhook-off::before {
  content: '\e5b7';
}
.icon-webhook::before {
  content: '\e374';
}
.icon-weight::before {
  content: '\e530';
}
.icon-wheat-off::before {
  content: '\e39f';
}
.icon-wheat::before {
  content: '\e39e';
}
.icon-whole-word::before {
  content: '\e3df';
}
.icon-wifi-cog::before {
  content: '\e674';
}
.icon-wifi-high::before {
  content: '\e5f7';
}
.icon-wifi-low::before {
  content: '\e5f8';
}
.icon-wifi-off::before {
  content: '\e1af';
}
.icon-wifi-pen::before {
  content: '\e663';
}
.icon-wifi-sync::before {
  content: '\e681';
}
.icon-wifi-zero::before {
  content: '\e5f9';
}
.icon-wifi::before {
  content: '\e1ae';
}
.icon-wind-arrow-down::before {
  content: '\e631';
}
.icon-wind::before {
  content: '\e1b0';
}
.icon-wine-off::before {
  content: '\e3a0';
}
.icon-wine::before {
  content: '\e2f8';
}
.icon-workflow::before {
  content: '\e425';
}
.icon-worm::before {
  content: '\e5da';
}
.icon-wrench::before {
  content: '\e1b1';
}
.icon-x::before {
  content: '\e1b2';
}
.icon-youtube::before {
  content: '\e1b3';
}
.icon-zap-off::before {
  content: '\e1b5';
}
.icon-zap::before {
  content: '\e1b4';
}
.icon-zoom-in::before {
  content: '\e1b6';
}
.icon-zoom-out::before {
  content: '\e1b7';
}
.sr-1_25x {
  font-size: 125% !important;
}
.sr-1_5x {
  font-size: 150% !important;
}
.sr-1_75x {
  font-size: 175% !important;
}
.sr-2x {
  font-size: 200% !important;
}
.sr-2_5x {
  font-size: 250% !important;
}
.sr-3x {
  font-size: 300% !important;
}
.sr-4x {
  font-size: 400% !important;
}

.sr-5x {
  font-size: 500% !important;
}

.sr-7_5x {
  font-size: 750% !important;
}

.sr-red {
  color: #a94442;
}

.sr-green {
  color: green;
}

.sr-orange {
  color: #ff9900;
}

.sr-nia {
  padding-bottom: 5px !important;
}

.star-fill {
  color: black;
}

.sr-new-subject::before {
  content: '\e13d\e468';
}

.sr-new-group::before {
  content: '\e13d\e46e';
}

.sr-cutters::before {
  display: inline-block;
  content: '\e14e';
  transform: rotate(270deg);
}

.sr-info::before {
  content: 'I';
  color: white;
  font-family: 'Times New Roman, Times, Serif';
  font-weight: bold;
  vertical-align: 0.1em !important;
  padding: 0;
}

.sr-time-search::before {
  content: '\e087\2006\e151';
}

.sr-code-search::before {
  content: '\e1df\2006\e151';
}

.sr-download-camera-cards::before {
  content: '\e0b2\2006\e064';
}

.sr-download-subject-list::before {
  content: '\e0b2\2006\e106';
}

.sr-upload-subject-list::before {
  content: '\e19e\2006\e106';
}

.sr-add-column-subject-list::before {
  content: '\e13d\2006\e598';
}

.sr-edit-column-subject-list::before {
  content: '\e1f9\2006\e098';
}

.sr-edit-subject-list::before {
  content: '\e1f9\2006\e106';
}

.sr-assign-csv-fields::before {
  content: '\e15e\2006\e157';
}

.sr-photo-manager::before {
  content: '\e5c4\2006\e125';
}

.sr-diagnose-and-remedy::before {
  content: '\e2f1\2006\e5d6';
}

.sr-job-broken::before {
  display: inline-block;
  content: '\e19c';
  transform: rotate(90deg);
}

.sr-job-token::before {
  display: inline-block;
  content: '\e5b3';
  transform: rotate(45deg);
}

.sr-job-storage::before {
  content: '\e14d';
}

.sr-job-account::before {
  content: '\e10b';
}

.sr-job-delay::before {
  content: '\e12e';
}

.sr-hand-pointing-left::before {
  display: inline-block;
  content: '\e1e8';
  transform: rotate(270deg) scaleX(-1);
}

.sr-keyframe-repair::before {
  content: '\e1df\2006\e1b1';
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sr-spin {
  display: inline-block;
  animation: spin 3s linear infinite;
  /* transform: scale(2.5); */
}

.sr-spin-big {
  display: inline-block;
  animation: spin 3s linear infinite;
  /* font-size: 500%; */
  /* transform: scale(5); */
}

.sr-rot-45 {
  transform: rotate(45deg);
}

.sr-rot-90 {
  transform: rotate(90deg);
}

.sr-rot-45-ccw {
  transform: rotate(-45deg);
}

.sr-rot-90-ccw {
  transform: rotate(-90deg);
}

.sr {
  font-family: 'lucide' !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
}

.sr-btn {
  transform: scale(1.6);
  padding: 2px 2px;
}

.sr-icn {
  transform: scale(1.6);
}

.sr-mark {
  padding: 8px;
}

.sr-thermometer-0::before {
  display: inline-block;
  content: '\e4e1';
  transform: rotate(-135deg);
  font-size: 120% !important;
}

.sr-thermometer-1::before {
  display: inline-block;
  content: '\e4e1';
  transform: rotate(-90deg);
  font-size: 120% !important;
}

.sr-thermometer-2::before {
  display: inline-block;
  content: '\e4e1';
  transform: rotate(-45deg);
  font-size: 120% !important;
}

.sr-thermometer-3::before {
  display: inline-block;
  content: '\e4e1';
  font-size: 120% !important;
}

.sr-thermometer-4::before {
  display: inline-block;
  content: '\e4e1';
  transform: rotate(45deg);
  font-size: 120% !important;
}

.sr-filter-clear::before {
  display: inline-block;
  content: '\e084';
  color: #990000;
  transform: scale(1.6);
}

.input-sm {
  padding-top: 4px;
}

.sr-reload::before {
  display: inline-block;
  content: '\e145';
  transform: scale(1.6);
}

.sr-keyframe::before {
  display: inline-block;
  content: '\e0fd';
  transform: rotate(90deg);
  padding-top: 2px;
}

.sr-share-right::before {
  content: '\e0b9';
}

.sr-share-left::before {
  display: inline-block;
  content: '\e0b9';
  transform: scaleX(-1);
}

.btn-default {
  color: rgb(64, 64, 64);
}

.btn-primary {
  color: white;
}

.sr-badge {
  font-size: 240% !important;
}

.wizard-nav-link .sr.icon-chevron-right {
  float: right;
  margin-top: 12px;
  margin-right: -6px;
  opacity: 0.5;
  font-size: 150% !important;
}

li.wizard-nav-item.active .sr.icon-chevron-right {
  opacity: 1;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  padding-top: 4px;
  margin-bottom: 27px;
}

div#footbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 25px;
  overflow: hidden;
  padding-top: 4px;
  background-color: #f5f5f5;
  z-index: 9999;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
  /*top: 0;*/
}

ol.sortable-list {
  list-style-type: none;
  padding-left: 0;
  cursor: pointer;
}

ol.sortable-list i.fa-arrows {
  /*cursor: pointer;*/
}

ol.sortable-list i.fa-users {
  cursor: pointer;
  margin-right: 8px;
}

ol.sortable-list i.fa-pencil-square-o {
  cursor: pointer;
}

ol.vertical {
  margin: 0 0 9px 0;
  min-height: 10px;
}

ol.vertical li {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  color: #0088cc;
  background: #eeeeee;
}

ol.vertical li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

ol.vertical li.placeholder:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: red;
  border-right: none;
}

ol li.highlight {
  background: #333333;
  color: #999999;
}

ol li.highlight i.icon-arrows {
  background-image: url(/../img/glyphicons-halflings-white.png);
}

div.sortable-list-holder {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
  height: 270px;
  max-height: 270px !important;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

.editable-container {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 10, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
/*ol.vertical {
  margin: 0 0 9px 0;
  min-height: 10px; }*/
/* line 13, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
/*ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee; }*/
/* line 20, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
/*ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }*/
/* line 25, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
/*ol.vertical li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none; }*/

/* line 32, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol {
  list-style-type: none; }*/
/* line 34, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol i.icon-move {
    cursor: pointer; }*/
/* line 36, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol li.highlight {
    background: #333333;
    color: #999999; }*/
/* line 39, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol li.highlight i.icon-move {
      background-image: url(/../img/glyphicons-halflings-white.png); }*/

/* line 42, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nested_with_switch, ol.nested_with_switch ol {
  border: 1px solid #eeeeee; }*/
/* line 44, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nested_with_switch.active, ol.nested_with_switch ol.active {
    border: 1px solid #333333; }*/

/* line 48, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nested_with_switch li, ol.simple_with_animation li, ol.serialization li, ol.default li {
  cursor: pointer; }*/

/* line 51, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.simple_with_animation {
  border: 1px solid #999999; }*/

/* line 54, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.switch-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px; }*/

/* line 60, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.navbar-sort-container {
  height: 200px; }*/

/* line 64, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nav li, ol.nav li a {
  cursor: pointer; }*/
/* line 66, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nav .divider-vertical {
  cursor: default; }*/
/* line 69, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nav li.dragged {
  background-color: #2c2c2c; }*/
/* line 71, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nav li.placeholder {
  position: relative; }*/
/* line 73, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nav li.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }*/
/* line 84, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*ol.nav ol.dropdown-menu li.placeholder:before {
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  margin-left: none;
  top: 0;
  left: 10px;
  border-right: none; }*/

/* line 94, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.sorted_table tr {
  cursor: pointer; }*/
/* line 96, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.sorted_table tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none; }*/
/* line 103, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; }*/

/* line 114, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.sorted_head th {
  cursor: pointer; }*/
/* line 116, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.sorted_head th.placeholder {
  display: block;
  background: red;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0; }*/
/* line 124, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
/*.sorted_head th.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }*/

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.top-spacer {
  margin-top: 20px;
}

.bottom-spacer {
  margin-bottom: 20px;
}

.newline-spacer {
  margin-bottom: 8px;
}

.pagination {
  margin: 4px 0;
}

h3.titlebar {
  margin: 0;
}

hr.titlebar {
  margin: 8px 0;
}

div.toolbutton {
  text-align: center;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  width: 75px;
}

div.toolbutton-short {
  text-align: center;
  display: inline-block;
}

div.toolbutton-bar {
  padding: 0;
  margin: 0;
  margin-top: 6px;
}

div.toolbutton-break {
  display: inline-block;
  width: 25px;
}

div.toolbutton-empty {
  display: inline-block;
  width: 83px;
}

div.toolbutton-small {
  width: 40px;
}

div.toolbutton-small a {
  margin-top: 2px;
  padding: 3px 9px;
}

span.button-subtext {
  font-size: 6pt;
  font-weight: bold;
  white-space: nowrap;
}

div.toolbutton-box {
  display: inline-block;
  padding: 0;
}

div.properties-box {
  display: inline-block;
  vertical-align: top;
}

div.properties-item {
  line-height: 1.5;
  font-size: 115%;
  vertical-align: text-bottom;
}

div.properties-item > .pull-right {
  line-height: 1;
  padding-top: 9px;
  font-size: 74%;
}

div.control-panel {
  margin-top: 8px;
  margin-bottom: 32px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

div.subjects-photos-panel,
div.groups-photos-panel,
div.orphans-photos-panel,
div.misplaceds-photos-panel {
  padding: 0;
  margin: 0;
}

div.control-panel-title {
  font-size: 150%;
  font-weight: bold;
  color: #005c8a;
  display: none;
}

div.activity-log-title {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.65em;
  color: #005c8a;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.subjects-photos-panel-title,
div.groups-photos-panel-title,
div.orphans-photos-panel-title,
div.misplaceds-photos-panel-title {
  /* border-bottom: 1px solid #888; */
  margin-top: 2px;
  font-weight: bold;
  line-height: 1.4em;
  max-height: 1.4em;
  color: #005c8a !important;
  background-color: white;
  padding-left: 0.5em;
}

div.orphans-photos-panel-title {
  border: none;
}

div.subjects-photos-panel-title,
div.groups-photos-panel-title,
div.misplaceds-photos-panel-title {
  cursor: pointer;
}

div.control-panel {
  margin: 0;
  padding: 0;
}

span.red,
button.red {
  color: red;
}

span.green,
button.green {
  color: green;
}

span.blue,
button.blue {
  color: blue;
}

/* file upload */
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

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

.input-xs.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

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

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

.tab-push {
  margin-top: -33px;
}

/* end tabs */

/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

.col-fixed {
  width: 320px;
}

.col-min {
  min-width: 320px;
}

.col-max {
  max-width: 320px;
}

/* end centered columns styles */

.panel-wizard {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .modal.fade.in {
    top: 5%;
  }
  .modal {
    width: 100%;
  }

  .welcome-image {
    width: 100%;
  }

  .panel-wizard {
    margin-top: 2px;
  }

  h3.titlebar {
    margin: 0 4px;
  }

  hr.titlebar {
    height: 0;
  }

  img.menu-logo {
    margin-left: 12px;
  }

  button#new-job-button {
    display: none;
  }
}

div.photo-cell {
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* height: 158px; */
  height: 174px;
}

div.group-series div.photo-cell {
  height: 158px;
}

div.photo-cell label {
  font-weight: normal;
  font-size: 90%;
  vertical-align: text-top;
}

.photo-cell img {
  width: 105px;
  min-height: 50px;
  max-height: 125px;
  border: 1px solid gainsboro;
  object-fit: cover;
}

.photo-cell i.sr {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .photo-cell img {
    width: 50px;
    min-height: 25px;
    max-height: 65px;
  }

  .gallery-drop-zone {
    width: 50px;
    height: 57px;
  }
}

.code-thumbnail {
  cursor: pointer;
}

.bell-ring {
  display: inline-block;
  color: #ff9900;
  -webkit-animation: bell-ring 4s infinite linear;
  animation: bell-ring 4s infinite linear;
}

@-webkit-keyframes bell-ring {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes bell-ring {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

.alert-header {
  font-size: 175%;
  font-weight: bold;
  margin-left: 0.5em;
}

.gallery-drop-zone-form {
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 14px;
  margin-right: 8px;
  background-color: transparent;
}

.gallery-drop-zone-text {
  text-align: center;
  font-weight: bold;
  color: rgb(140, 140, 140);
}

.gallery-drop-zone {
  padding: 0;
  padding-top: 4px;
  width: 100px;
  height: 115px;
  border: 4px rgb(220, 220, 220) dashed;
  background-color: transparent;
}

.gallery-drop-zone-progress {
  margin-bottom: 0;
  margin-top: 2px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 8px;
  display: none;
}

.code-link {
  font-family: 'New Courier', Courier, monospace;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 4px;
  white-space: nowrap;
  color: #204d74;
  cursor: pointer;
}

label.code-link {
  font-size: 1.1em;
  margin-bottom: 0;
  margin-left: 6px;
}

.has-spinner .icon-cog {
  opacity: 0;
  max-width: 0;

  -webkit-transition:
    opacity 0.25s,
    max-width 0.45s;
  -moz-transition:
    opacity 0.25s,
    max-width 0.45s;
  -o-transition:
    opacity 0.25s,
    max-width 0.45s;
  transition:
    opacity 0.25s,
    max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .icon-cog {
  opacity: 1;
  max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.no-subject-data-warning {
  color: red;
}

.flat-left {
  text-align: left;
  padding: 0;
}

.bot-p-8 {
  margin-bottom: 8px;
  cursor: pointer;
}

.bot-8 {
  margin-bottom: 8px;
  margin-left: 18px;
}

table.snap-table > tbody > tr > td {
  height: 1px;
}

.snap-table-icon {
  margin: 0px;
  text-align: center;
  display: inline-block;
  width: 50px;
}

.snap-panel-icon {
  margin-top: 5px;
  text-align: center;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  width: 75px;
}

.snap-titlebar-icon {
  text-align: center;
  margin: 0;
  margin-top: 2px;
  margin-right: 8px;
}

/* ios9 fix */
body {
  padding-right: 0px !important;
}

.modal-open {
  overflow-y: auto;
}
/* ios9 fix */

.photo {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}

.form-horizontal .editable {
  padding-top: 0px;
}

.placeholder {
  height: 38px;
}

.wizard-subtitle {
  font-size: 120%;
  color: #bfbfbf;
}

.alert {
  color: #656565;
}

body.modal-open {
  overflow: hidden;
}

.edit-subject-detail {
  margin-right: 16px;
  white-space: nowrap;
}

.setting-title {
  font-size: 20px;
  margin-top: -4px;
}

.profile-input-text {
  height: 41px;
}

.profile-input-text span {
  margin-left: 15px;
}

.profile-input-edit {
  margin-top: -8px;
  margin-left: -15;
  margin-right: 15;
}

.profile-buttons {
  padding-left: 72px;
}

.color-swatch {
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.color-swatch {
  border-radius: 4px;
}

.row-group {
  color: #808080;
  font-size: 75%;
}

.range-list {
  max-height: 240px !important;
  min-height: 120px !important;
  overflow-y: scroll;
  background-color: rgba(5, 5, 5, 0.05);
  padding-left: 8px;
  padding-top: 8px;
}

.range-item {
  display: inline-block;
  margin-right: -4px;
  padding: 0px;

  -webkit-transition: transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  -ms-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}

.range-item-caption {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 75%;
}

.range-item-caption,
i.icon-circle-check {
  margin-top: 4px;
}

.range-item-included {
  background-color: #2786f3 !important;
}

.range-item-selected {
  background-color: #92affa;
}

.range-photo {
  margin: 8px;
  margin-bottom: 0px;
  max-width: 75px;
  min-height: 50px;
  max-height: 75px;
}

.range-item-hover {
  -webkit-transition: transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  -ms-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}

.range-item-hover:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.info-save-instruction {
  margin-top: 4px;
  margin-bottom: 4px;
}

.snapizzi-info-panel {
  font-size: 175%;
  font-weight: bold;
}

.snapizzi-info-panel li {
  margin-top: 16px;
  margin-bottom: 16px;
}

.snapizzi-diagnose-panel {
  font-size: 125%;
  font-weight: bold;
}

.snapizzi-diagnose-panel li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.admin-use {
  color: #428bca;
}

tr.selected .admin-use {
  color: white;
}

div.boarding-card {
  padding: 0px;
  text-align: center;
}

img.boarding-card {
  max-height: 200px;
  border: 1px solid grey;
  margin: 0px;
}

img.modal-display {
  margin: 8px;
  margin-bottom: 0px;
  height: 100px;
  width: auto;
}

img.duplicates-display {
  margin: 0px;
  height: 150px;
  width: auto;
}

@media (max-width: 767px) {
  img.boarding-card {
    width: 250px;
  }

  img.modal-display {
    margin: 8px;
    margin-bottom: 0px;
    height: 50px;
    width: auto;
  }

  table.snap-table {
    min-height: 500px;
  }
}

textarea.comment {
  font-size: 18px;
}

img.cover-photo-display-tiny {
  max-height: 150px;
  max-width: 150px;
  border-radius: 4px;
}

img.cover-photo-display {
  max-height: 250px;
  max-width: 250px;
  border-radius: 4px;
}

img.cover-photo-display-empty {
  height: 250px;
  width: 250px;
}

.status-icon-200 {
  color: Brown;
}

.status-icon-190 {
  color: DarkOrange;
}

.status-icon-80 {
  color: #568203;
}

.project-name-title {
  color: #909090;
  margin: 0 8px;
}

td.dt-align-right {
  text-align: right;
  font-weight: bold;
  font-family: monospace;
}

td.dt-align-center {
  text-align: center !important;
}

@keyframes button-flashing {
  0% {
    background-color: #990000;
    border-color: #990000;
    color: white;
  }
  50% {
    background-color: white;
    border-color: #990000;
    color: #990000;
  }
  100% {
    background-color: #990000;
    border-color: #990000;
    color: white;
  }
}

.button-alert {
  color: white;
  background-color: #990000;
  animation-name: button-flashing;
  animation-duration: 4s;
  animation-iteration-count: 4;
  border-color: #990000;
}

.button-alert:hover {
  background-color: #990000 !important;
  border-color: #990000 !important;
  color: white;
}

@keyframes tab-flashing {
  0% {
    color: #990000;
    background-color: white;
  }
  50% {
    color: white;
    border-color: #660000;
    background-color: #660000;
  }
  100% {
    color: #990000;
    background-color: white;
  }
}

.tab-alert {
  color: #990000;
  background-color: white;
  animation-name: tab-flashing;
  animation-duration: 4s;
  animation-iteration-count: 4;
  border-color: #990000;
}

.tab-alert:hover {
  background-color: #990000 !important;
  border-color: #990000 !important;
  color: white;
}

.push-updated-reset {
  background-color: #990000 !important;
  border-color: #990000 !important;
  color: white !important;
}

input.form-control {
  font-weight: bold;
}

button.btn {
  font-weight: bold;
}

.empty-photo-series {
  text-align: center;
  color: rgba(5, 5, 5, 0.1);
  font-size: 48px;
  font-weight: bold;
  line-height: 100px;
  padding-top: 0.4em;
  padding-left: 20%;
  /* padding-right: 25%; */
  white-space: nowrap;
}

.toolbutton-hidden {
  visibility: hidden;
}

.panel-title .close {
  margin-top: -4px;
}

.popover.search-popover {
  margin-top: 75px;
}

.filter-subject-series,
.remove-subject-series,
.subject-result-button {
  background-color: white;
  padding: 2px 4px;
  margin: 2px 4px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.filter-subject-series:hover,
.remove-subject-series:hover,
.subject-result-button:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.subject-result-button-disabled,
.subject-result-button-disabled:hover {
  background-color: white;
  border-color: #adadad;
  color: gray;
}

span.filter-option::-webkit-scrollbar {
  display: none;
}

img.menu-logo {
  margin-top: 12px;
}

.job-property {
  font-family: monospace;
}

.job-property-yes {
  color: green;
}

.job-property-no {
  color: #990000;
}

.job-property-line {
  display: flex;
  justify-content: space-between;
  vertical-align: baseline;
  line-height: 1;
  margin-top: 8px;
  font-size: 85%;
}

.job-property-spring {
  flex-grow: 2;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: lightgray;
  margin: 0px 4px 2px;
}

.shared-code-list-item {
  display: inline;
  margin-right: 14px;
  font-family: monospace;
  white-space: nowrap;
}

.primary-gallery {
  font-weight: bold;
}

.small-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 75%;
}

#subjects-photos-panel,
#groups-photos-panel,
#orphans-photos-panel,
#misplaceds-photos-panel {
  padding: 0;
}

#orphans-instruction-panel {
  display: none;
}

.subjects-photos-panel,
.groups-photos-panel,
.orphans-photos-panel,
.misplaceds-photos-panel {
  padding: 0;
  margin: 0;
}

div#subjects-photos-display-panel,
div#groups-photos-display-panel,
div#orphans-photos-display-panel,
div#orphans-instruction-display-panel,
div#misplaceds-photos-display-panel {
  width: 100%;
  display: none;
  overflow-y: scroll;
  scroll-snap-type: y proximity;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

div#subjects-photos-display-panel:focus,
div#groups-photos-display-panel:focus,
div#orphans-photos-display-panel:focus,
div#misplaceds-photos-display-panel:focus {
  /* border-color: #337ab7; */
  border-color: #005b8a;
}

table#subjects-photos-table:focus tr.selected *,
table#groups-photos-table:focus tr.selected *,
table#orphans-photos-table:focus tr.selected *,
table#misplaceds-photos-table:focus tr.selected * {
  /* background-color: #337ab7 !important; */
  background-color: #005b8a !important;
}

table#subjects-photos-table tr.selected *,
table#groups-photos-table tr.selected *,
table#orphans-photos-table tr.selected *,
table#misplaceds-photos-table tr.selected * {
  /* background-color: #004a6f !important; */
  background-color: #005b8a !important;
}

div#orphans-instruction-display-panel {
  padding: 8px;
  display: block;
  width: calc(100% - 16px);
}

#subjects-photos-display-panel-empty,
.subjects-photos-display-panel-empty {
  margin-top: -1px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f6f6f6;
}

#groups-photos-display-panel-empty,
.groups-photos-display-panel-empty {
  margin-top: -1px;
  border-top: 1px solid #cfd9cd;
  border-bottom: 1px solid #cfd9cd;
  background-color: #e6ebe6;
}

.photo-series-display {
  margin: 0;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;

  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  border-bottom: 1px solid #dedede;
}

.photo-series-display-odd {
  background-color: #f6f6f6;
}

.photo-series-display-even {
  background-color: white;
}

div.photo-series-display-odd.inspector-group,
ul.photo-series-display-odd.inspector-group {
  background-color: #cfd9cd !important;
}

div.photo-series-display-even.inspector-group,
ul.photo-series-display-even.inspector-group {
  background-color: #e6ebe6 !important;
}

div.photo-series-display-odd.inspector-misplaced,
ul.photo-series-display-odd.inspector-misplaced {
  background-color: #dacdcd !important;
}

div.photo-series-display-even.inspector-misplaced,
ul.photo-series-display-even.inspector-misplaced {
  background-color: #ece6e5 !important;
}

#subjects-photos-edit-panel,
#groups-photos-edit-panel {
  padding: 0;
  padding-left: 16px;
}

#subjects-photos-edit-display-panel,
#groups-photos-edit-display-panel {
  border: #dcdcdc solid 1px;
  border-radius: 4px;
  background-color: #f6f6f6;
  margin-top: 4px;
  height: 100%;
  padding: 0 8px;
}

.data-item-edit {
  padding: 0;
}

label.data-item-edit {
  margin-top: 8px;
}

.panel-heading a:after {
  font-family: 'lucide';
  content: '\e06d';
  float: right;
  color: grey;
}

.panel-heading a.collapsed:after {
  content: '\e06f';
}

.dataTables_scrollBody {
  background-color: #e8e8e8;
}

.img-thumbnail-duplicate {
  background-color: orange;
  border: 1px solid orange;
  border-radius: 4px;
}

.progress {
  background-color: #b5b5b5;
}

.progress-text {
  padding-left: 8px;
  padding-right: 8px;
}

.remaining {
  vertical-align: bottom;
  margin-top: 5px;
}

.control-panel-line {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 320px) {
  .button-div {
    width: 320px;
    margin: 0;
    padding: 8px;
  }

  .button-div > .btn {
    width: 270px;
    display: block;
    margin-top: 1.5rem;
  }

  .button-div > .pull-left {
    margin-left: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

.snap-color {
  color: #ff9900;
}

.radio-color {
  color: #999999;
}

.snap-action:hover {
  filter: brightness(1.2);
}

div.panel-photo-service {
  color: #656565;
  width: 48%;
  margin: 0;
  margin-bottom: 1em;
}

div.photo-service-active {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(214, 233, 198);
}

div.photo-service-inactive {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.select-info {
  display: none;
}

.snap-code {
  font-family: 'New Courier', Courier, monospace;
  font-weight: bold;
  font-size: 1.2em;
  /* color: #090909; */
}

tr.selected .snap-code {
  color: white;
}

.unshare {
  white-space: nowrap;
  height: 2em;
  line-height: 2em;
}

.button-glyph {
  font-weight: bold;
}

.server-status-icon {
  font-size: 100%;
  padding: 0 8px;
}

.server-status-0 {
  color: green;
}

.server-status-1 {
  color: orange;
}

.server-status-2 {
  color: DarkOrange;
}

.server-status-3 {
  color: orangered;
}

.server-status-4 {
  color: red;
}

.remote-photo-status-icon {
  font-size: 100%;
  padding: 0 8px;
}

.remote-photo-status {
  margin-top: 1px;
  margin-bottom: 1px;
}

.remote-photo-status-a {
  color: white;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: 2px;
  text-transform: uppercase;
  cursor: default;
  border-radius: 4px;
}

.remote-photo-status-0 {
  background-color: #006600;
}

.remote-photo-status-1 {
  background-color: DarkOrange;
}

.remote-photo-status-2 {
  background-color: #990000;
}

#subjects-photos-table-hide-button {
  width: 64px;
}

#groups-photos-table-hide-button {
  width: 64px;
}

.storage-report th,
td {
  padding: 5px 15px;
}

.color-picker-control {
  font-weight: bold;
  text-transform: uppercase;
}

.btn-profile-default {
  margin-top: 8px;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}

.btn-profile-default:hover {
  background-color: #d6850f;
  border-color: #d6850f;
  color: #ffffff;
}

div.col-sm-5:has(div.dataTables_info) {
  padding: 0;
  /* height: 14px; */
}

div.dataTables_info {
  padding: 0;
  font-weight: bold;
  color: #888888;
}

table.repaired-keyframes {
  margin: 0 auto;
}

table.repaired-keyframes th {
  color: #666666;
  background-color: #efefef;
  text-align: center;
}

div#keyframe-repair-wizard-modal .wizard-card-container {
  margin-left: 20%;
  /* background-color: blue; */
}

div#keyframe-repair-wizard-modal .wizard-steps {
  width: 20%;
  /* width: 28%; */
  /* background-color: salmon; */
}

div#keyframe-repair-wizard-modal .wizard-card > h3 {
  margin-bottom: 0;
}

div#keyframe-repair-wizard-modal .wizard-error,
div#keyframe-repair-wizard-modal .wizard-failure,
div#keyframe-repair-wizard-modal .wizard-success,
div#keyframe-repair-wizard-modal .wizard-loading,
div#keyframe-repair-wizard-modal .wizard-card {
  border-top: 1px solid #eee;
  display: none;
  padding: 0 10px;
  /* padding-top: 10px; */
  overflow-y: auto;
}

div#keyframe-repair-wizard-modal .range-list {
  max-height: unset !important;
  min-height: unset !important;
  height: 516px !important;
  overflow-y: scroll;
  background-color: rgba(5, 5, 5, 0.05);
  padding-left: 8px;
  padding-top: 8px;
}

div#keyframe-repair-wizard-modal .range-item {
  display: inline-block;
  margin-right: -4px;
  padding: 0px;

  -webkit-transition: transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  -ms-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}

div#keyframe-repair-wizard-modal .range-item-caption {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 75%;
}

div#keyframe-repair-wizard-modal .range-item-caption,
i.icon-circle-check {
  margin-top: 4px;
}

div#keyframe-repair-wizard-modal .range-item-included {
  background-color: unset !important;
}

div#keyframe-repair-wizard-modal .range-item-selected {
  background-color: unset !important;
}

div#keyframe-repair-wizard-modal .range-photo {
  margin: 8px;
  margin-bottom: 0px;
  max-width: 150px;
  min-height: 100px;
  max-height: 150px;
  padding: 4px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 4px;
}

div#keyframe-repair-wizard-modal .range-item-selected .range-photo {
  background-color: #ff9900;
}

div#keyframe-repair-wizard-modal .range-item-included .range-photo {
  background-color: #00ff00;
}

div#keyframe-repair-wizard-modal .range-item-hover {
  -webkit-transition: transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  -ms-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}

div#keyframe-repair-wizard-modal .range-item-hover:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

div#keyframe-repair-wizard-modal .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

label:has(input.checkbox-code[type='checkbox'][disabled]) {
  color: lightgray;
  text-decoration: line-through;
  text-decoration-style: wavy;
  text-decoration-color: #ff9900;
}

.bundle-remap-item-disabled {
  pointer-events: none; /* Disables mouse events */
  opacity: 0.4;
}

div#visualization {
  height: 350px;
  background-color: #f5f5f5;
  border: #b5b5b5 1px solid;
  border-radius: 4px;
}

div.vis-timeline {
  border: none;
}

div#subject-list-table-empty {
  cursor: default;
  border: 2px solid rgb(9, 180, 237);
  background-color: #f5f5f5;
  border-radius: 4px;
}

div#subject-list-table-empty:hover {
  background-color: white;
}

div#subject-list-table {
  border-radius: 4px;
}
/*!
 * bootstrap-star-rating v4.0.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2016, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url(/../img/loading.gif) top left no-repeat;
    border: none;
}

/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}
.vis .overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}.vis [class*=span]{min-height:0;width:auto}div.vis-configuration{display:block;float:left;font-size:12px;position:relative}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper:after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;display:block;left:10px;margin-top:20px;padding-left:5px;width:495px}div.vis-configuration.vis-config-button{background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;cursor:pointer;display:block;height:25px;left:10px;line-height:25px;margin-bottom:30px;margin-top:20px;padding-left:5px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;height:25px;line-height:25px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-item.vis-config-s2{background-color:#f7f8fa;border-radius:3px;left:10px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s3{background-color:#e4e9f0;border-radius:3px;left:20px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s4{background-color:#cfd8e6;border-radius:3px;left:30px;padding-left:5px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:700}div.vis-configuration.vis-config-label{height:25px;line-height:25px;width:120px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{border:1px solid #444;border-radius:2px;cursor:pointer;height:19px;margin:0;padding:0;top:1px;width:30px}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{margin:0;padding:1px;pointer-events:none;position:relative;top:-5px;width:60px}input.vis-configuration.vis-config-range{-webkit-appearance:none;background-color:transparent;border:0 solid #fff;height:20px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(180deg,#dedede 0,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px 0 #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:5px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;background:#3876c2;background:-moz-linear-gradient(top,#3876c2 0,#385380 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));background:-webkit-linear-gradient(top,#3876c2,#385380);background:-o-linear-gradient(top,#3876c2 0,#385380 100%);background:-ms-linear-gradient(top,#3876c2 0,#385380 100%);background:linear-gradient(180deg,#3876c2 0,#385380);border:1px solid #14334b;border-radius:50%;box-shadow:0 0 1px 0 #111927;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3876c2",endColorstr="#385380",GradientType=0);height:17px;margin-top:-7px;width:17px}input.vis-configuration.vis-config-range:focus{outline:none}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:-moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#9d9d9d,#c8c8c8 99%);background:-o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:linear-gradient(180deg,#9d9d9d 0,#c8c8c8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d9d9d",endColorstr="#c8c8c8",GradientType=0)}input.vis-configuration.vis-config-range::-moz-range-track{background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(180deg,#dedede 0,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px 0 #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:10px;width:300px}input.vis-configuration.vis-config-range::-moz-range-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{background:transparent;border-color:transparent;border-width:6px 0;color:transparent;height:5px;width:300px}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{background:rgba(57,76,89,.85);border:2px solid #f2faff;border-radius:4px;color:#fff;font-size:14px;height:30px;line-height:30px;position:absolute;text-align:center;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:150px}.vis-configuration-popup:after,.vis-configuration-popup:before{border:solid transparent;content:" ";height:0;left:100%;pointer-events:none;position:absolute;top:50%;width:0}.vis-configuration-popup:after{border-color:rgba(136,183,213,0) rgba(136,183,213,0) rgba(136,183,213,0) rgba(57,76,89,.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0) rgba(194,225,245,0) rgba(194,225,245,0) #f2faff;border-width:12px;margin-top:-12px}div.vis-tooltip{background-color:#f5f4ed;border:1px solid #808074;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:3px 3px 10px rgba(0,0,0,.2);color:#000;font-family:verdana;font-size:14px;padding:5px;pointer-events:none;position:absolute;visibility:hidden;white-space:nowrap;z-index:5}.vis-current-time{background-color:#ff7f6e;pointer-events:none;width:2px;z-index:1}.vis-rolling-mode-btn{background:#3876c2;border-radius:50%;color:#fff;cursor:pointer;font-size:28px;font-weight:700;height:40px;opacity:.8;position:absolute;right:20px;text-align:center;top:7px;width:40px}.vis-rolling-mode-btn:before{content:"\26F6"}.vis-rolling-mode-btn:hover{opacity:1}.vis-custom-time{background-color:#6e94ff;cursor:move;width:2px;z-index:1}.vis-custom-time>.vis-custom-time-marker{background-color:inherit;color:#fff;cursor:auto;font-size:12px;padding:3px 5px;top:0;white-space:nowrap;z-index:inherit}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{border-bottom:1px solid;height:0;position:absolute;width:100%}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{color:#4d4d4d;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-major.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{color:#bebebe;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{bottom:20px;color:#4d4d4d;position:absolute;text-align:center;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-title.vis-measure{margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom}.vis-legend{background-color:rgba(247,252,255,.65);border:1px solid #b3b3b3;box-shadow:2px 2px 10px hsla(0,0%,60%,.55);padding:5px}.vis-legend-text{display:inline-block;white-space:nowrap}.vis-item{background-color:#d5ddf6;border-color:#97b0f8;border-width:1px;color:#1a1a1a;display:inline-block;position:absolute;z-index:1}.vis-item.vis-selected{background-color:#fff785;border-color:#ffc200;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{border-radius:2px;border-style:solid;text-align:center}.vis-item.vis-point{background:none}.vis-item.vis-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}.vis-item.vis-range{border-radius:2px;border-style:solid;box-sizing:border-box}.vis-item.vis-background{background-color:rgba(213,221,246,.4);border:none;box-sizing:border-box;margin:0;padding:0}.vis-item .vis-item-overflow{height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{display:inline-block;position:relative}.vis-item.vis-background .vis-item-content{display:inline-block;position:absolute}.vis-item.vis-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item .vis-item-content{box-sizing:border-box;padding:5px;white-space:nowrap}.vis-item .vis-onUpdateTime-tooltip{background:#4f81bd;border-radius:1px;color:#fff;padding:5px;position:absolute;text-align:center;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s;white-space:nowrap;width:200px}.vis-item .vis-delete,.vis-item .vis-delete-rtl{box-sizing:border-box;cursor:pointer;height:24px;padding:0 5px;position:absolute;top:0;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear;width:24px}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete-rtl:after,.vis-item .vis-delete:after{color:red;content:"\00D7";font-family:arial,sans-serif;font-size:22px;font-weight:700;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete-rtl:hover,.vis-item .vis-delete:hover{background:red}.vis-item .vis-delete-rtl:hover:after,.vis-item .vis-delete:hover:after{color:#fff}.vis-item .vis-drag-center{cursor:move;height:100%;left:0;position:absolute;top:0;width:100%}.vis-item.vis-range .vis-drag-left{cursor:w-resize;left:-4px}.vis-item.vis-range .vis-drag-left,.vis-item.vis-range .vis-drag-right{height:100%;max-width:20%;min-width:2px;position:absolute;top:0;width:24px}.vis-item.vis-range .vis-drag-right{cursor:e-resize;right:-4px}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-item.vis-cluster{border-radius:2px;border-style:solid;text-align:center;vertical-align:center}.vis-item.vis-cluster-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item.vis-cluster-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}.vis-itemset{box-sizing:border-box;margin:0;padding:0;position:relative}.vis-itemset .vis-background,.vis-itemset .vis-foreground{height:100%;overflow:visible;position:absolute;width:100%}.vis-axis{height:0;left:0;position:absolute;width:100%;z-index:1}.vis-foreground .vis-group{border-bottom:1px solid #bfbfbf;box-sizing:border-box;position:relative}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1{background:#f5f5f5}.vis-label.vis-nested-group.vis-group-level-0{background-color:#fff}.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-left:0}.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-right:0}.vis-label.vis-nested-group.vis-group-level-1{background-color:rgba(0,0,0,.05)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-left:15px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-right:15px}.vis-label.vis-nested-group.vis-group-level-2{background-color:rgba(0,0,0,.1)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-left:30px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-right:30px}.vis-label.vis-nested-group.vis-group-level-3{background-color:rgba(0,0,0,.15)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-left:45px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-right:45px}.vis-label.vis-nested-group.vis-group-level-4{background-color:rgba(0,0,0,.2)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-left:60px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-right:60px}.vis-label.vis-nested-group.vis-group-level-5{background-color:rgba(0,0,0,.25)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-left:75px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-right:75px}.vis-label.vis-nested-group.vis-group-level-6{background-color:rgba(0,0,0,.3)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-left:90px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-right:90px}.vis-label.vis-nested-group.vis-group-level-7{background-color:rgba(0,0,0,.35)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-left:105px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-right:105px}.vis-label.vis-nested-group.vis-group-level-8{background-color:rgba(0,0,0,.4)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-left:120px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-right:120px}.vis-label.vis-nested-group.vis-group-level-9{background-color:rgba(0,0,0,.45)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-left:135px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-right:135px}.vis-label.vis-nested-group{background-color:rgba(0,0,0,.5)}.vis-ltr .vis-label.vis-nested-group .vis-inner{padding-left:150px}.vis-rtl .vis-label.vis-nested-group .vis-inner{padding-right:150px}.vis-group-level-unknown-but-gte1{border:1px solid red}.vis-label.vis-nesting-group:before{display:inline-block;width:15px}.vis-label.vis-nesting-group.expanded:before{content:"\25BC"}.vis-label.vis-nesting-group.collapsed:before{content:"\25B6"}.vis-rtl .vis-label.vis-nesting-group.collapsed:before{content:"\25C0"}.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-left:15px}.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-right:15px}.vis-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-labelset{overflow:hidden}.vis-labelset,.vis-labelset .vis-label{box-sizing:border-box;position:relative}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf;color:#4d4d4d;left:0;top:0;width:100%}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-group-is-dragging{background:rgba(0,0,0,.1)}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}.vis-panel{box-sizing:border-box;margin:0;padding:0;position:absolute}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-bottom-style:solid;border-top-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content,.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-top{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{box-shadow:0 0 10px rgba(0,0,0,.8);height:1px;position:absolute;width:100%}.vis-panel .vis-shadow.vis-top{left:0;top:-1px}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-time-axis{overflow:hidden;position:relative}.vis-time-axis.vis-foreground{left:0;top:0;width:100%}.vis-time-axis.vis-background{height:100%;left:0;position:absolute;top:0;width:100%}.vis-time-axis .vis-text{box-sizing:border-box;color:#4d4d4d;overflow:hidden;padding:3px;position:absolute;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{margin-left:0;margin-right:0;padding-left:0;padding-right:0;position:absolute;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{border-left:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-vertical-rtl{border-right:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis-timeline{border:1px solid #bfbfbf;box-sizing:border-box;margin:0;overflow:hidden;padding:0;position:relative}.vis-loading-screen{height:100%;left:0;position:absolute;top:0;width:100%}
/*# sourceMappingURL=vis-timeline-graph2d.min.css.map */
.rating-loading {
  background: transparent url(/assets/loading.gif) top left no-repeat;
}

.rating-xs {
  font-size: 0.8em;
}

.rating-container .filled-stars {
  color: #000000;
  -webkit-text-stroke: 1px #000000;
  text-shadow: none;
}

.diagnose-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.diagnose-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.diagnose-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.diagnose-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.editable {
  color: black !important;
  border: none !important;
}

/* data tables */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  /* background-color: #08c; */
  background-color: #005b8a;
  color: white;
}

.table.dataTable
  tbody
  tr.active
  td
  > div.snap-table-icon
  > span[class^='status-icon-'],
.table.dataTable
  tbody
  tr.active
  td
  > div.snap-table-icon
  > span[class*=' status-icon-'],
.table.dataTable
  tbody
  tr.active
  th
  > div.snap-table-icon
  > span[class^='status-icon-'],
.table.dataTable
  tbody
  tr.active
  th
  > div.snap-table-icon
  > span[class*=' status-icon-'] {
  color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}

table#subjects-photos-table tbody tr td,
table#groups-photos-table tbody tr td,
table#orphans-photos-table tbody tr td,
table#misplaceds-photos-table tbody tr td {
  padding: 2px;
}

div#wiz-photo-zoomer-slider {
  height: 8px;
  margin-left: 16px;
}

div.subjects-photos-display-panel {
  overscroll-behavior-y: contain;
}

html {
  overscroll-behavior-y: none;
}

body {
  overscroll-behavior-y: none;
}

.rating-container .star {
  margin: 0 0 0 6.5px;
}

.rating-container .clear-rating {
  margin-right: 0px;
}

.modal-xlg {
  width: 1100px;
}

select.snap {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 10"><path fill="none" stroke="darkgray" d="M 1 4 L 4 7 L 7 4"/></svg>');
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 12px;
  height: 28px;
  padding: 3px 3px 3px 12px;
}
div.subjects-photos-display-panel-background,
div.subject-photos-element.lazy {
  --s: 30.5px; /* control the size*/
  --c1: rgba(0, 0, 0, 0.05);
  --c2: rgba(0, 0, 0, 0.025);
  --c3: #ffffff;

  background:
    conic-gradient(
        from 75deg,
        var(--c1) 15deg,
        var(--c2) 0 30deg,
        #0000 0 180deg,
        var(--c2) 0 195deg,
        var(--c1) 0 210deg,
        #0000 0
      )
      calc(var(--s) / 2) calc(0.5 * var(--s) / tan(30deg)),
    conic-gradient(
      var(--c1) 30deg,
      var(--c3) 0 75deg,
      var(--c1) 0 90deg,
      var(--c2) 0 105deg,
      var(--c3) 0 150deg,
      var(--c2) 0 180deg,
      var(--c3) 0 210deg,
      var(--c1) 0 256deg,
      var(--c2) 0 270deg,
      var(--c1) 0 286deg,
      var(--c2) 0 331deg,
      var(--c3) 0
    );
  background-size: var(--s) calc(var(--s) / tan(30deg));
}

div.groups-photos-display-panel-background,
div.group-photos-element.lazy {
  --s: 30.5px; /* control the size*/
  --c1: rgba(0, 64, 0, 0.05);
  --c2: rgba(0, 64, 0, 0.025);
  --c3: #ffffff;

  background:
    conic-gradient(
        from 75deg,
        var(--c1) 15deg,
        var(--c2) 0 30deg,
        #0000 0 180deg,
        var(--c2) 0 195deg,
        var(--c1) 0 210deg,
        #0000 0
      )
      calc(var(--s) / 2) calc(0.5 * var(--s) / tan(30deg)),
    conic-gradient(
      var(--c1) 30deg,
      var(--c3) 0 75deg,
      var(--c1) 0 90deg,
      var(--c2) 0 105deg,
      var(--c3) 0 150deg,
      var(--c2) 0 180deg,
      var(--c3) 0 210deg,
      var(--c1) 0 256deg,
      var(--c2) 0 270deg,
      var(--c1) 0 286deg,
      var(--c2) 0 331deg,
      var(--c3) 0
    );
  background-size: var(--s) calc(var(--s) / tan(30deg));
}

div.misplaceds-photos-display-panel-background,
div.misplaced-photos-element.lazy {
  --s: 30.5px; /* control the size*/
  --c1: rgba(64, 0, 0, 0.05);
  --c2: rgba(64, 0, 0, 0.025);
  --c3: #ffffff;

  background:
    conic-gradient(
        from 75deg,
        var(--c1) 15deg,
        var(--c2) 0 30deg,
        #0000 0 180deg,
        var(--c2) 0 195deg,
        var(--c1) 0 210deg,
        #0000 0
      )
      calc(var(--s) / 2) calc(0.5 * var(--s) / tan(30deg)),
    conic-gradient(
      var(--c1) 30deg,
      var(--c3) 0 75deg,
      var(--c1) 0 90deg,
      var(--c2) 0 105deg,
      var(--c3) 0 150deg,
      var(--c2) 0 180deg,
      var(--c3) 0 210deg,
      var(--c1) 0 256deg,
      var(--c2) 0 270deg,
      var(--c1) 0 286deg,
      var(--c2) 0 331deg,
      var(--c3) 0
    );
  background-size: var(--s) calc(var(--s) / tan(30deg));
}

div.orphans-photos-display-panel-background,
div.orphans-photos-element.lazy {
  --s: 30.5px; /* control the size*/
  --c1: rgba(0, 136, 204, 0.05);
  --c2: rgba(0, 136, 204, 0.025);
  --c3: #ffffff;

  background:
    conic-gradient(
        from 75deg,
        var(--c1) 15deg,
        var(--c2) 0 30deg,
        #0000 0 180deg,
        var(--c2) 0 195deg,
        var(--c1) 0 210deg,
        #0000 0
      )
      calc(var(--s) / 2) calc(0.5 * var(--s) / tan(30deg)),
    conic-gradient(
      var(--c1) 30deg,
      var(--c3) 0 75deg,
      var(--c1) 0 90deg,
      var(--c2) 0 105deg,
      var(--c3) 0 150deg,
      var(--c2) 0 180deg,
      var(--c3) 0 210deg,
      var(--c1) 0 256deg,
      var(--c2) 0 270deg,
      var(--c1) 0 286deg,
      var(--c2) 0 331deg,
      var(--c3) 0
    );
  background-size: var(--s) calc(var(--s) / tan(30deg));
}
tr.template-upload > th,
tr.template-upload > td {
  padding: 2px !important;
}

tr.photo-upload-table > th,
tr.photo-upload-table > td {
  padding: 2px !important;
}

div#photo-uploader-drop-zone {
  width: 50%;
  height: 450px !important;
  border: 1px solid #dedede;
  border-radius: 4px;
}

table#photo-uploader-table {
  height: 100%;
}

tr.photo-upload-table-tr {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

tr.photo-upload-table-tr img {
  height: 75px;
  width: 75px;
}

tr.photo-upload-table-tr td.text-cell {
  vertical-align: middle !important;
}

tr.photo-upload-table-tr span.status {
  text-transform: capitalize;
}

tr.photo-upload-table-tr span.status::first-letter {
  text-transform: uppercase;
}

tr.photo-upload-table-tr span.status.queued {
  color: indigo;
}

tr.photo-upload-table-tr span.status.uploading {
  color: #006600;
}

tr.photo-upload-table-tr span.status.failed {
  color: #990000;
}

@keyframes rowFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.row-fade-out {
  animation: rowFadeOut 0.5s ease-in-out forwards;
}

button.file-upload,
span.fileinput-button {
  width: 165px;
}

div#uploader-log {
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

div#uploader-log-table {
  overflow-y: scroll;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

div#uploader-log-empty {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

div#uploader-log-header {
  font-weight: bold;
  background-color: lightgray !important;
  padding: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div#uploader-log-title {
  font-size: 110%;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}

div#uploader-log-footer {
  font-weight: bold;
  background-color: lightgray !important;
  padding: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div#uploader-log-footer button {
  width: 106px;
  font-size: 75%;
}

div#uploader-log div:nth-child(odd) {
  background-color: white;
}

div#uploader-log div:nth-child(even) {
  background-color: #dfdfdf;
}

div#uploader-log div span.file-name {
  display: inline-block;
  width: 62%;
  max-width: 62%;
  padding-left: 4px;
}

div#uploader-log div span.status {
  display: inline-block;
  width: 12%;
  text-transform: capitalize;
  vertical-align: middle !important;
}

div#uploader-log div span.timestamp {
  display: inline-block;
  width: 24%;
  vertical-align: middle !important;
}

div#uploader-log span.status.success {
  color: #006600;
}

div#uploader-log span.status.failed {
  color: #990000;
}

div.uploader-log-notice {
  display: none;
}

div.uploader-log-notice h1 {
  text-align: center;
  height: 100%;
  margin: 0;
  padding-top: calc(25%);
}

div.scan-button-block {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
}

div.scan-button-block div {
  width: 100%;
}

label.scan-type {
  width: 185px;
  font-weight: bold;
  font-size: 90%;
}

label.scan-type.active,
label.scan-type.active:hover,
label.scan-type.active.focus {
  background-color: #31708f;
  color: white;
  font-weight: 900;
}

label.scan-type.active.focus {
  outline: none;
}

span.scan-type-warning {
  font-weight: bold;
  font-size: 175%;
}

div#photo-uploader-info {
  margin-top: 8px;
  width: 200px;
}

div#uploader-progress {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 28px;
}
.comment {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;

  border-top: 1px solid;
  border-left: 1px solid;

  margin-top: 15px;
  margin-bottom: 15px;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;

  color: #000;
  border-color: #DDD;
  background-color: #FFF;

  clear: both;
}

.comment_actions {
  float: right;
}

.comment_body {
  padding-top: 3px;
}

.comment_body p {
	margin: 0px;

	overflow: hidden;
}

.comment_div {
	clear: both;
}

.comment_form_actions {
  margin-top: 15px;
  margin-bottom: 10px;
}

.comment_form_field textarea {
  padding: 0px;

  width: 100%;
}

.comment_avatar {
  float: left;

  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.comment_timestamp {
  color: #666;
}

.comment_votes {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;

  text-align: center;
}

.comment_votes input,
.comment_votes img {
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.comment_votes form {
  margin: 0px;
}

.comment_upvote {
  display: block;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
}

.comment_downvote {
  display: block;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
}

.comment_like {
  float: left;
}

.comment_like + .comment_vote_count {
  float: right;
}

.comment_error_explanation {
  margin-bottom: 10px;
}

.comment_error_explanation h3 {
  margin-top: 5px;
}

.comment_error_explanation ul {
  list-style-position: inside;
}
.thread {
  display: block !important;
}

.thread .commontator_hidden {
  display: none;
}

.thread_actions {
  float: right;
}

.thread_header {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

/* Modified from:
http://www.strangerstudios.com/sandbox/pagination/diggstyle.php */
.thread_page_entries_info {
	margin-top: 10px;
  margin-bottom: 10px;
}

.thread_will_paginate {
	margin-top: 10px;
  margin-bottom: 10px;
}

.thread_pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	border: 1px solid #999;
	
	text-decoration: none;
	color: #666;
}

.thread_pagination a:hover,
.thread_pagination a:active {
	border: 1px solid #555;

	color: #000;
}

.thread_pagination em {
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
  border: 1px solid #555;

  font-weight: bold;
  background-color: #555;
  color: #FFF;
}

.thread_pagination span {
  padding: 2px 5px 2px 5px;
	margin-right: 4px;
  border: 1px solid #EEE;

  color: #DDD;
}

.thread .mentions-input-box .mentions {
  left: -2px !important;
  top: -2px !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *






 * require blueimp-gallery-indicator.css
 * require blueimp-gallery.css






















 * require vis.css








 */
