/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0:before {
  content: "\30";
}
.fa-1:before {
  content: "\31";
}
.fa-2:before {
  content: "\32";
}
.fa-3:before {
  content: "\33";
}
.fa-4:before {
  content: "\34";
}
.fa-5:before {
  content: "\35";
}
.fa-6:before {
  content: "\36";
}
.fa-7:before {
  content: "\37";
}
.fa-8:before {
  content: "\38";
}
.fa-9:before {
  content: "\39";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-at:before {
  content: "\40";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-info:before {
  content: "\f129";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-crop:before {
  content: "\f125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-pager:before {
  content: "\f815";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-k:before {
  content: "\4b";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-blog:before {
  content: "\f781";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-w:before {
  content: "\57";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-clover:before {
  content: "\e139";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-film:before {
  content: "\f008";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-memory:before {
  content: "\f538";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-compress:before {
  content: "\f066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-asterisk:before {
  content: "\2a";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-lock:before {
  content: "\f023";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-om:before {
  content: "\f679";
}
.fa-worm:before {
  content: "\e599";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-i:before {
  content: "\49";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-pills:before {
  content: "\f484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-v:before {
  content: "\56";
}
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-school:before {
  content: "\f549";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-joint:before {
  content: "\f595";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-q:before {
  content: "\51";
}
.fa-g:before {
  content: "\47";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-vial:before {
  content: "\f492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-e:before {
  content: "\45";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-user:before {
  content: "\f007";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-key:before {
  content: "\f084";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-c:before {
  content: "\43";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-star:before {
  content: "\f005";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-cross:before {
  content: "\f654";
}
.fa-box:before {
  content: "\f466";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-spider:before {
  content: "\f717";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-slash:before {
  content: "\f715";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-server:before {
  content: "\f233";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-venus:before {
  content: "\f221";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-crown:before {
  content: "\f521";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-l:before {
  content: "\4c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-city:before {
  content: "\f64f";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-headset:before {
  content: "\f590";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-bold:before {
  content: "\f032";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-train:before {
  content: "\f238";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-crow:before {
  content: "\f520";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-image:before {
  content: "\f03e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-vest:before {
  content: "\e085";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-virus:before {
  content: "\e074";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-archway:before {
  content: "\f557";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-italic:before {
  content: "\f033";
}
.fa-table-cells-column-lock:before {
  content: "\e678";
}
.fa-church:before {
  content: "\f51d";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-z:before {
  content: "\5a";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "\41";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-p:before {
  content: "\50";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-locust:before {
  content: "\e520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-question:before {
  content: "\3f";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-code:before {
  content: "\f121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-f:before {
  content: "\46";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-road:before {
  content: "\f018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-poop:before {
  content: "\f619";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-eject:before {
  content: "\f052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-h:before {
  content: "\48";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-heart:before {
  content: "\f004";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-r:before {
  content: "\52";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-circle:before {
  content: "\f111";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-pen:before {
  content: "\f304";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-bus:before {
  content: "\f207";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-plant-wilt:before {
  content: "\e5aa";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-divide:before {
  content: "\f529";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-j:before {
  content: "\4a";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-o:before {
  content: "\4f";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-otter:before {
  content: "\f700";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-comment:before {
  content: "\f075";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-water:before {
  content: "\f773";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-dna:before {
  content: "\f471";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-chess:before {
  content: "\f439";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-vials:before {
  content: "\f493";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-u:before {
  content: "\55";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-s:before {
  content: "\53";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-images:before {
  content: "\f302";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-n:before {
  content: "\4e";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-download:before {
  content: "\f019";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-file-circle-check:before {
  content: "\e5a0";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-b:before {
  content: "\42";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-upload:before {
  content: "\f093";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-mars:before {
  content: "\f222";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-sun:before {
  content: "\f185";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-less-than:before {
  content: "\3c";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-person-through-window:before {
  content: "\e5a9";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-bug:before {
  content: "\f188";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-bed:before {
  content: "\f236";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-file:before {
  content: "\f15b";
}
.fa-greater-than:before {
  content: "\3e";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-socks:before {
  content: "\f696";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-section:before {
  content: "\e447";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-drum:before {
  content: "\f569";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-play:before {
  content: "\f04b";
}
.fa-font:before {
  content: "\f031";
}
.fa-table-cells-row-lock:before {
  content: "\e67a";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-y:before {
  content: "\59";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-fish:before {
  content: "\f578";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-add:before,
.fa-plus:before {
  content: "\2b";
}
.fa-expand:before {
  content: "\f065";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-equals:before {
  content: "\3d";
}
.fa-blender:before {
  content: "\f517";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-map:before {
  content: "\f279";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-fill:before {
  content: "\f575";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-notdef:before {
  content: "\e1fe";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "\25";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-display:before {
  content: "\e163";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-robot:before {
  content: "\f544";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-award:before {
  content: "\f559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tents:before {
  content: "\e582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-moon:before {
  content: "\f186";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-music:before {
  content: "\f001";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-hashtag:before {
  content: "\23";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-t:before {
  content: "\54";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-fan:before {
  content: "\f863";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-file-circle-plus:before {
  content: "\e494";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-m:before {
  content: "\4d";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-book:before {
  content: "\f02d";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-rug:before {
  content: "\e569";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "\21";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "\24";
}
.fa-x:before {
  content: "\58";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-d:before {
  content: "\44";
}
.fa-stapler:before {
  content: "\e5af";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/455ea818179b4def0c43.woff2) format("woff2"), url(/60127e352b7a11f7f1bc.ttf) format("truetype");
}
.fab {
  font-family: "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/21cb8f55d8e0c5b89751.woff2) format("woff2"), url(/eb91f7b948a42799f678.ttf) format("truetype");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/4d986b00ff9ca3828fbd.woff2) format("woff2"), url(/bacd5de623fb563b961a.ttf) format("truetype");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa,
.fas {
  font-weight: 900;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/5be1347c682810f199c7.eot);
  src: url(/5be1347c682810f199c7.eot?#iefix) format('embedded-opentype'), url(/be810be3a3e14c682a25.woff2) format('woff2'), url(/82b1212e45a2bc35dd73.woff) format('woff'), url(/4692b9ec53fd5972caa2.ttf) format('truetype'), url(/060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro: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;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  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=checkbox]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .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],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody: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:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.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;
  }
  td.visible-md,
  th.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;
  }
  td.visible-lg,
  th.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;
  }
  td.visible-print,
  th.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;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  -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-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
  text-shadow: none;
}
.btn.active,
.btn:active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default.active,
.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary.active,
.btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:focus,
.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success.active,
.btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:focus,
.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info.active,
.btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:focus,
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning.active,
.btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger.active,
.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none;
}
.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.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);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*# sourceMappingURL=bootstrap-theme.min.css.map */

/*!
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjallemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjallemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container.toast-bottom-center,
#toast-container.toast-center,
#toast-container.toast-top-center {
  width: 100%;
  pointer-events: none;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-center > div,
#toast-container.toast-top-center > div {
  margin: auto;
  pointer-events: auto;
}
#toast-container.toast-bottom-center > button,
#toast-container.toast-center > button,
#toast-container.toast-top-cente > button {
  pointer-events: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-wait {
  background-image: url(data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info,
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0.8;
}
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
  opacity: 0;
}

.gridster {
  position: relative;
  margin: auto;
  height: 0;
}
.gridster > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.gridster-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 2;
  position: absolute;
  display: none;
}
.gridster-loaded {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.gridster-loaded .gridster-item {
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  transition: opacity 0.3s, left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.gridster-loaded .gridster-preview-holder {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #ddd;
  border-color: #fff;
  opacity: 0.2;
}
.gridster-loaded .gridster-item.gridster-item-moving,
.gridster-loaded .gridster-preview-holder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.gridster-mobile {
  height: auto !important;
}
.gridster-mobile .gridster-item {
  height: auto;
  position: static;
  float: none;
}
.gridster-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.gridster-item.ng-enter {
  opacity: 1;
}
.gridster-item-moving {
  z-index: 3;
}
.gridster-item-resizable-handler {
  position: absolute;
  font-size: 1px;
  display: block;
  z-index: 5;
}
.handle-se {
  cursor: se-resize;
  width: 0;
  height: 0;
  right: 1px;
  bottom: 1px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent;
}
.handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  top: 1px;
}
.handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  top: 1px;
}
.handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  bottom: 1px;
}
.handle-e {
  cursor: e-resize;
  width: 12px;
  bottom: 0;
  right: 1px;
  top: 0;
}
.handle-s {
  cursor: s-resize;
  height: 12px;
  right: 0;
  bottom: 1px;
  left: 0;
}
.handle-n {
  cursor: n-resize;
  height: 12px;
  right: 0;
  top: 1px;
  left: 0;
}
.handle-w {
  cursor: w-resize;
  width: 12px;
  left: 1px;
  top: 0;
  bottom: 0;
}
.gridster .gridster-item:hover .gridster-box {
  border: 1.5px solid #B3B2B3;
}
.gridster .gridster-item:hover .handle-se {
  border-color: transparent transparent #ccc;
}

/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/6768c1976c2ad78da163.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/6768c1976c2ad78da163.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(/6768c1976c2ad78da163.png) no-repeat 100% -20px;
  background: url(/6768c1976c2ad78da163.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/6768c1976c2ad78da163.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(/6768c1976c2ad78da163.png) no-repeat -30px -20px;
  background: url(/6768c1976c2ad78da163.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/a0b7f3f18d93f6730bb2.png) !important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}


@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.admin-configuration__btn-row {
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
}
#admin-configuration .uploadContainer label {
  margin: 1rem 0 0 0.5rem;
}
#admin-configuration p {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.authorized-container {
  display: flex;
  flex: 1;
}
.authorized-container > * {
  flex: 1;
}

.tip-chart {
  min-width: 320px;
  max-width: 1500px;
  margin: 1rem auto 0 auto;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 92vw;
  min-width: 45vw;
  box-sizing: border-box;
}
.content-container * {
  box-sizing: border-box;
}
.content-container > * {
  flex: 1;
}
.content-container__panel {
  background-color: #fff;
  margin: 1.5rem 1.5rem 0 1.5rem;
}
.content-container__panel:first-child {
  margin-top: 0.5rem;
}
.content-container__panel:last-child {
  margin-bottom: 0.5rem;
}
.content-container__panel--hidden {
  display: none;
}
.content-container__toolbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: hsl(220, 12%, 95%);
  max-height: 60px;
  padding: 0.5rem 1.5rem;
}

.image {
  position: relative;
  display: table;
  height: 60px;
}
.image > img {
  display: block;
  height: 60px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.key-manager__btn-row {
  display: flex;
  margin: 10px 10px 0 10px;
}
.key-manager__generation {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #bababa;
  padding: 20px;
  margin-right: 10px;
  width: 240px;
}
.key-manager__generation__text {
  flex: 1;
  font-size: 16px;
  color: #131313;
  font-family: 'EtelkaLight', sans-serif;
  margin-bottom: 5px;
}
.key-manager__spinner {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 50%;
}
.keysListContainer {
  max-height: 700px;
  margin: 5px 10px 0 10px;
}
.keysListContainer__title-row {
  border-bottom: 2px solid #e6e6e6;
  height: 24px;
  display: flex;
  flex-direction: row;
}
.keysListContainer__row {
  height: 40px;
  display: flex;
  flex-direction: row;
}
.keysListContainer__scroll {
  max-height: 660px;
  overflow-y: auto;
}
.keysListContainer .keyTitleBlock {
  width: 22%;
  display: flex;
  align-items: center;
}
.keysListContainer .keyTitleBlock > a {
  color: #002c65;
}
.keysListContainer .keyTitleBlock__chevron {
  margin-left: 5px;
}
.keysListContainer .keyTitleBlock-small {
  width: 12%;
  display: flex;
  align-items: center;
}
.keysListContainer .keyTitleBlock-small > a {
  color: #002c65;
}
.keysListContainer .keyTitleBlock-small__chevron {
  margin-left: 5px;
}
.key-generation-modal__header {
  background-color: white;
  border: 0;
}
.key-generation__body {
  background-color: #f8fafa;
}
.key-generation__info {
  color: hsl(0, 0%, 13%);
  display: flex;
  align-items: center;
  height: 35px;
  padding-bottom: 15px;
}
.key-generation__row {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 10px 0;
  padding: 0;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}
.key-generation__row:hover {
  background-color: hsl(220, 12%, 95%);
  cursor: pointer;
}
.key-generation__row:last-of-type {
  margin-bottom: 0;
}
.key-generation__row:disabled {
  background-color: hsl(220, 12%, 95%);
}
.key-generation__row:disabled:hover {
  cursor: not-allowed;
}
.key-generation__row:disabled .key-generation__row__item {
  color: hsl(0, 0%, 29%);
}
.key-generation__row__item {
  color: hsl(0, 0%, 13%);
  margin-left: 10px;
  min-width: 200px;
  text-align: start;
}
.key-generation__row__item--long {
  color: hsl(0, 0%, 13%);
}
.activeKeyRow {
  background-color: #002c65;
}
.activeKeyRow > * {
  color: #fff;
}
.activeKeyRow:hover {
  background-color: #003d8c;
  cursor: pointer;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.logo-container {
  line-height: 60px;
  vertical-align: middle;
  flex: 0 1;
  display: flex;
}
.logo-container > figure {
  flex: 0 1;
}

.logo-smartvision {
  padding: 12px 0;
}
.logo-smartvision > img {
  height: 36px;
}

.main-header {
  display: flex;
  height: 60px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.basic-modal .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background-color: #ededed;
  border-bottom: 1px solid #e9ecef;
}
.basic-modal .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.basic-modal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.basic-modal .modal-header .close span {
  font-size: 2rem;
}
.basic-modal .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
}
.basic-modal__row {
  margin-top: 7px;
  margin-bottom: 7px;
}
.basic-modal__body__title {
  font-size: 16px;
  margin: 10px 0;
}
.basic-modal__body__title--rec {
  font-size: 16px;
  color: #28b845;
  margin-bottom: 10px;
}
.basic-modal__body__high {
  border: 1px solid #28b845 !important;
}
.basic-modal__body__list {
  list-style: none;
  padding: 0;
  border: 1px solid #c0c0c0;
}
.basic-modal__body__list--item {
  padding: 5px 0;
}
.basic-modal__body__list--item:hover {
  background-color: #002c65;
  color: white;
  cursor: pointer;
}
.basic-modal__body__list--item:nth-child(n+2) {
  border-top: 1px solid #c0c0c0;
}
.basic-modal__body__list--item__title {
  display: inline-block;
  width: 25%;
  margin-left: 10px;
}
.basic-modal__body__list--item__header-title {
  display: inline-block;
  width: 17%;
}
.basic-modal__body__list--item__subtitle {
  display: inline-block;
  width: 25%;
}
.basic-modal__body__list--item__long-col {
  display: inline-block;
  width: 30%;
}
.basic-modal__body__list--item__icon {
  color: #28b845;
  margin-left: 5px;
}
.basic-modal-white .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  border-bottom: 0;
}
.basic-modal-white .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.basic-modal-white .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.basic-modal-white .modal-header .close span {
  font-size: 2rem;
}
.basic-modal-white .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: hsl(220, 12%, 95%);
  border-top: 0;
}
.basic-modal-white__row {
  margin-top: 7px;
  margin-bottom: 7px;
}
.basic-modal-white__body__title {
  font-size: 16px;
  margin: 10px 0;
}
.basic-modal-white__body__title--rec {
  font-size: 16px;
  color: #28b845;
  margin-bottom: 10px;
}
.basic-modal-white__body__high {
  border: 1px solid #28b845 !important;
}
.basic-modal-white__body__list {
  list-style: none;
  padding: 0;
  border: 1px solid #c0c0c0;
}
.basic-modal-white__body__list--item {
  padding: 5px 0;
}
.basic-modal-white__body__list--item:hover {
  background-color: #002c65;
  color: white;
  cursor: pointer;
}
.basic-modal-white__body__list--item:nth-child(n+2) {
  border-top: 1px solid #c0c0c0;
}
.basic-modal-white__body__list--item__title {
  display: inline-block;
  width: 25%;
  margin-left: 10px;
}
.basic-modal-white__body__list--item__header-title {
  display: inline-block;
  width: 17%;
}
.basic-modal-white__body__list--item__subtitle {
  display: inline-block;
  width: 25%;
}
.basic-modal-white__body__list--item__long-col {
  display: inline-block;
  width: 30%;
}
.basic-modal-white__body__list--item__icon {
  color: #28b845;
  margin-left: 5px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.nav-container {
  margin-bottom: 13.5px !important;
}
.nav > li > a {
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 2px;
  padding-right: 2px;
}
.nav-pills > li > a {
  border-radius: 0;
  color: white !important;
  background-color: #002c65;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav-pills > li {
  width: 150px;
  text-align: center;
}
.nav-pills > li + li {
  margin-left: 10px !important;
}
.nav-pills > li:hover {
  cursor: pointer;
}
.nav-pills > li.active > a {
  color: white !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #6b7f10 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #25447b !important;
}
.navi-item {
  font-size: 13px;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-style: normal !important;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.nav-container {
  margin-bottom: 13.5px !important;
}
.navigation {
  display: flex;
}
.navigation__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  cursor: pointer;
  color: white;
  background-color: #002c65;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
  white-space: nowrap;
}
.navigation__item > * {
  flex: 0 1;
}
.navigation__item:first-child {
  margin-left: 0;
}
.navigation__item:hover {
  background-color: #25447b;
}
.navigation__item--active {
  background-color: #6b7f10;
}
.navigation__item--active span {
  text-decoration: underline;
}
.navigation__item--active:hover {
  background-color: #6b7f10;
}
.navigation__icon {
  margin-right: 5px;
  margin-bottom: 0px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.sidebar,
.sidebar > ng-transclude {
  flex: 0.2;
  display: flex;
  flex-direction: row;
  height: 90vh;
  bottom: 0;
}
.sidebar *,
.sidebar > ng-transclude * {
  box-sizing: border-box;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-height: calc(90vh - 60px);
  overflow-y: auto;
}
.sidebar-list__item {
  position: relative;
  margin-bottom: 2px;
}
.sidebar-list__item:last-child {
  margin-bottom: 0;
}
.sidebar-list__item > * {
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
  position: relative;
  width: 100%;
  color: hsl(0, 0%, 13%);
  font-size: 1.4rem;
}
.sidebar-list__item > *:hover {
  background-color: #1a5a92;
  color: white;
  text-decoration: none;
}
.sidebar-list__item--selected > * {
  background-color: #1a5a92;
  color: white;
}
.sidebar-list__item--selected > *:hover {
  background-color: #c1c6d0;
  color: hsl(0, 0%, 13%);
}
.sidebar-list__item--with-icon > * {
  padding-left: 40px;
}
.sidebar-list__item-icon {
  color: inherit;
  position: absolute;
  left: 15px;
  top: 16px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.sidebar-panel {
  width: 200px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 2px 0 5px -1px rgba(0, 0, 0, 0.2);
  min-height: 100%;
}
.sidebar-panel__header {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 1rem;
  background-color: #002c65;
}
.sidebar-panel__title {
  margin: 0.8rem;
}
.sidebar-panel__title h2 {
  color: white;
  font-size: 2rem;
  margin: 0;
}
.sidebar-panel__close,
.sidebar-panel__open {
  color: white;
  position: absolute;
  top: 18px;
  right: 12.5px;
  font-size: 2rem;
}
.sidebar-panel__close:hover,
.sidebar-panel__open:hover {
  cursor: pointer;
  color: grey;
}
.sidebar-panel__content {
  height: calc(90vh - 60px);
}
.sidebar-component {
  margin-right: 2px;
}
.sidebar-component:last-of-type {
  margin: 0;
}
sidebar-panel {
  display: block;
  min-height: 100%;
  position: relative;
}
.sidebar-panel--closed {
  display: flex;
  width: 45px;
  background-color: #002c65;
}
.sidebar-panel__closed {
  color: white;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.sidebar-panel__closed > .sidebar-panel__title {
  flex: 1;
  transform: rotate(90deg);
}
.sidebar-panel > sidebar-panel {
  box-shadow: none;
}
.sidebar-panel__loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.sidebar-panel__loading > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sidebar-panel__loading > div > * {
  flex: 1;
  max-width: 30px;
  max-height: 30px;
}

/*! angularjs-slider - v7.0.0 -  (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> -  https://github.com/angular-slider/angularjs-slider -  2019-02-23 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  user-select: none;
}
.rzslider.noanimate * {
  transition: none !important;
}
.rzslider.with-legend {
  margin-bottom: 40px;
}
.rzslider[disabled] {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}
.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}
.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}
.rzslider .rz-draggable {
  cursor: move;
}
.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}
.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}
.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}
.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: background-color linear 0.3s;
}
.rzslider .rz-restricted {
  z-index: 3;
  background: #f00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  transition: all linear 0.3s;
}
.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.rzslider .rz-pointer:hover:after {
  background-color: #fff;
}
.rzslider .rz-pointer.rz-active {
  z-index: 4;
}
.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}
.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s;
}
.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}
.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}
.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
  transition: background-color linear 0.3s;
}
.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}
.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}
.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}
.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}
.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}
.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px!important;
  margin-left: 3px;
}
.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}
.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}
.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}

.splitter {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.splitter__child {
  display: flex;
  align-items: center;
}
.splitter__child__item {
  min-width: 190px;
  flex: 0.1 0.1 15%;
  margin-right: 5px;
}
.splitter__btn {
  height: 34px;
  border-radius: 4px;
}
.splitter > *:first-child {
  flex: 1;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.system-time__container {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: 14px;
  padding-top: 7px;
  font-size: 14px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
.system-time__label {
  flex: 1;
  color: #002c65;
}
.system-time__icon {
  color: #002c65;
  top: 3px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.user-menu {
  display: block;
  flex: 0 1;
  margin-left: 14px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
.user-menu ul li a:hover {
  cursor: pointer;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.user-settings-button {
  display: block;
  background-color: #002c65;
  height: 100%;
  font-size: 14px;
  padding-top: 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.user-settings-button > * {
  display: inline-block;
}
.user-settings-button:hover {
  background-color: #356188;
}

.access-nothing {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.access-nothing__panel {
  padding: 3rem;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
/*-----------------------------------------
  COMMON
-----------------------------------------*/
.analysisContainer {
  background-color: white;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  height: 846px;
  color: black;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  text-align: left;
  overflow: auto;
}
.analysisContainer > .analysis-title {
  background-color: #2d3039;
  height: 33px;
}
.analysisContainer > .analysis-title > h1 {
  line-height: 33px;
  font-size: 20px;
  margin: 0;
  color: white;
  padding-left: 8px;
  float: left;
  word-break: break-all;
  overflow: hidden;
}
.analysisContainer > .analysis-content {
  padding: 5px;
}
.analysisContainer .unit-consist-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.analysisContainer .unit-consist-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.analysisContainer .loading-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  height: calc(100% - 23.5rem);
  width: calc(100% - 28px);
  padding: 0;
  margin: 14px;
  position: absolute;
  top: calc(9.5rem + 150px + 7px);
  left: 0;
  z-index: 10;
}
.analysisContainer .unit-table,
.analysisContainer .unit-consist-table {
  max-height: 65vh;
  overflow-y: auto;
}
.analysisContainer .unit-table table,
.analysisContainer .unit-consist-table table {
  font-size: 1.4rem;
  table-layout: auto;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  width: calc(100% - 1rem);
}
.analysisContainer .unit-table table thead,
.analysisContainer .unit-consist-table table thead {
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: 3px solid #e8e8e8;
}
.analysisContainer .unit-table table thead tr th,
.analysisContainer .unit-consist-table table thead tr th {
  font-size: 1.2rem;
  cursor: pointer;
}
.analysisContainer .unit-table table thead tr th:nth-child(1),
.analysisContainer .unit-consist-table table thead tr th:nth-child(1),
.analysisContainer .unit-table table thead tr th:nth-child(2),
.analysisContainer .unit-consist-table table thead tr th:nth-child(2),
.analysisContainer .unit-table table thead tr th:nth-child(3),
.analysisContainer .unit-consist-table table thead tr th:nth-child(3),
.analysisContainer .unit-table table thead tr th:nth-child(4),
.analysisContainer .unit-consist-table table thead tr th:nth-child(4) {
  font-size: 1.4rem;
  white-space: nowrap;
}
.analysisContainer .unit-table table tbody tr td,
.analysisContainer .unit-consist-table table tbody tr td {
  font-size: 1.4rem;
  padding: 1px;
}
.analysisContainer .unit-table table tbody tr td:nth-child(1),
.analysisContainer .unit-consist-table table tbody tr td:nth-child(1),
.analysisContainer .unit-table table tbody tr td:nth-child(2),
.analysisContainer .unit-consist-table table tbody tr td:nth-child(2),
.analysisContainer .unit-table table tbody tr td:nth-child(3),
.analysisContainer .unit-consist-table table tbody tr td:nth-child(3),
.analysisContainer .unit-table table tbody tr td:nth-child(4),
.analysisContainer .unit-consist-table table tbody tr td:nth-child(4),
.analysisContainer .unit-table table tbody tr td:nth-child(5),
.analysisContainer .unit-consist-table table tbody tr td:nth-child(5) {
  white-space: nowrap;
  padding-right: 5px;
}
.analysisContainer .unit-table .unit,
.analysisContainer .unit-consist-table .unit {
  text-align: left;
  width: 100%;
  border: none;
  background-color: #002c65;
  color: white;
  cursor: pointer;
  padding: 1rem;
}
.analysisContainer .unit-table .unit:hover,
.analysisContainer .unit-consist-table .unit:hover {
  text-decoration: underline;
  background-color: #00377f;
}
.analysisContainer .unit-table .unit .search-highlight,
.analysisContainer .unit-consist-table .unit .search-highlight {
  text-decoration: underline;
  font-weight: bold;
}
.analysisContainer .unit-table .unit-details,
.analysisContainer .unit-consist-table .unit-details {
  max-height: 500px;
  overflow-y: scroll;
}
.analysisContainer .unit-table .unit-details .search-highlight,
.analysisContainer .unit-consist-table .unit-details .search-highlight {
  font-style: italic;
  color: #00377f;
}
/*-----------------------------------------
  CHART SELECTION
-----------------------------------------*/
.chartContainer {
  margin-top: 5px;
  min-height: 600px;
  border: 1px solid #e8e8e8;
}
.chartContainer .chartControlContainer {
  color: #337ab7 !important;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 15px;
  width: 100%;
  height: 100px;
}
.chartContainer .chartControlContainer .info-text {
  color: #ffac00;
}
.chartContainer .chartControlContainer .chartTypeSelection {
  float: left;
  width: 100px;
  position: relative;
  margin-bottom: 10px;
}
.chartContainer .chartControlContainer .chartTypeSelection .chartTypeIcons {
  top: 8px;
}
.chartContainer .chartControlContainer .chartTypeSelection .chartTypeIcons i.chart-type-icon.fas {
  font-size: 25px;
  color: #666666 !important;
  cursor: pointer;
  margin: 4px 4px 0 4px;
}
.chartContainer .chartControlContainer .chartTypeSelection .chartTypeIcons i.chart-type-icon.fas:hover {
  color: #333 !important;
}
.chartContainer .chartControlContainer .chartTypeSelection .chartTypeIcons i.chart-type-icon.fas.selected-type {
  color: #333 !important;
}
.chartContainer .chartControlContainer .carSelection {
  float: left;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.chartContainer .chartControlContainer .carSelection .carSelectorGroup {
  width: 100%;
}
.chartContainer .chartControlContainer .carSelection .carSelectorGroup .fas {
  font-weight: 600;
}
.chartContainer .chartControlContainer .subsystemSelection {
  float: left;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.chartContainer .chartControlContainer .subsystemSelection .subsystemSelectorGroup {
  width: 100%;
}
.chartContainer .chartControlContainer .subsystemSelection .subsystemSelectorGroup .fas {
  font-weight: 600;
}
.chartContainer .chartControlContainer .eventSelection {
  float: left;
  width: 500px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.chartContainer .chartControlContainer .eventSelection .eventSelectorGroup {
  width: 100%;
}
.chartContainer .chartControlContainer .eventSelection .eventSelectorGroup .fas {
  font-weight: 600;
}
.chartContainer .chartControlContainer .envDataSelection {
  float: left;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.chartContainer .chartControlContainer .envDataSelection .envDataSelectorGroup {
  width: 100%;
}
.chartContainer .chartControlContainer .envDataSelection .envDataSelectorGroup .fas {
  font-weight: 600;
}
.chartContainer .chartControlContainer .chosen-choices {
  max-height: 60px;
  overflow-y: auto;
}
.chartContainer .chartControlContainer .chosen-choices li.search-choice {
  font-size: 11px;
}
.chartContainer .chartControlContainer i.fa-times {
  cursor: pointer;
}
.chartContainer .chartControlContainer i.fa-times:hover {
  color: #3d3d3d !important;
}
.chartContainer .chartControlContainer .resetFiltersButtonContainer {
  float: left;
  margin-left: 20px;
  margin-top: 17px;
}
.chartContainer .chartControlContainer .resetFiltersButtonContainer .btn {
  height: 30px;
}
.chartContainer .chartLoadingSpinner {
  min-height: 400px;
  text-align: center;
}
.chartContainer .chartLoadingSpinner .fas {
  margin-top: 150px;
  color: #337ab7;
}
.chartContainer .chartTitle {
  padding-top: 0px;
  text-align: center;
  color: #337ab7 !important;
  font-size: 20px;
}
.chartContainer .totalEventsInChart {
  color: #a3a3a3;
  text-align: center;
  margin-right: 10px;
}
.chartContainer .totalEventsInChart .bold {
  font-weight: bold;
  font-size: 15px;
  color: #3d3d3d;
}
.chartContainer .heatMapControls {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  color: #a3a3a3;
}
.chartContainer .heatMapControls .heatMapControlTitle {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
}
.chartContainer .heatMapControls i.fas {
  margin: 0 2px 0 2px;
  color: #666666;
  cursor: pointer;
}
.chartContainer .heatMapControls i.fas:hover {
  color: #3d3d3d !important;
}
.chartContainer .chartTitleRed {
  color: #ff2621 !important;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
.chartContainer .connectionLost {
  vertical-align: middle;
}
.chartContainer .chart {
  align-content: center;
}
.chartContainer .chartInfo {
  color: #ffac00 !important;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
.chartContainer .heatMapInfo {
  font-size: 15px;
  padding-bottom: 5px;
}
.chartSelectionContainer {
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 150px;
  border: 1px solid #e8e8e8;
}
.chartSelectionContainer__row {
  margin-bottom: 10px;
}
.chartSelectionContainer .chartSelection {
  margin-top: 5px;
  display: inline-block;
  width: 300px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.chartSelectionContainer .resetButtonContainer {
  display: inline-block;
  margin-left: 28px;
  margin-top: 20px;
}
.chartSelectionContainer .resetButtonContainer .btn {
  height: 30px;
}
.chartSelectionContainer .timeSelectContainer {
  vertical-align: top;
  display: inline-block;
  margin-left: 15px;
  max-width: 304px;
}
.chartSelectionContainer .timeSelectContainer .input-with-icon {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 0;
}
.chartSelectionContainer .timeSelectContainer .input-with-icon input {
  border-radius: 0;
}
.chartSelectionContainer .timeSelectContainer .input-with-icon:first-child {
  margin-right: 0;
}
.chartSelectionContainer .activeSelectContainer {
  vertical-align: top;
  display: inline-block;
  width: 197px;
}
.chartSelectionContainer .activeSelectContainer .title {
  margin-left: 1px;
  color: #a3a3a3;
}
.chartSelectionContainer .activeSelectContainer .activeGroup {
  margin-top: 3px;
}
.chartSelectionContainer .activeSelectContainer .activeGroup .btn {
  border-radius: 0px;
}
.chartSelectionContainer .activeSelectContainer .activeGroup .btn-primary {
  color: #a3a3a3;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ccc;
}
.chartSelectionContainer .activeSelectContainer .activeGroup .btn-primary.active {
  color: #3d3d3d;
  background-color: #a3a3a3;
}
.chartSelectionContainer .activeSelectContainer .activeGroup .btn-primary:hover {
  color: #3d3d3d;
  background-color: #a3a3a3;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
#CarViewGridletContainer {
  display: block;
  position: relative;
  width: 100%;
  height: 70%;
}
#CarViewGridletContainer .car {
  display: block;
  position: absolute;
  box-sizing: border-box;
  min-width: 80%;
  max-width: 95%;
  height: 90%;
  border: solid 5px #000;
  border-radius: 8%;
  padding: 20px;
  top: 10%;
  left: 10%;
}
#CarViewGridletContainer .bogie {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 40%;
  height: 80%;
  top: 10%;
  border: solid 3px #000;
  border-radius: 5%;
}
#CarViewGridletContainer .bogie:nth-child(1) {
  left: 5%;
}
#CarViewGridletContainer .bogie:nth-child(2) {
  right: 5%;
}
#CarViewGridletContainer .bogie .title-bogie {
  display: block;
  position: absolute;
  overflow-x: visible;
  word-break: keep-all;
  word-wrap: normal;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
#CarViewGridletContainer .bogie.ethernet-disconnected {
  background-image: repeating-linear-gradient(135deg, #ededed, #ededed 10px, white 10px, white 20px);
}
#CarViewGridletContainer .bogie .title-ethernet-disconnected {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border: solid #ededed 5px;
  border-radius: 1rem;
  width: 45%;
  font-size: small;
}
@media (max-width: 1440px) {
  #CarViewGridletContainer .bogie .title-ethernet-disconnected {
    font-size: smaller;
  }
}
#CarViewGridletContainer .bogie .axle {
  position: absolute;
  top: 20%;
  width: 3%;
  height: 60%;
  background: #ccc;
  border: solid 2px #000;
}
#CarViewGridletContainer .bogie .axle:nth-child(even) {
  right: 20%;
  transform: translateX(-20%);
}
#CarViewGridletContainer .bogie .axle:nth-child(odd) {
  left: 20%;
  transform: translateX(20%);
}
#CarViewGridletContainer .bogie .wheel {
  color: #000;
  display: block;
  position: absolute;
  cursor: pointer;
  height: 5%;
  width: 20%;
  border: solid 2px #000;
}
#CarViewGridletContainer .bogie .wheel.alarm {
  background: #ff2621;
}
#CarViewGridletContainer .bogie .wheel.alarm .title-wheel {
  color: #ff2621;
}
#CarViewGridletContainer .bogie .wheel.warning {
  background: #ffac00;
}
#CarViewGridletContainer .bogie .wheel.warning .title-wheel {
  color: #ffac00;
}
#CarViewGridletContainer .bogie .wheel-textbox {
  position: absolute;
  display: flex;
  flex-direction: row;
  transform: translateX(-50%);
  left: 50%;
  height: 750%;
}
#CarViewGridletContainer .bogie .wheel-textbox .velocity-sensor-wheel {
  position: absolute;
  right: 50%;
  color: #ff2621;
}
#CarViewGridletContainer .bogie .wheel-textbox .velocity-sensor-wheel.title-wheel-up {
  top: 60%;
}
#CarViewGridletContainer .bogie .wheel-textbox .velocity-sensor-wheel.title-wheel-bottom {
  top: -90%;
}
#CarViewGridletContainer .bogie .wheel-textbox .velocity-sensor-wheel .sensor-symbol {
  right: 75%;
}
#CarViewGridletContainer .bogie .wheel-textbox .temperature-sensor-wheel {
  position: absolute;
  left: 50%;
  color: #ff2621;
}
#CarViewGridletContainer .bogie .wheel-textbox .temperature-sensor-wheel.title-wheel-up {
  top: 60%;
}
#CarViewGridletContainer .bogie .wheel-textbox .temperature-sensor-wheel.title-wheel-bottom {
  top: -90%;
}
#CarViewGridletContainer .bogie .wheel-textbox .temperature-sensor-wheel .sensor-symbol {
  left: 75%;
}
#CarViewGridletContainer .bogie .sensor-symbol {
  position: absolute;
  color: #000;
  font-style: normal;
  width: unset;
}
#CarViewGridletContainer .bogie .wheel-up {
  top: 15%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
#CarViewGridletContainer .bogie .wheel-bottom {
  bottom: 15%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
#CarViewGridletContainer .bogie .wheel-left {
  left: 12%;
}
#CarViewGridletContainer .bogie .wheel-right {
  right: 12%;
}
#CarViewGridletContainer .bogie .title-wheel {
  display: block;
  overflow-x: visible;
  word-break: keep-all;
  word-wrap: normal;
  height: 1em;
  line-height: 1em;
  text-align: center;
  font-size: 16px;
  width: 2.5em;
  font-weight: 600;
}
#CarViewGridletContainer .bogie .title-wheel-up {
  top: -2rem;
}
#CarViewGridletContainer .bogie .title-wheel-bottom {
  top: 200%;
}
#CarViewGridletContainer .bogie .normal {
  background: #fff;
}
#CarViewGridletContainer .hvac-system .hvac {
  background: none!important;
  border: none!important;
  padding: 0!important;
  cursor: pointer;
  font-size: x-large;
  position: absolute;
  left: calc(50% - 30px);
}
#CarViewGridletContainer .hvac-system .hvac:nth-child(1) {
  top: 25%;
  transform: translateY(-50%);
}
#CarViewGridletContainer .hvac-system .hvac:nth-child(2) {
  top: 75%;
  transform: translateY(-50%);
}
#CarViewGridletContainer .hvac-system .hvac .hvac-text {
  font-size: small;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
}
#CarViewGridletContainer .doors {
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  left: 0;
  top: 20px;
  pointer-events: none;
}
#CarViewGridletContainer .doors .door {
  background: none!important;
  border: none!important;
  padding: 0!important;
  cursor: pointer;
  font-size: xxx-large;
  height: 10px;
  width: 15.4%;
  position: absolute;
  pointer-events: all;
}
#CarViewGridletContainer .doors .door svg {
  width: 100%;
  height: 100%;
}
#CarViewGridletContainer .doors .door.normal svg {
  color: #fff;
  position: relative;
}
#CarViewGridletContainer .doors .door.door-bottom {
  bottom: 1.5rem;
}
#CarViewGridletContainer .doors .door.door-bottom .door-text {
  top: 5.5rem;
}
#CarViewGridletContainer .doors .door.door-up {
  top: -6.6rem;
}
#CarViewGridletContainer .doors .door.door-up .door-text {
  top: 2rem;
}
#CarViewGridletContainer .doors .door:nth-child(3n-2) {
  left: 8%;
}
#CarViewGridletContainer .doors .door:nth-child(3n-1) {
  left: 50%;
  transform: translateX(-50%);
}
#CarViewGridletContainer .doors .door:nth-child(3n) {
  right: 8%;
}
#CarViewGridletContainer .doors .door .door-symbol {
  color: #000;
  display: block;
  position: absolute;
  cursor: pointer;
  height: 5%;
  width: 20%;
  border: solid 2px #000;
}
#CarViewGridletContainer .doors .door .door-text {
  font-size: small;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
#car-list-container .car-table table {
  font-size: 14px;
  table-layout: auto;
  margin-top: 0;
  margin-left: 0.5rem;
  width: 100%;
}
#car-list-container .car-table table thead {
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: 4px solid #e8e8e8;
}
#car-list-container .car-table table thead tr th:nth-child(3),
#car-list-container .car-table table thead tr th:nth-child(4) {
  text-align: center;
}
#car-list-container .car-table table thead tr th {
  font-weight: 300;
  font-size: 1.4rem;
  cursor: pointer;
  color: #002c65;
}
#car-list-container .car-table table thead tr th:hover {
  color: #0058cb;
}
#car-list-container .car-table table tbody tr td {
  font-size: 1.4rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
#car-list-container .car-table table tbody tr td:nth-child(3),
#car-list-container .car-table table tbody tr td:nth-child(4) {
  text-align: center;
}
#car-list-container .car-table table tbody tr td:hover {
  cursor: pointer;
}
#car-list-container .car-table table tbody tr:nth-child(even) {
  background-color: #e9f0f5;
}
#car-list-container .car-table table tbody tr:hover {
  background-color: #c1c6d0 !important;
}
#car-list-container .fa {
  margin-left: 4px;
}
.fa.red-icon {
  color: #ff2621 !important;
}
.fa.yellow-icon {
  color: #ffac00 !important;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.authorized-container {
  display: flex;
  flex: 1;
}
.authorized-container > * {
  flex: 1;
}
.image {
  position: relative;
  display: table;
  height: 60px;
}
.image > img {
  display: block;
  height: 60px;
}
.logo-container {
  line-height: 60px;
  vertical-align: middle;
  flex: 0 1;
  display: flex;
}
.logo-container > figure {
  flex: 0 1;
}
.logo-smartvision {
  padding: 12px 0;
}
.logo-smartvision > img {
  height: 36px;
}
.main-header {
  display: flex;
  height: 60px;
}
.nav-container {
  margin-bottom: 13.5px !important;
}
.nav > li > a {
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 2px;
  padding-right: 2px;
}
.nav-pills > li > a {
  border-radius: 0;
  color: white !important;
  background-color: #002c65;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav-pills > li {
  width: 150px;
  text-align: center;
}
.nav-pills > li + li {
  margin-left: 10px !important;
}
.nav-pills > li:hover {
  cursor: pointer;
}
.nav-pills > li.active > a {
  color: white !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #6b7f10 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #25447b !important;
}
.navi-item {
  font-size: 13px;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-style: normal !important;
}
.nav-container {
  margin-bottom: 13.5px !important;
}
.navigation {
  display: flex;
}
.navigation__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  cursor: pointer;
  color: white;
  background-color: #002c65;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
  white-space: nowrap;
}
.navigation__item > * {
  flex: 0 1;
}
.navigation__item:first-child {
  margin-left: 0;
}
.navigation__item:hover {
  background-color: #25447b;
}
.navigation__item--active {
  background-color: #6b7f10;
}
.navigation__item--active span {
  text-decoration: underline;
}
.navigation__item--active:hover {
  background-color: #6b7f10;
}
.navigation__icon {
  margin-right: 5px;
  margin-bottom: 0px;
}
.system-time__container {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: 14px;
  padding-top: 7px;
  font-size: 14px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
.system-time__label {
  flex: 1;
  color: #002c65;
}
.system-time__icon {
  color: #002c65;
  top: 3px;
}
.user-menu {
  display: block;
  flex: 0 1;
  margin-left: 14px;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
.user-menu ul li a:hover {
  cursor: pointer;
}
.user-settings-button {
  display: block;
  background-color: #002c65;
  height: 100%;
  font-size: 14px;
  padding-top: 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.user-settings-button > * {
  display: inline-block;
}
.user-settings-button:hover {
  background-color: #356188;
}
.key-manager__btn-row {
  display: flex;
  margin: 10px 10px 0 10px;
}
.key-manager__generation {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #bababa;
  padding: 20px;
  margin-right: 10px;
  width: 240px;
}
.key-manager__generation__text {
  flex: 1;
  font-size: 16px;
  color: #131313;
  font-family: 'EtelkaLight', sans-serif;
  margin-bottom: 5px;
}
.key-manager__spinner {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 50%;
}
.keysListContainer {
  max-height: 700px;
  margin: 5px 10px 0 10px;
}
.keysListContainer__title-row {
  border-bottom: 2px solid #e6e6e6;
  height: 24px;
  display: flex;
  flex-direction: row;
}
.keysListContainer__row {
  height: 40px;
  display: flex;
  flex-direction: row;
}
.keysListContainer__scroll {
  max-height: 660px;
  overflow-y: auto;
}
.keysListContainer .keyTitleBlock {
  width: 22%;
  display: flex;
  align-items: center;
}
.keysListContainer .keyTitleBlock > a {
  color: #002c65;
}
.keysListContainer .keyTitleBlock__chevron {
  margin-left: 5px;
}
.keysListContainer .keyTitleBlock-small {
  width: 12%;
  display: flex;
  align-items: center;
}
.keysListContainer .keyTitleBlock-small > a {
  color: #002c65;
}
.keysListContainer .keyTitleBlock-small__chevron {
  margin-left: 5px;
}
.key-generation-modal__header {
  background-color: white;
  border: 0;
}
.key-generation__body {
  background-color: #f8fafa;
}
.key-generation__info {
  color: hsl(0, 0%, 13%);
  display: flex;
  align-items: center;
  height: 35px;
  padding-bottom: 15px;
}
.key-generation__row {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 10px 0;
  padding: 0;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}
.key-generation__row:hover {
  background-color: hsl(220, 12%, 95%);
  cursor: pointer;
}
.key-generation__row:last-of-type {
  margin-bottom: 0;
}
.key-generation__row:disabled {
  background-color: hsl(220, 12%, 95%);
}
.key-generation__row:disabled:hover {
  cursor: not-allowed;
}
.key-generation__row:disabled .key-generation__row__item {
  color: hsl(0, 0%, 29%);
}
.key-generation__row__item {
  color: hsl(0, 0%, 13%);
  margin-left: 10px;
  min-width: 200px;
  text-align: start;
}
.key-generation__row__item--long {
  color: hsl(0, 0%, 13%);
}
.activeKeyRow {
  background-color: #002c65;
}
.activeKeyRow > * {
  color: #fff;
}
.activeKeyRow:hover {
  background-color: #003d8c;
  cursor: pointer;
}
.basic-modal .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background-color: #ededed;
  border-bottom: 1px solid #e9ecef;
}
.basic-modal .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.basic-modal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.basic-modal .modal-header .close span {
  font-size: 2rem;
}
.basic-modal .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
}
.basic-modal__row {
  margin-top: 7px;
  margin-bottom: 7px;
}
.basic-modal__body__title {
  font-size: 16px;
  margin: 10px 0;
}
.basic-modal__body__title--rec {
  font-size: 16px;
  color: #28b845;
  margin-bottom: 10px;
}
.basic-modal__body__high {
  border: 1px solid #28b845 !important;
}
.basic-modal__body__list {
  list-style: none;
  padding: 0;
  border: 1px solid #c0c0c0;
}
.basic-modal__body__list--item {
  padding: 5px 0;
}
.basic-modal__body__list--item:hover {
  background-color: #002c65;
  color: white;
  cursor: pointer;
}
.basic-modal__body__list--item:nth-child(n+2) {
  border-top: 1px solid #c0c0c0;
}
.basic-modal__body__list--item__title {
  display: inline-block;
  width: 25%;
  margin-left: 10px;
}
.basic-modal__body__list--item__header-title {
  display: inline-block;
  width: 17%;
}
.basic-modal__body__list--item__subtitle {
  display: inline-block;
  width: 25%;
}
.basic-modal__body__list--item__long-col {
  display: inline-block;
  width: 30%;
}
.basic-modal__body__list--item__icon {
  color: #28b845;
  margin-left: 5px;
}
.basic-modal-white .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  border-bottom: 0;
}
.basic-modal-white .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.basic-modal-white .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.basic-modal-white .modal-header .close span {
  font-size: 2rem;
}
.basic-modal-white .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: hsl(220, 12%, 95%);
  border-top: 0;
}
.basic-modal-white__row {
  margin-top: 7px;
  margin-bottom: 7px;
}
.basic-modal-white__body__title {
  font-size: 16px;
  margin: 10px 0;
}
.basic-modal-white__body__title--rec {
  font-size: 16px;
  color: #28b845;
  margin-bottom: 10px;
}
.basic-modal-white__body__high {
  border: 1px solid #28b845 !important;
}
.basic-modal-white__body__list {
  list-style: none;
  padding: 0;
  border: 1px solid #c0c0c0;
}
.basic-modal-white__body__list--item {
  padding: 5px 0;
}
.basic-modal-white__body__list--item:hover {
  background-color: #002c65;
  color: white;
  cursor: pointer;
}
.basic-modal-white__body__list--item:nth-child(n+2) {
  border-top: 1px solid #c0c0c0;
}
.basic-modal-white__body__list--item__title {
  display: inline-block;
  width: 25%;
  margin-left: 10px;
}
.basic-modal-white__body__list--item__header-title {
  display: inline-block;
  width: 17%;
}
.basic-modal-white__body__list--item__subtitle {
  display: inline-block;
  width: 25%;
}
.basic-modal-white__body__list--item__long-col {
  display: inline-block;
  width: 30%;
}
.basic-modal-white__body__list--item__icon {
  color: #28b845;
  margin-left: 5px;
}
* {
  font-family: 'EtelkaText', sans-serif;
  font-weight: 300;
}
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-size: cover;
  height: 100%;
  min-width: 800px;
}
/**
 * COMMON
 */
a,
input[type='button'],
input[type='checkbox'],
input[type='radio'] {
  outline: none !important;
}
h3 {
  color: white;
}
.input-with-icon {
  position: relative;
}
.input-with-icon i.icon {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 16px;
}
.input-with-icon input {
  padding-left: 32px;
}
.clearBoth {
  clear: both;
}
.forceRow {
  clear: both;
  display: table;
  width: 100%;
}
.row {
  margin-right: 0;
  margin-left: 0;
  color: black;
}
.row-odd,
.row-even {
  padding-top: 4px;
  padding-bottom: 4px;
}
.odd:hover,
.row-odd:hover,
.even:hover,
.row-even:hover {
  background-color: #c1c6d0 !important;
}
.row-odd,
.odd {
  background-color: white !important;
}
.row-even,
.even {
  background-color: #e9f0f5 !important;
}
.table td,
.table td > label {
  font-weight: normal !important;
}
.tableHead {
  color: #337ab7;
}
.validation-error {
  color: #ff2621;
}
.red-text {
  color: #ff2621;
}
/**
 * LOGIN
 */
h2.loginTitle {
  color: hsl(0, 0%, 29%);
}
.login-form {
  margin-top: 20px;
}
.login-container {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  top: 0;
  padding-top: 160px;
}
.sign-in-container {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  background-color: #eee;
  z-index: 200;
  width: 425px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 35px;
}
#forgot-password-modal h3 {
  text-align: center;
}
#forgot-password-modal form {
  max-width: 500px;
  margin: 0 auto;
}
#forgot-password-modal form p {
  text-align: center;
}
#forgot-password-modal form .form-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
/**
 * COMMON LAYOUT
 */
.page {
  display: block;
  height: 100%;
}
.page-content {
  display: block;
  height: calc(100% - 90px);
}
header {
  background-color: white;
  width: 100%;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
.header-wrapper {
  margin: 0 auto;
  height: 60px;
  position: relative;
}
.header-wrapper .line-container {
  background-color: #CC3333;
  color: #fff;
  font-size: 18px;
  height: 30px;
  margin-top: 17.2px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  right: 210px;
  width: 110px;
}
.header-wrapper .line-container > span {
  padding: 7px;
}
.header-wrapper .logo-tfl {
  padding: 0 15px 0 15px;
  height: 60px;
}
.header-wrapper .logo-qr {
  padding: 0 15px 0 15px;
  height: 45px;
}
.header-wrapper .logo-vr {
  padding: 10px 15px;
  height: 60px;
}
.header-wrapper .appName {
  color: #f5f5f5;
  font-size: 24px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  width: 117px;
  height: 60px;
  padding-top: 19px;
  padding-left: 17px;
}
.brand-logo {
  margin: 0 8px;
}
.otool {
  width: 100%;
  text-align: center;
}
.otool-placeholder {
  margin-top: 2rem;
}
.loggedOutHeader {
  height: 60px;
}
.header-title {
  color: #eee;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 0 5px;
  padding: 8px 0 0;
  line-height: 14px;
  float: left;
  width: 200px;
}
.controlsArea {
  display: table;
  background: #f4f4f4;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
  padding: 10px 5px 10px 10px;
  width: 100%;
}
/* FOOTER */
.main-footer {
  clear: both;
  position: fixed;
  z-index: 2;
  height: calc(2em + 2px);
  bottom: 0;
}
.main-footer .footer-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  text-align: center;
  padding-top: 7px;
  color: #5d5d5d;
  font-size: 12px;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.main-footer .footer-wrapper span + span {
  padding-left: 60px;
}
.simple-table {
  max-height: 65vh;
  overflow-y: auto;
}
.simple-table table {
  font-size: 1.4rem;
  table-layout: auto;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  width: calc(100% - 1rem);
}
.simple-table table thead {
  position: sticky;
  top: 0;
  background-color: #00377f;
  color: white;
  border-bottom: 3px solid #e8e8e8;
}
.simple-table table thead tr th {
  font-size: 1.2rem;
  cursor: pointer;
  padding: 3px 7px;
}
.simple-table table thead tr th:nth-child(1),
.simple-table table thead tr th:nth-child(2),
.simple-table table thead tr th:nth-child(3),
.simple-table table thead tr th:nth-child(4) {
  font-size: 1.4rem;
  white-space: nowrap;
}
.simple-table table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.simple-table table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.simple-table table tbody tr td {
  font-size: 1.4rem;
  padding: 3px 7px;
}
.simple-table table tbody tr td:nth-child(1),
.simple-table table tbody tr td:nth-child(2),
.simple-table table tbody tr td:nth-child(3),
.simple-table table tbody tr td:nth-child(4),
.simple-table table tbody tr td:nth-child(5) {
  white-space: nowrap;
  padding-right: 5px;
}
/**
 * LOGGED IN
 */
.navi-background {
  position: absolute;
  bottom: 0;
  left: 38%;
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
.nav {
  width: 100%;
}
p.navCurrentPage {
  font-size: 30px;
  color: white;
  margin-top: 10px;
  margin-left: 14px;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 2em;
}
.page-container {
  background-color: transparent;
  width: 100%;
}
.tile {
  background-color: #ff0;
  border-style: solid;
  border-color: black;
  border-width: 5px;
  border-radius: 5px;
}
.tabTitle {
  background-color: #2d3039;
  font-size: 20px;
  line-height: 33px;
  margin-top: 0;
  padding-left: 8px;
  margin-bottom: 0;
}
.noItemsNotification {
  color: #a3a3a3;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 5px;
}
.menu-input {
  color: black;
  width: 130px;
  height: 20px;
}
/**
 * TRAIN INFO
 */
.trainInfoContainer {
  background-color: white;
  position: relative;
  min-height: 100px;
  color: #a3a3a3;
}
.trainInfoContainer .tabTitle--alternative {
  margin-left: 10px;
  color: #3d3d3d;
}
.trainInfoContainer .tabTitle .returnLink {
  cursor: pointer;
  float: right;
  font-size: 18px;
  line-height: 33px;
  margin-right: 10px;
  color: white !important;
}
.trainInfoContainer .tabTitle .returnLink .fa {
  margin-right: 5px;
}
.trainInfoContainer .tabTitle .returnLink:hover {
  color: #bdc0c4 !important;
}
.trainInfoContainer .bold {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 850px) {
  .trainInfoContainer .infoContent {
    font-size: 14px !important;
  }
  .trainInfoContainer .infoContent .bold {
    font-size: 25px !important;
  }
  .trainInfoContainer .crewNumber {
    left: 130px !important;
  }
  .trainInfoContainer .station {
    left: 130px !important;
  }
}
.trainInfoContainer .infoContainer {
  height: 80px;
  margin: 0 20px;
  display: flex;
}
.trainInfoContainer .train-basic-info {
  width: 70%;
  display: flex;
  align-items: center;
}
.trainInfoContainer .train-basic-info__block {
  display: inline-block;
  width: 20%;
}
.trainInfoContainer .train-basic-info__block > i {
  color: #131313;
  font-size: 18px;
  margin-right: 3px;
}
.trainInfoContainer .train-basic-info__title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #1a5a92;
}
.trainInfoContainer .train-basic-info__value {
  font-size: 18px;
  color: #131313;
}
.trainInfoContainer .trainBasicInfo {
  float: left;
  width: 70%;
  position: relative;
  height: 120px;
}
.trainInfoContainer .trainBasicInfo .infoContent {
  margin-top: 5px;
  font-size: 16px;
  position: absolute;
}
.trainInfoContainer .trainBasicInfo .infoContent .bold {
  font-size: 20px;
}
.trainInfoContainer .trainBasicInfo .infoContent .bold .fa {
  color: #2d3039;
}
.trainInfoContainer .trainBasicInfo .infoContent .speed-unit {
  color: #2d3039;
}
.trainInfoContainer .trainBasicInfo .crewNumber {
  top: 10px;
}
.trainInfoContainer .trainBasicInfo .speed {
  top: 80px;
}
.trainInfoContainer .trainBasicInfo .station {
  top: 80px;
  left: 260px;
}
.trainInfoContainer .trainBasicInfo .destination {
  top: 10px;
  left: 190px;
}
.trainInfoContainer .trainBasicInfo .operationMode {
  top: 10px;
  left: 410px;
}
.trainInfoContainer .trainBasicInfo .nextStation {
  top: 80px;
  left: 410px;
}
.trainInfoContainer .trainBasicInfo .lastKnownLocation {
  top: 80px;
  left: 190px;
}
.trainInfoContainer .trainStatusBox {
  margin-top: 0px;
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.trainInfoContainer .trainStatusBox i.fa-exclamation-triangle {
  font-size: 20px;
  position: absolute;
  left: 13px;
  top: 11px;
}
.trainInfoContainer .trainStatusBox .light {
  -webkit-text-stroke: 2px white;
}
.trainInfoContainer .trainStatusBox .icon-title {
  color: #a3a3a3;
  text-align: center;
  font-size: 12px;
  width: 80px;
}
.trainInfoContainer .trainStatusBox .fa-stack {
  left: 18px;
}
.trainInfoContainer .trainStatusBox .icon-explanation {
  color: #a3a3a3;
  position: relative;
  top: 6px;
  font-size: 14px;
  width: 110px;
  text-align: center;
  right: 15px;
}
.trainInfoContainer .trainStatusBox .icon-explanation__data-received {
  font-size: 15px;
}
.trainInfoContainer .trainStatusBox .status-segment {
  width: 80px;
}
.trainInfoContainer .trainStatusBox .status-segment__circle {
  left: 1px;
  top: 3px;
  font-size: 40px;
}
.trainInfoContainer .trainStatusBox .alarms i.fas,
.trainInfoContainer .trainStatusBox .alarms i.far {
  color: #ff2621;
}
.trainInfoContainer .trainStatusBox .faults i.fas,
.trainInfoContainer .trainStatusBox .faults i.far {
  color: #ffac00;
}
.trainInfoContainer .trainStatusBox .warnings i.fas,
.trainInfoContainer .trainStatusBox .warnings i.far {
  color: #ffac00;
}
.trainInfoContainer .trainStatusBox .indicators i.fas,
.trainInfoContainer .trainStatusBox .indicators i.far {
  color: #cacaca;
}
.trainInfoContainer .trainStatusBox .unacked i.fas,
.trainInfoContainer .trainStatusBox .unacked i.far {
  color: #a3a3a3;
}
.trainInfoContainer .trainStatusBox .unacked i.fa-minus-circle {
  margin-top: 27px;
  margin-left: 23px;
  font-size: 38px;
}
.trainInfoContainer .trainStatusBox .connection {
  width: 110px;
  border-left: 0.5px solid #cacaca;
  padding-left: 24px;
}
.trainInfoContainer .trainStatusBox .connection i.fa-wifi,
.trainInfoContainer .trainStatusBox .connection i.fa-mobile-alt,
.trainInfoContainer .trainStatusBox .connection i.fa-exclamation-triangle {
  color: #3d3d3d;
}
.trainInfoContainer .trainStatusBox .connection i.fa-wifi {
  position: absolute;
  left: 13px;
  top: 16px;
  font-size: 16px;
}
.trainInfoContainer .trainStatusBox .connection i.fa-mobile-alt {
  font-size: 32px;
  position: absolute;
  left: 32px;
  top: 28px;
}
.trainInfoContainer .trainStatusBox .connection .icon-explanation {
  top: 3px;
  padding-top: 3px;
}
.trainInfoContainer .trainStatusBox .data-green {
  color: #00b915;
}
.trainInfoContainer .trainStatusBox .data-yellow {
  color: #ffac00;
}
.trainInfoContainer .trainStatusBox .data-gray {
  color: #a5a5a5;
}
.trainInfoContainer .green {
  background-color: #00b915;
}
.trainInfoContainer .gray {
  background-color: #a5a5a5;
}
.trainGridletArea {
  background-color: transparent;
}
/**
 * USERS PAGE
 */
.userPageContainer {
  background-color: white;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  min-height: 850px;
}
.userPageContainer .userListContainer {
  margin-left: 10px;
  margin-right: 10px;
}
.userPageContainer .controlsAreaSearchField {
  display: table-cell;
  width: 100%;
}
.userPageContainer .usersShowInactive {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2rem;
  width: 8%;
  min-width: 150px;
}
.userPageContainer .usersShowInactive .show-only-active {
  margin-bottom: 0;
}
.userPageContainer .usersShowInactive .show-only-active__checkbox {
  margin: 0 4px 0 0;
}
.userPageContainer .addAccountContainer {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.userPageContainer #addaccount {
  margin-right: 30px;
}
.userPageContainer li.disabled-account {
  background: #ffefef !important;
  color: #aaa !important;
}
.userPageContainer div.userTitleContainer {
  width: 100%;
  text-align: justify;
}
.userPageContainer div.userContainer {
  line-height: 34px;
  padding: 0 10px;
}
.userPageContainer .userInfoBlock,
.userPageContainer .userTitleBlock {
  width: 14%;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
}
.userPageContainer .userTitleBlock {
  cursor: pointer;
  color: #002c65;
}
.userPageContainer .userTitleBlock > a:hover,
.userPageContainer .userTitleBlock > a:focus {
  color: #004db2;
  text-decoration: none;
}
.userPageContainer .list {
  width: 100%;
  list-style-type: none;
  padding: 0 0 0 0;
}
.userPageContainer .user-status-icon {
  margin-top: 2px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 15px;
}
.userPageContainer .user-online-icon {
  margin-top: 2px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 15px;
  background-color: #00b915;
}
.userPageContainer .user-offline-icon {
  margin-top: 2px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 15px;
  background-color: #a5a5a5;
}
/**
   *USER MODAL
   */
.user-modal-checkbox {
  margin: 0 5px 0 0 !important;
  cursor: pointer !important;
}
.user-modal-label {
  margin: 0 0 0 5px !important;
  cursor: pointer !important;
}
.user-modal-label-divider {
  margin: 10px 0 0 5px !important;
  cursor: pointer !important;
}
/**
 * ANALYSIS
 */
/**
 * TIP
 */
.tipContainer {
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  min-height: 400px;
}
.tipContainer .tipContentContainer {
  padding: 10px;
}
/**
 * BOOTSTRAP OVERRIDES
 */
.row {
  margin: 0;
}
@keyframes glow {
  0% {
    background-color: #e8e8e8;
  }
  50% {
    background-color: #f5f5f5;
  }
  100% {
    background-color: #e8e8e8;
  }
}
.list-load {
  height: 30px;
  width: 100px;
  background: #eee;
  color: transparent;
  cursor: progress;
  animation: glow 1.2s ease-in-out infinite;
}
.list-load-keys {
  height: 20px;
  width: 80%;
  background: #eee;
  color: transparent;
  cursor: progress;
  animation: glow 1.2s ease-in-out infinite;
}
@keyframes blinkLi {
  0% {
    background-color: #ff2621;
  }
  100% {
    background-color: #25447b;
  }
}
@-webkit-keyframes blinkLi {
  0% {
    background-color: #ff2621;
  }
  100% {
    background-color: #25447b;
  }
}
.blinkLi {
  -webkit-animation: blinkLi 0.7s linear infinite;
  -moz-animation: blinkLi 0.7s linear infinite;
  animation: blinkLi 0.7s linear infinite;
}
.calendar .dropdown-menu {
  border-radius: 0;
  min-width: 300px;
  max-width: 300px;
}
.calendar .dropdown-menu .btn-default {
  background-image: none;
}
.calendar .dropdown-menu .btn {
  box-shadow: 0 0 0 0 transparent;
  border: 2px solid transparent;
}
.calendar .dropdown-menu .btn i {
  margin: 0;
}
.calendar .dropdown-menu .btn-group .btn {
  margin-right: 10px;
}
.calendar .dropdown-menu table {
  width: calc(100% - 10px);
  margin: 5px;
}
.calendar input[readonly] {
  background: #ffffff;
  cursor: pointer;
}
.calendar input[readonly]:hover {
  background-color: #eee;
}
table:focus {
  outline: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}
/*
* Custom scrollable dropdown select
*/
.dropDownContainer {
  cursor: pointer;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  padding: 6px 6px 6px 6px;
  min-width: 120px;
  text-align: left;
  color: #555;
}
.dropDownContainer .dropDownTitle {
  margin-left: 10px;
  color: #555;
  background-color: #fff;
  text-decoration: none;
}
.dropDownContainer i.dropdownIcon.fa {
  margin-top: 3px;
  margin-right: 3px;
  color: #555;
  background-color: #fff;
}
.dropdownAddon {
  padding: 6px 10px;
}
input.form-control.dropdownSearch {
  height: 25px !important;
}
.dropDownContainer:hover {
  background-color: #a3a3a3;
}
.dropDownContainer:hover .dropDownTitle {
  color: #3d3d3d;
  background-color: #a3a3a3;
}
.dropDownContainer:hover i.dropdownIcon.fa {
  color: #3d3d3d;
  background-color: #a3a3a3;
}
ul.twolevel-list {
  padding: 0 0 0 13px;
}
a.menuTitle {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 3px 0;
  clear: both;
  font-weight: 400;
  line-height: 1em;
  white-space: nowrap;
  cursor: pointer;
}
ul.twolevel-list:hover {
  background-color: #e8e8e8;
}
.selected {
  background-color: #a3a3a3 !important;
}
.selectedTitle {
  cursor: pointer;
  font-size: 14px;
  color: #3d3d3d !important;
}
i.selected-icon.fa {
  cursor: pointer;
  margin-left: 12px;
  color: #3d3d3d !important;
}
.scrollable-menu {
  height: auto;
  max-height: 250px;
  overflow-x: hidden;
  list-style: none;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 14px;
  text-align: left;
}
.scrollable-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.scrollable-menu a:hover,
.scrollable-menu a:focus {
  color: #1256ad;
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}
.scrollable-menu.selected-list {
  max-height: 100px !important;
}
.uib-dropdown-menu {
  width: 100%;
  max-width: 300px !important;
}
/*
 * MODALS
 */
.modal-header {
  background-color: #ededed;
}
.modal-header .modal-title {
  display: inline-block;
  font-size: 20px;
  color: #002c65;
}
.modal-header .modal-title-warning {
  font-size: 20px;
  color: #ff2621;
}
.modal-header h3 {
  color: #002c65;
}
.modal-content .modal-body h4 {
  color: #6aa204;
}
.dropdown-menu > li > a:hover {
  color: #1256ad;
}
.widget-modal-body > h3 {
  color: #002c65;
  text-align: center;
}
.widget-modal-body .descriptor-text {
  display: block;
  font-size: 18px;
  text-align: center;
}
.widget-modal-body .reset-widgets-text {
  text-align: center;
}
.modal-content {
  border-radius: 0;
}
.modal-content .modal-header {
  border-bottom: 1px solid #d2d5d8;
}
.modal-content .modal-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.modal-content .modal-footer {
  border-top: none;
  text-align: center;
}
.modal-content .modal-footer .btn {
  min-width: 160px;
  margin: 5px 10px 20px 10px;
  height: 40px;
}
.modal-content .modal-body .col-sm-6 {
  margin: 0;
  padding: 0;
}
.modal-content .modal-body .col-sm-6:first-child {
  padding-right: 20px;
}
.modal-content .modal-body .col-sm-6:last-child {
  padding-left: 20px;
}
.modal-content .modal-body h4 {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.threeButtons .notificationBtn.btn {
  min-width: 140px !important;
  margin-right: 10px;
  margin-left: 10px;
}
/**
* Notification modal
**/
#notification-modal .notificationModalContent,
#notification-modal .notificationModalTitle {
  color: black;
}
#notification-modal .notificationModalTitleInfo {
  color: #002c65;
}
#notification-modal .no-header {
  font-size: 15px;
  font-weight: normal;
}
#notification-modal .red-text {
  color: #ff2621 !important;
}
#notification-modal .yellow-text {
  color: #ffac00 !important;
}
#notification-modal .gray-text {
  color: #a5a5a5 !important;
}
#notification-modal .blue-text {
  color: #002c65;
}
#notification-modal .notificationModalContentInfo {
  padding-left: 0;
  white-space: pre-line;
}
#notification-modal .nav-tabs > li > a {
  background-color: #fff !important;
  color: #77acd9 !important;
  margin: 0;
}
#notification-modal .nav-tabs > li > a:hover {
  background-color: #f2f2f2 !important;
  color: #337ab7 !important;
  margin: 0;
}
#notification-modal .nav-tabs > li.active > a {
  background-color: #fff !important;
  color: #337ab7 !important;
  margin: 0;
}
/**
* USER MODAL
*/
.disabled-input-class {
  cursor: default !important;
  background-color: transparent !important;
}
.filterButton {
  font-size: 14px;
  font-weight: bold;
  background: #002c65;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 60px;
}
.filterButton:hover {
  background: #356188;
}
.train-menu {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000 !important;
  overflow: visible;
}
.train-ul {
  position: relative;
  z-index: 1001 !important;
}
.content-background {
  background-color: white;
  width: 95%;
  margin: auto;
}
.statusContainer {
  height: 70%;
  width: 70%;
  vertical-align: text-top;
  margin-right: auto;
  margin-left: auto;
}
/**
* PASSWORD RESET
**/
#reset-password {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 20px;
}
#reset-password h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #777777;
}
#reset-password p {
  margin-bottom: 40px;
  text-align: center;
}
#reset-password form {
  width: 500px;
  margin: 0 auto;
}
#reset-password .row {
  margin-top: 60px;
  text-align: center;
}
#reset-password .row button {
  height: 38px;
  width: 180px;
}
/* Analysis: Event History */
.fetching-span {
  margin-right: 10px;
}
.fetching-span > i {
  margin-right: 5px;
}
.eventHistoryExport {
  float: right;
  width: 13%;
  display: flex;
  justify-content: flex-end;
}
.eventHistoryExport .deactive-checkbox {
  float: right;
}
.eventHistoryExport .checkbox-text {
  float: right;
  margin-left: 3px;
}
.eventHistoryExport .dropdown-span .dropdown-icon.fas {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 20px !important;
  color: #666666 !important;
  cursor: pointer;
}
.eventHistoryExport .dropdown-span .dropdown-icon.fas:hover {
  color: #3d3d3d !important;
}
.eventHistoryExport .dropdown-span ul.dropdown-menu {
  right: 0;
  left: auto;
}
.eventHistoryExport .dropdown-span ul.dropdown-menu > li:hover {
  color: #3d3d3d;
  background-color: #e8e8e8;
}
.eventHistoryExport .dropdown-span li.dropdown-item {
  margin: 0;
  cursor: pointer;
}
.eventHistoryExport .dropdown-span li.dropdown-item .text {
  margin-left: 10px !important;
  padding: 3px 20px;
  margin-bottom: 0px !important;
}
.event-history-container {
  border: 0 dashed #696969;
  display: block;
  margin: 0 10px 10px 10px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: calc(100% - 20px);
}
.event-history-container .header-container {
  width: calc(100% - 20px);
  overflow: hidden;
  position: relative;
}
.event-history-container .header-container .table-headers {
  table-layout: fixed;
  margin-bottom: -1px;
}
.event-history-container .header-container .table-headers th {
  color: #337ab7 !important;
  font-weight: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-history-container .header-container .table-headers th a {
  cursor: pointer;
}
.event-history-container .header-container .table-headers th a:link {
  color: #337ab7 !important;
  text-decoration: none;
}
.event-history-container .header-container .table-headers th a:visited {
  color: #337ab7 !important;
  text-decoration: none;
}
.event-history-container .header-container .table-headers th a:hover {
  color: #337ab7 !important;
  text-decoration: underline;
}
.event-history-container .header-container .table-headers th a:active {
  color: #337ab7 !important;
  text-decoration: underline;
}
.event-history-container .header-container .table-headers th a:focus {
  color: #2d6da3 !important;
  text-decoration: underline;
}
.event-history-container .scroll-container {
  width: 100%;
  margin: 0;
  max-height: 450px;
  overflow-y: scroll;
}
.event-history-container .scroll-container .table-scrollable {
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
.event-history-container .scroll-container .table-scrollable tr {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.event-history-container .scroll-container .table-scrollable tr td {
  color: inherit;
  padding-right: 5px;
  overflow: inherit;
  text-overflow: ellipsis;
  white-space: inherit;
}
.showOverflow {
  overflow: auto !important;
  white-space: normal !important;
}
.spinner-holder {
  width: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.spinner-holder .animation-holder {
  position: absolute;
  left: 50%;
  top: 75px;
}
/**
 * RESPONSIVENESS TODO: make this more dynamic and move to less...;
 */
@media screen and (max-width: 1895px) {
  .navi-background {
    left: 35%;
  }
  .systemTimeContainer {
    margin-left: 3% !important;
  }
}
@media screen and (max-width: 1765px) {
  .navi-background {
    left: 33%;
  }
  .systemTimeContainer {
    margin-left: 3% !important;
  }
}
@media screen and (max-width: 1710px) {
  .navi-background {
    left: 32%;
  }
  .systemTimeContainer {
    margin-top: 3px;
    margin-left: 3% !important;
  }
}
@media screen and (max-width: 1688px) {
  .navi-background {
    left: 30%;
  }
  .systemTimeContainer {
    margin-top: 3px;
    margin-left: 1% !important;
  }
}
@media screen and (max-width: 1640px) {
  .navi-background {
    left: 28%;
  }
  .systemTimeContainer {
    visibility: hidden;
  }
}
@media screen and (max-width: 1595px) {
  .navi-background {
    left: 25%;
  }
  .systemTimeContainer {
    visibility: hidden;
  }
}
@media screen and (max-width: 1533px) {
  .navi-background {
    left: 22%;
  }
}
@media screen and (max-width: 1473px) {
  .navi-background {
    left: 20%;
  }
}
@media screen and (max-width: 1437px) {
  .navi-background {
    left: 18%;
  }
}
@media screen and (max-width: 1400px) {
  .header-wrapper {
    margin: 0 auto;
    height: 95px;
    position: relative;
  }
  .navi-background {
    left: 10px;
    top: 62px;
  }
  .systemTimeContainer {
    visibility: visible;
    overflow: hidden;
    position: relative;
    float: left;
  }
}
@media screen and (max-width: 850px) {
  .systemTimeContainer .systemDateLabel {
    margin-left: 6px !important;
    visibility: hidden;
  }
}
.menu-underline {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}
.package-list-header {
  display: flex;
  align-items: center;
  height: 40px;
  font-family: 'EtelkaLight', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: hsl(0, 0%, 29%);
  letter-spacing: 1.2px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.train-selection {
  margin: 10px 7px;
}
.train-selection__select {
  height: 30px;
}
.train-selection__spinner {
  text-align: center;
  margin-top: 15rem;
  color: #002c65;
}
.train-status-label {
  margin-left: 20px;
}
.train-online {
  color: #00b915;
}
.train-offline {
  color: #a5a5a5;
}
.alarm-container {
  margin: 0 auto;
  display: table;
  width: 1440px;
}
.alarm-container__item {
  display: inline-block;
  width: 170px;
  margin-right: 10px;
  text-align: center;
}
.alarm-container__item-text {
  font-size: 18px;
}
.alarm-container__item-text i {
  font-size: 20px;
}
.alarmBG {
  background-color: #e61a1a !important;
}
.alarmBG .inner-block__text {
  color: #fff;
}
.cm-train-health-list {
  margin: 30px auto;
  display: table;
  padding: 0;
}
.cm-train-health-list .train-health-item {
  display: inline-block;
  margin-right: 50px;
}
.cm-train-health-list .train-health-item__title {
  display: table;
  font-size: 16px;
  margin: 10px auto;
  color: black;
}
.cm-train-health-list .train-health-item__timestamp {
  font-size: 85%;
  text-align: center;
  margin-top: 10px;
}
.cm-train-health-list .train-health-item__rect {
  height: 230px;
  width: 700px;
  border: 2px solid black;
  border-radius: 6px;
  position: relative;
}
.cm-train-health-list .train-health-item__rect .light {
  width: 15px;
  height: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 8px;
  background: #ffff92;
  position: absolute;
  border: 2px solid black;
}
.cm-train-health-list .train-health-item__rect .light__left1 {
  top: 10%;
  left: -15px;
}
.cm-train-health-list .train-health-item__rect .light__left2 {
  top: 70%;
  left: -15px;
}
.cm-train-health-list .train-health-item__rect .light__right1 {
  top: 70%;
  right: -15px;
}
.cm-train-health-list .train-health-item__rect .light__right2 {
  top: 10%;
  right: -15px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect {
  height: 25px;
  width: 60px;
  border: 2px solid black;
  border-radius: 3px;
  position: absolute;
  background-color: #002c65;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__lb1 {
  top: 214px;
  right: 70px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__lb2 {
  top: 214px;
  right: 150px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__lf1 {
  top: 214px;
  left: 70px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__lf2 {
  top: 214px;
  left: 150px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__rf1 {
  top: -13px;
  left: 70px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__rf2 {
  top: -13px;
  left: 150px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__rb1 {
  top: -13px;
  right: 70px;
}
.cm-train-health-list .train-health-item__rect .wheel-rect__rb2 {
  top: -13px;
  right: 150px;
}
.cm-train-health-list .train-health-item__rect .inner-container {
  width: 650px;
  margin: 30px 0px 0px 40px;
}
.cm-train-health-list .train-health-item__rect .inner-container .tel-container {
  width: 40%;
  float: left !important;
}
.cm-train-health-list .train-health-item__rect .inner-container .second {
  margin-left: 95px;
}
.cm-train-health-list .train-health-item__rect .inner-container .inner-block {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #a9a9a9;
}
.cm-train-health-list .train-health-item__rect .inner-container .inner-block__text {
  display: table;
  margin: 18px auto;
}
.cm-train-health-list .train-health-item__rect .inner-container .inner-block__text > span {
  font-weight: 400 !important;
}
.cm-train-health-list .train-health-item__rect .inner-container .inner-block:hover {
  background-color: #337ab7;
}
.cm-train-health-list .train-health-item__rect .inner-container .inner-block:hover .inner-block__text {
  color: #fff;
}
.cm-train-health-list .train-health-item__rect .inner-container .disabled-block {
  background-color: lightgrey;
}
.cm-train-health-list .train-health-item__rect .inner-container .disabled-block:hover {
  background-color: lightgrey;
}
.cm-train-health-list .train-health-item__rect .inner-row {
  height: 25%;
  width: 100%;
}
.cm-train-health-list .train-health-item__rect .inner-row .inner-block {
  width: 100%;
  height: 100%;
  border: 1px solid #a9a9a9;
}
.cm-train-health-list .train-health-item__rect .inner-row .inner-block__text {
  display: table;
  margin: 18px auto;
}
.cm-train-health-list .train-health-item__rect .inner-row .inner-block__text > span {
  font-weight: 400 !important;
}
.cm-train-health-list .train-health-item__rect .inner-row .inner-block:hover {
  background-color: #337ab7;
}
.cm-train-health-list .train-health-item__rect .inner-row .inner-block:hover .inner-block__text {
  color: #fff;
}
.cm-train-health-list .train-health-item__rect .inner-row .extendedBlock {
  width: 100%;
}
.cm-train-health-list .train-health-item__rect:hover {
  cursor: pointer;
}
.tel-title {
  text-align: center;
  margin-bottom: 0px;
}
.subSystemWindow .modal-dialog {
  width: 1000px;
}
.ci-graph-button {
  position: relative;
  top: 2px;
}
.ci-modal-body {
  padding: 10px;
}
.modal-chart-timepicker-container {
  border: 1px solid #ededed;
  padding: 10px;
}
.modal-chart-container {
  margin: 10px 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.graphModal-chart-container {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.modal-chart-title {
  font-size: 20px;
  color: #337ab7;
  display: inline-block;
}
.custom-chart-container {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 10px 0;
}
.demo-toolbar {
  width: 1060px;
  position: fixed;
  margin: 0 0 0 -990px;
  z-index: 9999;
  transition: all 0.4s ease-in;
  height: 70px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.demo-toolbar__button {
  border-radius: 0;
  color: white !important;
  background-color: #002c65;
  transition: 0.3s;
  padding: 9px;
  margin-top: 15px;
  margin-left: 15px;
}
.demo-toolbar__arrow {
  border-radius: 0;
  color: white !important;
  background-color: #002c65;
  padding: 9px 13px;
  margin-left: 3px;
}
.demo-toolbar__counter {
  margin-left: 10px;
  font-weight: 400 !important;
}
.openBar {
  transform: translate3d(990px, 0, 0);
}
.train-container .train-list:first-child {
  display: table;
  margin: 20px auto;
}
.train-container .train-list {
  padding: 0;
  display: table;
  margin: 40px auto;
}
.train-container .train-item:first-child .train-name {
  display: table;
  margin-bottom: 10px;
}
.train-container .train-item {
  display: inline-block;
  margin-right: 10px;
  list-style-type: none;
}
.train-container .train-item .train-name {
  display: none;
  font-size: 18px;
}
.train-container .train-item__rect {
  height: 70px;
  width: 170px;
  border: 2px solid black;
  border-radius: 6px;
}
.train-container .train-item__rect:hover {
  background-color: #337ab7;
  cursor: pointer;
}
.train-container .train-item__title {
  display: table;
  font-size: 16px;
  margin: 22px auto;
  color: white;
}
.train-container .train-item .warning {
  background-color: #f9ad0a;
}
.train-container .train-item .alarm {
  background-color: #e61a1a;
}
.train-container__sort {
  display: inline-block;
  margin: 20px 10px 0 10px;
}
.car-modal-title {
  font-size: 18px;
  margin-left: 1rem;
}
.car-modal-title:hover {
  cursor: pointer;
  color: #004db2;
}
.bearing-modal-title {
  color: black;
  font-size: 22px;
}
.car-modal-table {
  width: 100%;
}
.car-modal-table__spinner {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  color: #002c65;
}
.car-modal-table thead {
  display: table;
  table-layout: fixed;
  width: calc(100% - 1em);
}
.car-modal-table thead tr {
  border-bottom: 3px solid #e8e8e8;
}
.car-modal-table thead tr th {
  font-weight: bold !important;
  font-size: 1.4rem;
  padding: 1rem 1.2rem;
  border: 0;
  vertical-align: bottom;
  width: 25%;
}
.car-modal-table tbody {
  display: block;
  max-height: 700px;
  overflow: auto;
  width: calc(100% - 1em);
}
.car-modal-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.car-modal-table tbody tr td {
  font-size: 14px;
  font-weight: 400 !important;
  padding: 1rem 1.2rem;
  border: 0;
  vertical-align: top;
  width: 25%;
}
.car-modal-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.car-modal-table .green {
  color: #00b915;
  font-weight: 400 !important;
}
.car-modal-table .yellow {
  color: #ffac00;
  font-weight: 400 !important;
}
.car-modal-table .red {
  color: #ff2621;
  font-weight: 400 !important;
}
.car-modal-table__back-button {
  margin-bottom: 10px;
}
.car-modal-table__back-header {
  display: inline-block;
}
.ci-table th {
  width: 19% !important;
}
.ci-table tbody td {
  width: 19% !important;
}
.ci-table .car-modal-table__control {
  width: 31% !important;
}
.ci-table .car-modal-table__ci {
  width: 31% !important;
}
.subsystem-modal-header {
  width: 100%;
}
.subsystem-modal-header .car-modal-table__back-header {
  margin-left: 1rem;
}
.subsystem-modal-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.ci-edit-confirmation button {
  margin-top: 20px;
}
.ci-edit-header {
  margin: 10px 0px 10px 5px;
  color: #002c65;
}
.ci-edit-unsaved {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -5px;
  color: #6b7f10;
  font-size: 100%;
}
.ci-edit-error {
  font-size: 85%;
  color: #ff2621;
  margin-left: 5px;
  margin-top: 5px;
}
.train-health-view-button,
.train-health-view-close-btn {
  background-color: #002c65;
  border-radius: 0;
  border: 0;
  color: white;
  padding: 5px 10px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.train-health-view-button:hover {
  background-color: #003984;
}
.train-health-view-button:disabled {
  background-color: #c1c1c1;
}
.train-health-view-button:disabled:hover {
  cursor: not-allowed;
}
.train-health-view-button:active {
  background-color: #001f46;
}
.train-health-view-button.ng-leave {
  transition: none;
}
.train-health-view-close-btn {
  padding: 8px 20px;
}
.train-health-view-close-btn:hover {
  background-color: #003984;
}
.train-health-view-close-btn:disabled {
  background-color: #c1c1c1;
}
.train-health-view-close-btn:disabled:hover {
  cursor: not-allowed;
}
.train-health-view-close-btn:active {
  background-color: #001f46;
}
.train-health-view-close-btn.ng-leave {
  transition: none;
}
.iconTitleBlock,
.conditionAlertCarTitleBlock,
.conditionAlertBogieTitleBlock,
.conditionAlertCategoryTitleBlock,
.conditionAlertDeviceTitleBlock,
.conditionAlertTypeTitleBlock,
.conditionAlertCiTitleBlock,
.conditionAlertTimestampTitleBlock {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.iconTitleBlock {
  width: 3%;
}
.conditionAlertCarTitleBlock {
  width: 10%;
}
.conditionAlertBogieTitleBlock {
  width: 10%;
}
.conditionAlertCategoryTitleBlock {
  width: 10%;
}
.conditionAlertDeviceTitleBlock {
  width: 12%;
}
.conditionAlertTypeTitleBlock {
  width: 10%;
}
.conditionAlertCiTitleBlock {
  width: 12%;
}
.conditionAlertTimestampTitleBlock {
  width: 16%;
}
.iconBlock,
.conditionAlertCarIdBlock,
.conditionAlertBogieBlock,
.conditionAlertCategoryBlock,
.conditionAlertDeviceBlock,
.conditionAlertTypeBlock,
.conditionAlertCiBlock,
.conditionAlertActivatedBlock {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
.iconBlock {
  width: 3%;
  text-align: center;
  font-size: 14px;
}
.conditionAlertCarIdBlock {
  width: 10%;
  text-align: left;
}
.conditionAlertBogieBlock {
  width: 10%;
  text-align: left;
}
.conditionAlertCategoryBlock {
  width: 10%;
  text-align: left;
}
.conditionAlertDeviceBlock {
  width: 12%;
  text-align: left;
}
.conditionAlertTypeBlock {
  width: 10%;
  text-align: left;
}
.conditionAlertCiBlock {
  width: 12%;
  text-align: left;
}
.conditionAlertActivatedBlock {
  width: 16%;
  text-align: left;
}
.carManagementContainer .conditionAlertCarIdBlock {
  display: none !important;
}
.carManagementContainer .conditionAlertCategoryTitleBlock,
.carManagementContainer .conditionAlertDeviceTitleBlock,
.carManagementContainer .conditionAlertCategoryBlock,
.carManagementContainer .conditionAlertDeviceBlock {
  width: 16% !important;
}
.warning {
  color: #ffac00;
}
.alarm {
  color: #ff2621;
}
.event-toggle-container {
  margin: 20px 10px 20px 3%;
}
.fleet-health__train {
  margin-top: 10px;
  height: 200px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.fleet-health__train__header {
  display: flex;
  height: 32px;
  background: #efefef;
}
.fleet-health__train__header__title {
  background: #2c3039;
  color: white;
  padding: 0 15px;
  line-height: 32px;
  vertical-align: middle;
  border: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: background 0.2s ease-in-out;
}
.fleet-health__train__header__title:hover {
  cursor: pointer;
  background: #49505e;
}
.fleet-health__train__header__title--icon {
  margin-right: 5px;
}
.fleet-health__train__header__events--alarm {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  margin-left: 20px;
}
.fleet-health__train__header__events--warning {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  margin-left: 20px;
}
.fleet-health__train__header__events--notification {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  margin-left: 20px;
}
.fleet-health__train__header__events--circle {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  margin-left: 8px;
  width: 32px;
  height: 20px;
  border-radius: 50%;
  color: white;
  text-align: center;
}
.fleet-health__train__header__events--circle > span {
  position: relative;
  bottom: 5px;
}
.fleet-health__train__cars {
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.fleet-health__train__cars--list {
  margin: 10px auto 0 auto;
  display: table;
  padding: 0;
}
.fleet-health__train__cars--list__item {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.fleet-health__train__cars--list__item--rect {
  height: 40px;
  width: 90px;
  border: 5px solid #373737;
  border-radius: 8px;
  transition: background-color 0.4s ease-in;
}
.fleet-health__train__cars--list__item--rect__title {
  display: table;
  margin: 5px auto;
  font-size: 16px;
  font-weight: 400 !important;
  color: black;
}
.fleet-health__train__cars--list__item--rect__alarm {
  background-color: #f44336;
}
.fleet-health__train__cars--list__item--rect__alarm > span {
  color: white;
}
.fleet-health__train__cars--list__item--rect__warning {
  background-color: #f27000;
}
.fleet-health__train__cars--list__item--rect__warning > span {
  color: white;
}
.fleet-health__train__cars--list__item--rect__notification {
  background-color: #676769;
}
.fleet-health__train__cars--list__item--rect__notification > span {
  color: white;
}
.fleet-health__train__cars--list__item:first-child .fleet-health__train__cars--list__item--rect {
  border-top-left-radius: 30px;
}
.fleet-health__train__cars--list__item:last-child .fleet-health__train__cars--list__item--rect {
  border-top-right-radius: 30px;
}
.fleet-health__train__cars--list__item:last-child::after {
  background: white;
}
.fleet-health__train__cars--list__item::after {
  content: '';
  display: block;
  position: relative;
  background: #373737;
  height: 6px;
  width: 10px;
  bottom: 34px;
  left: 90px;
}
.fleet-health__train__cars--list__item__wheel-one {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 8px;
}
.fleet-health__train__cars--list__item__wheel-two {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 4px;
}
.fleet-health__train__cars--list__item__wheel-three {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 38px;
}
.fleet-health__train__cars--list__item__wheel-four {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 34px;
}
.fleet-health__train__info {
  height: 50px;
}
.fleet-health__train__info__header {
  padding: 15px;
  color: #346f9a;
}
.fleet-health__train__info__header--block {
  display: inline-block;
  width: 100px;
}
.fleet-health__train__info__header--block-l {
  display: inline-block;
  width: 145px;
}
.fleet-health__train__info__header--block-xl {
  display: inline-block;
  width: 160px;
}
.fleet-health__train__info__content {
  padding: 0 15px;
}
.fleet-health__train__info__content--block {
  display: inline-block;
  width: 100px;
}
.fleet-health__train__info__content--block-l {
  display: inline-block;
  width: 145px;
}
.fleet-health__train__info__content--block-xl {
  display: inline-block;
  width: 160px;
}
.fleet-health__status-red {
  background: #f44336;
}
.fleet-health__status-orange {
  background: #f27000;
}
.fleet-health__status-gray {
  background: #676769;
}
#condition-monitoring-container .refresh-button {
  background-color: transparent;
  border: transparent;
}
#condition-monitoring-container .loading-overlay {
  background-color: rgba(0, 0, 0, 0.15);
  height: calc(100% - 15rem);
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 9.5rem;
  left: 0;
  z-index: 10;
}
#condition-monitoring-container .search-field {
  float: right;
  margin-right: 0.5rem;
  display: inline-block;
}
#condition-monitoring-container .search-field input {
  background-color: #2d3039;
  height: 2.5rem;
  font-size: 1.5rem;
  border-color: hsl(0, 0%, 45%);
  margin-left: 0.4rem;
}
#condition-monitoring-container .search-highlight {
  background-color: rgba(255, 255, 0, 0.4);
}
#condition-monitoring-container .export-block {
  display: inline-block;
  float: right;
  margin-right: 0.5rem;
}
#condition-monitoring-container .export-block > button {
  background: transparent;
  border: transparent;
}
#condition-monitoring-container .export-block .export-options {
  color: black;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
  list-style: none;
  padding-left: 0;
  z-index: 12;
  position: absolute;
}
#condition-monitoring-container .export-block .export-options .export-option button {
  text-align: left;
  background: white;
  border: transparent;
  width: 100%;
}
#condition-monitoring-container .data-table {
  max-height: 83vh;
  overflow-y: auto;
}
#condition-monitoring-container .data-table table {
  font-size: 1.4rem;
  table-layout: auto;
  margin-top: 0;
  margin-left: 0.5rem;
  width: calc(100% - 1rem);
}
#condition-monitoring-container .data-table table thead {
  position: sticky;
  top: 0;
  background-color: white;
  border-top: 3px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
}
#condition-monitoring-container .data-table table thead tr th {
  font-size: 1.2rem;
  cursor: pointer;
}
#condition-monitoring-container .data-table table thead tr th:nth-child(1),
#condition-monitoring-container .data-table table thead tr th:nth-child(2),
#condition-monitoring-container .data-table table thead tr th:nth-child(3),
#condition-monitoring-container .data-table table thead tr th:nth-child(4) {
  font-size: 1.4rem;
  white-space: nowrap;
}
#condition-monitoring-container .data-table table tbody tr td {
  font-size: 1.4rem;
  padding: 1px;
}
#condition-monitoring-container .data-table table tbody tr td.cell-yellow {
  background-color: rgba(255, 172, 0, 0.4) !important;
}
#condition-monitoring-container .data-table table tbody tr td.cell-red {
  background-color: rgba(255, 38, 33, 0.4) !important;
}
#condition-monitoring-container .data-table table tbody tr td:nth-child(1),
#condition-monitoring-container .data-table table tbody tr td:nth-child(2),
#condition-monitoring-container .data-table table tbody tr td:nth-child(3),
#condition-monitoring-container .data-table table tbody tr td:nth-child(4),
#condition-monitoring-container .data-table table tbody tr td:nth-child(5) {
  white-space: nowrap;
  padding-right: 5px;
}
#condition-monitoring-container .data-table table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
#condition-monitoring-container .tab-list {
  list-style: none;
  padding-left: 0.25rem;
  margin-bottom: 0;
  display: flex;
}
#condition-monitoring-container .tab-list .tab-item {
  padding: 0.5rem 0.25rem 0.25rem 0.25rem;
  font-size: medium;
}
#condition-monitoring-container .tab-list .tab-item button {
  background: transparent;
  border: none;
}
#condition-monitoring-container .tab-list .tab-selected {
  background: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 88%, #346f9a 89%, #346f9a 100%);
}
.fa.red-icon {
  color: #ff2621 !important;
}
.fa.yellow-icon {
  color: #ffac00 !important;
}
.fa.white-icon {
  color: #cacaca !important;
}
.event-icon {
  width: 16px;
  height: 16px;
  display: block;
}
button.link {
  background: none!important;
  border: none;
  padding: 0!important;
  color: #069;
  cursor: pointer;
}
button.link:hover {
  text-decoration: underline;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
/*
 * DASHBOARD
 */
.dashboardContainer {
  height: 100%;
  margin: 0;
}
.gridletArea {
  /** fixes the bug where gridster sometimes makes the 100% width area wider than the browser window */
  width: 99%;
}
/**
* Overriding gridster resize handles, because z-indexes are out of control
*/
.gridster-item-resizable-handler {
  z-index: 999 !important;
}
ul.gridletsUl {
  list-style-type: none;
  clear: both;
  padding: 0;
}
div.gridlet {
  background: white;
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
}
div.gridletTitleRow {
  background-color: #2d3039;
  clear: both;
  width: 100%;
  height: 33px;
  position: relative;
  z-index: 1;
}
div.gridletRow {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
div.gridletContentArea {
  padding-top: 0;
  height: calc(100% - 33px);
  text-align: left !important;
  position: relative;
  z-index: 200;
}
div.gridletContentArea-history-events-gridlet,
div.gridletContentArea-active-events-list-gridlet,
div.gridletContentArea-audit-events-list-gridlet {
  height: 92.5%;
}
div.gridletContentArea-driver-view-gridlet {
  height: calc(100% - 33px);
}
div.gridletContentArea > div {
  padding: 3px;
  padding-left: 6px !important;
  padding-right: 6px !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
div.fleetTitleContainer {
  display: flex;
  justify-content: space-between;
  height: 2.8rem;
}
div.fleetTitleContainer > div {
  margin-top: 2px;
}
div.titleContainer,
div.fleetTitleContainer,
div.notificationTitleContainer,
div.historyTitleContainer {
  border-bottom: 2px solid #E6E6E6;
  vertical-align: middle;
  line-height: 24px;
}
div.gridletTitleCell {
  float: left;
  display: table-cell;
}
div.gridletControlsCell {
  float: right;
  display: table-cell;
  z-index: 399 !important;
}
h1.gridletTitle {
  line-height: 33px;
  font-size: 20px;
  margin: 0;
  color: white;
  padding-left: 8px;
  float: left;
  word-break: break-all;
  overflow: hidden;
}
.gridletTitle__input {
  height: 25px;
  width: 250px;
  margin: 4px 5px;
}
a.gridletRemove {
  color: white;
  text-decoration: none;
  float: right;
  font-size: 19px;
  margin-top: 4px;
  margin-right: 10px;
  z-index: 400 !important;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.gridletRemove:hover {
  color: #bdc0c4;
}
a.gridletModify {
  color: white;
  text-decoration: none;
  width: 23px;
  height: 23px;
  float: right;
  margin-top: 9px;
  margin-right: 15px;
  outline: none !important;
  z-index: 400 !important;
}
a.gridletFullScreenToggle {
  color: white;
  font-size: 19px;
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  z-index: 400 !important;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.gridletFullScreenToggle:hover {
  color: #bdc0c4;
}
.fullscreen {
  position: absolute;
  width: 99.2% !important;
  height: 99% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 8px !important;
  top: 8px !important;
  z-index: 300 !important;
}
.gridletFullscreenControlsArea {
  background: #f4f4f4;
  padding: 10px 5px 10px 10px;
  margin-left: -10px;
  margin-right: -20px;
  margin-bottom: 10px;
  width: 110%;
  border-bottom: 1px solid #ECECEC;
}
.gridletFullscreenSearch {
  width: 91% !important;
}
.gridletFullscreenAdvancedSearch {
  width: 91%;
  position: relative;
  clear: both;
  display: block;
}
.gridletFullscreenAdvancedSearch .panel-group {
  margin-bottom: 0 !important;
}
.gridletFullscreenAdvancedSearch .panel {
  background: transparent !important;
}
.gridletFullscreenAdvancedSearch .panel .collapse.in {
  background: #F9F9F9 !important;
}
.gridletFullscreenAdvancedSearch .filterColumns {
  width: 50%;
  color: #337ab7 !important;
}
.gridletControlAreaItemTitle {
  font-size: 14px !important;
  color: #686868;
  font-weight: normal;
}
.gridletControlAreaItemTitle label {
  font-weight: normal;
}
.gridletFullscreenAdvancedSearch h4 {
  font-size: 14px !important;
  color: #686868;
  font-weight: normal;
}
.gridletFullscreenAdvancedSearch h4 label {
  font-weight: normal;
}
.customizable-gridlets {
  background: rgba(35, 175, 235, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(35, 175, 235, 0.5);
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.dataLoadingSpinner {
  min-height: 300px;
  text-align: center;
}
.dataLoadingSpinner .fa {
  margin-top: 150px;
  color: #337ab7;
}
.edit-active-row {
  background-color: #c1c6d0;
}
.basicList {
  margin: 0 15px;
  padding: 0;
  height: calc(100vh - 200px) !important;
  overflow-y: auto;
  overflow-x: auto;
}
.basicList ul {
  display: table;
  padding-bottom: 8rem;
  border-top: 1px solid #dfdfdf;
}
.packageListRow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.packageListSelect {
  display: inline;
}
.packageListBlock {
  min-width: 210px;
}
.packageListBlock .status-select {
  padding: 0 0 0 10px;
  margin-top: 6px;
}
.packageListBlock .status-select__checkbox {
  margin: 5px 0;
}
.descriptorEditBlock {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 hsla(0, 0%, 0%, 0.2);
  position: relative;
  top: 30px;
  width: 250px;
}
.packageListItem {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0;
}
.packageListItem:hover {
  cursor: pointer;
}
.spinner-wrapper {
  margin-left: 10px;
  font-size: 16px;
  color: #002c65;
  display: inline-block;
}
.spinner-wrapper > i {
  font-size: 18px;
}
/**
 * FLEET INFO GRIDLET
 */
.trainDescriptionBlock,
.trainLinkBlock,
.trainNumberBlock,
.trainTitleBlock,
.trainTitleBlock {
  width: 9%;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
}
.list {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
#fleetGridletContainer .pointer {
  cursor: pointer;
}
#fleetGridletContainer .trainCrewNumberTitleBlock,
#fleetGridletContainer .trainEmuTitleBlock,
#fleetGridletContainer .trainEventsTitleBlock,
#fleetGridletContainer .trainNumberTitleBlock,
#fleetGridletContainer .trainSpeedTitleBlock,
#fleetGridletContainer .trainStationTitleBlock,
#fleetGridletContainer .trainStatusTitleBlock {
  width: 8%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainCrewNumberTitleBlock--short,
#fleetGridletContainer .trainEmuTitleBlock--short,
#fleetGridletContainer .trainEventsTitleBlock--short,
#fleetGridletContainer .trainNumberTitleBlock--short,
#fleetGridletContainer .trainSpeedTitleBlock--short,
#fleetGridletContainer .trainStationTitleBlock--short,
#fleetGridletContainer .trainStatusTitleBlock--short {
  width: 6%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainCrewNumberTitleBlock--long,
#fleetGridletContainer .trainEmuTitleBlock--long,
#fleetGridletContainer .trainEventsTitleBlock--long,
#fleetGridletContainer .trainNumberTitleBlock--long,
#fleetGridletContainer .trainSpeedTitleBlock--long,
#fleetGridletContainer .trainStationTitleBlock--long,
#fleetGridletContainer .trainStatusTitleBlock--long {
  width: 15%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainCrewNumberTitleBlock--xl,
#fleetGridletContainer .trainEmuTitleBlock--xl,
#fleetGridletContainer .trainEventsTitleBlock--xl,
#fleetGridletContainer .trainNumberTitleBlock--xl,
#fleetGridletContainer .trainSpeedTitleBlock--xl,
#fleetGridletContainer .trainStationTitleBlock--xl,
#fleetGridletContainer .trainStatusTitleBlock--xl {
  width: 15%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainDataReceivedBlock,
#fleetGridletContainer .trainDataReceivedTitleBlock,
#fleetGridletContainer .trainUnackBlock,
#fleetGridletContainer .trainUnackTitleBlock {
  width: 14%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainDistanceBlock,
#fleetGridletContainer .trainEmuBlock,
#fleetGridletContainer .trainEventsBlock,
#fleetGridletContainer .trainNumberBlock,
#fleetGridletContainer .trainSpeedBlock,
#fleetGridletContainer .trainStationBlock,
#fleetGridletContainer .trainStatusBlock {
  width: 8%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainDistanceBlock--short,
#fleetGridletContainer .trainEmuBlock--short,
#fleetGridletContainer .trainEventsBlock--short,
#fleetGridletContainer .trainNumberBlock--short,
#fleetGridletContainer .trainSpeedBlock--short,
#fleetGridletContainer .trainStationBlock--short,
#fleetGridletContainer .trainStatusBlock--short {
  width: 6%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainDistanceBlock--long,
#fleetGridletContainer .trainEmuBlock--long,
#fleetGridletContainer .trainEventsBlock--long,
#fleetGridletContainer .trainNumberBlock--long,
#fleetGridletContainer .trainSpeedBlock--long,
#fleetGridletContainer .trainStationBlock--long,
#fleetGridletContainer .trainStatusBlock--long {
  width: 10%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainDistanceBlock--xl,
#fleetGridletContainer .trainEmuBlock--xl,
#fleetGridletContainer .trainEventsBlock--xl,
#fleetGridletContainer .trainNumberBlock--xl,
#fleetGridletContainer .trainSpeedBlock--xl,
#fleetGridletContainer .trainStationBlock--xl,
#fleetGridletContainer .trainStatusBlock--xl {
  width: 15%;
  vertical-align: top;
  display: inline-block;
}
#fleetGridletContainer .trainDataReceivedBlock i.access-icon.fa {
  margin-right: 2px !important;
}
#fleetGridletContainer .trainDataReceivedBlock i.access-icon-mobile.fa {
  margin-right: 7px !important;
  margin-left: 5px !important;
}
#fleetGridletContainer .fleetListContainer {
  width: 100% !important;
  height: 360px;
  margin: 0;
}
#fleetGridletContainer .fleetListRow {
  cursor: pointer;
}
#fleetGridletContainer .fleetExportBlock {
  float: right;
  width: 3%;
}
#fleetGridletContainer .fleetExportBlock .deactive-checkbox {
  float: right;
}
#fleetGridletContainer .fleetExportBlock .checkbox-text {
  float: right;
  margin-left: 3px;
}
#fleetGridletContainer .fleetExportBlock .dropdown-span {
  float: right;
}
#fleetGridletContainer .fleetExportBlock .dropdown-span .dropdown-icon.fa {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px !important;
  color: #666666 !important;
  cursor: pointer;
}
#fleetGridletContainer .fleetExportBlock .dropdown-span .dropdown-icon.fa:hover {
  color: #3d3d3d !important;
}
#fleetGridletContainer .fleetExportBlock .dropdown-span ul.dropdown-menu {
  right: 0;
  left: auto;
}
#fleetGridletContainer .fleetExportBlock .dropdown-span ul.dropdown-menu > li:hover {
  color: #3d3d3d;
  background-color: #e8e8e8;
}
#fleetGridletContainer .fleetExportBlock .dropdown-span li.dropdown-item {
  margin: 0;
  cursor: pointer;
}
#fleetGridletContainer .fleetExportBlock .dropdown-span li.dropdown-item .text {
  margin-left: 10px !important;
  padding: 3px 20px;
  margin-bottom: 0 !important;
}
.fleetListTitleContainer,
.fleetTrainContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.fleetListTitleContainer .trainNumberTitleBlock--long,
.fleetTrainContainer .trainNumberTitleBlock--long,
.fleetListTitleContainer .trainNumberBlock--long,
.fleetTrainContainer .trainNumberBlock--long {
  flex-basis: 15%;
}
.fleetListTitleContainer .trainNumberTitleBlock--short,
.fleetTrainContainer .trainNumberTitleBlock--short,
.fleetListTitleContainer .trainNumberBlock--short,
.fleetTrainContainer .trainNumberBlock--short {
  flex-basis: 6%;
}
.fleetListTitleContainer .trainStatusTitleBlock--short,
.fleetTrainContainer .trainStatusTitleBlock--short,
.fleetListTitleContainer .trainStatusBlock--short,
.fleetTrainContainer .trainStatusBlock--short {
  flex-basis: 6%;
}
.fleetListTitleContainer .trainSpeedTitleBlock,
.fleetTrainContainer .trainSpeedTitleBlock,
.fleetListTitleContainer .trainSpeedBlock,
.fleetTrainContainer .trainSpeedBlock {
  flex-basis: 8%;
}
.fleetListTitleContainer .trainStationTitleBlock--xl,
.fleetTrainContainer .trainStationTitleBlock--xl,
.fleetListTitleContainer .trainStationBlock--xl,
.fleetTrainContainer .trainStationBlock--xl {
  flex-basis: 15%;
}
.fleetListTitleContainer .trainEventsTitleBlock,
.fleetTrainContainer .trainEventsTitleBlock,
.fleetListTitleContainer .trainEventsBlock,
.fleetTrainContainer .trainEventsBlock {
  flex-basis: 8%;
}
.fleetListTitleContainer .trainDataReceivedTitleBlock,
.fleetTrainContainer .trainDataReceivedTitleBlock,
.fleetListTitleContainer .trainDataReceivedBlock,
.fleetTrainContainer .trainDataReceivedBlock {
  flex-basis: 17%;
}
.fleetListTitleContainer .extraSpace,
.fleetTrainContainer .extraSpace {
  flex-basis: 3%;
}
.gridlet .search-field {
  top: -2.9rem;
  position: absolute;
  margin-right: 0.5rem;
  display: inline-block;
  right: 3.2rem;
  color: white;
}
.gridlet .search-field input {
  background-color: #2d3039;
  height: 2.5rem;
  font-size: 1.5rem;
  border-color: hsl(0, 0%, 45%);
  margin-left: 0.4rem;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: hsl(0, 0%, 13%);
  text-align: center;
}
.status {
  color: white;
}
.status-green {
  background-color: #00b915;
}
.status-red {
  background-color: #ff2621;
  color: white;
}
.status-yellow {
  background-color: #ffac00;
  color: white;
}
.status-gray {
  background-color: #a5a5a5;
}
/**
  * text-colors
  */
.data-green {
  color: #00b915;
}
.data-yellow {
  color: #ffac00;
}
.data-gray {
  color: #a5a5a5;
}
/**
 * FLEET FAULT INFO GRIDLET
 */
div#activeEventsGridletContainer {
  padding-top: 6px;
}
div#activeEventsListGridletContainer,
div#auditEventsListGridletContainer,
div#conditionEventsListGridletContainer,
div#historyEventsGridletContainer {
  padding-top: 2px;
}
#activeEventsGridletContainer .filterColumns,
#activeEventsListGridletContainer .filterColumns,
#auditEventsGridletContainer .filterColumns,
#conditionEventsListGridletContainer .filterColumns,
#fleetGridletContainer .filterColumns,
#historyEventsGridletContainer .filterColumns,
#notificationGridletContainer .filterColumns {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
#activeEventsGridletContainer .filterColumns .filter-checkbox,
#activeEventsListGridletContainer .filterColumns .filter-checkbox,
#auditEventsGridletContainer .filterColumns .filter-checkbox,
#conditionEventsListGridletContainer .filterColumns .filter-checkbox,
#fleetGridletContainer .filterColumns .filter-checkbox,
#historyEventsGridletContainer .filterColumns .filter-checkbox,
#notificationGridletContainer .filterColumns .filter-checkbox {
  cursor: pointer;
}
#activeEventsGridletContainer .filterColumns .filter-label,
#activeEventsListGridletContainer .filterColumns .filter-label,
#auditEventsGridletContainer .filterColumns .filter-label,
#conditionEventsListGridletContainer .filterColumns .filter-label,
#fleetGridletContainer .filterColumns .filter-label,
#historyEventsGridletContainer .filterColumns .filter-label,
#notificationGridletContainer .filterColumns .filter-label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#activeEventsGridletContainer li.deactive-alert,
#activeEventsListGridletContainer li.deactive-alert,
#auditEventsGridletContainer li.deactive-alert,
#conditionEventsListGridletContainer li.deactive-alert,
#fleetGridletContainer li.deactive-alert,
#historyEventsGridletContainer li.deactive-alert,
#notificationGridletContainer li.deactive-alert {
  background: #ffefef !important;
  color: #aaa !important;
}
#activeEventsGridletContainer .notificationsGridletFilters,
#activeEventsListGridletContainer .notificationsGridletFilters,
#auditEventsGridletContainer .notificationsGridletFilters,
#conditionEventsListGridletContainer .notificationsGridletFilters,
#fleetGridletContainer .notificationsGridletFilters,
#historyEventsGridletContainer .notificationsGridletFilters,
#notificationGridletContainer .notificationsGridletFilters {
  background-color: white;
  clear: both;
  width: 100%;
  height: 24px;
  position: relative;
  z-index: 1;
}
#activeEventsGridletContainer .btnRemoveFilters,
#activeEventsListGridletContainer .btnRemoveFilters,
#auditEventsGridletContainer .btnRemoveFilters,
#conditionEventsListGridletContainer .btnRemoveFilters,
#fleetGridletContainer .btnRemoveFilters,
#historyEventsGridletContainer .btnRemoveFilters,
#notificationGridletContainer .btnRemoveFilters {
  background: #e2e2e2;
  border: none;
  color: #484848;
  float: left;
}
#activeEventsGridletContainer .btnRemoveFilters:hover,
#activeEventsListGridletContainer .btnRemoveFilters:hover,
#auditEventsGridletContainer .btnRemoveFilters:hover,
#conditionEventsListGridletContainer .btnRemoveFilters:hover,
#fleetGridletContainer .btnRemoveFilters:hover,
#historyEventsGridletContainer .btnRemoveFilters:hover,
#notificationGridletContainer .btnRemoveFilters:hover {
  background: #d3d3d3;
}
#activeEventsGridletContainer .deactiveState,
#activeEventsListGridletContainer .deactiveState,
#auditEventsGridletContainer .deactiveState,
#conditionEventsListGridletContainer .deactiveState,
#fleetGridletContainer .deactiveState,
#historyEventsGridletContainer .deactiveState,
#notificationGridletContainer .deactiveState {
  padding-top: 2rem;
}
#activeEventsGridletContainer .deactiveWidth,
#activeEventsListGridletContainer .deactiveWidth,
#auditEventsGridletContainer .deactiveWidth,
#conditionEventsListGridletContainer .deactiveWidth,
#fleetGridletContainer .deactiveWidth,
#historyEventsGridletContainer .deactiveWidth,
#notificationGridletContainer .deactiveWidth {
  width: calc(99.4% - 16.7px) !important;
}
#activeEventsGridletContainer .notificationContainer,
#activeEventsListGridletContainer .notificationContainer,
#auditEventsGridletContainer .notificationContainer,
#conditionEventsListGridletContainer .notificationContainer,
#fleetGridletContainer .notificationContainer,
#historyEventsGridletContainer .notificationContainer,
#notificationGridletContainer .notificationContainer,
#activeEventsGridletContainer .notificationTitleContainer,
#activeEventsListGridletContainer .notificationTitleContainer,
#auditEventsGridletContainer .notificationTitleContainer,
#conditionEventsListGridletContainer .notificationTitleContainer,
#fleetGridletContainer .notificationTitleContainer,
#historyEventsGridletContainer .notificationTitleContainer,
#notificationGridletContainer .notificationTitleContainer {
  width: 100%;
  text-align: justify;
  position: relative;
}
#activeEventsGridletContainer .historyContainer,
#activeEventsListGridletContainer .historyContainer,
#auditEventsGridletContainer .historyContainer,
#conditionEventsListGridletContainer .historyContainer,
#fleetGridletContainer .historyContainer,
#historyEventsGridletContainer .historyContainer,
#notificationGridletContainer .historyContainer,
#activeEventsGridletContainer .historyTitleContainer,
#activeEventsListGridletContainer .historyTitleContainer,
#auditEventsGridletContainer .historyTitleContainer,
#conditionEventsListGridletContainer .historyTitleContainer,
#fleetGridletContainer .historyTitleContainer,
#historyEventsGridletContainer .historyTitleContainer,
#notificationGridletContainer .historyTitleContainer {
  text-align: justify;
}
#activeEventsGridletContainer .fleetTitleContainer,
#activeEventsListGridletContainer .fleetTitleContainer,
#auditEventsGridletContainer .fleetTitleContainer,
#conditionEventsListGridletContainer .fleetTitleContainer,
#fleetGridletContainer .fleetTitleContainer,
#historyEventsGridletContainer .fleetTitleContainer,
#notificationGridletContainer .fleetTitleContainer,
#activeEventsGridletContainer .historyTitleContainer,
#activeEventsListGridletContainer .historyTitleContainer,
#auditEventsGridletContainer .historyTitleContainer,
#conditionEventsListGridletContainer .historyTitleContainer,
#fleetGridletContainer .historyTitleContainer,
#historyEventsGridletContainer .historyTitleContainer,
#notificationGridletContainer .historyTitleContainer {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
}
#activeEventsGridletContainer .notificationTitleContainer > div,
#activeEventsListGridletContainer .notificationTitleContainer > div,
#auditEventsGridletContainer .notificationTitleContainer > div,
#conditionEventsListGridletContainer .notificationTitleContainer > div,
#fleetGridletContainer .notificationTitleContainer > div,
#historyEventsGridletContainer .notificationTitleContainer > div,
#notificationGridletContainer .notificationTitleContainer > div {
  margin-top: 2px;
}
#activeEventsGridletContainer .activeEventAcknowledgementTitleBlock,
#activeEventsListGridletContainer .activeEventAcknowledgementTitleBlock,
#auditEventsGridletContainer .activeEventAcknowledgementTitleBlock,
#conditionEventsListGridletContainer .activeEventAcknowledgementTitleBlock,
#fleetGridletContainer .activeEventAcknowledgementTitleBlock,
#historyEventsGridletContainer .activeEventAcknowledgementTitleBlock,
#notificationGridletContainer .activeEventAcknowledgementTitleBlock,
#activeEventsGridletContainer .activeEventActionBlock,
#activeEventsListGridletContainer .activeEventActionBlock,
#auditEventsGridletContainer .activeEventActionBlock,
#conditionEventsListGridletContainer .activeEventActionBlock,
#fleetGridletContainer .activeEventActionBlock,
#historyEventsGridletContainer .activeEventActionBlock,
#notificationGridletContainer .activeEventActionBlock,
#activeEventsGridletContainer .activeEventNameTitleBlock,
#activeEventsListGridletContainer .activeEventNameTitleBlock,
#auditEventsGridletContainer .activeEventNameTitleBlock,
#conditionEventsListGridletContainer .activeEventNameTitleBlock,
#fleetGridletContainer .activeEventNameTitleBlock,
#historyEventsGridletContainer .activeEventNameTitleBlock,
#notificationGridletContainer .activeEventNameTitleBlock,
#activeEventsGridletContainer .activeEventsLoadBlock,
#activeEventsListGridletContainer .activeEventsLoadBlock,
#auditEventsGridletContainer .activeEventsLoadBlock,
#conditionEventsListGridletContainer .activeEventsLoadBlock,
#fleetGridletContainer .activeEventsLoadBlock,
#historyEventsGridletContainer .activeEventsLoadBlock,
#notificationGridletContainer .activeEventsLoadBlock,
#activeEventsGridletContainer .activeEventsSortBlock,
#activeEventsListGridletContainer .activeEventsSortBlock,
#auditEventsGridletContainer .activeEventsSortBlock,
#conditionEventsListGridletContainer .activeEventsSortBlock,
#fleetGridletContainer .activeEventsSortBlock,
#historyEventsGridletContainer .activeEventsSortBlock,
#notificationGridletContainer .activeEventsSortBlock,
#activeEventsGridletContainer .notificationAckTitleBlock,
#activeEventsListGridletContainer .notificationAckTitleBlock,
#auditEventsGridletContainer .notificationAckTitleBlock,
#conditionEventsListGridletContainer .notificationAckTitleBlock,
#fleetGridletContainer .notificationAckTitleBlock,
#historyEventsGridletContainer .notificationAckTitleBlock,
#notificationGridletContainer .notificationAckTitleBlock,
#activeEventsGridletContainer .notificationActivatedTitleBlock,
#activeEventsListGridletContainer .notificationActivatedTitleBlock,
#auditEventsGridletContainer .notificationActivatedTitleBlock,
#conditionEventsListGridletContainer .notificationActivatedTitleBlock,
#fleetGridletContainer .notificationActivatedTitleBlock,
#historyEventsGridletContainer .notificationActivatedTitleBlock,
#notificationGridletContainer .notificationActivatedTitleBlock,
#activeEventsGridletContainer .notificationCarTitleBlock,
#activeEventsListGridletContainer .notificationCarTitleBlock,
#auditEventsGridletContainer .notificationCarTitleBlock,
#conditionEventsListGridletContainer .notificationCarTitleBlock,
#fleetGridletContainer .notificationCarTitleBlock,
#historyEventsGridletContainer .notificationCarTitleBlock,
#notificationGridletContainer .notificationCarTitleBlock,
#activeEventsGridletContainer .notificationDeactivatedTitleBlock,
#activeEventsListGridletContainer .notificationDeactivatedTitleBlock,
#auditEventsGridletContainer .notificationDeactivatedTitleBlock,
#conditionEventsListGridletContainer .notificationDeactivatedTitleBlock,
#fleetGridletContainer .notificationDeactivatedTitleBlock,
#historyEventsGridletContainer .notificationDeactivatedTitleBlock,
#notificationGridletContainer .notificationDeactivatedTitleBlock,
#activeEventsGridletContainer .notificationDeactiveTitleBlock,
#activeEventsListGridletContainer .notificationDeactiveTitleBlock,
#auditEventsGridletContainer .notificationDeactiveTitleBlock,
#conditionEventsListGridletContainer .notificationDeactiveTitleBlock,
#fleetGridletContainer .notificationDeactiveTitleBlock,
#historyEventsGridletContainer .notificationDeactiveTitleBlock,
#notificationGridletContainer .notificationDeactiveTitleBlock,
#activeEventsGridletContainer .notificationEmuTitleBlock,
#activeEventsListGridletContainer .notificationEmuTitleBlock,
#auditEventsGridletContainer .notificationEmuTitleBlock,
#conditionEventsListGridletContainer .notificationEmuTitleBlock,
#fleetGridletContainer .notificationEmuTitleBlock,
#historyEventsGridletContainer .notificationEmuTitleBlock,
#notificationGridletContainer .notificationEmuTitleBlock,
#activeEventsGridletContainer .notificationEventIdTitleBlock,
#activeEventsListGridletContainer .notificationEventIdTitleBlock,
#auditEventsGridletContainer .notificationEventIdTitleBlock,
#conditionEventsListGridletContainer .notificationEventIdTitleBlock,
#fleetGridletContainer .notificationEventIdTitleBlock,
#historyEventsGridletContainer .notificationEventIdTitleBlock,
#notificationGridletContainer .notificationEventIdTitleBlock,
#activeEventsGridletContainer .notificationNameTitleBlock,
#activeEventsListGridletContainer .notificationNameTitleBlock,
#auditEventsGridletContainer .notificationNameTitleBlock,
#conditionEventsListGridletContainer .notificationNameTitleBlock,
#fleetGridletContainer .notificationNameTitleBlock,
#historyEventsGridletContainer .notificationNameTitleBlock,
#notificationGridletContainer .notificationNameTitleBlock,
#activeEventsGridletContainer .notificationSeverityTitleBlock,
#activeEventsListGridletContainer .notificationSeverityTitleBlock,
#auditEventsGridletContainer .notificationSeverityTitleBlock,
#conditionEventsListGridletContainer .notificationSeverityTitleBlock,
#fleetGridletContainer .notificationSeverityTitleBlock,
#historyEventsGridletContainer .notificationSeverityTitleBlock,
#notificationGridletContainer .notificationSeverityTitleBlock,
#activeEventsGridletContainer .notificationTrainTitleBlock,
#activeEventsListGridletContainer .notificationTrainTitleBlock,
#auditEventsGridletContainer .notificationTrainTitleBlock,
#conditionEventsListGridletContainer .notificationTrainTitleBlock,
#fleetGridletContainer .notificationTrainTitleBlock,
#historyEventsGridletContainer .notificationTrainTitleBlock,
#notificationGridletContainer .notificationTrainTitleBlock {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#activeEventsGridletContainer .notificationExportBlock,
#activeEventsListGridletContainer .notificationExportBlock,
#auditEventsGridletContainer .notificationExportBlock,
#conditionEventsListGridletContainer .notificationExportBlock,
#fleetGridletContainer .notificationExportBlock,
#historyEventsGridletContainer .notificationExportBlock,
#notificationGridletContainer .notificationExportBlock {
  right: 12px;
  top: 1px;
  position: absolute;
  min-width: 180px;
  text-align: right;
}
#activeEventsGridletContainer .notificationExportBlock .deactive-checkbox,
#activeEventsListGridletContainer .notificationExportBlock .deactive-checkbox,
#auditEventsGridletContainer .notificationExportBlock .deactive-checkbox,
#conditionEventsListGridletContainer .notificationExportBlock .deactive-checkbox,
#fleetGridletContainer .notificationExportBlock .deactive-checkbox,
#historyEventsGridletContainer .notificationExportBlock .deactive-checkbox,
#notificationGridletContainer .notificationExportBlock .deactive-checkbox {
  display: inline-block;
  vertical-align: top;
}
#activeEventsGridletContainer .notificationExportBlock .checkbox-text,
#activeEventsListGridletContainer .notificationExportBlock .checkbox-text,
#auditEventsGridletContainer .notificationExportBlock .checkbox-text,
#conditionEventsListGridletContainer .notificationExportBlock .checkbox-text,
#fleetGridletContainer .notificationExportBlock .checkbox-text,
#historyEventsGridletContainer .notificationExportBlock .checkbox-text,
#notificationGridletContainer .notificationExportBlock .checkbox-text {
  margin-left: 3px;
  width: 125px;
  display: inline-block;
  vertical-align: top;
}
#activeEventsGridletContainer .notificationExportBlock .dropdown-span,
#activeEventsListGridletContainer .notificationExportBlock .dropdown-span,
#auditEventsGridletContainer .notificationExportBlock .dropdown-span,
#conditionEventsListGridletContainer .notificationExportBlock .dropdown-span,
#fleetGridletContainer .notificationExportBlock .dropdown-span,
#historyEventsGridletContainer .notificationExportBlock .dropdown-span,
#notificationGridletContainer .notificationExportBlock .dropdown-span {
  width: 30px;
  display: inline-block;
  vertical-align: top;
}
#activeEventsGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa,
#activeEventsListGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa,
#auditEventsGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa,
#conditionEventsListGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa,
#fleetGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa,
#historyEventsGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa,
#notificationGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px !important;
  color: #666666 !important;
  cursor: pointer;
}
#activeEventsGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa:hover,
#activeEventsListGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa:hover,
#auditEventsGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa:hover,
#conditionEventsListGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa:hover,
#fleetGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa:hover,
#historyEventsGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa:hover,
#notificationGridletContainer .notificationExportBlock .dropdown-span .dropdown-icon.fa:hover {
  color: #3d3d3d !important;
}
#activeEventsGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu,
#activeEventsListGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu,
#auditEventsGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu,
#conditionEventsListGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu,
#fleetGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu,
#historyEventsGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu,
#notificationGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu {
  right: 0;
  left: auto;
}
#activeEventsGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu > li:hover,
#activeEventsListGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu > li:hover,
#auditEventsGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu > li:hover,
#conditionEventsListGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu > li:hover,
#fleetGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu > li:hover,
#historyEventsGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu > li:hover,
#notificationGridletContainer .notificationExportBlock .dropdown-span ul.dropdown-menu > li:hover {
  color: #3d3d3d;
  background-color: #e8e8e8;
}
#activeEventsGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item,
#activeEventsListGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item,
#auditEventsGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item,
#conditionEventsListGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item,
#fleetGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item,
#historyEventsGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item,
#notificationGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item {
  margin: 0;
  cursor: pointer;
}
#activeEventsGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item .text,
#activeEventsListGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item .text,
#auditEventsGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item .text,
#conditionEventsListGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item .text,
#fleetGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item .text,
#historyEventsGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item .text,
#notificationGridletContainer .notificationExportBlock .dropdown-span li.dropdown-item .text {
  margin-left: 10px !important;
  padding: 3px 20px;
  margin-bottom: 0 !important;
}
#activeEventsGridletContainer .notificationExportBlock:after,
#activeEventsListGridletContainer .notificationExportBlock:after,
#auditEventsGridletContainer .notificationExportBlock:after,
#conditionEventsListGridletContainer .notificationExportBlock:after,
#fleetGridletContainer .notificationExportBlock:after,
#historyEventsGridletContainer .notificationExportBlock:after,
#notificationGridletContainer .notificationExportBlock:after {
  content: '';
  width: 100%;
  display: inline-block;
}
#activeEventsGridletContainer .notificationListContainer,
#activeEventsListGridletContainer .notificationListContainer,
#auditEventsGridletContainer .notificationListContainer,
#conditionEventsListGridletContainer .notificationListContainer,
#fleetGridletContainer .notificationListContainer,
#historyEventsGridletContainer .notificationListContainer,
#notificationGridletContainer .notificationListContainer {
  height: 300px;
  width: 100%;
  overflow-y: auto !important;
  overflow-x: hidden;
}
#activeEventsGridletContainer .scrollContainer,
#activeEventsListGridletContainer .scrollContainer,
#auditEventsGridletContainer .scrollContainer,
#conditionEventsListGridletContainer .scrollContainer,
#fleetGridletContainer .scrollContainer,
#historyEventsGridletContainer .scrollContainer,
#notificationGridletContainer .scrollContainer {
  overflow-y: auto;
  width: 100% !important;
  height: 200px;
  margin: 0;
}
#activeEventsGridletContainer .small-font,
#activeEventsListGridletContainer .small-font,
#auditEventsGridletContainer .small-font,
#conditionEventsListGridletContainer .small-font,
#fleetGridletContainer .small-font,
#historyEventsGridletContainer .small-font,
#notificationGridletContainer .small-font {
  font-size: 10px !important;
}
#activeEventsGridletContainer .small-font .notificationExportBlock,
#activeEventsListGridletContainer .small-font .notificationExportBlock,
#auditEventsGridletContainer .small-font .notificationExportBlock,
#conditionEventsListGridletContainer .small-font .notificationExportBlock,
#fleetGridletContainer .small-font .notificationExportBlock,
#historyEventsGridletContainer .small-font .notificationExportBlock,
#notificationGridletContainer .small-font .notificationExportBlock {
  width: 130px !important;
  text-align: right;
  min-width: 130px !important;
}
#activeEventsGridletContainer .small-font .notificationExportBlock .checkbox-text,
#activeEventsListGridletContainer .small-font .notificationExportBlock .checkbox-text,
#auditEventsGridletContainer .small-font .notificationExportBlock .checkbox-text,
#conditionEventsListGridletContainer .small-font .notificationExportBlock .checkbox-text,
#fleetGridletContainer .small-font .notificationExportBlock .checkbox-text,
#historyEventsGridletContainer .small-font .notificationExportBlock .checkbox-text,
#notificationGridletContainer .small-font .notificationExportBlock .checkbox-text {
  margin-left: 3px;
  width: 70px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#activeEventsGridletContainer .small-font .notificationNameBlock,
#activeEventsListGridletContainer .small-font .notificationNameBlock,
#auditEventsGridletContainer .small-font .notificationNameBlock,
#conditionEventsListGridletContainer .small-font .notificationNameBlock,
#fleetGridletContainer .small-font .notificationNameBlock,
#historyEventsGridletContainer .small-font .notificationNameBlock,
#notificationGridletContainer .small-font .notificationNameBlock,
#activeEventsGridletContainer .small-font .notificationNameTitleBlock,
#activeEventsListGridletContainer .small-font .notificationNameTitleBlock,
#auditEventsGridletContainer .small-font .notificationNameTitleBlock,
#conditionEventsListGridletContainer .small-font .notificationNameTitleBlock,
#fleetGridletContainer .small-font .notificationNameTitleBlock,
#historyEventsGridletContainer .small-font .notificationNameTitleBlock,
#notificationGridletContainer .small-font .notificationNameTitleBlock {
  width: 13%;
  text-align: left;
}
#activeEventsGridletContainer .activeEventActionBlock,
#activeEventsListGridletContainer .activeEventActionBlock,
#auditEventsGridletContainer .activeEventActionBlock,
#conditionEventsListGridletContainer .activeEventActionBlock,
#fleetGridletContainer .activeEventActionBlock,
#historyEventsGridletContainer .activeEventActionBlock,
#notificationGridletContainer .activeEventActionBlock,
#activeEventsGridletContainer .activeEventNameBlock,
#activeEventsListGridletContainer .activeEventNameBlock,
#auditEventsGridletContainer .activeEventNameBlock,
#conditionEventsListGridletContainer .activeEventNameBlock,
#fleetGridletContainer .activeEventNameBlock,
#historyEventsGridletContainer .activeEventNameBlock,
#notificationGridletContainer .activeEventNameBlock,
#activeEventsGridletContainer .notificationAckBlock,
#activeEventsListGridletContainer .notificationAckBlock,
#auditEventsGridletContainer .notificationAckBlock,
#conditionEventsListGridletContainer .notificationAckBlock,
#fleetGridletContainer .notificationAckBlock,
#historyEventsGridletContainer .notificationAckBlock,
#notificationGridletContainer .notificationAckBlock,
#activeEventsGridletContainer .notificationActivatedBlock,
#activeEventsListGridletContainer .notificationActivatedBlock,
#auditEventsGridletContainer .notificationActivatedBlock,
#conditionEventsListGridletContainer .notificationActivatedBlock,
#fleetGridletContainer .notificationActivatedBlock,
#historyEventsGridletContainer .notificationActivatedBlock,
#notificationGridletContainer .notificationActivatedBlock,
#activeEventsGridletContainer .notificationCarBlock,
#activeEventsListGridletContainer .notificationCarBlock,
#auditEventsGridletContainer .notificationCarBlock,
#conditionEventsListGridletContainer .notificationCarBlock,
#fleetGridletContainer .notificationCarBlock,
#historyEventsGridletContainer .notificationCarBlock,
#notificationGridletContainer .notificationCarBlock,
#activeEventsGridletContainer .notificationDeactivatedBlock,
#activeEventsListGridletContainer .notificationDeactivatedBlock,
#auditEventsGridletContainer .notificationDeactivatedBlock,
#conditionEventsListGridletContainer .notificationDeactivatedBlock,
#fleetGridletContainer .notificationDeactivatedBlock,
#historyEventsGridletContainer .notificationDeactivatedBlock,
#notificationGridletContainer .notificationDeactivatedBlock,
#activeEventsGridletContainer .notificationEmuBlock,
#activeEventsListGridletContainer .notificationEmuBlock,
#auditEventsGridletContainer .notificationEmuBlock,
#conditionEventsListGridletContainer .notificationEmuBlock,
#fleetGridletContainer .notificationEmuBlock,
#historyEventsGridletContainer .notificationEmuBlock,
#notificationGridletContainer .notificationEmuBlock,
#activeEventsGridletContainer .notificationEventIdBlock,
#activeEventsListGridletContainer .notificationEventIdBlock,
#auditEventsGridletContainer .notificationEventIdBlock,
#conditionEventsListGridletContainer .notificationEventIdBlock,
#fleetGridletContainer .notificationEventIdBlock,
#historyEventsGridletContainer .notificationEventIdBlock,
#notificationGridletContainer .notificationEventIdBlock,
#activeEventsGridletContainer .notificationNameBlock,
#activeEventsListGridletContainer .notificationNameBlock,
#auditEventsGridletContainer .notificationNameBlock,
#conditionEventsListGridletContainer .notificationNameBlock,
#fleetGridletContainer .notificationNameBlock,
#historyEventsGridletContainer .notificationNameBlock,
#notificationGridletContainer .notificationNameBlock,
#activeEventsGridletContainer .notificationSeverityBlock,
#activeEventsListGridletContainer .notificationSeverityBlock,
#auditEventsGridletContainer .notificationSeverityBlock,
#conditionEventsListGridletContainer .notificationSeverityBlock,
#fleetGridletContainer .notificationSeverityBlock,
#historyEventsGridletContainer .notificationSeverityBlock,
#notificationGridletContainer .notificationSeverityBlock,
#activeEventsGridletContainer .notificationTrainBlock,
#activeEventsListGridletContainer .notificationTrainBlock,
#auditEventsGridletContainer .notificationTrainBlock,
#conditionEventsListGridletContainer .notificationTrainBlock,
#fleetGridletContainer .notificationTrainBlock,
#historyEventsGridletContainer .notificationTrainBlock,
#notificationGridletContainer .notificationTrainBlock {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
#activeEventsGridletContainer .notificationNameBlock,
#activeEventsListGridletContainer .notificationNameBlock,
#auditEventsGridletContainer .notificationNameBlock,
#conditionEventsListGridletContainer .notificationNameBlock,
#fleetGridletContainer .notificationNameBlock,
#historyEventsGridletContainer .notificationNameBlock,
#notificationGridletContainer .notificationNameBlock,
#activeEventsGridletContainer .notificationNameTitleBlock,
#activeEventsListGridletContainer .notificationNameTitleBlock,
#auditEventsGridletContainer .notificationNameTitleBlock,
#conditionEventsListGridletContainer .notificationNameTitleBlock,
#fleetGridletContainer .notificationNameTitleBlock,
#historyEventsGridletContainer .notificationNameTitleBlock,
#notificationGridletContainer .notificationNameTitleBlock {
  width: 17%;
  text-align: left;
}
#activeEventsGridletContainer .activeEventNameBlock,
#activeEventsListGridletContainer .activeEventNameBlock,
#auditEventsGridletContainer .activeEventNameBlock,
#conditionEventsListGridletContainer .activeEventNameBlock,
#fleetGridletContainer .activeEventNameBlock,
#historyEventsGridletContainer .activeEventNameBlock,
#notificationGridletContainer .activeEventNameBlock,
#activeEventsGridletContainer .activeEventNameTitleBlock,
#activeEventsListGridletContainer .activeEventNameTitleBlock,
#auditEventsGridletContainer .activeEventNameTitleBlock,
#conditionEventsListGridletContainer .activeEventNameTitleBlock,
#fleetGridletContainer .activeEventNameTitleBlock,
#historyEventsGridletContainer .activeEventNameTitleBlock,
#notificationGridletContainer .activeEventNameTitleBlock {
  width: 22%;
  text-align: left;
}
#activeEventsGridletContainer .notificationEmuBlock,
#activeEventsListGridletContainer .notificationEmuBlock,
#auditEventsGridletContainer .notificationEmuBlock,
#conditionEventsListGridletContainer .notificationEmuBlock,
#fleetGridletContainer .notificationEmuBlock,
#historyEventsGridletContainer .notificationEmuBlock,
#notificationGridletContainer .notificationEmuBlock,
#activeEventsGridletContainer .notificationEmuTitleBlock,
#activeEventsListGridletContainer .notificationEmuTitleBlock,
#auditEventsGridletContainer .notificationEmuTitleBlock,
#conditionEventsListGridletContainer .notificationEmuTitleBlock,
#fleetGridletContainer .notificationEmuTitleBlock,
#historyEventsGridletContainer .notificationEmuTitleBlock,
#notificationGridletContainer .notificationEmuTitleBlock {
  min-width: 61px;
  width: 8%;
}
#activeEventsGridletContainer .notificationTrainBlock,
#activeEventsListGridletContainer .notificationTrainBlock,
#auditEventsGridletContainer .notificationTrainBlock,
#conditionEventsListGridletContainer .notificationTrainBlock,
#fleetGridletContainer .notificationTrainBlock,
#historyEventsGridletContainer .notificationTrainBlock,
#notificationGridletContainer .notificationTrainBlock,
#activeEventsGridletContainer .notificationTrainTitleBlock,
#activeEventsListGridletContainer .notificationTrainTitleBlock,
#auditEventsGridletContainer .notificationTrainTitleBlock,
#conditionEventsListGridletContainer .notificationTrainTitleBlock,
#fleetGridletContainer .notificationTrainTitleBlock,
#historyEventsGridletContainer .notificationTrainTitleBlock,
#notificationGridletContainer .notificationTrainTitleBlock {
  min-width: 125px;
  width: 10%;
}
#activeEventsGridletContainer .notificationCarBlock,
#activeEventsListGridletContainer .notificationCarBlock,
#auditEventsGridletContainer .notificationCarBlock,
#conditionEventsListGridletContainer .notificationCarBlock,
#fleetGridletContainer .notificationCarBlock,
#historyEventsGridletContainer .notificationCarBlock,
#notificationGridletContainer .notificationCarBlock,
#activeEventsGridletContainer .notificationCarTitleBlock,
#activeEventsListGridletContainer .notificationCarTitleBlock,
#auditEventsGridletContainer .notificationCarTitleBlock,
#conditionEventsListGridletContainer .notificationCarTitleBlock,
#fleetGridletContainer .notificationCarTitleBlock,
#historyEventsGridletContainer .notificationCarTitleBlock,
#notificationGridletContainer .notificationCarTitleBlock {
  min-width: 90px;
  width: 8%;
}
#activeEventsGridletContainer .activeEventsSortBlock,
#activeEventsListGridletContainer .activeEventsSortBlock,
#auditEventsGridletContainer .activeEventsSortBlock,
#conditionEventsListGridletContainer .activeEventsSortBlock,
#fleetGridletContainer .activeEventsSortBlock,
#historyEventsGridletContainer .activeEventsSortBlock,
#notificationGridletContainer .activeEventsSortBlock {
  min-width: 80px;
  width: 5%;
}
#activeEventsGridletContainer .activeEventsLoadBlock,
#activeEventsListGridletContainer .activeEventsLoadBlock,
#auditEventsGridletContainer .activeEventsLoadBlock,
#conditionEventsListGridletContainer .activeEventsLoadBlock,
#fleetGridletContainer .activeEventsLoadBlock,
#historyEventsGridletContainer .activeEventsLoadBlock,
#notificationGridletContainer .activeEventsLoadBlock {
  width: 140px;
}
#activeEventsGridletContainer .notificationEventIdBlock,
#activeEventsListGridletContainer .notificationEventIdBlock,
#auditEventsGridletContainer .notificationEventIdBlock,
#conditionEventsListGridletContainer .notificationEventIdBlock,
#fleetGridletContainer .notificationEventIdBlock,
#historyEventsGridletContainer .notificationEventIdBlock,
#notificationGridletContainer .notificationEventIdBlock,
#activeEventsGridletContainer .notificationEventIdTitleBlock,
#activeEventsListGridletContainer .notificationEventIdTitleBlock,
#auditEventsGridletContainer .notificationEventIdTitleBlock,
#conditionEventsListGridletContainer .notificationEventIdTitleBlock,
#fleetGridletContainer .notificationEventIdTitleBlock,
#historyEventsGridletContainer .notificationEventIdTitleBlock,
#notificationGridletContainer .notificationEventIdTitleBlock {
  min-width: 71px;
  width: 8%;
}
#activeEventsGridletContainer .notificationSeverityBlock,
#activeEventsListGridletContainer .notificationSeverityBlock,
#auditEventsGridletContainer .notificationSeverityBlock,
#conditionEventsListGridletContainer .notificationSeverityBlock,
#fleetGridletContainer .notificationSeverityBlock,
#historyEventsGridletContainer .notificationSeverityBlock,
#notificationGridletContainer .notificationSeverityBlock,
#activeEventsGridletContainer .notificationSeverityTitleBlock,
#activeEventsListGridletContainer .notificationSeverityTitleBlock,
#auditEventsGridletContainer .notificationSeverityTitleBlock,
#conditionEventsListGridletContainer .notificationSeverityTitleBlock,
#fleetGridletContainer .notificationSeverityTitleBlock,
#historyEventsGridletContainer .notificationSeverityTitleBlock,
#notificationGridletContainer .notificationSeverityTitleBlock {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 37px;
  width: 4%;
}
#activeEventsGridletContainer .notificationAckBlock,
#activeEventsListGridletContainer .notificationAckBlock,
#auditEventsGridletContainer .notificationAckBlock,
#conditionEventsListGridletContainer .notificationAckBlock,
#fleetGridletContainer .notificationAckBlock,
#historyEventsGridletContainer .notificationAckBlock,
#notificationGridletContainer .notificationAckBlock,
#activeEventsGridletContainer .notificationAckTitleBlock,
#activeEventsListGridletContainer .notificationAckTitleBlock,
#auditEventsGridletContainer .notificationAckTitleBlock,
#conditionEventsListGridletContainer .notificationAckTitleBlock,
#fleetGridletContainer .notificationAckTitleBlock,
#historyEventsGridletContainer .notificationAckTitleBlock,
#notificationGridletContainer .notificationAckTitleBlock {
  min-width: 100px;
  width: 10%;
}
#activeEventsGridletContainer .notificationEventIdBlock .fa.red-icon,
#activeEventsListGridletContainer .notificationEventIdBlock .fa.red-icon,
#auditEventsGridletContainer .notificationEventIdBlock .fa.red-icon,
#conditionEventsListGridletContainer .notificationEventIdBlock .fa.red-icon,
#fleetGridletContainer .notificationEventIdBlock .fa.red-icon,
#historyEventsGridletContainer .notificationEventIdBlock .fa.red-icon,
#notificationGridletContainer .notificationEventIdBlock .fa.red-icon,
#activeEventsGridletContainer .notificationSeverityBlock .fa.red-icon,
#activeEventsListGridletContainer .notificationSeverityBlock .fa.red-icon,
#auditEventsGridletContainer .notificationSeverityBlock .fa.red-icon,
#conditionEventsListGridletContainer .notificationSeverityBlock .fa.red-icon,
#fleetGridletContainer .notificationSeverityBlock .fa.red-icon,
#historyEventsGridletContainer .notificationSeverityBlock .fa.red-icon,
#notificationGridletContainer .notificationSeverityBlock .fa.red-icon {
  color: #ff2621 !important;
}
#activeEventsGridletContainer .notificationEventIdBlock .fa.gray-icon,
#activeEventsListGridletContainer .notificationEventIdBlock .fa.gray-icon,
#auditEventsGridletContainer .notificationEventIdBlock .fa.gray-icon,
#conditionEventsListGridletContainer .notificationEventIdBlock .fa.gray-icon,
#fleetGridletContainer .notificationEventIdBlock .fa.gray-icon,
#historyEventsGridletContainer .notificationEventIdBlock .fa.gray-icon,
#notificationGridletContainer .notificationEventIdBlock .fa.gray-icon,
#activeEventsGridletContainer .notificationSeverityBlock .fa.gray-icon,
#activeEventsListGridletContainer .notificationSeverityBlock .fa.gray-icon,
#auditEventsGridletContainer .notificationSeverityBlock .fa.gray-icon,
#conditionEventsListGridletContainer .notificationSeverityBlock .fa.gray-icon,
#fleetGridletContainer .notificationSeverityBlock .fa.gray-icon,
#historyEventsGridletContainer .notificationSeverityBlock .fa.gray-icon,
#notificationGridletContainer .notificationSeverityBlock .fa.gray-icon {
  color: #ff2621 !important;
}
#activeEventsGridletContainer .notificationEventIdBlock .fa.yellow-icon,
#activeEventsListGridletContainer .notificationEventIdBlock .fa.yellow-icon,
#auditEventsGridletContainer .notificationEventIdBlock .fa.yellow-icon,
#conditionEventsListGridletContainer .notificationEventIdBlock .fa.yellow-icon,
#fleetGridletContainer .notificationEventIdBlock .fa.yellow-icon,
#historyEventsGridletContainer .notificationEventIdBlock .fa.yellow-icon,
#notificationGridletContainer .notificationEventIdBlock .fa.yellow-icon,
#activeEventsGridletContainer .notificationSeverityBlock .fa.yellow-icon,
#activeEventsListGridletContainer .notificationSeverityBlock .fa.yellow-icon,
#auditEventsGridletContainer .notificationSeverityBlock .fa.yellow-icon,
#conditionEventsListGridletContainer .notificationSeverityBlock .fa.yellow-icon,
#fleetGridletContainer .notificationSeverityBlock .fa.yellow-icon,
#historyEventsGridletContainer .notificationSeverityBlock .fa.yellow-icon,
#notificationGridletContainer .notificationSeverityBlock .fa.yellow-icon {
  color: #ffac00 !important;
}
#activeEventsGridletContainer .notificationEventIdBlock .fa.white-icon,
#activeEventsListGridletContainer .notificationEventIdBlock .fa.white-icon,
#auditEventsGridletContainer .notificationEventIdBlock .fa.white-icon,
#conditionEventsListGridletContainer .notificationEventIdBlock .fa.white-icon,
#fleetGridletContainer .notificationEventIdBlock .fa.white-icon,
#historyEventsGridletContainer .notificationEventIdBlock .fa.white-icon,
#notificationGridletContainer .notificationEventIdBlock .fa.white-icon,
#activeEventsGridletContainer .notificationSeverityBlock .fa.white-icon,
#activeEventsListGridletContainer .notificationSeverityBlock .fa.white-icon,
#auditEventsGridletContainer .notificationSeverityBlock .fa.white-icon,
#conditionEventsListGridletContainer .notificationSeverityBlock .fa.white-icon,
#fleetGridletContainer .notificationSeverityBlock .fa.white-icon,
#historyEventsGridletContainer .notificationSeverityBlock .fa.white-icon,
#notificationGridletContainer .notificationSeverityBlock .fa.white-icon {
  color: #cacaca !important;
}
#activeEventsGridletContainer .notificationEventIdBlock i.fa-exclamation-triangle,
#activeEventsListGridletContainer .notificationEventIdBlock i.fa-exclamation-triangle,
#auditEventsGridletContainer .notificationEventIdBlock i.fa-exclamation-triangle,
#conditionEventsListGridletContainer .notificationEventIdBlock i.fa-exclamation-triangle,
#fleetGridletContainer .notificationEventIdBlock i.fa-exclamation-triangle,
#historyEventsGridletContainer .notificationEventIdBlock i.fa-exclamation-triangle,
#notificationGridletContainer .notificationEventIdBlock i.fa-exclamation-triangle,
#activeEventsGridletContainer .notificationSeverityBlock i.fa-exclamation-triangle,
#activeEventsListGridletContainer .notificationSeverityBlock i.fa-exclamation-triangle,
#auditEventsGridletContainer .notificationSeverityBlock i.fa-exclamation-triangle,
#conditionEventsListGridletContainer .notificationSeverityBlock i.fa-exclamation-triangle,
#fleetGridletContainer .notificationSeverityBlock i.fa-exclamation-triangle,
#historyEventsGridletContainer .notificationSeverityBlock i.fa-exclamation-triangle,
#notificationGridletContainer .notificationSeverityBlock i.fa-exclamation-triangle {
  font-size: 15px;
}
#activeEventsGridletContainer .notificationEventIdBlock .event-icon,
#activeEventsListGridletContainer .notificationEventIdBlock .event-icon,
#auditEventsGridletContainer .notificationEventIdBlock .event-icon,
#conditionEventsListGridletContainer .notificationEventIdBlock .event-icon,
#fleetGridletContainer .notificationEventIdBlock .event-icon,
#historyEventsGridletContainer .notificationEventIdBlock .event-icon,
#notificationGridletContainer .notificationEventIdBlock .event-icon,
#activeEventsGridletContainer .notificationSeverityBlock .event-icon,
#activeEventsListGridletContainer .notificationSeverityBlock .event-icon,
#auditEventsGridletContainer .notificationSeverityBlock .event-icon,
#conditionEventsListGridletContainer .notificationSeverityBlock .event-icon,
#fleetGridletContainer .notificationSeverityBlock .event-icon,
#historyEventsGridletContainer .notificationSeverityBlock .event-icon,
#notificationGridletContainer .notificationSeverityBlock .event-icon {
  width: 16px;
  height: 16px;
  display: block;
}
#activeEventsGridletContainer .notificationActivatedBlock,
#activeEventsListGridletContainer .notificationActivatedBlock,
#auditEventsGridletContainer .notificationActivatedBlock,
#conditionEventsListGridletContainer .notificationActivatedBlock,
#fleetGridletContainer .notificationActivatedBlock,
#historyEventsGridletContainer .notificationActivatedBlock,
#notificationGridletContainer .notificationActivatedBlock,
#activeEventsGridletContainer .notificationActivatedTitleBlock,
#activeEventsListGridletContainer .notificationActivatedTitleBlock,
#auditEventsGridletContainer .notificationActivatedTitleBlock,
#conditionEventsListGridletContainer .notificationActivatedTitleBlock,
#fleetGridletContainer .notificationActivatedTitleBlock,
#historyEventsGridletContainer .notificationActivatedTitleBlock,
#notificationGridletContainer .notificationActivatedTitleBlock,
#activeEventsGridletContainer .notificationDeactivatedBlock,
#activeEventsListGridletContainer .notificationDeactivatedBlock,
#auditEventsGridletContainer .notificationDeactivatedBlock,
#conditionEventsListGridletContainer .notificationDeactivatedBlock,
#fleetGridletContainer .notificationDeactivatedBlock,
#historyEventsGridletContainer .notificationDeactivatedBlock,
#notificationGridletContainer .notificationDeactivatedBlock,
#activeEventsGridletContainer .notificationDeactivatedTitleBlock,
#activeEventsListGridletContainer .notificationDeactivatedTitleBlock,
#auditEventsGridletContainer .notificationDeactivatedTitleBlock,
#conditionEventsListGridletContainer .notificationDeactivatedTitleBlock,
#fleetGridletContainer .notificationDeactivatedTitleBlock,
#historyEventsGridletContainer .notificationDeactivatedTitleBlock,
#notificationGridletContainer .notificationDeactivatedTitleBlock {
  width: 12%;
  min-width: 150px;
}
#activeEventsGridletContainer .notificationDeactiveTitleBlock,
#activeEventsListGridletContainer .notificationDeactiveTitleBlock,
#auditEventsGridletContainer .notificationDeactiveTitleBlock,
#conditionEventsListGridletContainer .notificationDeactiveTitleBlock,
#fleetGridletContainer .notificationDeactiveTitleBlock,
#historyEventsGridletContainer .notificationDeactiveTitleBlock,
#notificationGridletContainer .notificationDeactiveTitleBlock {
  width: 10%;
}
#notification-modal .tab-content {
  margin-top: 10px;
}
#notification-modal .tab-content > .active {
  background-color: inherit;
}
#notification-modal .nav-tabs > li {
  background-color: #fff;
}
/**
 * TRAIN STATUS GRIDLET
 */
.trainStatusContainer {
  margin: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.trainStatusContainer .chart-container {
  width: 100%;
  height: 100%;
}
.trainStatusContainer .chart-container .chart {
  height: 100%;
}
.eventHistoryContainer {
  border: 0 dashed #000;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: auto;
  padding: 15px;
  width: 100%;
}
.eventHistoryContainer .table-condensed th {
  color: #337ab7;
  font-weight: normal;
}
/**
*  SYSTEM STATUS GRIDLET
*/
#systemStatusGridlet {
  min-width: 200px;
  overflow-x: auto;
}
#systemStatusGridlet .trainsOnlineRow {
  margin-top: 20px;
  width: 98%;
}
#systemStatusGridlet .trainsOnlineRow .trainsOnlineTitle {
  float: left;
  font-size: 16px;
  color: #a3a3a3;
  font-weight: bold;
  margin-left: 5px;
}
#systemStatusGridlet .trainsOnlineRow .trainsOnlineContent {
  margin-right: 10%;
  font-size: 14px;
  min-width: 30px;
  float: right;
}
#systemStatusGridlet .icon {
  text-align: center;
  margin-top: 5px;
}
#systemStatusGridlet .status-icon.fa {
  color: #3d3d3d;
}
#systemStatusGridlet .icon-text {
  color: #3d3d3d;
  font-weight: bold;
}
#systemStatusGridlet .status-text {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: bold;
  letter-spacing: -2px;
  display: inline-block;
  transform: scale(1, 1.25);
  padding-top: 4px;
}
#systemStatusGridlet .systemTrainStatusContainer {
  padding: 15px;
  clear: both;
}
#systemStatusGridlet .systemTrainStatusContainer .trainAccessTechRow {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
}
#systemStatusGridlet .systemTrainStatusContainer .trainAccessTechRow .mobile,
#systemStatusGridlet .systemTrainStatusContainer .trainAccessTechRow .unknown,
#systemStatusGridlet .systemTrainStatusContainer .trainAccessTechRow .wifi {
  flex: 1;
}
#systemStatusGridlet .usersOnlineTitleRow .usersOnlineTitle {
  width: 98%;
  float: left;
  font-size: 16px;
  color: #a3a3a3;
  font-weight: bold;
  margin-left: 5px;
}
#systemStatusGridlet .usersOnlineRowContainer {
  padding: 15px;
  clear: both;
}
#systemStatusGridlet .usersOnlineRowContainer .usersOnlineRow {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
}
#systemStatusGridlet .usersOnlineRowContainer .usersOnlineRow .users {
  flex: 1;
}
#systemStatusGridlet .spaceTitleRowContainer .spaceTitleRow {
  width: 98%;
  float: left;
  font-size: 16px;
  color: #a3a3a3;
  font-weight: bold;
  margin-left: 5px;
}
#systemStatusGridlet .box {
  color: white !important;
  padding: 4px 6px;
  border-radius: 5%;
  text-align: center;
}
#systemStatusGridlet .green-box {
  background-color: #00b915;
}
#systemStatusGridlet .yellow-box {
  background-color: #ffac00;
}
#systemStatusGridlet .red-box {
  background-color: #ff2621;
}
#systemStatusGridlet .red-text {
  color: #ff2621 !important;
}
.system-status-small .status-text {
  padding-top: 0;
}
.system-status-small .icon-text {
  font-size: 12px !important;
}
.system-status-small .trainsOnlineTitle {
  font-size: 12px !important;
}
.system-status-small .usersOnlineTitle {
  font-size: 12px !important;
}
.systemStatusFullscreen .trainsOnlineContent {
  margin-right: 14% !important;
}
.systemStatusFullscreen .icon i.fa {
  font-size: 40px !important;
}
/**
* DRIVER VIEW GRIDLET
**/
.driver-view {
  height: 825px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow-y: auto;
}
.driver-view .driver-image {
  cursor: pointer;
  margin: 4px;
  max-height: 768px;
}
.driver-view__toolbar {
  margin: 5px 0;
}
.driver-view__maintenance-mode {
  color: hsl(0, 0%, 13%);
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 20px;
}
.driver-view__maintenance-mode__title {
  margin-right: 10px;
}
.driver-view__maintenance-mode__button {
  margin-top: 10px;
  margin-left: 20px;
}
@-webkit-keyframes blink {
  0% {
    background-color: #ff2621;
  }
  100% {
    background-color: black;
  }
}
@-moz-keyframes blink {
  0% {
    background-color: #ff2621;
  }
  100% {
    background-color: black;
  }
}
@keyframes blink {
  0% {
    background-color: #ff2621;
  }
  100% {
    background-color: black;
  }
}
.blink {
  -webkit-animation: blink 0.7s linear infinite;
  -moz-animation: blink 0.7s linear infinite;
  animation: blink 0.7s linear infinite;
}
/*
*.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.25s;
  -moz-animation-duration:0.25s;
  animation-duration:0.25s;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
*
/*
/*
* ANALYSIS GRIDLET
*/
.alarmAnalysisGridletContainer .chartControlTitle {
  font-size: 13px;
  width: 100%;
  text-align: center;
  color: #a3a3a3;
}
.simulation-and-control__title {
  color: #1a5a92;
  font-size: 20px;
}
.simulation-and-control .subsystem-control {
  width: 50%;
  float: left;
}
.simulation-and-control .subsystem-control__content-row {
  display: block;
  height: 30px;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.simulation-and-control .subsystem-control__content-row--col {
  width: 290px;
  float: left;
}
.simulation-and-control .subsystem-control__content-row--title {
  font-size: 18px;
}
.simulation-and-control .subsystem-control__title-row {
  margin: 0 0 3rem 2rem;
}
.simulation-and-control .subsystem-control__car-selector {
  height: 40px;
  margin-top: 3rem;
}
.simulation-and-control .subsystem-control__car-selector label {
  font-size: 20px;
}
.simulation-and-control .simulation {
  width: 50%;
  float: left;
}
.simulation-and-control .simulation__checkbox-label {
  margin-left: 8px;
}
.tfl-roles {
  height: 53px;
}
.tfl-rights {
  height: 320px;
  overflow-y: auto;
}
.info-panel {
  display: table;
  height: 50px;
  width: 100%;
  background-color: #e9e9e9;
}
.info-panel__train-title {
  color: #1a5a92;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 20px;
  margin: 0;
}
.info-panel__operation-mode {
  color: hsl(0, 0%, 13%);
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: 450px;
  font-size: 20px;
  margin: 0;
}
.info-panel__operation-mode__subtitle {
  color: #1a5a92;
}
.info-panel__maintenance-mode {
  color: hsl(0, 0%, 13%);
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 20px;
}
.info-panel__maintenance-mode__subtitle {
  color: #1a5a92;
}
.info-panel__maintenance-mode__button {
  display: table-cell;
  vertical-align: middle;
}
.info-panel__train-clock {
  color: hsl(0, 0%, 13%);
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 20px;
}
.info-panel__activation-modal {
  display: table-cell;
  vertical-align: middle;
}
.info-panel__activation-modal > span {
  font-size: 16px;
  margin-right: 10px;
}
.info-panel__topology-download {
  display: table-cell;
  vertical-align: middle;
  text-align: end;
}
.info-panel__topology-download > button {
  width: 160px;
}
.train-selection {
  margin: 10px 7px;
}
.alarm-container {
  margin: 0 auto;
  display: table;
  width: 1440px;
}
.alarm-container__item {
  display: inline-block;
  width: 170px;
  margin-right: 10px;
  text-align: center;
}
.alarm-container__item-text {
  font-size: 18px;
}
.alarm-container__item-text i {
  font-size: 20px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-15 {
  margin-top: 15px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-4 {
  padding-top: 4px;
}
.warningBG {
  background-color: #f9ad0a;
}
.alarmBG {
  background-color: #e61a1a;
}
.active {
  background-color: #1a5a92;
}
.activeTitle {
  color: white !important;
}
.warning-icon {
  color: #f9ad0a;
}
.alarm-icon {
  color: #e61a1a;
}
.add-account-button {
  background-color: #002c65;
  border-radius: 0;
  border: 0;
  color: white;
  padding: 5px 0;
  width: 130px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.add-account-button:hover {
  background-color: #003984;
}
.add-account-button:disabled {
  background-color: #c1c1c1;
}
.add-account-button:disabled:hover {
  cursor: not-allowed;
}
.add-account-button:active {
  background-color: #001f46;
}
.edit-account-button {
  border-radius: 0;
}
.train-health-list {
  margin: 10px auto;
  display: table;
  padding: 0;
}
.train-health-list .train-health-item {
  display: inline-block;
  margin-right: 10px;
}
.train-health-list .train-health-item__col {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 40px;
}
.train-health-list .train-health-item__col-small {
  display: inline-block;
  width: 25%;
  height: 50px;
}
.train-health-list .train-health-item__col-big {
  display: inline-block;
  width: 50%;
  height: 50px;
}
.train-health-list .train-health-item__title {
  display: table;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: hsl(0, 0%, 13%);
}
.train-health-list .train-health-item--active-icon {
  color: black;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.train-health-list .train-health-item__rect {
  display: flex;
  height: 60px;
  width: 140px;
  border: 5px solid hsl(0, 0%, 13%);
  border-radius: 10px;
  transition: background-color 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.train-health-list .train-health-item__rect:hover {
  background-color: #337ab7;
  cursor: pointer;
}
.train-health-list .train-health-item__rect:hover .train-health-item__car-title {
  transition: color 0.2s ease-in;
  color: white;
}
.train-health-list .train-health-item__rect.wide-rect {
  width: 180px;
}
.train-health-list .train-health-item:first-child .high-speed-rect {
  border-top-left-radius: 50px;
}
.train-health-list .train-health-item:first-child .high-speed-rect.narrow-rect {
  width: 148px;
  padding-left: 8px;
}
.train-health-list .train-health-item:first-child.high-speed-car.narrow-car::after {
  left: 148px;
}
.train-health-list .train-health-item:last-child .high-speed-rect {
  border-top-right-radius: 50px;
}
.train-health-list .train-health-item:last-child .high-speed-rect.narrow-rect {
  width: 148px;
  padding-right: 8px;
}
.train-health-list .train-health-item__alarm-icon {
  display: flex;
  font-size: 22px;
}
.train-health-list .train-health-item__alarm-icon--small {
  display: table;
  font-size: 22px;
  margin: 0 auto;
}
.train-health-list .train-health-item__icon-bg-white {
  background: white;
  border-radius: 50%;
  height: 16px;
  width: 18px;
  line-height: 17px;
}
.train-health-list .train-health-item__car-title {
  font-size: 16px;
  color: #1a5a92;
}
.train-health-list .train-health-item:last-child::after {
  display: none;
}
.train-health-list .train-health-item::after {
  content: '';
  display: block;
  position: relative;
  background: hsl(0, 0%, 13%);
  height: 6px;
  width: 10px;
  top: -15px;
  left: 140px;
}
.train-health-list .train-health-item.wide-car::after {
  left: 180px;
}
.activeModule {
  background-color: hsl(220, 12%, 95%) !important;
}
.tree-list,
.tree-list--modules {
  max-height: 65vh;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
}
.tree-list__item {
  list-style: none;
}
.tree-list__header {
  font-size: 16px;
  padding: 5px 0;
  display: flex;
  color: hsl(0, 0%, 13%);
  background: hsl(220, 12%, 95%);
}
.tree-list__header__item--full {
  display: flex;
  flex: 1;
  padding-left: 5px;
}
.tree-list__header__item--half {
  display: flex;
  text-align: center;
  width: 200px;
}
.tree-list__header__item--third {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 85px;
}
.tree-list__module-item {
  display: block;
}
.tree-list__car-tree {
  padding: 0;
  font-size: 16px;
}
.tree-list__car-tree--sublist {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
  height: 100%;
  background: #fff;
  padding: 0;
}
.tree-list__car-tree--sublist.collapsed {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.tree-list__car-tree--item {
  list-style: none;
  font-size: 16px;
  border-radius: 5px;
  color: hsl(0, 0%, 13%);
}
.tree-list__car-tree--item__variation {
  list-style: none;
  font-size: 16px;
  border-radius: 5px;
  color: hsl(0, 0%, 13%);
}
.tree-list__car-tree--item__variation:hover {
  cursor: pointer;
}
.tree-list__car-tree--header {
  list-style: none;
  color: #fff;
  background: #1a5a92;
  border-radius: 6px;
  margin-bottom: 5px;
}
.tree-list__car-tree--trigger {
  padding: 5px;
  margin: 0;
}
.tree-list__car-tree--trigger:hover {
  cursor: pointer;
}
.tree-list__car-tree__flex-row {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 5px;
}
.tree-list__car-tree__flex-row:hover {
  cursor: pointer;
  background-color: hsl(220, 12%, 95%);
}
.tree-list__car-tree__col-full {
  display: flex;
  flex: 1;
}
.tree-list__car-tree__col-third {
  display: flex;
  width: 50px;
}
.tree-list__car-tree__col-half {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  width: 200px;
}
.tree-list__car-tree__col-half--part {
  display: flex;
  flex: 1;
}
.tree-list__car-tree__col-half--part:first-of-type {
  margin-right: 5px;
  justify-content: center;
}
.tree-list__car-tree__col-half--part:last-of-type {
  justify-content: flex-start;
  align-items: center;
}
.tree-list__label:hover {
  cursor: pointer;
  color: #337ab7;
}
.tree-list__module-accordion > .panel-group {
  margin-bottom: 2px;
}
.tree-list__module-accordion > .panel-group > .panel {
  border-radius: 6px;
}
.tree-list__module-accordion > .panel-group > .panel > .panel-heading {
  padding: 10px 12px;
  color: #fff;
  background: #1a5a92;
  border-radius: 6px;
}
.tree-list__module-accordion > .panel-group > .panel > .panel-heading .panel-title {
  font-size: 18px;
}
.tree-list__module-accordion > .panel-group > .panel > .panel-heading .panel-title span {
  font-weight: 400 !important;
}
.tree-list__module-accordion > .panel-group > .panel > .panel-heading .panel-title a:focus,
.tree-list__module-accordion > .panel-group > .panel > .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.tree-list__module-accordion > .panel-group > .panel .panel-body {
  padding: 0;
}
.tree-list__module-accordion > .panel-group > .panel-open > .panel-heading {
  border-radius: 6px 6px 0 0;
}
.tree-list--modules {
  height: 640px;
  margin: 0;
}
.sub-tree-list__car-tree {
  padding: 0;
  font-size: 16px;
}
.sub-tree-list__car-tree--sublist {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
  height: 100%;
  background: #fff;
  padding: 0;
}
.sub-tree-list__car-tree--sublist.collapsed {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.sub-tree-list__car-tree--item {
  list-style: none;
  color: #131313;
}
.sub-tree-list__car-tree--item:hover {
  cursor: pointer;
  background-color: hsl(220, 12%, 95%);
}
.sub-tree-list__car-tree--header {
  list-style: none;
  color: #fff;
  background: #1a5a92;
  border-radius: 6px;
  margin-bottom: 5px;
}
.sub-tree-list__car-tree--trigger {
  padding: 5px;
  margin: 0;
}
.sub-tree-list__car-tree--trigger:hover {
  cursor: pointer;
}
.sub-tree-list__car-tree__flex-row {
  display: flex;
  align-items: center;
}
.sub-tree-list__car-tree__col-full {
  display: flex;
  flex: 1;
}
.sub-tree-list__car-tree__col-half {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 120px;
}
.sub-tree-list__body ul {
  padding-left: 0;
}
.sub-tree-list__body .tree-list__car-tree--item {
  padding: 0;
  border-left: 1.5px solid #ccc;
  line-height: 32px;
  padding-left: 15px;
  border-radius: 0;
}
.sub-tree-list__sub-module {
  padding: 10px 12px;
  color: #212121;
  background-color: #f9f9f9;
  border-radius: 0;
  font-size: 16px;
}
.sub-tree-list__sub-module:hover {
  cursor: pointer;
  background-color: hsl(220, 12%, 95%);
}
.sub-tree-list > .panel-group {
  margin-bottom: 0;
}
.sub-tree-list > .panel-group > .panel {
  border-radius: 0;
}
.sub-tree-list > .panel-group > .panel > .panel-heading {
  padding: 10px 0;
  color: hsl(0, 0%, 13%);
  background-color: #fff !important;
  border-radius: 0;
}
.sub-tree-list > .panel-group > .panel > .panel-heading .panel-title {
  font-size: 16px;
}
.sub-tree-list > .panel-group > .panel > .panel-heading .panel-title a:focus,
.sub-tree-list > .panel-group > .panel > .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.sub-tree-list > .panel-group > .panel .panel-body {
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.sub-tree-list > .panel-group > .panel-open > .panel-heading {
  border-radius: 6px 6px 0 0;
}
.module-list-container {
  float: left;
  position: relative;
  width: 25%;
  height: 813px;
  background-color: #fafafa;
  border-right: 5px solid #e8e8e8;
}
.module-list-container .fa-stack {
  height: 2.1em !important;
  width: 1.5em !important;
}
.module-list-container .module-list {
  margin: 1rem 0.5rem;
  color: #1a5a92;
  font-size: 20px;
}
.module-list-container .module-list__title {
  font-size: 20px;
  margin: 15px 0;
}
.module-list-container__tools {
  margin-top: 16px;
  text-align: center;
  left: 0;
  right: 0;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 12px solid #002c65;
  border-bottom: 9px solid transparent;
}
.content-flex-row {
  display: flex;
  margin-bottom: 3px;
}
.content-area-container {
  float: right;
  position: relative;
  width: 75%;
  height: 650px;
  background-color: #fafafa;
  /** TAB SLIDER **/
}
.content-area-container .fa-stack {
  height: 2.1em !important;
  width: 1.5em !important;
}
.content-area-container .tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.content-area-container .tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #e3e3e3;
  height: 35px;
  user-select: none;
}
.content-area-container .tab-slider--tabs:after {
  content: '';
  width: 50%;
  background: #1a5a92;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}
.content-area-container .tab-slider--tabs.slide:after {
  left: 50%;
}
.content-area-container .tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #1a5a92;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 16px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
}
.content-area-container .tab-slider--trigger.activeSlider {
  color: #fff;
}
.content-area-container .tab-slider--body {
  margin-bottom: 20px;
}
.activationHighlight {
  border: 2px solid #28b845 !important;
}
.content-area__flexRow {
  display: flex;
  flex: 1;
  margin-right: 5px;
  align-items: center;
  padding: 5px 0;
}
.content-area__flexRow__toggle {
  font-size: 16px;
  margin-right: 5px;
}
.content-area__flexRow:last-of-type {
  margin-right: 0;
}
.content-area__flex {
  display: flex;
  align-content: center;
}
.content-area__flex__title {
  flex: 1;
  font-size: 16px;
  color: #1a5a92;
}
.content-area__update-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: 270px;
  background-color: #fff;
  border: 2px solid #D0D0D0;
  padding: 10px;
  margin-right: 5px;
}
.content-area__activation-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: 280px;
  background-color: #fff;
  border: 2px solid #D0D0D0;
  padding: 10px;
}
.content-area__update-text {
  font-size: 16px;
  flex: 0 0 32px;
}
.content-area__update-warning-text {
  font-size: 16px;
  flex: 0 0 32px;
  color: #ff2621;
}
.content-area__progress-row {
  border: 2px solid #D0D0D0;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 770px;
}
.content-area__progress-row:nth-child(n+2) {
  margin-top: 5px;
}
.content-area__progress-row--fm {
  border: 2px solid #D0D0D0;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 618px;
}
.content-area__progress-row--fm:nth-child(n+2) {
  margin-top: 5px;
}
.content-area__log-container {
  color: #212121;
  font-size: small;
  border-radius: 5px;
  background-color: #eee;
  padding: 1rem;
}
.content-area__log-container summary {
  cursor: pointer;
  display: list-item;
  font-size: medium;
  font-weight: bold;
}
.content-area__log-container summary small {
  font-weight: normal;
}
.content-area__log-row {
  color: #212121;
  font-family: monospace, monospace;
  padding-top: 0.5rem;
  margin: 0;
  display: inline;
}
.content-area__progress-col--top-text {
  color: #000;
  font-size: 16px;
}
.content-area__progress-col--bottom-text {
  color: #1a5a92;
  font-size: 20px;
}
.content-area__progress-col--bottom-text > span i,
.content-area__progress-col--bottom-text i {
  margin-right: 5px;
}
.content-area__progress-col--bottom-text-sm {
  color: #1a5a92;
  font-size: 18px;
}
.content-area__progress-col--bottom-text-sm > span i,
.content-area__progress-col--bottom-text-sm i {
  margin-right: 5px;
}
.content-area__progress-col--completed {
  color: #1a5a92;
  font-size: 20px;
  padding-top: 20px;
}
.content-area__progress-col--package {
  text-align: center;
  width: 190px;
  display: inline-block;
}
.content-area__progress-col--upload-started {
  text-align: center;
  width: 200px;
  display: inline-block;
}
.content-area__progress-col--target {
  text-align: center;
  width: 130px;
}
.content-area__progress-col--target-wide {
  text-align: center;
  width: 190px;
  margin-right: 15px;
  height: 50px;
}
.content-area__progress-col--bar {
  text-align: center;
  width: 300px;
  height: 50px;
}
.content-area__progress-col--bar .progress {
  margin-bottom: 0;
}
.content-area__progress-col--bar-short {
  text-align: center;
  width: 260px;
  height: 50px;
}
.content-area__progress-col--percent {
  align-self: flex-end;
  text-align: center;
  width: 100px;
}
.content-area__progress-col--percent-multi {
  align-self: flex-end;
  text-align: center;
  width: 100px;
}
.content-area__progress-collapse {
  width: 100%;
  margin-top: 15px;
}
.content-area__info {
  height: 235px;
  margin: 18px;
  color: #1a5a92;
  font-size: 20px;
  overflow-y: auto;
}
.content-area__info--row {
  display: flex;
  align-items: center;
}
.content-area__info--spread {
  height: 614px;
}
.content-area__info--title {
  display: inline-block;
  color: hsl(0, 0%, 13%);
  font-size: 22px;
  margin-right: 20px;
  padding-bottom: 10px;
}
.content-area__info--title .blue-highlight {
  padding-left: 10px;
  color: #1a5a92;
}
.content-area__info--subtitle {
  display: inline-block;
  color: hsl(0, 0%, 13%);
  font-size: 18px;
  width: 170px;
  padding-bottom: 4px;
}
.content-area__info--subtitle .blue-highlight {
  padding-left: 8px;
  color: #1a5a92;
}
.content-area__info--statusText {
  display: inline-block;
  color: hsl(0, 0%, 13%);
  font-size: 18px;
  padding-bottom: 4px;
  width: 170px;
}
.content-area__info--status {
  color: #8c8c8c;
}
.content-area__info--highlight {
  display: inline-block;
  color: #1a5a92;
  width: 200px;
}
.content-area__info--refreshed {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
}
.content-area__info--col {
  width: 50%;
  float: left;
}
.content-area__info--col-left {
  width: 40%;
  float: left;
}
.content-area__info--col-right {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  float: left;
}
.content-area__info--expanded {
  height: 100%;
}
.content-area__input-field {
  height: 21px;
  width: 40px;
}
.collapse-toggle-button {
  border: 0;
  padding: 0;
  background-color: inherit;
  color: #1a5a92;
  font-size: 20px;
  height: 50px;
}
.collapse-toggle-button > i {
  position: relative;
  top: 9px;
}
.package-management-container .activeListItem {
  background-color: #002c65 !important;
  color: white;
}
.package-management-container .activeListItemGrey {
  background-color: #cfcfcf !important;
}
.package-management-container .modules-list {
  float: left;
  width: 200px;
  margin-top: 15px;
  margin-right: 10px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.package-management-container .modules-list__title {
  color: #fff;
  background-color: #002c65;
  padding: 4px 5px;
  font-size: 19px;
  margin: 0;
}
.package-management-container .modules-list__ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
}
.package-management-container .modules-list__ul > li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.package-management-container .modules-list__ul > li:hover {
  background-color: #002c65;
  color: white;
  cursor: pointer;
}
.package-management-container .modules-list__ul > li:nth-child(even) {
  background-color: #e8e8e8;
}
.package-management-container .modules-list__ul > li:nth-child(even):hover {
  background-color: #002c65;
  color: white;
}
.package-management-container .package-item {
  margin-left: 5px;
  margin-right: 5px;
}
.package-management-container .descriptors-list-container {
  float: left;
  position: relative;
  width: 75%;
}
.package-management-container .descriptors-list {
  margin-top: 10px;
}
.package-management-container .descriptors-list__title {
  color: #1a5a92;
  padding: 6px 10px;
  font-size: 22px;
  margin: 0;
}
.package-management-container .descriptors-list__table {
  font-size: 16px;
  height: 2.8rem;
  border-bottom: 2px solid #e6e6e6;
  padding: 2px 0 3px 10px;
}
.package-management-container .descriptors-list__table__header-item {
  font-size: 16px;
  display: inline-block;
  width: 20%;
  max-width: 200px;
}
.package-management-container .descriptors-list__table__header-item--long {
  font-size: 16px;
  display: inline-block;
  width: 25%;
  max-width: 250px;
}
.package-management-container .descriptors-list__table__list-item {
  padding: 5px 0 5px 10px;
}
.package-management-container .descriptors-list__ul {
  list-style-type: none;
  padding: 0;
  margin: 10px;
}
.package-management-container .descriptors-list__ul > li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.package-management-container .descriptors-list__ul > li:nth-child(odd) {
  background-color: #e8e8e8;
}
.package-management-container .descriptors-list__ul__subtitle {
  font-size: 20px;
}
.package-management-container .descriptors-list__text-element {
  display: inline-block;
  width: 180px;
}
.package-management-container .descriptors-list__text-element--long {
  display: inline-block;
  width: 160px;
}
.package-management-container .descriptors-list__toolbar--inline {
  display: inline-block;
  width: 130px;
}
.package-management-container .descriptors-list__button {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 0 0 6px 8px;
  background-color: transparent;
  color: #f44336;
  font-weight: bold;
  font-size: 23px;
}
.package-management-container .descriptors-list__button:hover {
  color: #d2190b;
}
.package-management-container .descriptors-list__button:disabled {
  color: #c1c1c1;
}
.package-management-container .descriptors-list__button:disabled:hover {
  cursor: not-allowed;
}
.package-management-container .descriptors-list__button--save {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 0 5px 6px;
  background-color: transparent;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
  color: #28b845;
}
.package-management-container .descriptors-list__button--save:hover {
  color: #166426;
}
.package-management-container .descriptors-list__button--save:disabled {
  color: #c1c1c1;
}
.package-management-container .descriptors-list__button--save:disabled:hover {
  cursor: not-allowed;
}
.package-management-container .descriptors-list__button--edit {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 0 5px 6px;
  background-color: transparent;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
  color: #002c65;
}
.package-management-container .descriptors-list__button--edit:hover {
  color: #0058cb;
}
.package-management-container--column {
  float: left;
  width: 50%;
}
.package-management-container--upload {
  float: left;
  width: 30%;
}
.large-size-modal .modal-dialog {
  width: 650px;
}
.file-upload-modal .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.file-upload-modal .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.file-upload-modal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.file-upload-modal .modal-header .close span {
  font-size: 2rem;
  font-weight: 700 !important;
}
.file-upload-modal .modal-body {
  padding: 15px;
}
.file-upload-modal .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.file-modal .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.file-modal .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.file-modal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.file-modal .modal-header .close span {
  font-size: 2rem;
  font-weight: 700 !important;
}
.file-modal .modal-body {
  padding: 15px;
}
.file-modal .modal-body--wide {
  padding: 15px 40px;
}
.file-modal .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.file-modal .train-upload__filter-search {
  margin-bottom: 15px;
}
.file-modal .train-upload__title {
  color: #1a5a92;
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px;
}
.file-modal .train-upload__list {
  max-height: 400px;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.file-modal .train-upload__list__item {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px;
  width: 157px;
  margin-bottom: 10px;
}
.file-modal .train-upload__list__item:hover {
  border-color: #1a5a92;
  color: #1a5a92;
  cursor: pointer;
}
.file-modal .train-upload__progress {
  max-height: 300px;
  overflow-y: scroll;
}
.file-modal .train-upload__selection.ng-enter,
.file-modal .train-upload__summary.ng-enter {
  animation: fadeInFromTopLitePlus 0.5s ease-in forwards;
}
.file-modal .selectedTrain {
  background-color: #1a5a92;
  border-color: #1a5a92;
  color: #fff;
}
.file-modal .selectedTrain:hover {
  color: #fff;
  cursor: pointer;
}
.packageUploadList {
  margin: 0;
  padding: 4px 0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  background-color: #f5f5f5;
}
.packageUploadList__col-first {
  display: inline-block;
  width: 40%;
  margin-left: 10px;
}
.packageUploadList__col {
  display: inline-block;
  width: 25%;
}
.packageUploadList__col-long {
  display: inline-block;
  width: 30%;
}
.software-update-modal .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.software-update-modal .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.software-update-modal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.software-update-modal .modal-header .close span {
  font-size: 2rem;
  font-weight: 700 !important;
}
.software-update-modal .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.software-update-modal__row {
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
}
.software-update-modal__body__title {
  font-size: 16px;
  margin: 10px 0;
}
.software-update-modal__body__title--rec {
  font-size: 16px;
  color: #28b845;
  margin-bottom: 10px;
}
.software-update-modal__body__high {
  border: 1px solid #28b845 !important;
}
.software-update-modal__body__list {
  list-style: none;
  padding: 0;
  border: 1px solid #c0c0c0;
}
.software-update-modal__body__list--item {
  padding: 5px 0;
}
.software-update-modal__body__list--item:hover {
  background-color: #002c65;
  color: white;
  cursor: pointer;
}
.software-update-modal__body__list--item:nth-child(n+2) {
  border-top: 1px solid #c0c0c0;
}
.software-update-modal__body__list--item__title {
  display: inline-block;
  width: 40%;
  margin-left: 10px;
}
.software-update-modal__body__list--item__header-title {
  display: inline-block;
  width: 17%;
}
.software-update-modal__body__list--item__subtitle {
  display: inline-block;
  width: 25%;
}
.software-update-modal__body__list--item__long-col {
  display: inline-block;
  width: 30%;
}
.software-update-modal__body__list--item__icon {
  color: #28b845;
  margin-left: 5px;
}
.descriptor-block .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.descriptor-block .modal-header .close {
  padding: 1.3rem;
  margin: -1rem -1rem -1rem auto;
}
.descriptor-block .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.descriptor-block .modal-header .close span {
  font-size: 2rem;
  font-weight: 700 !important;
}
.descriptor-block .modal-body {
  padding: 0;
}
.descriptor-block .modal-body--padded {
  padding: 1rem;
}
.descriptor-block .modal-body--padded > h3 {
  margin-top: 0;
}
.descriptor-block .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.descriptor-block .revision-chooser {
  display: flex;
  width: 500px;
}
.descriptor-block .revision-chooser label {
  padding-right: 1rem;
}
.descriptor-block .revision-chooser input[type='radio'] {
  display: none;
}
.descriptor-block .revision-chooser input[type='radio']:checked + .revision-chooser__item {
  background-color: #337ab7;
}
.descriptor-block .revision-chooser input[type='radio']:checked + .revision-chooser__item span {
  color: white;
  font-weight: 700 !important;
}
.descriptor-block .revision-chooser__item {
  flex: 1;
  flex-flow: row wrap;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 130px;
  width: 140px;
  transition: all 250ms ease;
  will-change: transition;
  background: white;
  border: 2px solid #337ab7;
  border-radius: 6px;
}
.descriptor-block .revision-chooser__item span {
  font-size: 18px;
  font-weight: 400 !important;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  transition: all 300ms ease;
  padding: 1rem;
}
.descriptor-block .descriptor-form .input-error {
  border: 1px solid #f44336 !important;
}
.descriptor-block .descriptor-form .error-text {
  display: inline-block;
  color: #f44336;
}
.descriptor-block .descriptor-form__row {
  padding: 1rem;
}
.descriptor-block .descriptor-form__row.ng-enter {
  animation: fadeInFromTopLite 0.3s ease-in forwards;
}
.descriptor-block .descriptor-form__row--label {
  font-size: 16px;
  margin-right: 3px;
}
.descriptor-block .descriptor-form__row--revision-label {
  font-weight: 400 !important;
  color: #999;
  display: block;
  margin-bottom: 1px;
}
.descriptor-block .descriptor-form__row--col {
  display: inline-block;
  margin-right: 5px;
}
.descriptor-block .descriptor-form__dropdown-button {
  padding: 4px;
  background: #f1f1f159;
  border-radius: 4px;
}
.descriptor-block .descriptor-form__input {
  padding: 0.4rem;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
}
.descriptor-block .descriptor-form .status-select {
  padding: 0 0 0 10px;
  margin-top: 6px;
}
.descriptor-block .descriptor-form .status-select__checkbox {
  margin: 5px 0;
}
.descriptor-block .shorter-input {
  width: 145px;
}
.panel-open .panel-heading {
  transition: background-color 0.2s ease-in-out;
  background-color: #002c65 !important;
}
.active-events-list__sort-bar,
.fleet-list__sort-bar {
  margin-bottom: 5px;
}
.active-events-list__ul,
.fleet-list__ul {
  list-style: none;
  padding: 0;
}
.active-events-list__ul--link,
.fleet-list__ul--link {
  color: #002c65;
}
.active-events-list__ul--link:focus,
.fleet-list__ul--link:focus,
.active-events-list__ul--link:hover,
.fleet-list__ul--link:hover {
  text-decoration: none;
  color: #0058cb;
}
.active-events-list__ul--link i.fa-exclamation-triangle,
.fleet-list__ul--link i.fa-exclamation-triangle {
  font-size: 15px;
}
.active-events-list__ul--consist,
.fleet-list__ul--consist {
  background: inherit;
  display: inline-block;
}
.active-events-list__ul--info,
.fleet-list__ul--info {
  color: #fff;
  margin: 0;
  display: inline-block;
  padding-left: 20px;
}
.active-events-list__ul--i,
.fleet-list__ul--i {
  width: 16px;
}
.active-events-list__ul > li .panel-group,
.fleet-list__ul > li .panel-group {
  margin-bottom: 3px;
}
.active-events-list__ul > li .panel-body,
.fleet-list__ul > li .panel-body {
  padding: 0 5px;
}
.active-events-list__ul > li .panel-body .notificationTitleContainer,
.fleet-list__ul > li .panel-body .notificationTitleContainer {
  padding: 5px 0;
  border: 0;
}
.active-events-list__ul > li .panel-heading,
.fleet-list__ul > li .panel-heading {
  border-radius: 0;
  padding-left: 0;
  background-color: #DCE6EF;
  color: #002c65;
}
.active-events-list__ul > li .accordion-toggle,
.fleet-list__ul > li .accordion-toggle {
  padding: 10px;
  background-color: #002c65;
  color: #fff;
}
.active-events-list__ul > li .accordion-toggle:hover,
.fleet-list__ul > li .accordion-toggle:hover {
  background-color: #00377f;
  text-decoration: none;
}
.active-events-list__ul > li .accordion-toggle:focus,
.fleet-list__ul > li .accordion-toggle:focus {
  text-decoration: none;
}
.active-events-list__ul > li .accordion-toggle > span,
.fleet-list__ul > li .accordion-toggle > span {
  font-family: 'EtelkaLight', sans-serif;
}
.trainManagementContainer {
  background-color: white;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  height: 99%;
  color: hsl(0, 0%, 13%);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
}
.trainManagementContainer > .train-management-title {
  background-color: #2d3039;
  height: 33px;
}
.trainManagementContainer > .train-management-title > .navigation-item {
  line-height: 33px;
  font-size: 18px;
  font-weight: 400 !important;
  margin: 0;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  word-break: break-all;
  overflow: hidden;
}
.trainManagementContainer > .train-management-title > .navigation-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1a5a92;
  transition: 0.3s ease-in-out;
}
.trainManagementContainer > .train-management-title > .navigation-item.active {
  color: #fff;
  background-color: #1a5a92;
}
.trainManagementContainer > .train-management-title .returnLink {
  cursor: pointer;
  float: right;
  font-size: 18px;
  line-height: 33px;
  padding: 0 10px;
  color: white;
}
.trainManagementContainer > .train-management-title .returnLink:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1a5a92;
  transition: 0.3s ease-in-out;
}
.trainManagementContainer > .train-management-title .returnLink i {
  margin-right: 5px;
}
.carManagementContainer {
  background-color: white;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  color: hsl(0, 0%, 13%);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
}
.carManagementContainer > .car-management-title {
  background-color: #2d3039;
  height: 33px;
}
.carManagementContainer > .car-management-title > .navigation-item {
  line-height: 33px;
  font-size: 18px;
  font-weight: 400 !important;
  margin: 0;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  word-break: break-all;
  overflow: hidden;
}
.carManagementContainer > .car-management-title > .navigation-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1a5a92;
  transition: 0.3s ease-in-out;
}
.carManagementContainer > .car-management-title > .navigation-item.active {
  color: #fff;
  background-color: #1a5a92;
}
.carManagementContainer > .car-management-title .returnLink {
  cursor: pointer;
  float: right;
  font-size: 18px;
  line-height: 33px;
  padding: 0 10px;
  color: white;
}
.carManagementContainer > .car-management-title .returnLink:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1a5a92;
  transition: 0.3s ease-in-out;
}
.carManagementContainer > .car-management-title .returnLink i {
  margin-right: 5px;
}
.carManagementContainer .details {
  margin: 0 auto 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: solid 2px #e9e9e9;
  width: 800px;
  height: 80px;
  padding: 20px;
}
.carManagementContainer .details .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 20px;
}
.carManagementContainer .details .column .title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.carManagementContainer .details .column .info {
  font-size: 22px;
  color: #000000;
}
.carManagementContainer .view-container .carGridletArea .historyTitleContainer .notificationTrainTitleBlock,
.carManagementContainer .view-container .carGridletArea .historyTitleContainer .notificationCarTitleBlock,
.carManagementContainer .view-container .carGridletArea .historyTitleContainer .conditionAlertCarTitleBlock {
  display: none !important;
}
.carManagementContainer .view-container .carGridletArea .notificationTrainBlock,
.carManagementContainer .view-container .carGridletArea .notificationCarBlock {
  display: none !important;
}
.carManagementContainer .view-container .carGridletArea .activeEventNameBlock,
.carManagementContainer .view-container .carGridletArea .activeEventNameTitleBlock {
  width: 40% !important;
}
.marginB5T5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.status-icon-ok {
  color: #28b845;
}
.status-icon-yellow {
  color: #ffac00;
}
.status-icon-blue {
  color: #113b92;
}
.status-icon-alert {
  color: #e61a1a;
}
.status-icon-absent {
  color: #6b7385;
}
.status-icon-health {
  margin-left: 5px;
}
.status-icon-unknown {
  color: #999;
}
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  color: #6b7385;
  background: #bec2cb;
}
.btn-toggle.focus,
.btn-toggle:focus,
.btn-toggle.focus.active,
.btn-toggle:focus.active {
  outline: none;
}
.btn-toggle:after,
.btn-toggle:before {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.225rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle:after,
.btn-toggle:before {
  color: #6b7385;
}
.btn-toggle.active {
  background-color: #337ab7;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
}
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus.active,
.btn-toggle.btn-lg:focus.active {
  outline: none;
}
.btn-toggle.btn-lg:after,
.btn-toggle.btn-lg:before {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.375rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.toggle-margin {
  margin-bottom: 0.3rem;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.highcharts-data-table table {
  background: white;
  margin: 2em auto;
}
.highcharts-data-table th,
.highcharts-data-table td {
  padding: 0.3em 0.5em;
  border: 1px solid silver;
}
.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #eff;
}
.highcharts-data-table th {
  font-size: 1.1em;
  font-weight: bold;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.new-fleet-info__train {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.new-fleet-info__train__header {
  display: flex;
  height: 32px;
  background: #efefef;
}
.new-fleet-info__train__header__title {
  background: #2c3039;
  color: white;
  padding: 0 15px;
  line-height: 32px;
  vertical-align: middle;
  border: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: background 0.2s ease-in-out;
}
.new-fleet-info__train__header__title:hover {
  cursor: pointer;
  background: #49505e;
}
.new-fleet-info__train__header__title--icon {
  margin-right: 5px;
}
.new-fleet-info__train__header__events--alarm {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  margin-left: 20px;
}
.new-fleet-info__train__header__events--warning {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  margin-left: 20px;
}
.new-fleet-info__train__header__events--circle {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
  margin-left: 8px;
  min-width: 32px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}
.new-fleet-info__train__header__events--circle > span {
  position: relative;
  bottom: 5px;
}
.new-fleet-info__train__cars {
  border-bottom: 1px solid #e6e6e6;
}
.new-fleet-info__train__cars--list {
  margin: 10px auto 0 auto;
  display: table;
  padding: 0;
}
.new-fleet-info__train__cars--list__item {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.new-fleet-info__train__cars--list__item--active-icon {
  color: black;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.new-fleet-info__train__cars--list__item--rect {
  height: 40px;
  width: 90px;
  border: 5px solid #373737;
  border-radius: 8px;
  transition: background-color 0.4s ease-in;
}
.new-fleet-info__train__cars--list__item--rect__title {
  display: table;
  margin: 5px auto;
  font-size: 16px;
  font-weight: 400 !important;
  color: black;
  cursor: pointer;
}
.new-fleet-info__train__cars--list__item--rect__title-no-hover {
  display: table;
  margin: 5px auto;
  font-size: 16px;
  font-weight: 400 !important;
  color: black;
}
.new-fleet-info__train__cars--list__item--rect__title:hover {
  font-weight: 700 !important;
  text-decoration: underline;
}
.new-fleet-info__train__cars--list__item--rect__alarm {
  background-color: #f44336;
}
.new-fleet-info__train__cars--list__item--rect__alarm > span {
  color: white;
}
.new-fleet-info__train__cars--list__item--rect__warning {
  background-color: #ffac00;
}
.new-fleet-info__train__cars--list__item--rect__warning > span {
  color: hsl(0, 0%, 13%);
}
.new-fleet-info__train__cars--list__item--rect__car-offline {
  opacity: 0.5;
}
.new-fleet-info__train__cars--list__item--rect.wide-car {
  width: 120px;
}
.new-fleet-info__train__cars--list__item--rect.wide-car .mini-title {
  font-size: 14px;
}
.new-fleet-info__train__cars--list__item:first-child .high-speed-train {
  border-top-left-radius: 35px;
}
.new-fleet-info__train__cars--list__item:last-child .high-speed-train {
  border-top-right-radius: 35px;
}
.new-fleet-info__train__cars--list__item:last-child::after {
  display: none;
}
.new-fleet-info__train__cars--list__item::after {
  content: '';
  display: block;
  position: relative;
  background: #373737;
  height: 6px;
  width: 10px;
  bottom: 32px;
  left: 90px;
}
.new-fleet-info__train__cars--list__item__wheel-one {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 8px;
}
.new-fleet-info__train__cars--list__item__wheel-two {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 4px;
}
.new-fleet-info__train__cars--list__item__wheel-three {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 38px;
}
.new-fleet-info__train__cars--list__item__wheel-four {
  display: inline-block;
  position: relative;
  background: #373737;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  bottom: 9px;
  left: 34px;
}
.new-fleet-info__train__cars--list__item__wheel-three.wide-train {
  left: 60px;
}
.new-fleet-info__train__cars--list__item__wheel-four.wide-train {
  left: 55px;
}
.new-fleet-info__train__cars--list__item.custom-vale-item::after {
  left: 120px;
}
.new-fleet-info__train__info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.new-fleet-info__train__info__header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #346f9a;
}
.new-fleet-info__train__info__header--block {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 100px;
}
.new-fleet-info__train__info__header--block-l {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 145px;
}
.new-fleet-info__train__info__header--block-xl {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 160px;
}
.new-fleet-info__train__info__content {
  display: flex;
}
.new-fleet-info__train__info__content--block {
  display: inline-block;
  width: 100px;
}
.new-fleet-info__train__info__content--block-l {
  display: inline-block;
  width: 145px;
}
.new-fleet-info__train__info__content--block-xl {
  display: inline-block;
  width: 160px;
}
.new-fleet-info__status-red {
  background: #f44336;
  color: #fff;
}
.new-fleet-info__status-orange {
  background: #ffac00;
  color: hsl(0, 0%, 13%);
}
.new-fleet-info__faded-borders {
  border: 5px solid #EAEAEA;
}
.new-fleet-info__offline-item {
  background: #EAEAEA;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
/*-----------------------------------------
  DASHBOARD
-----------------------------------------*/
.pis__aside {
  width: 190px;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
  color: white;
  background-color: #1a5a92;
}
.pis__aside--header {
  color: white;
  background-color: #002c65;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.pis__aside--nav-item {
  line-height: 50px;
  font-size: 18px;
  padding-left: 20px;
  margin: 0;
  color: white;
  word-break: break-all;
  overflow: hidden;
  transition: 0.2s ease;
}
.pis__aside--nav-item > i {
  font-size: 16px;
  width: 25px;
}
.pis__aside--nav-item:hover {
  background-color: #4b7da9;
  cursor: pointer;
}
.pis__aside--nav-item[disabled] {
  color: #c1c1c1;
}
.pis__aside--nav-item[disabled]:hover {
  background-color: #4b7da9;
  opacity: 0.8;
  cursor: not-allowed;
}
.pis__aside--nav-item-sub {
  line-height: 35px;
  font-size: 16px;
  padding-left: 40px;
  margin: 0;
  color: white;
  word-break: break-all;
  overflow: hidden;
  transition: 0.2s ease;
}
.pis__aside--nav-item-sub > i {
  font-size: 16px;
  width: 25px;
}
.pis__aside--nav-item-sub:hover {
  background-color: #4b7da9;
  cursor: pointer;
}
.pis__aside--list {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.pis__aside--list.ng-enter {
  animation: fasterVerticalExpand 0.4s ease-in forwards;
}
.pis__view {
  width: calc(100% - 190px);
  height: 100%;
  padding: 0;
  margin: 0;
  float: right;
}
.pis__view--top-bar {
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  background-color: #f0f0f0;
  border-top: 1px solid #d9d9d9;
}
.pis__view--top-bar__title {
  font-size: 16px;
  margin: 0 0 0 30px;
  color: #131313;
}
.pis__view--top-bar__title--no {
  font-size: 16px;
  margin: 0 0 0 30px;
  color: #939393;
}
.pis__view--top-bar__title--lock-info {
  font-size: 16px;
  margin: 0 0 0 30px;
  color: #131313;
}
.pis__view--top-bar__title--lock-warning {
  font-size: 16px;
  margin: 0 0 0 30px;
  color: #ff2621;
}
.pis__view--title-row-alt {
  width: calc(100% - 60px);
  height: 70px;
  line-height: 70px;
  margin: 0 30px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #dddddd;
}
.pis__view--title-row-alt__h2 {
  margin: 0;
  font-size: 18px;
  width: 30%;
}
.pis__view--title-row-alt__search {
  width: 40%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pis__view--title-row-alt__search--bar {
  height: 30px;
  width: 500px;
  border: 1px solid #1a5a92;
  border-radius: 3px;
  padding: 5px;
}
.pis__view--title-row-alt__search--bar::placeholder {
  color: #1a5a92;
  font-family: 'EtelkaThin', sans-serif;
  text-align: center;
}
.pis__view--title-row-alt__search--bar:disabled {
  border: 1px solid #c1c1c1;
}
.pis__view--title-row-alt__search--bar:disabled:hover {
  cursor: not-allowed;
}
.pis__view--title-row-alt__search--bar:disabled::placeholder {
  color: #c1c1c1;
}
.pis__view--title-row-alt__button-container {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pis__view--title-row {
  width: calc(100% - 60px);
  height: 70px;
  line-height: 70px;
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #dddddd;
}
.pis__view--title-row__h2 {
  margin: 0;
  font-size: 18px;
}
.pis__view--title-row__search {
  width: 500px;
  height: 70px;
}
.pis__view--title-row__search--bar {
  height: 30px;
  width: 100%;
  border: 1px solid #1a5a92;
  border-radius: 3px;
  padding: 5px;
}
.pis__view--title-row__search--bar::placeholder {
  color: #1a5a92;
  font-family: 'EtelkaThin', sans-serif;
  text-align: center;
}
.pis__view--title-row__alt-search {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pis__view--title-row__alt-search--bar {
  height: 30px;
  width: 50%;
  border: 1px solid #1a5a92;
  border-radius: 3px;
  padding: 5px;
}
.pis__view--title-row__alt-search--bar::placeholder {
  color: #1a5a92;
  font-family: 'EtelkaThin', sans-serif;
  text-align: center;
}
.pis__button {
  width: 170px;
  height: 35px;
  line-height: 35px;
  color: white;
  background-color: #1a5a92;
  border-radius: 2px;
  border: none;
  transition: background-color 0.2s ease;
  margin-right: 16px;
}
.pis__button:hover {
  background-color: #4b7da9;
  cursor: pointer;
}
.pis__button:disabled {
  background-color: #c1c1c1;
}
.pis__button:disabled:hover {
  cursor: not-allowed;
}
.pis__table {
  width: calc(100% - 60px);
  margin: 20px 30px 0;
  padding: 0;
  height: calc(100vh - 240px) !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.pis__table--disable-margin {
  margin: 0;
}
.pis__table--header {
  margin: 0 !important;
  display: flex;
}
.pis__table--tr {
  line-height: 42px;
  height: 42px;
}
.pis__table--tr[disabled]:hover {
  cursor: not-allowed;
}
.pis__table--tr-s {
  line-height: 38px;
  height: 38px;
}
.pis__table--td {
  padding-top: 10px !important;
  /* Have to use !important here in order to get this property applied */
}
.pis__table--td:first-child {
  padding-left: 10px;
}
.pis__table #pistd-segment-name {
  width: 20%;
}
.pis__table #pistd-stream-type {
  width: 8%;
}
.pis__table #pisDrop {
  padding: 0;
  line-height: 42px;
  vertical-align: middle;
}
.pis__table #pisth {
  padding: 0 5px 8px;
}
.pis__table--cont {
  width: 100%;
}
.pis__table--tight {
  width: 100%;
  padding: 0;
}
.pis__table--tight #pistd {
  padding: 0 5px;
  line-height: 38px;
  vertical-align: middle;
}
.pis__selected {
  color: white;
  background-color: #28b845;
  line-height: 24px;
  height: 24px;
  width: 70px;
  border-radius: 4px;
  text-align: center;
  margin-left: 10px;
}
.pis__approved {
  color: white;
  background-color: #4B7DA9;
  line-height: 24px;
  height: 24px;
  width: 70px;
  border-radius: 4px;
  text-align: center;
  margin-left: 10px;
}
.pis-active {
  background-color: #4b7da9;
}
.pis__dropdown-container {
  margin-top: 28px;
  position: relative;
  left: -1px;
}
.pis__dropdown-container--item {
  line-height: 25px;
  height: 25px;
  margin-left: 10px;
}
.pis__dropdown {
  min-width: 170px;
  left: -90px;
  top: 27px;
  color: #131313;
}
.pis__dropdown > li {
  padding: 5px 5px 5px 15px;
}
.pis__dropdown > li:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}
.pis__dropdown > li i {
  margin-right: 5px;
}
.pis__dropdown--button {
  border: 0;
  height: 25px;
  font-size: 22px;
  color: #002c65;
  background: transparent;
}
.pis__spinner {
  position: absolute;
  z-index: 900;
  top: 300px;
  left: 50%;
}
.pis__animateIn.ng-enter {
  animation: fadeInFromTop 0.4s ease-in forwards;
}
/*-----------------------------------------
  WORKSPACES
-----------------------------------------*/
.workspace-modal__label {
  width: 90px;
  font-size: 16px;
  color: #002c65;
}
.workspace-modal__label-xl {
  width: 160px;
  font-size: 16px;
  color: #002c65;
}
.workspace-modal__span {
  font-size: 16px;
}
.workspace-modal__flexrow {
  display: flex;
  margin-bottom: 10px;
}
.workspace-modal__key {
  display: inline-block;
  width: 95px;
  font-size: 16px;
  color: #002c65;
}
.workspace-modal__value {
  width: 473px;
  font-size: 16px;
  display: inline-block;
}
.workspace-modal__row {
  min-height: 2.5em;
  margin-bottom: 5px;
}
.workspace-modal__row .timepicker-container {
  min-height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.workspace-modal__row .timepicker-container .timepicker-input {
  margin-left: 5px;
}
.workspace-modal__input {
  font-size: 16px;
  width: 300px;
}
.workspace-modal__list {
  display: inline-grid;
  padding-left: 20px;
}
/*-----------------------------------------
  FORM
-----------------------------------------*/
.condition-form__sentence {
  margin-top: 15px;
}
.condition-form__sentence--head {
  color: #002c65;
  font-size: 16px;
  margin-right: 5px;
}
.condition-form .condition-body {
  overflow-y: auto;
  max-height: calc(90vh - 150px);
  margin: 0 30px;
}
.condition-form .condition-body__error {
  float: left;
  border: solid 1px #D86161;
  border-radius: 4px;
  background: #FF9999;
  width: 30em;
  padding: 0.2em 0.7em 0.1em 0.7em;
  margin: 0.5em 1em;
}
.condition-form .condition-body__error > span {
  font-weight: 700;
  display: block;
}
.condition-form .condition-body__error > pre {
  background: #FFDFDF;
  border: solid 1px #FFBEBE;
  border-radius: 4px;
}
.condition-form .new-condition__title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.condition-form .new-condition__title .required {
  font-size: 12px;
  color: #d30000;
  margin-left: 5px;
  text-transform: uppercase;
}
.condition-form .new-condition__label {
  font-size: 16px;
}
.condition-form__same-origin-container {
  margin: 12px 0;
}
.condition-form__input {
  display: block;
  font-size: 16px;
  width: 300px;
}
.condition-form__details-text {
  font-size: 16px;
  height: 30px;
  display: block;
}
.condition-form__number-input {
  width: 50px;
  height: 30px;
}
.condition-form__select {
  display: inline-block;
  height: 30px;
}
.condition-form__select--event-first {
  height: 30px;
  margin: 5px 0;
}
.condition-form__select--event {
  height: 30px;
  margin-bottom: 5px;
}
.condition-form__select--alt {
  display: block;
  height: 30px;
  margin: 10px 0;
}
.condition-form__and-operator {
  border: 1px solid #a9a9a9;
  width: 40px;
  text-align: center;
  padding: 4px;
  margin: 10px 0;
}
.condition-form__add-new-condition {
  margin: 10px 10px 0 0;
  display: inline-block;
}
.condition-form__is-operator {
  display: inline-block;
  padding: 0 3px;
}
.condition-form__inner-container {
  display: inline-block;
  padding: 0 3px;
  width: 100%;
}
.condition-form .condition-left {
  float: left;
  width: 50%;
}
.condition-form .condition-right {
  float: right;
  width: 50%;
}
.condition-form .condition-toolbar {
  padding: 9px 0;
  margin: 0 30px;
}
.condition-form .condition-toolbar__icon {
  padding-right: 4px;
}
.condition-form .condition-toolbar__warning-text {
  color: #ffac00;
  font-size: 15px;
}
.condition-form .stream-toolbar {
  padding: 9px 0;
  margin: 0;
}
.condition-form .stream-toolbar__icon {
  padding-right: 4px;
}
.condition-form .stream-toolbar__warning-text {
  color: #ffac00;
  font-size: 15px;
}
.condition-form .input-error {
  border: 1px solid #f44336 !important;
}
.condition-form .error-text {
  display: inline-block;
  color: #f44336;
}
.condition-form .options-input {
  width: 60px;
}
.condition-form .options-input-label {
  margin: 0 4px;
}
.condition-form__basic-info {
  margin-bottom: 10px;
  float: left;
  width: 40%;
}
.condition-form__basic-info::after {
  content: '';
  display: block;
  clear: both;
}
.condition-form__statement-editor {
  float: left;
  width: 60%;
  padding-left: 15px;
}
.condition-form__statement-editor::after {
  content: '';
  display: block;
  clear: both;
}
.condition-form__statement-editor .required {
  font-size: 12px;
  color: #d30000;
  margin-left: 5px;
  text-transform: uppercase;
}
.condition-form .stream-info h1 {
  margin-bottom: 0.2em;
}
.condition-form .stream-info span {
  font-size: 16px;
  margin-left: 2.5em;
}
.condition-form .stream-info .order-by {
  margin-left: 0.2em;
  transform: scale(1.2);
  cursor: pointer;
}
.new-segment-title {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}
/*-----------------------------------------
  RULE COMPONENTS
-----------------------------------------*/
.condition-block {
  display: table-row;
  transition: height 0.3s ease-in-out;
}
.condition-block__xl {
  width: 550px;
}
.condition-block__inner {
  display: table;
  float: left;
  vertical-align: middle;
  border: 1px solid #a9a9a9;
  height: 45px;
  width: 600px;
  transition: height 0.3s ease-in-out;
}
.condition-block__inner > .condition-block__select {
  width: 100%;
  max-width: 392px;
  padding: 5px 0 5px 5px;
  display: table-cell;
  vertical-align: middle;
}
.condition-block__button {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 10px 0 10px 8px;
  background-color: transparent;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
}
.condition-block__button:hover {
  color: #d2190b;
}
.condition-block__button--edit {
  float: left;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 10px 5px 10px 12px;
  background-color: white;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
  color: #002c65;
}
.condition-block__button--edit:hover {
  color: #0058cb;
}
.condition-block__button--save {
  float: left;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 10px 5px 10px 12px;
  background-color: white;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
  color: #28b845;
}
.condition-block__button--save:hover {
  color: #166426;
}
.condition-block__button--save:disabled {
  color: #c1c1c1;
}
.condition-block__button--save:disabled:hover {
  cursor: not-allowed;
}
.condition-block__flex-button {
  border: 0;
  padding: 3px 0 0;
  height: 43px;
  background-color: inherit;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
}
.condition-block__flex-button:hover {
  color: #d2190b;
}
.condition-block__toolbar {
  display: table;
}
.condition-block .minute-selector {
  display: inline;
  width: 55px;
}
/*-----------------------------------------
  TRIGGER MODAL
-----------------------------------------*/
.trigger-modal {
  max-height: 300px;
  overflow-y: auto;
}
.trigger-modal__row-container {
  display: flex;
}
.trigger-modal__row {
  display: flex;
  width: 100%;
  height: 45px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.trigger-modal__row:hover {
  cursor: pointer;
  background: #f4f4f4;
}
.trigger-modal__new-row {
  display: flex;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 5px 0;
  padding: 0 5px;
}
.trigger-modal__new-row #block_select_chosen {
  margin-top: 2px;
  height: 30px;
  width: 150px !important;
}
.trigger-modal__column {
  float: left;
  width: 50%;
}
.trigger-modal__block {
  width: 60px;
  color: #002c65;
}
.trigger-modal__block-l {
  width: 90px;
  color: #002c65;
}
.trigger-modal__block-xl {
  width: 125px;
  line-height: 45px;
  background-color: #1a5a92;
  text-align: center;
  color: white;
}
.trigger-modal__text {
  width: 80px;
}
.trigger-modal__text-l {
  width: 200px;
}
.trigger-modal__text-xl {
  width: 300px;
}
.trigger-modal__content-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.trigger-modal__type-block {
  margin-left: 5px;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  height: 21px;
  width: 50px;
  background-color: #1a5a92;
  color: white;
}
.trigger-modal__description-block {
  margin-left: 5px;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  height: 21px;
  width: 100px;
  background-color: #1a5a92;
  color: white;
}
.trigger-modal__text-block {
  margin-left: 5px;
  width: 350px;
}
.trigger-modal__select {
  height: 30px;
}
.trigger-modal__title {
  margin: 0;
  padding: 5px 0 10px;
  font-size: 18px;
}
/*-----------------------------------------
  STREAM EDITOR
-----------------------------------------*/
.pis-edit-container__fragment {
  font-size: 16px;
  padding: 0 15px;
  border-radius: 6px;
  border: 2px solid #e7e6ea;
  background-color: #fafafa;
  margin-right: 10px;
  margin-bottom: 5px;
}
.pis-edit-container__fragment-cell {
  text-align: center;
  padding-top: 5px;
}
.pis-edit-container__delete-btn {
  margin: 0 0 8px 8px;
}
.stream-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.stream-row__column-40 {
  margin-bottom: 10px;
  width: 40%;
}
.stream-row__column-60 {
  padding-left: 15px;
  width: 60%;
}
.stream-row .mismatch {
  border: solid 2px #B50B0B;
  background: #FF7474;
  width: 14em;
  padding: 0 0.5em 0.5em;
  margin: 0.5em;
}
.stream-arrow {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
}
.stream-arrow__block {
  display: inline-block;
  height: 20.5px;
}
/*-----------------------------------------
  STREAM COLLECTION
-----------------------------------------*/
.trigger-block__list {
  display: flex;
  flex-direction: column;
}
.trigger-block__list--order {
  float: left;
  height: 45px;
  line-height: 45px;
  width: 20px;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
}
.trigger-block__stream-container {
  display: flex;
}
.trigger-block__stream {
  display: flex;
  border: 1px solid #a9a9a9;
  width: 850px;
  margin-bottom: 5px;
}
.trigger-block__stream--text {
  vertical-align: middle;
  width: 150px;
  margin-left: 5px;
  line-height: 45px;
}
.trigger-block__stream--text-long {
  width: 100%;
  margin-left: 5px;
  margin-top: 10px;
}
.trigger-block__stream-sm {
  display: flex;
  border: 1px solid #a9a9a9;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
}
.trigger-block__stream-sm--text {
  vertical-align: middle;
  width: 40%;
  margin-left: 5px;
  line-height: 40px;
}
.trigger-block__inner {
  display: table;
  float: left;
  vertical-align: middle;
  border: 1px solid #a9a9a9;
  height: 45px;
  width: 400px;
  margin-bottom: 5px;
}
.trigger-block__select {
  width: 100%;
  max-width: 392px;
  padding: 5px 0 5px 5px;
  display: table-cell;
  vertical-align: middle;
}
.trigger-block__arrow {
  display: block;
  height: 20.5px;
  margin-bottom: 4px;
}
.trigger-block__arrow-small {
  display: block;
  height: 15.5px;
  margin-bottom: 4px;
}
.trigger-block__arrow-container {
  margin-left: 4px;
  float: left;
}
.trigger-block__delete {
  margin-right: 8px;
}
.trigger-form__input {
  font-size: 14px;
  width: 90%;
  height: 30px;
}
.trigger-form__inputarea {
  font-size: 14px;
  width: 90%;
  height: 35vh;
  overflow: auto;
}
.trigger-spinner {
  text-align: center;
  vertical-align: middle;
  color: #002c65;
  height: 30px;
  line-height: 30px;
}
/*-----------------------------------------
  ROUTE EDITOR
-----------------------------------------*/
.route-map {
  display: flex;
  margin: 30px 50px;
}
.route-map__station {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #131313;
  transition: background 0.2s ease-in-out;
}
.route-map__station:hover {
  background: #CC3333;
  cursor: pointer;
}
.route-map__station--hover {
  background: #CC3333;
}
.route-map__line {
  height: 20px;
  line-height: 20px;
  width: 45px;
}
.route-map__line--sub {
  position: relative;
  top: 7px;
  height: 5px;
  width: 45px;
  background: #131313;
  transition: background 0.2s ease-in-out;
}
.route-map__line--sub--hover {
  background: #CC3333;
}
.route-map__v-line {
  height: 60px;
  width: 20px;
  position: relative;
  right: 13px;
  top: 20px;
}
.route-map__v-line--sub {
  height: 60px;
  width: 5px;
  background: #131313;
  transition: background 0.2s ease-in-out;
}
.route-map__v-line--sub--hover {
  background: #CC3333;
}
.route-body {
  overflow-y: auto;
  display: flex;
  max-height: calc(84vh - 10px);
  min-height: calc(70vh - 10px);
}
.route-body__column-40 {
  margin-bottom: 10px;
  width: 40%;
}
.route-body__column-60 {
  padding-left: 15px;
  width: 60%;
}
.route-body__station-list--header {
  display: flex;
  height: 20px;
  padding: 0 15px;
}
.route-body__station-list--header-title {
  width: 30%;
  margin-left: 4px;
}
.route-body .route-info.ng-enter {
  animation: fadeInFromTop 0.4s ease-in forwards;
}
.route-body .route-title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.route-station-list {
  padding: 0;
}
.route-station {
  list-style: none;
  margin-bottom: 3px;
}
.route-station:nth-child(even) .panel-group > .panel {
  background-color: #f7f7f7;
}
.route-station__heading {
  border: 1px solid #c9c9c9;
}
.route-station .panel-group {
  margin-bottom: 3px;
}
.route-station .panel-group .panel-open .panel-heading {
  transition: background-color 0.2s ease-in-out;
  background-color: #002c65 !important;
  color: white;
}
.route-station .panel-group .panel-open .panel-heading .panel-title:focus {
  text-decoration: none;
}
.route-station .panel-group .panel-open .panel-heading .panel-title > a {
  text-decoration: none;
}
.route-station .panel-group .panel-open .panel-heading .panel-title > a:focus {
  text-decoration: none;
}
.route-station .panel-group .panel {
  border-radius: 0;
}
.route-station .panel-group .panel .panel-heading .panel-title {
  font-size: 14px;
}
.route-station .panel-group .panel .panel-heading .panel-title > a:focus,
.route-station .panel-group .panel .panel-heading .panel-title > a:hover {
  text-decoration: none;
}
/*
  SIMULATOR
*/
.simulator-form__title {
  font-size: 14px;
  text-transform: uppercase;
  color: hsl(0, 0%, 29%);
  letter-spacing: 1.2px;
  display: flex;
  width: 100%;
  margin: 10px 0;
  justify-content: center;
  align-items: center;
}
.simulator-form__time {
  font-size: 22px;
  display: flex;
  width: 100%;
  margin: 10px 0;
  justify-content: center;
  align-items: center;
}
.simulator-form__main-item {
  width: 240px;
  margin-left: 50px;
}
.simulator-form__main-item:first-of-type {
  margin: 0;
}
.simulator-form__container {
  background: #F0F0F0;
  padding: 0 20px;
  height: 457px;
}
.simulator-form__container--column {
  float: right;
  width: 35%;
  padding-left: 20px;
}
.simulator-form__h2 {
  font-size: 16px;
  padding: 15px 0;
  margin: 0;
  font-weight: 400;
}
.simulator-form__runner {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.simulator-form__row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.simulator-form__stream-text {
  display: flex;
  flex-flow: column;
  min-width: 200px;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
  border-radius: 7px;
  justify-content: center;
  background: #fff;
}
.simulator-form__stream-text--title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 100%;
  background-color: #1a5a92;
  padding: 1rem 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.simulator-form__stream-text--title > h3 {
  font-size: 18px;
  margin: 0;
}
.simulator-form__stream-text--row {
  display: flex;
  margin: 4px;
  font-size: 16px;
  color: hsl(0, 0%, 29%);
  padding: 4px;
}
.simulator-form__stream-text--row-current {
  display: flex;
  margin: 4px;
  font-size: 18px;
  color: white;
  padding: 4px;
  border-radius: 8px;
  background-color: #8A8A8A;
}
.simulator-form__stream-text--row-current-active {
  display: flex;
  margin: 4px;
  font-size: 18px;
  color: white;
  padding: 4px;
  border-radius: 8px;
  background-color: #28b845;
  transition: all 0.5s;
}
.simulator-form__controls {
  order: 4;
  width: 100%;
  display: flex;
  justify-content: center;
}
.simulator-form__timeline {
  order: 1;
  display: flex;
  align-items: flex-end;
  flex: 1 100%;
  height: 120px;
  margin: 30px 0;
  width: 90vw;
  overflow-x: scroll;
}
.simulator-form__timeline--station {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #131313;
  background: #fff;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.simulator-form__timeline--station:hover {
  cursor: pointer;
  background: #c9c9c9;
}
.simulator-form__timeline--station-name {
  position: relative;
  bottom: 40px;
  right: 5px;
  transform: rotate(-50deg);
  text-align: left;
  width: 110px;
}
.simulator-form__timeline--connector {
  display: block;
  position: relative;
  height: 8px;
  width: 92px;
  background: #CC3333;
  left: 19px;
  bottom: 14px;
}
.simulator-form__timeline--list {
  display: flex;
}
.simulator-form__timeline--list-item {
  display: inline-block;
  height: 50px;
}
.simulator-form__timeline--list-item:first-of-type {
  right: 0;
}
.simulator-form__timeline--list-item:first-of-type .simulator-form__timeline--station {
  left: 0;
}
.simulator-form__timeline--list-item:last-child::after {
  display: none;
}
.simulator-form__anim-list {
  display: flex;
}
.simulator-form__aside {
  height: 380px;
  order: 2;
  flex: 1 100%;
}
.simulator-form__aside--container {
  display: flex;
  flex-flow: column;
  height: 50px;
  width: 1200px;
  background-color: #E2EAF0;
}
.simulator-form__aside--container--marker {
  position: absolute;
  left: 54%;
  z-index: 999;
  height: 50px;
  width: 6px;
  background-color: #131313;
}
.simulator-form .text-streaming-icon {
  font-size: 20px;
  padding: 0.1em 0 0 0.5em;
}
.simulator-form .text-paused-icon {
  font-size: 20px;
  padding: 0.1em 0 0 0.5em;
}
.simulator-table {
  width: 65%;
  float: left;
  overflow-y: auto;
}
.simulator-table__thead {
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 8px;
}
.simulator-table__thead__row {
  display: flex;
}
.simulator-table__thead__item--s {
  vertical-align: middle;
  padding: 0 8px;
  line-height: 40px;
  font-family: 'EtelkaLight', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: hsl(0, 0%, 29%);
  letter-spacing: 1.2px;
  border: 0;
  width: 11%;
  min-width: 120px;
}
.simulator-table__thead__item--l {
  vertical-align: middle;
  padding: 0 8px;
  line-height: 40px;
  font-family: 'EtelkaLight', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: hsl(0, 0%, 29%);
  letter-spacing: 1.2px;
  border: 0;
  width: 50%;
}
.simulator-table__tbody {
  display: block;
  height: 350px;
}
.simulator-table__tbody__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin: 3px 0;
}
.simulator-table__tbody__row:hover {
  cursor: pointer;
}
.simulator-table__tbody__row > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  border: 0;
}
.simulator-table__tbody__row > div > div {
  display: flex;
}
.simulator-table__tbody__item--s {
  width: 11%;
  min-width: 120px;
  padding: 0 8px;
  line-height: 35px;
  vertical-align: middle;
}
.simulator-table__tbody__item--l {
  width: 50%;
  padding: 0 8px;
  line-height: 35px;
  vertical-align: middle;
}
.activeStation {
  background-color: #131313;
  border-radius: 3px;
  width: 30px;
}
.activeAnnouncement {
  background-color: #002c65;
  color: white;
}
.interruptedStream {
  border-left: 2px solid red;
  border-right: 2px solid red;
}
.activeConnector {
  background-color: #131313;
  border-radius: 3px;
  height: 20px;
  width: 30px;
  position: relative;
  left: 50px;
  bottom: 28px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0074df;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 116, 223, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 116, 223, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #0074df;
    box-shadow: 0 0 0 0 #0074df;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 116, 223, 0);
    box-shadow: 0 0 0 10px rgba(0, 116, 223, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 116, 223, 0);
    box-shadow: 0 0 0 0 rgba(0, 116, 223, 0);
  }
}
.blocker {
  background-color: #fff;
  width: 400px;
  height: 100px;
  position: relative;
  z-index: 999;
  left: 1200px;
  bottom: 40px;
}
.stream-block {
  display: flex;
  position: relative;
  left: 900px;
  height: 50px;
  line-height: 50px;
}
.stream-block--internal {
  display: flex;
  min-width: 150px;
  background-color: #fff;
  border: 1px solid #1a5a92;
  justify-content: space-between;
}
.stream-block--internal__duration {
  text-align: center;
  height: 48px;
  min-width: 50px;
  background-color: #1a5a92;
  color: #fff;
}
.stream-block.ng-enter {
  animation: linear;
  animation-name: blockMove;
  animation-duration: 12s;
}
.stream-block--time {
  position: absolute;
  bottom: 55px;
  border-left: 1px solid #1a5a92;
  padding-left: 6px;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
}
.sim-chosen {
  margin-top: 15px;
}
.simulator-body {
  margin: 0 30px;
}
.simulator-body__info {
  display: flex;
}
.simulator-statistics {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 600px;
  overflow-y: auto;
  margin-top: 2em;
}
.simulator-statistics__column {
  width: 400px;
}
.simulator-statistics__column--item {
  padding: 1em 0;
}
.bakerloo-brown {
  background: #894e24 !important;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
/*-----------------------------------------
  COMMON
-----------------------------------------*/
.psaContainer {
  background-color: white;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  height: 846px;
  color: black;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
}
.psaContainer > .psa-title {
  background-color: #2d3039;
  height: 33px;
}
.psaContainer > .psa-title > h1 {
  line-height: 33px;
  font-size: 20px;
  margin: 0;
  color: white;
  padding-left: 8px;
  float: left;
  word-break: break-all;
  overflow: hidden;
}
.psaContainer > .psa-content {
  padding: 5px;
}
.psaContainer > .psa-content > .psa-panel--left {
  float: left;
  width: 30%;
  min-height: 500px;
  border-right: solid 1px #cfcfcf;
}
.psaContainer > .psa-content > .psa-panel--right {
  float: right;
  width: 70%;
  min-height: 500px;
  padding-left: 10px;
}
/*-----------------------------------------
  RULE COMPONENTS
-----------------------------------------*/
.script-block {
  display: table-row;
  transition: height 0.3s ease-in-out;
}
.script-block__xl {
  width: 550px;
}
.script-block__inner {
  display: table;
  float: left;
  vertical-align: middle;
  border: 1px solid #a9a9a9;
  height: 45px;
  width: 450px;
  transition: height 0.3s ease-in-out;
}
.script-block__inner > .if-element {
  display: table;
  float: left;
  width: 43px;
  height: 100%;
  background-color: #28b845;
  text-align: center;
}
.script-block__inner > .if-element > span {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 19px;
}
.script-block__inner > .if-element > span:hover {
  cursor: default;
}
.script-block__inner > .then-element {
  display: table;
  float: left;
  width: 43px;
  height: 100%;
  background-color: #fdb813;
  text-align: center;
  padding: 0 4px;
}
.script-block__inner > .then-element > span {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 19px;
}
.script-block__inner > .then-element > span:hover {
  cursor: default;
}
.script-block__inner > .script-block__select {
  width: 100%;
  max-width: 392px;
  padding: 5px 0 5px 5px;
  display: table-cell;
  vertical-align: middle;
}
.script-block__button {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 10px 0 10px 8px;
  background-color: white;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
}
.script-block__button:hover {
  color: #d2190b;
}
.script-block__button--edit {
  float: left;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 10px 5px 10px 12px;
  background-color: white;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
  color: #002c65;
}
.script-block__button--edit:hover {
  color: #0058cb;
}
.script-block__button--save {
  float: left;
  vertical-align: middle;
  border: 0;
  padding: 0;
  height: 22px;
  margin: 10px 5px 10px 12px;
  background-color: white;
  color: #f44336;
  font-weight: bold;
  font-size: 22px;
  color: #28b845;
}
.script-block__button--save:hover {
  color: #166426;
}
.script-block__button--save:disabled {
  color: #c1c1c1;
}
.script-block__button--save:disabled:hover {
  cursor: not-allowed;
}
.script-block__toolbar {
  display: table;
}
.script-block .consequence-input-container {
  display: block;
}
.script-block .consequence-input-field {
  height: 30px;
}
.script-block .consequence-input-field--text {
  margin-bottom: 5px;
  height: 30px;
  width: 235px;
}
.script-block .consequence-input-field--title {
  display: block;
  margin-bottom: 5px;
}
.script-block .consequence-input-field--mail-text {
  margin-bottom: 5px;
  height: 30px;
  width: 98%;
}
.script-block .consequence-input-field--textarea {
  width: 98%;
  height: 60px;
  resize: none;
}
.script-block .consequence-input-field--phone {
  height: 30px;
  margin-bottom: 5px;
}
.script-block .consequence-input-field--email {
  height: 30px;
  margin-bottom: 5px;
  width: 240px;
}
.script-block .consequence-number {
  margin-right: 5px;
}
.script-block .consequence-form-text {
  margin-left: 5px;
}
.script-block .consequence-sms-container {
  margin-bottom: 5px;
}
/*-----------------------------------------
  BUTTONS
-----------------------------------------*/
.new-condition-button {
  background-color: white;
  border: 1px solid #131313;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.new-condition-button:hover {
  background-color: #002c65;
  color: white;
  border: 1px solid white;
}
.new-condition-button__title {
  padding-left: 10px;
}
.toolbar-button,
.progress-button {
  background-color: #002c65;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  color: white;
  padding: 5px 0;
  width: 80px;
  height: 30px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.toolbar-button > i {
  top: 2px;
}
.toolbar-button:hover {
  background-color: #356188;
}
.toolbar-button:disabled {
  background-color: #c1c1c1;
}
.toolbar-button:disabled:hover {
  cursor: not-allowed;
}
.toolbar-button:active {
  background-color: #203a51;
}
.toolbar-button-delete {
  background-color: #c12e2a;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  color: white;
  padding: 5px 0;
  width: 80px;
  height: 30px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.toolbar-button-delete > i {
  top: 2px;
}
.toolbar-button-delete:hover {
  background-color: #d74b47;
}
.toolbar-button-delete:disabled {
  background-color: #c1c1c1;
}
.toolbar-button-delete:disabled:hover {
  cursor: not-allowed;
}
.toolbar-button-delete:active {
  background-color: #203a51;
}
.toolbar-button-io {
  background-color: #1a5a92;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  color: white;
  padding: 5px 0;
  width: 105px;
  height: 30px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.toolbar-button-io > i {
  top: 2px;
}
.toolbar-button-io:hover {
  background-color: #1f6aac;
}
.toolbar-button-io:disabled {
  background-color: #c1c1c1;
}
.toolbar-button-io:disabled:hover {
  cursor: not-allowed;
}
.toolbar-button-io:active {
  background-color: #154a78;
}
.toolbar-button-long {
  background-color: #002c65;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  color: white;
  padding: 5px 0;
  width: 140px;
  height: 30px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.toolbar-button-long > i {
  top: 2px;
}
.toolbar-button-long:hover {
  background-color: #003984;
}
.toolbar-button-long:disabled {
  background-color: #c1c1c1;
}
.toolbar-button-long:disabled:hover {
  cursor: not-allowed;
}
.toolbar-button-long:active {
  background-color: #001f46;
}
.toolbar-button-xl {
  background-color: #002c65;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  color: white;
  padding: 5px 0;
  width: 170px;
  height: 30px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.toolbar-button-xl > i {
  top: 2px;
}
.toolbar-button-xl:hover {
  background-color: #003984;
}
.toolbar-button-xl:disabled {
  background-color: #c1c1c1;
}
.toolbar-button-xl:disabled:hover {
  cursor: not-allowed;
}
.toolbar-button-xl:active {
  background-color: #001f46;
}
.toolbar-button-list {
  background-color: #1a5a92;
  border-radius: 4px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 10px 0;
  width: 200px;
  height: 30px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.toolbar-button-list > i {
  top: 2px;
}
.toolbar-button-list:hover {
  background-color: #154a78;
}
.toolbar-button-list:disabled {
  background-color: #c1c1c1;
}
.toolbar-button-list:disabled:hover {
  cursor: not-allowed;
}
.toolbar-button-list:active {
  background-color: #203a51;
}
.toolbar-button-sm,
.toolbar-button-sm-delete {
  background-color: #002c65;
  border-radius: 0;
  border: 0;
  color: white;
  padding: 0 7px;
  transition: background-color 0.2s;
  margin-right: 3px;
}
.toolbar-button-sm:hover {
  background-color: #003984;
}
.toolbar-button-sm:disabled {
  background-color: #c1c1c1;
}
.toolbar-button-sm:disabled:hover {
  cursor: not-allowed;
}
.toolbar-button-sm:active {
  background-color: #001f46;
}
.toolbar-button-sm.ng-leave {
  transition: none;
}
.toolbar-button-sm-delete {
  background-color: #c12e2a;
}
.toolbar-button-sm-delete:hover {
  background-color: #d74b47;
}
.toolbar-button-sm-delete.ng-leave {
  transition: none;
}
.long-button {
  width: 105px;
}
.progress-button {
  background-color: #c12e2a;
  width: 120px;
  font-size: 16px;
  position: relative;
  bottom: 5px;
}
.progress-button:hover {
  background-color: #d74b47;
}
.progress-button:disabled {
  background-color: #c1c1c1;
}
.progress-button:disabled:hover {
  cursor: not-allowed;
}
.xl-btn {
  font-size: 18px;
  width: 180px;
}
.activation-button {
  border: 0;
  background-color: #002c65;
  color: white;
}
.activation-button > .fa {
  padding-right: 5px;
}
/*-----------------------------------------
  FORM
-----------------------------------------*/
.script-form .script-body {
  overflow-y: auto;
  max-height: 760px;
}
.script-form .new-script--title {
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.script-form__same-origin-container {
  margin: 12px 0;
}
.script-form__input {
  font-size: 16px;
  width: 300px;
  height: 30px;
}
.script-form__details-text {
  font-size: 16px;
  height: 30px;
  display: block;
}
.script-form__number-input {
  width: 50px;
  height: 30px;
}
.script-form__select {
  display: inline-block;
  height: 30px;
}
.script-form__select--event-first {
  height: 30px;
  margin: 5px 0;
}
.script-form__select--event {
  height: 30px;
  margin-bottom: 5px;
}
.script-form__select--alt {
  display: block;
  height: 30px;
  margin: 10px 0;
}
.script-form__and-operator {
  border: 1px solid #a9a9a9;
  width: 40px;
  text-align: center;
  padding: 4px;
  margin: 10px 0;
}
.script-form__add-new-condition {
  margin-top: 10px;
}
.script-form__is-operator {
  display: inline-block;
  padding: 0 3px;
}
.script-form__inner-container {
  display: inline-block;
  padding: 0 3px;
  width: 100%;
}
.script-form .script-left {
  float: left;
  width: 50%;
}
.script-form .script-right {
  float: right;
  width: 50%;
}
.script-form .script-toolbar {
  padding: 9px 0;
  width: 100%;
}
.script-form .script-toolbar__icon {
  padding-right: 4px;
}
.script-form .script-toolbar__warning-text {
  color: #ffac00;
  font-size: 15px;
}
.script-form .input-error {
  border: 1px solid #f44336 !important;
}
.script-form .error-text {
  display: inline-block;
  color: #f44336;
}
.script-form .options-input {
  width: 60px;
}
.script-form .options-input-label {
  margin: 0 4px;
}
/*-----------------------------------------
  LIST
-----------------------------------------*/
.script-list {
  margin-right: 5px;
}
.script-list__title {
  color: #fff;
  background-color: #002c65;
  padding: 4px 5px;
  font-size: 19px;
  margin: 0;
}
.script-list__ul {
  padding: 0;
  margin: 5px 0;
}
.script-list__ul > li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.script-list__ul > li:hover {
  background-color: #002c65;
  color: white;
  cursor: pointer;
}
.script-list__ul > li:nth-child(even) {
  background-color: #e8e8e8;
}
.script-list__ul > li:nth-child(even):hover {
  background-color: #002c65;
  color: white;
}
.script-list-item--target {
  float: right;
  padding-right: 5px;
}
.script-list__active-list,
.script-list__inactive-list {
  margin-top: 15px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.script-list__toolbar {
  margin-top: 10px;
}
.script-list__toolbar-button {
  background-color: #002c65;
  border-radius: 0;
  border: 0;
  color: white;
  padding: 5px 0;
  width: 110px;
  transition: background-color 0.3s;
}
.script-list__toolbar-button:hover {
  background-color: #356188;
}
.script-list__toolbar-icon {
  margin-right: 4px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.track-condition-login-container {
  margin: 30px 0px 10px 50px;
  border: 1px;
  border-left: 5px solid #002c65;
  padding: 25px;
}
#cm-login {
  position: absolute;
  top: 0;
  right: 14em;
  height: 60px;
  display: block;
  font-size: 14px;
  padding-top: 10px;
  border: none;
  border-radius: 0;
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
}
#cm-login:hover {
  background-position: 0 0 !important;
}
#track-condition-frame {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.status-green-text {
  color: green;
  font-weight: 700;
}
.status-grey-text {
  color: grey;
  font-weight: 700;
}
.status-orange-text {
  color: orange;
  font-weight: 700;
}
.status-text {
  font-weight: 700;
}
.icon-placeholder {
  height: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
}
.train {
  margin: 10px auto;
  padding: 0;
}
.train .car {
  display: inline-block;
  margin-right: 10px;
}
.train .car__col {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 36px;
}
.train .car__rect {
  display: flex;
  height: 50px;
  width: 120px;
  border: 3px solid hsl(0, 0%, 13%);
  border-radius: 8px;
  transition: background-color 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.train .car__rect:hover {
  cursor: pointer;
}
.train .car__rect:hover .car__car-title {
  transition: color 0.2s ease-in;
  color: #a5a5a5;
}
.train .car__rect.high-speed-rect {
  width: 165px;
}
.train .car:first-child .high-speed-rect {
  border-top-left-radius: 40px;
  width: 165px;
}
.train .car:first-child.high-speed-car::after {
  left: 165px;
}
.train .car:last-child .high-speed-rect {
  border-top-right-radius: 40px;
  width: 165px;
}
.train .car__status-icon {
  display: flex;
  font-size: 20px;
}
.train .car__car-title {
  font-size: 16px;
  color: #002c65;
}
.train .car:last-child::after {
  display: none;
}
.train .car::after {
  content: '';
  display: block;
  position: relative;
  background: hsl(0, 0%, 13%);
  height: 4px;
  width: 10px;
  top: -12px;
  left: 120px;
}
.train .car.high-speed-car::after {
  left: 165px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  font-size: 1.25em;
  font-weight: 400;
  color: white;
  background-color: #1a5a92;
  display: inline-block;
  padding: 7px 10px;
  margin: 15px 5px 5px 5px;
  transition: background-color 0.3s;
}
.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #154a78;
}
.file-modal-file-list {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}
.upload-item-header {
  background-color: #ededed;
  color: black;
  font-size: 26px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.upload-modal-info-title {
  display: inline-block;
  color: black;
  font-size: 17px;
  width: 230px;
  padding-bottom: 4px;
}
.upload-modal-info {
  display: inline-block;
  color: #1a5a92;
  font-size: 16px;
  width: 380px;
  padding-bottom: 4px;
  word-break: break-word;
}
.upload-modal-list {
  list-style: none;
  padding: 0;
}
.file-deletion-confirmation-text {
  padding-bottom: 12px;
  flex: 0 1 100%;
}
.file-item-info {
  display: inline-block;
  color: black;
  font-size: 18px;
  width: 170px;
  padding-bottom: 4px;
}

@font-face {
  font-family: 'EtelkaText';
  src: url(/7e2537c82a1e656ac261.ttf) format('truetype');
}
@font-face {
  font-family: 'EtelkaLight';
  src: url(/6273e0fe905ba59e3c00.ttf) format('truetype');
}
/**
 * ANIMATIONS
 */
.slideDown {
  -moz-animation-name: slideDown;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -moz-animation-name: slideUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 0.4s;
  -webkit-animation-name: slideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-60px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLite {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInFromTopLitePlus {
  from {
    opacity: 0;
    transform: translate3d(0, -3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
@keyframes blockFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fasterVerticalExpand,
.fasterVerticalExpandInverse {
  transform-origin: top left;
}
.fasterVerticalExpand {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpand;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalExpandInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalExpandInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalExpand {
  0% {
    transform: scaleY(0);
  }
  3.44828% {
    transform: scaleY(0.13096);
  }
  6.89655% {
    transform: scaleY(0.24861);
  }
  10.34483% {
    transform: scaleY(0.3539);
  }
  13.7931% {
    transform: scaleY(0.44771);
  }
  17.24138% {
    transform: scaleY(0.53091);
  }
  20.68966% {
    transform: scaleY(0.60434);
  }
  24.13793% {
    transform: scaleY(0.66879);
  }
  27.58621% {
    transform: scaleY(0.72503);
  }
  31.03448% {
    transform: scaleY(0.77378);
  }
  34.48276% {
    transform: scaleY(0.81574);
  }
  37.93103% {
    transform: scaleY(0.85158);
  }
  41.37931% {
    transform: scaleY(0.88191);
  }
  44.82759% {
    transform: scaleY(0.90734);
  }
  48.27586% {
    transform: scaleY(0.92842);
  }
  51.72414% {
    transform: scaleY(0.94568);
  }
  55.17241% {
    transform: scaleY(0.95962);
  }
  58.62069% {
    transform: scaleY(0.97068);
  }
  62.06897% {
    transform: scaleY(0.9793);
  }
  65.51724% {
    transform: scaleY(0.98586);
  }
  68.96552% {
    transform: scaleY(0.99072);
  }
  72.41379% {
    transform: scaleY(0.99421);
  }
  75.86207% {
    transform: scaleY(0.99661);
  }
  79.31034% {
    transform: scaleY(0.99817);
  }
  82.75862% {
    transform: scaleY(0.99912);
  }
  86.2069% {
    transform: scaleY(0.99964);
  }
  89.65517% {
    transform: scaleY(0.99989);
  }
  93.10345% {
    transform: scaleY(0.99998);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fasterVerticalExpandInverse {
  0% {
    transform: scaleY(1000);
  }
  3.44828% {
    transform: scaleY(7.63592);
  }
  6.89655% {
    transform: scaleY(4.02236);
  }
  10.34483% {
    transform: scaleY(2.82566);
  }
  13.7931% {
    transform: scaleY(2.23359);
  }
  17.24138% {
    transform: scaleY(1.88356);
  }
  20.68966% {
    transform: scaleY(1.6547);
  }
  24.13793% {
    transform: scaleY(1.49524);
  }
  27.58621% {
    transform: scaleY(1.37925);
  }
  31.03448% {
    transform: scaleY(1.29236);
  }
  34.48276% {
    transform: scaleY(1.22588);
  }
  37.93103% {
    transform: scaleY(1.17429);
  }
  41.37931% {
    transform: scaleY(1.1339);
  }
  44.82759% {
    transform: scaleY(1.10212);
  }
  48.27586% {
    transform: scaleY(1.0771);
  }
  51.72414% {
    transform: scaleY(1.05744);
  }
  55.17241% {
    transform: scaleY(1.04208);
  }
  58.62069% {
    transform: scaleY(1.03021);
  }
  62.06897% {
    transform: scaleY(1.02114);
  }
  65.51724% {
    transform: scaleY(1.01434);
  }
  68.96552% {
    transform: scaleY(1.00937);
  }
  72.41379% {
    transform: scaleY(1.00582);
  }
  75.86207% {
    transform: scaleY(1.0034);
  }
  79.31034% {
    transform: scaleY(1.00183);
  }
  82.75862% {
    transform: scaleY(1.00088);
  }
  86.2069% {
    transform: scaleY(1.00036);
  }
  89.65517% {
    transform: scaleY(1.00011);
  }
  93.10345% {
    transform: scaleY(1.00002);
  }
  96.55172% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
.fasterVerticalCollapse,
.fasterVerticalCollapseInverse {
  transform-origin: top left;
}
.fasterVerticalCollapse {
  overflow: hidden;
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
.fasterVerticalCollapseInverse {
  will-change: transform;
  contain: content;
  animation-name: fasterVerticalCollapseInverse;
  animation-duration: 500ms;
  animation-timing-function: step-end;
}
@keyframes fasterVerticalCollapse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(0.86904);
  }
  6.89655% {
    transform: scaleY(0.75139);
  }
  10.34483% {
    transform: scaleY(0.6461);
  }
  13.7931% {
    transform: scaleY(0.55229);
  }
  17.24138% {
    transform: scaleY(0.46909);
  }
  20.68966% {
    transform: scaleY(0.39566);
  }
  24.13793% {
    transform: scaleY(0.33121);
  }
  27.58621% {
    transform: scaleY(0.27497);
  }
  31.03448% {
    transform: scaleY(0.22622);
  }
  34.48276% {
    transform: scaleY(0.18426);
  }
  37.93103% {
    transform: scaleY(0.14842);
  }
  41.37931% {
    transform: scaleY(0.11809);
  }
  44.82759% {
    transform: scaleY(0.09266);
  }
  48.27586% {
    transform: scaleY(0.07158);
  }
  51.72414% {
    transform: scaleY(0.05432);
  }
  55.17241% {
    transform: scaleY(0.04038);
  }
  58.62069% {
    transform: scaleY(0.02932);
  }
  62.06897% {
    transform: scaleY(0.0207);
  }
  65.51724% {
    transform: scaleY(0.01414);
  }
  68.96552% {
    transform: scaleY(0.00928);
  }
  72.41379% {
    transform: scaleY(0.00579);
  }
  75.86207% {
    transform: scaleY(0.00339);
  }
  79.31034% {
    transform: scaleY(0.00183);
  }
  82.75862% {
    transform: scaleY(0.00088);
  }
  86.2069% {
    transform: scaleY(0.00036);
  }
  89.65517% {
    transform: scaleY(0.00011);
  }
  93.10345% {
    transform: scaleY(0.00002);
  }
  96.55172% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fasterVerticalCollapseInverse {
  0% {
    transform: scaleY(1);
  }
  3.44828% {
    transform: scaleY(1.1507);
  }
  6.89655% {
    transform: scaleY(1.33087);
  }
  10.34483% {
    transform: scaleY(1.54775);
  }
  13.7931% {
    transform: scaleY(1.81064);
  }
  17.24138% {
    transform: scaleY(2.13179);
  }
  20.68966% {
    transform: scaleY(2.52742);
  }
  24.13793% {
    transform: scaleY(3.01923);
  }
  27.58621% {
    transform: scaleY(3.63676);
  }
  31.03448% {
    transform: scaleY(4.42048);
  }
  34.48276% {
    transform: scaleY(5.42711);
  }
  37.93103% {
    transform: scaleY(6.73764);
  }
  41.37931% {
    transform: scaleY(8.46812);
  }
  44.82759% {
    transform: scaleY(10.79214);
  }
  48.27586% {
    transform: scaleY(13.97038);
  }
  51.72414% {
    transform: scaleY(18.40943);
  }
  55.17241% {
    transform: scaleY(24.76474);
  }
  58.62069% {
    transform: scaleY(34.10641);
  }
  62.06897% {
    transform: scaleY(48.30918);
  }
  65.51724% {
    transform: scaleY(70.72136);
  }
  68.96552% {
    transform: scaleY(107.75862);
  }
  72.41379% {
    transform: scaleY(172.71157);
  }
  75.86207% {
    transform: scaleY(294.98525);
  }
  79.31034% {
    transform: scaleY(546.44809);
  }
  82.75862% {
    transform: scaleY(1136.36364);
  }
  86.2069% {
    transform: scaleY(2777.77778);
  }
  89.65517% {
    transform: scaleY(9090.90909);
  }
  93.10345% {
    transform: scaleY(50000);
  }
  96.55172% {
    transform: scaleY(1000);
  }
  100% {
    transform: scaleY(1000);
  }
}
/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* fades for ng-if / ng-hide / show */
.cssFadeFast {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-enter {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 0;
}
.cssFadeFast.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFadeFast.ng-leave {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  opacity: 1;
}
.cssFadeFast.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFadeFast.ng-hide {
  opacity: 0;
}
.cssFade {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-enter {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 0;
}
.cssFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.cssFade.ng-leave {
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  opacity: 1;
}
.cssFade.ng-leave.ng-leave-active {
  opacity: 0;
}
.cssFade.ng-hide {
  opacity: 0;
}
.sidebar,
.sidebar > ng-transclude {
  flex: 0.2;
  display: flex;
  flex-direction: row;
  height: 90vh;
  bottom: 0;
}
.sidebar *,
.sidebar > ng-transclude * {
  box-sizing: border-box;
}
.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-height: calc(90vh - 60px);
  overflow-y: auto;
}
.sidebar-list__item {
  position: relative;
  margin-bottom: 2px;
}
.sidebar-list__item:last-child {
  margin-bottom: 0;
}
.sidebar-list__item > * {
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
  position: relative;
  width: 100%;
  color: hsl(0, 0%, 13%);
  font-size: 1.4rem;
}
.sidebar-list__item > *:hover {
  background-color: #1a5a92;
  color: white;
  text-decoration: none;
}
.sidebar-list__item--selected > * {
  background-color: #1a5a92;
  color: white;
}
.sidebar-list__item--selected > *:hover {
  background-color: #c1c6d0;
  color: hsl(0, 0%, 13%);
}
.sidebar-list__item--with-icon > * {
  padding-left: 40px;
}
.sidebar-list__item-icon {
  color: inherit;
  position: absolute;
  left: 15px;
  top: 16px;
}
.sidebar-panel {
  width: 200px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 2px 0 5px -1px rgba(0, 0, 0, 0.2);
  min-height: 100%;
}
.sidebar-panel__header {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 1rem;
  background-color: #002c65;
}
.sidebar-panel__title {
  margin: 0.8rem;
}
.sidebar-panel__title h2 {
  color: white;
  font-size: 2rem;
  margin: 0;
}
.sidebar-panel__close,
.sidebar-panel__open {
  color: white;
  position: absolute;
  top: 18px;
  right: 12.5px;
  font-size: 2rem;
}
.sidebar-panel__close:hover,
.sidebar-panel__open:hover {
  cursor: pointer;
  color: grey;
}
.sidebar-panel__content {
  height: calc(90vh - 60px);
}
.sidebar-component {
  margin-right: 2px;
}
.sidebar-component:last-of-type {
  margin: 0;
}
sidebar-panel {
  display: block;
  min-height: 100%;
  position: relative;
}
.sidebar-panel--closed {
  display: flex;
  width: 45px;
  background-color: #002c65;
}
.sidebar-panel__closed {
  color: white;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.sidebar-panel__closed > .sidebar-panel__title {
  flex: 1;
  transform: rotate(90deg);
}
.sidebar-panel > sidebar-panel {
  box-shadow: none;
}
.sidebar-panel__loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.sidebar-panel__loading > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sidebar-panel__loading > div > * {
  flex: 1;
  max-width: 30px;
  max-height: 30px;
}
.content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 92vw;
  min-width: 45vw;
  box-sizing: border-box;
}
.content-container * {
  box-sizing: border-box;
}
.content-container > * {
  flex: 1;
}
.content-container__panel {
  background-color: #fff;
  margin: 1.5rem 1.5rem 0 1.5rem;
}
.content-container__panel:first-child {
  margin-top: 0.5rem;
}
.content-container__panel:last-child {
  margin-bottom: 0.5rem;
}
.content-container__panel--hidden {
  display: none;
}
.content-container__toolbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: hsl(220, 12%, 95%);
  max-height: 60px;
  padding: 0.5rem 1.5rem;
}
.splitter {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.splitter__child {
  display: flex;
  align-items: center;
}
.splitter__child__item {
  min-width: 190px;
  flex: 0.1 0.1 15%;
  margin-right: 5px;
}
.splitter__btn {
  height: 34px;
  border-radius: 4px;
}
.splitter > *:first-child {
  flex: 1;
}
.tip-chart {
  min-width: 320px;
  max-width: 1500px;
  margin: 1rem auto 0 auto;
}
.webtip-container {
  display: flex;
  flex-direction: row;
  background-color: white;
  margin-top: 8px;
  height: 90vh;
  margin-bottom: 35px;
  color: hsl(0, 0%, 13%);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
}
/*-----------------------------------------
  COMMON
-----------------------------------------*/
.timepicker-input {
  position: relative;
  margin-right: 5px;
  display: flex;
  min-width: 240px;
  max-width: 240px;
}
.timepicker-input .form-control {
  border-radius: 0;
}
.error-text {
  color: #ff2621;
  font-size: 14px;
}
/*-----------------------------------------
  DIGITAL CHART
-----------------------------------------*/
.digital-label {
  display: flex;
  margin-bottom: 10px;
}
.digital-label__zero {
  height: 20px;
  width: 20px;
  background-color: #ffac00;
  border-radius: 5px;
  margin-right: 7px;
}
.digital-label__one {
  height: 20px;
  width: 20px;
  background-color: #002c65;
  border-radius: 5px;
  margin-right: 7px;
}
.digital-label__text {
  margin-right: 10px;
}
.car-list-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}
.car-list-container .car-list-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  flex-basis: 100%;
}
.car-list-container .car-list-header .header-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  flex-basis: 10%;
  flex-grow: 1;
  flex-shrink: 1;
}
.car-list-container .car-list-header .header-item .search {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  height: 1.8em;
}
.car-list-container .car-list-header .header-item .search .filter {
  border: solid 1px #aaa;
  border-right: none;
  max-width: 8em;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.car-list-container .car-list-header .header-item .search .clear {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.car-list-container .car-list-header #car-number {
  padding-right: 1em;
}
.car-list-container .car-list-header span.title {
  font-weight: 700;
  word-wrap: break-word;
}
.car-list-container .car-list-header span.title i.fas {
  margin-left: 0.5em;
  color: #c0c0c0;
}
.car-list-container .car-list-item {
  display: flex;
  flex-flow: row nowrap;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: stretch;
  justify-content: space-between;
  font-weight: 500;
}
.car-list-container .number {
  flex-basis: 40%;
  flex-grow: 4;
}
.car-list-container .diagnostic-status {
  flex-basis: 10%;
  flex-grow: 1;
}
.car-list-container .bearing-maintenance-status {
  flex-basis: 10%;
  flex-grow: 1;
}
.car-list-container .bearing-operational-status {
  flex-basis: 10%;
  flex-grow: 1;
}
.car-list-container .in-service {
  flex-basis: 10%;
  flex-grow: 1;
}
.car-list-container .special-car {
  flex-basis: 20%;
  flex-grow: 2;
}


/*# sourceMappingURL=main.83251c61786be1f4d2fe.css.map*/