/* Variables */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/bootstrap/glyphicons-halflings-regular.eot');
  src: url('/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.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: 'KarbonWeb-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  background-color: #f4f4f5;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3097d1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #216a94;
  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 {
  padding: 4px;
  line-height: 1.2;
  background-color: #f4f4f5;
  border: 1px solid #dddddd;
  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;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
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: 9.5px;
  margin-bottom: 9.5px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #777777;
}
.text-primary {
  color: #3097d1;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2579a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
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: #3097d1;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2579a9;
}
.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: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
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.2;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: 19px;
  font-style: normal;
  line-height: 1.2;
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 15px;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.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.2;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #f4f4f5;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  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: 16px;
  line-height: 1.2;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #666666;
  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 .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;
}
.form-control:focus {
  border-color: #98cbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 203, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 203, 232, 0.6);
}
.form-control::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4d4d4d;
}
.form-control::-webkit-input-placeholder {
  color: #4d4d4d;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f4f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-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: 33px;
  }
  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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 19px;
  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-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  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 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.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: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  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: #000000;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #000000;
}
.btn-primary {
  color: #ffffff;
  background-color: #3097d1;
  border-color: #2a88bd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #133d55;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #1f648b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #1f648b;
}
.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: #ffffff;
  background-color: #1f648b;
  border-color: #133d55;
}
.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: #3097d1;
  border-color: #2a88bd;
}
.btn-primary .badge {
  color: #3097d1;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #2ab27b;
  border-color: #259d6d;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #20895e;
  border-color: #0d3625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #20895e;
  border-color: #196c4b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #20895e;
  border-color: #196c4b;
}
.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: #ffffff;
  background-color: #196c4b;
  border-color: #0d3625;
}
.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: #2ab27b;
  border-color: #259d6d;
}
.btn-success .badge {
  color: #2ab27b;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #8eb4cb;
  border-color: #7da8c3;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #6b9dbb;
  border-color: #3d6983;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #6b9dbb;
  border-color: #538db0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #6b9dbb;
  border-color: #538db0;
}
.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: #ffffff;
  background-color: #538db0;
  border-color: #3d6983;
}
.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: #8eb4cb;
  border-color: #7da8c3;
}
.btn-info .badge {
  color: #8eb4cb;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #cbb956;
  border-color: #c5b142;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #b6a338;
  border-color: #685d20;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #b6a338;
  border-color: #9b8a30;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #b6a338;
  border-color: #9b8a30;
}
.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: #ffffff;
  background-color: #9b8a30;
  border-color: #685d20;
}
.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: #cbb956;
  border-color: #c5b142;
}
.btn-warning .badge {
  color: #cbb956;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #bf5329;
  border-color: #aa4a24;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #954120;
  border-color: #411c0e;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #954120;
  border-color: #78341a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #954120;
  border-color: #78341a;
}
.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: #ffffff;
  background-color: #78341a;
  border-color: #411c0e;
}
.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: #bf5329;
  border-color: #aa4a24;
}
.btn-danger .badge {
  color: #bf5329;
  background-color: #ffffff;
}
.btn-link {
  color: #3097d1;
  font-weight: normal;
  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: #216a94;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3097d1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  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: 49px;
  line-height: 49px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #666666;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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: 2;
}
.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: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3097d1;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f4f4f5;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #f4f4f5;
  }
}
.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: #ffffff;
  background-color: #3097d1;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #f4f4f5;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-left: 0;
    padding-right: 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;
  padding: 15.5px 15px;
  font-size: 20px;
  line-height: 19px;
  height: 50px;
}
.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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 19px;
  }
  .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: 15.5px;
    padding-bottom: 15.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #d9d9dd;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d9d9dd;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    background-color: #eeeeee;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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 {
  background-color: #080808;
  color: #ffffff;
}
@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: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.2;
  text-decoration: none;
  color: #3097d1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #216a94;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #3097d1;
  border-color: #3097d1;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3097d1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2579a9;
}
.label-success {
  background-color: #2ab27b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #20895e;
}
.label-info {
  background-color: #8eb4cb;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #6b9dbb;
}
.label-warning {
  background-color: #cbb956;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b6a338;
}
.label-danger {
  background-color: #bf5329;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #954120;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3097d1;
  background-color: #ffffff;
}
.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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.2;
  background-color: #f4f4f5;
  border: 1px solid #dddddd;
  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-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3097d1;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 19px;
  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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  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: 14px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  background-color: #3097d1;
  -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);
  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: #2ab27b;
}
.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: #8eb4cb;
}
.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: #cbb956;
}
.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: #bf5329;
}
.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 {
  zoom: 1;
  overflow: hidden;
}
.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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-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: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  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 {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3097d1;
  border-color: #3097d1;
}
.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: #d7ebf6;
}
.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: 19px;
  background-color: #ffffff;
  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-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  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 #d9d9dd;
  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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
  border-bottom-right-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 #dddddd;
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.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 #d9d9dd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d9d9dd;
}
.panel-default {
  border-color: #d9d9dd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #d9d9dd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9d9dd;
}
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d9d9dd;
}
.panel-primary {
  border-color: #3097d1;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3097d1;
  border-color: #3097d1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3097d1;
}
.panel-primary > .panel-heading .badge {
  color: #3097d1;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3097d1;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'KarbonWeb-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'KarbonWeb-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 {
    left: 20%;
    right: 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 {
  content: " ";
  display: table;
}
.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-left: auto;
  margin-right: 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;
  }
}
.p-loading-element-mask {
  position: relative;
}
.p-loading-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  text-align: center;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
/*Font Awesome compatibility*/
.p-loading-fontawesome {
  font-size: 50px;
  color: #fff;
  top: calc(44%);
  position: relative;
}
/* /Font Awesome compatibility */
/* Default Spinners*/
/*Based on Single Element CSS Spinners - https://github.com/lukehaas/css-spinners */
/*Linear*/
.piano-spinner,
.piano-spinner:before,
.piano-spinner:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.piano-spinner:before,
.piano-spinner:after {
  position: absolute;
  top: 0;
  content: '';
}
.piano-spinner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.piano-spinner {
  text-indent: -9999em;
  margin: 0px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: calc(47%);
}
.piano-spinner:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
/* /Linear */
/* Bubles */
.bubbling-spinner {
  font-size: 20px;
  margin: 0px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: calc(45%);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0 0 -1em #ffffff, -2em -2em 0 0 #ffffff;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0 0 0 #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em #ffffff, 2em -2em 0 0 #ffffff, 3em 0 0 0.2em #ffffff, 2em 2em 0 0 #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0em 0 0 #ffffff, 2em 2em 0 0.2em #ffffff, 0 3em 0 0em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0em 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  50% {
    box-shadow: 0 -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 0em #ffffff, 0 3em 0 0.2em #ffffff, -2em 2em 0 0 #ffffff, -3em 0em 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 0 #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0 0 0 #ffffff, -2em -2em 0 -1em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0em 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 0 #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0 #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0 0 #ffffff, 2em -2em 0 -1em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 0 #ffffff, -3em 0em 0 0 #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0 0 -1em #ffffff, -2em -2em 0 0 #ffffff;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0 0 0 #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em #ffffff, 2em -2em 0 0 #ffffff, 3em 0 0 0.2em #ffffff, 2em 2em 0 0 #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0em 0 0 #ffffff, 2em 2em 0 0.2em #ffffff, 0 3em 0 0em #ffffff, -2em 2em 0 -1em #ffffff, -3em 0em 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  50% {
    box-shadow: 0 -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 0em #ffffff, 0 3em 0 0.2em #ffffff, -2em 2em 0 0 #ffffff, -3em 0em 0 -1em #ffffff, -2em -2em 0 -1em #ffffff;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 0 #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0 0 0 #ffffff, -2em -2em 0 -1em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0 -1em #ffffff, 2em -2em 0 -1em #ffffff, 3em 0em 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 0 #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0 #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0 0 #ffffff, 2em -2em 0 -1em #ffffff, 3em 0 0 -1em #ffffff, 2em 2em 0 -1em #ffffff, 0 3em 0 -1em #ffffff, -2em 2em 0 0 #ffffff, -3em 0em 0 0 #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
.bubble-ride-spinner {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
  top: calc(38%);
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.08699999999999999em -0.825em 0 -0.42em #ffffff, -0.173em -0.8120000000000001em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.08699999999999999em -0.825em 0 -0.42em #ffffff, -0.173em -0.8120000000000001em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.pl-fontawesome-spinner {
  top: calc(50%);
  font-size: 50px;
  position: relative;
  color: #ffffff;
}
/**
 * alertifyjs 1.11.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2017 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5;
}
.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}
.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}
.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}
.alertify .ajs-body {
  min-height: 56px;
}
.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}
.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1) /*rtl:scaleX(-1)*/;
  transform: scaleX(1) /*rtl:scaleX(-1)*/;
  cursor: se-resize;
}
.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}
.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}
.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}
.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}
.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}
.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}
.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}
.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}
.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}
.alertify.ajs-basic .ajs-header {
  opacity: 0;
}
.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}
.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.alertify.ajs-frameless .ajs-footer {
  display: none;
}
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}
.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}
.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}
.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto /*IE fallback*/;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}
.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn;
}
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut;
}
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn;
}
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut;
}
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn;
}
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut;
}
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX;
}
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX;
}
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY;
}
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY;
}
@-webkit-keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}
.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}
.alertify-notifier.ajs-top {
  top: 10px;
}
.alertify-notifier.ajs-bottom {
  bottom: 10px;
}
.alertify-notifier.ajs-right {
  right: 10px;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}
.alertify-notifier.ajs-left {
  left: 10px;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}
.alertify-notifier.ajs-center {
  left: 50%;
}
.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}
.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}
/**
 * alertifyjs 1.11.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2017 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  background-color: #000;
  opacity: .5;
}
.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.alertify .ajs-header {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.alertify.ajs-resizable .ajs-content,
.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content {
  top: 58px;
  bottom: 68px;
}
.alertify .ajs-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}
.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}
.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}
/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.switchery-small > small {
  height: 20px;
  width: 20px;
}
.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}
.switchery-large > small {
  height: 40px;
  width: 40px;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.16
 *
 * Included libraries:
 *   DataTables 1.10.16
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
     * Header and footer styles
     */
  /*
     * Body styles
     */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
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;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("/images/datatables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/images/datatables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/images/datatables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/images/datatables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/images/datatables/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
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.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  border-radius: 5px;
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 2px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button .font-icons {
  font-size: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid transpatent;
  background-color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
}
.dataTables_wrapper .dataTables_paginate.has-white-bg .paginate_button.current,
.dataTables_wrapper .dataTables_paginate.has-white-bg .paginate_button.current:hover {
  background-color: #f4f4f5;
}
.dataTables_wrapper .dataTables_paginate.has-white-bg .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate.has-white-bg .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate.has-white-bg .paginate_button.disabled:active {
  background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap.select2-container--open,
.input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3097d1;
  border-color: #2a88bd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #133d55;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #1f648b;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #1f648b;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #1f648b;
  border-color: #133d55;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #3097d1;
  border-color: #2a88bd;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #3097d1;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  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 {
  color: #ffffff;
  background-color: #3097d1;
  border-color: #2a88bd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #133d55;
}
.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 {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #1f648b;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #2579a9;
  border-color: #1f648b;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #1f648b;
  border-color: #133d55;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #3097d1;
  border-color: #2a88bd;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #3097d1;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.2;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 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 > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > 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.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.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;
  height: 0 !important;
  padding: 0 !important;
}
.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 a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.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;
}
.flag16 .flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  line-height: 16px;
  background: url('/images/flags16.png') no-repeat;
}
.flag16 ._African_Union {
  background-position: 0 -16px;
}
.flag16 ._Arab_League {
  background-position: 0 -32px;
}
.flag16 ._ASEAN {
  background-position: 0 -48px;
}
.flag16 ._CARICOM {
  background-position: 0 -64px;
}
.flag16 ._CIS {
  background-position: 0 -80px;
}
.flag16 ._Commonwealth {
  background-position: 0 -96px;
}
.flag16 ._England {
  background-position: 0 -112px;
}
.flag16 ._European_Union,
.flag16 .eu {
  background-position: 0 -128px;
}
.flag16 ._Islamic_Conference {
  background-position: 0 -144px;
}
.flag16 ._Kosovo {
  background-position: 0 -160px;
}
.flag16 ._NATO {
  background-position: 0 -176px;
}
.flag16 ._Northern_Cyprus {
  background-position: 0 -192px;
}
.flag16 ._Northern_Ireland {
  background-position: 0 -208px;
}
.flag16 ._Olimpic_Movement {
  background-position: 0 -224px;
}
.flag16 ._OPEC {
  background-position: 0 -240px;
}
.flag16 ._Red_Cross {
  background-position: 0 -256px;
}
.flag16 ._Scotland {
  background-position: 0 -272px;
}
.flag16 ._Somaliland {
  background-position: 0 -288px;
}
.flag16 ._Tibet {
  background-position: 0 -304px;
}
.flag16 ._United_Nations {
  background-position: 0 -320px;
}
.flag16 ._Wales {
  background-position: 0 -336px;
}
.flag16 .ad {
  background-position: 0 -352px;
}
.flag16 .ae {
  background-position: 0 -368px;
}
.flag16 .af {
  background-position: 0 -384px;
}
.flag16 .ag {
  background-position: 0 -400px;
}
.flag16 .ai {
  background-position: 0 -416px;
}
.flag16 .al {
  background-position: 0 -432px;
}
.flag16 .am {
  background-position: 0 -448px;
}
.flag16 .ao {
  background-position: 0 -464px;
}
.flag16 .aq {
  background-position: 0 -480px;
}
.flag16 .ar {
  background-position: 0 -496px;
}
.flag16 .as {
  background-position: 0 -512px;
}
.flag16 .at {
  background-position: 0 -528px;
}
.flag16 .au {
  background-position: 0 -544px;
}
.flag16 .aw {
  background-position: 0 -560px;
}
.flag16 .ax {
  background-position: 0 -576px;
}
.flag16 .az {
  background-position: 0 -592px;
}
.flag16 .ba {
  background-position: 0 -608px;
}
.flag16 .bb {
  background-position: 0 -624px;
}
.flag16 .bd {
  background-position: 0 -640px;
}
.flag16 .be {
  background-position: 0 -656px;
}
.flag16 .bf {
  background-position: 0 -672px;
}
.flag16 .bg {
  background-position: 0 -688px;
}
.flag16 .bh {
  background-position: 0 -704px;
}
.flag16 .bi {
  background-position: 0 -720px;
}
.flag16 .bj {
  background-position: 0 -736px;
}
.flag16 .bm {
  background-position: 0 -752px;
}
.flag16 .bn {
  background-position: 0 -768px;
}
.flag16 .bo {
  background-position: 0 -784px;
}
.flag16 .br {
  background-position: 0 -800px;
}
.flag16 .bs {
  background-position: 0 -816px;
}
.flag16 .bt {
  background-position: 0 -832px;
}
.flag16 .bw {
  background-position: 0 -848px;
}
.flag16 .by {
  background-position: 0 -864px;
}
.flag16 .bz {
  background-position: 0 -880px;
}
.flag16 .ca {
  background-position: 0 -896px;
}
.flag16 .cg {
  background-position: 0 -912px;
}
.flag16 .cf {
  background-position: 0 -928px;
}
.flag16 .cd {
  background-position: 0 -944px;
}
.flag16 .ch {
  background-position: 0 -960px;
}
.flag16 .ci {
  background-position: 0 -976px;
}
.flag16 .ck {
  background-position: 0 -992px;
}
.flag16 .cl {
  background-position: 0 -1008px;
}
.flag16 .cm {
  background-position: 0 -1024px;
}
.flag16 .cn {
  background-position: 0 -1040px;
}
.flag16 .co {
  background-position: 0 -1056px;
}
.flag16 .cr {
  background-position: 0 -1072px;
}
.flag16 .cu {
  background-position: 0 -1088px;
}
.flag16 .cv {
  background-position: 0 -1104px;
}
.flag16 .cy {
  background-position: 0 -1120px;
}
.flag16 .cz {
  background-position: 0 -1136px;
}
.flag16 .de {
  background-position: 0 -1152px;
}
.flag16 .dj {
  background-position: 0 -1168px;
}
.flag16 .dk {
  background-position: 0 -1184px;
}
.flag16 .dm {
  background-position: 0 -1200px;
}
.flag16 .do {
  background-position: 0 -1216px;
}
.flag16 .dz {
  background-position: 0 -1232px;
}
.flag16 .ec {
  background-position: 0 -1248px;
}
.flag16 .ee {
  background-position: 0 -1264px;
}
.flag16 .eg {
  background-position: 0 -1280px;
}
.flag16 .eh {
  background-position: 0 -1296px;
}
.flag16 .er {
  background-position: 0 -1312px;
}
.flag16 .es {
  background-position: 0 -1328px;
}
.flag16 .et {
  background-position: 0 -1344px;
}
.flag16 .fi {
  background-position: 0 -1360px;
}
.flag16 .fj {
  background-position: 0 -1376px;
}
.flag16 .fm {
  background-position: 0 -1392px;
}
.flag16 .fo {
  background-position: 0 -1408px;
}
.flag16 .fr {
  background-position: 0 -1424px;
}
.flag16 .bl,
.flag16 .cp,
.flag16 .mf,
.flag16 .yt {
  background-position: 0 -1424px;
}
.flag16 .ga {
  background-position: 0 -1440px;
}
.flag16 .gb {
  background-position: 0 -1456px;
}
.flag16 .sh {
  background-position: 0 -1456px;
}
.flag16 .gd {
  background-position: 0 -1472px;
}
.flag16 .ge {
  background-position: 0 -1488px;
}
.flag16 .gg {
  background-position: 0 -1504px;
}
.flag16 .gh {
  background-position: 0 -1520px;
}
.flag16 .gi {
  background-position: 0 -1536px;
}
.flag16 .gl {
  background-position: 0 -1552px;
}
.flag16 .gm {
  background-position: 0 -1568px;
}
.flag16 .gn {
  background-position: 0 -1584px;
}
.flag16 .gp {
  background-position: 0 -1600px;
}
.flag16 .gq {
  background-position: 0 -1616px;
}
.flag16 .gr {
  background-position: 0 -1632px;
}
.flag16 .gt {
  background-position: 0 -1648px;
}
.flag16 .gu {
  background-position: 0 -1664px;
}
.flag16 .gw {
  background-position: 0 -1680px;
}
.flag16 .gy {
  background-position: 0 -1696px;
}
.flag16 .hk {
  background-position: 0 -1712px;
}
.flag16 .hn {
  background-position: 0 -1728px;
}
.flag16 .hr {
  background-position: 0 -1744px;
}
.flag16 .ht {
  background-position: 0 -1760px;
}
.flag16 .hu {
  background-position: 0 -1776px;
}
.flag16 .id {
  background-position: 0 -1792px;
}
.flag16 .mc {
  background-position: 0 -1792px;
}
.flag16 .ie {
  background-position: 0 -1808px;
}
.flag16 .il {
  background-position: 0 -1824px;
}
.flag16 .im {
  background-position: 0 -1840px;
}
.flag16 .in {
  background-position: 0 -1856px;
}
.flag16 .iq {
  background-position: 0 -1872px;
}
.flag16 .ir {
  background-position: 0 -1888px;
}
.flag16 .is {
  background-position: 0 -1904px;
}
.flag16 .it {
  background-position: 0 -1920px;
}
.flag16 .je {
  background-position: 0 -1936px;
}
.flag16 .jm {
  background-position: 0 -1952px;
}
.flag16 .jo {
  background-position: 0 -1968px;
}
.flag16 .jp {
  background-position: 0 -1984px;
}
.flag16 .ke {
  background-position: 0 -2000px;
}
.flag16 .kg {
  background-position: 0 -2016px;
}
.flag16 .kh {
  background-position: 0 -2032px;
}
.flag16 .ki {
  background-position: 0 -2048px;
}
.flag16 .km {
  background-position: 0 -2064px;
}
.flag16 .kn {
  background-position: 0 -2080px;
}
.flag16 .kp {
  background-position: 0 -2096px;
}
.flag16 .kr {
  background-position: 0 -2112px;
}
.flag16 .kw {
  background-position: 0 -2128px;
}
.flag16 .ky {
  background-position: 0 -2144px;
}
.flag16 .kz {
  background-position: 0 -2160px;
}
.flag16 .la {
  background-position: 0 -2176px;
}
.flag16 .lb {
  background-position: 0 -2192px;
}
.flag16 .lc {
  background-position: 0 -2208px;
}
.flag16 .li {
  background-position: 0 -2224px;
}
.flag16 .lk {
  background-position: 0 -2240px;
}
.flag16 .lr {
  background-position: 0 -2256px;
}
.flag16 .ls {
  background-position: 0 -2272px;
}
.flag16 .lt {
  background-position: 0 -2288px;
}
.flag16 .lu {
  background-position: 0 -2304px;
}
.flag16 .lv {
  background-position: 0 -2320px;
}
.flag16 .ly {
  background-position: 0 -2336px;
}
.flag16 .ma {
  background-position: 0 -2352px;
}
.flag16 .md {
  background-position: 0 -2368px;
}
.flag16 .me {
  background-position: 0 -2384px;
}
.flag16 .mg {
  background-position: 0 -2400px;
}
.flag16 .mh {
  background-position: 0 -2416px;
}
.flag16 .mk {
  background-position: 0 -2432px;
}
.flag16 .ml {
  background-position: 0 -2448px;
}
.flag16 .mm {
  background-position: 0 -2464px;
}
.flag16 .mn {
  background-position: 0 -2480px;
}
.flag16 .mo {
  background-position: 0 -2496px;
}
.flag16 .mq {
  background-position: 0 -2512px;
}
.flag16 .mr {
  background-position: 0 -2528px;
}
.flag16 .ms {
  background-position: 0 -2544px;
}
.flag16 .mt {
  background-position: 0 -2560px;
}
.flag16 .mu {
  background-position: 0 -2576px;
}
.flag16 .mv {
  background-position: 0 -2592px;
}
.flag16 .mw {
  background-position: 0 -2608px;
}
.flag16 .mx {
  background-position: 0 -2624px;
}
.flag16 .my {
  background-position: 0 -2640px;
}
.flag16 .mz {
  background-position: 0 -2656px;
}
.flag16 .na {
  background-position: 0 -2672px;
}
.flag16 .nc {
  background-position: 0 -2688px;
}
.flag16 .ne {
  background-position: 0 -2704px;
}
.flag16 .ng {
  background-position: 0 -2720px;
}
.flag16 .ni {
  background-position: 0 -2736px;
}
.flag16 .nl {
  background-position: 0 -2752px;
}
.flag16 .bq {
  background-position: 0 -2752px;
}
.flag16 .no {
  background-position: 0 -2768px;
}
.flag16 .bv,
.flag16 .nq,
.flag16 .sj {
  background-position: 0 -2768px;
}
.flag16 .np {
  background-position: 0 -2784px;
}
.flag16 .nr {
  background-position: 0 -2800px;
}
.flag16 .nz {
  background-position: 0 -2816px;
}
.flag16 .om {
  background-position: 0 -2832px;
}
.flag16 .pa {
  background-position: 0 -2848px;
}
.flag16 .pe {
  background-position: 0 -2864px;
}
.flag16 .pf {
  background-position: 0 -2880px;
}
.flag16 .pg {
  background-position: 0 -2896px;
}
.flag16 .ph {
  background-position: 0 -2912px;
}
.flag16 .pk {
  background-position: 0 -2928px;
}
.flag16 .pl {
  background-position: 0 -2944px;
}
.flag16 .pr {
  background-position: 0 -2960px;
}
.flag16 .ps {
  background-position: 0 -2976px;
}
.flag16 .pt {
  background-position: 0 -2992px;
}
.flag16 .pw {
  background-position: 0 -3008px;
}
.flag16 .py {
  background-position: 0 -3024px;
}
.flag16 .qa {
  background-position: 0 -3040px;
}
.flag16 .re {
  background-position: 0 -3056px;
}
.flag16 .ro {
  background-position: 0 -3072px;
}
.flag16 .rs {
  background-position: 0 -3088px;
}
.flag16 .ru {
  background-position: 0 -3104px;
}
.flag16 .rw {
  background-position: 0 -3120px;
}
.flag16 .sa {
  background-position: 0 -3136px;
}
.flag16 .sb {
  background-position: 0 -3152px;
}
.flag16 .sc {
  background-position: 0 -3168px;
}
.flag16 .sd {
  background-position: 0 -3184px;
}
.flag16 .se {
  background-position: 0 -3200px;
}
.flag16 .sg {
  background-position: 0 -3216px;
}
.flag16 .si {
  background-position: 0 -3232px;
}
.flag16 .sk {
  background-position: 0 -3248px;
}
.flag16 .sl {
  background-position: 0 -3264px;
}
.flag16 .sm {
  background-position: 0 -3280px;
}
.flag16 .sn {
  background-position: 0 -3296px;
}
.flag16 .so {
  background-position: 0 -3312px;
}
.flag16 .sr {
  background-position: 0 -3328px;
}
.flag16 .st {
  background-position: 0 -3344px;
}
.flag16 .sv {
  background-position: 0 -3360px;
}
.flag16 .sy {
  background-position: 0 -3376px;
}
.flag16 .sz {
  background-position: 0 -3392px;
}
.flag16 .tc {
  background-position: 0 -3408px;
}
.flag16 .td {
  background-position: 0 -3424px;
}
.flag16 .tg {
  background-position: 0 -3440px;
}
.flag16 .th {
  background-position: 0 -3456px;
}
.flag16 .tj {
  background-position: 0 -3472px;
}
.flag16 .tl {
  background-position: 0 -3488px;
}
.flag16 .tm {
  background-position: 0 -3504px;
}
.flag16 .tn {
  background-position: 0 -3520px;
}
.flag16 .to {
  background-position: 0 -3536px;
}
.flag16 .tr {
  background-position: 0 -3552px;
}
.flag16 .tt {
  background-position: 0 -3568px;
}
.flag16 .tv {
  background-position: 0 -3584px;
}
.flag16 .tw {
  background-position: 0 -3600px;
}
.flag16 .tz {
  background-position: 0 -3616px;
}
.flag16 .ua {
  background-position: 0 -3632px;
}
.flag16 .ug {
  background-position: 0 -3648px;
}
.flag16 .us {
  background-position: 0 -3664px;
}
.flag16 .uy {
  background-position: 0 -3680px;
}
.flag16 .uz {
  background-position: 0 -3696px;
}
.flag16 .va {
  background-position: 0 -3712px;
}
.flag16 .vc {
  background-position: 0 -3728px;
}
.flag16 .ve {
  background-position: 0 -3744px;
}
.flag16 .vg {
  background-position: 0 -3760px;
}
.flag16 .vi {
  background-position: 0 -3776px;
}
.flag16 .vn {
  background-position: 0 -3792px;
}
.flag16 .vu {
  background-position: 0 -3808px;
}
.flag16 .ws {
  background-position: 0 -3824px;
}
.flag16 .ye {
  background-position: 0 -3840px;
}
.flag16 .za {
  background-position: 0 -3856px;
}
.flag16 .zm {
  background-position: 0 -3872px;
}
.flag16 .zw {
  background-position: 0 -3888px;
}
.flag16 .sx {
  background-position: 0 -3904px;
}
.flag16 .cw {
  background-position: 0 -3920px;
}
.flag16 .ss {
  background-position: 0 -3936px;
}
.flag16 .nu {
  background-position: 0 -3952px;
}
.flag32 .flag {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: text-top;
  line-height: 32px;
  background: url('/images/flags32.png') no-repeat;
}
.flag32 ._African_Union {
  background-position: 0 -32px;
}
.flag32 ._Arab_League {
  background-position: 0 -64px;
}
.flag32 ._ASEAN {
  background-position: 0 -96px;
}
.flag32 ._CARICOM {
  background-position: 0 -128px;
}
.flag32 ._CIS {
  background-position: 0 -160px;
}
.flag32 ._Commonwealth {
  background-position: 0 -192px;
}
.flag32 ._England {
  background-position: 0 -224px;
}
.flag32 ._European_Union,
.flag32 .eu {
  background-position: 0 -256px;
}
.flag32 ._Islamic_Conference {
  background-position: 0 -288px;
}
.flag32 ._Kosovo {
  background-position: 0 -320px;
}
.flag32 ._NATO {
  background-position: 0 -352px;
}
.flag32 ._Northern_Cyprus {
  background-position: 0 -384px;
}
.flag32 ._Northern_Ireland {
  background-position: 0 -416px;
}
.flag32 ._Olimpic_Movement {
  background-position: 0 -448px;
}
.flag32 ._OPEC {
  background-position: 0 -480px;
}
.flag32 ._Red_Cross {
  background-position: 0 -512px;
}
.flag32 ._Scotland {
  background-position: 0 -544px;
}
.flag32 ._Somaliland {
  background-position: 0 -576px;
}
.flag32 ._Tibet {
  background-position: 0 -608px;
}
.flag32 ._United_Nations {
  background-position: 0 -640px;
}
.flag32 ._Wales {
  background-position: 0 -672px;
}
.flag32 .ad {
  background-position: 0 -704px;
}
.flag32 .ae {
  background-position: 0 -736px;
}
.flag32 .af {
  background-position: 0 -768px;
}
.flag32 .ag {
  background-position: 0 -800px;
}
.flag32 .ai {
  background-position: 0 -832px;
}
.flag32 .al {
  background-position: 0 -864px;
}
.flag32 .am {
  background-position: 0 -896px;
}
.flag32 .ao {
  background-position: 0 -928px;
}
.flag32 .aq {
  background-position: 0 -960px;
}
.flag32 .ar {
  background-position: 0 -992px;
}
.flag32 .as {
  background-position: 0 -1024px;
}
.flag32 .at {
  background-position: 0 -1056px;
}
.flag32 .au {
  background-position: 0 -1088px;
}
.flag32 .aw {
  background-position: 0 -1120px;
}
.flag32 .ax {
  background-position: 0 -1152px;
}
.flag32 .az {
  background-position: 0 -1184px;
}
.flag32 .ba {
  background-position: 0 -1216px;
}
.flag32 .bb {
  background-position: 0 -1248px;
}
.flag32 .bd {
  background-position: 0 -1280px;
}
.flag32 .be {
  background-position: 0 -1312px;
}
.flag32 .bf {
  background-position: 0 -1344px;
}
.flag32 .bg {
  background-position: 0 -1376px;
}
.flag32 .bh {
  background-position: 0 -1408px;
}
.flag32 .bi {
  background-position: 0 -1440px;
}
.flag32 .bj {
  background-position: 0 -1472px;
}
.flag32 .bm {
  background-position: 0 -1504px;
}
.flag32 .bn {
  background-position: 0 -1536px;
}
.flag32 .bo {
  background-position: 0 -1568px;
}
.flag32 .br {
  background-position: 0 -1600px;
}
.flag32 .bs {
  background-position: 0 -1632px;
}
.flag32 .bt {
  background-position: 0 -1664px;
}
.flag32 .bw {
  background-position: 0 -1696px;
}
.flag32 .by {
  background-position: 0 -1728px;
}
.flag32 .bz {
  background-position: 0 -1760px;
}
.flag32 .ca {
  background-position: 0 -1792px;
}
.flag32 .cd {
  background-position: 0 -1824px;
}
.flag32 .cf {
  background-position: 0 -1856px;
}
.flag32 .cg {
  background-position: 0 -1888px;
}
.flag32 .ch {
  background-position: 0 -1920px;
}
.flag32 .ci {
  background-position: 0 -1952px;
}
.flag32 .ck {
  background-position: 0 -1984px;
}
.flag32 .cl {
  background-position: 0 -2016px;
}
.flag32 .cm {
  background-position: 0 -2048px;
}
.flag32 .cn {
  background-position: 0 -2080px;
}
.flag32 .co {
  background-position: 0 -2112px;
}
.flag32 .cr {
  background-position: 0 -2144px;
}
.flag32 .cu {
  background-position: 0 -2176px;
}
.flag32 .cv {
  background-position: 0 -2208px;
}
.flag32 .cy {
  background-position: 0 -2240px;
}
.flag32 .cz {
  background-position: 0 -2272px;
}
.flag32 .de {
  background-position: 0 -2304px;
}
.flag32 .dj {
  background-position: 0 -2336px;
}
.flag32 .dk {
  background-position: 0 -2368px;
}
.flag32 .dm {
  background-position: 0 -2400px;
}
.flag32 .do {
  background-position: 0 -2432px;
}
.flag32 .dz {
  background-position: 0 -2464px;
}
.flag32 .ec {
  background-position: 0 -2496px;
}
.flag32 .ee {
  background-position: 0 -2528px;
}
.flag32 .eg {
  background-position: 0 -2560px;
}
.flag32 .eh {
  background-position: 0 -2592px;
}
.flag32 .er {
  background-position: 0 -2624px;
}
.flag32 .es {
  background-position: 0 -2656px;
}
.flag32 .et {
  background-position: 0 -2688px;
}
.flag32 .fi {
  background-position: 0 -2720px;
}
.flag32 .fj {
  background-position: 0 -2752px;
}
.flag32 .fm {
  background-position: 0 -2784px;
}
.flag32 .fo {
  background-position: 0 -2816px;
}
.flag32 .fr {
  background-position: 0 -2848px;
}
.flag32 .bl,
.flag32 .cp,
.flag32 .mf,
.flag32 .yt {
  background-position: 0 -2848px;
}
.flag32 .ga {
  background-position: 0 -2880px;
}
.flag32 .gb {
  background-position: 0 -2912px;
}
.flag32 .sh {
  background-position: 0 -2912px;
}
.flag32 .gd {
  background-position: 0 -2944px;
}
.flag32 .ge {
  background-position: 0 -2976px;
}
.flag32 .gg {
  background-position: 0 -3008px;
}
.flag32 .gh {
  background-position: 0 -3040px;
}
.flag32 .gi {
  background-position: 0 -3072px;
}
.flag32 .gl {
  background-position: 0 -3104px;
}
.flag32 .gm {
  background-position: 0 -3136px;
}
.flag32 .gn {
  background-position: 0 -3168px;
}
.flag32 .gp {
  background-position: 0 -3200px;
}
.flag32 .gq {
  background-position: 0 -3232px;
}
.flag32 .gr {
  background-position: 0 -3264px;
}
.flag32 .gt {
  background-position: 0 -3296px;
}
.flag32 .gu {
  background-position: 0 -3328px;
}
.flag32 .gw {
  background-position: 0 -3360px;
}
.flag32 .gy {
  background-position: 0 -3392px;
}
.flag32 .hk {
  background-position: 0 -3424px;
}
.flag32 .hn {
  background-position: 0 -3456px;
}
.flag32 .hr {
  background-position: 0 -3488px;
}
.flag32 .ht {
  background-position: 0 -3520px;
}
.flag32 .hu {
  background-position: 0 -3552px;
}
.flag32 .id {
  background-position: 0 -3584px;
}
.flag32 .mc {
  background-position: 0 -3584px;
}
.flag32 .ie {
  background-position: 0 -3616px;
}
.flag32 .il {
  background-position: 0 -3648px;
}
.flag32 .im {
  background-position: 0 -3680px;
}
.flag32 .in {
  background-position: 0 -3712px;
}
.flag32 .iq {
  background-position: 0 -3744px;
}
.flag32 .ir {
  background-position: 0 -3776px;
}
.flag32 .is {
  background-position: 0 -3808px;
}
.flag32 .it {
  background-position: 0 -3840px;
}
.flag32 .je {
  background-position: 0 -3872px;
}
.flag32 .jm {
  background-position: 0 -3904px;
}
.flag32 .jo {
  background-position: 0 -3936px;
}
.flag32 .jp {
  background-position: 0 -3968px;
}
.flag32 .ke {
  background-position: 0 -4000px;
}
.flag32 .kg {
  background-position: 0 -4032px;
}
.flag32 .kh {
  background-position: 0 -4064px;
}
.flag32 .ki {
  background-position: 0 -4096px;
}
.flag32 .km {
  background-position: 0 -4128px;
}
.flag32 .kn {
  background-position: 0 -4160px;
}
.flag32 .kp {
  background-position: 0 -4192px;
}
.flag32 .kr {
  background-position: 0 -4224px;
}
.flag32 .kw {
  background-position: 0 -4256px;
}
.flag32 .ky {
  background-position: 0 -4288px;
}
.flag32 .kz {
  background-position: 0 -4320px;
}
.flag32 .la {
  background-position: 0 -4352px;
}
.flag32 .lb {
  background-position: 0 -4384px;
}
.flag32 .lc {
  background-position: 0 -4416px;
}
.flag32 .li {
  background-position: 0 -4448px;
}
.flag32 .lk {
  background-position: 0 -4480px;
}
.flag32 .lr {
  background-position: 0 -4512px;
}
.flag32 .ls {
  background-position: 0 -4544px;
}
.flag32 .lt {
  background-position: 0 -4576px;
}
.flag32 .lu {
  background-position: 0 -4608px;
}
.flag32 .lv {
  background-position: 0 -4640px;
}
.flag32 .ly {
  background-position: 0 -4672px;
}
.flag32 .ma {
  background-position: 0 -4704px;
}
.flag32 .md {
  background-position: 0 -4736px;
}
.flag32 .me {
  background-position: 0 -4768px;
}
.flag32 .mg {
  background-position: 0 -4800px;
}
.flag32 .mh {
  background-position: 0 -4832px;
}
.flag32 .mk {
  background-position: 0 -4864px;
}
.flag32 .ml {
  background-position: 0 -4896px;
}
.flag32 .mm {
  background-position: 0 -4928px;
}
.flag32 .mn {
  background-position: 0 -4960px;
}
.flag32 .mo {
  background-position: 0 -4992px;
}
.flag32 .mq {
  background-position: 0 -5024px;
}
.flag32 .mr {
  background-position: 0 -5056px;
}
.flag32 .ms {
  background-position: 0 -5088px;
}
.flag32 .mt {
  background-position: 0 -5120px;
}
.flag32 .mu {
  background-position: 0 -5152px;
}
.flag32 .mv {
  background-position: 0 -5184px;
}
.flag32 .mw {
  background-position: 0 -5216px;
}
.flag32 .mx {
  background-position: 0 -5248px;
}
.flag32 .my {
  background-position: 0 -5280px;
}
.flag32 .mz {
  background-position: 0 -5312px;
}
.flag32 .na {
  background-position: 0 -5344px;
}
.flag32 .nc {
  background-position: 0 -5376px;
}
.flag32 .ne {
  background-position: 0 -5408px;
}
.flag32 .ng {
  background-position: 0 -5440px;
}
.flag32 .ni {
  background-position: 0 -5472px;
}
.flag32 .nl {
  background-position: 0 -5504px;
}
.flag32 .bq {
  background-position: 0 -5504px;
}
.flag32 .no {
  background-position: 0 -5536px;
}
.flag32 .bv,
.flag32 .nq,
.flag32 .sj {
  background-position: 0 -5536px;
}
.flag32 .np {
  background-position: 0 -5568px;
}
.flag32 .nr {
  background-position: 0 -5600px;
}
.flag32 .nz {
  background-position: 0 -5632px;
}
.flag32 .om {
  background-position: 0 -5664px;
}
.flag32 .pa {
  background-position: 0 -5696px;
}
.flag32 .pe {
  background-position: 0 -5728px;
}
.flag32 .pf {
  background-position: 0 -5760px;
}
.flag32 .pg {
  background-position: 0 -5792px;
}
.flag32 .ph {
  background-position: 0 -5824px;
}
.flag32 .pk {
  background-position: 0 -5856px;
}
.flag32 .pl {
  background-position: 0 -5888px;
}
.flag32 .pr {
  background-position: 0 -5920px;
}
.flag32 .ps {
  background-position: 0 -5952px;
}
.flag32 .pt {
  background-position: 0 -5984px;
}
.flag32 .pw {
  background-position: 0 -6016px;
}
.flag32 .py {
  background-position: 0 -6048px;
}
.flag32 .qa {
  background-position: 0 -6080px;
}
.flag32 .re {
  background-position: 0 -6112px;
}
.flag32 .ro {
  background-position: 0 -6144px;
}
.flag32 .rs {
  background-position: 0 -6176px;
}
.flag32 .ru {
  background-position: 0 -6208px;
}
.flag32 .rw {
  background-position: 0 -6240px;
}
.flag32 .sa {
  background-position: 0 -6272px;
}
.flag32 .sb {
  background-position: 0 -6304px;
}
.flag32 .sc {
  background-position: 0 -6336px;
}
.flag32 .sd {
  background-position: 0 -6368px;
}
.flag32 .se {
  background-position: 0 -6400px;
}
.flag32 .sg {
  background-position: 0 -6432px;
}
.flag32 .si {
  background-position: 0 -6464px;
}
.flag32 .sk {
  background-position: 0 -6496px;
}
.flag32 .sl {
  background-position: 0 -6528px;
}
.flag32 .sm {
  background-position: 0 -6560px;
}
.flag32 .sn {
  background-position: 0 -6592px;
}
.flag32 .so {
  background-position: 0 -6624px;
}
.flag32 .sr {
  background-position: 0 -6656px;
}
.flag32 .st {
  background-position: 0 -6688px;
}
.flag32 .sv {
  background-position: 0 -6720px;
}
.flag32 .sy {
  background-position: 0 -6752px;
}
.flag32 .sz {
  background-position: 0 -6784px;
}
.flag32 .tc {
  background-position: 0 -6816px;
}
.flag32 .td {
  background-position: 0 -6848px;
}
.flag32 .tg {
  background-position: 0 -6880px;
}
.flag32 .th {
  background-position: 0 -6912px;
}
.flag32 .tj {
  background-position: 0 -6944px;
}
.flag32 .tl {
  background-position: 0 -6976px;
}
.flag32 .tm {
  background-position: 0 -7008px;
}
.flag32 .tn {
  background-position: 0 -7040px;
}
.flag32 .to {
  background-position: 0 -7072px;
}
.flag32 .tr {
  background-position: 0 -7104px;
}
.flag32 .tt {
  background-position: 0 -7136px;
}
.flag32 .tv {
  background-position: 0 -7168px;
}
.flag32 .tw {
  background-position: 0 -7200px;
}
.flag32 .tz {
  background-position: 0 -7232px;
}
.flag32 .ua {
  background-position: 0 -7264px;
}
.flag32 .ug {
  background-position: 0 -7296px;
}
.flag32 .us {
  background-position: 0 -7328px;
}
.flag32 .uy {
  background-position: 0 -7360px;
}
.flag32 .uz {
  background-position: 0 -7392px;
}
.flag32 .va {
  background-position: 0 -7424px;
}
.flag32 .vc {
  background-position: 0 -7456px;
}
.flag32 .ve {
  background-position: 0 -7488px;
}
.flag32 .vg {
  background-position: 0 -7520px;
}
.flag32 .vi {
  background-position: 0 -7552px;
}
.flag32 .vn {
  background-position: 0 -7584px;
}
.flag32 .vu {
  background-position: 0 -7616px;
}
.flag32 .ws {
  background-position: 0 -7648px;
}
.flag32 .ye {
  background-position: 0 -7680px;
}
.flag32 .za {
  background-position: 0 -7712px;
}
.flag32 .zm {
  background-position: 0 -7744px;
}
.flag32 .zw {
  background-position: 0 -7776px;
}
.flag32 .sx {
  background-position: 0 -7808px;
}
.flag32 .cw {
  background-position: 0 -7840px;
}
.flag32 .ss {
  background-position: 0 -7872px;
}
.flag32 .nu {
  background-position: 0 -7904px;
}
/*! jQuery UI - v1.12.1 - 2019-06-19
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("/images/jquery-ui/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  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 #ccc;
  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 #ccc;
  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: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .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: #fff;
  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: 54px;
  line-height: 54px;
  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: #fff;
  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;
}
/* Fonts */
@font-face {
  font-family: 'KarbonWeb-Bold';
  src: url('/fonts/own/KarbonWeb-Bold.eot');
  src: url('/fonts/own/KarbonWeb-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-Bold.woff2') format('woff2'), url('/fonts/own/KarbonWeb-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-BoldItalic';
  src: url('/fonts/own/KarbonWeb-BoldItalic.eot');
  src: url('/fonts/own/KarbonWeb-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-BoldItalic.woff2') format('woff2'), url('/fonts/own/KarbonWeb-BoldItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-Hairline';
  src: url('/fonts/own/KarbonWeb-Hairline.eot');
  src: url('/fonts/own/KarbonWeb-Hairline.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-Hairline.woff2') format('woff2'), url('/fonts/own/KarbonWeb-Hairline.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-HairlineItalic';
  src: url('/fonts/own/KarbonWeb-HairlineItalic.eot');
  src: url('/fonts/own/KarbonWeb-HairlineItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-HairlineItalic.woff2') format('woff2'), url('/fonts/own/KarbonWeb-HairlineItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-Light';
  src: url('/fonts/own/KarbonWeb-Light.eot');
  src: url('/fonts/own/KarbonWeb-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-Light.woff2') format('woff2'), url('/fonts/own/KarbonWeb-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-LightItalic';
  src: url('/fonts/own/KarbonWeb-LightItalic.eot');
  src: url('/fonts/own/KarbonWeb-LightItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-LightItalic.woff2') format('woff2'), url('/fonts/own/KarbonWeb-LightItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-Medium';
  src: url('/fonts/own/KarbonWeb-Medium.eot');
  src: url('/fonts/own/KarbonWeb-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-Medium.woff2') format('woff2'), url('/fonts/own/KarbonWeb-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-MediumItalic';
  src: url('/fonts/own/KarbonWeb-MediumItalic.eot');
  src: url('/fonts/own/KarbonWeb-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-MediumItalic.woff2') format('woff2'), url('/fonts/own/KarbonWeb-MediumItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-Regular';
  src: url('/fonts/own/KarbonWeb-Regular.eot');
  src: url('/fonts/own/KarbonWeb-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-Regular.woff2') format('woff2'), url('/fonts/own/KarbonWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-RegularItalic';
  src: url('/fonts/own/KarbonWeb-RegularItalic.eot');
  src: url('/fonts/own/KarbonWeb-RegularItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-RegularItalic.woff2') format('woff2'), url('/fonts/own/KarbonWeb-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-Semibold';
  src: url('/fonts/own/KarbonWeb-Semibold.eot');
  src: url('/fonts/own/KarbonWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-Semibold.woff2') format('woff2'), url('/fonts/own/KarbonWeb-Semibold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-SemiboldItalic';
  src: url('/fonts/own/KarbonWeb-SemiboldItalic.eot');
  src: url('/fonts/own/KarbonWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-SemiboldItalic.woff2') format('woff2'), url('/fonts/own/KarbonWeb-SemiboldItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-Thin';
  src: url('/fonts/own/KarbonWeb-Thin.eot');
  src: url('/fonts/own/KarbonWeb-Thin.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-Thin.woff2') format('woff2'), url('/fonts/own/KarbonWeb-Thin.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KarbonWeb-ThinItalic';
  src: url('/fonts/own/KarbonWeb-ThinItalic.eot');
  src: url('/fonts/own/KarbonWeb-ThinItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/own/KarbonWeb-ThinItalic.woff2') format('woff2'), url('/fonts/own/KarbonWeb-ThinItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
.karbonweb {
  font-family: 'KarbonWeb-Regular';
}
.karbonweb-italic {
  font-family: 'KarbonWeb-RegularItalic';
}
.karbonweb-bold {
  font-family: 'KarbonWeb-Bold';
}
.karbonweb-bold-italic {
  font-family: 'KarbonWeb-BoldItalic';
}
.karbonweb-hairline {
  font-family: 'KarbonWeb-Hairline';
}
.karbonweb-hairline-italic {
  font-family: 'KarbonWeb-HairlineItalic';
}
.karbonweb-light {
  font-family: 'KarbonWeb-Light';
}
.karbonweb-light-italic {
  font-family: 'KarbonWeb-LightItalic';
}
.karbonweb-medium {
  font-family: 'KarbonWeb-Medium';
}
.karbonweb-medium-italic {
  font-family: 'KarbonWeb-MediumItalic';
}
.karbonweb-semibold {
  font-family: 'KarbonWeb-Semibold';
}
.karbonweb-semibold-italic {
  font-family: 'KarbonWeb-SemiboldItalic';
}
.karbonweb-thin {
  font-family: 'KarbonWeb-Thin';
}
.karbonweb-thin-italic {
  font-family: 'KarbonWeb-ThinItalic';
}
@font-face {
  font-family: 'font-icons';
  src: url('/fonts/icons/font.eot?65987279');
  src: url('/fonts/icons/font.eot?65987279#iefix') format('embedded-opentype'), url('/fonts/icons/font.woff?65987279') format('woff'), url('/fonts/icons/font.ttf?65987279') format('truetype'), url('/fonts/icons/font.svg?65987279#wirelane-backoffice-menu-bar-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-icons {
  font-family: 'font-icons';
}
.font-icons-draggable:before {
  content: '\e842';
}
.font-icons-draggable:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Base css */
html,
body {
  height: 100%;
}
body.hide-alertify-notifier .alertify-notifier {
  display: none !important;
}
.alert {
  border-radius: 0px;
}
.alert.alert-success {
  border-color: #9a9899;
  background-color: #9a9899;
  color: #000000;
}
.alert.alert-danger {
  border-color: #7ab51d;
  background-color: #7ab51d;
  color: #000000;
}
.alert.no-margin {
  margin: 0px !important;
}
.p-loading-container {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
.pl-fontawesome-spinner {
  color: #7ab51d;
}
.hide-loading-spinner .p-loading-container {
  display: none !important;
}
a:active,
a:focus,
.btn:active,
.btn:focus {
  outline: none !important;
}
.btn {
  box-shadow: none;
}
.btn.disabled,
.btn.disabled:hover {
  opacity: 0.65;
}
.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #9a9899;
  opacity: 0.9;
}
.btn-black:focus {
  color: #9a9899;
}
.btn-white {
  color: #9a9899;
  background-color: #ffffff;
  border-color: #9a9899;
}
.btn-white:hover {
  color: #000000;
  opacity: 0.9;
}
.btn-white:focus {
  color: #000000;
}
.btn-yellow {
  color: #000000;
  background-color: #7ab51d;
  border-color: #7ab51d;
}
.btn-yellow:hover {
  color: #000000;
  opacity: 0.9;
}
.btn-yellow:focus {
  color: #000000;
}
.btn-custom {
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 13px;
  padding: 3px 0px 8px 0px;
}
.btn-custom .btn-icon {
  font-size: 20px;
  top: 2px;
  position: relative;
}
.btn-custom.btn-simple {
  padding: 8px 15px;
}
.btn-custom.btn-lg {
  font-size: 18px;
  padding: 8px 30px;
}
.text-black {
  color: #000000 !important;
}
.text-gray {
  color: #9a9899 !important;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-break-word {
  overflow-wrap: break-word;
}
.text-ucfirst {
  text-transform: lowercase;
}
.text-ucfirst:first-letter {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.box-shadow-none {
  box-shadow: none !important;
}
.alertify .ajs-dimmer {
  background-color: transparent;
}
.alertify .ajs-dialog {
  background: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 2px;
  color: #000000;
  max-width: 90%;
  padding: 30px 20px 20px 20px;
  width: 550px;
}
.alertify .ajs-header {
  display: none;
}
.alertify .ajs-body {
  min-height: 0px;
  padding-bottom: 20px;
}
.alertify .ajs-body .ajs-content {
  padding: 0px;
  text-align: center;
}
.alertify .ajs-footer {
  background: transparent;
  border: none;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  padding-top: 12px;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  border-color: #9a9899;
  margin: 0px 0px 0px 10px;
  min-height: 0px;
  padding: 8px 30px;
  text-transform: uppercase;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:hover {
  opacity: 1;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:focus,
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:active {
  outline: none;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok {
  color: #000000;
  background-color: #7ab51d;
  border-color: #7ab51d;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok:hover {
  color: #000000;
  opacity: 0.9;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok:focus {
  color: #000000;
}
.alertify-notifier .ajs-message {
  width: 360px;
  font-size: 20px;
}
.alertify-notifier .ajs-message.ajs-visible {
  text-shadow: none;
  padding: 10px;
}
.alertify-notifier .ajs-message.ajs-visible p {
  margin: 0px;
}
.alertify-notifier .ajs-message.ajs-visible .close {
  display: none;
}
.alertify-notifier .ajs-message.ajs-success {
  background: #7ab51d;
  border-color: #7ab51d;
  color: #000000;
}
.alertify-notifier .ajs-message.ajs-error {
  background: #d0011b;
  border-color: #d0011b;
  color: #ffffff;
}
.alertify-notifier .ajs-message.ajs-warning {
  background: #9a9899;
  border-color: #9a9899;
  color: #000000;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -420px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 390px;
}
@media screen and (max-width: 767px) {
  .alertify-notifier.ajs-right .ajs-message.ajs-visible {
    width: 300px;
    right: 300px;
  }
}
.full-height {
  min-height: 100%;
  height: 100%;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.max-width-500 {
  max-width: 500px;
}
.max-width-650 {
  max-width: 650px;
}
.max-width-800 {
  max-width: 800px;
}
.relative {
  position: relative;
}
.radial-gradient-gray {
  background: #c5c5c5;
  background: -webkit-radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
  background: -o-radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
  background: -moz-radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
  background: radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
}
.gradient-yellow {
  background: #7ab51d;
  background: -moz-linear-gradient(top, #7ab51d 2%, #fef074 100%);
  background: -webkit-linear-gradient(top, #7ab51d 2%, #fef074 100%);
  background: linear-gradient(to bottom, #7ab51d 2%, #fef074 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@app-primary-color', endColorstr='@gradient-initial-color', GradientType=0);
}
.gradient-gray {
  background: #b4b4b4;
  background: -moz-linear-gradient(top, #373737 0%, #b4b4b4 100%);
  background: -webkit-linear-gradient(top, #373737 0%, #b4b4b4 100%);
  background: linear-gradient(to bottom, #373737 0%, #b4b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#b4b4b4', GradientType=0);
}
.gradient-yellow-animated {
  height: 40px;
  width: 100%;
  background: repeating-linear-gradient(90deg, #7ab51d, #7ab51d 45%, #cccccc 55%, #cccccc 100%);
  background-size: 200% auto;
  background-position: -100% 0px;
  animation: gradientYellowAnimated 6s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  border-radius: 2px;
}
@keyframes gradientYellowAnimated {
  0% {
    background-position: -100% 0px;
  }
  100% {
    background-position: -200% 0px;
  }
}
.loading-animation-line {
  margin-bottom: 2px;
  height: 2px;
  background: #fff;
  background-origin: content-box;
  background-size: 200%;
  animation-name: loadingAnimation;
  animation-iteration-count: infinite;
  animation-timing-function: steps(100);
}
@keyframes loadingAnimation {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 200% 0%;
  }
}
table.datatable-custom {
  font-size: 14px;
  font-family: 'KarbonWeb-Medium';
}
table.datatable-custom thead tr > th {
  background-color: #ffffff;
  background-image: none !important;
  border-bottom: none;
  text-transform: uppercase;
  color: #9a9899;
  font-weight: normal;
  padding: 15px 5px 15px 15px;
}
table.datatable-custom thead tr > th span {
  padding-right: 15px;
  position: relative;
  white-space: nowrap;
}
table.datatable-custom thead tr > th.sorting span:after,
table.datatable-custom thead tr > th.sorting_desc span:after {
  content: "\E828";
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0;
}
table.datatable-custom thead tr > th.sorting_desc span:after {
  content: "\E829";
}
table.datatable-custom thead tr > th:last-child {
  padding-right: 15px;
}
table.datatable-custom.no-footer {
  border-bottom: none;
}
.popup-block {
  position: relative;
  padding: 20px;
  margin: 20px auto;
  width: 800px;
  max-width: 90%;
  background: #eee;
  border-radius: 6px;
}
.popup-block .popup-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 1.4em;
  margin-bottom: 20px;
}
.popup-block label.error {
  font-size: 10px;
  color: #d0011b;
}
.custom-form label {
  font-weight: normal;
  color: #97999b;
}
.custom-form label:not(.error) {
  text-transform: uppercase;
}
.custom-form label.error {
  font-size: 12px;
  color: #d0011b;
}
.custom-form .form-control {
  height: 40px;
  border-color: #d5d4d4;
  border-radius: 2px;
  font-weight: bold;
}
.custom-form .form-control.has-error {
  border-color: #d0011b;
}
.custom-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/images/select.png') center right no-repeat #ffffff;
  padding-right: 26px;
}
.custom-form select.form-control:focus {
  background-image: url('/images/select-hover.png');
}
.custom-form select.form-control[disabled] {
  background-color: #f4f4f5;
}
.custom-form .input-group-addon {
  border-radius: 2px;
  border-color: #d5d4d4;
}
.custom-form .input-group.transparent-addon .input-group-addon {
  border: none;
  background: none;
  padding-left: 6px;
  padding-right: 6px;
}
.custom-form .input-group.transparent-addon .form-control {
  border-radius: 2px;
}
.custom-form .form-buttons {
  padding-top: 25px;
}
.custom-form .control-label {
  text-align: left;
}
.custom-list {
  margin: 0px;
  font-family: 'KarbonWeb-Medium';
}
.custom-list > li {
  margin: 0px 0px 0px 20px;
}
.custom-list > li > a {
  display: inline-block;
  color: #9a9899;
  padding: 2px;
  text-decoration: none;
  border-bottom: 5px solid transparent;
}
.custom-list > li > a:hover,
.custom-list > li > a:active {
  border-color: #9a9899;
}
.custom-list > li > a.active {
  color: #000000;
  cursor: default;
  border-color: #7ab51d;
}
.custom-list > li:first-child {
  margin-left: 0px;
}
.custom-sublist {
  margin: 0px 0px 40px 0px;
  font-family: 'KarbonWeb-Medium';
}
.custom-sublist > li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.custom-sublist > li > a {
  display: inline-block;
  color: #9a9899;
  padding: 2px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.custom-sublist > li > a:hover,
.custom-sublist > li > a:active {
  color: #000000;
}
.custom-sublist > li:first-child {
  margin-left: 0px;
}
.custom-sublist > li.active > a {
  color: #000000;
  cursor: default;
  border-color: #000000;
}
input:focus,
textarea:focus {
  outline: none;
}
input,
textarea,
select {
  font-weight: bold;
  border-radius: 5px;
}
label.error,
label.error-like {
  font-weight: normal;
  font-size: 12px;
  color: #d0011b;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url('/images/select.png');
  background-position: center right;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0;
}
.select2-container--default.open .select2-selection--single .select2-selection__arrow {
  background-image: url('/images/select-hover.png');
}
.bootstrap-datetimepicker-widget {
  max-width: 170px;
  font-size: 12px;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 12px;
  line-height: 12px;
}
.filter-dropdown .dropdown-toggle {
  box-shadow: none;
}
.filter-dropdown .dropdown-menu {
  margin: 0px;
}
.filter-dropdown .dropdown-menu.is-icon {
  min-width: 75px;
}
.filter-dropdown .dropdown-menu.is-icon .option-text {
  font-size: 20px;
  padding-left: 10px;
}
.filter-dropdown .dropdown-menu.is-text {
  min-width: 120px;
}
.filter-dropdown .dropdown-menu.is-text .option-text {
  position: relative;
  font-size: 14px;
  top: -2px;
}
.filter-dropdown-options {
  margin-bottom: 0px;
  font-family: 'KarbonWeb-Regular';
  text-transform: none;
}
.filter-dropdown-options > li {
  padding: 0px 10px;
}
.filter-dropdown-options > li label {
  margin: 0px;
  font-weight: 400;
  color: #000000;
}
.filter-dropdown-buttons {
  position: absolute;
  bottom: -30px;
  right: 0px;
  margin-bottom: 0px;
}
.filter-dropdown-buttons > li {
  background: #9a9899;
  cursor: pointer;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 5px;
}
.filter-dropdown-buttons > li.is-success {
  background-color: #7ab51d;
  color: #000000;
}
.filter-dropdown-buttons > li.is-success:hover {
  color: #000000;
  opacity: 0.9;
}
.filter-dropdown-buttons > li.is-success:focus {
  color: #000000;
}
/* Auth css */
body.auth {
  background: #ffffff;
  height: 100%;
}
#auth-area h1 {
  margin: 0px 0px 30px 0px;
  font-family: 'KarbonWeb-Regular';
  color: #000000;
  font-size: 34px;
  text-transform: uppercase;
}
#auth-area .wirelane-logo {
  margin-bottom: 30px;
}
#auth-area .wirelane-logo img {
  height: 140px;
}
#auth-area .intro {
  margin-bottom: 25px;
  margin-top: -15px;
  padding: 0px 20px;
}
#auth-area .alert {
  margin-bottom: 40px;
}
#auth-area .form-group {
  margin-bottom: 40px;
}
#auth-area .form-control {
  font-weight: normal;
  border-color: transparent;
  border-bottom-color: #000000;
  border-radius: 0px;
  background: #ffffff;
  font-size: 24px;
  padding-left: 4px;
  padding-right: 0px;
  box-shadow: none;
}
#auth-area .form-control.error {
  border-bottom-color: #d0011b;
}
#auth-area .form-control.custom-locale-select {
  font-size: 13px;
  border-bottom-color: transparent;
}
#auth-area .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  border-color: #ffffff;
  border-bottom-color: #000000;
}
#auth-area .form-control.tenant-input {
  padding: 0px;
  height: 30px;
}
#auth-area select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/images/select.png') center right no-repeat #ffffff;
}
#auth-area select.form-control:focus {
  background-image: url('/images/select-hover.png');
}
#auth-area .form-buttons {
  margin-bottom: 20px;
}
#auth-area .form-footer {
  font-size: 16px;
}
#auth-area .form-footer a {
  color: #000000;
  text-decoration: underline;
}
#auth-area label.error {
  color: #d0011b;
  font-size: 12px;
  display: block;
  padding: 2px;
}
#auth-area .btn {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 30px;
  font-size: 16px;
}
#auth-area .btn.btn-primary {
  background: #7ab51d;
  border-color: #7ab51d;
  color: #000000;
}
/* App css */
.text-break-word {
  word-break: break-word;
}
.text-line-through {
  text-decoration: line-through;
}
.comma-separated:not(:last-child):after {
  content: ", ";
}
.pointer-events-none {
  pointer-events: none;
}
.form-control-wrapper {
  position: relative;
}
.form-control-wrapper .form-control-line {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -1px;
  height: 2px;
  background: #7ab51d;
  transition: all 0.2s linear;
}
.form-control-wrapper .form-control:focus ~ .form-control-line,
.form-control-wrapper .form-control.is-focus ~ .form-control-line {
  width: 100%;
  margin-left: -50%;
}
.phone-prefix-wrapper {
  position: relative;
}
.print-json .string {
  color: green;
}
.print-json .number {
  color: darkorange;
}
.print-json .boolean {
  color: blue;
}
.print-json .null {
  color: magenta;
}
.print-json .key {
  color: red;
}
.is-plug-type-icon {
  font-size: 20px;
}
.is-charging-type-icon {
  font-size: 24px;
}
.is-authentication-type-icon {
  font-size: 24px;
}
.is-switchery-like {
  display: none;
}
.is-switchery-like ~ .switchery {
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  border-color: #dfdfdf;
  background-color: #ffffff;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
}
.is-switchery-like ~ .switchery small {
  left: 0px;
  transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
}
.is-switchery-like:checked ~ .switchery {
  box-shadow: #7ab51d 0px 0px 0px 7px inset;
  border-color: #7ab51d;
  background-color: #7ab51d;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.is-switchery-like:checked ~ .switchery small {
  left: 10px;
  transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
  background-color: #ffffff;
}
.multiselect-labels {
  cursor: default;
}
.multiselect-labels .label {
  border-radius: 2px;
  margin: 4px 3px 0 0;
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
}
.multiselect-labels .label-remove {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-left: 2px;
  text-decoration: none;
  position: relative;
  font-size: 10px;
  top: -1px;
}
.padded-content {
  padding: 15px;
}
.dataTables_wrapper.is-above .dataTables_paginate {
  padding-top: 0px;
  padding-bottom: 10px;
}
.data-loading-block {
  min-height: 250px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}
.data-loading-spinner {
  top: calc(50%);
  left: calc(50%);
  color: #7ab51d;
  font-size: 50px;
  position: absolute;
  margin: -25px 0px 0px -25px;
}
.mxw-none {
  max-width: none !important;
}
.popover {
  max-width: 300px;
}
.popover.lg {
  max-width: 600px;
}
.daterangepicker-container {
  position: relative;
}
.daterangepicker-container .daterangepicker td.active,
.daterangepicker-container .daterangepicker td.active:hover {
  background-color: #999;
}
.daterangepicker-container .daterangepicker select.hourselect,
.daterangepicker-container .daterangepicker select.minuteselect,
.daterangepicker-container .daterangepicker select.secondselect,
.daterangepicker-container .daterangepicker select.ampmselect {
  border-radius: 4px;
}
.daterangepicker-container .daterangepicker.custom-timepicker .calendar-time {
  padding-left: 0px;
  margin: 0px auto;
}
.daterangepicker-container .daterangepicker.custom-timepicker .calendar-time-inputs {
  display: none;
}
.daterangepicker-container .daterangepicker.custom-timepicker .calendar-time-trigger {
  cursor: pointer;
  font-size: 16px;
}
.daterangepicker-container .daterangepicker.custom-timepicker .ranges {
  float: none;
}
.daterangepicker-container .daterangepicker.custom-timepicker-active .calendar-time-inputs {
  display: block;
}
.daterangepicker-container .daterangepicker.custom-timepicker-active .calendar-time-trigger {
  display: none;
}
.daterangepicker-container-small {
  position: relative;
}
.daterangepicker-container-small .daterangepicker td.active,
.daterangepicker-container-small .daterangepicker td.active:hover {
  background-color: #999;
}
.daterangepicker-container-small .daterangepicker select.hourselect,
.daterangepicker-container-small .daterangepicker select.minuteselect,
.daterangepicker-container-small .daterangepicker select.secondselect,
.daterangepicker-container-small .daterangepicker select.ampmselect {
  border-radius: 4px;
}
.daterangepicker-container-small .daterangepicker.custom-timepicker .calendar-time {
  padding-left: 0px;
  margin: 0px auto;
}
.daterangepicker-container-small .daterangepicker.custom-timepicker .calendar-time-inputs {
  display: none;
}
.daterangepicker-container-small .daterangepicker.custom-timepicker .calendar-time-trigger {
  cursor: pointer;
  font-size: 16px;
}
.daterangepicker-container-small .daterangepicker.custom-timepicker .ranges {
  float: none;
}
.daterangepicker-container-small .daterangepicker.custom-timepicker-active .calendar-time-inputs {
  display: block;
}
.daterangepicker-container-small .daterangepicker.custom-timepicker-active .calendar-time-trigger {
  display: none;
}
.daterangepicker-container-small .daterangepicker {
  width: 420px;
  font-size: 12px;
}
.daterangepicker-container-small .daterangepicker .input-mini {
  font-size: 14px;
  border-radius: 4px;
}
.daterangepicker-container-small .daterangepicker .calendar.right {
  float: right;
}
.daterangepicker-container-small .daterangepicker .calendar th,
.daterangepicker-container-small .daterangepicker .calendar td {
  min-width: 20px;
}
.daterangepicker-container-small .daterangepicker .ranges {
  clear: both;
  text-align: center;
  float: none;
}
.daterangepicker-container-small .daterangepicker .ranges .btn {
  margin: 0px 5px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.daterangepicker-container-small .daterangepicker .ranges .btn-white {
  color: #9a9899;
  border-color: #9a9899;
}
.daterangepicker-container-small .daterangepicker.is-single {
  width: auto;
}
.daterangepicker-container-small .daterangepicker.is-single .left .daterangepicker_input {
  padding-left: 12px;
}
.daterangepicker-container-small .daterangepicker.is-single .left .daterangepicker_input .input-mini {
  display: block !important;
}
.daterangepicker-container-small .daterangepicker.is-single .left .daterangepicker_input i {
  left: 20px;
  display: block !important;
}
.daterangepicker-container-small .daterangepicker.is-single .ranges {
  clear: both;
  text-align: center;
  float: none !important;
}
.daterangepicker-container-small .daterangepicker.with-ranges {
  width: 500px;
}
.daterangepicker-container-small .daterangepicker.with-ranges .calendar.right {
  float: left;
}
.daterangepicker-container-small .daterangepicker.with-ranges .ranges {
  float: left;
  clear: none;
  text-align: left;
  margin-top: 75px;
}
.daterangepicker-container-small .daterangepicker.with-ranges .ranges ul {
  width: 105px;
}
.daterangepicker-container-small .daterangepicker.with-ranges .ranges li {
  background-color: transparent;
  border: none;
  padding: 3px 12px !important;
  color: #999;
}
.daterangepicker-container-small .daterangepicker.with-ranges .ranges li:hover {
  background-color: #999;
  color: #fff;
}
.daterangepicker-container-small .daterangepicker.with-ranges .bottom {
  clear: both;
  text-align: center;
  float: none;
}
.daterangepicker-container-small .daterangepicker.with-ranges .bottom.ranges ul {
  display: none;
}
.daterangepicker-container-small .daterangepicker.with-ranges .bottom .btn {
  margin: 0px 5px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.daterangepicker-container-small .daterangepicker.with-ranges .bottom .btn-white {
  color: #9a9899;
  border-color: #9a9899;
}
.custom-groups-values {
  max-width: 160px;
}
.custom-groups-values > li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #f4f4f5;
  margin-bottom: 4px;
  padding: 0px 6px;
}
.custom-groups-values.in-columns-if-possible {
  max-width: none;
}
@media (min-width: 1000px) {
  .custom-groups-values.in-columns-if-possible > li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 1420px) {
  .custom-groups-values.in-columns-if-possible > li {
    width: 32%;
  }
}
@media (min-width: 1840px) {
  .custom-groups-values.in-columns-if-possible > li {
    width: 24%;
  }
}
.custom-groups-values.full-width {
  max-width: none;
}
.custom-groups-remove {
  float: right;
  color: #000000;
  text-decoration: none;
  margin-left: 12px;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.custom-groups-remove:hover {
  color: #000000;
  text-decoration: none;
}
.custom-groups-select .btn {
  background: none;
  padding: 0px;
  border: none;
  box-shadow: none !important;
  top: -1px;
  font-size: 14px;
}
.custom-groups-select .dropdown-menu {
  position: relative;
  padding-top: 0px;
  padding-bottom: 28px;
  min-width: 180px;
  border-color: #f4f4f5;
}
.custom-groups-select .custom-groups-options {
  font-size: 14px;
  max-height: 84px;
  overflow-y: auto;
  padding: 0px;
  width: 100%;
  margin-bottom: 0px;
}
.custom-groups-select .custom-groups-options > li:first-child {
  margin-top: 2px;
}
.custom-groups-select .custom-groups-options > li > a {
  padding: 2px 8px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
}
.custom-groups-select .custom-groups-options > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.custom-groups-select .custom-groups-options > li > a.disabled {
  opacity: 0.6;
  cursor: default;
  background-color: transparent;
}
@-moz-document url-prefix() {
  overflow-x: hidden;
  
   > li > a {
    padding-right: 22px;
  }
}
.custom-groups-select.without-custom-groups-input .dropdown-menu {
  padding-bottom: 2px;
}
.custom-groups-input {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 28px;
  border: none;
  border-top: 1px solid #f4f4f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0px 6px;
  font-size: 14px;
}
.custom-groups-input-buttons {
  position: absolute;
  bottom: -30px;
  right: 0px;
  margin-bottom: 0px;
}
.custom-groups-input-buttons > li {
  background: #9a9899;
  cursor: pointer;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 5px;
}
.custom-groups-input-buttons > li.is-create {
  background-color: #7ab51d;
  color: #000000;
}
.custom-groups-input-buttons > li.is-create:hover {
  color: #000000;
  opacity: 0.9;
}
.custom-groups-input-buttons > li.is-create:focus {
  color: #000000;
}
/* -------------------------------------------------------------------------- */
#app {
  min-width: 1200px;
}
#app [v-cloak] {
  display: none;
}
#app.popup {
  min-width: auto;
  padding-left: 0;
}
#app .sidebar {
  z-index: 99;
  position: absolute;
  height: 100%;
  overflow-y: auto;
}
#app .sidebar-left {
  left: 0;
}
#app .sidebar-right {
  right: 0;
}
#app .bg-gray {
  background: #f4f4f5;
}
#app .bg-white {
  background: #ffffff;
}
#app .on-focus-input {
  border-radius: 0px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: normal;
}
#app .on-focus-input:hover,
#app .on-focus-input:focus {
  border-color: #f4f4f5;
  background: #f4f4f5;
}
#app.open .not-open-rel {
  display: none;
}
#app:not(.open) .open-rel {
  display: none;
}
#app .app-column {
  width: 346px;
}
#app .app-column-435 {
  width: 435px;
}
#app .app-column-padder {
  border: 20px solid transparent;
}
#app .select-custom-list {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #9a9899;
  padding: 3px 0px;
}
#app .select-custom-list:active,
#app .select-custom-list:focus {
  outline: none;
}
#app .select-custom-list.select-custom-list-sm {
  border-top: none;
  font-size: 14px;
  height: 26px;
}
#app .app-sidebar-close {
  float: right;
  color: #9a9899;
  font-size: 24px;
  margin-top: -2px;
}
#app .doughnut {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
}
#app .doughnut.all-ok .doughnut-summary-title {
  font-weight: bold;
}
#app .doughnut-summary {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  cursor: default;
  border-radius: 50%;
  background: #f4f4f5;
  display: table;
  width: 100%;
}
#app .doughnut-summary-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
#app .doughnut-summary-number {
  display: none;
}
#app .infowindow {
  position: relative;
}
#app .infowindow-content {
  border-radius: 2px;
  overflow: hidden;
}
#app .infowindow-image {
  height: 80px;
  background: center center no-repeat;
  background-size: cover;
}
#app .infowindow-table {
  width: 100%;
}
#app .infowindow-table-tr-line td {
  border-top: 1px solid #999;
}
#app .infowindow-table-tr-line:first-child td {
  border-top: none;
}
#app .infowindow-table-time {
  border-left: 5px solid #ffffff;
  width: 50px;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
#app .infowindow-table-time img {
  width: 32px;
}
#app .infowindow-table-text {
  background: #ffffff;
  padding: 10px 12px;
}
#app .infowindow-table-text-area {
  position: relative;
  padding-right: 20px;
}
#app .infowindow-table-text-title {
  font-family: 'KarbonWeb-Bold';
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
#app .infowindow-table-text-title a {
  color: #000000;
}
#app .infowindow-table-text-body {
  font-family: 'KarbonWeb-Medium';
  font-size: 15px;
  color: #000000;
}
#app .infowindow-table-text-details {
  font-family: 'KarbonWeb-Regular';
  font-size: 15px;
  padding: 6px;
  border-left: 5px solid #ffffff;
  border-top: none !important;
  background: #ffffff;
}
#app .infowindow-table-text-details-evseid {
  font-size: 22px;
  padding-bottom: 6px;
}
#app .infowindow-table-text-details-sep {
  width: 24px;
  height: 4px;
  background: #7ab51d;
  margin-bottom: 10px;
}
#app .infowindow-table-text-details-icontext {
  text-transform: uppercase;
  margin-bottom: 8px;
}
#app .infowindow-table-text-details-icontext-icon {
  display: inline-block;
  width: 25px;
}
#app .infowindow-table-text-details-tariffs {
  text-transform: uppercase;
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
  margin-top: 10px;
}
#app .infowindow-table-text-details-tariffs > ul {
  margin-bottom: 0px;
}
#app .infowindow-table-text-details-tariffs > ul > li {
  padding-right: 0px;
}
#app .infowindow-table-text-details-tariffs-symbols {
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 0px 5px;
}
#app .infowindow-table-text-details-trigger {
  position: absolute;
  top: 10px;
  right: 0px;
  text-decoration: none;
  color: #999;
}
#app .infowindow-table-text-details-trigger:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
#app .infowindow-table-text.open .infowindow-table-text-details-trigger:before {
  content: "\f106";
}
#app .infowindow-arrow {
  width: 0px;
  height: 0px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 20px solid #ffffff;
  left: 50%;
  position: relative;
  margin-left: -4px;
}
#app .infowindow-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000000;
  text-decoration: none;
  display: none;
}
#app .infowindow-close:hover {
  opacity: 0.8;
}
#app .list-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}
#app .list-title-link {
  color: #000000;
  text-decoration: none;
}
#app .list-title-count {
  color: #9a9899;
}
#app .list-title-icon {
  color: #9a9899;
  margin-right: 5px;
}
#app .list-filter-input,
#app .list-filter-button {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
#app .list-filter-button.list-filter-select-toggle-trigger.active {
  background-color: #7ab51d;
}
#app .list-filter-input {
  height: 38px;
  padding-left: 40px;
  background: url('/images/icons/magnifier.svg') 10px center no-repeat #ffffff;
  background-size: 18px auto;
}
#app .list-filter-button {
  background-color: #ffffff;
  padding: 8px 10px 9px 10px;
  color: #aeaeae;
  position: relative;
  top: -1px;
}
#app .list-filter-button img {
  height: 18px;
}
#app .list-filter-button:active,
#app .list-filter-button:focus {
  outline: none;
}
#app .list-filter-button:hover {
  text-decoration: none;
}
#app .list-filter-button.has-image {
  padding-bottom: 6px;
}
#app .list-filter-button.is-active {
  background-color: #7ab51d;
  border-color: #7ab51d;
  color: #000000;
}
#app #daterange.list-filter-input {
  width: 210px;
}
#app .list-custom {
  margin: 0px;
  color: #000000;
  font-family: 'KarbonWeb-Medium';
}
#app .list-custom > li {
  margin: 0px 0px 0px 20px;
}
#app .list-custom > li > a {
  display: inline-block;
  color: #9a9899;
  padding: 2px;
  text-decoration: none;
  border-bottom: 5px solid transparent;
}
#app .list-custom > li > a:hover,
#app .list-custom > li > a:active {
  border-color: #9a9899;
}
#app .list-custom > li > a.active {
  color: #000000;
  cursor: default;
  border-color: #7ab51d;
}
#app .list-custom > li > span {
  padding: 2px;
  display: inline-block;
  border-bottom: 5px solid transparent;
}
#app .list-custom > li:first-child {
  margin-left: 0px;
}
#app .list-custom.has-margin-bottom {
  margin-bottom: 15px;
}
#app .list-custom.app-account-menu {
  margin-bottom: 40px;
}
#app .custom-label {
  display: inline-block;
  background-color: #f4f4f5;
  color: #000000;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
#app .custom-label-remove {
  color: #000000;
  text-decoration: none;
}
#app .custom-label-remove-icon {
  font-size: 10px;
  margin-left: 10px;
}
#app .custom-label-add {
  color: #9a9899;
  text-decoration: none;
  font-family: 'KarbonWeb-Regular';
  font-size: 14px;
}
#app .custom-label-add:hover {
  color: #000000;
}
#app .list-custom-label {
  margin: 0px;
  max-width: 120px;
}
#app .list-custom-label .label {
  display: inline-block;
  background-color: #f4f4f5;
  color: #000000;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  display: block;
}
#app .massive-editing-area:not(.massive-editing) .massive-editing-rel {
  display: none;
}
#app .massive-editing-area.massive-editing .not-massive-editing-rel {
  display: none;
}
#app .massive-editing-area .massive-cursor-default {
  cursor: default;
}
#app .massive-editing-area .masive-action-button {
  color: #000000;
  font-size: 24px;
}
#app .massive-editing-area .masive-action-button:hover {
  opacity: 0.9;
}
#app .massive-editing-area .masive-action-button.disabled {
  color: #9a9899;
  pointer-events: none;
}
#app .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/images/icons/checkbox.png') center center no-repeat;
}
#app .custom-checkbox.checked {
  background-image: url('/images/icons/checkbox-checked.png');
}
#app .custom-checkbox input {
  cursor: pointer;
  opacity: 0;
}
#app .custom-checkbox-item {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}
#app .custom-checkbox-item label {
  padding: 0px;
  color: #000000;
  text-transform: none;
}
#app .custom-checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#app .custom-checkbox-item input[type="checkbox"]:checked ~ .checkmark {
  background-color: #7ab51d;
}
#app .custom-checkbox-item input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
#app .custom-checkbox-item .checkmark {
  position: absolute;
  top: 1px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: #ccc 2px solid;
}
#app .custom-checkbox-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#app .custom-checkbox-item.is-small {
  padding-left: 14px;
}
#app .custom-checkbox-item.is-small input[type="checkbox"] {
  margin-left: -14px;
}
#app .custom-checkbox-item.is-small .checkmark {
  top: 3px;
  height: 14px;
  width: 14px;
}
#app table.inline-form-table {
  width: auto;
}
#app table.inline-form-table > thead > tr > td {
  padding: 0px 10px;
}
#app table.inline-form-table > thead > tr > td:first-child {
  padding-left: 0px;
}
#app table.inline-form-table > tbody > tr > td {
  padding: 0px 10px;
  border-top: none;
  vertical-align: middle;
}
#app table.inline-form-table > tbody > tr > td:first-child {
  padding-left: 0px;
}
#app table.list-session {
  width: 100%;
}
#app table.list-session tbody tr td {
  padding: 10px 0px 10px 15px;
  border-top: 1px solid #f4f4f5;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
}
#app table.list-session tbody tr td:first-child {
  position: relative;
  padding-left: 22px;
}
#app table.list-session tbody tr td:last-child {
  padding-right: 15px;
}
#app table.list-session tbody tr td.item-status {
  position: relative;
}
#app table.list-session tbody tr td.not-clickable {
  cursor: inherit;
}
#app table.list-session tbody tr td.not-clickable a {
  color: #000000;
}
#app table.list-session tbody tr.is-closed .is-open-rel {
  display: none;
}
#app table.list-session tbody tr.is-open .is-closed-rel {
  display: none;
}
#app table.list-session tbody tr.is-open .is-open-black {
  color: #000000;
}
#app table.list-session tbody tr.is-open td {
  border-bottom: 30px solid #dfdfdf;
}
#app table.list-session tbody tr.is-status-running .not-status-running {
  display: none;
}
#app table.list-session tbody tr.is-status-running .item-status-border {
  background: #ffb92d;
}
#app table.list-session tbody tr.is-status-running .item-status-icon {
  color: #ffb92d;
}
#app table.list-session tbody tr.is-status-closed .not-status-closed {
  display: none;
}
#app table.list-session tbody tr.is-status-closed .item-status-border {
  background: #04797c;
}
#app table.list-session tbody tr.is-status-closed .item-status-icon {
  color: #04797c;
}
#app table.list-session tbody tr.is-status-error .not-status-error {
  display: none;
}
#app table.list-session tbody tr.is-status-error .item-status-border {
  background: #d0011b;
}
#app table.list-session tbody tr.is-status-error .item-status-icon {
  color: #d0011b;
}
#app table.list-session .item-status-border {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 6px;
}
#app table.list-session .item-status-icon {
  font-size: 7px;
  line-height: 10px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -5px;
}
#app table.list-session .item-status-text {
  text-transform: lowercase;
}
#app table.list-session .item-status-text:first-letter {
  text-transform: uppercase;
}
#app table.list-session .item-user {
  position: relative;
}
#app table.list-session .item-user-image {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: center center no-repeat #f4f4f5;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
#app table.list-session .item-user-name {
  padding-left: 20px;
}
#app table.list-session .item-charging-type-icon {
  font-size: 16px;
  line-height: 16px;
}
#app table.list-session .info-arrow {
  color: #9a9899;
  font-size: 24px;
}
#app table.list-session .info-arrow:hover {
  color: #000000;
}
#app .list-session-details {
  position: absolute;
  left: 0px;
  width: 100%;
}
#app .list-session-details-body {
  padding: 15px 0px;
}
#app .list-session-details-list {
  margin-bottom: 0px;
}
#app .list-session-details-list > li {
  vertical-align: top;
}
#app .list-session-details-list-tariff-description {
  font-size: 14px;
}
#app .list-session-item-info {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  background: #dfdfdf;
}
#app .list-session-item-info.is-current {
  display: block;
}
#app .list-session-item-info .item-info-header {
  padding: 15px;
}
#app .list-session-item-info .item-info-title {
  font-family: 'KarbonWeb-Medium';
  text-transform: uppercase;
}
#app .list-session-item-info .item-info-list {
  margin-bottom: 0px;
}
#app .list-session-item-info .item-info-body {
  padding: 0px 15px 15px 15px;
}
#app .list-session-item-info .item-info-body:after {
  content: '';
  display: block;
  clear: both;
}
#app .list-session-item-info .item-info-buttons {
  float: right;
  width: 130px;
  margin: 0px;
}
#app .list-session-item-info .item-info-buttons li {
  margin-bottom: 6px;
}
#app .list-session-item-info .item-info-buttons li:last-child {
  margin-bottom: 0px;
}
#app .list-session-item-info .item-info-line {
  margin: 0px;
}
#app .list-session-item-info .item-info-line li {
  background: #ffffff;
  color: #9a9899;
  line-height: 40px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#app .list-session-item-info .item-info-line li.item-info-line-time {
  border-radius: 4px 0px 0px 4px;
  font-family: 'KarbonWeb-Medium';
  color: #000000;
  padding-left: 20px;
}
#app .list-session-item-info .item-info-line li.item-info-line-amount {
  padding-right: 30px;
  background: url('/images/icons/visa.svg') right center no-repeat #ffffff;
  background-size: auto 24px;
}
#app .list-session-item-info .item-info-line li.item-info-user {
  border-radius: 0px 4px 4px 0px;
  margin-right: 10px;
  padding-left: 43px;
  padding-right: 20px;
  position: relative;
}
#app .list-session-item-info .item-info-line li.item-info-user .item-info-user-image {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: center center no-repeat #f4f4f5;
  background-size: cover;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -9px;
}
#app .list-session-item-info .item-info-line li.item-info-line-button {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
}
#app .list-session-item-info .item-info-line li.item-info-line-button .btn-custom {
  padding-left: 10px;
  padding-right: 12px;
}
#app .list-session-item-info.is-status-running .status-closed-rel,
#app .list-session-item-info.is-status-running .status-error-rel {
  display: none;
}
#app .list-session-item-info.is-status-closed .status-running-rel,
#app .list-session-item-info.is-status-closed .status-error-rel {
  display: none;
}
#app .list-session-item-info.is-status-error .status-running-rel,
#app .list-session-item-info.is-status-error .status-closed-rel {
  display: none;
}
#app .list-session-item-info.list-session-item-info-new {
  background: #ffffff;
  border-top: 1px solid #f4f4f5;
}
#app .list-session-item-info.list-session-item-info-new .item-info-header {
  padding: 0px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-body {
  padding: 15px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line {
  margin: 0px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li {
  margin: 0px 0px 0px 10px;
  line-height: 20px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li:first-child {
  margin-left: 0px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li.item-info-line-button .btn-custom {
  padding: 8px 30px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li.item-info-line-button .btn-white {
  border-color: #9a9899;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li.item-info-line-button .btn-resend {
  padding: 8px 20px 8px 15px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li.item-info-line-button .btn-resend-icon {
  margin-right: 8px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li.item-info-line-button .btn-dots {
  padding: 8px 20px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line li.item-info-line-button .btn-dots-text {
  position: relative;
  top: -3px;
}
#app .list-session-item-info.list-session-item-info-new .item-info-line-small {
  font-size: 12px;
}
#app .item-edit-area {
  background: #ffffff;
  margin: 25px 0px;
  padding: 20px;
}
#app .item-edit-area.viewing .editing-rel {
  display: none;
}
#app .item-edit-area.editing .viewing-rel {
  display: none;
}
#app .item-edit-switch {
  color: #aeaeae;
  text-decoration: none;
}
#app .item-edit-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 36px;
}
#app .item-edit-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #9a9899;
}
#app .item-edit-buttons {
  text-align: right;
  margin: 0px -20px;
  padding: 20px 20px 0px 20px;
  border-top: 1px solid #f5f5f5;
}
#app .item-edit-buttons ul {
  margin: 0px;
}
#app .item-edit-buttons .btn-custom {
  padding: 8px 30px;
}
#app .item-edit-buttons .btn-white {
  border-color: #9a9899;
}
#app .map-container {
  position: relative;
}
#app .map-container .menu {
  position: absolute;
  top: 14px;
  right: 10px;
  padding: 5px 8px;
  z-index: 1;
  background: #ffffff;
  color: #666;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
}
#app .map-container .menu:hover {
  color: #333;
}
#app .map-container .tools {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 1;
  background: #ffffff;
  box-shadow: -5px 0 10px 0 #000000;
  width: 240px;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
}
#app .map-container .tools .tools-block {
  margin: 10px 0px;
}
#app .map-container .tools .tools-block:first-child {
  margin-top: 0px;
}
#app .map-container .tools .tools-block:last-child {
  margin-bottom: 0px;
}
#app .map-container .tools .tools-block-title {
  font-weight: 700;
  font-family: 'KarbonWeb-Medium';
  margin-bottom: 10px;
}
#app .map-container .tools .font-icons {
  font-size: 20px;
}
#app .map-container .tools .disabled {
  color: #ccc;
}
#app .map-container.showing-tools {
  padding-right: 240px;
}
#app .map-container.showing-tools .tools {
  display: block;
}
#app .tools-always-visible-container .tools .tools-block {
  background: #ffffff;
  border-top: 1px solid #f4f4f5;
  padding: 10px 15px;
  color: #666;
}
#app .tools-always-visible-container .tools .tools-block:first-child {
  border-top: none;
}
#app .tools-always-visible-container .tools .tools-block .form-group:last-child {
  margin-bottom: 0px;
}
#app .tools-always-visible-container .tools .tools-block-title {
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#app .tools-always-visible-container .tools .font-icons {
  font-size: 20px;
}
#app .tools-always-visible-container .tools .switchery {
  background-color: #666 !important;
  border-color: #666 !important;
  box-shadow: #666 0px 0px 0px 11px inset !important;
}
#app .tools-always-visible-container .tools input:checked + .switchery {
  background-color: #7ab51d !important;
  border-color: #7ab51d !important;
  box-shadow: #7ab51d 0px 0px 0px 11px inset !important;
}
#app .tools-always-visible-container .tools .disabled {
  color: #ccc;
}
#app .tools-always-visible-container .tools .disabled .switchery {
  background-color: #fff !important;
  border-color: #dfdfdf !important;
  box-shadow: #dfdfdf 0px 0px 0px 11px inset !important;
}
#app .organizations-table > thead > tr > th {
  border-bottom: none;
}
#app .organizations-table > tbody > tr > td {
  vertical-align: middle;
}
#app .organizations-table-logo {
  display: inline-block;
  width: 130px;
  height: 50px;
  background: center center no-repeat;
  background-size: contain;
}
#app .form-control.has-light-placeholder::-webkit-input-placeholder {
  color: #9a9899;
}
#app .form-control.has-light-placeholder:-moz-placeholder {
  color: #9a9899;
}
#app .form-control.has-light-placeholder::-moz-placeholder {
  color: #9a9899;
}
#app .form-control.has-light-placeholder:-ms-input-placeholder {
  color: #9a9899;
}
#app .form-control.has-light-placeholder::-ms-input-placeholder {
  color: #9a9899;
}
#app .sessions-pill {
  border-top: 1px solid #f4f4f5;
  color: #9a9899;
  line-height: 20px;
  font-size: 14px;
}
#app .sessions-pill .sessions-pill-top {
  padding: 10px 15px;
  cursor: pointer;
}
#app .sessions-pill .sessions-pill-bottom {
  display: none;
  background: #dfdfdf;
  padding: 10px 15px;
  color: #000000;
}
#app .sessions-pill .sessions-duration {
  font-family: 'KarbonWeb-Medium';
  color: #000000;
}
#app .sessions-pill .sessions-station {
  padding-right: 0px;
}
#app .sessions-pill .sessions-station-icon {
  font-size: 16px;
  float: left;
  margin-right: 5px;
}
#app .sessions-pill .sessions-price {
  float: right;
  font-family: 'KarbonWeb-Medium';
  color: #000000;
}
#app .sessions-pill .session-point-id-value a {
  color: #000000;
  font-weight: 700;
}
#app .sessions-pill.is-linkable {
  cursor: pointer;
}
#app .sessions-pill.is-open .sessions-pill-bottom {
  display: block;
}
#app .sessions-pill .sessions-charging-type-icon {
  font-size: 20px;
}
#app-body {
  position: relative;
  padding-top: 44px;
  height: 100%;
}
#app-body .container {
  max-width: 100%;
}
#app-body.no-sidebar {
  padding-top: 40px;
}
#app-body.no-sidebar #app {
  min-width: 0px;
  padding-left: 0px;
}
#app-body.no-sidebar #app .app-sidebar {
  display: none;
}
#app-body.no-sidebar #app-account {
  max-width: 100%;
}
#app-overview {
  position: relative;
}
#app-overview .map-search-input {
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  max-width: 50%;
  font-weight: bold;
  color: #333;
  border: none;
  border-radius: 2px;
  box-shadow: none;
}
#app-overview .summary {
  margin-bottom: 20px;
  padding: 15px;
}
#app-overview .summary-chart {
  text-align: center;
}
#app-overview .summary-intro {
  padding: 0px 50px 30px 50px;
  text-align: center;
}
#app-overview .summary-reference ul {
  margin-bottom: 0px;
}
#app-overview .summary-reference li {
  margin-top: 5px;
}
#app-overview .summary-reference-icon {
  padding-right: 5px;
}
#app-overview .summary-reference-icon i {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#app-overview .summary-reference-icon.in_use {
  color: #ffb92d;
}
#app-overview .summary-reference-icon.offline {
  color: #9a9899;
}
#app-overview .summary-reference-icon.available {
  color: #04797c;
}
#app-overview .summary-reference-icon.error {
  color: #d0011b;
}
#app-overview .summary-reference-text {
  font-family: 'KarbonWeb-Medium';
  opacity: 0.9;
  text-transform: uppercase;
}
#app-overview .summary-reference-count {
  opacity: 0.54;
}
#app-overview .summary-reference-item a {
  color: #000000;
}
#app-overview .incidences {
  margin-bottom: 20px;
}
#app-overview .incidences-title {
  padding: 10px 15px;
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
}
#app-overview .incidences-item {
  display: block;
  border-top: 1px solid #f4f4f5;
  color: #9a9899;
  line-height: 20px;
  font-size: 14px;
}
#app-overview .incidences-item.is-open .incidences-top {
  border-color: #9a9899;
}
#app-overview .incidences-item.is-open.type-unknown .incidences-top {
  border-color: #d0011b;
}
#app-overview .incidences-top {
  cursor: pointer;
  padding: 10px 15px 10px 11px;
  border-left: 4px solid transparent;
}
#app-overview .incidences-bottom {
  display: none;
}
#app-overview .incidences-type {
  font-family: 'KarbonWeb-Medium';
  color: #000000;
  text-transform: lowercase;
}
#app-overview .incidences-station {
  padding-right: 0px;
}
#app-overview .incidences-station-icon {
  font-size: 20px;
  float: left;
  margin-right: 5px;
}
#app-overview .incidences-station-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#app-overview .incidences-options {
  padding: 15px 10px;
  background: #c5c5c5;
  background: -webkit-radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
  background: -o-radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
  background: -moz-radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
  background: radial-gradient(#dfdfdf 20%, #d8d8d8 80%);
}
#app-overview .incidences-options .btn-request-service .btn-icon {
  left: -5px;
}
#app-overview .incidences-options .btn-view-details {
  padding-right: 2px;
}
#app-overview .incidences-options .btn-view-details .btn-icon {
  left: -5px;
}
#app-overview .incidences-options-left {
  padding-right: 5px;
}
#app-overview .incidences-options-right {
  padding-left: 5px;
}
#app-overview .incidences-evseid {
  font-family: 'KarbonWeb-Medium';
  color: #000000;
}
#app-overview .sessions-title {
  padding: 10px 15px;
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
}
#app-overview .today-news {
  padding-bottom: 20px;
}
#app-overview .today-news-title {
  padding: 10px 15px;
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#app-overview .today-news-item {
  margin-bottom: 20px;
  padding-left: 80px;
  min-height: 50px;
  background: 15px 0px no-repeat transparent;
  background-size: 50px 50px;
}
#app-overview .today-news-item.is-users {
  background-image: url('/images/icons/users.svg');
}
#app-overview .today-news-item.is-charge-points {
  background-image: url('/images/icons/charge-point.svg');
}
#app-overview .today-news-item.is-problems-outages {
  background-image: url('/images/icons/problems-outages.svg');
}
#app-overview .today-news-label {
  font-family: 'KarbonWeb-Medium';
  font-size: 14px;
  color: #9a9899;
  padding-top: 4px;
}
#app-overview .today-news-value {
  font-family: 'KarbonWeb-Medium';
  font-size: 32px;
  line-height: 28px;
}
#app-overview .today-log {
  border-top: 1px solid #f4f4f5;
}
#app-overview .today-log-item {
  font-size: 14px;
  border-bottom: 1px solid #f4f4f5;
  padding: 10px 15px 15px 42px;
  background: 15px 10px no-repeat transparent;
  background-size: 16px 16px;
}
#app-overview .today-log-item.is-check {
  background-image: url('/images/icons/check-blue.svg');
}
#app-overview .today-log-item.is-error {
  background-image: url('/images/icons/alert-red.svg');
}
#app-overview .today-log-item.is-user {
  background-image: url('/images/icons/user-yellow.svg');
}
#app-overview .today-log-item.is-key {
  background-image: url('/images/icons/key-blue.svg');
}
#app-overview .today-log-item.is-card-error {
  background-image: url('/images/icons/card-error.svg');
}
#app-overview .today-log-time {
  float: right;
  margin-left: 10px;
  font-size: 12px;
  color: #9a9899;
}
#app-overview .today-log-title {
  font-family: 'KarbonWeb-Medium';
}
#app-overview .today-log-details {
  color: #9a9899;
  padding-top: 5px;
}
#app-overview .today-chart-graph {
  height: 200px;
}
#app-overview .today-chart-table {
  width: 100%;
}
#app-overview .today-chart-details {
  padding: 20px;
  text-align: center;
}
#app-overview .today-chart-value {
  font-family: 'KarbonWeb-Medium';
  font-size: 20px;
}
#app-overview .today-chart-label {
  font-family: 'KarbonWeb-Light';
  font-size: 13px;
  color: #9a9899;
}
#app-overview .today-chart-circle {
  font-size: 6px;
  position: relative;
  top: -2px;
  margin-right: 1px;
}
.error-page-inner {
  padding-top: 20%;
  text-align: center;
}
#app-infrastructure .members-groups-btn-new {
  padding: 8px 20px;
  position: relative;
  top: -2px;
}
#app-infrastructure h1 {
  margin: 0px 0px 40px 0px;
  font-size: 36px;
  font-family: 'KarbonWeb-Medium';
  font-weight: normal;
}
#app-infrastructure .title-submenu-link {
  color: #9a9899;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  top: -3px;
}
#app-infrastructure .title-submenu-link a {
  color: #9a9899;
  text-decoration: underline;
}
#app-infrastructure .list-column {
  width: 50%;
  min-width: 750px;
  max-width: 1000px;
  position: relative;
}
#app-infrastructure .list-column-no-map {
  min-width: 100%;
  position: relative;
}
#app-infrastructure .list-header {
  margin-bottom: 10px;
}
#app-infrastructure .list-header:after {
  content: '';
  display: block;
  clear: both;
}
#app-infrastructure .list-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}
#app-infrastructure .list-title-link {
  color: #000000;
  text-decoration: none;
}
#app-infrastructure .list-title-count {
  color: #9a9899;
}
#app-infrastructure .list-title-icon {
  color: #9a9899;
  margin-right: 5px;
}
#app-infrastructure .stations-tabs {
  margin-bottom: 15px;
}
#app-infrastructure .stations-tabs .list-custom {
  margin-top: 10px;
}
#app-infrastructure .dataTables_filter,
#app-infrastructure .dataTables_info,
#app-infrastructure .dataTables_length {
  display: none;
}
#app-infrastructure table.charging-points-table tbody tr {
  background-color: #f5f5f5;
}
#app-infrastructure table.list-table {
  width: 100%;
}
#app-infrastructure table.list-table tbody tr td {
  border-top: 1px solid #f5f5f5;
  background: #fff;
}
#app-infrastructure table.list-table tbody tr td:first-child {
  position: relative;
  padding-left: 22px;
}
#app-infrastructure table.list-table tbody tr td:last-child {
  padding-right: 15px;
}
#app-infrastructure table.list-table tbody tr.is-closed .is-open-rel {
  display: none;
}
#app-infrastructure table.list-table tbody tr.is-open .is-closed-rel {
  display: none;
}
#app-infrastructure table.list-table tbody tr.is-open .is-open-black {
  color: #000;
}
#app-infrastructure table.list-table tbody tr.is-open .left-border {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 6px;
  display: block;
}
#app-infrastructure table.list-table tbody tr.is-open td {
  border-bottom: 30px solid #dfdfdf;
}
#app-infrastructure .charging-points-table td {
  padding: 0px;
}
#app-infrastructure .charging-points-table td a {
  color: #000;
  padding: 10px 0px 10px 15px;
  text-decoration: none;
}
#app-infrastructure .charging-points-table td a.no-left-pad {
  padding-left: 0px;
}
#app-infrastructure .station-label-name a {
  font-size: 14px;
  display: initial;
}
#app-infrastructure .station-label-name a:hover {
  text-decoration: underline;
}
#app-infrastructure .session-id-link {
  color: #000;
}
#app-infrastructure #checkAll {
  margin-right: 9px;
}
#app-infrastructure .charging-points-table td:not(.station-label-name) a {
  display: block;
}
#app-infrastructure .station-status-icon {
  font-size: 7px;
  line-height: 10px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -5px;
}
#app-infrastructure .station-serial {
  color: #9a9899;
}
#app-infrastructure .station-model {
  padding-left: 28px;
  position: relative;
}
#app-infrastructure .station-model-name {
  min-width: 100px;
}
#app-infrastructure .station-model-type {
  color: #9a9899;
}
#app-infrastructure .station-model-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  color: #9a9899;
  font-size: 18px;
}
#app-infrastructure .station-info-arrow {
  color: #9a9899;
  font-size: 24px;
}
#app-infrastructure .station-info-arrow:hover {
  color: #000000;
}
#app-infrastructure .station-item-info {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
#app-infrastructure .station-item-info.is-current {
  display: block;
}
#app-infrastructure .station-item-info-title {
  padding: 15px 15px 0px 15px;
  font-family: 'KarbonWeb-Medium';
  text-transform: uppercase;
}
#app-infrastructure .station-item-info-title.detail-page {
  padding-left: 0px;
}
#app-infrastructure .station-item-info-body {
  padding: 0px 15px 15px 15px;
}
#app-infrastructure .station-item-info-body:after {
  content: '';
  display: block;
  clear: both;
}
#app-infrastructure .station-item-info-buttons {
  float: right;
  width: 130px;
  margin: 0px;
}
#app-infrastructure .station-item-info-buttons li {
  margin-bottom: 6px;
}
#app-infrastructure .station-item-info-buttons li:last-child {
  margin-bottom: 0px;
}
#app-infrastructure .station-item-info-line {
  margin: 0px;
}
#app-infrastructure .station-item-info-line li {
  background: #ffffff;
  color: #9a9899;
  line-height: 40px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#app-infrastructure .station-item-info-line li.station-item-info-line-time {
  border-radius: 4px 0px 0px 4px;
  font-family: 'KarbonWeb-Medium';
  color: #000000;
  padding-left: 20px;
}
#app-infrastructure .station-item-info-line li.station-item-info-line-amount {
  padding-right: 30px;
  background: url('/images/icons/visa.svg') right center no-repeat #ffffff;
  background-size: auto 24px;
}
#app-infrastructure .station-item-info-line li.station-item-info-user {
  border-radius: 0px 4px 4px 0px;
  margin-right: 10px;
  padding-left: 43px;
  padding-right: 20px;
  position: relative;
}
#app-infrastructure .station-item-info-line li.station-item-info-user .station-item-info-user-image {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: center center no-repeat #f4f4f5;
  background-size: cover;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -9px;
}
#app-infrastructure .station-item-info-line li.station-item-info-line-button {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
}
#app-infrastructure .station-item-info-line li.station-item-info-line-button .btn-custom {
  padding-left: 10px;
  padding-right: 12px;
}
#app-infrastructure .station-item-info-left-border {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 100%;
  width: 6px;
  display: block;
}
#app-infrastructure .station-item-info-new ul {
  margin: 15px 0px 0px 0px;
}
#app-infrastructure .station-item-info-new .station-item-info-title {
  font-size: 14px;
  color: #9a9899;
}
#app-infrastructure .station-item-info-new .station-item-info-line-session {
  color: #9a9899;
  font-size: 14px;
}
#app-infrastructure .station-item-info-new .station-item-info-line-session-black {
  color: #000000;
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure .station-item-info-new .station-item-info-line-amount {
  padding-right: 30px;
  background: url('/images/icons/visa.svg') right center no-repeat #ffffff;
  background-size: auto 24px;
}
#app-infrastructure .station-item-info-new .btn-custom {
  padding: 8px 30px;
}
#app-infrastructure .station-item-info-new .btn-white {
  border-color: #9a9899;
}
#app-infrastructure .station-item-info-new .btn-dots {
  padding: 8px 20px;
}
#app-infrastructure .station-item-info-new .btn-dots-text {
  position: relative;
  top: -3px;
}
#app-infrastructure .station-item-info-new .btn-icon {
  padding: 8px 20px 8px 15px;
}
#app-infrastructure .station-item-info-new .btn-icon-icon {
  margin-right: 8px;
}
#app-infrastructure .charge-point-details-panel {
  margin-bottom: 20px;
}
#app-infrastructure .details-info {
  background: #ffffff;
  padding: 20px 15px;
  margin: 20px 0px;
}
#app-infrastructure .details-info-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 28px;
  margin-bottom: 10px;
}
#app-infrastructure .details-info-summary {
  max-width: 675px;
  padding: 10px 15px;
}
#app-infrastructure .details-info-summary-item {
  margin-top: 20px;
}
#app-infrastructure .details-info-summary-item.mt-0 {
  margin-top: 0px;
}
#app-infrastructure .details-info-summary-item-label {
  text-transform: uppercase;
  color: #9a9899;
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure .details-info-summary-item-status {
  font-size: 8px;
  position: relative;
  top: -2px;
}
#app-infrastructure .details-info-summary-icon {
  color: #9a9899;
}
#app-infrastructure .details-info-summary-icon.fs-18 {
  font-size: 18px;
}
#app-infrastructure .details-info-summary-icon.fs-20 {
  font-size: 20px;
}
#app-infrastructure .details-option {
  margin: 0px 0px 20px 0px;
}
#app-infrastructure .details-option .btn-custom {
  padding-left: 10px;
  padding-right: 12px;
}
#app-infrastructure .details-option .btn-remote-control {
  padding-left: 15px;
}
#app-infrastructure .details-option .btn-remote-control .btn-icon {
  margin-right: 3px;
}
#app-infrastructure .details-option-status {
  float: left;
  font-style: italic;
  color: #9a9899;
  font-size: 14px;
  line-height: 40px;
}
#app-infrastructure .details-tabs {
  background: #ffffff;
}
#app-infrastructure .details-tabs-nav {
  border-bottom: 1px solid #9a9899;
}
#app-infrastructure .details-tabs-nav > li {
  margin-bottom: 0px;
  margin-left: 10px;
}
#app-infrastructure .details-tabs-nav > li > a {
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  border: none;
  border-bottom: 5px solid transparent;
  border-radius: 0px;
  padding: 10px 15px 5px 15px;
}
#app-infrastructure .details-tabs-nav > li > a:hover {
  background: transparent;
  color: #000000;
}
#app-infrastructure .details-tabs-nav > li:first-child {
  margin-left: 0px;
}
#app-infrastructure .details-tabs-nav > li.active > a,
#app-infrastructure .details-tabs-nav > li.active > a:hover,
#app-infrastructure .details-tabs-nav > li.active > a:focus {
  background: transparent;
  color: #000000;
  border-color: #7ab51d;
}
#app-infrastructure .datepicker-value-input {
  border: none;
  background-color: #f4f4f5;
  font-weight: 400;
  text-align: center;
  max-width: 115px;
  border-radius: 4px;
}
#app-infrastructure .details-tabs-content {
  padding: 10px 5px;
}
#app-infrastructure .details-tabs-content .period {
  margin-bottom: 20px;
}
#app-infrastructure .details-tabs-content .period ul {
  margin: 0px;
}
#app-infrastructure .details-tabs-content .period li {
  padding: 0px;
  margin: 0px;
}
#app-infrastructure .details-tabs-content .period li.mr-5 {
  margin-right: 5px;
}
#app-infrastructure .details-tabs-content .period .period-trigger {
  text-decoration: none;
  border-radius: 20px;
  padding: 2px 8px;
}
#app-infrastructure .details-tabs-content .period .period-trigger:hover {
  color: #000000;
}
#app-infrastructure .details-tabs-content .period .period-trigger.active {
  background: #f4f4f5;
}
#app-infrastructure .details-tabs-content .period .calendar-trigger {
  color: #000000;
  padding: 2px 0px 2px 8px;
  display: inline-block;
  text-decoration: none;
}
#app-infrastructure .details-tabs-content .period-stats {
  padding: 0px 10px;
}
#app-infrastructure .details-tabs-content .period-stats .alert {
  margin-bottom: 10px;
}
#app-infrastructure .details-tabs-content .chart-line-area {
  text-align: center;
  padding-bottom: 20px;
}
#app-infrastructure .details-tabs-content .chart-line-area:not(.no-bottom-border) {
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f5;
}
#app-infrastructure .details-tabs-content .chart-line-block {
  height: 110px;
  position: relative;
  margin-bottom: 5px;
}
#app-infrastructure .details-tabs-content .chart-line-item {
  position: absolute;
  border-radius: 8px;
  margin-left: 4px;
  min-height: 15%;
  bottom: 0px;
  width: 16px;
  left: 50%;
}
#app-infrastructure .details-tabs-content .chart-line-item:first-child {
  margin-left: -20px;
}
#app-infrastructure .details-tabs-content .chart-line-item.gradient-gray:after {
  font-family: FontAwesome;
  content: "\F05E";
  position: absolute;
  bottom: 3px;
  font-size: 10px;
  color: #d8d8d8;
  margin-left: -5px;
}
#app-infrastructure .details-tabs-content .chart-line-value {
  font-family: 'KarbonWeb-Medium';
  font-size: 28px;
}
#app-infrastructure .details-tabs-content .chart-line-label {
  font-size: 13px;
  color: #9a9899;
}
#app-infrastructure .details-tabs-content .usage-charts {
  max-width: 800px;
}
#app-infrastructure .details-tabs-content .usage-charts:after {
  content: '';
  display: block;
  clear: both;
}
#app-infrastructure .details-tabs-content .usage-charts-title {
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#app-infrastructure .details-tabs-content .usage-charts-area {
  position: relative;
  min-height: 200px;
  padding-left: 215px;
}
#app-infrastructure .details-tabs-content .usage-charts-area.no-usage-charts-graph {
  min-height: 0px;
  padding-left: 0px;
}
#app-infrastructure .details-tabs-content .usage-charts-area.no-usage-charts-graph .usage-charts-graph {
  display: none;
}
#app-infrastructure .details-tabs-content .usage-charts-graph {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
}
#app-infrastructure .details-tabs-content .usage-charts-graph-legend {
  position: absolute;
  left: 32px;
  top: 75px;
  width: 135px;
  text-align: center;
}
#app-infrastructure .details-tabs-content .usage-charts-graph-legend-usage {
  font-family: 'KarbonWeb-Medium';
  font-size: 28px;
}
#app-infrastructure .details-tabs-content .usage-charts-graph-legend-empty {
  font-size: 13px;
  color: #9a9899;
  margin-bottom: 15px;
}
#app-infrastructure .details-tabs-content .usage-charts-graph-legend-empty .fa {
  font-size: 8px;
  position: relative;
  top: -1px;
}
#app-infrastructure .details-tabs-content .usage-charts-graph-legend-label {
  font-size: 14px;
  color: #9a9899;
}
#app-infrastructure .details-tabs-content .usage-charts-data {
  border-bottom: 1px solid #f4f4f5;
  padding-bottom: 15px;
}
#app-infrastructure .details-tabs-content .usage-charts-data ul {
  margin: 0px;
  display: table;
  width: 100%;
}
#app-infrastructure .details-tabs-content .usage-charts-data li {
  display: table-cell;
}
#app-infrastructure .details-tabs-content .usage-charts-data-value {
  font-family: 'KarbonWeb-Medium';
  font-size: 24px;
  white-space: nowrap;
}
#app-infrastructure .details-tabs-content .usage-charts-data-value i {
  font-style: normal;
  font-family: 'KarbonWeb-Regular';
}
#app-infrastructure .details-tabs-content .usage-charts-data-value.is-unique-customers {
  padding-right: 10px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-value-small {
  font-size: 14px;
  line-height: 14px;
  white-space: normal;
}
#app-infrastructure .details-tabs-content .usage-charts-data-label {
  font-size: 12px;
  line-height: 12px;
  color: #9a9899;
  padding-top: 10px;
  padding-bottom: 20px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-paymethod {
  height: 24px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-customers {
  padding: 30px 0px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-customers td {
  vertical-align: top;
}
#app-infrastructure .details-tabs-content .usage-charts-data-customers-value {
  font-family: 'KarbonWeb-Medium';
  font-size: 28px;
  padding-right: 12px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-customers-label {
  padding-bottom: 5px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-customers-text {
  font-size: 14px;
  color: #9a9899;
  max-width: 155px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-customers-text-bold {
  font-family: 'KarbonWeb-Medium';
  color: #000000;
}
#app-infrastructure .details-tabs-content .usage-charts-data-chart {
  float: right;
  max-width: 100%;
  width: 280px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-chart-image {
  width: 100%;
  height: 90px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-chart-text {
  font-size: 12px;
  color: #f4f4f5;
  font-family: 'KarbonWeb-Light';
  margin: 0px;
  padding: 0px;
}
#app-infrastructure .details-tabs-content .usage-charts-data-chart-text li {
  width: 20%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#app-infrastructure .details-tabs-content .usage-charts-data-chart-text li:first-child {
  text-align: left;
}
#app-infrastructure .details-tabs-content .usage-charts-data-chart-text li:last-child {
  text-align: right;
}
#app-infrastructure .details-header {
  height: 220px;
  background: center center no-repeat;
  background-size: cover;
}
#app-infrastructure .details-map {
  height: 400px;
}
#app-infrastructure .details-log {
  background: #ffffff;
}
#app-infrastructure .details-log-title-box {
  padding: 20px 15px 15px 15px;
  margin: 0;
}
#app-infrastructure .details-log-title {
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
}
#app-infrastructure .details-log-filter {
  margin: 0px;
  border-bottom: 1px solid #f4f4f5;
  padding: 0px;
}
#app-infrastructure .details-log-filter-item {
  color: #9a9899;
  border-bottom: 3px solid transparent;
  padding: 0px 10px 5px 10px;
  cursor: pointer;
}
#app-infrastructure .details-log-filter-item.active {
  border-bottom-color: #7ab51d;
  cursor: default;
}
#app-infrastructure .details-log-filter-item.active .details-log-filter-item-label {
  color: #000000;
}
#app-infrastructure .details-log-filter-item:first-child {
  margin-left: 15px;
}
#app-infrastructure .details-log-filter-item-label {
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure .details-log-table {
  border-bottom: 1px solid #f4f4f5;
}
#app-infrastructure .details-log-line {
  font-family: 'KarbonWeb-Regular';
}
#app-infrastructure .details-log-line td {
  border-top: 1px solid #f4f4f5;
}
#app-infrastructure .details-log-status {
  font-size: 10px;
  color: #04797c;
}
#app-infrastructure .details-log-status.is-error {
  color: #d0011b;
}
#app-infrastructure .details-log-status-error {
  color: #d0011b;
}
#app-infrastructure .details-log-status-started {
  color: #ffb92d;
}
#app-infrastructure .details-log-date {
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure .details-log-start-end {
  font-family: 'KarbonWeb-Light';
  color: #9a9899;
  white-space: nowrap;
}
#app-infrastructure .details-log-duration {
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure .details-log-user-image {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: center center no-repeat #f4f4f5;
  background-size: cover;
  float: left;
  margin-right: 7px;
}
#app-infrastructure .tariff-block-list {
  margin: 0px;
}
#app-infrastructure .tariff-block-list > li {
  margin-bottom: 10px;
}
#app-infrastructure .tariff-block {
  background: #ffffff;
  padding: 20px;
  font-size: 14px;
}
#app-infrastructure .tariff-block.viewing .editing-rel {
  display: none;
}
#app-infrastructure .tariff-block.editing .viewing-rel {
  display: none;
}
#app-infrastructure .tariff-block-switch {
  color: #aeaeae;
  text-decoration: none;
}
#app-infrastructure .tariff-block-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 22px;
  padding-bottom: 15px;
}
#app-infrastructure .tariff-block-subtitle {
  font-family: 'KarbonWeb-Medium';
  padding-bottom: 10px;
  text-transform: uppercase;
}
#app-infrastructure .tariff-block-type {
  padding-top: 8px;
  color: #9a9899;
}
#app-infrastructure .tariff-block-status {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
#app-infrastructure .tariff-block-status-icon {
  font-size: 7px;
  line-height: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
}
#app-infrastructure .tariff-block-status-enabled .tariff-block-status-icon {
  color: #7ab51d;
}
#app-infrastructure .tariff-block-status-disabled .tariff-block-status-icon {
  color: #9a9899;
}
#app-infrastructure .tariff-block-group {
  color: #9a9899;
}
#app-infrastructure .tariff-block-group-text {
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure .tariff-block-summary-title {
  text-transform: uppercase;
  color: #9a9899;
  font-family: 'KarbonWeb-Medium';
  margin-bottom: 6px;
}
#app-infrastructure .tariff-block-summary-text {
  color: #9a9899;
}
#app-infrastructure .tariff-block-label {
  text-transform: uppercase;
  color: #9a9899;
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure .tariff-block-row {
  margin-left: -5px;
  margin-right: -5px;
}
#app-infrastructure .tariff-block-col {
  padding-left: 5px;
  padding-right: 5px;
}
#app-infrastructure .tariff-block-col-20 {
  width: 20%;
}
#app-infrastructure .tariff-block-col-30 {
  width: 30%;
}
#app-infrastructure .tariff-block-col-60 {
  width: 60%;
}
#app-infrastructure .tariff-block-buttons {
  text-align: right;
  margin: 20px -20px 0px -20px;
  padding: 20px 20px 0px 20px;
  border-top: 1px solid #f5f5f5;
}
#app-infrastructure .tariff-block-buttons ul {
  margin: 0px;
}
#app-infrastructure .tariff-block-buttons .btn-custom {
  padding: 8px 30px;
}
#app-infrastructure .tariff-block-buttons .btn-white {
  border-color: #9a9899;
}
#app-infrastructure .tariff-block-buttons .btn-dots {
  padding: 8px 20px;
}
#app-infrastructure .tariff-block-buttons .btn-dots-text {
  position: relative;
  top: -3px;
}
#app-infrastructure .tariff-edit-area {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
#app-infrastructure .tariff-edit-area .tariff-edit-row {
  margin-left: -5px;
  margin-right: -5px;
}
#app-infrastructure .tariff-edit-area .tariff-edit-col {
  padding-left: 5px;
  padding-right: 5px;
}
#app-infrastructure .tariff-edit-area .row {
  margin-left: -5px;
  margin-right: -5px;
}
#app-infrastructure .tariff-edit-area .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
}
#app-infrastructure .tariff-edit-area .form-control {
  font-weight: bolder;
  border-radius: 5px;
  border-color: #000000;
  box-shadow: none;
  font-size: 14px;
  padding: 0px 6px;
  height: 26px;
}
#app-infrastructure .tariff-edit-area select.form-control {
  padding: 0px 2px;
}
#app-infrastructure .tariff-edit-area .input-group .form-control {
  border-radius: 2px 0px 0px 2px;
  border-right: none;
}
#app-infrastructure .tariff-edit-area .input-group-addon {
  font-size: 14px;
  padding: 0px 6px;
  border-radius: 0px 2px 2px 0px;
  border-color: #9a9899;
  border-left: none;
  background: #ffffff;
}
#app-infrastructure .tariff-edit-area label.error {
  font-size: 12.8px;
  color: #d0011b;
  margin-top: 3px;
  line-height: 1em;
}
#app-infrastructure .tariff-edit-area .select2-selection {
  border: 1px solid #9a9899;
  border-radius: 2px;
  min-height: 26px;
}
#app-infrastructure .tariff-edit-area .select2-selection > ul {
  padding: 0px 3px;
}
#app-infrastructure .tariff-edit-area .select2-selection > ul > li {
  border-radius: 2px;
  margin: 3px 3px 0px 0px;
}
#app-infrastructure .tariff-edit-area .select2-selection > ul input[type="search"] {
  margin-top: 0px;
}
#app-infrastructure .tariff-edit-area .select2-results {
  font-size: 14px;
}
#app-infrastructure .tariff-edit-area .btn-add-delete-component {
  color: #aeaeae;
  text-decoration: none;
}
#app-infrastructure .tariff-edit-area .btn-add-delete-component:hover {
  opacity: 1;
}
#app-infrastructure .tariff-edit-area .tariff-edit-buttons {
  text-align: right;
  padding-top: 20px;
}
#app-infrastructure .tariff-edit-area .tariff-edit-buttons .list-inline {
  margin: 0px -5px;
}
#app-infrastructure .tariff-edit-area .tariff-edit-buttons .btn {
  padding: 8px 30px;
}
#app-infrastructure .tariff-edit-area .btn-white {
  border-color: #9a9899;
}
#app-infrastructure .tariff-edit-area .btn-custom {
  padding: 8px 30px;
}
#app-infrastructure .tariff-edit-area-inner {
  max-width: 750px;
  position: relative;
}
#app-infrastructure .tariff-edit-group {
  margin-bottom: 30px;
  color: #9a9899;
  font-size: 14px;
}
#app-infrastructure .tariff-edit-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 14px;
  color: #9a9899;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#app-infrastructure .tariff-edit-title:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 10px;
  margin-right: 4px;
}
#app-infrastructure .tariff-edit-info {
  color: #aeaeae;
  text-decoration: none;
}
#app-infrastructure .tariff-edit-label {
  text-transform: uppercase;
  color: #9a9899;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0px;
}
#app-infrastructure .tariff-edit-status {
  color: #000000;
  padding: 6px 0px 0px 2px;
}
#app-infrastructure .tariff-edit-publish {
  text-align: right;
}
#app-infrastructure .tariff-edit-prices-tabs {
  counter-reset: pricetabs;
  font-size: 14px;
  color: #9a9899;
}
#app-infrastructure .tariff-edit-prices-tabs .details-tabs-nav > li {
  margin-left: 2px;
}
#app-infrastructure .tariff-edit-prices-tabs .details-tabs-nav > li:first-child {
  margin-left: 0px;
}
#app-infrastructure .tariff-edit-prices-tabs .details-tabs-nav > li > a {
  border-bottom-width: 2px;
  padding: 2px 5px;
}
#app-infrastructure .tariff-edit-prices-tabs .details-tabs-nav > li > a::after {
  counter-increment: pricetabs;
  content: " " counter(pricetabs);
}
#app-infrastructure .tariff-edit-prices-tabs .details-tabs-content {
  padding: 15px 0px;
}
#app-infrastructure .active-from-until-table {
  margin-bottom: 0px;
}
#app-infrastructure .active-from-until-table > tbody > tr > td {
  border-top: none;
  background: #f6f6f6;
}
#app-infrastructure .active-from-until-table > tbody > tr > td:first-child {
  background: #e4e4e4;
}
#app-infrastructure .icon-checkbox-options {
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 0px;
}
#app-infrastructure .icon-checkbox-options-icon {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}
#app-infrastructure.stations {
  /* https://jira.emobilitycloud.com/browse/WLBO-1185
		@media screen and (max-width: 1540px) {
			.chargepoints-map-area {
				max-width: 534px;
			}
		}
		*/
}
#app-infrastructure.stations .charge-point-details-panel {
  margin-bottom: 0px;
}
#app-infrastructure.stations .details-info-summary {
  max-width: none;
}
#app-infrastructure.stations .disabled {
  color: #ccc;
}
#app-infrastructure.stations #tab-details {
  position: relative;
}
#app-infrastructure.stations #tab-details .editing-button {
  position: absolute;
  right: 3px;
  top: -3px;
}
#app-infrastructure.stations #tab-details .details-technical {
  margin: 30px -20px 0 -20px;
  padding: 20px 20px 0px 20px;
  border-top: 20px solid #f4f4f5;
}
#app-infrastructure.stations #tab-details .details-technical-title {
  font-family: 'KarbonWeb-Medium';
}
#app-infrastructure.stations #tab-details .details-block {
  margin: 0px -20px;
  padding: 20px;
  border-bottom: 2px solid #f4f4f5;
}
#app-infrastructure.stations #tab-history-log {
  margin-bottom: -10px;
}
#app-infrastructure.stations #tab-history-log .details-log {
  margin: 0px -5px;
  padding: 20px;
  border-bottom: 2px solid #f4f4f5;
}
#app-infrastructure.stations #tab-history-log .details-log-body {
  margin: 25px -10px 0px -10px;
}
#app-infrastructure.stations .chargepoints-list-area {
  float: left;
  width: 50%;
  min-width: 750px;
  max-width: 90%;
  position: relative;
}
#app-account {
  padding: 30px 0px;
}
#app-account h1 {
  margin: 0px 0px 40px 0px;
  font-size: 36px;
  font-family: 'KarbonWeb-Medium';
  font-weight: normal;
}
#app-account .account-submenu {
  margin-bottom: 40px;
}
#app-account .account-area {
  padding: 30px;
  background: #ffffff;
  position: relative;
}
#app-account .account-area h2 {
  font-size: 30px;
  color: #000000;
  margin: 0px 0px 20px 0px;
}
#app-account .account-area h3 {
  font-family: 'KarbonWeb-Medium';
  font-size: 18px;
  color: #9a9899;
  margin: 20px 0px;
  text-transform: uppercase;
}
#app-account .account-title-area {
  margin-bottom: 60px;
}
#app-account .account-title-area h2 {
  margin: 0px;
  padding-top: 20px;
}
#app-account .account-title-image {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: center center no-repeat;
  background-size: cover;
  border: 1px solid #000000;
  margin-right: 15px;
}
#app-account .account-intro {
  color: #9a9899;
  margin-bottom: 35px;
}
#app-account .account-warning {
  background: #000000;
  color: #f4f4f5;
  padding: 30px 30px 30px 70px;
  margin-bottom: 40px;
  position: relative;
}
#app-account .account-warning:before {
  content: "\f071";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #7ab51d;
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -18px;
}
#app-account .account-success:before {
  content: "\f058";
}
#app-account .password-progress {
  height: 5px;
  border-radius: 0;
}
#app-account .phone-prefix-area {
  position: relative;
}
#app-account .phone-prefix-area .flag {
  position: relative;
  top: 2px;
}
#app-account .phone-prefix-area .select2-container {
  width: 100% !important;
}
#app-account .phone-prefix-area .select2-selection {
  border: 1px solid #d5d4d4;
  border-radius: 2px;
  background: #ffffff;
  height: 40px;
}
#app-account .phone-prefix-area .select2-selection__rendered {
  line-height: 40px;
  color: #555;
  font-weight: bold;
}
#app-account .phone-prefix-area .select2-selection__arrow {
  height: 38px;
  background: url('/images/select.png') center right no-repeat #ffffff;
}
#app-account .phone-prefix-area .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 6px 3px 0 3px;
  display: none;
}
#app-account .phone-prefix-area .select2-container--open .select2-selection__arrow {
  background-image: url('/images/select-hover.png');
}
#app-account .phone-prefix-area .select2-results {
  font-size: 16px;
}
#app-account label.has-warning > a {
  padding-right: 30px;
}
#app-account label.has-warning:after {
  content: "\f06a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #7ab51d;
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 8px;
}
#app-account .details-tabs {
  background: #ffffff;
}
#app-account .details-tabs-nav {
  border-bottom: none;
}
#app-account .details-tabs-nav > li {
  margin-bottom: 0px;
  margin-left: 10px;
}
#app-account .details-tabs-nav > li > a {
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  border: none;
  border-bottom: 5px solid transparent;
  border-radius: 0px;
  padding: 10px 15px 5px 15px;
}
#app-account .details-tabs-nav > li > a:hover {
  background: transparent;
  color: #000000;
}
#app-account .details-tabs-nav > li:first-child {
  margin-left: 0px;
}
#app-account .details-tabs-nav > li.active > a,
#app-account .details-tabs-nav > li.active > a:hover,
#app-account .details-tabs-nav > li.active > a:focus {
  background: transparent;
  color: #000000;
  border-color: #f4f4f5;
}
#app-account .revoke-token-container {
  margin-bottom: 20px;
}
#app-account .current-token-container {
  margin-top: 20px;
}
#app-account .token-item {
  margin: 50px 0;
}
#app-account .details-log {
  background: #ffffff;
}
#app-account .details-log-title {
  padding: 20px 15px 15px 15px;
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
}
#app-account .details-log-filter {
  margin: 0px;
  border-bottom: 1px solid #f4f4f5;
  padding: 0px;
}
#app-account .details-log-filter-item {
  color: #9a9899;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  padding: 0px 0px 10px 15px;
}
#app-account .details-log-filter-item.active {
  border-bottom-color: #7ab51d;
}
#app-account .details-log-filter-item.active .details-log-filter-item-label {
  color: #000000;
}
#app-account .details-log-filter-item-label {
  font-family: 'KarbonWeb-Medium';
}
#app-account .details-log-table {
  border-bottom: 1px solid #f4f4f5;
}
#app-account .details-log-line {
  font-family: 'KarbonWeb-Regular';
}
#app-account .details-log-line td {
  border-top: 1px solid #f4f4f5;
}
#app-account .list-header {
  margin-bottom: 10px;
}
#app-account .list-header:after {
  content: '';
  display: block;
  clear: both;
}
#app-account .list-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}
#app-account .list-title-link {
  color: #000000;
  text-decoration: none;
}
#app-account .list-title-count {
  color: #9a9899;
}
#app-account .list-title-icon {
  color: #9a9899;
  margin-right: 5px;
}
#app-account .list-filter {
  margin-right: -4px;
}
#app-account .list-filter-input,
#app-account .list-filter-button {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
#app-account .list-filter-input {
  height: 38px;
  padding-left: 40px;
  background: url('/images/icons/magnifier.svg') 10px center no-repeat #ffffff;
  background-size: 18px auto;
}
#app-account .list-filter-button {
  background-color: #ffffff;
  padding: 8px 10px 9px 10px;
  position: relative;
  top: -1px;
}
#app-account .list-filter-button img {
  height: 18px;
}
#app-account .list-filter-button:active,
#app-account .list-filter-button:focus {
  outline: none;
}
#app-account .rfid-table-header {
  font-weight: bold;
  border-bottom: 1px solid #f4f4f5;
  padding: 8px;
}
#app-account .rfid-table-row {
  border-top: 1px solid #f4f4f5;
  padding: 8px;
}
#app-account .rfid-number {
  padding-top: 6px;
}
#app-account .rfid-status-input {
  border-radius: 0px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: normal;
}
#app-account .rfid-status-input:hover,
#app-account .rfid-status-input:focus {
  border-color: #f4f4f5;
  background: #f4f4f5;
}
#app-account .rfid-status-header {
  padding-left: 7px;
}
#app-account .payment-method-title {
  text-transform: uppercase;
  margin-bottom: 50px;
  border-bottom: 3px solid #7ab51d;
  padding-bottom: 4px;
  display: inline-block;
}
#app-account .current-plan-dates th {
  padding: 8px 16px 8px 0px;
}
#app-account .current-plan-dates td {
  padding: 8px 0px;
}
#app-account .upcoming-plan-details {
  margin-top: 20px;
  padding: 12px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  color: #000000;
  text-align: center;
}
#app-account .empty-receipts-results-indicator {
  font-family: 'KarbonWeb-Regular';
  font-size: 16px;
  margin-left: -22px;
  margin-right: -15px;
}
#app-account .x-icon {
  margin: 1px 10px 0px -10px;
  position: absolute;
}
#app-account .x-icon-button-text {
  margin-left: 10px;
}
#app-account .app-account-menu-responsive {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}
#app-account .app-account-menu-responsive > button {
  padding: 9px 10px;
  background: none;
  border: none;
  border-radius: 4px;
}
#app-account .app-account-menu-responsive .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
}
#app-account .app-account-menu-responsive .icon-bar + .icon-bar {
  margin-top: 4px;
}
#app-account .app-account-menu-responsive .dropdown-menu {
  font-size: 20px;
  padding: 20px 0px;
  margin-top: 10px;
}
#app-account .app-account-menu-responsive .dropdown-menu > li + li {
  margin-top: 10px;
}
.center-text {
  text-align: center;
}
.sidebar-btn-email {
  font-size: 14px;
}
#payment-area-spinner i {
  position: absolute;
  font-size: 64px;
  color: #7ab51d;
  z-index: 0;
  left: 45%;
  top: 30%;
}
.nav > li > a.wirelane-sbar-toggle {
  padding: 11px;
}
.wirelane-sbar-toggle {
  border: #ccc 1px solid;
  font-size: 14.5px;
  color: #fff;
}
.wirelane-sbar-toggle:hover {
  color: #212322;
}
.sidebar-btn-email {
  color: #ffffff;
}
.wirelane-sbar-toggle.app-menu-organization-switch-item li a:hover {
  color: #212322;
}
.switch-to-private:hover .sidebar-btn-email {
  color: #000;
}
.show-hide-sidebar.inner {
  z-index: 1;
}
.charge-point-type-icon {
  font-size: 24px;
}
.show-when-adding-to-group {
  display: none;
}
.new-group-name {
  background-color: #f4f4f5;
  border: none;
  padding: 10px;
  width: 70%;
}
/**
 * Checkbox Four
 */
.checkboxFour {
  width: 15px;
  height: 15px;
  background: #ddd;
  margin: 0px 40px;
  border-radius: 100%;
  position: absolute;
  box-shadow: 0px 1px 3px #ffffff;
}
.checkboxFour label {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: #fff;
  box-shadow: inset 0px 1px 3px #ffffff;
}
.checkboxFour input[type=checkbox] {
  opacity: 0;
}
.checkboxFour input[type=checkbox]:checked + label {
  background: #7ab51d;
}
.checkboxFour input[type=checkbox]:disabled + label {
  background: #ddd;
}
.checkboxFour.no-margin {
  margin: 0px;
  top: 0px;
  left: 0px;
}
.checkboxFour.no-margin label {
  box-shadow: none;
}
.checkboxFour.squared {
  border-radius: 0px;
}
.checkboxFour.squared label {
  border-radius: 0px;
}
.checkboxFour.edit-group {
  margin: 9px 0px 0px 42px;
}
.choose-group {
  display: none;
}
.show-when-adding-to-group {
  padding-bottom: 25px;
}
#app-account.receipts .list-session > tbody > tr > td {
  cursor: inherit;
}
#app-account.receipts .checkboxFour {
  margin: -7px 0 0 -8px;
}
#app-account.receipts .popover {
  max-width: 200px;
}
#app-account.receipts .download-icon {
  color: #000000;
}
#app-account.receipts .download-icon:hover {
  color: #7ab51d;
}
.add-all-to-group {
  display: inline-block;
  color: #9a9899;
  padding: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
}
#receipts-list .select-all-area {
  padding-top: 10px;
}
#receipts-list .select-all-area a {
  font-family: 'KarbonWeb-Medium';
  color: #000000;
  text-decoration: underline;
}
.switchable-column {
  position: relative;
}
#download-receipts {
  padding-bottom: 60px;
}
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.row-eq-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.show-when-adding-to-group {
  position: absolute;
  top: 22%;
  left: -85%;
}
.hide-when-adding-to-group {
  position: absolute;
  top: 5%;
  right: 35%;
}
.add-all-to-group,
.delete-points-selected {
  display: inline-block;
  color: #9a9899;
  padding: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
}
#full-registration-form,
#account-plan-form,
.plan-preview-modal {
  padding-bottom: 40px;
}
#full-registration-form .form-title,
#account-plan-form .form-title,
.plan-preview-modal .form-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
#full-registration-form .form-intro,
#account-plan-form .form-intro,
.plan-preview-modal .form-intro {
  font-size: 18px;
  margin-bottom: 20px;
}
#full-registration-form .form-content,
#account-plan-form .form-content,
.plan-preview-modal .form-content {
  background: #ffffff;
  padding: 40px 40px 20px 40px;
}
#full-registration-form .form-block,
#account-plan-form .form-block,
.plan-preview-modal .form-block {
  padding-bottom: 20px;
}
#full-registration-form .form-subtitle,
#account-plan-form .form-subtitle,
.plan-preview-modal .form-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#full-registration-form .form-subtext,
#account-plan-form .form-subtext,
.plan-preview-modal .form-subtext {
  margin-bottom: 25px;
}
#full-registration-form .organization-item,
#account-plan-form .organization-item,
.plan-preview-modal .organization-item {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 30px;
  border: 4px solid transparent;
  font-weight: normal;
  padding: 20px;
}
#full-registration-form .organization-item-image,
#account-plan-form .organization-item-image,
.plan-preview-modal .organization-item-image {
  height: 80px;
  background: center center no-repeat;
  background-size: contain;
}
#full-registration-form .organization-item-active,
#account-plan-form .organization-item-active,
.plan-preview-modal .organization-item-active {
  border-color: #7ab51d;
}
#full-registration-form .organization-item-input,
#account-plan-form .organization-item-input,
.plan-preview-modal .organization-item-input {
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#full-registration-form .organization-item-logo,
#account-plan-form .organization-item-logo,
.plan-preview-modal .organization-item-logo {
  margin-bottom: 20px;
}
#full-registration-form .organization-item-logo-image,
#account-plan-form .organization-item-logo-image,
.plan-preview-modal .organization-item-logo-image {
  max-height: 70px;
  max-width: 100px;
}
#full-registration-form .plan-item,
#account-plan-form .plan-item,
.plan-preview-modal .plan-item {
  display: block;
  margin-bottom: 30px;
}
#full-registration-form .plan-item:nth-child(2n+1),
#account-plan-form .plan-item:nth-child(2n+1),
.plan-preview-modal .plan-item:nth-child(2n+1) {
  clear: both;
}
#full-registration-form .plan-content,
#account-plan-form .plan-content,
.plan-preview-modal .plan-content {
  cursor: pointer;
  border: 4px solid gray;
  background: #fff;
  font-weight: normal;
  color: gray;
  padding: 20px;
}
#full-registration-form .plan-item-input,
#account-plan-form .plan-item-input,
.plan-preview-modal .plan-item-input {
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#full-registration-form .plan-header,
#account-plan-form .plan-header,
.plan-preview-modal .plan-header {
  padding-bottom: 20px;
}
#full-registration-form .plan-title,
#account-plan-form .plan-title,
.plan-preview-modal .plan-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
#full-registration-form .plan-price,
#account-plan-form .plan-price,
.plan-preview-modal .plan-price {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
}
#full-registration-form .plan-price-small,
#account-plan-form .plan-price-small,
.plan-preview-modal .plan-price-small {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}
#full-registration-form .plan-body,
#account-plan-form .plan-body,
.plan-preview-modal .plan-body {
  height: 0px;
  overflow: hidden;
}
#full-registration-form .plan-description,
#account-plan-form .plan-description,
.plan-preview-modal .plan-description {
  padding-bottom: 20px;
}
#full-registration-form .plan-selector,
#account-plan-form .plan-selector,
.plan-preview-modal .plan-selector {
  padding: 15px 0px;
}
#full-registration-form .plan-arrow,
#account-plan-form .plan-arrow,
.plan-preview-modal .plan-arrow {
  font-size: 36px;
}
#full-registration-form .plan-item-rel-open,
#account-plan-form .plan-item-rel-open,
.plan-preview-modal .plan-item-rel-open {
  display: none;
}
#full-registration-form .plan-item-active .plan-content,
#account-plan-form .plan-item-active .plan-content,
.plan-preview-modal .plan-item-active .plan-content {
  border-color: #7ab51d;
  color: #000;
}
#full-registration-form .plan-item-active .plan-body,
#account-plan-form .plan-item-active .plan-body,
.plan-preview-modal .plan-item-active .plan-body {
  height: auto;
}
#full-registration-form .plan-item-active .plan-item-rel-open,
#account-plan-form .plan-item-active .plan-item-rel-open,
.plan-preview-modal .plan-item-active .plan-item-rel-open {
  display: inherit;
}
#full-registration-form .plan-item-active .plan-item-rel-closed,
#account-plan-form .plan-item-active .plan-item-rel-closed,
.plan-preview-modal .plan-item-active .plan-item-rel-closed {
  display: none;
}
#full-registration-form .form-buttons,
#account-plan-form .form-buttons,
.plan-preview-modal .form-buttons {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
#full-registration-form .form-group,
#account-plan-form .form-group,
.plan-preview-modal .form-group {
  margin-bottom: 20px;
}
#full-registration-form .form-control,
#account-plan-form .form-control,
.plan-preview-modal .form-control {
  font-size: 16px;
  border: none;
  padding: 6px 12px;
  background-color: #f4f4f5 !important;
}
#full-registration-form .form-control:-webkit-autofill,
#account-plan-form .form-control:-webkit-autofill,
.plan-preview-modal .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f4f4f5 inset;
}
#full-registration-form .registration-label,
#account-plan-form .registration-label,
.plan-preview-modal .registration-label {
  padding-top: 7px;
  padding-right: 0px;
}
#full-registration-form .customer-phone-prefix-area,
#account-plan-form .customer-phone-prefix-area,
.plan-preview-modal .customer-phone-prefix-area {
  position: relative;
  margin-right: -15px;
}
#full-registration-form .customer-phone-prefix-area .flag,
#account-plan-form .customer-phone-prefix-area .flag,
.plan-preview-modal .customer-phone-prefix-area .flag {
  position: relative;
  top: 2px;
}
#full-registration-form .customer-phone-prefix-area .select2-container,
#account-plan-form .customer-phone-prefix-area .select2-container,
.plan-preview-modal .customer-phone-prefix-area .select2-container {
  width: 100% !important;
}
#full-registration-form .customer-phone-prefix-area .select2-selection,
#account-plan-form .customer-phone-prefix-area .select2-selection,
.plan-preview-modal .customer-phone-prefix-area .select2-selection {
  border: none;
  border-radius: 0px;
  background: #f4f4f5;
  height: 33px;
}
#full-registration-form .customer-phone-prefix-area .select2-selection__rendered,
#account-plan-form .customer-phone-prefix-area .select2-selection__rendered,
.plan-preview-modal .customer-phone-prefix-area .select2-selection__rendered {
  line-height: 33px;
  color: #555;
}
#full-registration-form .customer-phone-prefix-area .select2-selection__arrow b,
#account-plan-form .customer-phone-prefix-area .select2-selection__arrow b,
.plan-preview-modal .customer-phone-prefix-area .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 6px 3px 0 3px;
}
#full-registration-form .customer-phone-prefix-area .select2-results,
#account-plan-form .customer-phone-prefix-area .select2-results,
.plan-preview-modal .customer-phone-prefix-area .select2-results {
  font-size: 16px;
}
#full-registration-form .data-column,
#account-plan-form .data-column,
.plan-preview-modal .data-column {
  padding-top: 10px;
  margin-left: -30px;
  margin-right: -30px;
}
#full-registration-form .data-column > div[class^="col-"],
#account-plan-form .data-column > div[class^="col-"],
.plan-preview-modal .data-column > div[class^="col-"],
#full-registration-form .data-column > div[class*=" col-"],
#account-plan-form .data-column > div[class*=" col-"],
.plan-preview-modal .data-column > div[class*=" col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
#full-registration-form .rfid-buttons,
#account-plan-form .rfid-buttons,
.plan-preview-modal .rfid-buttons {
  margin-bottom: 25px;
}
#full-registration-form .rfid-buttons .btn,
#account-plan-form .rfid-buttons .btn,
.plan-preview-modal .rfid-buttons .btn {
  background: #ddd;
  border-width: 2px;
  padding: 10px 30px;
  position: relative;
}
#full-registration-form .rfid-buttons .btn-selected,
#account-plan-form .rfid-buttons .btn-selected,
.plan-preview-modal .rfid-buttons .btn-selected {
  border-color: #7ab51d;
}
#full-registration-form .rfid-buttons input,
#account-plan-form .rfid-buttons input,
.plan-preview-modal .rfid-buttons input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#full-registration-form .payment-header,
#account-plan-form .payment-header,
.plan-preview-modal .payment-header {
  margin-bottom: 15px;
}
#full-registration-form .payment-subtitle,
#account-plan-form .payment-subtitle,
.plan-preview-modal .payment-subtitle {
  font-weight: 700;
  font-size: 20px;
}
#full-registration-form .payment-buttons,
#account-plan-form .payment-buttons,
.plan-preview-modal .payment-buttons {
  margin-bottom: 25px;
}
#full-registration-form .payment-buttons .btn,
#account-plan-form .payment-buttons .btn,
.plan-preview-modal .payment-buttons .btn {
  background: #ddd;
  border-width: 2px;
  padding: 10px 30px;
  position: relative;
}
#full-registration-form .payment-buttons .btn-selected,
#account-plan-form .payment-buttons .btn-selected,
.plan-preview-modal .payment-buttons .btn-selected {
  border-color: #7ab51d;
}
#full-registration-form .payment-buttons input,
#account-plan-form .payment-buttons input,
.plan-preview-modal .payment-buttons input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
#full-registration-form .payment-billing-address,
#account-plan-form .payment-billing-address,
.plan-preview-modal .payment-billing-address {
  padding-bottom: 10px;
}
#full-registration-form .payment-billing-address .payment-subtitle,
#account-plan-form .payment-billing-address .payment-subtitle,
.plan-preview-modal .payment-billing-address .payment-subtitle {
  display: inline-block;
  margin-right: 20px;
}
#full-registration-form .payment-billing-address.editing .payment-billing-address-rel-view,
#account-plan-form .payment-billing-address.editing .payment-billing-address-rel-view,
.plan-preview-modal .payment-billing-address.editing .payment-billing-address-rel-view {
  display: none;
}
#full-registration-form .payment-billing-address.editing .payment-billing-address-rel-edit,
#account-plan-form .payment-billing-address.editing .payment-billing-address-rel-edit,
.plan-preview-modal .payment-billing-address.editing .payment-billing-address-rel-edit {
  display: inherit;
}
#full-registration-form .payment-billing-address-sample,
#account-plan-form .payment-billing-address-sample,
.plan-preview-modal .payment-billing-address-sample {
  font-size: 18px;
}
#full-registration-form .payment-billing-address-rel,
#account-plan-form .payment-billing-address-rel,
.plan-preview-modal .payment-billing-address-rel {
  display: none;
}
#full-registration-form .payment-billing-address-rel-view,
#account-plan-form .payment-billing-address-rel-view,
.plan-preview-modal .payment-billing-address-rel-view {
  display: inherit;
}
#full-registration-form .payment-billing-address-rel-edit,
#account-plan-form .payment-billing-address-rel-edit,
.plan-preview-modal .payment-billing-address-rel-edit {
  display: none;
}
#full-registration-form .payment-method,
#account-plan-form .payment-method,
.plan-preview-modal .payment-method {
  border-top: 2px solid #f4f4f5;
  padding-top: 10px;
  margin-top: 15px;
}
#full-registration-form .payment-method .radio,
#account-plan-form .payment-method .radio,
.plan-preview-modal .payment-method .radio {
  font-size: 22px;
}
#full-registration-form .payment-method-intro,
#account-plan-form .payment-method-intro,
.plan-preview-modal .payment-method-intro {
  margin-bottom: 20px;
}
#full-registration-form .payment-method-intro-title,
#account-plan-form .payment-method-intro-title,
.plan-preview-modal .payment-method-intro-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#full-registration-form .payment-method-subtitle,
#account-plan-form .payment-method-subtitle,
.plan-preview-modal .payment-method-subtitle {
  font-size: 18px;
  font-weight: bold;
}
#full-registration-form .payment-method-checkbox,
#account-plan-form .payment-method-checkbox,
.plan-preview-modal .payment-method-checkbox {
  top: 3px;
}
#full-registration-form .plan-confirmation-area,
#account-plan-form .plan-confirmation-area,
.plan-preview-modal .plan-confirmation-area {
  margin-bottom: 20px;
}
#full-registration-form .plan-confirmation-area .plan-content,
#account-plan-form .plan-confirmation-area .plan-content,
.plan-preview-modal .plan-confirmation-area .plan-content {
  border-color: #7ab51d;
  color: #000000;
  cursor: default;
}
#full-registration-form .plan-confirmation-area .plan-content.is-empty,
#account-plan-form .plan-confirmation-area .plan-content.is-empty,
.plan-preview-modal .plan-confirmation-area .plan-content.is-empty {
  display: none;
}
#full-registration-form .plan-confirmation-area .plan-arrow,
#account-plan-form .plan-confirmation-area .plan-arrow,
.plan-preview-modal .plan-confirmation-area .plan-arrow {
  display: none;
}
#full-registration-form .plan-confirmation-area .plan-item-rel-open,
#account-plan-form .plan-confirmation-area .plan-item-rel-open,
.plan-preview-modal .plan-confirmation-area .plan-item-rel-open {
  display: block;
}
#full-registration-form .plan-confirmation-area .plan-description,
#account-plan-form .plan-confirmation-area .plan-description,
.plan-preview-modal .plan-confirmation-area .plan-description {
  padding-bottom: 0px;
}
#full-registration-form .plan-confirmation-area .plan-description .table,
#account-plan-form .plan-confirmation-area .plan-description .table,
.plan-preview-modal .plan-confirmation-area .plan-description .table {
  margin-bottom: 0px;
}
#full-registration-form .plan-confirmation-area .plan-selector,
#account-plan-form .plan-confirmation-area .plan-selector,
.plan-preview-modal .plan-confirmation-area .plan-selector {
  display: none;
}
#full-registration-form .plan-confirmation-button,
#account-plan-form .plan-confirmation-button,
.plan-preview-modal .plan-confirmation-button {
  text-align: center;
}
#full-registration-form .legal-notice-and-terms-area .has-terms-rel,
#account-plan-form .legal-notice-and-terms-area .has-terms-rel,
.plan-preview-modal .legal-notice-and-terms-area .has-terms-rel {
  display: none;
}
#full-registration-form .legal-notice-and-terms-area .has-privacy-rel,
#account-plan-form .legal-notice-and-terms-area .has-privacy-rel,
.plan-preview-modal .legal-notice-and-terms-area .has-privacy-rel {
  display: none;
}
#full-registration-form .legal-notice-and-terms-area.has-terms .has-terms-rel,
#account-plan-form .legal-notice-and-terms-area.has-terms .has-terms-rel,
.plan-preview-modal .legal-notice-and-terms-area.has-terms .has-terms-rel {
  display: inherit;
}
#full-registration-form .legal-notice-and-terms-area.has-privacy .has-privacy-rel,
#account-plan-form .legal-notice-and-terms-area.has-privacy .has-privacy-rel,
.plan-preview-modal .legal-notice-and-terms-area.has-privacy .has-privacy-rel {
  display: inherit;
}
#full-registration-form .conditions-line,
#account-plan-form .conditions-line,
.plan-preview-modal .conditions-line {
  margin-bottom: 10px;
}
#full-registration-form .conditions-line .conditions-item,
#account-plan-form .conditions-line .conditions-item,
.plan-preview-modal .conditions-line .conditions-item {
  display: block;
  color: #000000;
  font-size: 18px;
  background: #f4f4f5;
  padding: 10px 20px;
}
#full-registration-form .conditions-line .conditions-item a,
#account-plan-form .conditions-line .conditions-item a,
.plan-preview-modal .conditions-line .conditions-item a {
  color: #000000;
  text-decoration: underline;
}
#full-registration-form .conditions-line .conditions-title,
#account-plan-form .conditions-line .conditions-title,
.plan-preview-modal .conditions-line .conditions-title {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
#full-registration-form .conditions-line label.conditions-item,
#account-plan-form .conditions-line label.conditions-item,
.plan-preview-modal .conditions-line label.conditions-item {
  padding-left: 40px;
}
#full-registration-form .conditions-line .font-icons,
#account-plan-form .conditions-line .font-icons,
.plan-preview-modal .conditions-line .font-icons {
  font-weight: normal;
}
#full-registration-form .checkbox label.error,
#account-plan-form .checkbox label.error,
.plan-preview-modal .checkbox label.error {
  font-weight: 700;
  padding-left: 20px;
}
#full-registration-form .step-1-enabled-rel,
#account-plan-form .step-1-enabled-rel,
.plan-preview-modal .step-1-enabled-rel {
  display: none;
}
#full-registration-form .step-2-enabled-rel,
#account-plan-form .step-2-enabled-rel,
.plan-preview-modal .step-2-enabled-rel {
  display: none;
}
#full-registration-form.step-1-enabled .step-1-enabled-rel,
#account-plan-form.step-1-enabled .step-1-enabled-rel,
.plan-preview-modal.step-1-enabled .step-1-enabled-rel {
  display: inline-block;
}
#full-registration-form.step-1-enabled .step-1-not-enabled-rel,
#account-plan-form.step-1-enabled .step-1-not-enabled-rel,
.plan-preview-modal.step-1-enabled .step-1-not-enabled-rel {
  display: none;
}
#full-registration-form.step-2-enabled .step-2-enabled-rel,
#account-plan-form.step-2-enabled .step-2-enabled-rel,
.plan-preview-modal.step-2-enabled .step-2-enabled-rel {
  display: inline-block;
}
#full-registration-form.step-2-enabled .step-2-not-enabled-rel,
#account-plan-form.step-2-enabled .step-2-not-enabled-rel,
.plan-preview-modal.step-2-enabled .step-2-not-enabled-rel {
  display: none;
}
#full-registration-form .btn-back-area,
#account-plan-form .btn-back-area,
.plan-preview-modal .btn-back-area {
  text-align: center;
  padding-top: 20px;
}
#full-registration-form .btn-back-area a,
#account-plan-form .btn-back-area a,
.plan-preview-modal .btn-back-area a {
  color: #000000;
  text-decoration: underline;
}
#full-registration-form .cb-container,
#account-plan-form .cb-container,
.plan-preview-modal .cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#full-registration-form .cb-container input,
#account-plan-form .cb-container input,
.plan-preview-modal .cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#full-registration-form .cb-container input:checked ~ .checkmark,
#account-plan-form .cb-container input:checked ~ .checkmark,
.plan-preview-modal .cb-container input:checked ~ .checkmark {
  background-color: #7ab51d;
}
#full-registration-form .cb-container input:checked ~ .checkmark:after,
#account-plan-form .cb-container input:checked ~ .checkmark:after,
.plan-preview-modal .cb-container input:checked ~ .checkmark:after {
  display: block;
}
#full-registration-form .cb-container .checkmark,
#account-plan-form .cb-container .checkmark,
.plan-preview-modal .cb-container .checkmark {
  position: absolute;
  top: 13px;
  left: 11px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: #ccc 2px solid;
}
#full-registration-form .cb-container .checkmark:after,
#account-plan-form .cb-container .checkmark:after,
.plan-preview-modal .cb-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#full-registration-form .cb-usage,
#account-plan-form .cb-usage,
.plan-preview-modal .cb-usage {
  font-size: 16px;
  margin-bottom: 0px;
  padding-left: 28px;
  font-weight: bold;
}
#full-registration-form .cb-usage .checkmark,
#account-plan-form .cb-usage .checkmark,
.plan-preview-modal .cb-usage .checkmark {
  top: 0px;
  left: 0px;
}
#full-registration-form .cb-usage .label-text,
#account-plan-form .cb-usage .label-text,
.plan-preview-modal .cb-usage .label-text {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 5px solid transparent;
}
#full-registration-form .cb-usage input:checked ~ .checkmark + .label-text,
#account-plan-form .cb-usage input:checked ~ .checkmark + .label-text,
.plan-preview-modal .cb-usage input:checked ~ .checkmark + .label-text {
  border-bottom-color: #7ab51d;
}
#full-registration-form .cb-usage + label.error,
#account-plan-form .cb-usage + label.error,
.plan-preview-modal .cb-usage + label.error {
  padding-left: 0px;
  font-weight: normal;
}
#full-registration-form .rfid-new-address-container .checkmark,
#account-plan-form .rfid-new-address-container .checkmark,
.plan-preview-modal .rfid-new-address-container .checkmark {
  top: 0px;
  left: 0px;
}
#full-registration-form .rfid-new-address-desc,
#account-plan-form .rfid-new-address-desc,
.plan-preview-modal .rfid-new-address-desc {
  margin-left: 0px;
  font-size: 16px;
}
#full-registration-form .cb-payment-sepa-levy,
#account-plan-form .cb-payment-sepa-levy,
.plan-preview-modal .cb-payment-sepa-levy,
#full-registration-form .cb-payment-card-accept,
#account-plan-form .cb-payment-card-accept,
.plan-preview-modal .cb-payment-card-accept {
  padding-left: 30px;
  font-size: 16px;
}
#full-registration-form .cb-payment-sepa-levy .checkmark,
#account-plan-form .cb-payment-sepa-levy .checkmark,
.plan-preview-modal .cb-payment-sepa-levy .checkmark,
#full-registration-form .cb-payment-card-accept .checkmark,
#account-plan-form .cb-payment-card-accept .checkmark,
.plan-preview-modal .cb-payment-card-accept .checkmark {
  top: 0px;
  left: 0px;
}
#full-registration-form .comes-from-app-rel,
#account-plan-form .comes-from-app-rel,
.plan-preview-modal .comes-from-app-rel {
  display: none;
}
#full-registration-form.comes-from-app .comes-from-app-rel,
#account-plan-form.comes-from-app .comes-from-app-rel,
.plan-preview-modal.comes-from-app .comes-from-app-rel {
  display: block;
}
#full-registration-form.comes-from-app .comes-from-app-rel.is-inline-block,
#account-plan-form.comes-from-app .comes-from-app-rel.is-inline-block,
.plan-preview-modal.comes-from-app .comes-from-app-rel.is-inline-block {
  display: inline-block;
}
#full-registration-form.comes-from-app .comes-from-app-not-rel,
#account-plan-form.comes-from-app .comes-from-app-not-rel,
.plan-preview-modal.comes-from-app .comes-from-app-not-rel {
  display: none;
}
#full-registration-form.comes-from-app .organization-item-logo-link,
#account-plan-form.comes-from-app .organization-item-logo-link,
.plan-preview-modal.comes-from-app .organization-item-logo-link {
  custom-label-remove: default;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #full-registration-form .organizations-list,
  #account-plan-form .organizations-list,
  .plan-preview-modal .organizations-list {
    margin-bottom: 0px;
  }
  #full-registration-form .organization-item,
  #account-plan-form .organization-item,
  .plan-preview-modal .organization-item {
    margin-bottom: 0px;
  }
  #full-registration-form .rfid-buttons .becomes-label-in-sm,
  #account-plan-form .rfid-buttons .becomes-label-in-sm,
  .plan-preview-modal .rfid-buttons .becomes-label-in-sm,
  #full-registration-form .payment-buttons .becomes-label-in-sm,
  #account-plan-form .payment-buttons .becomes-label-in-sm,
  .plan-preview-modal .payment-buttons .becomes-label-in-sm {
    position: relative;
    padding: 10px 20px 10px 40px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: #f4f4f5;
    margin-bottom: 0px;
    text-transform: none;
    text-align: left;
    font-size: 18px;
    white-space: normal;
  }
  #full-registration-form .rfid-buttons .becomes-label-in-sm:active,
  #account-plan-form .rfid-buttons .becomes-label-in-sm:active,
  .plan-preview-modal .rfid-buttons .becomes-label-in-sm:active,
  #full-registration-form .payment-buttons .becomes-label-in-sm:active,
  #account-plan-form .payment-buttons .becomes-label-in-sm:active,
  .plan-preview-modal .payment-buttons .becomes-label-in-sm:active {
    box-shadow: none;
  }
  #full-registration-form .rfid-buttons .becomes-label-in-sm .checkmark,
  #account-plan-form .rfid-buttons .becomes-label-in-sm .checkmark,
  .plan-preview-modal .rfid-buttons .becomes-label-in-sm .checkmark,
  #full-registration-form .payment-buttons .becomes-label-in-sm .checkmark,
  #account-plan-form .payment-buttons .becomes-label-in-sm .checkmark,
  .plan-preview-modal .payment-buttons .becomes-label-in-sm .checkmark {
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: #ccc 2px solid;
    top: 11px;
    left: 10px;
  }
  #full-registration-form .rfid-buttons .becomes-label-in-sm .checkmark:after,
  #account-plan-form .rfid-buttons .becomes-label-in-sm .checkmark:after,
  .plan-preview-modal .rfid-buttons .becomes-label-in-sm .checkmark:after,
  #full-registration-form .payment-buttons .becomes-label-in-sm .checkmark:after,
  #account-plan-form .payment-buttons .becomes-label-in-sm .checkmark:after,
  .plan-preview-modal .payment-buttons .becomes-label-in-sm .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  #full-registration-form .rfid-buttons .becomes-label-in-sm input,
  #account-plan-form .rfid-buttons .becomes-label-in-sm input,
  .plan-preview-modal .rfid-buttons .becomes-label-in-sm input,
  #full-registration-form .payment-buttons .becomes-label-in-sm input,
  #account-plan-form .payment-buttons .becomes-label-in-sm input,
  .plan-preview-modal .payment-buttons .becomes-label-in-sm input {
    position: absolute;
    opacity: 0;
  }
  #full-registration-form .rfid-buttons .becomes-label-in-sm input:checked ~ .checkmark,
  #account-plan-form .rfid-buttons .becomes-label-in-sm input:checked ~ .checkmark,
  .plan-preview-modal .rfid-buttons .becomes-label-in-sm input:checked ~ .checkmark,
  #full-registration-form .payment-buttons .becomes-label-in-sm input:checked ~ .checkmark,
  #account-plan-form .payment-buttons .becomes-label-in-sm input:checked ~ .checkmark,
  .plan-preview-modal .payment-buttons .becomes-label-in-sm input:checked ~ .checkmark {
    background-color: #7ab51d;
  }
  #full-registration-form .rfid-buttons .becomes-label-in-sm input:checked ~ .checkmark:after,
  #account-plan-form .rfid-buttons .becomes-label-in-sm input:checked ~ .checkmark:after,
  .plan-preview-modal .rfid-buttons .becomes-label-in-sm input:checked ~ .checkmark:after,
  #full-registration-form .payment-buttons .becomes-label-in-sm input:checked ~ .checkmark:after,
  #account-plan-form .payment-buttons .becomes-label-in-sm input:checked ~ .checkmark:after,
  .plan-preview-modal .payment-buttons .becomes-label-in-sm input:checked ~ .checkmark:after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #full-registration-form .plan-title,
  #account-plan-form .plan-title,
  .plan-preview-modal .plan-title,
  #full-registration-form .plan-price,
  #account-plan-form .plan-price,
  .plan-preview-modal .plan-price {
    font-size: 18px;
    line-height: 18px;
  }
}
#current-plan-block .plan-item {
  display: block;
  margin-bottom: 30px;
}
#current-plan-block .plan-item:nth-child(2n+1) {
  clear: both;
}
#current-plan-block .plan-content {
  cursor: inherit;
  border: 4px solid gray;
  background: #fff;
  font-weight: normal;
  color: gray;
  padding: 20px;
}
#current-plan-block .plan-item-input {
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#current-plan-block .plan-header {
  margin-bottom: 20px;
}
#current-plan-block .plan-price {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
}
#current-plan-block .plan-price-small {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}
#current-plan-block .plan-text {
  font-size: 14px;
}
#current-plan-block .plan-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
#current-plan-block .plan-body {
  height: 0px;
  overflow: hidden;
}
#current-plan-block .plan-description {
  padding-bottom: 20px;
}
#current-plan-block .plan-selector {
  padding: 15px 0px;
}
#current-plan-block .plan-arrow {
  font-size: 36px;
}
#current-plan-block .plan-item-rel-open {
  display: none;
}
#current-plan-block .plan-item-active .plan-content {
  border-color: #7ab51d;
  color: #000;
}
#current-plan-block .plan-item-active .plan-body {
  height: auto;
}
#current-plan-block .plan-item-active .plan-item-rel-open {
  display: inherit;
}
#current-plan-block .plan-item-active .plan-item-rel-closed {
  display: none;
}
@media screen and (max-width: 767px) {
  #current-plan-block .plan-title,
  #current-plan-block .plan-price {
    font-size: 18px;
    line-height: 18px;
  }
}
#local-select-area {
  padding-top: 6px;
}
#local-select-area .custom-locale-select.bootstrap-select {
  width: auto;
  min-width: 1px;
}
#local-select-area .custom-locale-select.bootstrap-select .btn {
  padding: 6px 24px 6px 12px;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  text-transform: none;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #e3e3e3 50%, #e3e3e3 54%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #e3e3e3 50%, #e3e3e3 54%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdfdfd 0%, #e3e3e3 50%, #e3e3e3 54%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
}
#local-select-area .custom-locale-select.bootstrap-select .dropdown-menu.open {
  left: auto;
  right: 0px;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border-color: #ccc;
}
#local-select-area .custom-locale-select.bootstrap-select .dropdown-menu.open a {
  font-size: 14px;
  padding: 3px 12px;
}
.btn-black.payment-method-change-trigger {
  color: #ffffff;
}
#local-select-area-blank {
  padding-top: 6px;
}
#local-select-area-blank .dropdown-menu > li > a:hover,
#local-select-area-blank .dropdown-menu > li > a:focus {
  background: transparent;
  color: #7ab51d;
}
#local-select-area-blank .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#local-select-area-blank .btn-group.open .dropdown-toggle :focus {
  outline: none;
}
#local-select-area-blank .btn-group.open .dropdown-toggle .btn:active {
  box-shadow: none;
}
#local-select-area-blank .custom-locale-select.bootstrap-select {
  width: auto;
  min-width: 1px;
  font-size: 24px;
}
#local-select-area-blank .custom-locale-select.bootstrap-select .btn {
  padding: 6px 24px 6px 12px;
  border: none;
  border-radius: 0px;
  font-size: 24px;
  text-transform: none;
  background: url('/images/select.png') center right no-repeat transparent;
}
#local-select-area-blank .custom-locale-select.bootstrap-select .btn .caret {
  opacity: 0;
}
#local-select-area-blank .custom-locale-select.bootstrap-select.open .btn {
  background-image: url('/images/select-hover.png');
}
#local-select-area-blank .custom-locale-select.bootstrap-select .dropdown-menu.selected {
  color: #7ab51d;
}
#local-select-area-blank .custom-locale-select.bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}
#local-select-area-blank .custom-locale-select.bootstrap-select .dropdown-menu .open {
  left: auto;
  right: 0px;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border-color: transparent;
}
#local-select-area-blank .custom-locale-select.bootstrap-select .dropdown-menu .open a {
  font-size: 24px;
  padding: 3px 12px;
}
.do-not-open-on-click {
  cursor: default;
}
.padding-0 {
  padding: 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  wselect2-container--openebkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.float-left {
  float: left;
}
.checked-organization {
  color: #7ab51d;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 1px;
}
.left-border-radius-fix {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.list-filter.list-inline li {
  padding-right: 0px;
}
.top-pagination-container {
  padding-bottom: 5px;
}
.font-icons.table-filter-icon {
  font-size: 11px;
}
.font-icons.table-filter-icon.filtering {
  font-weight: 700;
  color: #000;
}
.font-bold {
  font-weight: bold;
}
.wirelane-resizable-cursor {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: -12px;
  color: #7ab51d;
  font-size: 24px;
  width: 24px;
}
.col-xs-1-5 {
  width: 12.5%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.p-l-0 {
  padding-left: 0;
}
#app-customers .account-label {
  font-family: 'KarbonWeb-Regular';
  color: #9a9899;
  text-transform: uppercase;
}
.list-map {
  margin: 0px;
  padding: 10px;
}
.list-map > li {
  padding: 0px 0px 0px 5px;
}
.list-map > li:first-child {
  padding-left: 0px;
}
.list-map .btn-map {
  font-size: 14px;
  min-width: 75px;
  padding: 3px 8px;
  background-color: #fff;
  border-color: #fff;
  color: #999;
}
.list-map .btn-map.current {
  background-color: #7ab51d;
  border-color: #7ab51d;
  color: #000000;
}
.locale-input-group .form-control {
  border-right: none;
  box-shadow: none;
}
.locale-input-group .input-group-addon {
  background: transparent;
  padding: 0px;
}
.locale-input-group .input-group-addon select {
  text-transform: uppercase;
  border: none;
  outline: none;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/images/select.png') center right no-repeat #ffffff;
}
.locale-input-group .input-group-addon select:focus {
  background-image: url('/images/select-hover.png');
}
.locale-input-group .input-group-addon.disabled {
  background-color: #f4f4f5;
}
.locale-input-group .input-group-addon.disabled select {
  background-color: #f4f4f5;
}
@media screen and (max-width: 767px) {
  .is-responsive-layout .no-min-with-if-responsive {
    min-width: auto !important;
  }
  .daterangepicker-container-small .daterangepicker {
    width: 278px;
  }
  .daterangepicker-container-small .daterangepicker .calendar.right {
    float: none;
    margin: 20px 0px;
  }
  .allows-min-width-xs {
    overflow-x: auto;
  }
}
.typeahead {
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  min-width: 100%;
}
.typeahead > li > a,
.typeahead > li.active > a {
  color: #000000;
  padding: 3px 6px;
  background-color: #ffffff;
}
.typeahead > li > a:hover,
.typeahead > li.active > a:hover {
  color: #000000;
  background-color: #f4f4f5;
}
.typeahead > li > a strong,
.typeahead > li.active > a strong {
  font-weight: normal;
}
.typeahead > li.active > a,
.typeahead > li.active.active > a {
  background-color: #f4f4f5;
}
#app-header {
  min-height: 40px;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background: #649717;
  color: #ffffff;
  z-index: 350;
}
#app-header .app-header-logo {
  padding: 8px 15px;
  display: inline-block;
}
#app-header .app-header-logo img {
  height: 24px;
}
#app-header .app-header-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#app-header .app-header-menu > li {
  float: left;
  position: relative;
  display: block;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  padding: 8px 0px 6px 0px;
  margin-right: 15px;
}
#app-header .app-header-menu > li > a {
  padding: 0px;
}
#app-header .app-header-menu .dropdown-menu {
  border-radius: 4px;
  margin-top: 8px;
  margin-right: -11px;
  color: #212322;
}
#app-header .app-header-menu .dropdown-menu > li > a {
  padding: 3px 12px;
}
#app-header .app-header-menu .dropdown-menu > li.notification {
  margin-bottom: 14px;
}
#app-header .app-header-menu .dropdown-menu > li.notification > a {
  display: initial;
  color: #000000;
  text-decoration: underline;
  padding: 0px;
}
#app-header .app-header-menu .dropdown-menu > li.notification:last-child {
  margin-bottom: 0px;
}
#app-header .app-header-menu .notification-icon {
  font-size: 20px;
  color: #ffffff;
}
#app-header .app-header-menu .notification-icon > span {
  position: relative;
}
#app-header .app-header-menu .notification-icon > span > span {
  font-family: 'KarbonWeb-Medium';
  font-size: 8px;
  position: absolute;
  top: -6px;
  right: 1px;
  min-width: 10px;
  display: inline-block;
  text-align: center;
}
#app-header .app-header-menu .notification-icon.not-linkable {
  cursor: default;
}
#app-header .app-header-menu .notification-icon.not-linkable:hover {
  color: #ffffff;
}
#app-header .app-header-menu-link {
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
}
#app-header .app-header-menu-link:hover {
  background-color: transparent;
  color: #ffffff;
}
#app-header .app-header-menu-font-icon {
  font-size: 22px;
}
#app-header .app-header-menu-user {
  margin-left: 5px;
}
#app-header .app-header-menu-user-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: center center no-repeat #ffffff;
  background-size: cover;
}
#app-header .app-header-menu-user-label {
  padding: 3px 12px;
  color: #9a9899;
}
#app-header .app-header-menu-user-name {
  padding: 3px 12px;
  color: #000000;
}
#app-header .app-header-menu-sign-out-icon {
  transform: rotate(180deg);
  top: -1px;
  position: relative;
  font-size: 12px;
  margin-left: -5px;
  margin-right: 3px;
}
#app-header .support-dropdown-inner {
  padding: 14px;
  width: 320px;
}
#app-header .support-dropdown-logo {
  height: 44px;
}
#app-header .mail-wirelane {
  color: #000000;
  text-decoration: underline;
}
#app-header .language-switch .language-switch-border {
  font-size: 20px;
}
#app-header .language-switch .language-switch-text {
  font-family: 'KarbonWeb-Medium';
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  width: 100%;
  display: block;
  text-align: center;
}
#app-header .language-switch .dropdown-menu {
  min-width: 100%;
  margin-top: 0px;
  margin-right: -5px;
  border-radius: 0px;
  padding: 2px 0px;
}
#app-header .language-switch .dropdown-menu li {
  font-size: 14px;
  padding: 0px 6px;
}
#app-header .language-switch .dropdown-menu li label {
  font-weight: 400;
  margin: 0px;
}
#app .app-sidebar {
  z-index: 300;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  background: #212322;
  overflow: hidden;
  transition: width 300ms cubic-bezier(0.625, 0.26, 0.68, 0.53);
}
#app .app-sidebar a {
  text-decoration: none;
}
#app .app-sidebar.workspace-menu .workspace-organization-rel {
  display: none;
}
#app .app-sidebar.workspace-organization .workspace-menu-rel {
  display: none;
}
#app .app-sidebar-container {
  padding-top: 44px;
  position: relative;
}
#app .app-sidebar-scroller {
  overflow-y: auto;
  width: 250px;
}
#app .app-menu-user {
  padding: 4px 0px 50px 10px;
  position: relative;
}
#app .app-menu-user ul {
  margin: 0px;
  list-style: none;
}
#app .app-menu-user li {
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}
#app .app-menu-user li.app-menu-user-name {
  padding-left: 10px;
}
#app .app-menu-user-image {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: center center no-repeat #ffffff;
  background-size: cover;
}
#app .app-menu-user-image-orga {
  padding: 5px 0px;
  display: block;
}
#app .app-menu-user-image-orga img {
  margin-top: 8px;
  width: 20px;
}
#app .app-menu-user-name {
  padding-left: 10px;
  color: #ffffff;
  line-height: 14px;
}
#app .app-menu-user-name-orga {
  color: #ffffff;
  text-align: center;
}
#app .app-menu-user-name-orga p {
  font-size: 18px;
  margin-left: 4px;
  margin-top: 15px;
  word-break: break-word;
  text-align: left;
}
#app .app-menu-user-switch {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
#app .app-menu-user-switch:hover {
  color: #7ab51d;
}
#app .app-menu-items a {
  color: #ffffff;
  display: block;
  line-height: 20px;
}
#app .app-menu-items a:hover {
  color: #ffffff;
}
#app .app-menu-items li {
  position: relative;
}
#app .app-menu-items > ul > li > a {
  padding: 20px 0px 20px 10px;
}
#app .app-menu-items > ul > li > a .font-icons {
  font-size: 20px;
  display: inline-block;
  min-width: 25px;
}
#app .app-menu-items > ul > li.current > a {
  border-left-color: #7ab51d;
  color: #ffffff;
  font-weight: bold;
  pointer-events: none;
}
#app .app-menu-items > ul > li.current > a .font-icons {
  color: #7ab51d;
}
#app .app-submenu-items {
  display: none;
  border-left: 4px solid transparent;
  padding: 0px 0px 10px 20px;
  margin: 0px;
}
#app .app-submenu-items > li {
  padding-bottom: 10px;
}
#app .app-menu-toggler {
  border: none;
  border-radius: 50%;
  background-color: #212322;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  outline: none !important;
  width: 30px;
  text-align: center;
}
#app .app-menu-toggler.within-scrollable {
  right: 25px;
}
#app.has-orga {
  margin-left: 40px;
}
#app.has-orga .app-sidebar {
  width: 40px;
}
#app.has-orga.always-open {
  margin-left: 250px;
}
#app.has-orga.always-open .app-menu-toggler.open-rel {
  color: #7ab51d;
}
#app.open .app-sidebar {
  width: 250px;
}
#app.open .app-menu-user {
  padding: 15px 35px 15px 15px;
}
#app.open .app-menu-user-image-orga {
  margin: 15px 0px;
}
#app.open .app-menu-user-image-orga img {
  width: 50px;
}
#app.open .app-menu-items {
  border-top: 1px solid #9a9899;
}
#app.open .app-menu-items > ul > li {
  border-bottom: 1px solid #9a9899;
}
#app.open .app-menu-items > ul > li > a {
  border-left: 4px solid transparent;
  padding: 20px 5px 20px 20px;
}
#app.open .app-menu-items > ul > li.open > a {
  color: #ffffff;
}
#app.open .app-menu-items > ul > li.open .app-submenu-items {
  display: block;
}
#app.open .app-menu-items > ul > li.current > a {
  border-left-color: #7ab51d;
}
#app.open .app-menu-items > ul > li.current .app-submenu-items {
  display: block;
  border-left-color: #7ab51d;
}
#app.open .app-menu-items > ul > li.current .current a {
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}
#app .app-menu-organization-link-item {
  max-width: 100%;
  display: inline-block;
  position: relative;
  color: #ffffff;
  line-height: 16px;
  padding: 4px 0px 4px 30px;
}
#app .app-menu-organization-link-item:hover {
  color: #ffffff;
}
#app .app-menu-organization-link-item-image {
  position: absolute;
  left: 2px;
  top: 50%;
  line-height: 24px;
  font-size: 24px;
  margin-top: -12px;
}
#app .app-menu-organization-account {
  padding: 0px 10px 15px 30px;
}
#app .app-menu-organization-switch {
  border-top: 1px solid #9a9899;
  border-bottom: 1px solid #9a9899;
  padding: 30px 15px;
}
#app .app-menu-organization-switch-title {
  color: #ffffff;
  padding-bottom: 5px;
}
#app .app-menu-organization-switch-item {
  padding-left: 20px;
  margin-top: 5px;
}
#app .app-menu-organization-switch-item-checked {
  position: relative;
}
#app .app-menu-organization-switch-item-image {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  background: center center no-repeat;
  background-size: contain;
}
#app .app-menu-organization-switch-to-public-image {
  border-radius: 50%;
  background-color: #ffffff;
  background-size: cover;
}
#app .app-menu-organization-manage {
  padding: 20px 10px 0px 30px;
}
#app .app-menu-organization-create {
  padding: 10px 10px 10px 30px;
}
#app .app-menu-organization-create-message {
  margin: 10px 30px;
  padding: 10px;
  background-color: #ffffff;
  color: #212322;
}
#app .app-menu-organization-create-message a {
  color: #212322;
}
#app .app-menu-organization-empty {
  margin: 5px 18px;
  color: #ffffff;
}
#app .app-menu-organization-search {
  margin: 10px 0px 0px 18px;
  height: 30px !important;
}
#app-members table.list-session {
  width: 100%;
}
#app-members table.list-session tbody tr td:last-child {
  padding-right: 0px;
}
#app-members h1 {
  margin: 0px 0px 40px 0px;
  padding-top: 25px;
  font-size: 36px;
  font-family: 'KarbonWeb-Medium';
  font-weight: normal;
}
#app-members .members-invite-form {
  float: right;
  width: 350px;
  position: relative;
  font-size: 14px;
}
#app-members .members-invite-form label.error {
  font-size: 12.8px;
  color: #d0011b;
}
#app-members .members-invite-form.open .members-invite-form-hidden {
  display: block;
}
#app-members .members-invite-form.open .members-invite-form-group {
  border-color: #f4f4f5;
}
#app-members .members-invite-form:not(.open) label.error {
  display: none;
}
#app-members .members-invite-body {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0px;
  top: 0px;
}
#app-members .members-invite-title {
  text-transform: uppercase;
  margin-bottom: 6px;
}
#app-members .members-invite-content {
  border-radius: 6px;
  border: 1px solid #f4f4f5;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #cccccc;
}
#app-members .members-invite-form-hidden {
  display: none;
}
#app-members .members-invite-form-group {
  padding: 6px 8px;
  border-bottom: 1px solid transparent;
}
#app-members .members-invite-form-buttons {
  padding: 12px 8px;
}
#app-members .members-invite-form-label {
  font-weight: normal;
  color: #9a9899;
}
#app-members .members-invite-form-control {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid transparent;
}
#app-members .members-invite-form-control:focus {
  border-color: #7ab51d;
  outline: 0px;
}
#app-members .members-tabs {
  margin-bottom: 15px;
}
#app-members .members-tabs .list-custom {
  margin-top: 10px;
}
#app-members .members-tabs.mb-0 {
  margin-bottom: 0px;
}
#app-members .members-list .dataTables_filter {
  display: none;
}
#app-members .members-list .dataTables_info {
  display: none;
}
#app-members .members-list table.list-session tbody tr td .item-status-icon {
  left: 15px;
}
#app-members .members-list table.list-session tbody tr td .item-status-icon.is-active {
  color: #96c11f;
}
#app-members .members-list table.list-session tbody tr td .item-status-icon.is-pending {
  color: #ffb92d;
}
#app-members .members-list table.list-session tbody tr td .item-status-text {
  padding-left: 3px;
}
#app-members .members-list table.list-session tbody tr td:first-child {
  padding-left: 15px;
}
#app-members .members-list table.list-session tbody tr.is-open td {
  cursor: default;
  border-bottom-width: 0px;
}
#app-members .members-group-label {
  margin-bottom: 5px;
}
#app-members .members-group-label-remove {
  color: #000000;
  text-decoration: none;
}
#app-members .members-group-label-remove-icon {
  font-size: 10px;
}
#app-members .members-group-add {
  padding-top: 5px;
}
#app-members .members-group-add-link {
  color: #9a9899;
  text-decoration: none;
  font-family: 'KarbonWeb-Regular';
}
#app-members .members-group-add-link:hover {
  color: #000000;
}
#app-members .members-groups-btn-new {
  padding: 8px 20px;
  position: relative;
  top: -2px;
}
#app-members .members-groups-user-images-list {
  white-space: nowrap;
}
#app-members .members-groups-user-images-item {
  width: 18px;
  height: 18px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: relative;
  top: 6px;
}
#app-members .members-group-edit-area {
  background: #ffffff;
  margin: 25px 0px;
  padding: 20px;
}
#app-members .members-group-edit-form-switch {
  color: #aeaeae;
  text-decoration: none;
}
#app-members .members-group-edit-form.viewing .members-group-edit-form-edit {
  display: none;
}
#app-members .members-group-edit-form.editing .members-group-edit-form-view {
  display: none;
}
#app-members .members-group-edit-title-text {
  font-family: 'KarbonWeb-Medium';
  font-size: 36px;
  margin-bottom: 28px;
}
#app-members .members-group-edit-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #9a9899;
}
#app-members .member-col-options {
  width: 4%;
}
#app-members .member-col-name-first {
  width: 12%;
}
#app-members .member-col-name-last {
  width: 12%;
}
#app-members .member-col-status {
  width: 18%;
}
#app-members .member-col-email {
  width: 24%;
}
#app-members .member-col-role {
  width: 12%;
}
#app-members .member-col-group {
  width: 18%;
}
#app-members .member-col-details {
  width: 76%;
}
#app-members .member-buttons {
  padding: 10px 0px;
}
#app-members .member-buttons ul {
  margin-bottom: 0px;
}
#app-members .x-icon {
  margin: 1px 10px 0px -10px;
  position: absolute;
}
#app-members .x-icon-button-text {
  margin-left: 10px;
}
#app-members .member-role-select {
  font-size: 14px;
  color: #000000;
  box-shadow: none;
  height: auto;
  padding: 2px 3px;
  border-radius: 0px;
}
#app-members .member-role-select.select-custom-list {
  font-weight: 400;
}
#app-members .membersgroups-col-name {
  width: 20%;
}
#app-members .membersgroups-col-rights {
  width: 30%;
}
#app-members .membersgroups-col-organization-access {
  width: 30%;
}
#app-members .membersgroups-col-actions {
  width: 20%;
}
#app-members .membersgroups-name-field {
  font-size: 14px;
}
#tariffs {
  padding: 20px;
  position: relative;
  counter-reset: tariffs;
}
#tariffs .tariffs-menu {
  padding-top: 6px;
}
#tariffs .tariffs-item {
  background: #ffffff;
  margin-bottom: 10px;
}
#tariffs .tariffs-item > .tariffs-item-helper {
  margin-top: 15px;
  margin-right: 20px;
}
#tariffs .tariffs-item.is-viewing .tariffs-item-edit {
  display: none;
}
#tariffs .tariffs-item.is-editing .tariffs-item-view {
  display: none;
}
#tariffs .tariffs-item-view {
  cursor: pointer;
  padding: 15px 20px;
}
#tariffs .tariffs-item-edit {
  padding: 15px 20px 15px 15px;
  border-left: 5px solid #7ab51d;
}
#tariffs .tariffs-item-label {
  color: #97999b;
}
#tariffs .tariffs-item-helper {
  text-decoration: none;
  color: #aeaeae;
}
#tariffs .tariffs-item-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 22px;
  padding-bottom: 15px;
}
#tariffs .tariffs-item-status:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #9a9899;
  font-size: 10px;
  padding-right: 5px;
  position: relative;
  top: -2px;
}
#tariffs .tariffs-item-status.enabled:before {
  color: #7ab51d;
}
#tariffs .tariffs-item-from-until {
  border: none;
  background-color: #f4f4f5;
  font-weight: 400;
  max-width: 115px;
  border-radius: 4px;
  text-align: center;
}
#tariffs .tariffs-item-group {
  margin-bottom: 10px;
}
#tariffs .tariffs-item-group:last-child {
  margin-bottom: 0px;
}
#tariffs .tariffs-item-member-groups {
  max-width: 200px;
  margin-left: 20px;
}
#tariffs .tariffs-item-member-groups.no-max-width {
  max-width: none;
}
#tariffs .tariffs-item-groups-values > li {
  background: #f4f4f5;
  margin-bottom: 4px;
  padding: 0px 6px;
}
@media (min-width: 1000px) {
  #tariffs .tariffs-item-groups-values.in-columns-if-possible > li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 1420px) {
  #tariffs .tariffs-item-groups-values.in-columns-if-possible > li {
    width: 32%;
  }
}
@media (min-width: 1840px) {
  #tariffs .tariffs-item-groups-values.in-columns-if-possible > li {
    width: 24%;
  }
}
#tariffs .tariffs-item-groups-remove {
  float: right;
  color: #000000;
  text-decoration: none;
  margin-left: 12px;
  font-size: 12px;
  position: relative;
  top: 2px;
}
#tariffs .tariffs-item-groups-select .btn {
  background: none;
  padding: 0px;
  border: none;
  box-shadow: none;
  top: -1px;
}
#tariffs .tariffs-item-groups-select .dropdown-menu {
  font-size: 14px;
  min-width: 110px;
  max-height: 102px;
  overflow-y: auto;
  padding: 0px;
}
#tariffs .tariffs-item-groups-select .dropdown-menu > li > a {
  padding: 2px 8px;
}
#tariffs .tariffs-item-groups-select .dropdown-menu > li > a.disabled {
  opacity: 0.6;
  cursor: default;
  background-color: transparent;
}
@-moz-document url-prefix() {
  overflow-x: hidden;
  
   > li > a {
    padding-right: 22px;
  }
}
#tariffs .tariffs-item-groups-column {
  padding-right: 15px;
}
#tariffs .tariffs-item-block {
  margin-bottom: 30px;
}
#tariffs .tariffs-item-block [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
#tariffs .tariffs-item-block [class*="col-"]:first-child {
  padding-left: 15px;
}
#tariffs .tariffs-item-block [class*="col-"]:last-child {
  padding-right: 15px;
}
#tariffs .tariffs-item-separator {
  height: 25px;
  border-top: 1px solid #d5d4d4;
}
#tariffs .tariffs-item-block-title {
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#tariffs .tariffs-item-block-title.mb-10 {
  margin-bottom: 10px;
}
#tariffs .tariffs-item-price-list-area {
  max-height: 600px;
  overflow-y: auto;
  margin-bottom: 20px;
}
#tariffs .tariffs-item-price-list > li {
  cursor: pointer;
  margin-bottom: 8px;
  height: auto;
  padding: 9px 12px;
}
#tariffs .tariffs-item-price-list > li.selected {
  border-bottom-width: 2px;
  border-bottom-color: #7ab51d;
}
#tariffs .tariffs-item-price-list > li.is-new {
  cursor: default;
}
#tariffs .tariffs-item-price-point-groups {
  margin-left: 20px;
  max-width: 200px;
}
#tariffs .tariffs-item-price-delete {
  cursor: pointer;
  float: right;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
#tariffs .tariffs-item-expertus-mode {
  display: inline-block;
  margin-left: 20px;
}
#tariffs .tariffs-item-expertus-mode .switchery-small {
  top: -1px;
  border-radius: 12px;
  height: 12px;
  width: 22px;
}
#tariffs .tariffs-item-expertus-mode .switchery-small > small {
  height: 12px;
  width: 12px;
}
#tariffs .tariffs-item-price-element {
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
  cursor: grab;
}
#tariffs .tariffs-item-price-element .form-control {
  padding: 0px 6px;
  font-size: 14px;
  height: 26px;
}
#tariffs .tariffs-item-price-element .form-control.w-60 {
  width: 60px;
}
#tariffs .tariffs-item-price-element .form-control.w-75 {
  width: 75px;
}
#tariffs .tariffs-item-price-element .form-control.mw-70 {
  min-width: 70px;
}
#tariffs .tariffs-item-price-element .form-control.mw-140 {
  min-width: 140px;
}
#tariffs .tariffs-item-price-element .form-control.error {
  border-color: #d0011b;
}
#tariffs .tariffs-item-price-element select.form-control {
  padding: 0px 2px;
}
#tariffs .tariffs-item-price-element .input-group-addon {
  font-size: 14px;
  padding: 0px 6px;
  cursor: default;
}
#tariffs .tariffs-item-price-element table td {
  padding: 0px;
  vertical-align: top;
}
#tariffs .tariffs-item-price-element table td .is-component {
  background: #e4e4e4;
  padding: 15px 3px;
}
#tariffs .tariffs-item-price-element table td .is-restriction {
  background: #f6f6f6;
  padding: 15px 3px;
  position: relative;
}
#tariffs .tariffs-item-price-element table td .pr-12 {
  padding-right: 12px;
}
#tariffs .tariffs-item-price-element table td .pr-15 {
  padding-right: 15px;
}
#tariffs .tariffs-item-price-element table td .pl-12 {
  padding-left: 12px;
}
#tariffs .tariffs-item-price-element table td .pl-15 {
  padding-left: 15px;
}
#tariffs .tariffs-item-price-element table td .lh-26 {
  line-height: 26px;
}
#tariffs .tariffs-item-price-element table td .d-inline-block {
  display: inline-block;
}
#tariffs .tariffs-item-price-element table td td {
  padding-left: 3px;
  padding-right: 3px;
}
#tariffs .tariffs-item-price-element-and {
  color: #999;
  text-transform: uppercase;
  padding-left: 4px;
  position: absolute;
  top: -8px;
}
#tariffs .tariffs-item-price-element-restriction:first-child .tariffs-item-price-element-and {
  display: none;
}
#tariffs .tariffs-item-price-element-restriction-options .form-control::-webkit-input-placeholder {
  color: #eaeaea;
}
#tariffs .tariffs-item-price-element-restriction-options .form-control:-moz-placeholder {
  color: #eaeaea;
}
#tariffs .tariffs-item-price-element-restriction-options .form-control::-moz-placeholder {
  color: #eaeaea;
}
#tariffs .tariffs-item-price-element-restriction-options .form-control:-ms-input-placeholder {
  color: #eaeaea;
}
#tariffs .tariffs-item-price-element-restriction-options .form-control::-ms-input-placeholder {
  color: #eaeaea;
}
#tariffs .tariffs-item-price-element-restriction-add {
  text-transform: uppercase;
  background: #000000;
  color: #9a9899;
  padding: 0px 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
}
#tariffs .tariffs-item-price-element-delete {
  color: #aeaeae;
  font-size: 14px;
  cursor: pointer;
}
#tariffs .tariffs-item-price-element-component-add {
  padding-bottom: 15px;
}
#tariffs .tariffs-item-price-select {
  border: 1px solid #d5d4d4;
  border-radius: 0px;
  min-height: 26px;
}
#tariffs .tariffs-item-price-select > ul {
  padding: 0px 3px;
}
#tariffs .tariffs-item-price-select > ul > li {
  border-radius: 2px;
  margin: 3px 3px 0px 0px;
}
#tariffs .tariffs-item-price-select > ul input[type="search"] {
  margin-top: 0px;
}
#tariffs .tariffs-item-price-select.disabled {
  cursor: not-allowed;
  background-color: #f4f4f5;
}
#tariffs .tariffs-item-price-select.disabled * {
  cursor: not-allowed;
}
#tariffs .tariffs-item-price-dropdown .select2-results {
  font-size: 14px;
}
#tariffs .tariffs-item-price-filter {
  margin-top: -15px;
}
#tariffs .tariffs-item-price-title .font-icons {
  position: relative;
  top: 4px;
  font-size: 26px;
  font-weight: 400;
  line-height: 12px;
}
#tariffs .tariffs-item-price-title .plus-other {
  color: #9a9899;
}
#tariffs .tariffs-item-price-title .tooltip-arrow {
  display: none;
}
#tariffs .tariffs-item-price-title .tooltip-inner {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #d5d4d4;
}
#tariffs .tariffs-item-price-editor-buttons {
  text-align: right;
  padding-top: 20px;
}
#tariffs .tariffs-item-blacklist-row {
  margin-bottom: 20px;
}
#tariffs .tariffs-item-blacklist-row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
#tariffs .tariffs-item-blacklist-dropdown {
  overflow-y: visible !important;
}
#tariffs .tariffs-item-blacklist-input {
  border: none;
  padding: 3px 6px;
}
#tariffs .tariffs-item-blacklist-buttons {
  position: absolute;
  bottom: -30px;
  right: 0px;
  margin-bottom: 0px;
}
#tariffs .tariffs-item-blacklist-buttons > li {
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
  line-height: 24px;
  color: #9a9899;
  margin-left: 5px;
}
#tariffs .tariffs-item-blacklist-buttons > li.is-create {
  background-color: #7ab51d;
  color: #000000;
}
#tariffs .tariffs-item-blacklist-buttons > li.is-create:hover {
  color: #000000;
  opacity: 0.9;
}
#tariffs .tariffs-item-blacklist-buttons > li.is-create:focus {
  color: #000000;
}
#tariffs .tariffs-item-price-charging-type-icons {
  font-size: 26px;
  padding-top: 5px;
}
#tariffs .tariffs-item-price-charging-type-icons input[type="checkbox"] {
  position: relative;
  top: -2px;
}
#tariffs .popover.left {
  font-size: 13px;
  color: #666;
  border-radius: 4px;
  border-color: #ccc;
}
#tariffs .popover.left > .arrow {
  right: -16px;
  border-width: 8px;
  margin-top: -8px;
}
#tariffs .popover.left .popover-content {
  padding: 6px 12px;
}
#tariffs .plan-display-block .table {
  margin-bottom: 0px;
}
#tariffs .plan-display-block .plan-content {
  border-color: #7ab51d;
}
#tariffs .plan-display-block .plan-header {
  color: #000000;
}
#tariffs .plan-display-block .plan-description {
  padding-bottom: 0px;
}
#tariffs .plan-display-block .show-to-customer {
  font-size: 0.8em;
  line-height: 14px;
}
#tariffs .plan-display-block .plan-property-locale-select {
  border: none;
  box-shadow: none;
  padding: 0px 25px 0px 0px;
  height: auto;
  width: auto;
}
#tariffs .plan-display-block .plan-property-title-input {
  font-size: 24px;
  color: #000000;
}
#tariffs .plan-display-block .plan-property-subtitle-input {
  font-size: 22px;
  color: #000000;
}
#tariffs .plan-display-block .plan-property-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #eaeaea;
  margin: 0px;
  color: #000000;
}
#tariffs .plan-display-block .plan-property-row.disabled {
  color: #d5d4d4;
}
#tariffs .plan-display-block .plan-property-row [class*="col-"]:first-child {
  padding-left: 0px;
}
#tariffs .plan-display-block .plan-property-row [class*="col-"]:last-child {
  padding-right: 0px;
}
#tariffs .plan-display-block .plan-property-row .form-control {
  font-size: 14px;
  padding: 6px;
}
#tariffs .plan-display-block .plan-property-row .form-control.is-placeholder {
  font-style: italic;
}
#tariffs .plan-display-block .plan-property-row .form-control[disabled] {
  color: #9a9899;
}
#tariffs .plan-display-block .plan-property-row .charging-label {
  padding-top: 4px;
}
#tariffs .plan-display-block .plan-property-row input.plan-property-input {
  padding: 0px 6px;
  height: 28px;
}
#tariffs .plan-display-block .plan-property-row textarea.plan-property-input {
  resize: none;
  height: 44px;
}
#tariffs .plan-display-block .plan-property-buttons {
  margin-top: 10px;
}
#tariffs .plan-display-block .plan-notes {
  padding-top: 20px;
}
#tariffs .plan-display-block .plan-notes textarea {
  font-size: 14px;
  padding: 6px;
  resize: none;
  height: 44px;
}
#tariffs .plan-display-block .plan-notes textarea.is-placeholder {
  font-style: italic;
}
.datatable-like {
  font-size: 14px;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 5px;
}
.datatable-like .row {
  margin: 0px;
  display: flex;
}
.datatable-like [class*="col-"] {
  align-self: center;
}
.datatable-like .item-status-icon {
  top: -2px;
  font-size: 7px;
  position: relative;
  margin-right: 2px;
}
.datatable-like .item-status-icon.is-active {
  color: #96c11f;
}
.datatable-like .item-status-icon.is-pending {
  color: #ffb92d;
}
.datatable-like .item-status-icon.is-blocked {
  color: #d0011b;
}
.datatable-like .item-status-icon.is-inactive {
  color: #000000;
}
.datatable-like.mb-0 {
  margin-bottom: 0px;
}
.datatable-like-header {
  color: #9a9899;
}
.datatable-like-header [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.datatable-like-header .sorting,
.datatable-like-header .sorting_asc,
.datatable-like-header .header-filter {
  cursor: pointer;
}
.datatable-like-header .sorting:after,
.datatable-like-header .sorting_asc:after,
.datatable-like-header .header-filter:after {
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  padding-left: 2px;
  content: "\E828";
}
.datatable-like-header .sorting_desc,
.datatable-like-header .header-filter.open {
  cursor: pointer;
}
.datatable-like-header .sorting_desc:after,
.datatable-like-header .header-filter.open:after {
  font-family: font-icons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  padding-left: 2px;
  content: "\E828";
}
.datatable-like-header .sorting_desc:after,
.datatable-like-header .header-filter.open:after {
  content: "\E829";
}
.datatable-like-body {
  font-family: 'KarbonWeb-Medium';
}
.datatable-like-body .row {
  border-top: 1px solid #f4f4f5;
}
.datatable-like-body .row.no-border {
  border-top: none;
}
.datatable-like-body [class*="col-"] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.datatable-like .header-filter .dropdown-toggle {
  box-shadow: none;
}
.datatable-like .header-filter .dropdown-menu {
  margin: 0px;
}
.datatable-like .header-filter .dropdown-menu.is-icon {
  min-width: 75px;
}
.datatable-like .header-filter .dropdown-menu.is-icon .option-text {
  font-size: 20px;
  padding-left: 10px;
}
.datatable-like .header-filter .dropdown-menu.is-text {
  min-width: 120px;
}
.datatable-like .header-filter .dropdown-menu.is-text .option-text {
  position: relative;
  font-size: 14px;
  top: -2px;
}
.header-filter-options {
  margin-bottom: 0px;
  max-height: 250px;
  overflow-y: auto;
}
.header-filter-options > li {
  padding: 0px 10px;
}
.header-filter-options > li label {
  margin: 0px;
  font-weight: 400;
  color: #000000;
}
.header-filter-options .option-text {
  position: relative;
  font-size: 14px;
  top: -2px;
}
.header-filter-buttons {
  position: absolute;
  bottom: -30px;
  right: 0px;
  margin-bottom: 0px;
}
.header-filter-buttons > li {
  background: #9a9899;
  cursor: pointer;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 5px;
}
.header-filter-buttons > li.is-success {
  background-color: #7ab51d;
  color: #000000;
}
.header-filter-buttons > li.is-success:hover {
  color: #000000;
  opacity: 0.9;
}
.header-filter-buttons > li.is-success:focus {
  color: #000000;
}
#chargepoints h1 {
  margin-bottom: 0;
}
#chargepoints .chargepoint-col-status {
  width: 10%;
}
#chargepoints .chargepoint-col-charging-point {
  width: 20%;
}
#chargepoints .chargepoint-col-charging-station {
  width: 20%;
}
#chargepoints .chargepoint-col-type {
  width: 12%;
}
#chargepoints .chargepoint-col-cpo {
  width: 10%;
}
#chargepoints .chargepoint-col-model {
  width: 21%;
}
#chargepoints .chargepoint-col-last {
  width: 7%;
}
#chargepoints .datatable-like-header .chargepoint-col-status {
  padding-left: 0px;
  padding-right: 0px;
}
#chargepoints .list-filter {
  margin-bottom: 0px;
}
#chargepoints .chargepoint-groups-select {
  padding-top: 16px;
}
#chargepoints .chargepoint-groups-select .dropdown-toggle {
  background: none;
  box-shadow: none;
  padding: 0px;
}
#chargepoints .chargepoint-groups-select .dropdown-menu {
  clear: left;
  position: absolute;
  padding-top: 0px;
  padding-bottom: 28px;
  min-width: 180px;
  border-color: #f4f4f5;
}
#chargepoints .chargepoint-groups-options {
  font-size: 14px;
  max-height: 84px;
  overflow-y: auto;
  padding: 0px;
  width: 100%;
  margin-bottom: 0px;
}
#chargepoints .chargepoint-groups-options > li:first-child {
  margin-top: 2px;
}
#chargepoints .chargepoint-groups-options > li > a {
  padding: 2px 8px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
}
#chargepoints .chargepoint-groups-options > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
#chargepoints .chargepoint-groups-options > li > a.disabled {
  opacity: 0.6;
  cursor: default;
  background-color: transparent;
}
#chargepoints .chargepoint-groups-input {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 28px;
  border: none;
  border-top: 1px solid #f4f4f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0px 6px;
  font-size: 14px;
}
#chargepoints .chargepoint-groups-input-buttons {
  position: absolute;
  bottom: -30px;
  right: 0px;
  margin-bottom: 0px;
}
#chargepoints .chargepoint-groups-input-buttons > li {
  background: #9a9899;
  cursor: pointer;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 5px;
}
#chargepoints .chargepoint-groups-input-buttons > li.is-create {
  background-color: #7ab51d;
  color: #000000;
}
#chargepoints .chargepoint-groups-input-buttons > li.is-create:hover {
  color: #000000;
  opacity: 0.9;
}
#chargepoints .chargepoint-groups-input-buttons > li.is-create:focus {
  color: #000000;
}
#chargepoints .datatable-like {
  min-width: 680px;
}
#chargepoints .massive-button {
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 8px;
  position: relative;
  top: -3px;
  box-shadow: none;
  border-color: #ccc;
}
#chargepoints .massive-button.active {
  background-color: #7ab51d;
}
#chargepoints .chargepoint-line {
  position: relative;
}
#chargepoints .chargepoint-status-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 100%;
}
#chargepoints .chargepoint-info {
  position: relative;
}
#chargepoints .chargepoint-info ul {
  margin-bottom: 0px;
}
#chargepoints .chargepoint-info .chargepoint-status-border {
  top: -1px;
}
#chargepoints .chargepoint-status-icon {
  font-size: 7px;
  margin-right: 2px;
  padding-right: 15px;
  position: relative;
  top: -1px;
}
#chargepoints .chargepoint-plug-type {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #9a9899;
  margin-top: 3px;
}
#chargepoints .chargepoint-plug-type:first-child {
  margin-top: 0px;
}
#chargepoints .chargepoint-plug-type-icon {
  min-width: 20px;
  text-align: center;
  display: inline-block;
}
#chargepoints .charging-type-power {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
#chargepoints .charging-type-power .chargepoint-charging-type-icon {
  position: absolute;
  left: 0px;
  top: -4px;
}
#chargepoints .chargepoint-filter .dropdown-toggle {
  box-shadow: none;
}
#chargepoints .chargepoint-filter .dropdown-menu {
  margin: 0px;
}
#chargepoints .chargepoint-filter .dropdown-menu.is-icon {
  min-width: 75px;
}
#chargepoints .chargepoint-filter .dropdown-menu.is-icon .option-text {
  font-size: 20px;
  padding-left: 10px;
}
#chargepoints .chargepoint-filter .dropdown-menu.is-text {
  min-width: 120px;
}
#chargepoints .chargepoint-filter .dropdown-menu.is-text .option-text {
  position: relative;
  font-size: 14px;
  top: -2px;
}
#chargepoints .chargepoint-filter-options {
  margin-bottom: 0px;
  max-height: 250px;
  overflow-y: auto;
}
#chargepoints .chargepoint-filter-options > li {
  padding: 0px 10px;
}
#chargepoints .chargepoint-filter-options > li label {
  margin: 0px;
  font-weight: 400;
  color: #000000;
}
#chargepoints .chargepoint-filter-buttons {
  position: absolute;
  bottom: -30px;
  right: 0px;
  margin-bottom: 0px;
}
#chargepoints .chargepoint-filter-buttons > li {
  background: #9a9899;
  cursor: pointer;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 5px;
}
#chargepoints .chargepoint-filter-buttons > li.is-success {
  background-color: #7ab51d;
  color: #000000;
}
#chargepoints .chargepoint-filter-buttons > li.is-success:hover {
  color: #000000;
  opacity: 0.9;
}
#chargepoints .chargepoint-filter-buttons > li.is-success:focus {
  color: #000000;
}
#chargepoints .chargepoint-charging-type-icon {
  font-size: 20px;
}
#chargepoints .chargepoint-massive-checkbox {
  position: relative;
  margin: 0px;
}
#chargepoints .chargepoint-massive-checkbox input[type="checkbox"] {
  opacity: 0;
}
#chargepoints .chargepoint-group-filters {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 15px;
}
#chargepoints .chargepoint-group-tabs {
  margin-left: -5px;
}
#chargepoints .chargepoint-group-tabs > li {
  margin: 0px 0px 10px 0px;
}
#chargepoints .chargepoint-group-separator {
  height: 1px;
  margin: 10px -15px;
  background: #f4f4f5;
}
#chargepoints .chargepoint-group-header {
  margin-bottom: 10px;
}
#chargepoints .chargepoint-group-header .dataTables_paginate {
  padding-top: 7px;
  text-align: left;
}
#chargepoints .chargepoint-group-form ul {
  margin: 0px;
}
#chargepoints .chargepoint-group-options {
  background: #ffffff;
  margin-bottom: 1px;
  padding: 5px 15px;
}
#chargepoints .chargepoint-group-options .list-custom {
  padding: 7px 0px;
  margin-left: -5px;
  font-size: 14px;
}
#chargepoints .chargepoint-group-options .list-custom > li {
  margin: 0px;
}
#chargepoints .chargepoint-group-options .list-custom > li > a {
  border-bottom-width: 3px;
}
#chargepoints .chargepoint-group-alert {
  margin-top: 20px;
}
#chargepoints .form-group label {
  color: #97999b;
}
#chargepoints .delete-group-button {
  line-height: 20px;
  font-size: 30px;
  position: relative;
  top: 7px;
}
#chargepoints .list-filter.list-inline li {
  padding-left: 2px;
}
#app-statistics {
  max-width: 1200px;
}
#app-statistics.details-tabs-content {
  padding: 10px;
}
#app-statistics .chart-line-area {
  text-align: left;
}
#app-statistics .chart-line-title {
  font-size: 16px;
  padding-bottom: 15px;
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
  text-align: left;
  padding-left: 5px;
}
#app-statistics .summary-reference-item {
  margin-top: 35px;
  text-align: left;
}
#app-statistics .summary-reference-item a {
  color: #000000;
}
#app-statistics .summary-reference-icon {
  padding-right: 8px;
}
#app-statistics .summary-reference-icon i {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#app-statistics .summary-reference-icon.in_use {
  color: #ffb92d;
}
#app-statistics .summary-reference-icon.offline {
  color: #9a9899;
}
#app-statistics .summary-reference-icon.available {
  color: #04797c;
}
#app-statistics .summary-reference-icon.error {
  color: #d0011b;
}
#app-statistics .summary-reference-text {
  font-family: 'KarbonWeb-Medium';
  opacity: 0.9;
  text-transform: uppercase;
}
#app-statistics .summary-reference-count {
  opacity: 0.54;
  font-size: 24px;
  font-weight: bold;
  line-height: 17px;
}
#app-statistics .doughnut-summary-title {
  font-size: 28px !important;
}
#sessions .sessions-header {
  margin-bottom: 10px;
}
#sessions .sessions-header:after {
  content: "";
  clear: both;
  display: table;
}
#sessions .sessions-filters {
  margin: 0px;
}
#sessions .sessions-filters > li:last-child {
  padding-right: 0px;
}
#sessions .sessions-pages {
  margin-bottom: 10px;
}
#sessions .sessions-location-map {
  height: 200px;
}
#sessions .sessions-list {
  overflow-x: auto;
}
#sessions .sessions-list .datatable-like {
  min-width: 0px;
}
#sessions .sessions-list .sessions-col-status {
  width: 8%;
}
#sessions .sessions-list .sessions-col-customer-id {
  width: 12%;
}
#sessions .sessions-list .sessions-col-owner {
  width: 0%;
}
#sessions .sessions-list .sessions-col-charging-type {
  width: 13%;
}
#sessions .sessions-list .sessions-col-price {
  width: 10%;
}
#sessions .sessions-list .sessions-col-kwh {
  width: 12%;
}
#sessions .sessions-list .sessions-col-evseid {
  width: 14%;
}
#sessions .sessions-list .sessions-col-id {
  width: 8%;
}
#sessions .sessions-list .sessions-col-date {
  width: 10%;
}
#sessions .sessions-list .sessions-col-duration {
  width: 8%;
}
#sessions .sessions-list .sessions-col-show {
  width: 5%;
}
#sessions .sessions-list .sessions-col-location-text {
  width: 22%;
}
#sessions .sessions-list .sessions-col-location-map {
  width: 40%;
}
#sessions .sessions-list.account-sessions .sessions-col-status {
  width: 9%;
}
#sessions .sessions-list.account-sessions .sessions-col-charging-type {
  width: 9%;
}
#sessions .sessions-list.account-sessions .sessions-col-card-short-reference {
  width: 15%;
}
#sessions .sessions-list.account-sessions .sessions-col-price {
  width: 10%;
}
#sessions .sessions-list.account-sessions .sessions-col-kwh {
  width: 10%;
}
#sessions .sessions-list.account-sessions .sessions-col-evseid {
  width: 19%;
}
#sessions .sessions-list.account-sessions .sessions-col-id {
  width: 10%;
}
#sessions .sessions-list.account-sessions .sessions-col-date {
  width: 10%;
}
#sessions .sessions-list.account-sessions .sessions-col-show {
  width: 8%;
}
#sessions .sessions-list.account-sessions .sessions-col-location-text {
  width: 51%;
}
#sessions .sessions-list.account-sessions .sessions-col-location-map {
  width: 41%;
}
#sessions .sessions-list.has-owner-column .sessions-col-customer-id {
  width: 8%;
}
#sessions .sessions-list.has-owner-column .sessions-col-owner {
  width: 7%;
}
#sessions .sessions-list.has-owner-column .sessions-col-charging-type {
  width: 10%;
}
#sessions .sessions-label {
  font-family: 'KarbonWeb-Regular';
  color: #9a9899;
  text-transform: uppercase;
}
#sessions .sessions-line {
  position: relative;
  color: #000000;
}
#sessions .sessions-line a {
  color: #000000;
  text-decoration: underline;
}
#sessions .sessions-line-info {
  position: relative;
  border-top: none;
  color: #000000;
}
#sessions .sessions-line-info [class*="col-"] {
  align-self: self-start;
}
#sessions .sessions-line-border {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0px;
  top: 0px;
}
#sessions .sessions-status-filter .dropdown-menu.is-text {
  min-width: 175px;
}
#sessions .sessions-status-filter .dropdown-menu.is-text .option-text {
  padding-left: 3px;
}
#sessions .sessions-status-icon {
  font-size: 7px;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
#sessions .sessions-charging-type-icon {
  font-size: 16px;
}
#sessions .session-detail + .session-detail {
  margin-top: 15px;
}
.session-consumption-modal .nav-tabs {
  border: none;
  margin-bottom: 20px;
  font-size: 18px;
}
.session-consumption-modal .nav-tabs > li {
  margin-left: 20px;
}
.session-consumption-modal .nav-tabs > li > a,
.session-consumption-modal .nav-tabs > li > a:hover,
.session-consumption-modal .nav-tabs > li > a:focus {
  color: #555;
  border: none;
  border-bottom: 5px solid transparent;
  padding: 0px 0px 5px 0px;
}
.session-consumption-modal .nav-tabs > li.active > a,
.session-consumption-modal .nav-tabs > li.active > a:hover,
.session-consumption-modal .nav-tabs > li.active > a:focus {
  color: #000;
  background: none;
  border-bottom-color: #7ab51d;
}
.session-consumption-modal .nav-tabs > li:first-child {
  margin-left: 0px;
}
.session-consumption-modal h4 {
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}
.session-consumption-modal .details-block + .details-block {
  margin-top: 30px;
}
.session-consumption-modal .history-log-details {
  background-color: #fff;
}
.session-consumption-modal .send-data-form {
  margin-top: -8px;
}
.session-consumption-modal .send-data-form .form-group {
  margin-right: 8px;
}
.session-consumption-modal .send-data-form .form-group input[name="email"] {
  min-width: 300px;
}
.session-consumption-chart {
  height: 350px;
  margin-top: 30px;
}
.item-panel {
  background: #ffffff;
  margin-bottom: 10px;
}
.item-panel > .tariffs-item-helper {
  margin-top: 15px;
  margin-right: 20px;
}
.item-panel.is-viewing .tariffs-item-edit {
  display: none;
}
.item-panel.is-editing .tariffs-item-view {
  display: none;
}
.item-panel input::placeholder {
  color: #97999b;
  font-style: italic;
}
.item-panel-edit {
  padding: 15px 20px 15px 15px;
  border-left: 5px solid #7ab51d;
}
.item-panel-title {
  font-family: 'KarbonWeb-Medium';
  font-size: 22px;
  padding-bottom: 15px;
}
.item-panel-block {
  margin-top: 30px;
}
.item-panel-block-title {
  font-family: 'KarbonWeb-Medium';
  color: #9a9899;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.item-panel-block-title.mb-10 {
  margin-bottom: 10px;
}
#bulk-actions .col-evseid {
  width: 20%;
}
#bulk-actions .col-protocol {
  width: 10%;
}
#bulk-actions .col-transport {
  width: 15%;
}
#bulk-actions .col-firmware {
  width: 15%;
}
#bulk-actions .col-status {
  width: 15%;
}
#bulk-actions .col-last-communication {
  width: 15%;
}
#bulk-actions .col-checkbox {
  width: 10%;
}
#bulk-actions .action-forms-area {
  padding: 10px;
}
#bulk-actions .col-history-creation-date {
  width: 15%;
}
#bulk-actions .col-history-update-date {
  width: 15%;
}
#bulk-actions .col-history-action {
  width: 15%;
}
#bulk-actions .col-history-progress {
  width: 10%;
}
#bulk-actions .col-history-actions-total-count {
  width: 10%;
}
#bulk-actions .col-history-actions-in-progress-count {
  width: 10%;
}
#bulk-actions .col-history-actions-finished-count {
  width: 10%;
}
#bulk-actions .col-history-actions-failed-count {
  width: 10%;
}
#bulk-actions .col-history-options {
  width: 5%;
}
#bulk-actions .col-history-payload {
  width: 70%;
}
#user-manual .user-manual-button {
  position: absolute;
  right: 20px;
  top: 65px;
}
#user-manual .user-manual-button:hover {
  opacity: 0.9;
}
#user-manual .user-manual-button.active {
  position: fixed;
  z-index: 9999;
}
#user-manual .user-manual-content {
  z-index: 99999;
  position: fixed;
  background: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  top: 110px;
  right: 20px;
  bottom: 15px;
  left: 50%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
}
#user-manual .user-manual-header {
  height: 30px;
  text-align: right;
}
#user-manual .user-manual-header ul {
  margin: 0px;
}
#user-manual .user-manual-header ul > li:last-child {
  padding-right: 7px;
}
#user-manual .user-manual-header-button {
  font-size: 28px;
  line-height: 30px;
  font-family: Arial, Baskerville, monospace;
}
#user-manual .user-manual-header-button:hover {
  opacity: 0.8;
}
#user-manual .user-manual-body {
  height: calc(100% - 30px);
  overflow: auto;
}
#user-manual.active:not(.folded) {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#user-manual.active .user-manual-content {
  display: block;
}
#user-manual.folded .user-manual-content {
  bottom: auto;
}
#user-manual-button {
  font-size: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0px;
  border: none;
  border-radius: 50%;
  background: #fff;
}
#user-manual-button:hover {
  opacity: 0.9;
}
#user-manual-button.active:hover {
  opacity: 1;
}
#user-manual-html {
  text-align: left;
  padding: 0px 20px 20px 20px;
  font-size: 16px;
}
#user-manual-html p {
  margin: 0px;
}
#user-manual-html img {
  max-width: 100%;
}
#app-infrastructure.orders .order-tabs {
  margin-bottom: 20px;
}
#organization {
  padding: 20px;
}
#organization .organization-create-button {
  position: absolute;
  right: 0px;
  top: -48px;
}
#organization .organization-details {
  position: relative;
  border-top-color: transparent;
}
#organization .organization-details .row {
  border-top-color: transparent;
  margin-left: -15px;
  margin-right: -15px;
}
#organization .organization-details [class*="col-"] {
  align-self: start;
  padding-bottom: 5px;
  padding-top: 5px;
}
#organization .organization-details .organization-details-label {
  color: #97999b;
  text-transform: uppercase;
}
#organization .organization-details .organization-edit-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#organization .goback-link {
  color: #9a9899;
  font-size: 18px;
  font-weight: normal;
  padding-left: 6px;
  position: relative;
  text-decoration: none;
  top: -2px;
}
#organization .goback-link .font-icons {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#organization .structure-header {
  margin-bottom: 15px;
  margin-left: 5px;
}
#organization .structure-header a {
  color: #9a9899;
  font-weight: bold;
  text-decoration: none;
}
#organization .structure-header a .font-icons {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#organization .organization-form {
  background-color: #fff;
  border-left: 5px solid #7ab51d;
  padding: 15px 20px 15px 15px;
}
#organization .organization-form .row [class*="col-"] {
  align-self: start;
}
#organization .organization-form-title {
  color: #9a9899;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#organization .file-upload-preview {
  height: 64px;
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
}
#organization .file-upload-button {
  margin-top: 20px;
}
#organization .locale-select {
  border: none;
  box-shadow: none;
  padding: 0px 25px 0px 0px;
  height: auto;
  width: auto;
}
.show-if-mobile-app {
  display: none;
}
.is-mobile-app {
  background-color: #ffffff;
}
.is-mobile-app .show-if-mobile-app {
  display: inherit;
}
.is-mobile-app .hide-if-mobile-app {
  display: none;
}
.is-mobile-app .hide-if-mobile-app {
  display: none;
}
.is-mobile-app .p-0-if-mobile-app {
  padding: 0px !important;
}
.is-mobile-app .pt-0-if-mobile-app {
  padding-top: 0px !important;
}
.is-mobile-app .text-center-if-mobile-app {
  text-align: center !important;
}
