.btn {
    background-color: transparent;
  } /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  video {
    display: inline-block;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  a {
    background: 0 0;
  }
  a:focus {
    outline: thin dotted;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: 700;
  }
  dfn {
    font-style: italic;
  }
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, serif;
    font-size: 1em;
  }
  pre {
    white-space: pre-wrap;
  }
  q {
    quotes: "\201C""\201D""\2018""\2019";
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 0;
  }
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
  }
  button,
  input {
    line-height: normal;
  }
  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;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  @media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !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: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page {
      margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    select {
      background: #fff !important;
    }
    .navbar {
      display: none;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important;
    }
  }
  *,
  :before,
  :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #9e9e9e;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #428bca;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #2a6496;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #9e9e9e;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  p {
    margin: 0 0 11px;
  }
  .lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px;
    }
  }
  small,
  .small {
    font-size: 85%;
  }
  cite {
    font-style: normal;
  }
  .text-muted {
    color: #999;
  }
  .text-primary {
    color: #428bca;
  }
  .text-warning {
    color: #c09853;
  }
  .text-danger {
    color: #b94a48;
  }
  .text-success {
    color: #468847;
  }
  .text-info {
    color: #3a87ad;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small,
  h1 .small,
  h2 .small,
  h3 .small,
  h4 .small,
  h5 .small,
  h6 .small,
  .h1 .small,
  .h2 .small,
  .h3 .small,
  .h4 .small,
  .h5 .small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999;
  }
  h1,
  h2,
  h3 {
    margin-top: 22px;
    margin-bottom: 11px;
  }
  h1 small,
  h2 small,
  h3 small,
  h1 .small,
  h2 .small,
  h3 .small {
    font-size: 65%;
  }
  h4,
  h5,
  h6 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  h4 small,
  h5 small,
  h6 small,
  h4 .small,
  h5 .small,
  h6 .small {
    font-size: 75%;
  }
  h1,
  .h1 {
    font-size: 41px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 11px;
  }
  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-inline > li:first-child {
    padding-left: 0;
  }
  dl {
    margin-bottom: 22px;
  }
  dt,
  dd {
    line-height: 1.42857143;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
      content: " ";
      display: table;
    }
    .dl-horizontal dd:after {
      clear: both;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
      content: " ";
      display: table;
    }
    .dl-horizontal dd:after {
      clear: both;
    }
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
  }
  abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    border-left: 5px solid #eee;
  }
  blockquote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
  }
  blockquote p:last-child {
    margin-bottom: 0;
  }
  blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999;
  }
  blockquote small:before {
    content: "\2014 \00A0";
  }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
  }
  blockquote.pull-right p,
  blockquote.pull-right small,
  blockquote.pull-right .small {
    text-align: right;
  }
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: "";
  }
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014";
  }
  blockquote:before,
  blockquote:after {
    content: "";
  }
  address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857143;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  }
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
  }
  pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11 {
    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: 0;
  }
  .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: 0;
  }
  .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) {
    .container {
      width: 750px;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
      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: 0;
    }
    .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: 0;
    }
    .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) {
    .container {
      width: 970px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
      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: 0;
    }
    .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: 0;
    }
    .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) {
    .container {
      width: 1170px;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
      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: 0;
    }
    .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: 0;
    }
    .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 {
    max-width: 100%;
    background-color: transparent;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    margin-bottom: 22px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #9e9e9e;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover > td,
  .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    float: none;
    display: table-cell;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
  }
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
  }
  @media (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    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="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  }
  input[type="file"] {
    display: block;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
  }
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    height: auto;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    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,
      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;
  }
  .form-control::-moz-placeholder {
    color: #999;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
  }
  textarea.form-control {
    height: auto;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    display: block;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
  }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  .radio[disabled],
  .radio-inline[disabled],
  .checkbox[disabled],
  .checkbox-inline[disabled],
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"],
  fieldset[disabled] .radio,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm {
    height: 33px;
    line-height: 33px;
  }
  textarea.input-sm {
    height: auto;
  }
  .input-lg {
    height: 48px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  select.input-lg {
    height: 48px;
    line-height: 48px;
  }
  textarea.input-lg {
    height: auto;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline {
    color: #c09853;
  }
  .has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  }
  .has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline {
    color: #b94a48;
  }
  .has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  }
  .has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline {
    color: #468847;
  }
  .has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  }
  .has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
  }
  .form-control-static {
    margin-bottom: 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;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0;
    }
  }
  .form-horizontal .control-label,
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  .form-horizontal .form-control-static {
    padding-top: 7px;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      text-align: right;
    }
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    background-image: none;
  }
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning {
    background-image: none;
  }
  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn-danger.active,
  .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn-success.active,
  .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open .dropdown-toggle.btn-success {
    background-image: none;
  }
  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn-info.active,
  .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open .dropdown-toggle.btn-info {
    background-image: none;
  }
  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
  }
  .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-xs {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs {
    padding: 1px 5px;
  }
  .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 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:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #999;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
  }
  .btn-default .caret {
    border-top-color: #333;
  }
  .btn-primary .caret,
  .btn-success .caret,
  .btn-warning .caret,
  .btn-danger .caret,
  .btn-info .caret {
    border-top-color: #fff;
  }
  .dropup .btn-default .caret {
    border-bottom-color: #333;
  }
  .dropup .btn-primary .caret,
  .dropup .btn-success .caret,
  .dropup .btn-warning .caret,
  .dropup .btn-danger .caret,
  .dropup .btn-info .caret {
    border-bottom-color: #fff;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn:active,
  .btn-group-vertical > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus {
    outline: 0;
  }
  .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:before,
  .btn-toolbar:after {
    content: " ";
    display: table;
  }
  .btn-toolbar:after {
    clear: both;
  }
  .btn-toolbar:before,
  .btn-toolbar:after {
    content: " ";
    display: table;
  }
  .btn-toolbar:after {
    clear: both;
  }
  .btn-toolbar .btn-group {
    float: left;
  }
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group,
  .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child > .btn:last-child,
  .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
  }
  .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
  }
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
  }
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%;
  }
  [data-toggle="buttons"] > .btn > input[type="radio"],
  [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    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: 48px;
    line-height: 48px;
  }
  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: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-group-sm > .form-control,
  select.input-group-sm > .input-group-addon,
  select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px;
  }
  textarea.input-group-sm > .form-control,
  textarea.input-group-sm > .input-group-addon,
  textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 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: 14px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px;
  }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group-addon:first-child {
    border-right: 0;
  }
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .input-group-addon:last-child {
    border-left: 0;
  }
  .input-group-btn {
    position: relative;
    white-space: nowrap;
  }
  .input-group-btn:first-child > .btn {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -4px;
  }
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav:before,
  .nav:after {
    content: " ";
    display: table;
  }
  .nav:after {
    clear: both;
  }
  .nav:before,
  .nav:after {
    content: " ";
    display: table;
  }
  .nav:after {
    clear: both;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 0.6em 1.2em;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .nav > li.disabled > a {
    color: #999;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
  }
  .nav .open > a .caret,
  .nav .open > a:hover .caret,
  .nav .open > a:focus .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #9e9e9e;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
  }
  .nav-pills > li.active > a .caret,
  .nav-pills > li.active > a:hover .caret,
  .nav-pills > li.active > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #9e9e9e;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
  }
  .nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px;
    }
  }
  .navbar-header:before,
  .navbar-header:after {
    content: " ";
    display: table;
  }
  .navbar-header:after {
    clear: both;
  }
  .navbar-header:before,
  .navbar-header:after {
    content: " ";
    display: table;
  }
  .navbar-header:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table;
  }
  .navbar-collapse:after {
    clear: both;
  }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table;
  }
  .navbar-collapse:after {
    clear: both;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: auto;
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
      margin-left: -15px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
      margin-right: -15px;
    }
    .navbar-collapse .navbar-text:last-child {
      margin-right: 0;
    }
  }
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .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: 7px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
  }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 14px;
      padding-bottom: 14px;
    }
  }
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
    }
  }
  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0;
    }
  }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
  }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-nav.pull-right > li > .dropdown-menu,
  .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
  }
  .navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .navbar-text {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  .navbar-default .navbar-nav > .open > a .caret,
  .navbar-default .navbar-nav > .open > a:hover .caret,
  .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
  }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-link {
    color: #777;
  }
  .navbar-default .navbar-link:hover {
    color: #333;
  }
  .navbar-inverse {
    background-color: #222;
    border-color: #080808;
  }
  .navbar-inverse .navbar-brand {
    color: #999;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #999;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
  }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
  }
  .navbar-inverse .navbar-nav > .open > a .caret,
  .navbar-inverse .navbar-nav > .open > a:hover .caret,
  .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-link {
    color: #999;
  }
  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb > .active {
    color: #999;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    background-color: #eee;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
  }
  .pager:before,
  .pager:after {
    content: " ";
    display: table;
  }
  .pager:after {
    clear: both;
  }
  .pager:before,
  .pager:after {
    content: " ";
    display: table;
  }
  .pager:after {
    clear: both;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
  }
  .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;
  }
  .label[href]:hover,
  .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .label:empty {
    display: none;
  }
  .label-default {
    background-color: #999;
  }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: gray;
  }
  .label-primary {
    background-color: #428bca;
  }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #3071a9;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  a.badge:hover,
  a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  a.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
  }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  .jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 200;
    line-height: 2.14285714;
    color: inherit;
    background-color: #eee;
  }
  .jumbotron h1 {
    line-height: 1;
    color: inherit;
  }
  .jumbotron p {
    line-height: 1.4;
  }
  .container .jumbotron {
    border-radius: 6px;
  }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .container .jumbotron {
      padding-left: 60px;
      padding-right: 60px;
    }
    .jumbotron h1 {
      font-size: 72px;
    }
  }
  .thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #9e9e9e;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 22px;
  }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: #428bca;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333;
  }
  .alert {
    padding: 15px;
    margin-bottom: 22px;
    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 {
    padding-right: 35px;
  }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #356635;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #2d6987;
  }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #a47e3c;
  }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #953b39;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-moz-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-o-keyframes progress-bar-stripes {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 40px 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -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;
    transition: width 0.6s ease;
  }
  .progress-striped .progress-bar {
    background-image: -webkit-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 40px 40px;
  }
  .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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,
  .media-body {
    overflow: hidden;
    zoom: 1;
  }
  .media,
  .media .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media-object {
    display: block;
  }
  .media-heading {
    margin: 0 0 5px;
  }
  .media > .pull-left {
    margin-right: 10px;
  }
  .media > .pull-right {
    margin-left: 10px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  a.list-group-item {
    color: #555;
  }
  a.list-group-item .list-group-item-heading {
    color: #333;
  }
  a.list-group-item:hover,
  a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
  }
  a.list-group-item.active,
  a.list-group-item.active:hover,
  a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
  }
  a.list-group-item.active .list-group-item-heading,
  a.list-group-item.active:hover .list-group-item-heading,
  a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item.active .list-group-item-text,
  a.list-group-item.active:hover .list-group-item-text,
  a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    margin-bottom: 22px;
    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-body:before,
  .panel-body:after {
    content: " ";
    display: table;
  }
  .panel-body:after {
    clear: both;
  }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table;
  }
  .panel-body:after {
    clear: both;
  }
  .panel > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
  }
  .panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive {
    margin-bottom: 0;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }
  .panel-title > 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-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .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 > .dropdown .caret {
    border-color: #333 transparent;
  }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: #428bca;
  }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
  }
  .panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
  }
  .panel-primary > .panel-heading > .dropdown .caret {
    border-color: #fff transparent;
  }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading > .dropdown .caret {
    border-color: #468847 transparent;
  }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading > .dropdown .caret {
    border-color: #c09853 transparent;
  }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading > .dropdown .caret {
    border-color: #b94a48 transparent;
  }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading > .dropdown .caret {
    border-color: #3a87ad transparent;
  }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-lg {
    padding: 24px;
    border-radius: 6px;
  }
  .well-sm {
    padding: 9px;
    border-radius: 3px;
  }
  .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 20px;
  }
  .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  @media screen and (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .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);
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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 {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 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;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover .arrow,
  .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover .arrow {
    border-width: 11px;
  }
  .popover .arrow:after {
    border-width: 10px;
    content: "";
  }
  .popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
  }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
  }
  .popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
  }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-control.left {
    background-image: -webkit-gradient(
      linear,
      0 top,
      100% top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.0001))
    );
    background-image: -webkit-linear-gradient(
      left,
      color-stop(rgba(0, 0, 0, 0.5) 0),
      color-stop(rgba(0, 0, 0, 0.0001) 100%)
    );
    background-image: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      0 top,
      100% top,
      from(rgba(0, 0, 0, 0.0001)),
      to(rgba(0, 0, 0, 0.5))
    );
    background-image: -webkit-linear-gradient(
      left,
      color-stop(rgba(0, 0, 0, 0.0001) 0),
      color-stop(rgba(0, 0, 0, 0.5) 100%)
    );
    background-image: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
  }
  .carousel-control .icon-prev:before {
    content: "\2039";
  }
  .carousel-control .icon-next:before {
    content: "\203a";
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
  }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
  }
  .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      font-size: 30px;
    }
    .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs,
  tr.visible-xs,
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
      display: block !important;
    }
    tr.visible-xs.visible-sm {
      display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
      display: block !important;
    }
    tr.visible-xs.visible-md {
      display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-xs.visible-lg {
      display: block !important;
    }
    tr.visible-xs.visible-lg {
      display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-sm,
  tr.visible-sm,
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-sm.visible-xs {
      display: block !important;
    }
    tr.visible-sm.visible-xs {
      display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
      display: block !important;
    }
    tr.visible-sm.visible-md {
      display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-sm.visible-lg {
      display: block !important;
    }
    tr.visible-sm.visible-lg {
      display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-md,
  tr.visible-md,
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-md.visible-xs {
      display: block !important;
    }
    tr.visible-md.visible-xs {
      display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
      display: block !important;
    }
    tr.visible-md.visible-sm {
      display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-md.visible-lg {
      display: block !important;
    }
    tr.visible-md.visible-lg {
      display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-lg,
  tr.visible-lg,
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-lg.visible-xs {
      display: block !important;
    }
    tr.visible-lg.visible-xs {
      display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
      display: block !important;
    }
    tr.visible-lg.visible-sm {
      display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
      display: block !important;
    }
    tr.visible-lg.visible-md {
      display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
      display: none !important;
    }
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
      display: none !important;
    }
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
      display: none !important;
    }
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
      display: none !important;
    }
  }
  .visible-print,
  tr.visible-print,
  th.visible-print,
  td.visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: block !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
      display: none !important;
    }
  }
  @font-face {
    font-family: icomoon;
    src: url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/font/icomoon.ttf?nqavk2)
        format("truetype"),
      url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/font/icomoon.woff?nqavk2)
        format("woff"),
      url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/font/icomoon.svg?nqavk2#icomoon)
        format("svg");
    font-weight: 400;
    font-style: normal;
  }
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-ruler-v:before {
    content: "\e902";
  }
  .icon-stopwatch:before {
    content: "\e901";
  }
  .icon-loop:before {
    content: "\e900";
  }
  .icon-diamonds:before {
    content: "\e919";
  }
  .icon-sphere:before {
    content: "\e9c9";
  }
  .icon-close:before {
    content: "\f00d";
  }
  .icon-clock-o:before {
    content: "\f017";
  }
  .icon-tag:before {
    content: "\f02b";
  }
  .icon-pencil:before {
    content: "\f040";
  }
  .icon-check-circle:before {
    content: "\f058";
  }
  .icon-question-circle:before {
    content: "\f059";
  }
  .icon-exclamation-circle:before {
    content: "\f06a";
  }
  .icon-chevron-up:before {
    content: "\f077";
  }
  .icon-chevron-down:before {
    content: "\f078";
  }
  .icon-external-link:before {
    content: "\f08e";
  }
  .icon-tasks:before {
    content: "\f0ae";
  }
  .icon-lightbulb-o:before {
    content: "\f0eb";
  }
  .icon-cloud-upload:before {
    content: "\f0ee";
  }
  .icon-circle:before {
    content: "\f111";
  }
  .icon-question:before {
    content: "\f128";
  }
  .icon-exclamation:before {
    content: "\f12a";
  }
  .icon-area-chart:before {
    content: "\f1fe";
  }
  .icon-cc-diners-club:before {
    content: "\f24c";
  }
  .icon-hourglass:before {
    content: "\f254";
  }
  .icon-map-o:before {
    content: "\f278";
  }
  .icon-search:before {
    content: "\f002";
  }
  .icon-user:before {
    content: "\f007";
  }
  .icon-check:before {
    content: "\f00c";
  }
  .icon-cog:before {
    content: "\f013";
  }
  .icon-gear:before {
    content: "\f013";
  }
  .icon-road:before {
    content: "\f018";
  }
  .icon-arrow-circle-o-up:before {
    content: "\f01b";
  }
  .icon-refresh:before {
    content: "\f021";
  }
  .icon-lock:before {
    content: "\f023";
  }
  .icon-camera:before {
    content: "\f030";
  }
  .icon-image:before {
    content: "\f03e";
  }
  .icon-photo:before {
    content: "\f03e";
  }
  .icon-picture-o:before {
    content: "\f03e";
  }
  .icon-map-marker:before {
    content: "\f041";
  }
  .icon-chevron-right:before {
    content: "\f054";
  }
  .icon-info-circle:before {
    content: "\f05a";
  }
  .icon-ban:before {
    content: "\f05e";
  }
  .icon-arrow-left:before {
    content: "\f060";
  }
  .icon-plus:before {
    content: "\f067";
  }
  .icon-minus:before {
    content: "\f068";
  }
  .icon-exclamation-triangle:before {
    content: "\f071";
  }
  .icon-warning:before {
    content: "\f071";
  }
  .icon-key:before {
    content: "\f084";
  }
  .icon-sign-out:before {
    content: "\f08b";
  }
  .icon-phone-square:before {
    content: "\f098";
  }
  .icon-credit-card:before {
    content: "\f09d";
  }
  .icon-globe:before {
    content: "\f0ac";
  }
  .icon-group:before {
    content: "\f0c0";
  }
  .icon-users:before {
    content: "\f0c0";
  }
  .icon-flask:before {
    content: "\f0c3";
  }
  .icon-money:before {
    content: "\f0d6";
  }
  .icon-envelope:before {
    content: "\f0e0";
  }
  .icon-desktop:before {
    content: "\f108";
  }
  .icon-tablet:before {
    content: "\f10a";
  }
  .icon-mobile:before {
    content: "\f10b";
  }
  .icon-mobile-phone:before {
    content: "\f10b";
  }
  .icon-spinner:before {
    content: "\f110";
  }
  .icon-code:before {
    content: "\f121";
  }
  .icon-location-arrow:before {
    content: "\f124";
  }
  .icon-calendar-o:before {
    content: "\f133";
  }
  .icon-chevron-circle-right:before {
    content: "\f138";
  }
  .icon-ellipsis-h:before {
    content: "\f141";
  }
  .icon-cc-visa:before {
    content: "\f1f0";
  }
  .icon-cc-mastercard:before {
    content: "\f1f1";
  }
  .icon-cc-amex:before {
    content: "\f1f3";
  }
  .icon-trash:before {
    content: "\f1f8";
  }
  .icon-save:before {
    content: "\e085";
  }
  .icon-directions:before {
    content: "\e1c8";
  }
  .icon-local-hospital:before {
    content: "\e1e0";
  }
  .icon-notifications:before {
    content: "\e24a";
  }
  .icon-stop-sign:before {
    content: "\e600";
  }
  .icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
  }
  a .icon-spin {
    display: inline-block;
    text-decoration: none;
  }
  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(359deg);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
    }
  }
  @-o-keyframes spin {
    0% {
      -o-transform: rotate(0deg);
    }
    100% {
      -o-transform: rotate(359deg);
    }
  }
  @-ms-keyframes spin {
    0% {
      -ms-transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(359deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  .leaflet-map-pane,
  .leaflet-tile,
  .leaflet-marker-icon,
  .leaflet-marker-shadow,
  .leaflet-tile-pane,
  .leaflet-tile-container,
  .leaflet-overlay-pane,
  .leaflet-shadow-pane,
  .leaflet-marker-pane,
  .leaflet-popup-pane,
  .leaflet-overlay-pane svg,
  .leaflet-zoom-box,
  .leaflet-image-layer,
  .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
  }
  .leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
  }
  .leaflet-tile,
  .leaflet-marker-icon,
  .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
  }
  .leaflet-marker-icon,
  .leaflet-marker-shadow {
    display: block;
  }
  .leaflet-container img {
    max-width: none;
  }
  .leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important;
  }
  .leaflet-tile {
    filter: inherit;
    visibility: hidden;
  }
  .leaflet-tile-loaded {
    visibility: inherit;
  }
  .leaflet-zoom-box {
    width: 0;
    height: 0;
  }
  .leaflet-overlay-pane svg {
    -moz-user-select: none;
  }
  .leaflet-tile-pane {
    z-index: 2;
  }
  .leaflet-objects-pane {
    z-index: 3;
  }
  .leaflet-overlay-pane {
    z-index: 4;
  }
  .leaflet-shadow-pane {
    z-index: 5;
  }
  .leaflet-marker-pane {
    z-index: 6;
  }
  .leaflet-popup-pane {
    z-index: 7;
  }
  .leaflet-vml-shape {
    width: 1px;
    height: 1px;
  }
  .lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
  }
  .leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
  }
  .leaflet-top,
  .leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
  }
  .leaflet-top {
    top: 0;
  }
  .leaflet-right {
    right: 0;
  }
  .leaflet-bottom {
    bottom: 0;
  }
  .leaflet-left {
    left: 0;
  }
  .leaflet-control {
    float: left;
    clear: both;
  }
  .leaflet-right .leaflet-control {
    float: right;
  }
  .leaflet-top .leaflet-control {
    margin-top: 10px;
  }
  .leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
  }
  .leaflet-left .leaflet-control {
    margin-left: 10px;
  }
  .leaflet-right .leaflet-control {
    margin-right: 10px;
  }
  .leaflet-fade-anim .leaflet-tile,
  .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .leaflet-fade-anim .leaflet-tile-loaded,
  .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
  }
  .leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  }
  .leaflet-zoom-anim .leaflet-tile,
  .leaflet-pan-anim .leaflet-tile,
  .leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
  }
  .leaflet-clickable {
    cursor: pointer;
  }
  .leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab;
  }
  .leaflet-popup-pane,
  .leaflet-control {
    cursor: auto;
  }
  .leaflet-dragging .leaflet-container,
  .leaflet-dragging .leaflet-clickable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
  }
  .leaflet-container {
    background: #ddd;
    outline: 0;
  }
  .leaflet-container a {
    color: #0078a8;
  }
  .leaflet-container a.leaflet-active {
    outline: 2px solid orange;
  }
  .leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
  }
  .leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
  }
  .leaflet-bar a,
  .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .leaflet-bar a,
  .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
  }
  .leaflet-bar a:hover {
    background-color: #f4f4f4;
  }
  .leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
  }
  .leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
  }
  .leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .leaflet-control-zoom-in,
  .leaflet-control-zoom-out {
    font: 700 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
  }
  .leaflet-control-zoom-out {
    font-size: 20px;
  }
  .leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
  }
  .leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
  }
  .leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
  }
  .leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
  }
  .leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
  }
  .leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
  }
  .leaflet-control-layers .leaflet-control-layers-list,
  .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
  }
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
  }
  .leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
  }
  .leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
  }
  .leaflet-control-layers label {
    display: block;
  }
  .leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
  }
  .leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
  }
  .leaflet-control-attribution,
  .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
  }
  .leaflet-control-attribution a {
    text-decoration: none;
  }
  .leaflet-control-attribution a:hover {
    text-decoration: underline;
  }
  .leaflet-container .leaflet-control-attribution,
  .leaflet-container .leaflet-control-scale {
    font-size: 11px;
  }
  .leaflet-left .leaflet-control-scale {
    margin-left: 5px;
  }
  .leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
  }
  .leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
  }
  .leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
  }
  .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
  }
  .leaflet-touch .leaflet-control-attribution,
  .leaflet-touch .leaflet-control-layers,
  .leaflet-touch .leaflet-bar {
    box-shadow: none;
  }
  .leaflet-touch .leaflet-control-layers,
  .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
  }
  .leaflet-popup {
    position: absolute;
    text-align: center;
  }
  .leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
  }
  .leaflet-popup-content {
    margin: 13px 19px;
  }
  .leaflet-popup-content p {
    margin: 18px 0;
  }
  .leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
  }
  .leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .leaflet-popup-content-wrapper,
  .leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  }
  .leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: 0 0;
  }
  .leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
  }
  .leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
  }
  .leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
  }
  .leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
  }
  .leaflet-oldie .leaflet-control-zoom,
  .leaflet-oldie .leaflet-control-layers,
  .leaflet-oldie .leaflet-popup-content-wrapper,
  .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
  }
  .leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
  }
  .marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
  }
  .marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
  }
  .marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
  }
  .marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
  }
  .marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
  }
  .marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
  }
  .marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
  }
  .marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .marker-cluster span {
    line-height: 30px;
  }
  .leaflet-contextmenu {
    display: none;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 0;
    background-color: #fff;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item {
    display: block;
    color: #222;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    padding: 0 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: default;
    outline: 0;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
    opacity: 0.5;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item.over {
    background-color: #f4f4f4;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
    background-color: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .leaflet-contextmenu-icon {
    margin: 2px 8px 0 0;
    width: 16px;
    height: 16px;
    float: left;
    border: 0;
  }
  .leaflet-contextmenu-separator {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
  }
  .route-waypoint-drag-icon {
    border: solid 1px #aaa;
    border-radius: 3px;
    padding: 1px;
    background-color: #fff;
    white-space: nowrap;
    font-weight: 700;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  }
  .route-waypoint-drag-icon.leaflet-icon-left {
    margin-right: 20px;
  }
  .route-waypoint-drag-icon-content {
    margin: 2px;
    border-radius: 2px;
    padding: 4px 7px;
  }
  .route-waypoint-map-icon.animating {
    -webkit-transition: top 150ms ease;
    transition: top 150ms ease;
  }
  .route-waypoint-map-icon.touch-drag-offset {
    top: -60px;
  }
  .route-path-popup {
    white-space: nowrap;
    font-weight: 700;
  }
  .route-path-popup .leaflet-popup-content-wrapper {
    border-radius: 4px;
  }
  .route-path-popup .leaflet-popup-content-wrapper:hover {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .route-path-popup .leaflet-popup-content-wrapper,
  .route-path-popup .leaflet-popup-tip {
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
  }
  .route-path-popup .leaflet-popup-content {
    margin: 0;
    border-radius: 3px;
  }
  .route-path-popup .route-path-popup-content {
    border-radius: 2px;
  }
  .route-path-popup .leaflet-popup-content-wrapper,
  .route-path-popup .leaflet-popup-tip {
    background-color: rgba(140, 140, 140, 0.8);
  }
  .route-path-popup .leaflet-popup-content {
    padding: 2px;
  }
  .route-path-popup .route-path-popup-content {
    padding: 4px 7px;
  }
  .active-route-path-popup .leaflet-popup-content-wrapper,
  .active-route-path-popup .leaflet-popup-tip {
    background-color: #fff;
  }
  .route-path-popup.time-pct-nan .route-path-popup-content {
    background-color: #888;
  }
  .route-path-popup.time-pct-0 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-0 {
    background-color: silver;
  }
  .route-path-popup.time-pct-1 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-1 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-2 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-2 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-3 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-3 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-4 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-4 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-5 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-5 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-6 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-6 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-7 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-7 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-8 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-8 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-9 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-9 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-10 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-10 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-11 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-11 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-12 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-12 {
    background-color: #c80100;
  }
  .route-path-popup.time-pct-13 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-13 {
    background-color: #c80200;
  }
  .route-path-popup.time-pct-14 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-14 {
    background-color: #c90400;
  }
  .route-path-popup.time-pct-15 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-15 {
    background-color: #c90500;
  }
  .route-path-popup.time-pct-16 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-16 {
    background-color: #c90700;
  }
  .route-path-popup.time-pct-17 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-17 {
    background-color: #ca0900;
  }
  .route-path-popup.time-pct-18 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-18 {
    background-color: #ca0c00;
  }
  .route-path-popup.time-pct-19 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-19 {
    background-color: #cb0e00;
  }
  .route-path-popup.time-pct-20 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-20 {
    background-color: #cb1100;
  }
  .route-path-popup.time-pct-21 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-21 {
    background-color: #cc1400;
  }
  .route-path-popup.time-pct-22 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-22 {
    background-color: #cd1800;
  }
  .route-path-popup.time-pct-23 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-23 {
    background-color: #ce1b00;
  }
  .route-path-popup.time-pct-24 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-24 {
    background-color: #ce1f00;
  }
  .route-path-popup.time-pct-25 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-25 {
    background-color: #cf2300;
  }
  .route-path-popup.time-pct-26 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-26 {
    background-color: #d02700;
  }
  .route-path-popup.time-pct-27 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-27 {
    background-color: #d12c00;
  }
  .route-path-popup.time-pct-28 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-28 {
    background-color: #d23100;
  }
  .route-path-popup.time-pct-29 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-29 {
    background-color: #d33600;
  }
  .route-path-popup.time-pct-30 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-30 {
    background-color: #d43b00;
  }
  .route-path-popup.time-pct-31 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-31 {
    background-color: #d54000;
  }
  .route-path-popup.time-pct-32 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-32 {
    background-color: #d74600;
  }
  .route-path-popup.time-pct-33 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-33 {
    background-color: #d84c00;
  }
  .route-path-popup.time-pct-34 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-34 {
    background-color: #d95200;
  }
  .route-path-popup.time-pct-35 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-35 {
    background-color: #db5900;
  }
  .route-path-popup.time-pct-36 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-36 {
    background-color: #dc5f00;
  }
  .route-path-popup.time-pct-37 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-37 {
    background-color: #de6600;
  }
  .route-path-popup.time-pct-38 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-38 {
    background-color: #df6d00;
  }
  .route-path-popup.time-pct-39 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-39 {
    background-color: #e17500;
  }
  .route-path-popup.time-pct-40 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-40 {
    background-color: #e27c00;
  }
  .route-path-popup.time-pct-41 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-41 {
    background-color: #e48400;
  }
  .route-path-popup.time-pct-42 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-42 {
    background-color: #e68c00;
  }
  .route-path-popup.time-pct-43 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-43 {
    background-color: #e89500;
  }
  .route-path-popup.time-pct-44 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-44 {
    background-color: #e99d00;
  }
  .route-path-popup.time-pct-45 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-45 {
    background-color: #eba600;
  }
  .route-path-popup.time-pct-46 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-46 {
    background-color: #edaf00;
  }
  .route-path-popup.time-pct-47 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-47 {
    background-color: #efb900;
  }
  .route-path-popup.time-pct-48 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-48 {
    background-color: #f1c200;
  }
  .route-path-popup.time-pct-49 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-49 {
    background-color: #f4cc00;
  }
  .route-path-popup.time-pct-50 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-50 {
    background-color: #f6d600;
  }
  .route-path-popup.time-pct-51 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-51 {
    background-color: #f8e000;
  }
  .route-path-popup.time-pct-52 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-52 {
    background-color: #faeb00;
  }
  .route-path-popup.time-pct-53 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-53 {
    background-color: #fdf600;
  }
  .route-path-popup.time-pct-54 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-54 {
    background-color: #ff0;
  }
  .route-path-popup.time-pct-55 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-55 {
    background-color: #ff0;
  }
  .route-path-popup.time-pct-56 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-56 {
    background-color: #fefe00;
  }
  .route-path-popup.time-pct-57 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-57 {
    background-color: #fefe00;
  }
  .route-path-popup.time-pct-58 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-58 {
    background-color: #fdfe00;
  }
  .route-path-popup.time-pct-59 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-59 {
    background-color: #fcfe00;
  }
  .route-path-popup.time-pct-60 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-60 {
    background-color: #fafd00;
  }
  .route-path-popup.time-pct-61 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-61 {
    background-color: #f9fd00;
  }
  .route-path-popup.time-pct-62 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-62 {
    background-color: #f7fd00;
  }
  .route-path-popup.time-pct-63 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-63 {
    background-color: #f5fc00;
  }
  .route-path-popup.time-pct-64 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-64 {
    background-color: #f3fc00;
  }
  .route-path-popup.time-pct-65 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-65 {
    background-color: #f0fb00;
  }
  .route-path-popup.time-pct-66 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-66 {
    background-color: #edfb00;
  }
  .route-path-popup.time-pct-67 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-67 {
    background-color: #eafa00;
  }
  .route-path-popup.time-pct-68 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-68 {
    background-color: #e7f900;
  }
  .route-path-popup.time-pct-69 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-69 {
    background-color: #e3f800;
  }
  .route-path-popup.time-pct-70 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-70 {
    background-color: #e0f800;
  }
  .route-path-popup.time-pct-71 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-71 {
    background-color: #dcf700;
  }
  .route-path-popup.time-pct-72 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-72 {
    background-color: #d7f600;
  }
  .route-path-popup.time-pct-73 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-73 {
    background-color: #d3f500;
  }
  .route-path-popup.time-pct-74 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-74 {
    background-color: #cef400;
  }
  .route-path-popup.time-pct-75 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-75 {
    background-color: #c9f300;
  }
  .route-path-popup.time-pct-76 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-76 {
    background-color: #c4f200;
  }
  .route-path-popup.time-pct-77 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-77 {
    background-color: #bff100;
  }
  .route-path-popup.time-pct-78 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-78 {
    background-color: #b9ef00;
  }
  .route-path-popup.time-pct-79 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-79 {
    background-color: #b3ee00;
  }
  .route-path-popup.time-pct-80 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-80 {
    background-color: #aded00;
  }
  .route-path-popup.time-pct-81 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-81 {
    background-color: #a6eb00;
  }
  .route-path-popup.time-pct-82 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-82 {
    background-color: #a0ea00;
  }
  .route-path-popup.time-pct-83 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-83 {
    background-color: #99e900;
  }
  .route-path-popup.time-pct-84 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-84 {
    background-color: #92e700;
  }
  .route-path-popup.time-pct-85 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-85 {
    background-color: #8ae500;
  }
  .route-path-popup.time-pct-86 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-86 {
    background-color: #83e400;
  }
  .route-path-popup.time-pct-87 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-87 {
    background-color: #7be200;
  }
  .route-path-popup.time-pct-88 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-88 {
    background-color: #73e000;
  }
  .route-path-popup.time-pct-89 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-89 {
    background-color: #6ade00;
  }
  .route-path-popup.time-pct-90 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-90 {
    background-color: #62dd00;
  }
  .route-path-popup.time-pct-91 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-91 {
    background-color: #59db00;
  }
  .route-path-popup.time-pct-92 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-92 {
    background-color: #50d900;
  }
  .route-path-popup.time-pct-93 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-93 {
    background-color: #47d700;
  }
  .route-path-popup.time-pct-94 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-94 {
    background-color: #3dd500;
  }
  .route-path-popup.time-pct-95 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-95 {
    background-color: #33d300;
  }
  .route-path-popup.time-pct-96 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-96 {
    background-color: #29d100;
  }
  .route-path-popup.time-pct-97 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-97 {
    background-color: #1fce00;
  }
  .route-path-popup.time-pct-98 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-98 {
    background-color: #15cc00;
  }
  .route-path-popup.time-pct-99 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-99 {
    background-color: #0aca00;
  }
  .route-path-popup.time-pct-100 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-100 {
    background-color: #00c800;
  }
  .alternative-route-polyline,
  .alternative-route-path-popup {
    display: none;
  }
  .checking-route-popups .alternative-route-path-popup {
    display: block;
    visibility: hidden;
  }
  .show-alternative-routes .alternative-route-polyline {
    display: inline;
  }
  .show-alternative-routes .alternative-route-path-popup {
    display: block;
    visibility: visible;
  }
  .incident-popup {
    font-size: 16px;
  }
  .incident-popup .leaflet-popup-content {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .incident-popup .list > li {
    min-height: 0;
  }
  .incident-popup .list > li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .incident-popup .list > li .list-item-icon {
    left: 0.5em;
  }
  .incident-popup .list > li .list-item-content,
  .incident-popup .list > .list-item .list-item-content {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .incident-popup .error-list {
    border-radius: 4px;
  }
  .road-popup {
    font-size: 16px;
  }
  .road-popup .sheets-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
  .road-popup.sheets .sheets-header .title {
    padding-left: 42px;
    padding-right: 42px;
  }
  .road-popup.sheets.has-many-sheets .sheets-header .title {
    padding-left: 0;
    padding-right: 43px;
  }
  .road-popup .sheet {
    background-color: transparent;
  }
  .road-popup .leaflet-popup-content {
    max-height: 430px;
    width: 320px;
    margin: 13px;
    margin-top: 55px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .road-popup .leaflet-popup-scrolled {
    border: 0;
  }
  .road-popup.leaflet-popup .leaflet-popup-close-button {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
  }
  .road-popup.leaflet-popup .leaflet-popup-close-button:hover {
    color: #fff;
  }
  .road-popup .road-popup-content {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .road-popup.applying-layout .sheet {
    position: static;
  }
  .road-popup .road {
    padding-top: 1.71457143em;
  }
  .road-popup .camera {
    margin: 0;
    padding: 0;
  }
  .road-popup .camera img {
    min-height: 0;
    max-width: 100%;
  }
  .effeckt-page-transition.effeckt-page-transition-animating {
    visibility: visible;
  }
  .animation-delay-100 {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .animation-delay-180 {
    -webkit-animation-delay: 0.18s;
    -o-animation-delay: 0.18s;
    animation-delay: 0.18s;
  }
  .animation-delay-200 {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .animation-delay-300 {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .animation-delay-500 {
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .animation-delay-700 {
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .animation-delay-1000 {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
  }
  .effeckt-page-transition-left-slide-in {
    -webkit-animation: slideInLeft 0.3s forwards ease-out;
    -o-animation: slideInLeft 0.3s forwards ease-out;
    animation: slideInLeft 0.3s forwards ease-out;
  }
  .effeckt-page-transition-right-slide-in {
    -webkit-animation: slideInRight 0.3s forwards ease-out;
    -o-animation: slideInRight 0.3s forwards ease-out;
    animation: slideInRight 0.3s forwards ease-out;
  }
  .effeckt-page-transition-top-slide-in {
    -webkit-animation: slideInTop 0.7s forwards ease-out;
    -o-animation: slideInTop 0.7s forwards ease-out;
    animation: slideInTop 0.7s forwards ease-out;
  }
  .effeckt-page-transition-bottom-slide-in {
    -webkit-animation: slideInBottom 0.7s forwards ease-out;
    -o-animation: slideInBottom 0.7s forwards ease-out;
    animation: slideInBottom 0.7s forwards ease-out;
  }
  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-o-keyframes slideInLeft {
    0% {
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-o-keyframes slideInRight {
    0% {
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes slideInTop {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes slideInTop {
    0% {
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideInTop {
    0% {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes slideInBottom {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes slideInBottom {
    0% {
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideInBottom {
    0% {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .effeckt-page-transition-left-slide-out {
    -webkit-animation: slideOutLeft 0.3s forwards ease-out;
    -o-animation: slideOutLeft 0.3s forwards ease-out;
    animation: slideOutLeft 0.3s forwards ease-out;
  }
  .effeckt-page-transition-right-slide-out {
    -webkit-animation: slideOutRight 0.3s forwards ease-out;
    -o-animation: slideOutRight 0.3s forwards ease-out;
    animation: slideOutRight 0.3s forwards ease-out;
  }
  .effeckt-page-transition-top-slide-out {
    -webkit-animation: slideOutTop 0.7s forwards ease-out;
    -o-animation: slideOutTop 0.7s forwards ease-out;
    animation: slideOutTop 0.7s forwards ease-out;
  }
  .effeckt-page-transition-bottom-slide-out {
    -webkit-animation: slideOutBottom 0.7s forwards ease-out;
    -o-animation: slideOutBottom 0.7s forwards ease-out;
    animation: slideOutBottom 0.7s forwards ease-out;
  }
  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-o-keyframes slideOutLeft {
    0% {
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-o-keyframes slideOutRight {
    0% {
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes slideOutTop {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-o-keyframes slideOutTop {
    0% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes slideOutTop {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-webkit-keyframes slideOutBottom {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-o-keyframes slideOutBottom {
    0% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes slideOutBottom {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  .effeckt-page-transition-down-scale-out {
    -webkit-animation: scaleDown 0.7s ease both;
    -o-animation: scaleDown 0.7s ease both;
    animation: scaleDown 0.7s ease both;
  }
  .effeckt-page-transition-up-scale-in {
    -webkit-animation: scaleUp 0.7s ease both;
    -o-animation: scaleUp 0.7s ease both;
    animation: scaleUp 0.7s ease both;
  }
  @-webkit-keyframes scaleDown {
    to {
      opacity: 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @-o-keyframes scaleDown {
    to {
      opacity: 0;
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @keyframes scaleDown {
    to {
      opacity: 0;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @-webkit-keyframes scaleUp {
    from {
      opacity: 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @-o-keyframes scaleUp {
    from {
      opacity: 0;
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @keyframes scaleUp {
    from {
      opacity: 0;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  .effeckt-page-transition-left-fade-in {
    -webkit-animation: fadeLeftIn 0.7s ease both;
    -o-animation: fadeLeftIn 0.7s ease both;
    animation: fadeLeftIn 0.7s ease both;
  }
  .effeckt-page-transition-right-fade-in {
    -webkit-animation: fadeRightIn 0.7s ease both;
    -o-animation: fadeRightIn 0.7s ease both;
    animation: fadeRightIn 0.7s ease both;
  }
  .effeckt-page-transition-top-fade-in {
    -webkit-animation: fadeTopIn 0.7s ease both;
    -o-animation: fadeTopIn 0.7s ease both;
    animation: fadeTopIn 0.7s ease both;
  }
  .effeckt-page-transition-bottom-fade-in {
    -webkit-animation: fadeBottomIn 0.7s ease both;
    -o-animation: fadeBottomIn 0.7s ease both;
    animation: fadeBottomIn 0.7s ease both;
  }
  @-webkit-keyframes fadeLeftIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-o-keyframes fadeLeftIn {
    to {
      opacity: 0.3;
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes fadeLeftIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes fadeRightIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-o-keyframes fadeRightIn {
    to {
      opacity: 0.3;
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes fadeRightIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes fadeTopIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-o-keyframes fadeTopIn {
    to {
      opacity: 0.3;
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes fadeTopIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-webkit-keyframes fadeBottomIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-o-keyframes fadeBottomIn {
    to {
      opacity: 0.3;
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes fadeBottomIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .effeckt-page-transition-left-fade-out {
    -webkit-animation: fadeLeftOut 0.7s ease both;
    -o-animation: fadeLeftOut 0.7s ease both;
    animation: fadeLeftOut 0.7s ease both;
  }
  .effeckt-page-transition-right-fade-out {
    -webkit-animation: fadeRightOut 0.7s ease both;
    -o-animation: fadeRightOut 0.7s ease both;
    animation: fadeRightOut 0.7s ease both;
  }
  .effeckt-page-transition-top-fade-out {
    -webkit-animation: fadeTopOut 0.7s ease both;
    -o-animation: fadeTopOut 0.7s ease both;
    animation: fadeTopOut 0.7s ease both;
  }
  .effeckt-page-transition-bottom-fade-out {
    -webkit-animation: fadeBottomOut 0.7s ease both;
    -o-animation: fadeBottomOut 0.7s ease both;
    animation: fadeBottomOut 0.7s ease both;
  }
  @-webkit-keyframes fadeLeftOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-o-keyframes fadeLeftOut {
    from {
      opacity: 0.3;
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes fadeLeftOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes fadeRightOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-o-keyframes fadeRightOut {
    from {
      opacity: 0.3;
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes fadeRightOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes fadeTopOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-o-keyframes fadeTopOut {
    from {
      opacity: 0.3;
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes fadeTopOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-webkit-keyframes fadeBottomOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-o-keyframes fadeBottomOut {
    from {
      opacity: 0.3;
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes fadeBottomOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .effeckt-page-transition-left-flip-in {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipInLeft 0.5s both ease-out;
    -o-animation: flipInLeft 0.5s both ease-out;
    animation: flipInLeft 0.5s both ease-out;
  }
  .effeckt-page-transition-right-flip-out {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipOutRight 0.5s both ease-in;
    -o-animation: flipOutRight 0.5s both ease-in;
    animation: flipOutRight 0.5s both ease-in;
  }
  @-webkit-keyframes flipInLeft {
    from {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(-90deg);
      transform: translateZ(-1000px) rotateY(-90deg);
    }
  }
  @-o-keyframes flipInLeft {
    from {
      opacity: 0.2;
      -o-transform: translateZ(-1000px) rotateY(-90deg);
      transform: translateZ(-1000px) rotateY(-90deg);
    }
  }
  @keyframes flipInLeft {
    from {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(-90deg);
      -ms-transform: translateZ(-1000px) rotateY(-90deg);
      -o-transform: translateZ(-1000px) rotateY(-90deg);
      transform: translateZ(-1000px) rotateY(-90deg);
    }
  }
  @-webkit-keyframes flipOutRight {
    to {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(90deg);
      transform: translateZ(-1000px) rotateY(90deg);
    }
  }
  @-o-keyframes flipOutRight {
    to {
      opacity: 0.2;
      -o-transform: translateZ(-1000px) rotateY(90deg);
      transform: translateZ(-1000px) rotateY(90deg);
    }
  }
  @keyframes flipOutRight {
    to {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(90deg);
      -ms-transform: translateZ(-1000px) rotateY(90deg);
      -o-transform: translateZ(-1000px) rotateY(90deg);
      transform: translateZ(-1000px) rotateY(90deg);
    }
  }
  .effeckt-page-transition-newspaper-out {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOutNewspaper 0.5s both ease-in;
    -o-animation: rotateOutNewspaper 0.5s both ease-in;
    animation: rotateOutNewspaper 0.5s both ease-in;
  }
  .effeckt-page-transition-newspaper-in {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateInNewspaper 0.5s both ease-out;
    -o-animation: rotateInNewspaper 0.5s both ease-out;
    animation: rotateInNewspaper 0.5s both ease-out;
  }
  @-webkit-keyframes rotateOutNewspaper {
    to {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(360deg);
      transform: translateZ(-3000px) rotateZ(360deg);
    }
  }
  @-o-keyframes rotateOutNewspaper {
    to {
      opacity: 1;
      -o-transform: translateZ(-3000px) rotateZ(360deg);
      transform: translateZ(-3000px) rotateZ(360deg);
    }
  }
  @keyframes rotateOutNewspaper {
    to {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(360deg);
      -ms-transform: translateZ(-3000px) rotateZ(360deg);
      -o-transform: translateZ(-3000px) rotateZ(360deg);
      transform: translateZ(-3000px) rotateZ(360deg);
    }
  }
  @-webkit-keyframes rotateInNewspaper {
    from {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
      transform: translateZ(-3000px) rotateZ(-360deg);
    }
  }
  @-o-keyframes rotateInNewspaper {
    from {
      opacity: 1;
      -o-transform: translateZ(-3000px) rotateZ(-360deg);
      transform: translateZ(-3000px) rotateZ(-360deg);
    }
  }
  @keyframes rotateInNewspaper {
    from {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
      -ms-transform: translateZ(-3000px) rotateZ(-360deg);
      -o-transform: translateZ(-3000px) rotateZ(-360deg);
      transform: translateZ(-3000px) rotateZ(-360deg);
    }
  }
  .effeckt-page-transition-left-rotate-push {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotatePushLeft 0.8s both ease;
    -o-animation: rotatePushLeft 0.8s both ease;
    animation: rotatePushLeft 0.8s both ease;
  }
  .effeckt-page-transition-right-rotate-push {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePushRight 0.8s both ease;
    -o-animation: rotatePushRight 0.8s both ease;
    animation: rotatePushRight 0.8s both ease;
  }
  .effeckt-page-transition-top-rotate-push {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotatePushTop 0.8s both ease;
    -o-animation: rotatePushTop 0.8s both ease;
    animation: rotatePushTop 0.8s both ease;
  }
  .effeckt-page-transition-bottom-rotate-push {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePushBottom 0.8s both ease;
    -o-animation: rotatePushBottom 0.8s both ease;
    animation: rotatePushBottom 0.8s both ease;
  }
  @-webkit-keyframes rotatePushLeft {
    to {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-o-keyframes rotatePushLeft {
    to {
      opacity: 0;
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @keyframes rotatePushLeft {
    to {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      -ms-transform: rotateY(90deg);
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-webkit-keyframes rotatePushRight {
    to {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-o-keyframes rotatePushRight {
    to {
      opacity: 0;
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @keyframes rotatePushRight {
    to {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      -ms-transform: rotateY(-90deg);
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-webkit-keyframes rotatePushTop {
    to {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-o-keyframes rotatePushTop {
    to {
      opacity: 0;
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @keyframes rotatePushTop {
    to {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      -ms-transform: rotateX(-90deg);
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-webkit-keyframes rotatePushBottom {
    to {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @-o-keyframes rotatePushBottom {
    to {
      opacity: 0;
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @keyframes rotatePushBottom {
    to {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  .effeckt-page-transition-left-rotate-pull {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotatePullLeft 0.5s both ease;
    -o-animation: rotatePullLeft 0.5s both ease;
    animation: rotatePullLeft 0.5s both ease;
  }
  .effeckt-page-transition-right-rotate-pull {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePullRight 0.5s both ease;
    -o-animation: rotatePullRight 0.5s both ease;
    animation: rotatePullRight 0.5s both ease;
  }
  .effeckt-page-transition-top-rotate-pull {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotatePullTop 0.5s both ease;
    -o-animation: rotatePullTop 0.5s both ease;
    animation: rotatePullTop 0.5s both ease;
  }
  .effeckt-page-transition-bottom-rotate-pull {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePullBottom 0.5s both ease;
    -o-animation: rotatePullBottom 0.5s both ease;
    animation: rotatePullBottom 0.5s both ease;
  }
  @-webkit-keyframes rotatePullLeft {
    from {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-o-keyframes rotatePullLeft {
    from {
      opacity: 0;
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @keyframes rotatePullLeft {
    from {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      -ms-transform: rotateY(90deg);
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-webkit-keyframes rotatePullRight {
    from {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-o-keyframes rotatePullRight {
    from {
      opacity: 0;
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @keyframes rotatePullRight {
    from {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      -ms-transform: rotateY(-90deg);
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-webkit-keyframes rotatePullTop {
    from {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-o-keyframes rotatePullTop {
    from {
      opacity: 0;
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @keyframes rotatePullTop {
    from {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      -ms-transform: rotateX(-90deg);
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-webkit-keyframes rotatePullBottom {
    from {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @-o-keyframes rotatePullBottom {
    from {
      opacity: 0;
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @keyframes rotatePullBottom {
    from {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  .effeckt-page-transition-left-rotate-fold {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateFoldLeft 0.7s both ease;
    -o-animation: rotateFoldLeft 0.7s both ease;
    animation: rotateFoldLeft 0.7s both ease;
  }
  .effeckt-page-transition-right-rotate-fold {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateFoldRight 0.7s both ease;
    -o-animation: rotateFoldRight 0.7s both ease;
    animation: rotateFoldRight 0.7s both ease;
  }
  .effeckt-page-transition-top-rotate-fold {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateFoldTop 0.7s both ease;
    -o-animation: rotateFoldTop 0.7s both ease;
    animation: rotateFoldTop 0.7s both ease;
  }
  .effeckt-page-transition-bottom-rotate-fold {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateFoldBottom 0.7s both ease;
    -o-animation: rotateFoldBottom 0.7s both ease;
    animation: rotateFoldBottom 0.7s both ease;
  }
  @-webkit-keyframes rotateFoldLeft {
    to {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
    }
  }
  @-o-keyframes rotateFoldLeft {
    to {
      opacity: 0;
      -o-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
    }
  }
  @keyframes rotateFoldLeft {
    to {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotateY(-90deg);
      -ms-transform: translateX(-100%) rotateY(-90deg);
      -o-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
    }
  }
  @-webkit-keyframes rotateFoldRight {
    to {
      opacity: 0;
      -webkit-transform: translateX(100%) rotateY(90deg);
      transform: translateX(100%) rotateY(90deg);
    }
  }
  @-o-keyframes rotateFoldRight {
    to {
      opacity: 0;
      -o-transform: translateX(100%) rotateY(90deg);
      transform: translateX(100%) rotateY(90deg);
    }
  }
  @keyframes rotateFoldRight {
    to {
      opacity: 0;
      -webkit-transform: translateX(100%) rotateY(90deg);
      -ms-transform: translateX(100%) rotateY(90deg);
      -o-transform: translateX(100%) rotateY(90deg);
      transform: translateX(100%) rotateY(90deg);
    }
  }
  @-webkit-keyframes rotateFoldTop {
    to {
      opacity: 0;
      -webkit-transform: translateY(-100%) rotateX(90deg);
      transform: translateY(-100%) rotateX(90deg);
    }
  }
  @-o-keyframes rotateFoldTop {
    to {
      opacity: 0;
      -o-transform: translateY(-100%) rotateX(90deg);
      transform: translateY(-100%) rotateX(90deg);
    }
  }
  @keyframes rotateFoldTop {
    to {
      opacity: 0;
      -webkit-transform: translateY(-100%) rotateX(90deg);
      -ms-transform: translateY(-100%) rotateX(90deg);
      -o-transform: translateY(-100%) rotateX(90deg);
      transform: translateY(-100%) rotateX(90deg);
    }
  }
  @-webkit-keyframes rotateFoldBottom {
    to {
      opacity: 0;
      -webkit-transform: translateY(100%) rotateX(-90deg);
      transform: translateY(100%) rotateX(-90deg);
    }
  }
  @-o-keyframes rotateFoldBottom {
    to {
      opacity: 0;
      -o-transform: translateY(100%) rotateX(-90deg);
      transform: translateY(100%) rotateX(-90deg);
    }
  }
  @keyframes rotateFoldBottom {
    to {
      opacity: 0;
      -webkit-transform: translateY(100%) rotateX(-90deg);
      -ms-transform: translateY(100%) rotateX(-90deg);
      -o-transform: translateY(100%) rotateX(-90deg);
      transform: translateY(100%) rotateX(-90deg);
    }
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .effeckt-page-transition {
    visibility: hidden;
  }
  .truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text-raw {
    white-space: pre-line;
    word-break: break-word;
  }
  .force-wrap {
    word-wrap: break-word;
  }
  .force-word-break {
    word-break: break-word;
  }
  .text-dark {
    color: #666;
  }
  .text-visa {
    color: #0033a0;
  }
  .text-mastercard {
    color: #c00;
  }
  .text-amex {
    color: #0072ce;
  }
  .text-diners-club {
    color: #069;
  }
  .text-warning-bright {
    color: #f0ad4e;
  }
  .text-success-bright {
    color: #5cb85c;
  }
  .text-danger-bright {
    color: #d9534f;
  }
  .box .alert-link {
    font-weight: 700;
  }
  .box-rounded {
    border-radius: 4px;
  }
  .box-bordered {
    border-style: solid;
    border-width: 1px;
  }
  .box-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .box-default .alert-link {
    color: #bfbfbf;
  }
  .box-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
  }
  .box-primary .alert-link {
    color: #1f496e;
  }
  .box-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .box-warning .alert-link {
    color: #b06d0f;
  }
  .box-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .box-danger .alert-link {
    color: #8b211e;
  }
  .box-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .box-success .alert-link {
    color: #2d672d;
  }
  .box-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .box-info .alert-link {
    color: #1f7e9a;
  }
  .box-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .box-error .alert-link {
    color: #ce8383;
  }
  .relative {
    position: relative;
  }
  .block {
    display: block;
  }
  .inline-block {
    display: inline-block;
  }
  .visible {
    visibility: visible;
  }
  .absolute-center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: auto;
    overflow: visible;
  }
  .absolute-vertical-center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    margin: auto;
    overflow: visible;
  }
  .absolute-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .absolute-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .hardware-accelerated {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .flex,
  .flex-center,
  .nav-flex,
  .nav-flex-tabs,
  .modal-flex,
  .modal-flex .modal-dialog,
  .modal-flex .modal-content,
  .modal-flex .modal-body,
  .modal-flex .modal-body-content,
  .form-flex .form-group,
  .form-flex .form-group-radio,
  .form-flex .form-group-submit,
  .form-flex .form-group-submit .form-group-submit-buttons,
  .radio-flex,
  .settings-modal form .btn-group,
  .settings-modal .subscription-settings .subscription-summary,
  .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item,
  .settings-modal .subscription-settings .subscription-change-buttons,
  .settings-modal .tab-pane-help .legends,
  .nav-flex-tabs .dropdown-toggle,
  .settings-modal form .btn-group > .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flex-space-around,
  .settings-modal .tab-pane-help .legends {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .flex-space-between,
  .settings-modal .subscription-settings .subscription-summary {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-align-self-center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .flex-align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .flex-align-items-center,
  .flex-center,
  .form-flex .form-group-submit,
  .radio-flex,
  .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item,
  .nav-flex-tabs .dropdown-toggle,
  .settings-modal form .btn-group > .btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
  }
  .flex-justify-content-center,
  .flex-center,
  .nav-flex-tabs .dropdown-toggle,
  .settings-modal form .btn-group > .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .flex-grow-1,
  .settings-modal .nav-flex,
  .settings-modal .tab-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .flex-shrink-0,
  .nav-flex > nav,
  .form-flex .form-group-submit .form-group-submit-buttons,
  .radio-flex input[type="radio"] {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .flex-direction-row,
  .form-flex .form-group-submit {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-direction-column,
  .form-flex .form-group {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn,
  button.close,
  button.close:hover,
  button.pane-resize,
  button.pane-resize:hover,
  .leaflet-popup-close-button,
  .leaflet-popup-close-button:hover {
    cursor: default;
  }
  .btn-link {
    cursor: pointer;
  }
  .btn-zoom-hover,
  button.close,
  .leaflet-popup-close-button {
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
  }
  .btn-zoom-hover:hover,
  button.close:hover,
  .leaflet-popup-close-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .btn-zoom-hover.active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .btn-wrap {
    white-space: normal;
  }
  .btn-icon {
    padding: 4px 8px;
  }
  .btn-flat-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    border-radius: 0;
  }
  .btn-flat-icon:hover {
    background-color: transparent;
  }
  .btn-flat-icon:active,
  .btn-flat-icon.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-plain {
    border-color: transparent;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
  .btn-plain:active,
  .btn-plain.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-plain-brand {
    color: #3760c3;
    border-radius: 4px;
  }
  .btn-plain-brand:hover,
  .btn-plain-brand:focus,
  .btn-plain-brand:active,
  .btn-plain-brand.active {
    color: #2c4c9b;
  }
  .btn-plain-brand.active {
    background-color: #049cdb;
    color: #fff;
  }
  .btn-busy .btn-busy-content,
  .btn-busy .btn-busy-inline-block-content {
    display: none;
  }
  .btn-busy.busy > * {
    display: none;
  }
  .btn-busy.busy .btn-busy-content {
    display: inline;
  }
  .btn-busy.busy .btn-busy-inline-block-content {
    display: inline-block;
  }
  .btn-circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
  }
  .btn-circle:hover,
  .btn-circle.btn-circle-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .btn-circle.btn-circle-active,
  .btn-circle.btn-circle-highlight {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-circle-md {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .btn-circle-sm {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  .btn-circle-lg {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .btn-pill {
    border-radius: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
  }
  .btn-pill:hover,
  .btn-pill.btn-pill-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .btn-pill.btn-pill-active,
  .btn-pill.btn-pill-highlight {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-pill-left {
    height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-right: 6px;
  }
  .btn-pill-left-md {
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .btn-pill-right {
    height: 60px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    padding-left: 6px;
  }
  .btn-pill-right-md {
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .btn.btn-circle-active,
  .btn.btn-circle-highlight,
  .btn.btn-pill-active,
  .btn.btn-pill-highlight {
    border-color: transparent;
    background-color: #049cdb;
    color: #fff;
  }
  [data-toggle="buttons"] .btn > input[type="radio"],
  [data-toggle="buttons"] .btn > input[type="checkbox"] {
    display: none;
  }
  .leaflet-cluster-anim .camera-map-icon {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-in;
    transition: transform 0.2s ease-out, opacity 0.2s ease-in;
  }
  .leaflet-control-button {
    border: 1px solid #888;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    text-decoration: none;
  }
  .leaflet-control-button .leaflet-control-button-icon {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    line-height: normal;
    color: #000;
  }
  .leaflet-control-button .leaflet-control-button-icon > i {
    vertical-align: middle;
    line-height: 24px;
  }
  .leaflet-control-button:hover .leaflet-control-button-icon {
    background-color: #fff;
    color: #777;
  }
  .leaflet-touch .leaflet-top .leaflet-control-button {
    margin: 0;
    padding-top: 10px;
  }
  .leaflet-touch .leaflet-bottom .leaflet-control-button {
    margin: 0;
    padding-bottom: 10px;
  }
  .leaflet-touch .leaflet-left .leaflet-control-button {
    margin: 0;
    padding-left: 10px;
  }
  .leaflet-touch .leaflet-right .leaflet-control-button {
    margin: 0;
    padding-right: 10px;
  }
  .leaflet-touch .leaflet-control-button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .leaflet-touch .leaflet-control-button .leaflet-control-button-content {
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .leaflet-touch .leaflet-control-button .leaflet-control-button-icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    font-size: 24px;
    line-height: 35px;
  }
  .leaflet-touch .leaflet-control-button:hover .leaflet-control-button-icon {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  .leaflet-control-button.active .leaflet-control-button-icon,
  .leaflet-control-button.active .leaflet-control-button-icon:hover {
    color: #049cdb;
  }
  .leaflet-container a.leaflet-active {
    outline: 0;
  }
  .leaflet-control-flush {
    border: 1px solid #888;
    padding: 2px 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    background-clip: padding-box;
    color: #777;
  }
  .leaflet-control-flush-lg {
    padding: 8px;
  }
  .leaflet-control-flush-wide {
    width: 100%;
  }
  .leaflet-bottom:not(.leaflet-left):not(.leaflet-right) .leaflet-control-flush {
    width: 100%;
  }
  .leaflet-left {
    right: 0;
  }
  .leaflet-bottom .leaflet-control-flush,
  .leaflet-left .leaflet-control-flush,
  .leaflet-top.leaflet-left .leaflet-control-flush,
  .leaflet-top.leaflet-right .leaflet-control-flush {
    margin: 0;
  }
  .leaflet-bottom.leaflet-left .leaflet-control-flush {
    border-top-right-radius: 5px;
    border-bottom: 0;
    border-left: 0;
  }
  .leaflet-bottom.leaflet-right .leaflet-control-flush {
    border-top-left-radius: 5px;
    border-bottom: 0;
    border-right: 0;
  }
  .leaflet-top.leaflet-left .leaflet-control-flush {
    border-bottom-right-radius: 5px;
    border-top: 0;
    border-left: 0;
  }
  .leaflet-top.leaflet-right .leaflet-control-flush {
    border-bottom-left-radius: 5px;
    border-top: 0;
    border-right: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-left .leaflet-control-flush {
    border-top-right-radius: 10px;
    border-left: 0;
    border-bottom: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-right .leaflet-control-flush {
    border-top-left-radius: 10px;
    border-right: 0;
    border-bottom: 0;
  }
  .leaflet-touch .leaflet-top.leaflet-left .leaflet-control-flush {
    border-bottom-right-radius: 10px;
    border-left: 0;
    border-top: 0;
  }
  .leaflet-touch .leaflet-top.leaflet-right .leaflet-control-flush {
    border-bottom-left-radius: 10px;
    border-left: 0;
    border-top: 0;
  }
  .leaflet-top.leaflet-left .leaflet-control-flush-wide {
    border-bottom-right-radius: 0;
  }
  .leaflet-top.leaflet-right .leaflet-control-flush-wide {
    border-bottom-left-radius: 0;
  }
  .leaflet-bottom.leaflet-left .leaflet-control-flush-wide {
    border-top-right-radius: 0;
  }
  .leaflet-bottom.leaflet-right .leaflet-control-flush-wide {
    border-top-left-radius: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-left .leaflet-control-flush-wide,
  .leaflet-touch .leaflet-top.leaflet-left .leaflet-control-flush-wide {
    border-right-width: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-right .leaflet-control-flush-wide,
  .leaflet-touch .leaflet-top.leaflet-right .leaflet-control-flush-wide {
    border-left-width: 0;
  }
  .map-legend-speeds,
  .map-legend-incidents,
  .map-legend-timestamp,
  .map-legend-brand {
    float: left;
    text-align: center;
  }
  .map-legend-incidents {
    margin-left: 8px;
  }
  .map-legend-speeds-group {
    display: inline-block;
  }
  .map-legend-speed-title,
  .map-legend-incident-title {
    padding: 0;
    font-weight: 700;
  }
  .map-legend-speed-caption-fast {
    float: left;
    padding: 0;
  }
  .map-legend-speed-caption-slow {
    float: right;
    padding: 0;
  }
  .map-legend-incident-group {
    display: inline-block;
    text-align: center;
  }
  .map-legend-incident-group .minor-incident-icon,
  .map-legend-incident-group .moderate-incident-icon,
  .map-legend-incident-group .severe-incident-icon {
    display: inline-block;
    border-color: #777;
  }
  .map-legend-moderate-incident-group {
    margin: 0 8px;
  }
  .map-legend-incident-caption-minor,
  .map-legend-incident-caption-moderate,
  .map-legend-incident-caption-severe {
    display: block;
  }
  .map-legend-speed-gradient {
    width: 120px;
    height: 18px;
    border: solid 1px #777;
    border-radius: 2px;
    background: -moz-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, #00c800),
      color-stop(50%, #ff0),
      color-stop(100%, #c80000)
    );
    background: -webkit-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: -o-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: -ms-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: linear-gradient(to right, #00c800 0, #ff0 50%, #c80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c800', endColorstr='#c80000', GradientType=1);
    background-repeat: no-repeat;
  }
  .map-legend-footer {
    font-weight: 700;
  }
  .leaflet-popup-left .leaflet-popup-tip-container {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
  }
  .leaflet-popup-left .leaflet-popup-tip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto -10px;
  }
  .leaflet-popup-right .leaflet-popup-tip-container {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
  }
  .leaflet-popup-right .leaflet-popup-tip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 4px;
  }
  .leaflet-popup-bottom .leaflet-popup-tip-container {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
  }
  .leaflet-popup-bottom .leaflet-popup-tip {
    position: absolute;
    left: 0;
    right: 0;
    margin: 3px auto 0;
  }
  .messages {
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .messages .list > li {
    position: relative;
    padding: 0;
    background-color: #fff;
    font-size: 0;
  }
  .messages .list > li:last-child {
    border-bottom: 0;
  }
  .messages .btn {
    cursor: auto;
    white-space: normal;
  }
  .messages .btn-message {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 12px;
    text-align: left;
  }
  .messages .btn-message-block {
    width: 100%;
  }
  .messages .message-btn-group {
    width: 100%;
  }
  .messages .text-message {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
  .messages .btn-message-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    padding: 12px;
  }
  .messages .close {
    position: absolute;
    top: 6px;
    right: 10px;
  }
  .messages .dismissible-message .btn-message,
  .messages .dismissible-message .text-message {
    width: calc(100% - 43px);
  }
  .messages .btn-default:hover,
  .messages .btn-default:focus,
  .messages .btn-default:active,
  .messages .btn-default.active,
  .open .dropdown-toggle.messages .btn-default {
    border-color: #ccc;
  }
  .messages .btn-primary:hover,
  .messages .btn-primary:focus,
  .messages .btn-primary:active,
  .messages .btn-primary.active,
  .open .dropdown-toggle.messages .btn-primary {
    border-color: #357ebd;
  }
  .messages .btn-warning:hover,
  .messages .btn-warning:focus,
  .messages .btn-warning:active,
  .messages .btn-warning.active,
  .open .dropdown-toggle.messages .btn-warning {
    border-color: #eea236;
  }
  .messages .btn-danger:hover,
  .messages .btn-danger:focus,
  .messages .btn-danger:active,
  .messages .btn-danger.active,
  .open .dropdown-toggle.messages .btn-danger {
    border-color: #d43f3a;
  }
  .messages .btn-success:hover,
  .messages .btn-success:focus,
  .messages .btn-success:active,
  .messages .btn-success.active,
  .open .dropdown-toggle.messages .btn-success {
    border-color: #4cae4c;
  }
  .messages .btn-info:hover,
  .messages .btn-info:focus,
  .messages .btn-info:active,
  .messages .btn-info.active,
  .open .dropdown-toggle.messages .btn-info {
    border-color: #46b8da;
  }
  .sheets-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    height: 43px;
    background-color: #3760c3;
    color: #fff;
  }
  .sheets-header .title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
  }
  .sheets-header .sm-title {
    font-size: 1em;
  }
  .sheets-header .sheets-header-btn {
    overflow: hidden;
    width: 43px;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    float: none;
  }
  .sheets-header .close {
    font-size: 26px;
    padding-bottom: 4px;
  }
  .sheets-header .back {
    font-size: 19px;
    padding-top: 3px;
  }
  .sheets .sheets-header .back {
    -webkit-transition: width 300ms ease, opacity 300ms ease;
    transition: width 300ms ease, opacity 300ms ease;
    width: 0;
    opacity: 0;
  }
  .sheets .sheets-header .title {
    -webkit-transition: padding 300ms ease;
    transition: padding 300ms ease;
    padding-left: 14px;
  }
  .sheets.has-many-sheets .sheets-header .back {
    width: 43px;
    opacity: 1;
  }
  .sheets.has-many-sheets .sheets-header .title {
    padding-left: 0;
  }
  .sheet {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  .sheet.active {
    z-index: 1;
  }
  .show-on-no-sheets {
    display: none;
  }
  .has-no-sheets .show-on-no-sheets {
    display: block;
  }
  .pane {
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1004;
    display: none;
  }
  .pane.show {
    display: block;
  }
  .pane-header .pane-resizer[disabled],
  .pane-header .pane-resizer.disabled {
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  .pane-header .pane-resizer-down {
    padding-top: 2px;
  }
  .pane-header .pane-resizer-up {
    padding-top: 4px;
  }
  .pane-title {
    margin: 0;
  }
  .pane-body {
    position: relative;
  }
  .nav-flex {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-flex-tabs {
    border-bottom: solid 1px #ddd;
  }
  .nav-flex-tabs .open > a,
  .nav-flex-tabs .open > a:hover,
  .nav-flex-tabs .open > a:focus {
    z-index: 1001;
    border-color: transparent;
  }
  .nav-flex-tabs .dropdown .caret {
    margin-left: 0.3em;
  }
  .nav-flex-tabs .dropdown-menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 100%;
    margin: 0 0 0 -1px;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-color: #ddd;
    background-color: #eee;
  }
  .nav-flex-tabs .dropdown-menu > li > a {
    padding: 0.6em 1.2em;
  }
  .nav-flex-tabs > li {
    border-right: solid 1px #ddd;
  }
  .nav-flex-tabs > li > a,
  .nav-flex-tabs > li > span {
    height: 100%;
    padding: 1.2em 0;
    border-bottom: solid 3px transparent;
    text-align: center;
  }
  .nav-flex-tabs > li:last-child {
    border-right: 0;
  }
  .nav-flex-tabs > li.active > a {
    color: #555;
    border-bottom-color: #428bca;
  }
  .nav-flex-tabs > li > span {
    position: relative;
    display: block;
    padding: 0.6em 1.2em;
  }
  .modal-dialog {
    padding: 10px 0;
  }
  .modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #3760c3;
    color: #fff;
  }
  @media (max-width: 320px) {
    .modal-content {
      border-radius: 0;
    }
    .modal-header {
      border-radius: 0;
    }
  }
  .modal-header {
    position: relative;
  }
  .modal-header .close {
    float: none;
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    margin-top: 0;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .modal-fill .modal-dialog {
    height: 100%;
  }
  .modal-fill .modal-content {
    height: 100%;
  }
  .modal-fill .modal-body {
    height: calc(100% - 59px);
    overflow-y: hidden;
  }
  .modal-body.sheets {
    overflow-x: hidden;
  }
  .modal-full .modal-dialog {
    width: 100%;
    padding: 0;
  }
  .modal-full .modal-content {
    border-width: 0;
    border-radius: 0;
  }
  .modal-full .modal-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  @media (min-width: 500px) {
    .modal-full .modal-dialog {
      padding: 10px;
    }
    .modal-full .modal-content {
      border-width: 1px;
      border-radius: 6px;
    }
    .modal-full .modal-header {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
    }
  }
  .modal-flex {
    position: absolute;
    overflow: auto;
    overflow-y: auto;
    background-color: #fff;
  }
  .modal-flex .modal-dialog {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .modal-flex .modal-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .modal-flex .modal-header {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 0;
  }
  .modal-flex .modal-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    height: calc(100% - 59px);
    background-color: #fff;
  }
  .modal-flex .modal-body-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .form-flex .form-group,
  .form-flex .form-group-radio,
  .form-flex .form-group-submit {
    margin-bottom: 1em;
  }
  .form-flex .text-group {
    margin-bottom: 1em;
  }
  .form-flex .form-group-radio .radio-flex + .radio-flex {
    margin-left: 2em;
  }
  .form-flex .form-group-submit {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .form-flex .form-group-submit .btn {
    margin-left: 1em;
  }
  .radio-flex {
    margin: 0;
    font-weight: 400;
  }
  .radio-flex input[type="radio"] {
    margin: 0 0.5em 0 0;
  }
  .list-section-header,
  .list > li.list-section-header,
  .list > .list-item.list-section-header {
    background-color: #e6e6e6;
    font-weight: 700;
  }
  .list {
    margin: 0;
  }
  .list > li,
  .list > .list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0.3em 0;
    background-color: #fff;
  }
  .list > li .list-item-icon,
  .list > .list-item .list-item-icon {
    padding-left: 0.5em;
    line-height: 1;
  }
  .list > li .list-item-arrow,
  .list > .list-item .list-item-arrow {
    padding: 0 0.5em;
    line-height: 1;
  }
  .list > li .list-item-content,
  .list > .list-item .list-item-content {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 0;
    padding: 0 0.5em;
  }
  .list > li.list-loader {
    padding: 0;
    text-align: center;
  }
  .list > li.list-loader > button {
    color: #428bca;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 54px;
    padding: 16px 0.7em;
  }
  .list > li.list-loader > button,
  .list > li.list-loader > button:active,
  .list > li.list-loader > button[disabled],
  fieldset[disabled] .list > li.list-loader > button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .list > li.list-loader > button,
  .list > li.list-loader > button:hover,
  .list > li.list-loader > button:focus,
  .list > li.list-loader > button:active {
    border-color: transparent;
  }
  .list > li.list-loader > button:hover,
  .list > li.list-loader > button:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
  }
  .list > li.list-loader > button[disabled]:hover,
  fieldset[disabled] .list > li.list-loader > button:hover,
  .list > li.list-loader > button[disabled]:focus,
  fieldset[disabled] .list > li.list-loader > button:focus {
    color: #999;
    text-decoration: none;
  }
  .supports-touch .list > li,
  .supports-touch .list > .list-item {
    min-height: 40px;
  }
  .list-striped > li:nth-child(odd),
  .list-striped > .list-item:nth-child(odd) {
    background-color: #edf5ff;
  }
  .list-striped > li.list-section-header,
  .list-striped > .list-item.list-section-header {
    background-color: #e6e6e6;
  }
  .list-reverse-striped > li:nth-child(odd),
  .list-reverse-striped > .list-item:nth-child(odd) {
    background-color: #fff;
  }
  .list-reverse-striped > li:nth-child(even),
  .list-reverse-striped > .list-item:nth-child(even) {
    background-color: #edf5ff;
  }
  .list > li.closest,
  .list > .list-item.closest,
  .list > li:nth-child(odd).closest,
  .list > .list-item:nth-child(odd).closest {
    background-color: #ffe276;
    border: dashed 1px #000;
    border-left: 0;
    border-right: 0;
  }
  .list > li.highlight,
  .list > .list-item.highlight,
  .list > li:nth-child(odd).highlight,
  .list > .list-item:nth-child(odd).highlight {
    background-color: #049cdb;
    color: #fff;
    border-color: #fff;
  }
  .list > li.highlight .text-muted,
  .list > .list-item.highlight .text-muted,
  .list > li:nth-child(odd).highlight .text-muted,
  .list > .list-item:nth-child(odd).highlight .text-muted,
  .list > li.highlight .text-dark,
  .list > .list-item.highlight .text-dark,
  .list > li:nth-child(odd).highlight .text-dark,
  .list > .list-item:nth-child(odd).highlight .text-dark {
    color: #fff;
  }
  .list-flush > li,
  .list-flush .list-item {
    padding: 0;
  }
  .error-list {
    margin: 0;
    border: solid 1px #ebccd1;
    color: #b94a48;
    background-color: #f2dede;
  }
  .error-list > li {
    padding: 0.1em 0.7em;
  }
  .list-grid:before,
  .list-grid:after {
    content: " ";
    display: table;
  }
  .list-grid:after {
    clear: both;
  }
  .list-grid:before,
  .list-grid:after {
    content: " ";
    display: table;
  }
  .list-grid:after {
    clear: both;
  }
  .list-grid > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .absolute-center.loading {
    font-size: 32px;
    width: 32px;
    height: 32px;
    overflow: visible;
  }
  .empty {
    width: 60%;
    text-align: center;
    font-weight: 700;
  }
  .minor-incident-icon,
  .moderate-incident-icon,
  .severe-incident-icon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: solid 1px #000;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .minor-incident-icon {
    background-color: #ff0;
  }
  .moderate-incident-icon {
    background-color: orange;
  }
  .severe-incident-icon {
    background-color: red;
  }
  .incident-location {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 15px;
  }
  .incident-time:first-letter {
    text-transform: capitalize;
  }
  .box-route {
    padding: 8px;
    border-bottom: solid 1px transparent;
    color: #000;
  }
  .box-route .route-buttons {
    float: left;
    width: 50px;
  }
  .box-route .route-text {
    float: left;
    width: calc(100% - 50px - 30px);
  }
  .box-route .route-edit {
    float: left;
    width: 30px;
    text-align: right;
  }
  .box-route .btn-route-name {
    padding: 0;
    color: #000;
    white-space: normal;
    text-align: left;
    font-weight: 700;
  }
  .box-route .icon-notification {
    position: relative;
    left: 1px;
  }
  .box-route .btn-circle-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 17.49px;
    margin-bottom: 8px;
  }
  .box-route .btn-delete {
    margin-bottom: 0;
  }
  .box-route .popover-group {
    display: inline-block;
  }
  .box-route .popover {
    max-width: 226px;
    margin-bottom: 30px;
    color: #000;
  }
  .box-route .popover strong {
    margin-bottom: 9px;
  }
  .box-route .popover .error-list {
    margin-top: 9px;
    border-radius: 4px;
  }
  .supports-touch .box-route .route-buttons {
    width: 60px;
  }
  .supports-touch .box-route .route-text {
    width: calc(100% - 60px - 40px);
  }
  .supports-touch .box-route .route-edit {
    width: 40px;
  }
  .supports-touch .box-route .box-route .btn-circle-icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }
  .supports-touch .box-route .btn-edit-route {
    width: 100%;
    height: 40px;
    padding-bottom: 28px;
    text-align: right;
  }
  .supports-touch .box-route .popover {
    max-width: 216px;
  }
  .box-route.time-pct-nan {
    background-color: #888;
    border-color: #7b7b7b;
  }
  .box-route.time-pct-0 {
    background-color: silver;
    border-color: #b3b3b3;
  }
  .box-route.time-pct-1 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-2 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-3 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-4 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-5 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-6 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-7 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-8 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-9 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-10 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-11 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-12 {
    background-color: #c80100;
    border-color: #af0100;
  }
  .box-route.time-pct-13 {
    background-color: #c80200;
    border-color: #af0200;
  }
  .box-route.time-pct-14 {
    background-color: #c90400;
    border-color: #b00300;
  }
  .box-route.time-pct-15 {
    background-color: #c90500;
    border-color: #b00400;
  }
  .box-route.time-pct-16 {
    background-color: #c90700;
    border-color: #b00600;
  }
  .box-route.time-pct-17 {
    background-color: #ca0900;
    border-color: #b10800;
  }
  .box-route.time-pct-18 {
    background-color: #ca0c00;
    border-color: #b10a00;
  }
  .box-route.time-pct-19 {
    background-color: #cb0e00;
    border-color: #b20c00;
  }
  .box-route.time-pct-20 {
    background-color: #cb1100;
    border-color: #b20f00;
  }
  .box-route.time-pct-21 {
    background-color: #cc1400;
    border-color: #b31200;
  }
  .box-route.time-pct-22 {
    background-color: #cd1800;
    border-color: #b41500;
  }
  .box-route.time-pct-23 {
    background-color: #ce1b00;
    border-color: #b51800;
  }
  .box-route.time-pct-24 {
    background-color: #ce1f00;
    border-color: #b51b00;
  }
  .box-route.time-pct-25 {
    background-color: #cf2300;
    border-color: #b61f00;
  }
  .box-route.time-pct-26 {
    background-color: #d02700;
    border-color: #b72200;
  }
  .box-route.time-pct-27 {
    background-color: #d12c00;
    border-color: #b82700;
  }
  .box-route.time-pct-28 {
    background-color: #d23100;
    border-color: #b92b00;
  }
  .box-route.time-pct-29 {
    background-color: #d33600;
    border-color: #ba2f00;
  }
  .box-route.time-pct-30 {
    background-color: #d43b00;
    border-color: #bb3400;
  }
  .box-route.time-pct-31 {
    background-color: #d54000;
    border-color: #bc3800;
  }
  .box-route.time-pct-32 {
    background-color: #d74600;
    border-color: #be3e00;
  }
  .box-route.time-pct-33 {
    background-color: #d84c00;
    border-color: #bf4300;
  }
  .box-route.time-pct-34 {
    background-color: #d95200;
    border-color: #c04800;
  }
  .box-route.time-pct-35 {
    background-color: #db5900;
    border-color: #c24f00;
  }
  .box-route.time-pct-36 {
    background-color: #dc5f00;
    border-color: #c35400;
  }
  .box-route.time-pct-37 {
    background-color: #de6600;
    border-color: #c55a00;
  }
  .box-route.time-pct-38 {
    background-color: #df6d00;
    border-color: #c66100;
  }
  .box-route.time-pct-39 {
    background-color: #e17500;
    border-color: #c86800;
  }
  .box-route.time-pct-40 {
    background-color: #e27c00;
    border-color: #c96e00;
  }
  .box-route.time-pct-41 {
    background-color: #e48400;
    border-color: #cb7500;
  }
  .box-route.time-pct-42 {
    background-color: #e68c00;
    border-color: #cd7c00;
  }
  .box-route.time-pct-43 {
    background-color: #e89500;
    border-color: #cf8500;
  }
  .box-route.time-pct-44 {
    background-color: #e99d00;
    border-color: #d08c00;
  }
  .box-route.time-pct-45 {
    background-color: #eba600;
    border-color: #d29400;
  }
  .box-route.time-pct-46 {
    background-color: #edaf00;
    border-color: #d49c00;
  }
  .box-route.time-pct-47 {
    background-color: #efb900;
    border-color: #d6a500;
  }
  .box-route.time-pct-48 {
    background-color: #f1c200;
    border-color: #d8ad00;
  }
  .box-route.time-pct-49 {
    background-color: #f4cc00;
    border-color: #dbb700;
  }
  .box-route.time-pct-50 {
    background-color: #f6d600;
    border-color: #ddc000;
  }
  .box-route.time-pct-51 {
    background-color: #f8e000;
    border-color: #dfc900;
  }
  .box-route.time-pct-52 {
    background-color: #faeb00;
    border-color: #e1d300;
  }
  .box-route.time-pct-53 {
    background-color: #fdf600;
    border-color: #e4dd00;
  }
  .box-route.time-pct-54 {
    background-color: #ff0;
    border-color: #e5e600;
  }
  .box-route.time-pct-55 {
    background-color: #ff0;
    border-color: #e5e600;
  }
  .box-route.time-pct-56 {
    background-color: #fefe00;
    border-color: #e4e500;
  }
  .box-route.time-pct-57 {
    background-color: #fefe00;
    border-color: #e4e500;
  }
  .box-route.time-pct-58 {
    background-color: #fdfe00;
    border-color: #e4e500;
  }
  .box-route.time-pct-59 {
    background-color: #fcfe00;
    border-color: #e3e500;
  }
  .box-route.time-pct-60 {
    background-color: #fafd00;
    border-color: #e1e400;
  }
  .box-route.time-pct-61 {
    background-color: #f9fd00;
    border-color: #e0e400;
  }
  .box-route.time-pct-62 {
    background-color: #f7fd00;
    border-color: #dee400;
  }
  .box-route.time-pct-63 {
    background-color: #f5fc00;
    border-color: #dce300;
  }
  .box-route.time-pct-64 {
    background-color: #f3fc00;
    border-color: #dae300;
  }
  .box-route.time-pct-65 {
    background-color: #f0fb00;
    border-color: #d8e200;
  }
  .box-route.time-pct-66 {
    background-color: #edfb00;
    border-color: #d5e200;
  }
  .box-route.time-pct-67 {
    background-color: #eafa00;
    border-color: #d2e100;
  }
  .box-route.time-pct-68 {
    background-color: #e7f900;
    border-color: #cfe000;
  }
  .box-route.time-pct-69 {
    background-color: #e3f800;
    border-color: #ccdf00;
  }
  .box-route.time-pct-70 {
    background-color: #e0f800;
    border-color: #c9df00;
  }
  .box-route.time-pct-71 {
    background-color: #dcf700;
    border-color: #c5de00;
  }
  .box-route.time-pct-72 {
    background-color: #d7f600;
    border-color: #c1dd00;
  }
  .box-route.time-pct-73 {
    background-color: #d3f500;
    border-color: #bddc00;
  }
  .box-route.time-pct-74 {
    background-color: #cef400;
    border-color: #b8db00;
  }
  .box-route.time-pct-75 {
    background-color: #c9f300;
    border-color: #b4da00;
  }
  .box-route.time-pct-76 {
    background-color: #c4f200;
    border-color: #afd900;
  }
  .box-route.time-pct-77 {
    background-color: #bff100;
    border-color: #abd800;
  }
  .box-route.time-pct-78 {
    background-color: #b9ef00;
    border-color: #a5d600;
  }
  .box-route.time-pct-79 {
    background-color: #b3ee00;
    border-color: #a0d500;
  }
  .box-route.time-pct-80 {
    background-color: #aded00;
    border-color: #9ad400;
  }
  .box-route.time-pct-81 {
    background-color: #a6eb00;
    border-color: #94d200;
  }
  .box-route.time-pct-82 {
    background-color: #a0ea00;
    border-color: #8fd100;
  }
  .box-route.time-pct-83 {
    background-color: #99e900;
    border-color: #88d000;
  }
  .box-route.time-pct-84 {
    background-color: #92e700;
    border-color: #82ce00;
  }
  .box-route.time-pct-85 {
    background-color: #8ae500;
    border-color: #7bcc00;
  }
  .box-route.time-pct-86 {
    background-color: #83e400;
    border-color: #74cb00;
  }
  .box-route.time-pct-87 {
    background-color: #7be200;
    border-color: #6dc900;
  }
  .box-route.time-pct-88 {
    background-color: #73e000;
    border-color: #66c700;
  }
  .box-route.time-pct-89 {
    background-color: #6ade00;
    border-color: #5ec500;
  }
  .box-route.time-pct-90 {
    background-color: #62dd00;
    border-color: #57c400;
  }
  .box-route.time-pct-91 {
    background-color: #59db00;
    border-color: #4fc200;
  }
  .box-route.time-pct-92 {
    background-color: #50d900;
    border-color: #47c000;
  }
  .box-route.time-pct-93 {
    background-color: #47d700;
    border-color: #3fbe00;
  }
  .box-route.time-pct-94 {
    background-color: #3dd500;
    border-color: #36bc00;
  }
  .box-route.time-pct-95 {
    background-color: #33d300;
    border-color: #2dba00;
  }
  .box-route.time-pct-96 {
    background-color: #29d100;
    border-color: #24b800;
  }
  .box-route.time-pct-97 {
    background-color: #1fce00;
    border-color: #1bb500;
  }
  .box-route.time-pct-98 {
    background-color: #15cc00;
    border-color: #12b300;
  }
  .box-route.time-pct-99 {
    background-color: #0aca00;
    border-color: #09b100;
  }
  .box-route.time-pct-100 {
    background-color: #00c800;
    border-color: #00af00;
  }
  .route-details .route-header .box-route,
  .route-details .route-buttons {
    margin-bottom: 8px;
  }
  .route-details .route-header .box-route {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 0;
    padding: 8px;
  }
  .route-details .route-header .box-route small {
    font-weight: 700;
    color: inherit;
    line-height: 1.5;
  }
  .route-details .route-header .route-name {
    font-weight: 700;
  }
  .route-details .route-header .segment-time {
    min-width: 100px;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
  }
  .route-details .route-header .segment-distance {
    margin-top: 2px;
    font-size: 14px;
  }
  .route-details .route-header small + .segment-distance {
    margin-top: 0;
  }
  .route-details .box-route-content {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 0;
  }
  .route-details .box-route-sidebar {
    margin-left: 8px;
  }
  .route-details .route-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .route-details .route-buttons > .btn {
    padding: 6px 12px;
    font-size: 16px;
  }
  .route-details .route-buttons .icon-notifications,
  .route-details .route-buttons .icon-map-o {
    position: relative;
    top: 1px;
  }
  .route-details .route-buttons .popover {
    max-width: 180px;
  }
  .route-details .route-buttons .popover .error-list {
    margin-top: 10px;
  }
  .route-details .route-roads .box-route {
    padding-right: 0;
    border-top-width: 1px;
    border-top-style: solid;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5),
      1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5),
      -1px -1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .route-details .route-roads .box-route.time-pct-nan {
    border-color: #b3b3b3;
    background-color: #e6e6e6;
  }
  .route-details .segment-road {
    padding-right: 8px;
  }
  .route-details .segment-time {
    width: calc(1.714em + 2.25em + 1.714em);
    text-align: center;
  }
  .route-details .road-header {
    position: static;
    background-color: #e6e6e6;
  }
  .route-details .header-mph {
    padding: 0 14px;
  }
  .route-details .header-hov {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 7px;
    padding: 0 4px;
    line-height: 1;
  }
  .route-details .header-hov > svg {
    max-height: 13px;
  }
  .route-details .route-buttons .extra {
    display: none;
  }
  @media (min-width: 540px) {
    .route-details .route-buttons .extra {
      display: inline;
    }
  }
  @media (min-width: 600px) and (min-height: 600px), (min-width: 768px) {
    .route-details .route-buttons .extra {
      display: none;
    }
  }
  .route-time-distance i {
    display: inline-block;
    width: 1em;
    text-align: center;
  }
  .speed-pct-0 {
    background-color: silver;
  }
  .speed-pct-1 {
    background-color: #c80000;
  }
  .speed-pct-2 {
    background-color: #c80000;
  }
  .speed-pct-3 {
    background-color: #c80000;
  }
  .speed-pct-4 {
    background-color: #c80000;
  }
  .speed-pct-5 {
    background-color: #c80000;
  }
  .speed-pct-6 {
    background-color: #c80000;
  }
  .speed-pct-7 {
    background-color: #c80000;
  }
  .speed-pct-8 {
    background-color: #c80000;
  }
  .speed-pct-9 {
    background-color: #c80000;
  }
  .speed-pct-10 {
    background-color: #c80000;
  }
  .speed-pct-11 {
    background-color: #c80000;
  }
  .speed-pct-12 {
    background-color: #c80100;
  }
  .speed-pct-13 {
    background-color: #c80200;
  }
  .speed-pct-14 {
    background-color: #c90400;
  }
  .speed-pct-15 {
    background-color: #c90500;
  }
  .speed-pct-16 {
    background-color: #c90700;
  }
  .speed-pct-17 {
    background-color: #ca0900;
  }
  .speed-pct-18 {
    background-color: #ca0c00;
  }
  .speed-pct-19 {
    background-color: #cb0e00;
  }
  .speed-pct-20 {
    background-color: #cb1100;
  }
  .speed-pct-21 {
    background-color: #cc1400;
  }
  .speed-pct-22 {
    background-color: #cd1800;
  }
  .speed-pct-23 {
    background-color: #ce1b00;
  }
  .speed-pct-24 {
    background-color: #ce1f00;
  }
  .speed-pct-25 {
    background-color: #cf2300;
  }
  .speed-pct-26 {
    background-color: #d02700;
  }
  .speed-pct-27 {
    background-color: #d12c00;
  }
  .speed-pct-28 {
    background-color: #d23100;
  }
  .speed-pct-29 {
    background-color: #d33600;
  }
  .speed-pct-30 {
    background-color: #d43b00;
  }
  .speed-pct-31 {
    background-color: #d54000;
  }
  .speed-pct-32 {
    background-color: #d74600;
  }
  .speed-pct-33 {
    background-color: #d84c00;
  }
  .speed-pct-34 {
    background-color: #d95200;
  }
  .speed-pct-35 {
    background-color: #db5900;
  }
  .speed-pct-36 {
    background-color: #dc5f00;
  }
  .speed-pct-37 {
    background-color: #de6600;
  }
  .speed-pct-38 {
    background-color: #df6d00;
  }
  .speed-pct-39 {
    background-color: #e17500;
  }
  .speed-pct-40 {
    background-color: #e27c00;
  }
  .speed-pct-41 {
    background-color: #e48400;
  }
  .speed-pct-42 {
    background-color: #e68c00;
  }
  .speed-pct-43 {
    background-color: #e89500;
  }
  .speed-pct-44 {
    background-color: #e99d00;
  }
  .speed-pct-45 {
    background-color: #eba600;
  }
  .speed-pct-46 {
    background-color: #edaf00;
  }
  .speed-pct-47 {
    background-color: #efb900;
  }
  .speed-pct-48 {
    background-color: #f1c200;
  }
  .speed-pct-49 {
    background-color: #f4cc00;
  }
  .speed-pct-50 {
    background-color: #f6d600;
  }
  .speed-pct-51 {
    background-color: #f8e000;
  }
  .speed-pct-52 {
    background-color: #faeb00;
  }
  .speed-pct-53 {
    background-color: #fdf600;
  }
  .speed-pct-54 {
    background-color: #ff0;
  }
  .speed-pct-55 {
    background-color: #ff0;
  }
  .speed-pct-56 {
    background-color: #fefe00;
  }
  .speed-pct-57 {
    background-color: #fefe00;
  }
  .speed-pct-58 {
    background-color: #fdfe00;
  }
  .speed-pct-59 {
    background-color: #fcfe00;
  }
  .speed-pct-60 {
    background-color: #fafd00;
  }
  .speed-pct-61 {
    background-color: #f9fd00;
  }
  .speed-pct-62 {
    background-color: #f7fd00;
  }
  .speed-pct-63 {
    background-color: #f5fc00;
  }
  .speed-pct-64 {
    background-color: #f3fc00;
  }
  .speed-pct-65 {
    background-color: #f0fb00;
  }
  .speed-pct-66 {
    background-color: #edfb00;
  }
  .speed-pct-67 {
    background-color: #eafa00;
  }
  .speed-pct-68 {
    background-color: #e7f900;
  }
  .speed-pct-69 {
    background-color: #e3f800;
  }
  .speed-pct-70 {
    background-color: #e0f800;
  }
  .speed-pct-71 {
    background-color: #dcf700;
  }
  .speed-pct-72 {
    background-color: #d7f600;
  }
  .speed-pct-73 {
    background-color: #d3f500;
  }
  .speed-pct-74 {
    background-color: #cef400;
  }
  .speed-pct-75 {
    background-color: #c9f300;
  }
  .speed-pct-76 {
    background-color: #c4f200;
  }
  .speed-pct-77 {
    background-color: #bff100;
  }
  .speed-pct-78 {
    background-color: #b9ef00;
  }
  .speed-pct-79 {
    background-color: #b3ee00;
  }
  .speed-pct-80 {
    background-color: #aded00;
  }
  .speed-pct-81 {
    background-color: #a6eb00;
  }
  .speed-pct-82 {
    background-color: #a0ea00;
  }
  .speed-pct-83 {
    background-color: #99e900;
  }
  .speed-pct-84 {
    background-color: #92e700;
  }
  .speed-pct-85 {
    background-color: #8ae500;
  }
  .speed-pct-86 {
    background-color: #83e400;
  }
  .speed-pct-87 {
    background-color: #7be200;
  }
  .speed-pct-88 {
    background-color: #73e000;
  }
  .speed-pct-89 {
    background-color: #6ade00;
  }
  .speed-pct-90 {
    background-color: #62dd00;
  }
  .speed-pct-91 {
    background-color: #59db00;
  }
  .speed-pct-92 {
    background-color: #50d900;
  }
  .speed-pct-93 {
    background-color: #47d700;
  }
  .speed-pct-94 {
    background-color: #3dd500;
  }
  .speed-pct-95 {
    background-color: #33d300;
  }
  .speed-pct-96 {
    background-color: #29d100;
  }
  .speed-pct-97 {
    background-color: #1fce00;
  }
  .speed-pct-98 {
    background-color: #15cc00;
  }
  .speed-pct-99 {
    background-color: #0aca00;
  }
  .speed-pct-100 {
    background-color: #00c800;
  }
  .speed-box {
    width: 2.25em;
    padding: 0.1em 0;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5),
      1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5),
      -1px -1px 0 rgba(255, 255, 255, 0.5);
    color: #333;
    text-align: center;
    font-weight: 700;
  }
  .hov {
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-header-banner,
  .aux-banner {
    overflow: hidden;
  }
  .page-header-banner-xl {
    width: 970px;
    height: 90px;
  }
  .page-header-banner-lg {
    width: 728px;
    height: 90px;
  }
  .page-header-banner-md {
    width: 600px;
    height: 90px;
  }
  .page-header-banner-sm {
    width: 320px;
    height: 50px;
  }
  .page-header-banner-xs {
    width: 300px;
    height: 50px;
  }
  .aux-banner-md {
    width: 300px;
    height: 250px;
  }
  .aux-banner-xs {
    width: 300px;
    height: 50px;
  }
  .page-header-banner-xl,
  .page-header-banner-lg,
  .page-header-banner-md,
  .page-header-banner-sm,
  .page-header-banner-xs,
  .aux-banner-md,
  .aux-banner-xs {
    display: none;
  }
  @media (min-width: 768px) {
    .aux-banner-xs {
      display: block;
    }
    .aux-banner-md {
      display: none;
    }
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .aux-banner-md {
      display: block;
    }
    .aux-banner-xs {
      display: none;
    }
  }
  @media (min-width: 300px) {
    .page-header-banner-xs {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-lg,
    .page-header-banner-md,
    .page-header-banner-sm {
      display: none;
    }
  }
  @media (min-width: 320px) {
    .page-header-banner-sm {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-lg,
    .page-header-banner-md,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 600px) and (min-height: 420px) {
    .page-header-banner-md {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-lg,
    .page-header-banner-sm,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 728px) and (min-height: 420px) {
    .page-header-banner-lg {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-md,
    .page-header-banner-sm,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 970px) and (min-height: 420px) {
    .page-header-banner-xl {
      display: block;
    }
    .page-header-banner-lg,
    .page-header-banner-md,
    .page-header-banner-sm,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 300px) {
    .shows-brand-logo .page-header-banner-xs {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-sm {
      display: none;
    }
  }
  @media (min-width: 320px) {
    .shows-brand-logo .page-header-banner-sm {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .shows-brand-logo .page-header-banner-md {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-sm,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 1043px) and (min-height: 420px) {
    .shows-brand-logo .page-header-banner-lg {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-sm,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 1285px) and (min-height: 420px) {
    .shows-brand-logo .page-header-banner-xl {
      display: block;
    }
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-sm,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  .page-header {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    height: 50px;
    margin: 0;
    background-color: #36c;
    background-image: url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/Images/header-bg.png);
    background-repeat: no-repeat;
  }
  .page-header-logo {
    padding: 7px;
  }
  .page-header-title {
    margin: 13px 0 0 0;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #fff;
  }
  .page-header-banner {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
  }
  .page-header-logo-image,
  .page-header-small-logo-image {
    max-height: 36px;
  }
  .page-header-logo-svg,
  .page-header-logo-small-svg {
    height: 100%;
  }
  .page-header-logo-svg .page-header-logo-image,
  .page-header-logo-small-svg .page-header-logo-image,
  .page-header-logo-svg .page-header-small-logo-image,
  .page-header-logo-small-svg .page-header-small-logo-image {
    max-height: none;
    height: 100%;
  }
  @media (min-width: 360px) {
    .page-header {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .page-header-logo {
      max-width: 294px;
      font-size: 0;
    }
    .page-header-banner {
      text-align: right;
    }
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .page-header {
      padding: 7px;
      height: 90px;
    }
    .page-header-logo {
      padding: 0;
    }
    .page-header-logo-image,
    .page-header-small-logo-image {
      max-height: none;
    }
    .page-header-logo-svg,
    .page-header-logo-small-svg {
      height: auto;
    }
  }
  .page-header-small-logo-image {
    display: none;
  }
  .page-header-title {
    display: none;
  }
  @media (min-width: 300px) {
    .page-header-logo {
      display: none;
    }
    .page-header-logo-image {
      display: none;
    }
  }
  @media (min-width: 360px) {
    .page-header-logo {
      display: block;
    }
    .page-header-small-logo-image {
      display: inline-block;
    }
  }
  @media (min-width: 450px) {
    .page-header-logo-image {
      display: inline-block;
    }
    .page-header-small-logo-image {
      display: none;
    }
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .page-header-title {
      display: block;
    }
  }
  .scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 100px;
    height: 100px;
    overflow: scroll;
  }
  .map {
    position: relative;
  }
  .leaflet-tile,
  .leaflet-marker-shadow,
  .leaflet-marker-icon,
  .leaflet-marker-icon > [class^="icon-"],
  .leaflet-marker-icon > [class*=" icon-"],
  .leaflet-marker-icon > img,
  .leaflet-control.btn > [class^="icon-"],
  .leaflet-control.btn > [class*=" icon-"],
  .leaflet-control .btn > [class^="icon-"],
  .leaflet-control .btn > [class*=" icon-"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .leaflet-tile::selection,
  .leaflet-marker-shadow::selection,
  .leaflet-marker-icon::selection,
  .leaflet-marker-icon > [class^="icon-"]::selection,
  .leaflet-marker-icon > [class*=" icon-"]::selection,
  .leaflet-marker-icon > img::selection,
  .leaflet-control.btn > [class^="icon-"]::selection,
  .leaflet-control.btn > [class*=" icon-"]::selection,
  .leaflet-control .btn > [class^="icon-"]::selection,
  .leaflet-control .btn > [class*=" icon-"]::selection {
    background-color: transparent;
    color: inherit;
  }
  .leaflet-container,
  .leaflet-dragging .leaflet-container,
  .leaflet-dragging .leaflet-clickable,
  .route-polyline.leaflet-clickable,
  .route-path-popup {
    cursor: default;
  }
  .map-is-clickable #map {
    cursor: pointer;
  }
  .leaflet-top {
    z-index: 1001;
  }
  .leaflet-control .btn-pill {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .leaflet-control .btn-pill.active {
    border-color: transparent;
    background-color: #049cdb;
    color: #fff;
  }
  .leaflet-control .btn-pill:hover {
    z-index: 1;
  }
  .leaflet-control .btn-pill-left {
    padding-left: 20px;
  }
  .leaflet-control .btn-pill-right {
    padding-right: 20px;
  }
  .leaflet-control-btn-bar {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .leaflet-left .leaflet-control-btn-bar {
    position: absolute;
    left: 50%;
    margin-left: -100px;
  }
  .leaflet-control-btn-bar .leaflet-control-routes-divider {
    width: 1px;
    background-color: #ccc;
  }
  .leaflet-control-btn-bar .btn-pill {
    width: 100px;
    font-size: 14px;
    line-height: 1.3;
  }
  .leaflet-control-routes .btn-pill {
    width: 70px;
  }
  .leaflet-control-routes .btn-pill.leaflet-control-clear-route {
    width: 60px;
    padding: 0 6px;
  }
  .leaflet-control-routes .btn-pill-left {
    padding-left: 15px;
  }
  .leaflet-control-routes .btn-pill-right {
    padding-right: 15px;
  }
  .leaflet-control-hotspot {
    width: 202px;
  }
  .leaflet-left .leaflet-control-hotspot {
    margin-left: -101px;
  }
  .leaflet-control-hotspot.animating.hide-start-end-btns.show-clear-btn {
    overflow: hidden;
  }
  .leaflet-control-hotspot.animating .btn-pill {
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
  }
  .leaflet-control-hotspot.animating .btn-pill.leaflet-control-clear-route {
    -webkit-transition: width 300ms ease, border-radius 300ms ease;
    transition: width 300ms ease, border-radius 300ms ease;
  }
  .leaflet-control-hotspot .leaflet-control-clear-route.btn-pill,
  .leaflet-control-hotspot .leaflet-control-clear-route-divider {
    width: 0;
  }
  .leaflet-control-hotspot.show-clear-btn .btn-pill {
    width: 70px;
  }
  .leaflet-control-hotspot.show-clear-btn .btn-pill.leaflet-control-clear-route {
    width: 60px;
    padding: 0 6px;
  }
  .leaflet-control-hotspot.show-clear-btn .leaflet-control-clear-route-divider {
    width: 1px;
  }
  .leaflet-control-hotspot.hide-start-end-btns .leaflet-control-start-route,
  .leaflet-control-hotspot.hide-start-end-btns .leaflet-control-end-route,
  .leaflet-control-hotspot.hide-start-end-btns
    .leaflet-control-clear-route-divider {
    overflow: hidden;
    width: 0;
    padding: 0;
  }
  .leaflet-control-hotspot.hide-start-end-btns.show-clear-btn
    .btn-pill.leaflet-control-clear-route {
    width: 202px;
    padding: 0 6px;
  }
  .leaflet-control-hotspot.hide-start-end-btns.show-clear-btn
    .leaflet-control-routes-divider,
  .leaflet-control-hotspot.hide-start-end-btns.show-clear-btn
    .leaflet-control-clear-route-divider {
    width: 0;
  }
  .leaflet-control.btn-circle,
  .leaflet-control .btn-circle {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    padding: 0;
    font-size: 17.49px;
    line-height: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .leaflet-control.btn-circle.active,
  .leaflet-control .btn-circle.active {
    border-color: transparent;
    background-color: #049cdb;
    color: #fff;
  }
  .leaflet-control.btn-circle.leaflet-control-zoom-in,
  .leaflet-control .btn-circle.leaflet-control-zoom-in {
    display: block;
    margin-bottom: 10px;
  }
  .leaflet-control.btn-circle.leaflet-control-menu,
  .leaflet-control .btn-circle.leaflet-control-menu {
    font-size: 29px;
  }
  .leaflet-control.btn-circle.leaflet-control-route-list,
  .leaflet-control .btn-circle.leaflet-control-route-list {
    font-size: 24px;
  }
  .leaflet-control.btn-circle.leaflet-control-about,
  .leaflet-control .btn-circle.leaflet-control-about {
    font-size: 24px;
  }
  .leaflet-control.btn-circle .icon-location-arrow,
  .leaflet-control .btn-circle .icon-location-arrow,
  .leaflet-control.btn-circle .icon-plus,
  .leaflet-control .btn-circle .icon-plus {
    position: relative;
    top: 1px;
  }
  .leaflet-control.btn-circle .icon-minus,
  .leaflet-control .btn-circle .icon-minus {
    position: relative;
    top: 2px;
  }
  .leaflet-control.btn-circle-lg,
  .leaflet-control .btn-circle-lg {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .messages {
    position: absolute;
    max-width: calc(100% - 20px);
    width: 300px;
    left: 0;
    right: 0;
  }
  .leaflet-top .messages {
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 600px), (max-height: 380px) {
    .leaflet-control-offset-1 {
      position: absolute;
      right: 50px;
    }
    .leaflet-control-offset-2 {
      position: absolute;
      right: 100px;
    }
  }
  .leaflet-control-zoom {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-1,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-1 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-2,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-2 {
    position: relative;
    top: -100px;
    right: 100px;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-3,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-3 {
    position: relative;
    top: -150px;
    right: 150px;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -200px;
    right: 200px;
  }
  .map-can-show-2-buttons .leaflet-control-menu-item.leaflet-control-menu-item-2 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .map-can-show-2-buttons .leaflet-control-menu-item.leaflet-control-menu-item-3 {
    position: relative;
    top: -100px;
    right: 100px;
  }
  .map-can-show-2-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -150px;
    right: 150px;
  }
  .map-can-show-3-buttons .leaflet-control-menu-item.leaflet-control-menu-item-3 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .map-can-show-3-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -100px;
    right: 100px;
  }
  .map-can-show-4-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .leaflet-touch .leaflet-control-zoom {
    border: 0;
  }
  .leaflet-control.btn-pushpin-campaign,
  .leaflet-touch .leaflet-control.btn-pushpin-campaign {
    border-radius: 100%;
  }
  .leaflet-control.btn-pushpin-campaign > img,
  .leaflet-touch .leaflet-control.btn-pushpin-campaign > img {
    max-width: 90%;
    max-height: 90%;
  }
  .camera-map-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: inherit;
    -webkit-transition: -webkit-filter 200ms ease-in, filter 200ms ease-in;
    transition: -webkit-filter 200ms ease-in, filter 200ms ease-in;
  }
  .camera-map-icon .icon-camera {
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5),
      0 0 3px rgba(255, 255, 255, 0.5), 0 0 3px rgba(255, 255, 255, 0.5),
      0 0 3px rgba(255, 255, 255, 0.5), 0 0 3px #000;
    -webkit-transition: opacity 200ms ease-in, text-shadow 200ms ease-in;
    transition: opacity 200ms ease-in, text-shadow 200ms ease-in;
  }
  .camera-map-icon.spiderfied-icon .icon-camera {
    color: #000;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 25px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px 25px rgba(255, 255, 255, 0.3);
  }
  .camera-map-icon.blurry-icon .icon-camera {
    opacity: 0.5;
    text-shadow: none;
  }
  .pushpin-map-icon {
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .pushpin-map-icon > img {
    max-width: 100%;
  }
  .pushpin-map-icon .icon-map-marker {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #555;
  }
  .marker-scale-on-hover {
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
  }
  .marker-scale-on-hover:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .user-location-icon {
    outline: 0;
  }
  .user-location-icon img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .leaflet-icon-left {
    left: auto;
    right: 100%;
  }
  .leaflet-bar a,
  .leaflet-bar a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .leaflet-bottom:not(.leaflet-left):not(.leaflet-right) {
    left: 0;
    right: 0;
  }
  .leaflet-control-timestamp,
  .leaflet-control-brand:not(.leaflet-control-brand-shows-time) {
    line-height: 1;
  }
  .leaflet-control-timestamp.is-stale,
  .leaflet-control-timestamp.is-offline {
    border-color: #d43f3a;
    background-color: rgba(217, 83, 79, 0.8);
    color: #fff;
  }
  .leaflet-control-timestamp .offline {
    display: none;
    text-align: center;
  }
  .leaflet-control-timestamp.is-offline .offline {
    display: block;
  }
  .leaflet-control-brand {
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .leaflet-control-brand.leaflet-control-flush {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .leaflet-control-brand-shows-time {
    text-align: center;
  }
  .leaflet-control-brand-time,
  .leaflet-control-brand-text {
    padding: 2px 4px;
  }
  .leaflet-control-brand-text {
    display: inline-block;
  }
  .leaflet-control-brand-logo-image {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 8px;
    display: none;
  }
  @media (min-width: 768px) {
    .leaflet-control-brand-text {
      display: none;
    }
    .leaflet-control-brand-logo-image {
      display: inline;
    }
  }
  .is-not-kiosk .leaflet-control-floating .leaflet-control-brand-logo-image {
    position: absolute;
    padding: 0;
  }
  .is-not-kiosk
    .leaflet-bottom
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    bottom: 10px;
  }
  .is-not-kiosk
    .leaflet-top
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    top: 10px;
  }
  .is-not-kiosk
    .leaflet-left
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    left: 10px;
  }
  .is-not-kiosk
    .leaflet-right
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    right: 10px;
  }
  .is-not-kiosk
    .leaflet-bottom
    .leaflet-control-floating.leaflet-control-brand-shows-time
    .leaflet-control-brand-logo-image {
    bottom: 32px;
  }
  .is-not-kiosk
    .leaflet-top
    .leaflet-control-floating.leaflet-control-brand-shows-time
    .leaflet-control-brand-logo-image {
    top: 32px;
  }
  @media (min-width: 360px) {
    .promoting.shows-brand-logo .leaflet-control-brand {
      display: none;
    }
    .leaflet-control-brand.leaflet-control-brand-shows-time {
      display: block;
    }
    .leaflet-control-brand.leaflet-control-brand-shows-time
      .leaflet-control-brand-text,
    .leaflet-control-brand.leaflet-control-brand-shows-time
      .leaflet-control-brand-logo-image {
      display: none;
    }
  }
  .shows-map-legend .map-legend-footer {
    display: none;
  }
  .shows-map-legend .leaflet-control-legend.leaflet-control-flush-wide {
    width: auto;
  }
  .shows-map-legend
    .leaflet-bottom.leaflet-left
    .leaflet-control-legend.leaflet-control-flush-wide {
    border-top-right-radius: 5px !important;
  }
  .shows-map-legend
    .leaflet-touch
    .leaflet-bottom.leaflet-left
    .leaflet-control-legend.leaflet-control-flush-wide {
    border-right-width: 1px !important;
    border-top-right-radius: 10px !important;
  }
  @media (max-width: 449px) {
    .shows-map-legend .leaflet-control-legend.leaflet-control-flush-wide,
    .shows-map-legend
      .leaflet-bottom.leaflet-left
      .leaflet-control-legend.leaflet-control-flush-wide {
      width: 100%;
      border-top-right-radius: 0 !important;
    }
    .shows-map-legend
      .leaflet-touch
      .leaflet-control-legend.leaflet-control-flush-wide,
    .shows-map-legend
      .leaflet-touch
      .leaflet-bottom.leaflet-left
      .leaflet-control-legend.leaflet-control-flush-wide {
      border-right-width: 0 !important;
      border-top-right-radius: 0 !important;
    }
    .shows-map-legend .map-legend-speeds,
    .shows-map-legend .map-legend-incidents,
    .shows-map-legend .map-legend-timestamp,
    .shows-map-legend .map-legend-brand {
      width: 50%;
      margin-left: 0;
    }
    .shows-map-legend .map-legend-footer {
      display: block;
      margin-top: 5px;
    }
    .shows-map-legend .leaflet-control-brand,
    .shows-map-legend .leaflet-control-timestamp {
      display: none !important;
    }
  }
  .is-kiosk .leaflet-control-brand,
  .is-kiosk .leaflet-control-legend {
    display: block;
    font-size: 1.82292vw;
  }
  .is-kiosk .map-legend-speeds,
  .is-kiosk .map-legend-incidents,
  .is-kiosk .map-legend-timestamp,
  .is-kiosk .map-legend-brand {
    width: 12em;
  }
  .is-kiosk .leaflet-control-brand {
    background-color: rgba(255, 255, 255, 0.9);
    height: 5.75em;
  }
  .is-kiosk .leaflet-control-brand-logo-image {
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0.5em;
  }
  .is-kiosk .leaflet-control-brand-logo-image[src*=".svg"] {
    width: 40%;
  }
  .is-kiosk .leaflet-control-brand-shows-time {
    text-align: left;
  }
  .is-kiosk .leaflet-control-brand-time {
    position: relative;
    left: 1.1em;
    font-weight: 700;
    color: #777;
  }
  .is-kiosk .leaflet-control-brand-text {
    display: none;
  }
  .is-kiosk.shows-map-legend .leaflet-control-brand {
    display: block !important;
    width: 100%;
    border-right: 0;
    border-bottom-right-radius: 0;
  }
  .is-kiosk .leaflet-control-legend {
    border-left: 0;
    border-bottom: 0;
    padding: 0.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .is-kiosk .map-legend-footer {
    display: none;
  }
  .is-kiosk .map-legend-speed-gradient {
    width: 10.5em;
    height: 1.5em;
  }
  .is-kiosk .map-legend-incidents {
    margin-left: 2.5em;
  }
  .is-kiosk .map-legend-moderate-incident-group {
    margin-left: 0.7em;
    margin-right: 0.7em;
  }
  .is-kiosk .minor-incident-icon,
  .is-kiosk .moderate-incident-icon,
  .is-kiosk .severe-incident-icon {
    width: 1.18em;
    height: 1.18em;
    vertical-align: middle;
  }
  .leaflet-popup-pushpin-campaign {
    max-width: 95vw;
  }
  .leaflet-popup-pushpin-campaign .leaflet-popup-content p {
    margin: 0.5em 0;
  }
  .leaflet-popup-pushpin-campaign .leaflet-popup-content a {
    color: #428bca;
  }
  .leaflet-container a.leaflet-popup-close-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1;
    padding: 14px 10px 14px 18px;
  }
  .leaflet-popup-content {
    margin: 13px 29px;
  }
  .route-waypoint-popup a.leaflet-popup-close-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .map-click-icon .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
  }
  .map-click-icon.active .circle {
    -webkit-animation: bubble-pop 400ms;
    -moz-animation: bubble-pop 400ms;
    -ms-animation: bubble-pop 400ms;
    animation: bubble-pop 400ms;
  }
  @-webkit-keyframes bubble-pop {
    0% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes bubble-pop {
    0% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  .leaflet-map-pane.hide-hotspot-icons .hotspot-icon {
    display: none;
  }
  .hotspot-icon {
    outline: 0;
  }
  .hotspot-icon > img {
    vertical-align: top;
  }
  .speed-highlight-icon {
    -webkit-filter: drop-shadow(0 0 2px #000);
    filter: drop-shadow(0 0 2px #000);
  }
  .speed-outline-icon {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
  }
  .incident-highlight-icon,
  .camera-highlight-icon {
    -webkit-filter: drop-shadow(0 0 1px #000);
    filter: drop-shadow(0 0 1px #000);
  }
  .incident-outline-icon {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
  }
  .blurry-icon {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  .hide-routes .route-layer {
    display: none;
  }
  .awesome-marker i {
    margin-left: 2px;
  }
  .awesome-marker-large i {
    font-size: 18px;
    margin-top: 9px;
    margin-left: 3px;
  }
  .awesome-marker-large .icon-stop-sign {
    margin-left: 0;
  }
  .leaflet-touch .leaflet-contextmenu .leaflet-contextmenu-item {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .leaflet-top.leaflet-left {
    z-index: 1002;
  }
  .is-kiosk .leaflet-top.leaflet-left {
    z-index: 1001;
  }
  .messages {
    z-index: 8;
  }
  .camera-map-icon {
    z-index: 10 !important;
  }
  .camera-map-icon.spiderfied-icon {
    z-index: 11 !important;
  }
  .user-location-icon {
    z-index: 12 !important;
  }
  .map-click-icon {
    z-index: 13 !important;
  }
  .hotspot-icon {
    z-index: 14 !important;
  }
  .route-waypoint-map-icon {
    z-index: 15 !important;
  }
  .route-waypoint-drag-icon {
    z-index: 16 !important;
  }
  .route-path-popup {
    z-index: 10;
  }
  .active-route-path-popup {
    z-index: 11;
  }
  .route-waypoint-popup {
    z-index: 12;
  }
  .incident-popup,
  .road-popup {
    z-index: 13;
  }
  @media (max-width: 1024px) {
    .leaflet-map-pane.map-zooming .camera-map-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .camera-map-icon,
    .leaflet-map-pane.map-zooming .pushpin-map-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .pushpin-map-icon,
    .leaflet-map-pane.map-zooming .user-location-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .user-location-icon,
    .leaflet-map-pane.map-zooming .user-location-accuracy-circle,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim
      .user-location-accuracy-circle,
    .leaflet-map-pane.map-zooming .route-waypoint-map-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .route-waypoint-map-icon,
    .leaflet-map-pane.map-zooming .route-waypoint-popup,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .route-waypoint-popup,
    .leaflet-map-pane.map-zooming .hotspot-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .hotspot-icon {
      display: none;
    }
    .leaflet-map-pane.map-zooming .route-path-popup,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .route-path-popup {
      visibility: hidden;
    }
  }
  .traffic-item-list {
    background-color: #fff;
  }
  .traffic-item-list .incident-item,
  .traffic-item-list .road-item,
  .traffic-item-list .camera-item {
    cursor: pointer;
  }
  .camera {
    padding: 0.5em;
    text-align: center;
  }
  .road .incident-item,
  .road .camera-item {
    cursor: pointer;
  }
  .road .speed-box + .speed-box {
    margin-left: 0.5em;
  }
  .road-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.71457143em;
    z-index: 2;
    padding: 0.143em 0.714em 0.143em 0.5em;
    background-color: #e6e6e6;
  }
  .road-header .header-location {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .road-header .header-mph {
    display: block;
    padding: 0 1em;
  }
  .road-header .header-hov {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0.5em;
    padding: 0 0.286em;
    line-height: 1;
  }
  .road-header .header-hov > svg {
    max-height: 13px;
  }
  .supports-no-touch .hotspot-road .road-header {
    padding-right: 0.5em;
  }
  .supports-no-touch .hotspot-road .road-header .header-mph {
    padding-right: 0;
  }
  .supports-no-touch .hotspot-road .list > li {
    padding-right: 0.5em;
  }
  .supports-no-touch .hotspot-road .list-item-arrow {
    display: none;
  }
  .hotspot-road .road-header {
    position: relative;
  }
  .aux-road-header.hide-hov .header-hov {
    display: none;
  }
  #road {
    padding-top: 1.71457143em;
  }
  .aux-pane .sheets {
    position: relative;
    -webkit-tap-highlight-color: transparent;
  }
  .aux-pane .sheet {
    -webkit-overflow-scrolling: touch;
  }
  .aux-pane .pane-header .pane-resizer,
  .aux-pane .sheets-header .close {
    display: none;
  }
  .aux-pane .sheets-header .title {
    text-align: center;
    padding-right: 14px;
  }
  .aux-pane .sheets.has-many-sheets .sheets-header .title {
    padding-right: 43px;
  }
  .aux-pane .pane-body {
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .supports-no-touch-overflow-scrolling .aux-pane .sheet {
    -webkit-overflow-scrolling: auto;
  }
  .active-route {
    position: relative;
    height: 100%;
    background-color: #fff;
  }
  .active-route .icon-directions {
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    font-size: 140px;
    color: #e9e9e9;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .active-route.showing-routes .icon-directions {
    bottom: 0;
    top: auto;
    font-size: 130px;
    margin-left: -65px;
    margin-top: 0;
  }
  .active-route .no-routes-message,
  .active-route .no-active-route-message {
    position: relative;
    z-index: 1;
    padding: 5% 14px 0;
    font-weight: 700;
  }
  .active-route .routes {
    overflow-x: hidden;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  .active-route .route-item {
    cursor: pointer;
  }
  .active-route .route-name {
    font-weight: 700;
  }
  .active-route .list-section-header,
  .active-route .list > li.list-section-header,
  .active-route .list > .list-item.list-section-header {
    border-bottom: solid 1px #3156af;
    background-color: #3760c3;
    color: #fff;
  }
  .active-route .alternative-loading {
    position: relative;
  }
  .active-route .alternative-loading .icon-spinner {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -20px;
    font-size: 20px;
  }
  .active-route .box-error {
    margin: 10px;
    padding: 10px;
  }
  .active-route .error-list {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 3px;
  }
  .user-login-modal .modal-dialog {
    max-width: 320px;
  }
  .user-login-modal .login-form-group {
    margin-bottom: 0;
  }
  .user-login-modal .modal-footer {
    margin-top: 0;
    text-align: left;
  }
  .user-login-modal .modal-footer .btn {
    white-space: normal;
  }
  .user-login-modal .alternate-accounts {
    margin-top: 15px;
  }
  .user-login-modal .alternate-accounts.alert {
    margin-bottom: 0;
  }
  .user-login-modal .btn-alternate-account {
    white-space: normal;
  }
  .user-login-modal .btn-alternate-single-account {
    width: 90%;
    border-radius: 150px;
  }
  .user-login-modal .error-list {
    margin-top: 15px;
    border-radius: 4px;
  }
  .user-password-reset-request-modal .modal-dialog {
    max-width: 320px;
  }
  .user-password-reset-request-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .user-password-reset-request-modal .circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #5cb85c;
    color: #fff;
    font-size: 26px;
  }
  .user-password-reset-change-modal .modal-dialog {
    max-width: 320px;
  }
  .user-password-reset-change-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .user-password-reset-change-modal .circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #5cb85c;
    color: #fff;
    font-size: 26px;
  }
  .user-creation-modal .modal-dialog {
    max-width: 320px;
  }
  .user-creation-modal .modal-body .form-group:last-child {
    margin-bottom: 0;
  }
  .user-creation-modal .modal-body p {
    margin-bottom: 15px;
  }
  .user-creation-modal .error-list {
    border-radius: 4px;
  }
  .settings-modal .modal-body {
    padding: 0 0 20px;
  }
  .settings-modal .tab-content {
    padding: 20px 20px 0;
  }
  .settings-modal .nav-flex-tabs > li {
    width: 33%;
  }
  .settings-modal .nav-flex-tabs-4 > li {
    width: 25%;
  }
  .settings-modal .top-line {
    display: block;
    white-space: nowrap;
  }
  .settings-modal form > .checkbox:first-child,
  .settings-modal form > .form-group:first-child {
    margin-top: 0;
  }
  .settings-modal form .btn-group > .btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    height: 6em;
    white-space: normal;
  }
  .settings-modal form .btn-group > .btn.active {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .settings-modal form .btn-group > .btn.active:hover,
  .settings-modal form .btn-group > .btn.active:focus,
  .settings-modal form .btn-group > .btn.active:active,
  .settings-modal form .btn-group > .btn.active.active,
  .open .dropdown-toggle.settings-modal form .btn-group > .btn.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }
  .settings-modal form .btn-group > .btn.active:active,
  .settings-modal form .btn-group > .btn.active.active,
  .open .dropdown-toggle.settings-modal form .btn-group > .btn.active {
    background-image: none;
  }
  .settings-modal form .btn-group > .btn.active.disabled,
  .settings-modal form .btn-group > .btn.active[disabled],
  fieldset[disabled] .settings-modal form .btn-group > .btn.active,
  .settings-modal form .btn-group > .btn.active.disabled:hover,
  .settings-modal form .btn-group > .btn.active[disabled]:hover,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active:hover,
  .settings-modal form .btn-group > .btn.active.disabled:focus,
  .settings-modal form .btn-group > .btn.active[disabled]:focus,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active:focus,
  .settings-modal form .btn-group > .btn.active.disabled:active,
  .settings-modal form .btn-group > .btn.active[disabled]:active,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active:active,
  .settings-modal form .btn-group > .btn.active.disabled.active,
  .settings-modal form .btn-group > .btn.active[disabled].active,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .settings-modal form .btn-group-3 > .btn {
    min-width: 33.3%;
  }
  .settings-modal form .btn-save {
    min-width: 100px;
  }
  .settings-modal form .error-list {
    border-radius: 4px;
  }
  .settings-modal .tab-pane h1,
  .settings-modal .tab-pane h2,
  .settings-modal .tab-pane h3,
  .settings-modal .tab-pane h4,
  .settings-modal .tab-pane h5,
  .settings-modal .tab-pane h6 {
    margin-top: 0;
  }
  .settings-modal .form-general .text-size-small {
    font-size: 16px;
  }
  .settings-modal .form-general .text-size-medium {
    font-size: 18px;
  }
  .settings-modal .form-general .text-size-large {
    font-size: 22px;
  }
  .settings-modal .form-general .btn-reload-map,
  .settings-modal .form-general .btn-update-app {
    width: 100%;
  }
  .settings-modal .form-general .btn-reload-map:hover,
  .settings-modal .form-general .btn-update-app:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .settings-modal .form-login .error-list {
    margin-bottom: 15px;
  }
  .settings-modal .form-email .phone-group {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .settings-modal .form-email input[type="tel"] {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 9em;
    margin-right: 1em;
  }
  .settings-modal .subscription-settings .subscription-summary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
    white-space: nowrap;
  }
  .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item {
    width: 100%;
    padding: 0.5em 1em 0.5em 0;
  }
  .settings-modal .subscription-settings .subscription-summary i {
    margin-right: 0.2em;
    font-size: 3em;
    width: 1.2em;
  }
  .settings-modal .subscription-settings .subscription-change-buttons .btn {
    white-space: normal;
  }
  .settings-modal
    .subscription-settings
    .subscription-change-buttons
    .btn
    + .btn {
    margin-left: 1em;
  }
  .settings-modal
    .subscription-settings
    .subscription-change-buttons.two-btns
    .btn {
    max-width: calc(50% - 0.5em);
  }
  .settings-modal .subscription-settings .billing-exp-month {
    width: 4em;
  }
  .settings-modal .subscription-settings .billing-exp-year {
    width: 6em;
    margin-left: 1em;
  }
  .settings-modal .subscription-settings .billing-cvv {
    width: 4em;
    margin-left: 1em;
  }
  .settings-modal .subscription-settings .billing-zip {
    width: 8em;
    margin-left: 1em;
  }
  .settings-modal .subscription-settings .billing-cc-types i {
    font-size: 2.5em;
  }
  .settings-modal .tab-pane-help .legends {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .settings-modal .tab-pane-help .map-legend-speeds,
  .settings-modal .tab-pane-help .map-legend-incidents {
    margin-bottom: 15px;
  }
  .settings-modal .tab-pane-help .map-legend-speed-gradient {
    width: 192px;
    height: 26px;
    margin: 5px 0;
  }
  .settings-modal .tab-pane-help .map-legend-incident-icons {
    margin-top: 9px;
  }
  .settings-modal .tab-pane-help .minor-incident-icon,
  .settings-modal .tab-pane-help .moderate-incident-icon,
  .settings-modal .tab-pane-help .severe-incident-icon {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
  }
  .settings-modal .tab-pane-help .faq .question > .btn-wrap {
    text-align: left;
  }
  .settings-modal .tab-pane-help .faq ol {
    padding-left: 20px;
  }
  .settings-modal .tab-pane-help .faq .icon-directions {
    font-size: 17px;
  }
  .settings-modal .tab-pane-help .faq .icon-directions,
  .settings-modal .tab-pane-help .faq .icon-cog,
  .settings-modal .tab-pane-help .faq .icon-save {
    position: relative;
    top: -1px;
  }
  .settings-modal .tab-pane-help .faq .icon-user {
    position: relative;
    top: -2px;
  }
  .settings-modal .tab-pane-updates h4 small {
    display: block;
    margin-top: 5px;
  }
  .settings-modal .tab-pane-updates p:last-child,
  .settings-modal .tab-pane-updates ul:last-child {
    margin-bottom: 0;
  }
  .settings-modal .tab-pane-updates ul {
    padding-left: 20px;
  }
  .settings-modal .tab-pane-updates hr:last-child {
    display: none;
  }
  .settings-modal .states-list,
  .settings-modal .nearby-local-areas-list {
    margin-bottom: 0;
  }
  .settings-modal .states-list > li,
  .settings-modal .nearby-local-areas-list > li {
    margin-bottom: 1.8em;
  }
  .settings-modal .states-list h4,
  .settings-modal .nearby-local-areas-list h4 {
    margin-bottom: 0.5em;
  }
  .settings-modal .states-list > li:last-child {
    margin-bottom: 0;
  }
  .settings-modal .local-areas-list li {
    display: inline-block;
    padding: 0.6em;
  }
  .settings-modal .change-cities-try-again {
    margin-top: 20px;
  }
  @media (min-width: 600px) {
    .settings-modal .top-line {
      display: inline;
    }
  }
  @media (min-width: 768px) {
    .settings-modal.modal-flex {
      background-color: transparent;
    }
    .settings-modal.modal-flex .modal-dialog {
      max-width: 768px;
      padding: 20px;
    }
    .settings-modal.modal-flex .modal-content {
      border-radius: 6px;
    }
    .settings-modal.modal-flex .modal-header {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
    }
    .settings-modal.modal-flex .modal-body {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
    }
  }
  @media (min-width: 768px) {
    .settings-modal .nav-flex {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .settings-modal .nav-flex-tabs {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 0;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li,
    .settings-modal .nav-flex-tabs > li {
      border-right: 0;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li > a,
    .settings-modal .nav-flex-tabs > li > a,
    .settings-modal .nav-flex-tabs .dropdown-menu > li > span,
    .settings-modal .nav-flex-tabs > li > span {
      height: auto;
      padding: 0.6em 1.2em;
      border: 0;
      border-left: solid 3px transparent;
      color: #428bca;
      white-space: nowrap;
      text-align: left;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li > a,
    .settings-modal .nav-flex-tabs .dropdown-menu > li > span {
      padding-left: 1.8em;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li.active > a,
    .settings-modal .nav-flex-tabs > li.active > a,
    .settings-modal .nav-flex-tabs .dropdown-menu > li.active > a:hover,
    .settings-modal .nav-flex-tabs > li.active > a:hover,
    .settings-modal .nav-flex-tabs .dropdown-menu > li.active > a:focus,
    .settings-modal .nav-flex-tabs > li.active > a:focus {
      color: #555;
      border-left-color: #428bca;
      background-color: transparent;
    }
    .settings-modal .nav-flex-tabs > li.dropdown > a {
      cursor: default;
    }
    .settings-modal .nav-flex-tabs > li.dropdown > a:hover,
    .settings-modal .nav-flex-tabs > li.dropdown > a:focus {
      background-color: transparent;
    }
    .settings-modal .nav-flex-tabs .dropdown-toggle {
      display: block;
    }
    .settings-modal .nav-flex-tabs .dropdown > a {
      color: #555;
    }
    .settings-modal .nav-flex-tabs .dropdown .caret {
      display: none;
    }
    .settings-modal .nav-flex-tabs .dropdown.active > a,
    .settings-modal .nav-flex-tabs .dropdown.active > a:hover,
    .settings-modal .nav-flex-tabs .dropdown.active > a:focus {
      color: #555;
      border-left-color: transparent;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu {
      display: block;
      position: relative;
      top: 0;
      z-index: 0;
      float: none;
      min-width: 0;
      padding: 0;
      margin: 0;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .settings-modal .modal-body {
      padding: 20px 0;
    }
    .settings-modal .modal-body-content {
      padding: 0 20px;
    }
    .settings-modal .tab-content {
      padding: 0.6em 0 0.6em 20px;
    }
    .settings-modal .nav-flex-tabs > li {
      width: auto;
    }
    .settings-modal .modal-dialog {
      max-height: 690px;
    }
  }
  @media (min-width: 520px) {
    .settings-modal .form-group {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      -ms-align-items: center;
      align-items: center;
    }
    .settings-modal .form-group > label {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      margin-bottom: 0;
      white-space: nowrap;
    }
    .settings-modal .form-group > .form-control,
    .settings-modal .form-group > .form-controls,
    .settings-modal .form-group > .btn-group {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .settings-modal .form-group-stacked {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-flex-align: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .settings-modal .form-group-stacked > label {
      white-space: normal;
    }
    .settings-modal .form-flex .form-group > label {
      width: 170px;
    }
    .settings-modal .form-general .btn-reload-map,
    .settings-modal .form-general .btn-update-app {
      width: auto;
    }
    .settings-modal .form-general .btn-reload-map:hover,
    .settings-modal .form-general .btn-update-app:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @media (min-width: 414px) {
    .settings-modal
      .subscription-settings
      .subscription-summary
      .subscription-summary-item {
      width: 50%;
    }
  }
  .supports-no-flexbox.supports-flexboxlegacy .settings-modal .form-group-submit {
    display: block;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit
    .text-success {
    float: left;
    width: 166px;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit
    > .btn,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit
    .form-group-submit-buttons {
    float: right;
    margin-left: 0;
  }
  .supports-no-flexbox.supports-flexboxlegacy .settings-modal .form-email select {
    width: 40%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary {
    display: block;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item {
    float: left;
    width: 49%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-change-buttons.two-btns
    .btn {
    max-width: 45%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-cc-choice
    label {
    max-width: 45%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .btn-group-3
    > .btn {
    width: 33.3%;
    padding: 0;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .state-zip-form-group
    select {
    width: 50%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends {
    display: block;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .map-legend-incidents {
    margin-left: 0;
  }
  .map-route .box-error {
    margin: 10px;
    padding: 10px;
  }
  .route-list-pane {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
  }
  .route-list-pane .pane-body {
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  .route-list-pane .sheet {
    padding: 15px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .route-list-pane .pane-body.showing-route-list .sheet {
    padding: 0;
  }
  .route-list-pane .list-routes {
    margin-bottom: 0;
  }
  .route-list-pane .route-item {
    overflow: hidden;
    padding: 8px;
    cursor: pointer;
  }
  .route-list-pane .route-name {
    font-weight: 700;
  }
  .route-list-pane p:last-child {
    margin-bottom: 0;
  }
  .route-list-pane .box-error {
    margin: 10px;
    padding: 10px;
    font-weight: 400;
  }
  .supports-no-touch-overflow-scrolling .route-list-pane .sheet {
    -webkit-overflow-scrolling: auto;
  }
  .route-creation-modal .modal-dialog {
    max-width: 320px;
  }
  .route-creation-modal .modal-body.animating {
    -webkit-transition: height 200ms ease;
    transition: height 200ms ease;
  }
  .route-creation-modal .icon-directions {
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
  }
  .route-creation-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .route-creation-modal .error-list {
    border-radius: 4px;
  }
  .route-creation-modal .btn-circle-lg {
    white-space: normal;
  }
  .route-settings-modal .modal-dialog {
    max-width: 320px;
  }
  .route-settings-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .route-settings-modal .error-list {
    border-radius: 4px;
  }
  .route-alert-list-modal .modal-dialog {
    max-width: 320px;
  }
  .route-alert-list-modal .modal-body {
    padding: 0;
  }
  .route-alert-list-modal .modal-footer {
    margin-top: 0;
    padding: 14px 10px 15px;
  }
  .route-alert-list-modal .modal-footer .error-list {
    margin-top: 15px;
    text-align: left;
  }
  .route-alert-list-modal .list-alerts {
    margin-bottom: 0;
  }
  .route-alert-list-modal .list-alerts > li {
    overflow: hidden;
    -webkit-transition: background-color 300ms ease, opacity 0.15s linear;
    transition: background-color 300ms ease, opacity 0.15s linear;
  }
  .route-alert-list-modal .list-alerts > li.animating-height {
    -webkit-transition: background-color 300ms ease, height 200ms ease,
      opacity 0.15s linear;
    transition: background-color 300ms ease, height 200ms ease,
      opacity 0.15s linear;
  }
  .route-alert-list-modal .list-alerts > li:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .route-alert-list-modal .list-alerts > li.flash {
    background-color: #5bc0de;
  }
  .route-alert-list-modal .alert-description {
    margin: 0;
    padding: 15px 10px;
  }
  .route-alert-list-modal .checkbox {
    margin-bottom: 15px;
  }
  .route-alert-list-modal .alert-box {
    padding: 15px 10px;
    border-top: solid 1px #eee;
  }
  .route-alert-list-modal .form-group:last-child,
  .route-alert-list-modal .checkbox:last-child {
    margin-bottom: 0;
  }
  .route-alert-list-modal .alert-header {
    margin-bottom: 10px;
  }
  .route-alert-list-modal .alert-header-btn-group {
    height: 22px;
  }
  .route-alert-list-modal .alert-header-btn-group > .btn {
    position: relative;
    top: -6px;
  }
  .route-alert-list-modal .alert-title {
    font-weight: 700;
  }
  .route-alert-list-modal .alert-days .btn,
  .route-alert-list-modal .alert-times .btn {
    cursor: default;
  }
  .route-alert-list-modal .alert-days {
    width: 100%;
  }
  .route-alert-list-modal .alert-days label {
    width: 43px;
    height: 43px;
    line-height: 28px;
  }
  .route-alert-list-modal .alert-days label:first-child,
  .route-alert-list-modal .alert-days label:last-child {
    width: 44px;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active:hover,
  .route-alert-list-modal [data-toggle="buttons"] .active:focus,
  .route-alert-list-modal [data-toggle="buttons"] .active:active,
  .route-alert-list-modal [data-toggle="buttons"] .active.active,
  .open .dropdown-toggle.route-alert-list-modal [data-toggle="buttons"] .active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active:active,
  .route-alert-list-modal [data-toggle="buttons"] .active.active,
  .open .dropdown-toggle.route-alert-list-modal [data-toggle="buttons"] .active {
    background-image: none;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled],
  fieldset[disabled] .route-alert-list-modal [data-toggle="buttons"] .active,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled:hover,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled]:hover,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active:hover,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled:focus,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled]:focus,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active:focus,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled:active,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled]:active,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active:active,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled.active,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled].active,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .route-alert-list-modal .alert-times {
    white-space: nowrap;
  }
  .route-alert-list-modal .alert-times input[type="text"] {
    display: inline;
    width: 35px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    font-size: 16px;
  }
  .route-alert-list-modal .alert-times-control {
    display: inline-block;
    min-width: 130px;
  }
  .route-alert-list-modal .alert-times-dash {
    display: inline-block;
    min-width: 29px;
    padding: 0 11px 0 10px;
  }
  .route-alert-list-modal .alert-save-feedback {
    display: inline;
    padding: 4px 8px;
    margin-left: 25px;
  }
  .route-alert-list-modal .alert-save-feedback-button {
    cursor: default;
  }
  .route-alert-list-modal .popover {
    max-width: 226px;
    margin-bottom: 30px;
  }
  .route-alert-list-modal .popover strong {
    margin-bottom: 9px;
  }
  .route-alert-list-modal .popover .error-list {
    margin-top: 9px;
    border-radius: 4px;
  }
  .route-alert-list-modal .icon-trash {
    position: relative;
    top: -2px;
  }
  #debugList {
    margin: 2px;
    padding: 2px;
    max-height: 140px;
    overflow-y: scroll;
  }
  .debug {
    position: absolute;
    bottom: 40px;
    left: 10px;
    right: 10px;
    z-index: 10;
    opacity: 0.8;
  }
  .debug .timestamp {
    font-weight: 700;
  }
  .debug .log-statement {
    list-style-type: none;
    background-color: #f5f5f5;
  }
  .debug .log-statement:nth-child(odd) {
    background-color: #ccc;
  }
  .debug .error-log-statement {
    color: #b94a48;
  }
  html,
  body {
    height: 100%;
  }
  body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  #map {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .aux-corner {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 300px;
    height: 250px;
    display: none;
  }
  @media (min-width: 600px) and (min-height: 600px), (min-width: 768px) {
    .aux-pane,
    .aux-pane.show {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: static;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
    }
    .aux-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .aux-content > .sheets {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .aux-corner {
      display: block;
    }
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .aux-content > .sheets {
      height: 250px;
    }
    .aux-pane .camera img {
      height: 135px;
    }
  }
  @media (min-width: 768px) and (max-height: 767px), (min-width: 900px) {
    .page-body {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .aux-pane {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .aux-content > .sheets {
      height: auto;
      width: 300px;
    }
    .aux-pane .camera img {
      height: auto;
    }
  }
  @media (min-width: 768px) and (max-height: 767px) and (min-height: 695px),
    (min-width: 900px) and (min-height: 695px) {
    #activeRoute {
      height: 343px;
    }
  }
  @media (min-width: 649px) and (min-height: 628px), (min-width: 900px) {
    .seams .map {
      margin: 7px;
      padding: 7px;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .seams #map {
      border: solid 1px #000;
    }
    .seams .aux-content,
    .seams .aux-corner {
      margin: 7px;
      margin-top: 0;
      padding: 7px;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .seams .aux-corner {
      margin-left: 0;
    }
    .seams .aux-content > .sheets,
    .seams .active-route {
      border: solid 1px #000;
    }
  }
  @media (min-width: 768px) and (min-height: 628px) and (max-height: 767px),
    (min-width: 900px) {
    .seams .aux-content {
      margin-top: 7px;
      margin-left: 0;
    }
  }
  .seamless body {
    background-color: transparent;
  }
  @media (min-width: 649px) and (min-height: 628px), (min-width: 900px) {
    .seamless .page-header {
      margin-bottom: 7px;
    }
    .seamless .map {
      margin-bottom: 7px;
    }
    .seamless #map {
      border: solid 1px #000;
    }
    .seamless .aux-corner {
      margin-left: 7px;
    }
    .seamless .aux-content > .sheets,
    .seamless .active-route {
      border: solid 1px #000;
    }
  }
  @media (min-width: 768px) and (min-height: 628px) and (max-height: 767px),
    (min-width: 900px) {
    .seamless .map {
      margin-bottom: 0;
      margin-right: 7px;
    }
    .seamless .aux-content {
      margin-right: 0;
    }
    .seamless .aux-corner {
      margin-left: 0;
      margin-top: 7px;
    }
  }
  @media (min-width: 768px) and (max-height: 599px) {
    .aux-corner {
      height: 50px;
    }
    #activeRoute {
      display: none;
    }
  }
  .page-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .page-header {
      padding: 7px;
      height: 90px;
    }
  }
  @media (max-width: 767px) and (max-height: 599px), (max-width: 599px) {
    .page-body {
      position: relative;
      overflow-y: hidden;
    }
    .supports-viewport-unit-transform.supports-cssvwunit .route-list-pane,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane {
      -webkit-transition: -webkit-transform 300ms ease-out;
      -moz-transition: -moz-transform 300ms ease-out;
      -o-transition: -o-transform 300ms ease-out;
      transition: transform 300ms ease-out;
      top: 100%;
      height: 100%;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.no-animation,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.no-animation {
      -webkit-transition: none;
      transition: none;
    }
    .supports-viewport-unit-transform.supports-cssvwunit .route-list-pane.open,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open {
      -webkit-transform: translateY(-50vh);
      -ms-transform: translateY(-50vh);
      transform: translateY(-50vh);
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.growing,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open.growing {
      height: 50vh;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.shrinking,
    .supports-viewport-unit-transform.supports-cssvwunit
      .aux-pane.open.shrinking {
      -webkit-animation: pane-shrink-to-mid 0ms 300ms ease;
      -moz-animation: pane-shrink-to-mid 0ms 300ms ease;
      -ms-animation: pane-shrink-to-mid 0ms 300ms ease;
      animation: pane-shrink-to-mid 0ms 300ms ease;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.short,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open.short {
      -webkit-transform: translateY(-25vh);
      -ms-transform: translateY(-25vh);
      transform: translateY(-25vh);
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.short.growing,
    .supports-viewport-unit-transform.supports-cssvwunit
      .aux-pane.open.short.growing {
      height: 25vh;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.short.shrinking,
    .supports-viewport-unit-transform.supports-cssvwunit
      .aux-pane.open.short.shrinking {
      -webkit-animation: pane-shrink-to-short 0ms 300ms ease;
      -moz-animation: pane-shrink-to-short 0ms 300ms ease;
      -ms-animation: pane-shrink-to-short 0ms 300ms ease;
      animation: pane-shrink-to-short 0ms 300ms ease;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.tall,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open.tall {
      height: 80vh;
      -webkit-transform: translateY(-80vh);
      -ms-transform: translateY(-80vh);
      transform: translateY(-80vh);
    }
    @-webkit-keyframes pane-shrink-to-short {
      0% {
        height: 25vh;
      }
      100% {
        height: 25vh;
      }
    }
    @keyframes pane-shrink-to-short {
      0% {
        height: 25vh;
      }
      100% {
        height: 25vh;
      }
    }
    @-webkit-keyframes pane-shrink-to-mid {
      0% {
        height: 50vh;
      }
      100% {
        height: 50vh;
      }
    }
    @keyframes pane-shrink-to-mid {
      0% {
        height: 50vh;
      }
      100% {
        height: 50vh;
      }
    }
    .supports-no-viewport-unit-transform .route-list-pane,
    .supports-no-cssvwunit .route-list-pane,
    .supports-no-viewport-unit-transform .aux-pane,
    .supports-no-cssvwunit .aux-pane {
      -webkit-transition: top 300ms ease-out, height 300ms ease-out,
        min-height 300ms ease-out;
      transition: top 300ms ease-out, height 300ms ease-out,
        min-height 300ms ease-out;
      top: 100%;
    }
    .supports-no-viewport-unit-transform .route-list-pane.no-animation,
    .supports-no-cssvwunit .route-list-pane.no-animation,
    .supports-no-viewport-unit-transform .aux-pane.no-animation,
    .supports-no-cssvwunit .aux-pane.no-animation {
      -webkit-transition: none;
      transition: none;
    }
    .supports-no-viewport-unit-transform .route-list-pane.open,
    .supports-no-cssvwunit .route-list-pane.open,
    .supports-no-viewport-unit-transform .aux-pane.open,
    .supports-no-cssvwunit .aux-pane.open {
      top: 50%;
      height: 50%;
    }
    .supports-no-viewport-unit-transform .route-list-pane.open.short,
    .supports-no-cssvwunit .route-list-pane.open.short,
    .supports-no-viewport-unit-transform .aux-pane.open.short,
    .supports-no-cssvwunit .aux-pane.open.short {
      top: 75%;
      height: 25%;
    }
    .supports-no-viewport-unit-transform .route-list-pane.open.tall,
    .supports-no-cssvwunit .route-list-pane.open.tall,
    .supports-no-viewport-unit-transform .aux-pane.open.tall,
    .supports-no-cssvwunit .aux-pane.open.tall {
      top: 10%;
      height: 90%;
    }
    .aux-pane {
      background-color: #fff;
      -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
    }
    .aux-pane .aux-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
    }
    .aux-pane .sheets {
      height: 100%;
    }
    .aux-pane .pane-header .pane-resizer,
    .aux-pane .sheets-header .close {
      display: inline-block;
    }
    .aux-pane .sheets-header .title,
    .aux-pane .sheets.has-many-sheets .sheets-header .title {
      text-align: left;
      padding-right: 0;
    }
  }
  @media (min-width: 600px) and (min-height: 600px), (min-width: 768px) {
    .route-list-pane {
      -webkit-transition: -webkit-transform 300ms ease-out;
      -moz-transition: -moz-transform 300ms ease-out;
      -o-transition: -o-transform 300ms ease-out;
      transition: transform 300ms ease-out;
      right: auto;
      left: -320px;
      width: 320px;
    }
    .route-list-pane.no-animation {
      -webkit-transition: none;
      transition: none;
    }
    .route-list-pane.open {
      -webkit-transform: translate3d(320px, 0, 0);
      transform: translate3d(320px, 0, 0);
    }
    .route-list-pane .pane-header [data-pane-resize] {
      display: none;
    }
  }
  .medium-font .pane,
  .medium-font .road-popup,
  .medium-font .incident-popup {
    font-size: 18px;
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .medium-font .aux-pane .camera img {
      height: 120px;
    }
  }
  @media (min-width: 768px) and (max-height: 767px), (min-width: 900px) {
    .medium-font .aux-pane .camera img {
      height: auto;
    }
  }
  .large-font .pane,
  .large-font .road-popup,
  .large-font .incident-popup {
    font-size: 22px;
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .large-font .aux-pane .camera img {
      height: 109px;
    }
  }
  @media (min-width: 768px) and (max-height: 767px), (min-width: 900px) {
    .large-font .aux-pane .camera img {
      height: auto;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .route-list-pane .btn-circle:hover,
    .route-list-pane .btn-zoom-hover:hover,
    .route-list-pane button.close:hover {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
    .incident-popup .list-item-content.force-wrap,
    .incident .list-item-content.force-wrap {
      word-break: break-all;
    }
    .page-header-logo {
      -webkit-flex-basis: 0;
      -moz-flex-basis: 0;
      -ms-flex-basis: 0;
      flex-basis: 0;
    }
    .page-header-logo-svg .page-header-logo-image,
    .page-header-logo-small-svg .page-header-logo-image,
    .page-header-logo-svg .page-header-small-logo-image,
    .page-header-logo-small-svg .page-header-small-logo-image {
      width: 100%;
    }
  }
  @media screen and (-ms-high-contrast: active) and (min-width: 615px),
    (-ms-high-contrast: none) and (min-width: 615px) {
    .page-header-logo {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-positive: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
    }
  }
  .road.list > li .list-item-content,
  .road .list > li .list-item-content,
  .traffic-item-list .list > li .list-item-content,
  .road.list > .list-item .list-item-content,
  .road .list > .list-item .list-item-content,
  .traffic-item-list .list > .list-item .list-item-content {
    width: 0;
  }
  .no-overflow-scroll.wla-android-4 .change-cities-modal .btn-circle {
    width: auto;
    white-space: nowrap;
  }
  .no-overflow-scroll .page-body {
    overflow-y: visible;
  }
  .no-overflow-scroll .aux-pane,
  .no-overflow-scroll .route-list-pane {
    bottom: auto;
    height: auto !important;
  }
  .no-overflow-scroll .aux-pane .pane-body,
  .no-overflow-scroll .route-list-pane .pane-body {
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .no-overflow-scroll .aux-pane .sheet,
  .no-overflow-scroll .route-list-pane .sheet {
    display: none;
    position: relative;
    top: auto;
    bottom: auto;
    overflow-y: visible;
  }
  .no-overflow-scroll .aux-pane .sheet.active,
  .no-overflow-scroll .route-list-pane .sheet.active {
    display: block;
  }
  .no-overflow-scroll .aux-pane.open,
  .no-overflow-scroll .route-list-pane.open {
    min-height: 50%;
  }
  .no-overflow-scroll .aux-pane.open.short,
  .no-overflow-scroll .route-list-pane.open.short {
    min-height: 25%;
  }
  .no-overflow-scroll .aux-pane.open.tall,
  .no-overflow-scroll .route-list-pane.open.tall {
    min-height: 90%;
  }
  .no-overflow-scroll .aux-pane .aux-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .no-overflow-scroll .aux-pane.open.short {
    min-height: 164px;
  }
  .no-overflow-scroll .route-list-pane.open.short {
    min-height: 114px;
  }
  .no-overflow-scroll .sheets .sheets-header .back {
    display: none;
  }
  .no-overflow-scroll .sheets.has-many-sheets .sheets-header .back {
    display: inline-block;
  }
  .no-overflow-scroll .modal-open {
    overflow: visible;
  }
  .no-overflow-scroll .modal {
    overflow-y: visible;
    position: absolute;
    bottom: auto;
    min-height: 100%;
  }
  .no-overflow-scroll .modal .btn-circle {
    border-radius: 4px;
    height: auto;
  }
  .no-overflow-scroll .modal .btn-circle:hover,
  .no-overflow-scroll .modal .btn-circle.btn-circle-active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .no-overflow-scroll .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
  }
  .no-overflow-scroll #debugList {
    overflow-y: visible;
    max-height: none;
    bottom: auto;
    top: 60%;
    opacity: 1;
    z-index: 1000;
  }
  main {
    display: block;
  }
  .sheet-instructions {
    text-align: center;
    font-weight: 700;
  }
  .sheet-instructions > div {
    padding: 0 10px;
  }
  
  .btn {
    background-color: transparent;
  } /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  video {
    display: inline-block;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  a {
    background: 0 0;
  }
  a:focus {
    outline: thin dotted;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: 700;
  }
  dfn {
    font-style: italic;
  }
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, serif;
    font-size: 1em;
  }
  pre {
    white-space: pre-wrap;
  }
  q {
    quotes: "\201C""\201D""\2018""\2019";
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 0;
  }
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
  }
  button,
  input {
    line-height: normal;
  }
  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;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  @media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !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: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page {
      margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    select {
      background: #fff !important;
    }
    .navbar {
      display: none;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important;
    }
  }
  *,
  :before,
  :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #9e9e9e;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #428bca;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #2a6496;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #9e9e9e;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  p {
    margin: 0 0 11px;
  }
  .lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px;
    }
  }
  small,
  .small {
    font-size: 85%;
  }
  cite {
    font-style: normal;
  }
  .text-muted {
    color: #999;
  }
  .text-primary {
    color: #428bca;
  }
  .text-warning {
    color: #c09853;
  }
  .text-danger {
    color: #b94a48;
  }
  .text-success {
    color: #468847;
  }
  .text-info {
    color: #3a87ad;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small,
  h1 .small,
  h2 .small,
  h3 .small,
  h4 .small,
  h5 .small,
  h6 .small,
  .h1 .small,
  .h2 .small,
  .h3 .small,
  .h4 .small,
  .h5 .small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999;
  }
  h1,
  h2,
  h3 {
    margin-top: 22px;
    margin-bottom: 11px;
  }
  h1 small,
  h2 small,
  h3 small,
  h1 .small,
  h2 .small,
  h3 .small {
    font-size: 65%;
  }
  h4,
  h5,
  h6 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  h4 small,
  h5 small,
  h6 small,
  h4 .small,
  h5 .small,
  h6 .small {
    font-size: 75%;
  }
  h1,
  .h1 {
    font-size: 41px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 11px;
  }
  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-inline > li:first-child {
    padding-left: 0;
  }
  dl {
    margin-bottom: 22px;
  }
  dt,
  dd {
    line-height: 1.42857143;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
      content: " ";
      display: table;
    }
    .dl-horizontal dd:after {
      clear: both;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
      content: " ";
      display: table;
    }
    .dl-horizontal dd:after {
      clear: both;
    }
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
  }
  abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    border-left: 5px solid #eee;
  }
  blockquote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
  }
  blockquote p:last-child {
    margin-bottom: 0;
  }
  blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999;
  }
  blockquote small:before {
    content: "\2014 \00A0";
  }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
  }
  blockquote.pull-right p,
  blockquote.pull-right small,
  blockquote.pull-right .small {
    text-align: right;
  }
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: "";
  }
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014";
  }
  blockquote:before,
  blockquote:after {
    content: "";
  }
  address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857143;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  }
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
  }
  pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11 {
    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: 0;
  }
  .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: 0;
  }
  .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) {
    .container {
      width: 750px;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
      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: 0;
    }
    .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: 0;
    }
    .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) {
    .container {
      width: 970px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
      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: 0;
    }
    .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: 0;
    }
    .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) {
    .container {
      width: 1170px;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
      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: 0;
    }
    .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: 0;
    }
    .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 {
    max-width: 100%;
    background-color: transparent;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    margin-bottom: 22px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #9e9e9e;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover > td,
  .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    float: none;
    display: table-cell;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
  }
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
  }
  @media (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    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="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  }
  input[type="file"] {
    display: block;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
  }
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    height: auto;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    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,
      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;
  }
  .form-control::-moz-placeholder {
    color: #999;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
  }
  textarea.form-control {
    height: auto;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    display: block;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
  }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  .radio[disabled],
  .radio-inline[disabled],
  .checkbox[disabled],
  .checkbox-inline[disabled],
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"],
  fieldset[disabled] .radio,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm {
    height: 33px;
    line-height: 33px;
  }
  textarea.input-sm {
    height: auto;
  }
  .input-lg {
    height: 48px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  select.input-lg {
    height: 48px;
    line-height: 48px;
  }
  textarea.input-lg {
    height: auto;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline {
    color: #c09853;
  }
  .has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  }
  .has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline {
    color: #b94a48;
  }
  .has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  }
  .has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline {
    color: #468847;
  }
  .has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  }
  .has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
  }
  .form-control-static {
    margin-bottom: 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;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0;
    }
  }
  .form-horizontal .control-label,
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table;
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  .form-horizontal .form-control-static {
    padding-top: 7px;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      text-align: right;
    }
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    background-image: none;
  }
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
  }
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning {
    background-image: none;
  }
  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn-danger.active,
  .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn-success.active,
  .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open .dropdown-toggle.btn-success {
    background-image: none;
  }
  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn-info.active,
  .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open .dropdown-toggle.btn-info {
    background-image: none;
  }
  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
  }
  .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-xs {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs {
    padding: 1px 5px;
  }
  .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 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:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #999;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
  }
  .btn-default .caret {
    border-top-color: #333;
  }
  .btn-primary .caret,
  .btn-success .caret,
  .btn-warning .caret,
  .btn-danger .caret,
  .btn-info .caret {
    border-top-color: #fff;
  }
  .dropup .btn-default .caret {
    border-bottom-color: #333;
  }
  .dropup .btn-primary .caret,
  .dropup .btn-success .caret,
  .dropup .btn-warning .caret,
  .dropup .btn-danger .caret,
  .dropup .btn-info .caret {
    border-bottom-color: #fff;
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn:active,
  .btn-group-vertical > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus {
    outline: 0;
  }
  .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:before,
  .btn-toolbar:after {
    content: " ";
    display: table;
  }
  .btn-toolbar:after {
    clear: both;
  }
  .btn-toolbar:before,
  .btn-toolbar:after {
    content: " ";
    display: table;
  }
  .btn-toolbar:after {
    clear: both;
  }
  .btn-toolbar .btn-group {
    float: left;
  }
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group,
  .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child > .btn:last-child,
  .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
  }
  .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
  }
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
  }
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%;
  }
  [data-toggle="buttons"] > .btn > input[type="radio"],
  [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    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: 48px;
    line-height: 48px;
  }
  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: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-group-sm > .form-control,
  select.input-group-sm > .input-group-addon,
  select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px;
  }
  textarea.input-group-sm > .form-control,
  textarea.input-group-sm > .input-group-addon,
  textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 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: 14px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px;
  }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group-addon:first-child {
    border-right: 0;
  }
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .input-group-addon:last-child {
    border-left: 0;
  }
  .input-group-btn {
    position: relative;
    white-space: nowrap;
  }
  .input-group-btn:first-child > .btn {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -4px;
  }
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav:before,
  .nav:after {
    content: " ";
    display: table;
  }
  .nav:after {
    clear: both;
  }
  .nav:before,
  .nav:after {
    content: " ";
    display: table;
  }
  .nav:after {
    clear: both;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 0.6em 1.2em;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .nav > li.disabled > a {
    color: #999;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
  }
  .nav .open > a .caret,
  .nav .open > a:hover .caret,
  .nav .open > a:focus .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #9e9e9e;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
  }
  .nav-pills > li.active > a .caret,
  .nav-pills > li.active > a:hover .caret,
  .nav-pills > li.active > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #9e9e9e;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
  }
  .nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px;
    }
  }
  .navbar-header:before,
  .navbar-header:after {
    content: " ";
    display: table;
  }
  .navbar-header:after {
    clear: both;
  }
  .navbar-header:before,
  .navbar-header:after {
    content: " ";
    display: table;
  }
  .navbar-header:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table;
  }
  .navbar-collapse:after {
    clear: both;
  }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table;
  }
  .navbar-collapse:after {
    clear: both;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: auto;
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
      margin-left: -15px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
      margin-right: -15px;
    }
    .navbar-collapse .navbar-text:last-child {
      margin-right: 0;
    }
  }
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .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: 7px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
  }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 14px;
      padding-bottom: 14px;
    }
  }
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
    }
  }
  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0;
    }
  }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
  }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-nav.pull-right > li > .dropdown-menu,
  .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
  }
  .navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .navbar-text {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  .navbar-default .navbar-nav > .open > a .caret,
  .navbar-default .navbar-nav > .open > a:hover .caret,
  .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
  }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-link {
    color: #777;
  }
  .navbar-default .navbar-link:hover {
    color: #333;
  }
  .navbar-inverse {
    background-color: #222;
    border-color: #080808;
  }
  .navbar-inverse .navbar-brand {
    color: #999;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #999;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
  }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
  }
  .navbar-inverse .navbar-nav > .open > a .caret,
  .navbar-inverse .navbar-nav > .open > a:hover .caret,
  .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-link {
    color: #999;
  }
  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb > .active {
    color: #999;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    background-color: #eee;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
  }
  .pager:before,
  .pager:after {
    content: " ";
    display: table;
  }
  .pager:after {
    clear: both;
  }
  .pager:before,
  .pager:after {
    content: " ";
    display: table;
  }
  .pager:after {
    clear: both;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
  }
  .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;
  }
  .label[href]:hover,
  .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .label:empty {
    display: none;
  }
  .label-default {
    background-color: #999;
  }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: gray;
  }
  .label-primary {
    background-color: #428bca;
  }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #3071a9;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  a.badge:hover,
  a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  a.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
  }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  .jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 200;
    line-height: 2.14285714;
    color: inherit;
    background-color: #eee;
  }
  .jumbotron h1 {
    line-height: 1;
    color: inherit;
  }
  .jumbotron p {
    line-height: 1.4;
  }
  .container .jumbotron {
    border-radius: 6px;
  }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .container .jumbotron {
      padding-left: 60px;
      padding-right: 60px;
    }
    .jumbotron h1 {
      font-size: 72px;
    }
  }
  .thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #9e9e9e;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 22px;
  }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: #428bca;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333;
  }
  .alert {
    padding: 15px;
    margin-bottom: 22px;
    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 {
    padding-right: 35px;
  }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #356635;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #2d6987;
  }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #a47e3c;
  }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #953b39;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-moz-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-o-keyframes progress-bar-stripes {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 40px 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -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;
    transition: width 0.6s ease;
  }
  .progress-striped .progress-bar {
    background-image: -webkit-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 40px 40px;
  }
  .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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-gradient(
      linear,
      0 100%,
      100% 0,
      color-stop(0.25, rgba(255, 255, 255, 0.15)),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, rgba(255, 255, 255, 0.15)),
      color-stop(0.75, transparent),
      to(transparent)
    );
    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: -moz-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,
  .media-body {
    overflow: hidden;
    zoom: 1;
  }
  .media,
  .media .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media-object {
    display: block;
  }
  .media-heading {
    margin: 0 0 5px;
  }
  .media > .pull-left {
    margin-right: 10px;
  }
  .media > .pull-right {
    margin-left: 10px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  a.list-group-item {
    color: #555;
  }
  a.list-group-item .list-group-item-heading {
    color: #333;
  }
  a.list-group-item:hover,
  a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
  }
  a.list-group-item.active,
  a.list-group-item.active:hover,
  a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
  }
  a.list-group-item.active .list-group-item-heading,
  a.list-group-item.active:hover .list-group-item-heading,
  a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item.active .list-group-item-text,
  a.list-group-item.active:hover .list-group-item-text,
  a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    margin-bottom: 22px;
    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-body:before,
  .panel-body:after {
    content: " ";
    display: table;
  }
  .panel-body:after {
    clear: both;
  }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table;
  }
  .panel-body:after {
    clear: both;
  }
  .panel > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
  }
  .panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive {
    margin-bottom: 0;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }
  .panel-title > 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-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .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 > .dropdown .caret {
    border-color: #333 transparent;
  }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: #428bca;
  }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
  }
  .panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
  }
  .panel-primary > .panel-heading > .dropdown .caret {
    border-color: #fff transparent;
  }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading > .dropdown .caret {
    border-color: #468847 transparent;
  }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading > .dropdown .caret {
    border-color: #c09853 transparent;
  }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading > .dropdown .caret {
    border-color: #b94a48 transparent;
  }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading > .dropdown .caret {
    border-color: #3a87ad transparent;
  }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-lg {
    padding: 24px;
    border-radius: 6px;
  }
  .well-sm {
    padding: 9px;
    border-radius: 3px;
  }
  .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 20px;
  }
  .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  @media screen and (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .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);
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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 {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 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;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover .arrow,
  .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover .arrow {
    border-width: 11px;
  }
  .popover .arrow:after {
    border-width: 10px;
    content: "";
  }
  .popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
  }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
  }
  .popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
  }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-control.left {
    background-image: -webkit-gradient(
      linear,
      0 top,
      100% top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.0001))
    );
    background-image: -webkit-linear-gradient(
      left,
      color-stop(rgba(0, 0, 0, 0.5) 0),
      color-stop(rgba(0, 0, 0, 0.0001) 100%)
    );
    background-image: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      0 top,
      100% top,
      from(rgba(0, 0, 0, 0.0001)),
      to(rgba(0, 0, 0, 0.5))
    );
    background-image: -webkit-linear-gradient(
      left,
      color-stop(rgba(0, 0, 0, 0.0001) 0),
      color-stop(rgba(0, 0, 0, 0.5) 100%)
    );
    background-image: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
  }
  .carousel-control .icon-prev:before {
    content: "\2039";
  }
  .carousel-control .icon-next:before {
    content: "\203a";
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
  }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
  }
  .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      font-size: 30px;
    }
    .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs,
  tr.visible-xs,
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
      display: block !important;
    }
    tr.visible-xs.visible-sm {
      display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
      display: block !important;
    }
    tr.visible-xs.visible-md {
      display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-xs.visible-lg {
      display: block !important;
    }
    tr.visible-xs.visible-lg {
      display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-sm,
  tr.visible-sm,
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-sm.visible-xs {
      display: block !important;
    }
    tr.visible-sm.visible-xs {
      display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
      display: block !important;
    }
    tr.visible-sm.visible-md {
      display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-sm.visible-lg {
      display: block !important;
    }
    tr.visible-sm.visible-lg {
      display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-md,
  tr.visible-md,
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-md.visible-xs {
      display: block !important;
    }
    tr.visible-md.visible-xs {
      display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
      display: block !important;
    }
    tr.visible-md.visible-sm {
      display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-md.visible-lg {
      display: block !important;
    }
    tr.visible-md.visible-lg {
      display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
      display: table-cell !important;
    }
  }
  .visible-lg,
  tr.visible-lg,
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-lg.visible-xs {
      display: block !important;
    }
    tr.visible-lg.visible-xs {
      display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
      display: block !important;
    }
    tr.visible-lg.visible-sm {
      display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
      display: block !important;
    }
    tr.visible-lg.visible-md {
      display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
      display: none !important;
    }
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
      display: none !important;
    }
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
      display: none !important;
    }
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
  @media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
      display: none !important;
    }
  }
  .visible-print,
  tr.visible-print,
  th.visible-print,
  td.visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: block !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
      display: none !important;
    }
  }
  @font-face {
    font-family: icomoon;
    src: url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/font/icomoon.ttf?nqavk2)
        format("truetype"),
      url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/font/icomoon.woff?nqavk2)
        format("woff"),
      url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/font/icomoon.svg?nqavk2#icomoon)
        format("svg");
    font-weight: 400;
    font-style: normal;
  }
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-ruler-v:before {
    content: "\e902";
  }
  .icon-stopwatch:before {
    content: "\e901";
  }
  .icon-loop:before {
    content: "\e900";
  }
  .icon-diamonds:before {
    content: "\e919";
  }
  .icon-sphere:before {
    content: "\e9c9";
  }
  .icon-close:before {
    content: "\f00d";
  }
  .icon-clock-o:before {
    content: "\f017";
  }
  .icon-tag:before {
    content: "\f02b";
  }
  .icon-pencil:before {
    content: "\f040";
  }
  .icon-check-circle:before {
    content: "\f058";
  }
  .icon-question-circle:before {
    content: "\f059";
  }
  .icon-exclamation-circle:before {
    content: "\f06a";
  }
  .icon-chevron-up:before {
    content: "\f077";
  }
  .icon-chevron-down:before {
    content: "\f078";
  }
  .icon-external-link:before {
    content: "\f08e";
  }
  .icon-tasks:before {
    content: "\f0ae";
  }
  .icon-lightbulb-o:before {
    content: "\f0eb";
  }
  .icon-cloud-upload:before {
    content: "\f0ee";
  }
  .icon-circle:before {
    content: "\f111";
  }
  .icon-question:before {
    content: "\f128";
  }
  .icon-exclamation:before {
    content: "\f12a";
  }
  .icon-area-chart:before {
    content: "\f1fe";
  }
  .icon-cc-diners-club:before {
    content: "\f24c";
  }
  .icon-hourglass:before {
    content: "\f254";
  }
  .icon-map-o:before {
    content: "\f278";
  }
  .icon-search:before {
    content: "\f002";
  }
  .icon-user:before {
    content: "\f007";
  }
  .icon-check:before {
    content: "\f00c";
  }
  .icon-cog:before {
    content: "\f013";
  }
  .icon-gear:before {
    content: "\f013";
  }
  .icon-road:before {
    content: "\f018";
  }
  .icon-arrow-circle-o-up:before {
    content: "\f01b";
  }
  .icon-refresh:before {
    content: "\f021";
  }
  .icon-lock:before {
    content: "\f023";
  }
  .icon-camera:before {
    content: "\f030";
  }
  .icon-image:before {
    content: "\f03e";
  }
  .icon-photo:before {
    content: "\f03e";
  }
  .icon-picture-o:before {
    content: "\f03e";
  }
  .icon-map-marker:before {
    content: "\f041";
  }
  .icon-chevron-right:before {
    content: "\f054";
  }
  .icon-info-circle:before {
    content: "\f05a";
  }
  .icon-ban:before {
    content: "\f05e";
  }
  .icon-arrow-left:before {
    content: "\f060";
  }
  .icon-plus:before {
    content: "\f067";
  }
  .icon-minus:before {
    content: "\f068";
  }
  .icon-exclamation-triangle:before {
    content: "\f071";
  }
  .icon-warning:before {
    content: "\f071";
  }
  .icon-key:before {
    content: "\f084";
  }
  .icon-sign-out:before {
    content: "\f08b";
  }
  .icon-phone-square:before {
    content: "\f098";
  }
  .icon-credit-card:before {
    content: "\f09d";
  }
  .icon-globe:before {
    content: "\f0ac";
  }
  .icon-group:before {
    content: "\f0c0";
  }
  .icon-users:before {
    content: "\f0c0";
  }
  .icon-flask:before {
    content: "\f0c3";
  }
  .icon-money:before {
    content: "\f0d6";
  }
  .icon-envelope:before {
    content: "\f0e0";
  }
  .icon-desktop:before {
    content: "\f108";
  }
  .icon-tablet:before {
    content: "\f10a";
  }
  .icon-mobile:before {
    content: "\f10b";
  }
  .icon-mobile-phone:before {
    content: "\f10b";
  }
  .icon-spinner:before {
    content: "\f110";
  }
  .icon-code:before {
    content: "\f121";
  }
  .icon-location-arrow:before {
    content: "\f124";
  }
  .icon-calendar-o:before {
    content: "\f133";
  }
  .icon-chevron-circle-right:before {
    content: "\f138";
  }
  .icon-ellipsis-h:before {
    content: "\f141";
  }
  .icon-cc-visa:before {
    content: "\f1f0";
  }
  .icon-cc-mastercard:before {
    content: "\f1f1";
  }
  .icon-cc-amex:before {
    content: "\f1f3";
  }
  .icon-trash:before {
    content: "\f1f8";
  }
  .icon-save:before {
    content: "\e085";
  }
  .icon-directions:before {
    content: "\e1c8";
  }
  .icon-local-hospital:before {
    content: "\e1e0";
  }
  .icon-notifications:before {
    content: "\e24a";
  }
  .icon-stop-sign:before {
    content: "\e600";
  }
  .icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
  }
  a .icon-spin {
    display: inline-block;
    text-decoration: none;
  }
  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(359deg);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
    }
  }
  @-o-keyframes spin {
    0% {
      -o-transform: rotate(0deg);
    }
    100% {
      -o-transform: rotate(359deg);
    }
  }
  @-ms-keyframes spin {
    0% {
      -ms-transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(359deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  .leaflet-map-pane,
  .leaflet-tile,
  .leaflet-marker-icon,
  .leaflet-marker-shadow,
  .leaflet-tile-pane,
  .leaflet-tile-container,
  .leaflet-overlay-pane,
  .leaflet-shadow-pane,
  .leaflet-marker-pane,
  .leaflet-popup-pane,
  .leaflet-overlay-pane svg,
  .leaflet-zoom-box,
  .leaflet-image-layer,
  .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
  }
  .leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
  }
  .leaflet-tile,
  .leaflet-marker-icon,
  .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
  }
  .leaflet-marker-icon,
  .leaflet-marker-shadow {
    display: block;
  }
  .leaflet-container img {
    max-width: none;
  }
  .leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important;
  }
  .leaflet-tile {
    filter: inherit;
    visibility: hidden;
  }
  .leaflet-tile-loaded {
    visibility: inherit;
  }
  .leaflet-zoom-box {
    width: 0;
    height: 0;
  }
  .leaflet-overlay-pane svg {
    -moz-user-select: none;
  }
  .leaflet-tile-pane {
    z-index: 2;
  }
  .leaflet-objects-pane {
    z-index: 3;
  }
  .leaflet-overlay-pane {
    z-index: 4;
  }
  .leaflet-shadow-pane {
    z-index: 5;
  }
  .leaflet-marker-pane {
    z-index: 6;
  }
  .leaflet-popup-pane {
    z-index: 7;
  }
  .leaflet-vml-shape {
    width: 1px;
    height: 1px;
  }
  .lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
  }
  .leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
  }
  .leaflet-top,
  .leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
  }
  .leaflet-top {
    top: 0;
  }
  .leaflet-right {
    right: 0;
  }
  .leaflet-bottom {
    bottom: 0;
  }
  .leaflet-left {
    left: 0;
  }
  .leaflet-control {
    float: left;
    clear: both;
  }
  .leaflet-right .leaflet-control {
    float: right;
  }
  .leaflet-top .leaflet-control {
    margin-top: 10px;
  }
  .leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
  }
  .leaflet-left .leaflet-control {
    margin-left: 10px;
  }
  .leaflet-right .leaflet-control {
    margin-right: 10px;
  }
  .leaflet-fade-anim .leaflet-tile,
  .leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .leaflet-fade-anim .leaflet-tile-loaded,
  .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
  }
  .leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  }
  .leaflet-zoom-anim .leaflet-tile,
  .leaflet-pan-anim .leaflet-tile,
  .leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
  }
  .leaflet-clickable {
    cursor: pointer;
  }
  .leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab;
  }
  .leaflet-popup-pane,
  .leaflet-control {
    cursor: auto;
  }
  .leaflet-dragging .leaflet-container,
  .leaflet-dragging .leaflet-clickable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
  }
  .leaflet-container {
    background: #ddd;
    outline: 0;
  }
  .leaflet-container a {
    color: #0078a8;
  }
  .leaflet-container a.leaflet-active {
    outline: 2px solid orange;
  }
  .leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
  }
  .leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
  }
  .leaflet-bar a,
  .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .leaflet-bar a,
  .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
  }
  .leaflet-bar a:hover {
    background-color: #f4f4f4;
  }
  .leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
  }
  .leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
  }
  .leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .leaflet-control-zoom-in,
  .leaflet-control-zoom-out {
    font: 700 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
  }
  .leaflet-control-zoom-out {
    font-size: 20px;
  }
  .leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
  }
  .leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
  }
  .leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
  }
  .leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
  }
  .leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
  }
  .leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
  }
  .leaflet-control-layers .leaflet-control-layers-list,
  .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
  }
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
  }
  .leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
  }
  .leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
  }
  .leaflet-control-layers label {
    display: block;
  }
  .leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
  }
  .leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
  }
  .leaflet-control-attribution,
  .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
  }
  .leaflet-control-attribution a {
    text-decoration: none;
  }
  .leaflet-control-attribution a:hover {
    text-decoration: underline;
  }
  .leaflet-container .leaflet-control-attribution,
  .leaflet-container .leaflet-control-scale {
    font-size: 11px;
  }
  .leaflet-left .leaflet-control-scale {
    margin-left: 5px;
  }
  .leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
  }
  .leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
  }
  .leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
  }
  .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
  }
  .leaflet-touch .leaflet-control-attribution,
  .leaflet-touch .leaflet-control-layers,
  .leaflet-touch .leaflet-bar {
    box-shadow: none;
  }
  .leaflet-touch .leaflet-control-layers,
  .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
  }
  .leaflet-popup {
    position: absolute;
    text-align: center;
  }
  .leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
  }
  .leaflet-popup-content {
    margin: 13px 19px;
  }
  .leaflet-popup-content p {
    margin: 18px 0;
  }
  .leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
  }
  .leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .leaflet-popup-content-wrapper,
  .leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  }
  .leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: 0 0;
  }
  .leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
  }
  .leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
  }
  .leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
  }
  .leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
  }
  .leaflet-oldie .leaflet-control-zoom,
  .leaflet-oldie .leaflet-control-layers,
  .leaflet-oldie .leaflet-popup-content-wrapper,
  .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
  }
  .leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
  }
  .marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
  }
  .marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
  }
  .marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
  }
  .marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
  }
  .marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
  }
  .marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
  }
  .marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
  }
  .marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .marker-cluster span {
    line-height: 30px;
  }
  .leaflet-contextmenu {
    display: none;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 0;
    background-color: #fff;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item {
    display: block;
    color: #222;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    padding: 0 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: default;
    outline: 0;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
    opacity: 0.5;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item.over {
    background-color: #f4f4f4;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
    background-color: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .leaflet-contextmenu-icon {
    margin: 2px 8px 0 0;
    width: 16px;
    height: 16px;
    float: left;
    border: 0;
  }
  .leaflet-contextmenu-separator {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
  }
  .route-waypoint-drag-icon {
    border: solid 1px #aaa;
    border-radius: 3px;
    padding: 1px;
    background-color: #fff;
    white-space: nowrap;
    font-weight: 700;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  }
  .route-waypoint-drag-icon.leaflet-icon-left {
    margin-right: 20px;
  }
  .route-waypoint-drag-icon-content {
    margin: 2px;
    border-radius: 2px;
    padding: 4px 7px;
  }
  .route-waypoint-map-icon.animating {
    -webkit-transition: top 150ms ease;
    transition: top 150ms ease;
  }
  .route-waypoint-map-icon.touch-drag-offset {
    top: -60px;
  }
  .route-path-popup {
    white-space: nowrap;
    font-weight: 700;
  }
  .route-path-popup .leaflet-popup-content-wrapper {
    border-radius: 4px;
  }
  .route-path-popup .leaflet-popup-content-wrapper:hover {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .route-path-popup .leaflet-popup-content-wrapper,
  .route-path-popup .leaflet-popup-tip {
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
  }
  .route-path-popup .leaflet-popup-content {
    margin: 0;
    border-radius: 3px;
  }
  .route-path-popup .route-path-popup-content {
    border-radius: 2px;
  }
  .route-path-popup .leaflet-popup-content-wrapper,
  .route-path-popup .leaflet-popup-tip {
    background-color: rgba(140, 140, 140, 0.8);
  }
  .route-path-popup .leaflet-popup-content {
    padding: 2px;
  }
  .route-path-popup .route-path-popup-content {
    padding: 4px 7px;
  }
  .active-route-path-popup .leaflet-popup-content-wrapper,
  .active-route-path-popup .leaflet-popup-tip {
    background-color: #fff;
  }
  .route-path-popup.time-pct-nan .route-path-popup-content {
    background-color: #888;
  }
  .route-path-popup.time-pct-0 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-0 {
    background-color: silver;
  }
  .route-path-popup.time-pct-1 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-1 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-2 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-2 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-3 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-3 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-4 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-4 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-5 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-5 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-6 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-6 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-7 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-7 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-8 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-8 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-9 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-9 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-10 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-10 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-11 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-11 {
    background-color: #c80000;
  }
  .route-path-popup.time-pct-12 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-12 {
    background-color: #c80100;
  }
  .route-path-popup.time-pct-13 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-13 {
    background-color: #c80200;
  }
  .route-path-popup.time-pct-14 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-14 {
    background-color: #c90400;
  }
  .route-path-popup.time-pct-15 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-15 {
    background-color: #c90500;
  }
  .route-path-popup.time-pct-16 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-16 {
    background-color: #c90700;
  }
  .route-path-popup.time-pct-17 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-17 {
    background-color: #ca0900;
  }
  .route-path-popup.time-pct-18 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-18 {
    background-color: #ca0c00;
  }
  .route-path-popup.time-pct-19 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-19 {
    background-color: #cb0e00;
  }
  .route-path-popup.time-pct-20 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-20 {
    background-color: #cb1100;
  }
  .route-path-popup.time-pct-21 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-21 {
    background-color: #cc1400;
  }
  .route-path-popup.time-pct-22 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-22 {
    background-color: #cd1800;
  }
  .route-path-popup.time-pct-23 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-23 {
    background-color: #ce1b00;
  }
  .route-path-popup.time-pct-24 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-24 {
    background-color: #ce1f00;
  }
  .route-path-popup.time-pct-25 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-25 {
    background-color: #cf2300;
  }
  .route-path-popup.time-pct-26 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-26 {
    background-color: #d02700;
  }
  .route-path-popup.time-pct-27 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-27 {
    background-color: #d12c00;
  }
  .route-path-popup.time-pct-28 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-28 {
    background-color: #d23100;
  }
  .route-path-popup.time-pct-29 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-29 {
    background-color: #d33600;
  }
  .route-path-popup.time-pct-30 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-30 {
    background-color: #d43b00;
  }
  .route-path-popup.time-pct-31 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-31 {
    background-color: #d54000;
  }
  .route-path-popup.time-pct-32 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-32 {
    background-color: #d74600;
  }
  .route-path-popup.time-pct-33 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-33 {
    background-color: #d84c00;
  }
  .route-path-popup.time-pct-34 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-34 {
    background-color: #d95200;
  }
  .route-path-popup.time-pct-35 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-35 {
    background-color: #db5900;
  }
  .route-path-popup.time-pct-36 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-36 {
    background-color: #dc5f00;
  }
  .route-path-popup.time-pct-37 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-37 {
    background-color: #de6600;
  }
  .route-path-popup.time-pct-38 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-38 {
    background-color: #df6d00;
  }
  .route-path-popup.time-pct-39 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-39 {
    background-color: #e17500;
  }
  .route-path-popup.time-pct-40 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-40 {
    background-color: #e27c00;
  }
  .route-path-popup.time-pct-41 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-41 {
    background-color: #e48400;
  }
  .route-path-popup.time-pct-42 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-42 {
    background-color: #e68c00;
  }
  .route-path-popup.time-pct-43 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-43 {
    background-color: #e89500;
  }
  .route-path-popup.time-pct-44 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-44 {
    background-color: #e99d00;
  }
  .route-path-popup.time-pct-45 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-45 {
    background-color: #eba600;
  }
  .route-path-popup.time-pct-46 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-46 {
    background-color: #edaf00;
  }
  .route-path-popup.time-pct-47 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-47 {
    background-color: #efb900;
  }
  .route-path-popup.time-pct-48 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-48 {
    background-color: #f1c200;
  }
  .route-path-popup.time-pct-49 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-49 {
    background-color: #f4cc00;
  }
  .route-path-popup.time-pct-50 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-50 {
    background-color: #f6d600;
  }
  .route-path-popup.time-pct-51 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-51 {
    background-color: #f8e000;
  }
  .route-path-popup.time-pct-52 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-52 {
    background-color: #faeb00;
  }
  .route-path-popup.time-pct-53 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-53 {
    background-color: #fdf600;
  }
  .route-path-popup.time-pct-54 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-54 {
    background-color: #ff0;
  }
  .route-path-popup.time-pct-55 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-55 {
    background-color: #ff0;
  }
  .route-path-popup.time-pct-56 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-56 {
    background-color: #fefe00;
  }
  .route-path-popup.time-pct-57 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-57 {
    background-color: #fefe00;
  }
  .route-path-popup.time-pct-58 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-58 {
    background-color: #fdfe00;
  }
  .route-path-popup.time-pct-59 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-59 {
    background-color: #fcfe00;
  }
  .route-path-popup.time-pct-60 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-60 {
    background-color: #fafd00;
  }
  .route-path-popup.time-pct-61 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-61 {
    background-color: #f9fd00;
  }
  .route-path-popup.time-pct-62 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-62 {
    background-color: #f7fd00;
  }
  .route-path-popup.time-pct-63 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-63 {
    background-color: #f5fc00;
  }
  .route-path-popup.time-pct-64 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-64 {
    background-color: #f3fc00;
  }
  .route-path-popup.time-pct-65 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-65 {
    background-color: #f0fb00;
  }
  .route-path-popup.time-pct-66 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-66 {
    background-color: #edfb00;
  }
  .route-path-popup.time-pct-67 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-67 {
    background-color: #eafa00;
  }
  .route-path-popup.time-pct-68 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-68 {
    background-color: #e7f900;
  }
  .route-path-popup.time-pct-69 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-69 {
    background-color: #e3f800;
  }
  .route-path-popup.time-pct-70 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-70 {
    background-color: #e0f800;
  }
  .route-path-popup.time-pct-71 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-71 {
    background-color: #dcf700;
  }
  .route-path-popup.time-pct-72 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-72 {
    background-color: #d7f600;
  }
  .route-path-popup.time-pct-73 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-73 {
    background-color: #d3f500;
  }
  .route-path-popup.time-pct-74 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-74 {
    background-color: #cef400;
  }
  .route-path-popup.time-pct-75 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-75 {
    background-color: #c9f300;
  }
  .route-path-popup.time-pct-76 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-76 {
    background-color: #c4f200;
  }
  .route-path-popup.time-pct-77 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-77 {
    background-color: #bff100;
  }
  .route-path-popup.time-pct-78 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-78 {
    background-color: #b9ef00;
  }
  .route-path-popup.time-pct-79 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-79 {
    background-color: #b3ee00;
  }
  .route-path-popup.time-pct-80 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-80 {
    background-color: #aded00;
  }
  .route-path-popup.time-pct-81 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-81 {
    background-color: #a6eb00;
  }
  .route-path-popup.time-pct-82 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-82 {
    background-color: #a0ea00;
  }
  .route-path-popup.time-pct-83 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-83 {
    background-color: #99e900;
  }
  .route-path-popup.time-pct-84 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-84 {
    background-color: #92e700;
  }
  .route-path-popup.time-pct-85 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-85 {
    background-color: #8ae500;
  }
  .route-path-popup.time-pct-86 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-86 {
    background-color: #83e400;
  }
  .route-path-popup.time-pct-87 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-87 {
    background-color: #7be200;
  }
  .route-path-popup.time-pct-88 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-88 {
    background-color: #73e000;
  }
  .route-path-popup.time-pct-89 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-89 {
    background-color: #6ade00;
  }
  .route-path-popup.time-pct-90 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-90 {
    background-color: #62dd00;
  }
  .route-path-popup.time-pct-91 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-91 {
    background-color: #59db00;
  }
  .route-path-popup.time-pct-92 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-92 {
    background-color: #50d900;
  }
  .route-path-popup.time-pct-93 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-93 {
    background-color: #47d700;
  }
  .route-path-popup.time-pct-94 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-94 {
    background-color: #3dd500;
  }
  .route-path-popup.time-pct-95 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-95 {
    background-color: #33d300;
  }
  .route-path-popup.time-pct-96 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-96 {
    background-color: #29d100;
  }
  .route-path-popup.time-pct-97 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-97 {
    background-color: #1fce00;
  }
  .route-path-popup.time-pct-98 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-98 {
    background-color: #15cc00;
  }
  .route-path-popup.time-pct-99 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-99 {
    background-color: #0aca00;
  }
  .route-path-popup.time-pct-100 .route-path-popup-content,
  .route-waypoint-drag-icon-content.time-pct-100 {
    background-color: #00c800;
  }
  .alternative-route-polyline,
  .alternative-route-path-popup {
    display: none;
  }
  .checking-route-popups .alternative-route-path-popup {
    display: block;
    visibility: hidden;
  }
  .show-alternative-routes .alternative-route-polyline {
    display: inline;
  }
  .show-alternative-routes .alternative-route-path-popup {
    display: block;
    visibility: visible;
  }
  .incident-popup {
    font-size: 16px;
  }
  .incident-popup .leaflet-popup-content {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .incident-popup .list > li {
    min-height: 0;
  }
  .incident-popup .list > li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .incident-popup .list > li .list-item-icon {
    left: 0.5em;
  }
  .incident-popup .list > li .list-item-content,
  .incident-popup .list > .list-item .list-item-content {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .incident-popup .error-list {
    border-radius: 4px;
  }
  .road-popup {
    font-size: 16px;
  }
  .road-popup .sheets-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
  .road-popup.sheets .sheets-header .title {
    padding-left: 42px;
    padding-right: 42px;
  }
  .road-popup.sheets.has-many-sheets .sheets-header .title {
    padding-left: 0;
    padding-right: 43px;
  }
  .road-popup .sheet {
    background-color: transparent;
  }
  .road-popup .leaflet-popup-content {
    max-height: 430px;
    width: 320px;
    margin: 13px;
    margin-top: 55px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .road-popup .leaflet-popup-scrolled {
    border: 0;
  }
  .road-popup.leaflet-popup .leaflet-popup-close-button {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
  }
  .road-popup.leaflet-popup .leaflet-popup-close-button:hover {
    color: #fff;
  }
  .road-popup .road-popup-content {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .road-popup.applying-layout .sheet {
    position: static;
  }
  .road-popup .road {
    padding-top: 1.71457143em;
  }
  .road-popup .camera {
    margin: 0;
    padding: 0;
  }
  .road-popup .camera img {
    min-height: 0;
    max-width: 100%;
  }
  .effeckt-page-transition.effeckt-page-transition-animating {
    visibility: visible;
  }
  .animation-delay-100 {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .animation-delay-180 {
    -webkit-animation-delay: 0.18s;
    -o-animation-delay: 0.18s;
    animation-delay: 0.18s;
  }
  .animation-delay-200 {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .animation-delay-300 {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .animation-delay-500 {
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .animation-delay-700 {
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .animation-delay-1000 {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
  }
  .effeckt-page-transition-left-slide-in {
    -webkit-animation: slideInLeft 0.3s forwards ease-out;
    -o-animation: slideInLeft 0.3s forwards ease-out;
    animation: slideInLeft 0.3s forwards ease-out;
  }
  .effeckt-page-transition-right-slide-in {
    -webkit-animation: slideInRight 0.3s forwards ease-out;
    -o-animation: slideInRight 0.3s forwards ease-out;
    animation: slideInRight 0.3s forwards ease-out;
  }
  .effeckt-page-transition-top-slide-in {
    -webkit-animation: slideInTop 0.7s forwards ease-out;
    -o-animation: slideInTop 0.7s forwards ease-out;
    animation: slideInTop 0.7s forwards ease-out;
  }
  .effeckt-page-transition-bottom-slide-in {
    -webkit-animation: slideInBottom 0.7s forwards ease-out;
    -o-animation: slideInBottom 0.7s forwards ease-out;
    animation: slideInBottom 0.7s forwards ease-out;
  }
  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-o-keyframes slideInLeft {
    0% {
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-o-keyframes slideInRight {
    0% {
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes slideInTop {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes slideInTop {
    0% {
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideInTop {
    0% {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes slideInBottom {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-o-keyframes slideInBottom {
    0% {
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideInBottom {
    0% {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .effeckt-page-transition-left-slide-out {
    -webkit-animation: slideOutLeft 0.3s forwards ease-out;
    -o-animation: slideOutLeft 0.3s forwards ease-out;
    animation: slideOutLeft 0.3s forwards ease-out;
  }
  .effeckt-page-transition-right-slide-out {
    -webkit-animation: slideOutRight 0.3s forwards ease-out;
    -o-animation: slideOutRight 0.3s forwards ease-out;
    animation: slideOutRight 0.3s forwards ease-out;
  }
  .effeckt-page-transition-top-slide-out {
    -webkit-animation: slideOutTop 0.7s forwards ease-out;
    -o-animation: slideOutTop 0.7s forwards ease-out;
    animation: slideOutTop 0.7s forwards ease-out;
  }
  .effeckt-page-transition-bottom-slide-out {
    -webkit-animation: slideOutBottom 0.7s forwards ease-out;
    -o-animation: slideOutBottom 0.7s forwards ease-out;
    animation: slideOutBottom 0.7s forwards ease-out;
  }
  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-o-keyframes slideOutLeft {
    0% {
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-o-keyframes slideOutRight {
    0% {
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes slideOutTop {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-o-keyframes slideOutTop {
    0% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes slideOutTop {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-webkit-keyframes slideOutBottom {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-o-keyframes slideOutBottom {
    0% {
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes slideOutBottom {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  .effeckt-page-transition-down-scale-out {
    -webkit-animation: scaleDown 0.7s ease both;
    -o-animation: scaleDown 0.7s ease both;
    animation: scaleDown 0.7s ease both;
  }
  .effeckt-page-transition-up-scale-in {
    -webkit-animation: scaleUp 0.7s ease both;
    -o-animation: scaleUp 0.7s ease both;
    animation: scaleUp 0.7s ease both;
  }
  @-webkit-keyframes scaleDown {
    to {
      opacity: 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @-o-keyframes scaleDown {
    to {
      opacity: 0;
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @keyframes scaleDown {
    to {
      opacity: 0;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @-webkit-keyframes scaleUp {
    from {
      opacity: 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @-o-keyframes scaleUp {
    from {
      opacity: 0;
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  @keyframes scaleUp {
    from {
      opacity: 0;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  .effeckt-page-transition-left-fade-in {
    -webkit-animation: fadeLeftIn 0.7s ease both;
    -o-animation: fadeLeftIn 0.7s ease both;
    animation: fadeLeftIn 0.7s ease both;
  }
  .effeckt-page-transition-right-fade-in {
    -webkit-animation: fadeRightIn 0.7s ease both;
    -o-animation: fadeRightIn 0.7s ease both;
    animation: fadeRightIn 0.7s ease both;
  }
  .effeckt-page-transition-top-fade-in {
    -webkit-animation: fadeTopIn 0.7s ease both;
    -o-animation: fadeTopIn 0.7s ease both;
    animation: fadeTopIn 0.7s ease both;
  }
  .effeckt-page-transition-bottom-fade-in {
    -webkit-animation: fadeBottomIn 0.7s ease both;
    -o-animation: fadeBottomIn 0.7s ease both;
    animation: fadeBottomIn 0.7s ease both;
  }
  @-webkit-keyframes fadeLeftIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-o-keyframes fadeLeftIn {
    to {
      opacity: 0.3;
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes fadeLeftIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes fadeRightIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-o-keyframes fadeRightIn {
    to {
      opacity: 0.3;
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes fadeRightIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes fadeTopIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-o-keyframes fadeTopIn {
    to {
      opacity: 0.3;
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes fadeTopIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-webkit-keyframes fadeBottomIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-o-keyframes fadeBottomIn {
    to {
      opacity: 0.3;
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes fadeBottomIn {
    to {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .effeckt-page-transition-left-fade-out {
    -webkit-animation: fadeLeftOut 0.7s ease both;
    -o-animation: fadeLeftOut 0.7s ease both;
    animation: fadeLeftOut 0.7s ease both;
  }
  .effeckt-page-transition-right-fade-out {
    -webkit-animation: fadeRightOut 0.7s ease both;
    -o-animation: fadeRightOut 0.7s ease both;
    animation: fadeRightOut 0.7s ease both;
  }
  .effeckt-page-transition-top-fade-out {
    -webkit-animation: fadeTopOut 0.7s ease both;
    -o-animation: fadeTopOut 0.7s ease both;
    animation: fadeTopOut 0.7s ease both;
  }
  .effeckt-page-transition-bottom-fade-out {
    -webkit-animation: fadeBottomOut 0.7s ease both;
    -o-animation: fadeBottomOut 0.7s ease both;
    animation: fadeBottomOut 0.7s ease both;
  }
  @-webkit-keyframes fadeLeftOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-o-keyframes fadeLeftOut {
    from {
      opacity: 0.3;
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes fadeLeftOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes fadeRightOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-o-keyframes fadeRightOut {
    from {
      opacity: 0.3;
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes fadeRightOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes fadeTopOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-o-keyframes fadeTopOut {
    from {
      opacity: 0.3;
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes fadeTopOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @-webkit-keyframes fadeBottomOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @-o-keyframes fadeBottomOut {
    from {
      opacity: 0.3;
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes fadeBottomOut {
    from {
      opacity: 0.3;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .effeckt-page-transition-left-flip-in {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipInLeft 0.5s both ease-out;
    -o-animation: flipInLeft 0.5s both ease-out;
    animation: flipInLeft 0.5s both ease-out;
  }
  .effeckt-page-transition-right-flip-out {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipOutRight 0.5s both ease-in;
    -o-animation: flipOutRight 0.5s both ease-in;
    animation: flipOutRight 0.5s both ease-in;
  }
  @-webkit-keyframes flipInLeft {
    from {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(-90deg);
      transform: translateZ(-1000px) rotateY(-90deg);
    }
  }
  @-o-keyframes flipInLeft {
    from {
      opacity: 0.2;
      -o-transform: translateZ(-1000px) rotateY(-90deg);
      transform: translateZ(-1000px) rotateY(-90deg);
    }
  }
  @keyframes flipInLeft {
    from {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(-90deg);
      -ms-transform: translateZ(-1000px) rotateY(-90deg);
      -o-transform: translateZ(-1000px) rotateY(-90deg);
      transform: translateZ(-1000px) rotateY(-90deg);
    }
  }
  @-webkit-keyframes flipOutRight {
    to {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(90deg);
      transform: translateZ(-1000px) rotateY(90deg);
    }
  }
  @-o-keyframes flipOutRight {
    to {
      opacity: 0.2;
      -o-transform: translateZ(-1000px) rotateY(90deg);
      transform: translateZ(-1000px) rotateY(90deg);
    }
  }
  @keyframes flipOutRight {
    to {
      opacity: 0.2;
      -webkit-transform: translateZ(-1000px) rotateY(90deg);
      -ms-transform: translateZ(-1000px) rotateY(90deg);
      -o-transform: translateZ(-1000px) rotateY(90deg);
      transform: translateZ(-1000px) rotateY(90deg);
    }
  }
  .effeckt-page-transition-newspaper-out {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOutNewspaper 0.5s both ease-in;
    -o-animation: rotateOutNewspaper 0.5s both ease-in;
    animation: rotateOutNewspaper 0.5s both ease-in;
  }
  .effeckt-page-transition-newspaper-in {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateInNewspaper 0.5s both ease-out;
    -o-animation: rotateInNewspaper 0.5s both ease-out;
    animation: rotateInNewspaper 0.5s both ease-out;
  }
  @-webkit-keyframes rotateOutNewspaper {
    to {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(360deg);
      transform: translateZ(-3000px) rotateZ(360deg);
    }
  }
  @-o-keyframes rotateOutNewspaper {
    to {
      opacity: 1;
      -o-transform: translateZ(-3000px) rotateZ(360deg);
      transform: translateZ(-3000px) rotateZ(360deg);
    }
  }
  @keyframes rotateOutNewspaper {
    to {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(360deg);
      -ms-transform: translateZ(-3000px) rotateZ(360deg);
      -o-transform: translateZ(-3000px) rotateZ(360deg);
      transform: translateZ(-3000px) rotateZ(360deg);
    }
  }
  @-webkit-keyframes rotateInNewspaper {
    from {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
      transform: translateZ(-3000px) rotateZ(-360deg);
    }
  }
  @-o-keyframes rotateInNewspaper {
    from {
      opacity: 1;
      -o-transform: translateZ(-3000px) rotateZ(-360deg);
      transform: translateZ(-3000px) rotateZ(-360deg);
    }
  }
  @keyframes rotateInNewspaper {
    from {
      opacity: 1;
      -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
      -ms-transform: translateZ(-3000px) rotateZ(-360deg);
      -o-transform: translateZ(-3000px) rotateZ(-360deg);
      transform: translateZ(-3000px) rotateZ(-360deg);
    }
  }
  .effeckt-page-transition-left-rotate-push {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotatePushLeft 0.8s both ease;
    -o-animation: rotatePushLeft 0.8s both ease;
    animation: rotatePushLeft 0.8s both ease;
  }
  .effeckt-page-transition-right-rotate-push {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePushRight 0.8s both ease;
    -o-animation: rotatePushRight 0.8s both ease;
    animation: rotatePushRight 0.8s both ease;
  }
  .effeckt-page-transition-top-rotate-push {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotatePushTop 0.8s both ease;
    -o-animation: rotatePushTop 0.8s both ease;
    animation: rotatePushTop 0.8s both ease;
  }
  .effeckt-page-transition-bottom-rotate-push {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePushBottom 0.8s both ease;
    -o-animation: rotatePushBottom 0.8s both ease;
    animation: rotatePushBottom 0.8s both ease;
  }
  @-webkit-keyframes rotatePushLeft {
    to {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-o-keyframes rotatePushLeft {
    to {
      opacity: 0;
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @keyframes rotatePushLeft {
    to {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      -ms-transform: rotateY(90deg);
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-webkit-keyframes rotatePushRight {
    to {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-o-keyframes rotatePushRight {
    to {
      opacity: 0;
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @keyframes rotatePushRight {
    to {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      -ms-transform: rotateY(-90deg);
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-webkit-keyframes rotatePushTop {
    to {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-o-keyframes rotatePushTop {
    to {
      opacity: 0;
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @keyframes rotatePushTop {
    to {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      -ms-transform: rotateX(-90deg);
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-webkit-keyframes rotatePushBottom {
    to {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @-o-keyframes rotatePushBottom {
    to {
      opacity: 0;
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @keyframes rotatePushBottom {
    to {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  .effeckt-page-transition-left-rotate-pull {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotatePullLeft 0.5s both ease;
    -o-animation: rotatePullLeft 0.5s both ease;
    animation: rotatePullLeft 0.5s both ease;
  }
  .effeckt-page-transition-right-rotate-pull {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePullRight 0.5s both ease;
    -o-animation: rotatePullRight 0.5s both ease;
    animation: rotatePullRight 0.5s both ease;
  }
  .effeckt-page-transition-top-rotate-pull {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotatePullTop 0.5s both ease;
    -o-animation: rotatePullTop 0.5s both ease;
    animation: rotatePullTop 0.5s both ease;
  }
  .effeckt-page-transition-bottom-rotate-pull {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePullBottom 0.5s both ease;
    -o-animation: rotatePullBottom 0.5s both ease;
    animation: rotatePullBottom 0.5s both ease;
  }
  @-webkit-keyframes rotatePullLeft {
    from {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-o-keyframes rotatePullLeft {
    from {
      opacity: 0;
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @keyframes rotatePullLeft {
    from {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
      -ms-transform: rotateY(90deg);
      -o-transform: rotateY(90deg);
      transform: rotateY(90deg);
    }
  }
  @-webkit-keyframes rotatePullRight {
    from {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-o-keyframes rotatePullRight {
    from {
      opacity: 0;
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @keyframes rotatePullRight {
    from {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      -ms-transform: rotateY(-90deg);
      -o-transform: rotateY(-90deg);
      transform: rotateY(-90deg);
    }
  }
  @-webkit-keyframes rotatePullTop {
    from {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-o-keyframes rotatePullTop {
    from {
      opacity: 0;
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @keyframes rotatePullTop {
    from {
      opacity: 0;
      -webkit-transform: rotateX(-90deg);
      -ms-transform: rotateX(-90deg);
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
    }
  }
  @-webkit-keyframes rotatePullBottom {
    from {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @-o-keyframes rotatePullBottom {
    from {
      opacity: 0;
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  @keyframes rotatePullBottom {
    from {
      opacity: 0;
      -webkit-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
    }
  }
  .effeckt-page-transition-left-rotate-fold {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateFoldLeft 0.7s both ease;
    -o-animation: rotateFoldLeft 0.7s both ease;
    animation: rotateFoldLeft 0.7s both ease;
  }
  .effeckt-page-transition-right-rotate-fold {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateFoldRight 0.7s both ease;
    -o-animation: rotateFoldRight 0.7s both ease;
    animation: rotateFoldRight 0.7s both ease;
  }
  .effeckt-page-transition-top-rotate-fold {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateFoldTop 0.7s both ease;
    -o-animation: rotateFoldTop 0.7s both ease;
    animation: rotateFoldTop 0.7s both ease;
  }
  .effeckt-page-transition-bottom-rotate-fold {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateFoldBottom 0.7s both ease;
    -o-animation: rotateFoldBottom 0.7s both ease;
    animation: rotateFoldBottom 0.7s both ease;
  }
  @-webkit-keyframes rotateFoldLeft {
    to {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
    }
  }
  @-o-keyframes rotateFoldLeft {
    to {
      opacity: 0;
      -o-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
    }
  }
  @keyframes rotateFoldLeft {
    to {
      opacity: 0;
      -webkit-transform: translateX(-100%) rotateY(-90deg);
      -ms-transform: translateX(-100%) rotateY(-90deg);
      -o-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
    }
  }
  @-webkit-keyframes rotateFoldRight {
    to {
      opacity: 0;
      -webkit-transform: translateX(100%) rotateY(90deg);
      transform: translateX(100%) rotateY(90deg);
    }
  }
  @-o-keyframes rotateFoldRight {
    to {
      opacity: 0;
      -o-transform: translateX(100%) rotateY(90deg);
      transform: translateX(100%) rotateY(90deg);
    }
  }
  @keyframes rotateFoldRight {
    to {
      opacity: 0;
      -webkit-transform: translateX(100%) rotateY(90deg);
      -ms-transform: translateX(100%) rotateY(90deg);
      -o-transform: translateX(100%) rotateY(90deg);
      transform: translateX(100%) rotateY(90deg);
    }
  }
  @-webkit-keyframes rotateFoldTop {
    to {
      opacity: 0;
      -webkit-transform: translateY(-100%) rotateX(90deg);
      transform: translateY(-100%) rotateX(90deg);
    }
  }
  @-o-keyframes rotateFoldTop {
    to {
      opacity: 0;
      -o-transform: translateY(-100%) rotateX(90deg);
      transform: translateY(-100%) rotateX(90deg);
    }
  }
  @keyframes rotateFoldTop {
    to {
      opacity: 0;
      -webkit-transform: translateY(-100%) rotateX(90deg);
      -ms-transform: translateY(-100%) rotateX(90deg);
      -o-transform: translateY(-100%) rotateX(90deg);
      transform: translateY(-100%) rotateX(90deg);
    }
  }
  @-webkit-keyframes rotateFoldBottom {
    to {
      opacity: 0;
      -webkit-transform: translateY(100%) rotateX(-90deg);
      transform: translateY(100%) rotateX(-90deg);
    }
  }
  @-o-keyframes rotateFoldBottom {
    to {
      opacity: 0;
      -o-transform: translateY(100%) rotateX(-90deg);
      transform: translateY(100%) rotateX(-90deg);
    }
  }
  @keyframes rotateFoldBottom {
    to {
      opacity: 0;
      -webkit-transform: translateY(100%) rotateX(-90deg);
      -ms-transform: translateY(100%) rotateX(-90deg);
      -o-transform: translateY(100%) rotateX(-90deg);
      transform: translateY(100%) rotateX(-90deg);
    }
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .effeckt-page-transition {
    visibility: hidden;
  }
  .truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text-raw {
    white-space: pre-line;
    word-break: break-word;
  }
  .force-wrap {
    word-wrap: break-word;
  }
  .force-word-break {
    word-break: break-word;
  }
  .text-dark {
    color: #666;
  }
  .text-visa {
    color: #0033a0;
  }
  .text-mastercard {
    color: #c00;
  }
  .text-amex {
    color: #0072ce;
  }
  .text-diners-club {
    color: #069;
  }
  .text-warning-bright {
    color: #f0ad4e;
  }
  .text-success-bright {
    color: #5cb85c;
  }
  .text-danger-bright {
    color: #d9534f;
  }
  .box .alert-link {
    font-weight: 700;
  }
  .box-rounded {
    border-radius: 4px;
  }
  .box-bordered {
    border-style: solid;
    border-width: 1px;
  }
  .box-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .box-default .alert-link {
    color: #bfbfbf;
  }
  .box-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
  }
  .box-primary .alert-link {
    color: #1f496e;
  }
  .box-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .box-warning .alert-link {
    color: #b06d0f;
  }
  .box-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .box-danger .alert-link {
    color: #8b211e;
  }
  .box-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .box-success .alert-link {
    color: #2d672d;
  }
  .box-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .box-info .alert-link {
    color: #1f7e9a;
  }
  .box-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .box-error .alert-link {
    color: #ce8383;
  }
  .relative {
    position: relative;
  }
  .block {
    display: block;
  }
  .inline-block {
    display: inline-block;
  }
  .visible {
    visibility: visible;
  }
  .absolute-center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: auto;
    overflow: visible;
  }
  .absolute-vertical-center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    margin: auto;
    overflow: visible;
  }
  .absolute-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .absolute-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .hardware-accelerated {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .flex,
  .flex-center,
  .nav-flex,
  .nav-flex-tabs,
  .modal-flex,
  .modal-flex .modal-dialog,
  .modal-flex .modal-content,
  .modal-flex .modal-body,
  .modal-flex .modal-body-content,
  .form-flex .form-group,
  .form-flex .form-group-radio,
  .form-flex .form-group-submit,
  .form-flex .form-group-submit .form-group-submit-buttons,
  .radio-flex,
  .settings-modal form .btn-group,
  .settings-modal .subscription-settings .subscription-summary,
  .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item,
  .settings-modal .subscription-settings .subscription-change-buttons,
  .settings-modal .tab-pane-help .legends,
  .nav-flex-tabs .dropdown-toggle,
  .settings-modal form .btn-group > .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flex-space-around,
  .settings-modal .tab-pane-help .legends {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .flex-space-between,
  .settings-modal .subscription-settings .subscription-summary {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-align-self-center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .flex-align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .flex-align-items-center,
  .flex-center,
  .form-flex .form-group-submit,
  .radio-flex,
  .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item,
  .nav-flex-tabs .dropdown-toggle,
  .settings-modal form .btn-group > .btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
  }
  .flex-justify-content-center,
  .flex-center,
  .nav-flex-tabs .dropdown-toggle,
  .settings-modal form .btn-group > .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .flex-grow-1,
  .settings-modal .nav-flex,
  .settings-modal .tab-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .flex-shrink-0,
  .nav-flex > nav,
  .form-flex .form-group-submit .form-group-submit-buttons,
  .radio-flex input[type="radio"] {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .flex-direction-row,
  .form-flex .form-group-submit {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-direction-column,
  .form-flex .form-group {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn,
  button.close,
  button.close:hover,
  button.pane-resize,
  button.pane-resize:hover,
  .leaflet-popup-close-button,
  .leaflet-popup-close-button:hover {
    cursor: default;
  }
  .btn-link {
    cursor: pointer;
  }
  .btn-zoom-hover,
  button.close,
  .leaflet-popup-close-button {
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
  }
  .btn-zoom-hover:hover,
  button.close:hover,
  .leaflet-popup-close-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .btn-zoom-hover.active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .btn-wrap {
    white-space: normal;
  }
  .btn-icon {
    padding: 4px 8px;
  }
  .btn-flat-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    border-radius: 0;
  }
  .btn-flat-icon:hover {
    background-color: transparent;
  }
  .btn-flat-icon:active,
  .btn-flat-icon.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-plain {
    border-color: transparent;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
  .btn-plain:active,
  .btn-plain.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-plain-brand {
    color: #3760c3;
    border-radius: 4px;
  }
  .btn-plain-brand:hover,
  .btn-plain-brand:focus,
  .btn-plain-brand:active,
  .btn-plain-brand.active {
    color: #2c4c9b;
  }
  .btn-plain-brand.active {
    background-color: #049cdb;
    color: #fff;
  }
  .btn-busy .btn-busy-content,
  .btn-busy .btn-busy-inline-block-content {
    display: none;
  }
  .btn-busy.busy > * {
    display: none;
  }
  .btn-busy.busy .btn-busy-content {
    display: inline;
  }
  .btn-busy.busy .btn-busy-inline-block-content {
    display: inline-block;
  }
  .btn-circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
  }
  .btn-circle:hover,
  .btn-circle.btn-circle-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .btn-circle.btn-circle-active,
  .btn-circle.btn-circle-highlight {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-circle-md {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .btn-circle-sm {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  .btn-circle-lg {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .btn-pill {
    border-radius: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease, border-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease, border-color 150ms ease;
  }
  .btn-pill:hover,
  .btn-pill.btn-pill-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .btn-pill.btn-pill-active,
  .btn-pill.btn-pill-highlight {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-pill-left {
    height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-right: 6px;
  }
  .btn-pill-left-md {
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .btn-pill-right {
    height: 60px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    padding-left: 6px;
  }
  .btn-pill-right-md {
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .btn.btn-circle-active,
  .btn.btn-circle-highlight,
  .btn.btn-pill-active,
  .btn.btn-pill-highlight {
    border-color: transparent;
    background-color: #049cdb;
    color: #fff;
  }
  [data-toggle="buttons"] .btn > input[type="radio"],
  [data-toggle="buttons"] .btn > input[type="checkbox"] {
    display: none;
  }
  .leaflet-cluster-anim .camera-map-icon {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-in;
    transition: transform 0.2s ease-out, opacity 0.2s ease-in;
  }
  .leaflet-control-button {
    border: 1px solid #888;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    text-decoration: none;
  }
  .leaflet-control-button .leaflet-control-button-icon {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    line-height: normal;
    color: #000;
  }
  .leaflet-control-button .leaflet-control-button-icon > i {
    vertical-align: middle;
    line-height: 24px;
  }
  .leaflet-control-button:hover .leaflet-control-button-icon {
    background-color: #fff;
    color: #777;
  }
  .leaflet-touch .leaflet-top .leaflet-control-button {
    margin: 0;
    padding-top: 10px;
  }
  .leaflet-touch .leaflet-bottom .leaflet-control-button {
    margin: 0;
    padding-bottom: 10px;
  }
  .leaflet-touch .leaflet-left .leaflet-control-button {
    margin: 0;
    padding-left: 10px;
  }
  .leaflet-touch .leaflet-right .leaflet-control-button {
    margin: 0;
    padding-right: 10px;
  }
  .leaflet-touch .leaflet-control-button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .leaflet-touch .leaflet-control-button .leaflet-control-button-content {
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .leaflet-touch .leaflet-control-button .leaflet-control-button-icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    font-size: 24px;
    line-height: 35px;
  }
  .leaflet-touch .leaflet-control-button:hover .leaflet-control-button-icon {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  .leaflet-control-button.active .leaflet-control-button-icon,
  .leaflet-control-button.active .leaflet-control-button-icon:hover {
    color: #049cdb;
  }
  .leaflet-container a.leaflet-active {
    outline: 0;
  }
  .leaflet-control-flush {
    border: 1px solid #888;
    padding: 2px 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    background-clip: padding-box;
    color: #777;
  }
  .leaflet-control-flush-lg {
    padding: 8px;
  }
  .leaflet-control-flush-wide {
    width: 100%;
  }
  .leaflet-bottom:not(.leaflet-left):not(.leaflet-right) .leaflet-control-flush {
    width: 100%;
  }
  .leaflet-left {
    right: 0;
  }
  .leaflet-bottom .leaflet-control-flush,
  .leaflet-left .leaflet-control-flush,
  .leaflet-top.leaflet-left .leaflet-control-flush,
  .leaflet-top.leaflet-right .leaflet-control-flush {
    margin: 0;
  }
  .leaflet-bottom.leaflet-left .leaflet-control-flush {
    border-top-right-radius: 5px;
    border-bottom: 0;
    border-left: 0;
  }
  .leaflet-bottom.leaflet-right .leaflet-control-flush {
    border-top-left-radius: 5px;
    border-bottom: 0;
    border-right: 0;
  }
  .leaflet-top.leaflet-left .leaflet-control-flush {
    border-bottom-right-radius: 5px;
    border-top: 0;
    border-left: 0;
  }
  .leaflet-top.leaflet-right .leaflet-control-flush {
    border-bottom-left-radius: 5px;
    border-top: 0;
    border-right: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-left .leaflet-control-flush {
    border-top-right-radius: 10px;
    border-left: 0;
    border-bottom: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-right .leaflet-control-flush {
    border-top-left-radius: 10px;
    border-right: 0;
    border-bottom: 0;
  }
  .leaflet-touch .leaflet-top.leaflet-left .leaflet-control-flush {
    border-bottom-right-radius: 10px;
    border-left: 0;
    border-top: 0;
  }
  .leaflet-touch .leaflet-top.leaflet-right .leaflet-control-flush {
    border-bottom-left-radius: 10px;
    border-left: 0;
    border-top: 0;
  }
  .leaflet-top.leaflet-left .leaflet-control-flush-wide {
    border-bottom-right-radius: 0;
  }
  .leaflet-top.leaflet-right .leaflet-control-flush-wide {
    border-bottom-left-radius: 0;
  }
  .leaflet-bottom.leaflet-left .leaflet-control-flush-wide {
    border-top-right-radius: 0;
  }
  .leaflet-bottom.leaflet-right .leaflet-control-flush-wide {
    border-top-left-radius: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-left .leaflet-control-flush-wide,
  .leaflet-touch .leaflet-top.leaflet-left .leaflet-control-flush-wide {
    border-right-width: 0;
  }
  .leaflet-touch .leaflet-bottom.leaflet-right .leaflet-control-flush-wide,
  .leaflet-touch .leaflet-top.leaflet-right .leaflet-control-flush-wide {
    border-left-width: 0;
  }
  .map-legend-speeds,
  .map-legend-incidents,
  .map-legend-timestamp,
  .map-legend-brand {
    float: left;
    text-align: center;
  }
  .map-legend-incidents {
    margin-left: 8px;
  }
  .map-legend-speeds-group {
    display: inline-block;
  }
  .map-legend-speed-title,
  .map-legend-incident-title {
    padding: 0;
    font-weight: 700;
  }
  .map-legend-speed-caption-fast {
    float: left;
    padding: 0;
  }
  .map-legend-speed-caption-slow {
    float: right;
    padding: 0;
  }
  .map-legend-incident-group {
    display: inline-block;
    text-align: center;
  }
  .map-legend-incident-group .minor-incident-icon,
  .map-legend-incident-group .moderate-incident-icon,
  .map-legend-incident-group .severe-incident-icon {
    display: inline-block;
    border-color: #777;
  }
  .map-legend-moderate-incident-group {
    margin: 0 8px;
  }
  .map-legend-incident-caption-minor,
  .map-legend-incident-caption-moderate,
  .map-legend-incident-caption-severe {
    display: block;
  }
  .map-legend-speed-gradient {
    width: 120px;
    height: 18px;
    border: solid 1px #777;
    border-radius: 2px;
    background: -moz-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, #00c800),
      color-stop(50%, #ff0),
      color-stop(100%, #c80000)
    );
    background: -webkit-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: -o-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: -ms-linear-gradient(left, #00c800 0, #ff0 50%, #c80000 100%);
    background: linear-gradient(to right, #00c800 0, #ff0 50%, #c80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c800', endColorstr='#c80000', GradientType=1);
    background-repeat: no-repeat;
  }
  .map-legend-footer {
    font-weight: 700;
  }
  .leaflet-popup-left .leaflet-popup-tip-container {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
  }
  .leaflet-popup-left .leaflet-popup-tip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto -10px;
  }
  .leaflet-popup-right .leaflet-popup-tip-container {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
  }
  .leaflet-popup-right .leaflet-popup-tip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 4px;
  }
  .leaflet-popup-bottom .leaflet-popup-tip-container {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
  }
  .leaflet-popup-bottom .leaflet-popup-tip {
    position: absolute;
    left: 0;
    right: 0;
    margin: 3px auto 0;
  }
  .messages {
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .messages .list > li {
    position: relative;
    padding: 0;
    background-color: #fff;
    font-size: 0;
  }
  .messages .list > li:last-child {
    border-bottom: 0;
  }
  .messages .btn {
    cursor: auto;
    white-space: normal;
  }
  .messages .btn-message {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 12px;
    text-align: left;
  }
  .messages .btn-message-block {
    width: 100%;
  }
  .messages .message-btn-group {
    width: 100%;
  }
  .messages .text-message {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
  .messages .btn-message-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    padding: 12px;
  }
  .messages .close {
    position: absolute;
    top: 6px;
    right: 10px;
  }
  .messages .dismissible-message .btn-message,
  .messages .dismissible-message .text-message {
    width: calc(100% - 43px);
  }
  .messages .btn-default:hover,
  .messages .btn-default:focus,
  .messages .btn-default:active,
  .messages .btn-default.active,
  .open .dropdown-toggle.messages .btn-default {
    border-color: #ccc;
  }
  .messages .btn-primary:hover,
  .messages .btn-primary:focus,
  .messages .btn-primary:active,
  .messages .btn-primary.active,
  .open .dropdown-toggle.messages .btn-primary {
    border-color: #357ebd;
  }
  .messages .btn-warning:hover,
  .messages .btn-warning:focus,
  .messages .btn-warning:active,
  .messages .btn-warning.active,
  .open .dropdown-toggle.messages .btn-warning {
    border-color: #eea236;
  }
  .messages .btn-danger:hover,
  .messages .btn-danger:focus,
  .messages .btn-danger:active,
  .messages .btn-danger.active,
  .open .dropdown-toggle.messages .btn-danger {
    border-color: #d43f3a;
  }
  .messages .btn-success:hover,
  .messages .btn-success:focus,
  .messages .btn-success:active,
  .messages .btn-success.active,
  .open .dropdown-toggle.messages .btn-success {
    border-color: #4cae4c;
  }
  .messages .btn-info:hover,
  .messages .btn-info:focus,
  .messages .btn-info:active,
  .messages .btn-info.active,
  .open .dropdown-toggle.messages .btn-info {
    border-color: #46b8da;
  }
  .sheets-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    height: 43px;
    background-color: #3760c3;
    color: #fff;
  }
  .sheets-header .title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
  }
  .sheets-header .sm-title {
    font-size: 1em;
  }
  .sheets-header .sheets-header-btn {
    overflow: hidden;
    width: 43px;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    float: none;
  }
  .sheets-header .close {
    font-size: 26px;
    padding-bottom: 4px;
  }
  .sheets-header .back {
    font-size: 19px;
    padding-top: 3px;
  }
  .sheets .sheets-header .back {
    -webkit-transition: width 300ms ease, opacity 300ms ease;
    transition: width 300ms ease, opacity 300ms ease;
    width: 0;
    opacity: 0;
  }
  .sheets .sheets-header .title {
    -webkit-transition: padding 300ms ease;
    transition: padding 300ms ease;
    padding-left: 14px;
  }
  .sheets.has-many-sheets .sheets-header .back {
    width: 43px;
    opacity: 1;
  }
  .sheets.has-many-sheets .sheets-header .title {
    padding-left: 0;
  }
  .sheet {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  .sheet.active {
    z-index: 1;
  }
  .show-on-no-sheets {
    display: none;
  }
  .has-no-sheets .show-on-no-sheets {
    display: block;
  }
  .pane {
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1004;
    display: none;
  }
  .pane.show {
    display: block;
  }
  .pane-header .pane-resizer[disabled],
  .pane-header .pane-resizer.disabled {
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  .pane-header .pane-resizer-down {
    padding-top: 2px;
  }
  .pane-header .pane-resizer-up {
    padding-top: 4px;
  }
  .pane-title {
    margin: 0;
  }
  .pane-body {
    position: relative;
  }
  .nav-flex {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-flex-tabs {
    border-bottom: solid 1px #ddd;
  }
  .nav-flex-tabs .open > a,
  .nav-flex-tabs .open > a:hover,
  .nav-flex-tabs .open > a:focus {
    z-index: 1001;
    border-color: transparent;
  }
  .nav-flex-tabs .dropdown .caret {
    margin-left: 0.3em;
  }
  .nav-flex-tabs .dropdown-menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 100%;
    margin: 0 0 0 -1px;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-color: #ddd;
    background-color: #eee;
  }
  .nav-flex-tabs .dropdown-menu > li > a {
    padding: 0.6em 1.2em;
  }
  .nav-flex-tabs > li {
    border-right: solid 1px #ddd;
  }
  .nav-flex-tabs > li > a,
  .nav-flex-tabs > li > span {
    height: 100%;
    padding: 1.2em 0;
    border-bottom: solid 3px transparent;
    text-align: center;
  }
  .nav-flex-tabs > li:last-child {
    border-right: 0;
  }
  .nav-flex-tabs > li.active > a {
    color: #555;
    border-bottom-color: #428bca;
  }
  .nav-flex-tabs > li > span {
    position: relative;
    display: block;
    padding: 0.6em 1.2em;
  }
  .modal-dialog {
    padding: 10px 0;
  }
  .modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #3760c3;
    color: #fff;
  }
  @media (max-width: 320px) {
    .modal-content {
      border-radius: 0;
    }
    .modal-header {
      border-radius: 0;
    }
  }
  .modal-header {
    position: relative;
  }
  .modal-header .close {
    float: none;
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    margin-top: 0;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .modal-fill .modal-dialog {
    height: 100%;
  }
  .modal-fill .modal-content {
    height: 100%;
  }
  .modal-fill .modal-body {
    height: calc(100% - 59px);
    overflow-y: hidden;
  }
  .modal-body.sheets {
    overflow-x: hidden;
  }
  .modal-full .modal-dialog {
    width: 100%;
    padding: 0;
  }
  .modal-full .modal-content {
    border-width: 0;
    border-radius: 0;
  }
  .modal-full .modal-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  @media (min-width: 500px) {
    .modal-full .modal-dialog {
      padding: 10px;
    }
    .modal-full .modal-content {
      border-width: 1px;
      border-radius: 6px;
    }
    .modal-full .modal-header {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
    }
  }
  .modal-flex {
    position: absolute;
    overflow: auto;
    overflow-y: auto;
    background-color: #fff;
  }
  .modal-flex .modal-dialog {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .modal-flex .modal-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .modal-flex .modal-header {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 0;
  }
  .modal-flex .modal-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    height: calc(100% - 59px);
    background-color: #fff;
  }
  .modal-flex .modal-body-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .form-flex .form-group,
  .form-flex .form-group-radio,
  .form-flex .form-group-submit {
    margin-bottom: 1em;
  }
  .form-flex .text-group {
    margin-bottom: 1em;
  }
  .form-flex .form-group-radio .radio-flex + .radio-flex {
    margin-left: 2em;
  }
  .form-flex .form-group-submit {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .form-flex .form-group-submit .btn {
    margin-left: 1em;
  }
  .radio-flex {
    margin: 0;
    font-weight: 400;
  }
  .radio-flex input[type="radio"] {
    margin: 0 0.5em 0 0;
  }
  .list-section-header,
  .list > li.list-section-header,
  .list > .list-item.list-section-header {
    background-color: #e6e6e6;
    font-weight: 700;
  }
  .list {
    margin: 0;
  }
  .list > li,
  .list > .list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0.3em 0;
    background-color: #fff;
  }
  .list > li .list-item-icon,
  .list > .list-item .list-item-icon {
    padding-left: 0.5em;
    line-height: 1;
  }
  .list > li .list-item-arrow,
  .list > .list-item .list-item-arrow {
    padding: 0 0.5em;
    line-height: 1;
  }
  .list > li .list-item-content,
  .list > .list-item .list-item-content {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 0;
    padding: 0 0.5em;
  }
  .list > li.list-loader {
    padding: 0;
    text-align: center;
  }
  .list > li.list-loader > button {
    color: #428bca;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 54px;
    padding: 16px 0.7em;
  }
  .list > li.list-loader > button,
  .list > li.list-loader > button:active,
  .list > li.list-loader > button[disabled],
  fieldset[disabled] .list > li.list-loader > button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .list > li.list-loader > button,
  .list > li.list-loader > button:hover,
  .list > li.list-loader > button:focus,
  .list > li.list-loader > button:active {
    border-color: transparent;
  }
  .list > li.list-loader > button:hover,
  .list > li.list-loader > button:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
  }
  .list > li.list-loader > button[disabled]:hover,
  fieldset[disabled] .list > li.list-loader > button:hover,
  .list > li.list-loader > button[disabled]:focus,
  fieldset[disabled] .list > li.list-loader > button:focus {
    color: #999;
    text-decoration: none;
  }
  .supports-touch .list > li,
  .supports-touch .list > .list-item {
    min-height: 40px;
  }
  .list-striped > li:nth-child(odd),
  .list-striped > .list-item:nth-child(odd) {
    background-color: #edf5ff;
  }
  .list-striped > li.list-section-header,
  .list-striped > .list-item.list-section-header {
    background-color: #e6e6e6;
  }
  .list-reverse-striped > li:nth-child(odd),
  .list-reverse-striped > .list-item:nth-child(odd) {
    background-color: #fff;
  }
  .list-reverse-striped > li:nth-child(even),
  .list-reverse-striped > .list-item:nth-child(even) {
    background-color: #edf5ff;
  }
  .list > li.closest,
  .list > .list-item.closest,
  .list > li:nth-child(odd).closest,
  .list > .list-item:nth-child(odd).closest {
    background-color: #ffe276;
    border: dashed 1px #000;
    border-left: 0;
    border-right: 0;
  }
  .list > li.highlight,
  .list > .list-item.highlight,
  .list > li:nth-child(odd).highlight,
  .list > .list-item:nth-child(odd).highlight {
    background-color: #049cdb;
    color: #fff;
    border-color: #fff;
  }
  .list > li.highlight .text-muted,
  .list > .list-item.highlight .text-muted,
  .list > li:nth-child(odd).highlight .text-muted,
  .list > .list-item:nth-child(odd).highlight .text-muted,
  .list > li.highlight .text-dark,
  .list > .list-item.highlight .text-dark,
  .list > li:nth-child(odd).highlight .text-dark,
  .list > .list-item:nth-child(odd).highlight .text-dark {
    color: #fff;
  }
  .list-flush > li,
  .list-flush .list-item {
    padding: 0;
  }
  .error-list {
    margin: 0;
    border: solid 1px #ebccd1;
    color: #b94a48;
    background-color: #f2dede;
  }
  .error-list > li {
    padding: 0.1em 0.7em;
  }
  .list-grid:before,
  .list-grid:after {
    content: " ";
    display: table;
  }
  .list-grid:after {
    clear: both;
  }
  .list-grid:before,
  .list-grid:after {
    content: " ";
    display: table;
  }
  .list-grid:after {
    clear: both;
  }
  .list-grid > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .absolute-center.loading {
    font-size: 32px;
    width: 32px;
    height: 32px;
    overflow: visible;
  }
  .empty {
    width: 60%;
    text-align: center;
    font-weight: 700;
  }
  .minor-incident-icon,
  .moderate-incident-icon,
  .severe-incident-icon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: solid 1px #000;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .minor-incident-icon {
    background-color: #ff0;
  }
  .moderate-incident-icon {
    background-color: orange;
  }
  .severe-incident-icon {
    background-color: red;
  }
  .incident-location {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 15px;
  }
  .incident-time:first-letter {
    text-transform: capitalize;
  }
  .box-route {
    padding: 8px;
    border-bottom: solid 1px transparent;
    color: #000;
  }
  .box-route .route-buttons {
    float: left;
    width: 50px;
  }
  .box-route .route-text {
    float: left;
    width: calc(100% - 50px - 30px);
  }
  .box-route .route-edit {
    float: left;
    width: 30px;
    text-align: right;
  }
  .box-route .btn-route-name {
    padding: 0;
    color: #000;
    white-space: normal;
    text-align: left;
    font-weight: 700;
  }
  .box-route .icon-notification {
    position: relative;
    left: 1px;
  }
  .box-route .btn-circle-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 17.49px;
    margin-bottom: 8px;
  }
  .box-route .btn-delete {
    margin-bottom: 0;
  }
  .box-route .popover-group {
    display: inline-block;
  }
  .box-route .popover {
    max-width: 226px;
    margin-bottom: 30px;
    color: #000;
  }
  .box-route .popover strong {
    margin-bottom: 9px;
  }
  .box-route .popover .error-list {
    margin-top: 9px;
    border-radius: 4px;
  }
  .supports-touch .box-route .route-buttons {
    width: 60px;
  }
  .supports-touch .box-route .route-text {
    width: calc(100% - 60px - 40px);
  }
  .supports-touch .box-route .route-edit {
    width: 40px;
  }
  .supports-touch .box-route .box-route .btn-circle-icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }
  .supports-touch .box-route .btn-edit-route {
    width: 100%;
    height: 40px;
    padding-bottom: 28px;
    text-align: right;
  }
  .supports-touch .box-route .popover {
    max-width: 216px;
  }
  .box-route.time-pct-nan {
    background-color: #888;
    border-color: #7b7b7b;
  }
  .box-route.time-pct-0 {
    background-color: silver;
    border-color: #b3b3b3;
  }
  .box-route.time-pct-1 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-2 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-3 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-4 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-5 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-6 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-7 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-8 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-9 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-10 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-11 {
    background-color: #c80000;
    border-color: #af0000;
  }
  .box-route.time-pct-12 {
    background-color: #c80100;
    border-color: #af0100;
  }
  .box-route.time-pct-13 {
    background-color: #c80200;
    border-color: #af0200;
  }
  .box-route.time-pct-14 {
    background-color: #c90400;
    border-color: #b00300;
  }
  .box-route.time-pct-15 {
    background-color: #c90500;
    border-color: #b00400;
  }
  .box-route.time-pct-16 {
    background-color: #c90700;
    border-color: #b00600;
  }
  .box-route.time-pct-17 {
    background-color: #ca0900;
    border-color: #b10800;
  }
  .box-route.time-pct-18 {
    background-color: #ca0c00;
    border-color: #b10a00;
  }
  .box-route.time-pct-19 {
    background-color: #cb0e00;
    border-color: #b20c00;
  }
  .box-route.time-pct-20 {
    background-color: #cb1100;
    border-color: #b20f00;
  }
  .box-route.time-pct-21 {
    background-color: #cc1400;
    border-color: #b31200;
  }
  .box-route.time-pct-22 {
    background-color: #cd1800;
    border-color: #b41500;
  }
  .box-route.time-pct-23 {
    background-color: #ce1b00;
    border-color: #b51800;
  }
  .box-route.time-pct-24 {
    background-color: #ce1f00;
    border-color: #b51b00;
  }
  .box-route.time-pct-25 {
    background-color: #cf2300;
    border-color: #b61f00;
  }
  .box-route.time-pct-26 {
    background-color: #d02700;
    border-color: #b72200;
  }
  .box-route.time-pct-27 {
    background-color: #d12c00;
    border-color: #b82700;
  }
  .box-route.time-pct-28 {
    background-color: #d23100;
    border-color: #b92b00;
  }
  .box-route.time-pct-29 {
    background-color: #d33600;
    border-color: #ba2f00;
  }
  .box-route.time-pct-30 {
    background-color: #d43b00;
    border-color: #bb3400;
  }
  .box-route.time-pct-31 {
    background-color: #d54000;
    border-color: #bc3800;
  }
  .box-route.time-pct-32 {
    background-color: #d74600;
    border-color: #be3e00;
  }
  .box-route.time-pct-33 {
    background-color: #d84c00;
    border-color: #bf4300;
  }
  .box-route.time-pct-34 {
    background-color: #d95200;
    border-color: #c04800;
  }
  .box-route.time-pct-35 {
    background-color: #db5900;
    border-color: #c24f00;
  }
  .box-route.time-pct-36 {
    background-color: #dc5f00;
    border-color: #c35400;
  }
  .box-route.time-pct-37 {
    background-color: #de6600;
    border-color: #c55a00;
  }
  .box-route.time-pct-38 {
    background-color: #df6d00;
    border-color: #c66100;
  }
  .box-route.time-pct-39 {
    background-color: #e17500;
    border-color: #c86800;
  }
  .box-route.time-pct-40 {
    background-color: #e27c00;
    border-color: #c96e00;
  }
  .box-route.time-pct-41 {
    background-color: #e48400;
    border-color: #cb7500;
  }
  .box-route.time-pct-42 {
    background-color: #e68c00;
    border-color: #cd7c00;
  }
  .box-route.time-pct-43 {
    background-color: #e89500;
    border-color: #cf8500;
  }
  .box-route.time-pct-44 {
    background-color: #e99d00;
    border-color: #d08c00;
  }
  .box-route.time-pct-45 {
    background-color: #eba600;
    border-color: #d29400;
  }
  .box-route.time-pct-46 {
    background-color: #edaf00;
    border-color: #d49c00;
  }
  .box-route.time-pct-47 {
    background-color: #efb900;
    border-color: #d6a500;
  }
  .box-route.time-pct-48 {
    background-color: #f1c200;
    border-color: #d8ad00;
  }
  .box-route.time-pct-49 {
    background-color: #f4cc00;
    border-color: #dbb700;
  }
  .box-route.time-pct-50 {
    background-color: #f6d600;
    border-color: #ddc000;
  }
  .box-route.time-pct-51 {
    background-color: #f8e000;
    border-color: #dfc900;
  }
  .box-route.time-pct-52 {
    background-color: #faeb00;
    border-color: #e1d300;
  }
  .box-route.time-pct-53 {
    background-color: #fdf600;
    border-color: #e4dd00;
  }
  .box-route.time-pct-54 {
    background-color: #ff0;
    border-color: #e5e600;
  }
  .box-route.time-pct-55 {
    background-color: #ff0;
    border-color: #e5e600;
  }
  .box-route.time-pct-56 {
    background-color: #fefe00;
    border-color: #e4e500;
  }
  .box-route.time-pct-57 {
    background-color: #fefe00;
    border-color: #e4e500;
  }
  .box-route.time-pct-58 {
    background-color: #fdfe00;
    border-color: #e4e500;
  }
  .box-route.time-pct-59 {
    background-color: #fcfe00;
    border-color: #e3e500;
  }
  .box-route.time-pct-60 {
    background-color: #fafd00;
    border-color: #e1e400;
  }
  .box-route.time-pct-61 {
    background-color: #f9fd00;
    border-color: #e0e400;
  }
  .box-route.time-pct-62 {
    background-color: #f7fd00;
    border-color: #dee400;
  }
  .box-route.time-pct-63 {
    background-color: #f5fc00;
    border-color: #dce300;
  }
  .box-route.time-pct-64 {
    background-color: #f3fc00;
    border-color: #dae300;
  }
  .box-route.time-pct-65 {
    background-color: #f0fb00;
    border-color: #d8e200;
  }
  .box-route.time-pct-66 {
    background-color: #edfb00;
    border-color: #d5e200;
  }
  .box-route.time-pct-67 {
    background-color: #eafa00;
    border-color: #d2e100;
  }
  .box-route.time-pct-68 {
    background-color: #e7f900;
    border-color: #cfe000;
  }
  .box-route.time-pct-69 {
    background-color: #e3f800;
    border-color: #ccdf00;
  }
  .box-route.time-pct-70 {
    background-color: #e0f800;
    border-color: #c9df00;
  }
  .box-route.time-pct-71 {
    background-color: #dcf700;
    border-color: #c5de00;
  }
  .box-route.time-pct-72 {
    background-color: #d7f600;
    border-color: #c1dd00;
  }
  .box-route.time-pct-73 {
    background-color: #d3f500;
    border-color: #bddc00;
  }
  .box-route.time-pct-74 {
    background-color: #cef400;
    border-color: #b8db00;
  }
  .box-route.time-pct-75 {
    background-color: #c9f300;
    border-color: #b4da00;
  }
  .box-route.time-pct-76 {
    background-color: #c4f200;
    border-color: #afd900;
  }
  .box-route.time-pct-77 {
    background-color: #bff100;
    border-color: #abd800;
  }
  .box-route.time-pct-78 {
    background-color: #b9ef00;
    border-color: #a5d600;
  }
  .box-route.time-pct-79 {
    background-color: #b3ee00;
    border-color: #a0d500;
  }
  .box-route.time-pct-80 {
    background-color: #aded00;
    border-color: #9ad400;
  }
  .box-route.time-pct-81 {
    background-color: #a6eb00;
    border-color: #94d200;
  }
  .box-route.time-pct-82 {
    background-color: #a0ea00;
    border-color: #8fd100;
  }
  .box-route.time-pct-83 {
    background-color: #99e900;
    border-color: #88d000;
  }
  .box-route.time-pct-84 {
    background-color: #92e700;
    border-color: #82ce00;
  }
  .box-route.time-pct-85 {
    background-color: #8ae500;
    border-color: #7bcc00;
  }
  .box-route.time-pct-86 {
    background-color: #83e400;
    border-color: #74cb00;
  }
  .box-route.time-pct-87 {
    background-color: #7be200;
    border-color: #6dc900;
  }
  .box-route.time-pct-88 {
    background-color: #73e000;
    border-color: #66c700;
  }
  .box-route.time-pct-89 {
    background-color: #6ade00;
    border-color: #5ec500;
  }
  .box-route.time-pct-90 {
    background-color: #62dd00;
    border-color: #57c400;
  }
  .box-route.time-pct-91 {
    background-color: #59db00;
    border-color: #4fc200;
  }
  .box-route.time-pct-92 {
    background-color: #50d900;
    border-color: #47c000;
  }
  .box-route.time-pct-93 {
    background-color: #47d700;
    border-color: #3fbe00;
  }
  .box-route.time-pct-94 {
    background-color: #3dd500;
    border-color: #36bc00;
  }
  .box-route.time-pct-95 {
    background-color: #33d300;
    border-color: #2dba00;
  }
  .box-route.time-pct-96 {
    background-color: #29d100;
    border-color: #24b800;
  }
  .box-route.time-pct-97 {
    background-color: #1fce00;
    border-color: #1bb500;
  }
  .box-route.time-pct-98 {
    background-color: #15cc00;
    border-color: #12b300;
  }
  .box-route.time-pct-99 {
    background-color: #0aca00;
    border-color: #09b100;
  }
  .box-route.time-pct-100 {
    background-color: #00c800;
    border-color: #00af00;
  }
  .route-details .route-header .box-route,
  .route-details .route-buttons {
    margin-bottom: 8px;
  }
  .route-details .route-header .box-route {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 0;
    padding: 8px;
  }
  .route-details .route-header .box-route small {
    font-weight: 700;
    color: inherit;
    line-height: 1.5;
  }
  .route-details .route-header .route-name {
    font-weight: 700;
  }
  .route-details .route-header .segment-time {
    min-width: 100px;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
  }
  .route-details .route-header .segment-distance {
    margin-top: 2px;
    font-size: 14px;
  }
  .route-details .route-header small + .segment-distance {
    margin-top: 0;
  }
  .route-details .box-route-content {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 0;
  }
  .route-details .box-route-sidebar {
    margin-left: 8px;
  }
  .route-details .route-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .route-details .route-buttons > .btn {
    padding: 6px 12px;
    font-size: 16px;
  }
  .route-details .route-buttons .icon-notifications,
  .route-details .route-buttons .icon-map-o {
    position: relative;
    top: 1px;
  }
  .route-details .route-buttons .popover {
    max-width: 180px;
  }
  .route-details .route-buttons .popover .error-list {
    margin-top: 10px;
  }
  .route-details .route-roads .box-route {
    padding-right: 0;
    border-top-width: 1px;
    border-top-style: solid;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5),
      1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5),
      -1px -1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .route-details .route-roads .box-route.time-pct-nan {
    border-color: #b3b3b3;
    background-color: #e6e6e6;
  }
  .route-details .segment-road {
    padding-right: 8px;
  }
  .route-details .segment-time {
    width: calc(1.714em + 2.25em + 1.714em);
    text-align: center;
  }
  .route-details .road-header {
    position: static;
    background-color: #e6e6e6;
  }
  .route-details .header-mph {
    padding: 0 14px;
  }
  .route-details .header-hov {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 7px;
    padding: 0 4px;
    line-height: 1;
  }
  .route-details .header-hov > svg {
    max-height: 13px;
  }
  .route-details .route-buttons .extra {
    display: none;
  }
  @media (min-width: 540px) {
    .route-details .route-buttons .extra {
      display: inline;
    }
  }
  @media (min-width: 600px) and (min-height: 600px), (min-width: 768px) {
    .route-details .route-buttons .extra {
      display: none;
    }
  }
  .route-time-distance i {
    display: inline-block;
    width: 1em;
    text-align: center;
  }
  .speed-pct-0 {
    background-color: silver;
  }
  .speed-pct-1 {
    background-color: #c80000;
  }
  .speed-pct-2 {
    background-color: #c80000;
  }
  .speed-pct-3 {
    background-color: #c80000;
  }
  .speed-pct-4 {
    background-color: #c80000;
  }
  .speed-pct-5 {
    background-color: #c80000;
  }
  .speed-pct-6 {
    background-color: #c80000;
  }
  .speed-pct-7 {
    background-color: #c80000;
  }
  .speed-pct-8 {
    background-color: #c80000;
  }
  .speed-pct-9 {
    background-color: #c80000;
  }
  .speed-pct-10 {
    background-color: #c80000;
  }
  .speed-pct-11 {
    background-color: #c80000;
  }
  .speed-pct-12 {
    background-color: #c80100;
  }
  .speed-pct-13 {
    background-color: #c80200;
  }
  .speed-pct-14 {
    background-color: #c90400;
  }
  .speed-pct-15 {
    background-color: #c90500;
  }
  .speed-pct-16 {
    background-color: #c90700;
  }
  .speed-pct-17 {
    background-color: #ca0900;
  }
  .speed-pct-18 {
    background-color: #ca0c00;
  }
  .speed-pct-19 {
    background-color: #cb0e00;
  }
  .speed-pct-20 {
    background-color: #cb1100;
  }
  .speed-pct-21 {
    background-color: #cc1400;
  }
  .speed-pct-22 {
    background-color: #cd1800;
  }
  .speed-pct-23 {
    background-color: #ce1b00;
  }
  .speed-pct-24 {
    background-color: #ce1f00;
  }
  .speed-pct-25 {
    background-color: #cf2300;
  }
  .speed-pct-26 {
    background-color: #d02700;
  }
  .speed-pct-27 {
    background-color: #d12c00;
  }
  .speed-pct-28 {
    background-color: #d23100;
  }
  .speed-pct-29 {
    background-color: #d33600;
  }
  .speed-pct-30 {
    background-color: #d43b00;
  }
  .speed-pct-31 {
    background-color: #d54000;
  }
  .speed-pct-32 {
    background-color: #d74600;
  }
  .speed-pct-33 {
    background-color: #d84c00;
  }
  .speed-pct-34 {
    background-color: #d95200;
  }
  .speed-pct-35 {
    background-color: #db5900;
  }
  .speed-pct-36 {
    background-color: #dc5f00;
  }
  .speed-pct-37 {
    background-color: #de6600;
  }
  .speed-pct-38 {
    background-color: #df6d00;
  }
  .speed-pct-39 {
    background-color: #e17500;
  }
  .speed-pct-40 {
    background-color: #e27c00;
  }
  .speed-pct-41 {
    background-color: #e48400;
  }
  .speed-pct-42 {
    background-color: #e68c00;
  }
  .speed-pct-43 {
    background-color: #e89500;
  }
  .speed-pct-44 {
    background-color: #e99d00;
  }
  .speed-pct-45 {
    background-color: #eba600;
  }
  .speed-pct-46 {
    background-color: #edaf00;
  }
  .speed-pct-47 {
    background-color: #efb900;
  }
  .speed-pct-48 {
    background-color: #f1c200;
  }
  .speed-pct-49 {
    background-color: #f4cc00;
  }
  .speed-pct-50 {
    background-color: #f6d600;
  }
  .speed-pct-51 {
    background-color: #f8e000;
  }
  .speed-pct-52 {
    background-color: #faeb00;
  }
  .speed-pct-53 {
    background-color: #fdf600;
  }
  .speed-pct-54 {
    background-color: #ff0;
  }
  .speed-pct-55 {
    background-color: #ff0;
  }
  .speed-pct-56 {
    background-color: #fefe00;
  }
  .speed-pct-57 {
    background-color: #fefe00;
  }
  .speed-pct-58 {
    background-color: #fdfe00;
  }
  .speed-pct-59 {
    background-color: #fcfe00;
  }
  .speed-pct-60 {
    background-color: #fafd00;
  }
  .speed-pct-61 {
    background-color: #f9fd00;
  }
  .speed-pct-62 {
    background-color: #f7fd00;
  }
  .speed-pct-63 {
    background-color: #f5fc00;
  }
  .speed-pct-64 {
    background-color: #f3fc00;
  }
  .speed-pct-65 {
    background-color: #f0fb00;
  }
  .speed-pct-66 {
    background-color: #edfb00;
  }
  .speed-pct-67 {
    background-color: #eafa00;
  }
  .speed-pct-68 {
    background-color: #e7f900;
  }
  .speed-pct-69 {
    background-color: #e3f800;
  }
  .speed-pct-70 {
    background-color: #e0f800;
  }
  .speed-pct-71 {
    background-color: #dcf700;
  }
  .speed-pct-72 {
    background-color: #d7f600;
  }
  .speed-pct-73 {
    background-color: #d3f500;
  }
  .speed-pct-74 {
    background-color: #cef400;
  }
  .speed-pct-75 {
    background-color: #c9f300;
  }
  .speed-pct-76 {
    background-color: #c4f200;
  }
  .speed-pct-77 {
    background-color: #bff100;
  }
  .speed-pct-78 {
    background-color: #b9ef00;
  }
  .speed-pct-79 {
    background-color: #b3ee00;
  }
  .speed-pct-80 {
    background-color: #aded00;
  }
  .speed-pct-81 {
    background-color: #a6eb00;
  }
  .speed-pct-82 {
    background-color: #a0ea00;
  }
  .speed-pct-83 {
    background-color: #99e900;
  }
  .speed-pct-84 {
    background-color: #92e700;
  }
  .speed-pct-85 {
    background-color: #8ae500;
  }
  .speed-pct-86 {
    background-color: #83e400;
  }
  .speed-pct-87 {
    background-color: #7be200;
  }
  .speed-pct-88 {
    background-color: #73e000;
  }
  .speed-pct-89 {
    background-color: #6ade00;
  }
  .speed-pct-90 {
    background-color: #62dd00;
  }
  .speed-pct-91 {
    background-color: #59db00;
  }
  .speed-pct-92 {
    background-color: #50d900;
  }
  .speed-pct-93 {
    background-color: #47d700;
  }
  .speed-pct-94 {
    background-color: #3dd500;
  }
  .speed-pct-95 {
    background-color: #33d300;
  }
  .speed-pct-96 {
    background-color: #29d100;
  }
  .speed-pct-97 {
    background-color: #1fce00;
  }
  .speed-pct-98 {
    background-color: #15cc00;
  }
  .speed-pct-99 {
    background-color: #0aca00;
  }
  .speed-pct-100 {
    background-color: #00c800;
  }
  .speed-box {
    width: 2.25em;
    padding: 0.1em 0;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5),
      1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5),
      -1px -1px 0 rgba(255, 255, 255, 0.5);
    color: #333;
    text-align: center;
    font-weight: 700;
  }
  .hov {
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-header-banner,
  .aux-banner {
    overflow: hidden;
  }
  .page-header-banner-xl {
    width: 970px;
    height: 90px;
  }
  .page-header-banner-lg {
    width: 728px;
    height: 90px;
  }
  .page-header-banner-md {
    width: 600px;
    height: 90px;
  }
  .page-header-banner-sm {
    width: 320px;
    height: 50px;
  }
  .page-header-banner-xs {
    width: 300px;
    height: 50px;
  }
  .aux-banner-md {
    width: 300px;
    height: 250px;
  }
  .aux-banner-xs {
    width: 300px;
    height: 50px;
  }
  .page-header-banner-xl,
  .page-header-banner-lg,
  .page-header-banner-md,
  .page-header-banner-sm,
  .page-header-banner-xs,
  .aux-banner-md,
  .aux-banner-xs {
    display: none;
  }
  @media (min-width: 768px) {
    .aux-banner-xs {
      display: block;
    }
    .aux-banner-md {
      display: none;
    }
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .aux-banner-md {
      display: block;
    }
    .aux-banner-xs {
      display: none;
    }
  }
  @media (min-width: 300px) {
    .page-header-banner-xs {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-lg,
    .page-header-banner-md,
    .page-header-banner-sm {
      display: none;
    }
  }
  @media (min-width: 320px) {
    .page-header-banner-sm {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-lg,
    .page-header-banner-md,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 600px) and (min-height: 420px) {
    .page-header-banner-md {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-lg,
    .page-header-banner-sm,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 728px) and (min-height: 420px) {
    .page-header-banner-lg {
      display: block;
    }
    .page-header-banner-xl,
    .page-header-banner-md,
    .page-header-banner-sm,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 970px) and (min-height: 420px) {
    .page-header-banner-xl {
      display: block;
    }
    .page-header-banner-lg,
    .page-header-banner-md,
    .page-header-banner-sm,
    .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 300px) {
    .shows-brand-logo .page-header-banner-xs {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-sm {
      display: none;
    }
  }
  @media (min-width: 320px) {
    .shows-brand-logo .page-header-banner-sm {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .shows-brand-logo .page-header-banner-md {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-sm,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 1043px) and (min-height: 420px) {
    .shows-brand-logo .page-header-banner-lg {
      display: block;
    }
    .shows-brand-logo .page-header-banner-xl,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-sm,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  @media (min-width: 1285px) and (min-height: 420px) {
    .shows-brand-logo .page-header-banner-xl {
      display: block;
    }
    .shows-brand-logo .page-header-banner-lg,
    .shows-brand-logo .page-header-banner-md,
    .shows-brand-logo .page-header-banner-sm,
    .shows-brand-logo .page-header-banner-xs {
      display: none;
    }
  }
  .page-header {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    height: 50px;
    margin: 0;
    background-color: #36c;
    background-image: url(https://corsunblocker.newtoncommunications.org/raw?url=https://cdn-static.sigalert.com/240/Images/header-bg.png);
    background-repeat: no-repeat;
  }
  .page-header-logo {
    padding: 7px;
  }
  .page-header-title {
    margin: 13px 0 0 0;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #fff;
  }
  .page-header-banner {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
  }
  .page-header-logo-image,
  .page-header-small-logo-image {
    max-height: 36px;
  }
  .page-header-logo-svg,
  .page-header-logo-small-svg {
    height: 100%;
  }
  .page-header-logo-svg .page-header-logo-image,
  .page-header-logo-small-svg .page-header-logo-image,
  .page-header-logo-svg .page-header-small-logo-image,
  .page-header-logo-small-svg .page-header-small-logo-image {
    max-height: none;
    height: 100%;
  }
  @media (min-width: 360px) {
    .page-header {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    }
    .page-header-logo {
      max-width: 294px;
      font-size: 0;
    }
    .page-header-banner {
      text-align: right;
    }
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .page-header {
      padding: 7px;
      height: 90px;
    }
    .page-header-logo {
      padding: 0;
    }
    .page-header-logo-image,
    .page-header-small-logo-image {
      max-height: none;
    }
    .page-header-logo-svg,
    .page-header-logo-small-svg {
      height: auto;
    }
  }
  .page-header-small-logo-image {
    display: none;
  }
  .page-header-title {
    display: none;
  }
  @media (min-width: 300px) {
    .page-header-logo {
      display: none;
    }
    .page-header-logo-image {
      display: none;
    }
  }
  @media (min-width: 360px) {
    .page-header-logo {
      display: block;
    }
    .page-header-small-logo-image {
      display: inline-block;
    }
  }
  @media (min-width: 450px) {
    .page-header-logo-image {
      display: inline-block;
    }
    .page-header-small-logo-image {
      display: none;
    }
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .page-header-title {
      display: block;
    }
  }
  .scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 100px;
    height: 100px;
    overflow: scroll;
  }
  .map {
    position: relative;
  }
  .leaflet-tile,
  .leaflet-marker-shadow,
  .leaflet-marker-icon,
  .leaflet-marker-icon > [class^="icon-"],
  .leaflet-marker-icon > [class*=" icon-"],
  .leaflet-marker-icon > img,
  .leaflet-control.btn > [class^="icon-"],
  .leaflet-control.btn > [class*=" icon-"],
  .leaflet-control .btn > [class^="icon-"],
  .leaflet-control .btn > [class*=" icon-"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .leaflet-tile::selection,
  .leaflet-marker-shadow::selection,
  .leaflet-marker-icon::selection,
  .leaflet-marker-icon > [class^="icon-"]::selection,
  .leaflet-marker-icon > [class*=" icon-"]::selection,
  .leaflet-marker-icon > img::selection,
  .leaflet-control.btn > [class^="icon-"]::selection,
  .leaflet-control.btn > [class*=" icon-"]::selection,
  .leaflet-control .btn > [class^="icon-"]::selection,
  .leaflet-control .btn > [class*=" icon-"]::selection {
    background-color: transparent;
    color: inherit;
  }
  .leaflet-container,
  .leaflet-dragging .leaflet-container,
  .leaflet-dragging .leaflet-clickable,
  .route-polyline.leaflet-clickable,
  .route-path-popup {
    cursor: default;
  }
  .map-is-clickable #map {
    cursor: pointer;
  }
  .leaflet-top {
    z-index: 1001;
  }
  .leaflet-control .btn-pill {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .leaflet-control .btn-pill.active {
    border-color: transparent;
    background-color: #049cdb;
    color: #fff;
  }
  .leaflet-control .btn-pill:hover {
    z-index: 1;
  }
  .leaflet-control .btn-pill-left {
    padding-left: 20px;
  }
  .leaflet-control .btn-pill-right {
    padding-right: 20px;
  }
  .leaflet-control-btn-bar {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .leaflet-left .leaflet-control-btn-bar {
    position: absolute;
    left: 50%;
    margin-left: -100px;
  }
  .leaflet-control-btn-bar .leaflet-control-routes-divider {
    width: 1px;
    background-color: #ccc;
  }
  .leaflet-control-btn-bar .btn-pill {
    width: 100px;
    font-size: 14px;
    line-height: 1.3;
  }
  .leaflet-control-routes .btn-pill {
    width: 70px;
  }
  .leaflet-control-routes .btn-pill.leaflet-control-clear-route {
    width: 60px;
    padding: 0 6px;
  }
  .leaflet-control-routes .btn-pill-left {
    padding-left: 15px;
  }
  .leaflet-control-routes .btn-pill-right {
    padding-right: 15px;
  }
  .leaflet-control-hotspot {
    width: 202px;
  }
  .leaflet-left .leaflet-control-hotspot {
    margin-left: -101px;
  }
  .leaflet-control-hotspot.animating.hide-start-end-btns.show-clear-btn {
    overflow: hidden;
  }
  .leaflet-control-hotspot.animating .btn-pill {
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
  }
  .leaflet-control-hotspot.animating .btn-pill.leaflet-control-clear-route {
    -webkit-transition: width 300ms ease, border-radius 300ms ease;
    transition: width 300ms ease, border-radius 300ms ease;
  }
  .leaflet-control-hotspot .leaflet-control-clear-route.btn-pill,
  .leaflet-control-hotspot .leaflet-control-clear-route-divider {
    width: 0;
  }
  .leaflet-control-hotspot.show-clear-btn .btn-pill {
    width: 70px;
  }
  .leaflet-control-hotspot.show-clear-btn .btn-pill.leaflet-control-clear-route {
    width: 60px;
    padding: 0 6px;
  }
  .leaflet-control-hotspot.show-clear-btn .leaflet-control-clear-route-divider {
    width: 1px;
  }
  .leaflet-control-hotspot.hide-start-end-btns .leaflet-control-start-route,
  .leaflet-control-hotspot.hide-start-end-btns .leaflet-control-end-route,
  .leaflet-control-hotspot.hide-start-end-btns
    .leaflet-control-clear-route-divider {
    overflow: hidden;
    width: 0;
    padding: 0;
  }
  .leaflet-control-hotspot.hide-start-end-btns.show-clear-btn
    .btn-pill.leaflet-control-clear-route {
    width: 202px;
    padding: 0 6px;
  }
  .leaflet-control-hotspot.hide-start-end-btns.show-clear-btn
    .leaflet-control-routes-divider,
  .leaflet-control-hotspot.hide-start-end-btns.show-clear-btn
    .leaflet-control-clear-route-divider {
    width: 0;
  }
  .leaflet-control.btn-circle,
  .leaflet-control .btn-circle {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    padding: 0;
    font-size: 17.49px;
    line-height: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .leaflet-control.btn-circle.active,
  .leaflet-control .btn-circle.active {
    border-color: transparent;
    background-color: #049cdb;
    color: #fff;
  }
  .leaflet-control.btn-circle.leaflet-control-zoom-in,
  .leaflet-control .btn-circle.leaflet-control-zoom-in {
    display: block;
    margin-bottom: 10px;
  }
  .leaflet-control.btn-circle.leaflet-control-menu,
  .leaflet-control .btn-circle.leaflet-control-menu {
    font-size: 29px;
  }
  .leaflet-control.btn-circle.leaflet-control-route-list,
  .leaflet-control .btn-circle.leaflet-control-route-list {
    font-size: 24px;
  }
  .leaflet-control.btn-circle.leaflet-control-about,
  .leaflet-control .btn-circle.leaflet-control-about {
    font-size: 24px;
  }
  .leaflet-control.btn-circle .icon-location-arrow,
  .leaflet-control .btn-circle .icon-location-arrow,
  .leaflet-control.btn-circle .icon-plus,
  .leaflet-control .btn-circle .icon-plus {
    position: relative;
    top: 1px;
  }
  .leaflet-control.btn-circle .icon-minus,
  .leaflet-control .btn-circle .icon-minus {
    position: relative;
    top: 2px;
  }
  .leaflet-control.btn-circle-lg,
  .leaflet-control .btn-circle-lg {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .messages {
    position: absolute;
    max-width: calc(100% - 20px);
    width: 300px;
    left: 0;
    right: 0;
  }
  .leaflet-top .messages {
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 600px), (max-height: 380px) {
    .leaflet-control-offset-1 {
      position: absolute;
      right: 50px;
    }
    .leaflet-control-offset-2 {
      position: absolute;
      right: 100px;
    }
  }
  .leaflet-control-zoom {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-1,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-1 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-2,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-2 {
    position: relative;
    top: -100px;
    right: 100px;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-3,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-3 {
    position: relative;
    top: -150px;
    right: 150px;
  }
  .map-can-show-0-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4,
  .map-can-show-1-button .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -200px;
    right: 200px;
  }
  .map-can-show-2-buttons .leaflet-control-menu-item.leaflet-control-menu-item-2 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .map-can-show-2-buttons .leaflet-control-menu-item.leaflet-control-menu-item-3 {
    position: relative;
    top: -100px;
    right: 100px;
  }
  .map-can-show-2-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -150px;
    right: 150px;
  }
  .map-can-show-3-buttons .leaflet-control-menu-item.leaflet-control-menu-item-3 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .map-can-show-3-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -100px;
    right: 100px;
  }
  .map-can-show-4-buttons .leaflet-control-menu-item.leaflet-control-menu-item-4 {
    position: relative;
    top: -50px;
    right: 50px;
  }
  .leaflet-touch .leaflet-control-zoom {
    border: 0;
  }
  .leaflet-control.btn-pushpin-campaign,
  .leaflet-touch .leaflet-control.btn-pushpin-campaign {
    border-radius: 100%;
  }
  .leaflet-control.btn-pushpin-campaign > img,
  .leaflet-touch .leaflet-control.btn-pushpin-campaign > img {
    max-width: 90%;
    max-height: 90%;
  }
  .camera-map-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: inherit;
    -webkit-transition: -webkit-filter 200ms ease-in, filter 200ms ease-in;
    transition: -webkit-filter 200ms ease-in, filter 200ms ease-in;
  }
  .camera-map-icon .icon-camera {
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5),
      0 0 3px rgba(255, 255, 255, 0.5), 0 0 3px rgba(255, 255, 255, 0.5),
      0 0 3px rgba(255, 255, 255, 0.5), 0 0 3px #000;
    -webkit-transition: opacity 200ms ease-in, text-shadow 200ms ease-in;
    transition: opacity 200ms ease-in, text-shadow 200ms ease-in;
  }
  .camera-map-icon.spiderfied-icon .icon-camera {
    color: #000;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 25px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px 25px rgba(255, 255, 255, 0.3);
  }
  .camera-map-icon.blurry-icon .icon-camera {
    opacity: 0.5;
    text-shadow: none;
  }
  .pushpin-map-icon {
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .pushpin-map-icon > img {
    max-width: 100%;
  }
  .pushpin-map-icon .icon-map-marker {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #555;
  }
  .marker-scale-on-hover {
    -webkit-transition: -webkit-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -moz-transition: -moz-transform 150ms ease, opacity 150ms ease,
      color 150ms ease, background-color 150ms ease;
    -o-transition: -o-transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, color 150ms ease,
      background-color 150ms ease;
  }
  .marker-scale-on-hover:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .user-location-icon {
    outline: 0;
  }
  .user-location-icon img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .leaflet-icon-left {
    left: auto;
    right: 100%;
  }
  .leaflet-bar a,
  .leaflet-bar a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .leaflet-bottom:not(.leaflet-left):not(.leaflet-right) {
    left: 0;
    right: 0;
  }
  .leaflet-control-timestamp,
  .leaflet-control-brand:not(.leaflet-control-brand-shows-time) {
    line-height: 1;
  }
  .leaflet-control-timestamp.is-stale,
  .leaflet-control-timestamp.is-offline {
    border-color: #d43f3a;
    background-color: rgba(217, 83, 79, 0.8);
    color: #fff;
  }
  .leaflet-control-timestamp .offline {
    display: none;
    text-align: center;
  }
  .leaflet-control-timestamp.is-offline .offline {
    display: block;
  }
  .leaflet-control-brand {
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .leaflet-control-brand.leaflet-control-flush {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .leaflet-control-brand-shows-time {
    text-align: center;
  }
  .leaflet-control-brand-time,
  .leaflet-control-brand-text {
    padding: 2px 4px;
  }
  .leaflet-control-brand-text {
    display: inline-block;
  }
  .leaflet-control-brand-logo-image {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 8px;
    display: none;
  }
  @media (min-width: 768px) {
    .leaflet-control-brand-text {
      display: none;
    }
    .leaflet-control-brand-logo-image {
      display: inline;
    }
  }
  .is-not-kiosk .leaflet-control-floating .leaflet-control-brand-logo-image {
    position: absolute;
    padding: 0;
  }
  .is-not-kiosk
    .leaflet-bottom
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    bottom: 10px;
  }
  .is-not-kiosk
    .leaflet-top
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    top: 10px;
  }
  .is-not-kiosk
    .leaflet-left
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    left: 10px;
  }
  .is-not-kiosk
    .leaflet-right
    .leaflet-control-floating
    .leaflet-control-brand-logo-image {
    right: 10px;
  }
  .is-not-kiosk
    .leaflet-bottom
    .leaflet-control-floating.leaflet-control-brand-shows-time
    .leaflet-control-brand-logo-image {
    bottom: 32px;
  }
  .is-not-kiosk
    .leaflet-top
    .leaflet-control-floating.leaflet-control-brand-shows-time
    .leaflet-control-brand-logo-image {
    top: 32px;
  }
  @media (min-width: 360px) {
    .promoting.shows-brand-logo .leaflet-control-brand {
      display: none;
    }
    .leaflet-control-brand.leaflet-control-brand-shows-time {
      display: block;
    }
    .leaflet-control-brand.leaflet-control-brand-shows-time
      .leaflet-control-brand-text,
    .leaflet-control-brand.leaflet-control-brand-shows-time
      .leaflet-control-brand-logo-image {
      display: none;
    }
  }
  .shows-map-legend .map-legend-footer {
    display: none;
  }
  .shows-map-legend .leaflet-control-legend.leaflet-control-flush-wide {
    width: auto;
  }
  .shows-map-legend
    .leaflet-bottom.leaflet-left
    .leaflet-control-legend.leaflet-control-flush-wide {
    border-top-right-radius: 5px !important;
  }
  .shows-map-legend
    .leaflet-touch
    .leaflet-bottom.leaflet-left
    .leaflet-control-legend.leaflet-control-flush-wide {
    border-right-width: 1px !important;
    border-top-right-radius: 10px !important;
  }
  @media (max-width: 449px) {
    .shows-map-legend .leaflet-control-legend.leaflet-control-flush-wide,
    .shows-map-legend
      .leaflet-bottom.leaflet-left
      .leaflet-control-legend.leaflet-control-flush-wide {
      width: 100%;
      border-top-right-radius: 0 !important;
    }
    .shows-map-legend
      .leaflet-touch
      .leaflet-control-legend.leaflet-control-flush-wide,
    .shows-map-legend
      .leaflet-touch
      .leaflet-bottom.leaflet-left
      .leaflet-control-legend.leaflet-control-flush-wide {
      border-right-width: 0 !important;
      border-top-right-radius: 0 !important;
    }
    .shows-map-legend .map-legend-speeds,
    .shows-map-legend .map-legend-incidents,
    .shows-map-legend .map-legend-timestamp,
    .shows-map-legend .map-legend-brand {
      width: 50%;
      margin-left: 0;
    }
    .shows-map-legend .map-legend-footer {
      display: block;
      margin-top: 5px;
    }
    .shows-map-legend .leaflet-control-brand,
    .shows-map-legend .leaflet-control-timestamp {
      display: none !important;
    }
  }
  .is-kiosk .leaflet-control-brand,
  .is-kiosk .leaflet-control-legend {
    display: block;
    font-size: 1.82292vw;
  }
  .is-kiosk .map-legend-speeds,
  .is-kiosk .map-legend-incidents,
  .is-kiosk .map-legend-timestamp,
  .is-kiosk .map-legend-brand {
    width: 12em;
  }
  .is-kiosk .leaflet-control-brand {
    background-color: rgba(255, 255, 255, 0.9);
    height: 5.75em;
  }
  .is-kiosk .leaflet-control-brand-logo-image {
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0.5em;
  }
  .is-kiosk .leaflet-control-brand-logo-image[src*=".svg"] {
    width: 40%;
  }
  .is-kiosk .leaflet-control-brand-shows-time {
    text-align: left;
  }
  .is-kiosk .leaflet-control-brand-time {
    position: relative;
    left: 1.1em;
    font-weight: 700;
    color: #777;
  }
  .is-kiosk .leaflet-control-brand-text {
    display: none;
  }
  .is-kiosk.shows-map-legend .leaflet-control-brand {
    display: block !important;
    width: 100%;
    border-right: 0;
    border-bottom-right-radius: 0;
  }
  .is-kiosk .leaflet-control-legend {
    border-left: 0;
    border-bottom: 0;
    padding: 0.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .is-kiosk .map-legend-footer {
    display: none;
  }
  .is-kiosk .map-legend-speed-gradient {
    width: 10.5em;
    height: 1.5em;
  }
  .is-kiosk .map-legend-incidents {
    margin-left: 2.5em;
  }
  .is-kiosk .map-legend-moderate-incident-group {
    margin-left: 0.7em;
    margin-right: 0.7em;
  }
  .is-kiosk .minor-incident-icon,
  .is-kiosk .moderate-incident-icon,
  .is-kiosk .severe-incident-icon {
    width: 1.18em;
    height: 1.18em;
    vertical-align: middle;
  }
  .leaflet-popup-pushpin-campaign {
    max-width: 95vw;
  }
  .leaflet-popup-pushpin-campaign .leaflet-popup-content p {
    margin: 0.5em 0;
  }
  .leaflet-popup-pushpin-campaign .leaflet-popup-content a {
    color: #428bca;
  }
  .leaflet-container a.leaflet-popup-close-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1;
    padding: 14px 10px 14px 18px;
  }
  .leaflet-popup-content {
    margin: 13px 29px;
  }
  .route-waypoint-popup a.leaflet-popup-close-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .map-click-icon .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
  }
  .map-click-icon.active .circle {
    -webkit-animation: bubble-pop 400ms;
    -moz-animation: bubble-pop 400ms;
    -ms-animation: bubble-pop 400ms;
    animation: bubble-pop 400ms;
  }
  @-webkit-keyframes bubble-pop {
    0% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes bubble-pop {
    0% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  .leaflet-map-pane.hide-hotspot-icons .hotspot-icon {
    display: none;
  }
  .hotspot-icon {
    outline: 0;
  }
  .hotspot-icon > img {
    vertical-align: top;
  }
  .speed-highlight-icon {
    -webkit-filter: drop-shadow(0 0 2px #000);
    filter: drop-shadow(0 0 2px #000);
  }
  .speed-outline-icon {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
  }
  .incident-highlight-icon,
  .camera-highlight-icon {
    -webkit-filter: drop-shadow(0 0 1px #000);
    filter: drop-shadow(0 0 1px #000);
  }
  .incident-outline-icon {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
  }
  .blurry-icon {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  .hide-routes .route-layer {
    display: none;
  }
  .awesome-marker i {
    margin-left: 2px;
  }
  .awesome-marker-large i {
    font-size: 18px;
    margin-top: 9px;
    margin-left: 3px;
  }
  .awesome-marker-large .icon-stop-sign {
    margin-left: 0;
  }
  .leaflet-touch .leaflet-contextmenu .leaflet-contextmenu-item {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .leaflet-top.leaflet-left {
    z-index: 1002;
  }
  .is-kiosk .leaflet-top.leaflet-left {
    z-index: 1001;
  }
  .messages {
    z-index: 8;
  }
  .camera-map-icon {
    z-index: 10 !important;
  }
  .camera-map-icon.spiderfied-icon {
    z-index: 11 !important;
  }
  .user-location-icon {
    z-index: 12 !important;
  }
  .map-click-icon {
    z-index: 13 !important;
  }
  .hotspot-icon {
    z-index: 14 !important;
  }
  .route-waypoint-map-icon {
    z-index: 15 !important;
  }
  .route-waypoint-drag-icon {
    z-index: 16 !important;
  }
  .route-path-popup {
    z-index: 10;
  }
  .active-route-path-popup {
    z-index: 11;
  }
  .route-waypoint-popup {
    z-index: 12;
  }
  .incident-popup,
  .road-popup {
    z-index: 13;
  }
  @media (max-width: 1024px) {
    .leaflet-map-pane.map-zooming .camera-map-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .camera-map-icon,
    .leaflet-map-pane.map-zooming .pushpin-map-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .pushpin-map-icon,
    .leaflet-map-pane.map-zooming .user-location-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .user-location-icon,
    .leaflet-map-pane.map-zooming .user-location-accuracy-circle,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim
      .user-location-accuracy-circle,
    .leaflet-map-pane.map-zooming .route-waypoint-map-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .route-waypoint-map-icon,
    .leaflet-map-pane.map-zooming .route-waypoint-popup,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .route-waypoint-popup,
    .leaflet-map-pane.map-zooming .hotspot-icon,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .hotspot-icon {
      display: none;
    }
    .leaflet-map-pane.map-zooming .route-path-popup,
    .leaflet-map-pane.map-zooming.leaflet-cluster-anim .route-path-popup {
      visibility: hidden;
    }
  }
  .traffic-item-list {
    background-color: #fff;
  }
  .traffic-item-list .incident-item,
  .traffic-item-list .road-item,
  .traffic-item-list .camera-item {
    cursor: pointer;
  }
  .camera {
    padding: 0.5em;
    text-align: center;
  }
  .road .incident-item,
  .road .camera-item {
    cursor: pointer;
  }
  .road .speed-box + .speed-box {
    margin-left: 0.5em;
  }
  .road-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.71457143em;
    z-index: 2;
    padding: 0.143em 0.714em 0.143em 0.5em;
    background-color: #e6e6e6;
  }
  .road-header .header-location {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .road-header .header-mph {
    display: block;
    padding: 0 1em;
  }
  .road-header .header-hov {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0.5em;
    padding: 0 0.286em;
    line-height: 1;
  }
  .road-header .header-hov > svg {
    max-height: 13px;
  }
  .supports-no-touch .hotspot-road .road-header {
    padding-right: 0.5em;
  }
  .supports-no-touch .hotspot-road .road-header .header-mph {
    padding-right: 0;
  }
  .supports-no-touch .hotspot-road .list > li {
    padding-right: 0.5em;
  }
  .supports-no-touch .hotspot-road .list-item-arrow {
    display: none;
  }
  .hotspot-road .road-header {
    position: relative;
  }
  .aux-road-header.hide-hov .header-hov {
    display: none;
  }
  #road {
    padding-top: 1.71457143em;
  }
  .aux-pane .sheets {
    position: relative;
    -webkit-tap-highlight-color: transparent;
  }
  .aux-pane .sheet {
    -webkit-overflow-scrolling: touch;
  }
  .aux-pane .pane-header .pane-resizer,
  .aux-pane .sheets-header .close {
    display: none;
  }
  .aux-pane .sheets-header .title {
    text-align: center;
    padding-right: 14px;
  }
  .aux-pane .sheets.has-many-sheets .sheets-header .title {
    padding-right: 43px;
  }
  .aux-pane .pane-body {
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .supports-no-touch-overflow-scrolling .aux-pane .sheet {
    -webkit-overflow-scrolling: auto;
  }
  .active-route {
    position: relative;
    height: 100%;
    background-color: #fff;
  }
  .active-route .icon-directions {
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    font-size: 140px;
    color: #e9e9e9;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .active-route.showing-routes .icon-directions {
    bottom: 0;
    top: auto;
    font-size: 130px;
    margin-left: -65px;
    margin-top: 0;
  }
  .active-route .no-routes-message,
  .active-route .no-active-route-message {
    position: relative;
    z-index: 1;
    padding: 5% 14px 0;
    font-weight: 700;
  }
  .active-route .routes {
    overflow-x: hidden;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  .active-route .route-item {
    cursor: pointer;
  }
  .active-route .route-name {
    font-weight: 700;
  }
  .active-route .list-section-header,
  .active-route .list > li.list-section-header,
  .active-route .list > .list-item.list-section-header {
    border-bottom: solid 1px #3156af;
    background-color: #3760c3;
    color: #fff;
  }
  .active-route .alternative-loading {
    position: relative;
  }
  .active-route .alternative-loading .icon-spinner {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -20px;
    font-size: 20px;
  }
  .active-route .box-error {
    margin: 10px;
    padding: 10px;
  }
  .active-route .error-list {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 3px;
  }
  .user-login-modal .modal-dialog {
    max-width: 320px;
  }
  .user-login-modal .login-form-group {
    margin-bottom: 0;
  }
  .user-login-modal .modal-footer {
    margin-top: 0;
    text-align: left;
  }
  .user-login-modal .modal-footer .btn {
    white-space: normal;
  }
  .user-login-modal .alternate-accounts {
    margin-top: 15px;
  }
  .user-login-modal .alternate-accounts.alert {
    margin-bottom: 0;
  }
  .user-login-modal .btn-alternate-account {
    white-space: normal;
  }
  .user-login-modal .btn-alternate-single-account {
    width: 90%;
    border-radius: 150px;
  }
  .user-login-modal .error-list {
    margin-top: 15px;
    border-radius: 4px;
  }
  .user-password-reset-request-modal .modal-dialog {
    max-width: 320px;
  }
  .user-password-reset-request-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .user-password-reset-request-modal .circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #5cb85c;
    color: #fff;
    font-size: 26px;
  }
  .user-password-reset-change-modal .modal-dialog {
    max-width: 320px;
  }
  .user-password-reset-change-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .user-password-reset-change-modal .circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #5cb85c;
    color: #fff;
    font-size: 26px;
  }
  .user-creation-modal .modal-dialog {
    max-width: 320px;
  }
  .user-creation-modal .modal-body .form-group:last-child {
    margin-bottom: 0;
  }
  .user-creation-modal .modal-body p {
    margin-bottom: 15px;
  }
  .user-creation-modal .error-list {
    border-radius: 4px;
  }
  .settings-modal .modal-body {
    padding: 0 0 20px;
  }
  .settings-modal .tab-content {
    padding: 20px 20px 0;
  }
  .settings-modal .nav-flex-tabs > li {
    width: 33%;
  }
  .settings-modal .nav-flex-tabs-4 > li {
    width: 25%;
  }
  .settings-modal .top-line {
    display: block;
    white-space: nowrap;
  }
  .settings-modal form > .checkbox:first-child,
  .settings-modal form > .form-group:first-child {
    margin-top: 0;
  }
  .settings-modal form .btn-group > .btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    height: 6em;
    white-space: normal;
  }
  .settings-modal form .btn-group > .btn.active {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .settings-modal form .btn-group > .btn.active:hover,
  .settings-modal form .btn-group > .btn.active:focus,
  .settings-modal form .btn-group > .btn.active:active,
  .settings-modal form .btn-group > .btn.active.active,
  .open .dropdown-toggle.settings-modal form .btn-group > .btn.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }
  .settings-modal form .btn-group > .btn.active:active,
  .settings-modal form .btn-group > .btn.active.active,
  .open .dropdown-toggle.settings-modal form .btn-group > .btn.active {
    background-image: none;
  }
  .settings-modal form .btn-group > .btn.active.disabled,
  .settings-modal form .btn-group > .btn.active[disabled],
  fieldset[disabled] .settings-modal form .btn-group > .btn.active,
  .settings-modal form .btn-group > .btn.active.disabled:hover,
  .settings-modal form .btn-group > .btn.active[disabled]:hover,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active:hover,
  .settings-modal form .btn-group > .btn.active.disabled:focus,
  .settings-modal form .btn-group > .btn.active[disabled]:focus,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active:focus,
  .settings-modal form .btn-group > .btn.active.disabled:active,
  .settings-modal form .btn-group > .btn.active[disabled]:active,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active:active,
  .settings-modal form .btn-group > .btn.active.disabled.active,
  .settings-modal form .btn-group > .btn.active[disabled].active,
  fieldset[disabled] .settings-modal form .btn-group > .btn.active.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .settings-modal form .btn-group-3 > .btn {
    min-width: 33.3%;
  }
  .settings-modal form .btn-save {
    min-width: 100px;
  }
  .settings-modal form .error-list {
    border-radius: 4px;
  }
  .settings-modal .tab-pane h1,
  .settings-modal .tab-pane h2,
  .settings-modal .tab-pane h3,
  .settings-modal .tab-pane h4,
  .settings-modal .tab-pane h5,
  .settings-modal .tab-pane h6 {
    margin-top: 0;
  }
  .settings-modal .form-general .text-size-small {
    font-size: 16px;
  }
  .settings-modal .form-general .text-size-medium {
    font-size: 18px;
  }
  .settings-modal .form-general .text-size-large {
    font-size: 22px;
  }
  .settings-modal .form-general .btn-reload-map,
  .settings-modal .form-general .btn-update-app {
    width: 100%;
  }
  .settings-modal .form-general .btn-reload-map:hover,
  .settings-modal .form-general .btn-update-app:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .settings-modal .form-login .error-list {
    margin-bottom: 15px;
  }
  .settings-modal .form-email .phone-group {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .settings-modal .form-email input[type="tel"] {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 9em;
    margin-right: 1em;
  }
  .settings-modal .subscription-settings .subscription-summary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
    white-space: nowrap;
  }
  .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item {
    width: 100%;
    padding: 0.5em 1em 0.5em 0;
  }
  .settings-modal .subscription-settings .subscription-summary i {
    margin-right: 0.2em;
    font-size: 3em;
    width: 1.2em;
  }
  .settings-modal .subscription-settings .subscription-change-buttons .btn {
    white-space: normal;
  }
  .settings-modal
    .subscription-settings
    .subscription-change-buttons
    .btn
    + .btn {
    margin-left: 1em;
  }
  .settings-modal
    .subscription-settings
    .subscription-change-buttons.two-btns
    .btn {
    max-width: calc(50% - 0.5em);
  }
  .settings-modal .subscription-settings .billing-exp-month {
    width: 4em;
  }
  .settings-modal .subscription-settings .billing-exp-year {
    width: 6em;
    margin-left: 1em;
  }
  .settings-modal .subscription-settings .billing-cvv {
    width: 4em;
    margin-left: 1em;
  }
  .settings-modal .subscription-settings .billing-zip {
    width: 8em;
    margin-left: 1em;
  }
  .settings-modal .subscription-settings .billing-cc-types i {
    font-size: 2.5em;
  }
  .settings-modal .tab-pane-help .legends {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .settings-modal .tab-pane-help .map-legend-speeds,
  .settings-modal .tab-pane-help .map-legend-incidents {
    margin-bottom: 15px;
  }
  .settings-modal .tab-pane-help .map-legend-speed-gradient {
    width: 192px;
    height: 26px;
    margin: 5px 0;
  }
  .settings-modal .tab-pane-help .map-legend-incident-icons {
    margin-top: 9px;
  }
  .settings-modal .tab-pane-help .minor-incident-icon,
  .settings-modal .tab-pane-help .moderate-incident-icon,
  .settings-modal .tab-pane-help .severe-incident-icon {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
  }
  .settings-modal .tab-pane-help .faq .question > .btn-wrap {
    text-align: left;
  }
  .settings-modal .tab-pane-help .faq ol {
    padding-left: 20px;
  }
  .settings-modal .tab-pane-help .faq .icon-directions {
    font-size: 17px;
  }
  .settings-modal .tab-pane-help .faq .icon-directions,
  .settings-modal .tab-pane-help .faq .icon-cog,
  .settings-modal .tab-pane-help .faq .icon-save {
    position: relative;
    top: -1px;
  }
  .settings-modal .tab-pane-help .faq .icon-user {
    position: relative;
    top: -2px;
  }
  .settings-modal .tab-pane-updates h4 small {
    display: block;
    margin-top: 5px;
  }
  .settings-modal .tab-pane-updates p:last-child,
  .settings-modal .tab-pane-updates ul:last-child {
    margin-bottom: 0;
  }
  .settings-modal .tab-pane-updates ul {
    padding-left: 20px;
  }
  .settings-modal .tab-pane-updates hr:last-child {
    display: none;
  }
  .settings-modal .states-list,
  .settings-modal .nearby-local-areas-list {
    margin-bottom: 0;
  }
  .settings-modal .states-list > li,
  .settings-modal .nearby-local-areas-list > li {
    margin-bottom: 1.8em;
  }
  .settings-modal .states-list h4,
  .settings-modal .nearby-local-areas-list h4 {
    margin-bottom: 0.5em;
  }
  .settings-modal .states-list > li:last-child {
    margin-bottom: 0;
  }
  .settings-modal .local-areas-list li {
    display: inline-block;
    padding: 0.6em;
  }
  .settings-modal .change-cities-try-again {
    margin-top: 20px;
  }
  @media (min-width: 600px) {
    .settings-modal .top-line {
      display: inline;
    }
  }
  @media (min-width: 768px) {
    .settings-modal.modal-flex {
      background-color: transparent;
    }
    .settings-modal.modal-flex .modal-dialog {
      max-width: 768px;
      padding: 20px;
    }
    .settings-modal.modal-flex .modal-content {
      border-radius: 6px;
    }
    .settings-modal.modal-flex .modal-header {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
    }
    .settings-modal.modal-flex .modal-body {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
    }
  }
  @media (min-width: 768px) {
    .settings-modal .nav-flex {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .settings-modal .nav-flex-tabs {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 0;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li,
    .settings-modal .nav-flex-tabs > li {
      border-right: 0;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li > a,
    .settings-modal .nav-flex-tabs > li > a,
    .settings-modal .nav-flex-tabs .dropdown-menu > li > span,
    .settings-modal .nav-flex-tabs > li > span {
      height: auto;
      padding: 0.6em 1.2em;
      border: 0;
      border-left: solid 3px transparent;
      color: #428bca;
      white-space: nowrap;
      text-align: left;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li > a,
    .settings-modal .nav-flex-tabs .dropdown-menu > li > span {
      padding-left: 1.8em;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu > li.active > a,
    .settings-modal .nav-flex-tabs > li.active > a,
    .settings-modal .nav-flex-tabs .dropdown-menu > li.active > a:hover,
    .settings-modal .nav-flex-tabs > li.active > a:hover,
    .settings-modal .nav-flex-tabs .dropdown-menu > li.active > a:focus,
    .settings-modal .nav-flex-tabs > li.active > a:focus {
      color: #555;
      border-left-color: #428bca;
      background-color: transparent;
    }
    .settings-modal .nav-flex-tabs > li.dropdown > a {
      cursor: default;
    }
    .settings-modal .nav-flex-tabs > li.dropdown > a:hover,
    .settings-modal .nav-flex-tabs > li.dropdown > a:focus {
      background-color: transparent;
    }
    .settings-modal .nav-flex-tabs .dropdown-toggle {
      display: block;
    }
    .settings-modal .nav-flex-tabs .dropdown > a {
      color: #555;
    }
    .settings-modal .nav-flex-tabs .dropdown .caret {
      display: none;
    }
    .settings-modal .nav-flex-tabs .dropdown.active > a,
    .settings-modal .nav-flex-tabs .dropdown.active > a:hover,
    .settings-modal .nav-flex-tabs .dropdown.active > a:focus {
      color: #555;
      border-left-color: transparent;
    }
    .settings-modal .nav-flex-tabs .dropdown-menu {
      display: block;
      position: relative;
      top: 0;
      z-index: 0;
      float: none;
      min-width: 0;
      padding: 0;
      margin: 0;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .settings-modal .modal-body {
      padding: 20px 0;
    }
    .settings-modal .modal-body-content {
      padding: 0 20px;
    }
    .settings-modal .tab-content {
      padding: 0.6em 0 0.6em 20px;
    }
    .settings-modal .nav-flex-tabs > li {
      width: auto;
    }
    .settings-modal .modal-dialog {
      max-height: 690px;
    }
  }
  @media (min-width: 520px) {
    .settings-modal .form-group {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      -ms-align-items: center;
      align-items: center;
    }
    .settings-modal .form-group > label {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      margin-bottom: 0;
      white-space: nowrap;
    }
    .settings-modal .form-group > .form-control,
    .settings-modal .form-group > .form-controls,
    .settings-modal .form-group > .btn-group {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .settings-modal .form-group-stacked {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-flex-align: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    .settings-modal .form-group-stacked > label {
      white-space: normal;
    }
    .settings-modal .form-flex .form-group > label {
      width: 170px;
    }
    .settings-modal .form-general .btn-reload-map,
    .settings-modal .form-general .btn-update-app {
      width: auto;
    }
    .settings-modal .form-general .btn-reload-map:hover,
    .settings-modal .form-general .btn-update-app:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @media (min-width: 414px) {
    .settings-modal
      .subscription-settings
      .subscription-summary
      .subscription-summary-item {
      width: 50%;
    }
  }
  .supports-no-flexbox.supports-flexboxlegacy .settings-modal .form-group-submit {
    display: block;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit
    .text-success {
    float: left;
    width: 166px;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit
    > .btn,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .form-group-submit
    .form-group-submit-buttons {
    float: right;
    margin-left: 0;
  }
  .supports-no-flexbox.supports-flexboxlegacy .settings-modal .form-email select {
    width: 40%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary {
    display: block;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-summary
    .subscription-summary-item {
    float: left;
    width: 49%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-change-buttons.two-btns
    .btn {
    max-width: 45%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .subscription-cc-choice
    label {
    max-width: 45%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .btn-group-3
    > .btn {
    width: 33.3%;
    padding: 0;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .subscription-settings
    .state-zip-form-group
    select {
    width: 50%;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends {
    display: block;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:before,
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    content: " ";
    display: table;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .legends:after {
    clear: both;
  }
  .supports-no-flexbox.supports-flexboxlegacy
    .settings-modal
    .tab-pane-help
    .map-legend-incidents {
    margin-left: 0;
  }
  .map-route .box-error {
    margin: 10px;
    padding: 10px;
  }
  .route-list-pane {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
  }
  .route-list-pane .pane-body {
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  .route-list-pane .sheet {
    padding: 15px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .route-list-pane .pane-body.showing-route-list .sheet {
    padding: 0;
  }
  .route-list-pane .list-routes {
    margin-bottom: 0;
  }
  .route-list-pane .route-item {
    overflow: hidden;
    padding: 8px;
    cursor: pointer;
  }
  .route-list-pane .route-name {
    font-weight: 700;
  }
  .route-list-pane p:last-child {
    margin-bottom: 0;
  }
  .route-list-pane .box-error {
    margin: 10px;
    padding: 10px;
    font-weight: 400;
  }
  .supports-no-touch-overflow-scrolling .route-list-pane .sheet {
    -webkit-overflow-scrolling: auto;
  }
  .route-creation-modal .modal-dialog {
    max-width: 320px;
  }
  .route-creation-modal .modal-body.animating {
    -webkit-transition: height 200ms ease;
    transition: height 200ms ease;
  }
  .route-creation-modal .icon-directions {
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
  }
  .route-creation-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .route-creation-modal .error-list {
    border-radius: 4px;
  }
  .route-creation-modal .btn-circle-lg {
    white-space: normal;
  }
  .route-settings-modal .modal-dialog {
    max-width: 320px;
  }
  .route-settings-modal .form-group:last-child {
    margin-bottom: 0;
  }
  .route-settings-modal .error-list {
    border-radius: 4px;
  }
  .route-alert-list-modal .modal-dialog {
    max-width: 320px;
  }
  .route-alert-list-modal .modal-body {
    padding: 0;
  }
  .route-alert-list-modal .modal-footer {
    margin-top: 0;
    padding: 14px 10px 15px;
  }
  .route-alert-list-modal .modal-footer .error-list {
    margin-top: 15px;
    text-align: left;
  }
  .route-alert-list-modal .list-alerts {
    margin-bottom: 0;
  }
  .route-alert-list-modal .list-alerts > li {
    overflow: hidden;
    -webkit-transition: background-color 300ms ease, opacity 0.15s linear;
    transition: background-color 300ms ease, opacity 0.15s linear;
  }
  .route-alert-list-modal .list-alerts > li.animating-height {
    -webkit-transition: background-color 300ms ease, height 200ms ease,
      opacity 0.15s linear;
    transition: background-color 300ms ease, height 200ms ease,
      opacity 0.15s linear;
  }
  .route-alert-list-modal .list-alerts > li:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .route-alert-list-modal .list-alerts > li.flash {
    background-color: #5bc0de;
  }
  .route-alert-list-modal .alert-description {
    margin: 0;
    padding: 15px 10px;
  }
  .route-alert-list-modal .checkbox {
    margin-bottom: 15px;
  }
  .route-alert-list-modal .alert-box {
    padding: 15px 10px;
    border-top: solid 1px #eee;
  }
  .route-alert-list-modal .form-group:last-child,
  .route-alert-list-modal .checkbox:last-child {
    margin-bottom: 0;
  }
  .route-alert-list-modal .alert-header {
    margin-bottom: 10px;
  }
  .route-alert-list-modal .alert-header-btn-group {
    height: 22px;
  }
  .route-alert-list-modal .alert-header-btn-group > .btn {
    position: relative;
    top: -6px;
  }
  .route-alert-list-modal .alert-title {
    font-weight: 700;
  }
  .route-alert-list-modal .alert-days .btn,
  .route-alert-list-modal .alert-times .btn {
    cursor: default;
  }
  .route-alert-list-modal .alert-days {
    width: 100%;
  }
  .route-alert-list-modal .alert-days label {
    width: 43px;
    height: 43px;
    line-height: 28px;
  }
  .route-alert-list-modal .alert-days label:first-child,
  .route-alert-list-modal .alert-days label:last-child {
    width: 44px;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active:hover,
  .route-alert-list-modal [data-toggle="buttons"] .active:focus,
  .route-alert-list-modal [data-toggle="buttons"] .active:active,
  .route-alert-list-modal [data-toggle="buttons"] .active.active,
  .open .dropdown-toggle.route-alert-list-modal [data-toggle="buttons"] .active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active:active,
  .route-alert-list-modal [data-toggle="buttons"] .active.active,
  .open .dropdown-toggle.route-alert-list-modal [data-toggle="buttons"] .active {
    background-image: none;
  }
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled],
  fieldset[disabled] .route-alert-list-modal [data-toggle="buttons"] .active,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled:hover,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled]:hover,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active:hover,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled:focus,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled]:focus,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active:focus,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled:active,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled]:active,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active:active,
  .route-alert-list-modal [data-toggle="buttons"] .active.disabled.active,
  .route-alert-list-modal [data-toggle="buttons"] .active[disabled].active,
  fieldset[disabled]
    .route-alert-list-modal
    [data-toggle="buttons"]
    .active.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .route-alert-list-modal .alert-times {
    white-space: nowrap;
  }
  .route-alert-list-modal .alert-times input[type="text"] {
    display: inline;
    width: 35px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    font-size: 16px;
  }
  .route-alert-list-modal .alert-times-control {
    display: inline-block;
    min-width: 130px;
  }
  .route-alert-list-modal .alert-times-dash {
    display: inline-block;
    min-width: 29px;
    padding: 0 11px 0 10px;
  }
  .route-alert-list-modal .alert-save-feedback {
    display: inline;
    padding: 4px 8px;
    margin-left: 25px;
  }
  .route-alert-list-modal .alert-save-feedback-button {
    cursor: default;
  }
  .route-alert-list-modal .popover {
    max-width: 226px;
    margin-bottom: 30px;
  }
  .route-alert-list-modal .popover strong {
    margin-bottom: 9px;
  }
  .route-alert-list-modal .popover .error-list {
    margin-top: 9px;
    border-radius: 4px;
  }
  .route-alert-list-modal .icon-trash {
    position: relative;
    top: -2px;
  }
  #debugList {
    margin: 2px;
    padding: 2px;
    max-height: 140px;
    overflow-y: scroll;
  }
  .debug {
    position: absolute;
    bottom: 40px;
    left: 10px;
    right: 10px;
    z-index: 10;
    opacity: 0.8;
  }
  .debug .timestamp {
    font-weight: 700;
  }
  .debug .log-statement {
    list-style-type: none;
    background-color: #f5f5f5;
  }
  .debug .log-statement:nth-child(odd) {
    background-color: #ccc;
  }
  .debug .error-log-statement {
    color: #b94a48;
  }
  html,
  body {
    height: 100%;
  }
  body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  #map {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .aux-corner {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 300px;
    height: 250px;
    display: none;
  }
  @media (min-width: 600px) and (min-height: 600px), (min-width: 768px) {
    .aux-pane,
    .aux-pane.show {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: static;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
    }
    .aux-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .aux-content > .sheets {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
    }
    .aux-corner {
      display: block;
    }
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .aux-content > .sheets {
      height: 250px;
    }
    .aux-pane .camera img {
      height: 135px;
    }
  }
  @media (min-width: 768px) and (max-height: 767px), (min-width: 900px) {
    .page-body {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .aux-pane {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .aux-content > .sheets {
      height: auto;
      width: 300px;
    }
    .aux-pane .camera img {
      height: auto;
    }
  }
  @media (min-width: 768px) and (max-height: 767px) and (min-height: 695px),
    (min-width: 900px) and (min-height: 695px) {
    #activeRoute {
      height: 343px;
    }
  }
  @media (min-width: 649px) and (min-height: 628px), (min-width: 900px) {
    .seams .map {
      margin: 7px;
      padding: 7px;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .seams #map {
      border: solid 1px #000;
    }
    .seams .aux-content,
    .seams .aux-corner {
      margin: 7px;
      margin-top: 0;
      padding: 7px;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .seams .aux-corner {
      margin-left: 0;
    }
    .seams .aux-content > .sheets,
    .seams .active-route {
      border: solid 1px #000;
    }
  }
  @media (min-width: 768px) and (min-height: 628px) and (max-height: 767px),
    (min-width: 900px) {
    .seams .aux-content {
      margin-top: 7px;
      margin-left: 0;
    }
  }
  .seamless body {
    background-color: transparent;
  }
  @media (min-width: 649px) and (min-height: 628px), (min-width: 900px) {
    .seamless .page-header {
      margin-bottom: 7px;
    }
    .seamless .map {
      margin-bottom: 7px;
    }
    .seamless #map {
      border: solid 1px #000;
    }
    .seamless .aux-corner {
      margin-left: 7px;
    }
    .seamless .aux-content > .sheets,
    .seamless .active-route {
      border: solid 1px #000;
    }
  }
  @media (min-width: 768px) and (min-height: 628px) and (max-height: 767px),
    (min-width: 900px) {
    .seamless .map {
      margin-bottom: 0;
      margin-right: 7px;
    }
    .seamless .aux-content {
      margin-right: 0;
    }
    .seamless .aux-corner {
      margin-left: 0;
      margin-top: 7px;
    }
  }
  @media (min-width: 768px) and (max-height: 599px) {
    .aux-corner {
      height: 50px;
    }
    #activeRoute {
      display: none;
    }
  }
  .page-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
  }
  @media (min-width: 915px) and (min-height: 420px) {
    .page-header {
      padding: 7px;
      height: 90px;
    }
  }
  @media (max-width: 767px) and (max-height: 599px), (max-width: 599px) {
    .page-body {
      position: relative;
      overflow-y: hidden;
    }
    .supports-viewport-unit-transform.supports-cssvwunit .route-list-pane,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane {
      -webkit-transition: -webkit-transform 300ms ease-out;
      -moz-transition: -moz-transform 300ms ease-out;
      -o-transition: -o-transform 300ms ease-out;
      transition: transform 300ms ease-out;
      top: 100%;
      height: 100%;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.no-animation,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.no-animation {
      -webkit-transition: none;
      transition: none;
    }
    .supports-viewport-unit-transform.supports-cssvwunit .route-list-pane.open,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open {
      -webkit-transform: translateY(-50vh);
      -ms-transform: translateY(-50vh);
      transform: translateY(-50vh);
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.growing,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open.growing {
      height: 50vh;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.shrinking,
    .supports-viewport-unit-transform.supports-cssvwunit
      .aux-pane.open.shrinking {
      -webkit-animation: pane-shrink-to-mid 0ms 300ms ease;
      -moz-animation: pane-shrink-to-mid 0ms 300ms ease;
      -ms-animation: pane-shrink-to-mid 0ms 300ms ease;
      animation: pane-shrink-to-mid 0ms 300ms ease;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.short,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open.short {
      -webkit-transform: translateY(-25vh);
      -ms-transform: translateY(-25vh);
      transform: translateY(-25vh);
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.short.growing,
    .supports-viewport-unit-transform.supports-cssvwunit
      .aux-pane.open.short.growing {
      height: 25vh;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.short.shrinking,
    .supports-viewport-unit-transform.supports-cssvwunit
      .aux-pane.open.short.shrinking {
      -webkit-animation: pane-shrink-to-short 0ms 300ms ease;
      -moz-animation: pane-shrink-to-short 0ms 300ms ease;
      -ms-animation: pane-shrink-to-short 0ms 300ms ease;
      animation: pane-shrink-to-short 0ms 300ms ease;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
    .supports-viewport-unit-transform.supports-cssvwunit
      .route-list-pane.open.tall,
    .supports-viewport-unit-transform.supports-cssvwunit .aux-pane.open.tall {
      height: 80vh;
      -webkit-transform: translateY(-80vh);
      -ms-transform: translateY(-80vh);
      transform: translateY(-80vh);
    }
    @-webkit-keyframes pane-shrink-to-short {
      0% {
        height: 25vh;
      }
      100% {
        height: 25vh;
      }
    }
    @keyframes pane-shrink-to-short {
      0% {
        height: 25vh;
      }
      100% {
        height: 25vh;
      }
    }
    @-webkit-keyframes pane-shrink-to-mid {
      0% {
        height: 50vh;
      }
      100% {
        height: 50vh;
      }
    }
    @keyframes pane-shrink-to-mid {
      0% {
        height: 50vh;
      }
      100% {
        height: 50vh;
      }
    }
    .supports-no-viewport-unit-transform .route-list-pane,
    .supports-no-cssvwunit .route-list-pane,
    .supports-no-viewport-unit-transform .aux-pane,
    .supports-no-cssvwunit .aux-pane {
      -webkit-transition: top 300ms ease-out, height 300ms ease-out,
        min-height 300ms ease-out;
      transition: top 300ms ease-out, height 300ms ease-out,
        min-height 300ms ease-out;
      top: 100%;
    }
    .supports-no-viewport-unit-transform .route-list-pane.no-animation,
    .supports-no-cssvwunit .route-list-pane.no-animation,
    .supports-no-viewport-unit-transform .aux-pane.no-animation,
    .supports-no-cssvwunit .aux-pane.no-animation {
      -webkit-transition: none;
      transition: none;
    }
    .supports-no-viewport-unit-transform .route-list-pane.open,
    .supports-no-cssvwunit .route-list-pane.open,
    .supports-no-viewport-unit-transform .aux-pane.open,
    .supports-no-cssvwunit .aux-pane.open {
      top: 50%;
      height: 50%;
    }
    .supports-no-viewport-unit-transform .route-list-pane.open.short,
    .supports-no-cssvwunit .route-list-pane.open.short,
    .supports-no-viewport-unit-transform .aux-pane.open.short,
    .supports-no-cssvwunit .aux-pane.open.short {
      top: 75%;
      height: 25%;
    }
    .supports-no-viewport-unit-transform .route-list-pane.open.tall,
    .supports-no-cssvwunit .route-list-pane.open.tall,
    .supports-no-viewport-unit-transform .aux-pane.open.tall,
    .supports-no-cssvwunit .aux-pane.open.tall {
      top: 10%;
      height: 90%;
    }
    .aux-pane {
      background-color: #fff;
      -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
    }
    .aux-pane .aux-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
    }
    .aux-pane .sheets {
      height: 100%;
    }
    .aux-pane .pane-header .pane-resizer,
    .aux-pane .sheets-header .close {
      display: inline-block;
    }
    .aux-pane .sheets-header .title,
    .aux-pane .sheets.has-many-sheets .sheets-header .title {
      text-align: left;
      padding-right: 0;
    }
  }
  @media (min-width: 600px) and (min-height: 600px), (min-width: 768px) {
    .route-list-pane {
      -webkit-transition: -webkit-transform 300ms ease-out;
      -moz-transition: -moz-transform 300ms ease-out;
      -o-transition: -o-transform 300ms ease-out;
      transition: transform 300ms ease-out;
      right: auto;
      left: -320px;
      width: 320px;
    }
    .route-list-pane.no-animation {
      -webkit-transition: none;
      transition: none;
    }
    .route-list-pane.open {
      -webkit-transform: translate3d(320px, 0, 0);
      transform: translate3d(320px, 0, 0);
    }
    .route-list-pane .pane-header [data-pane-resize] {
      display: none;
    }
  }
  .medium-font .pane,
  .medium-font .road-popup,
  .medium-font .incident-popup {
    font-size: 18px;
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .medium-font .aux-pane .camera img {
      height: 120px;
    }
  }
  @media (min-width: 768px) and (max-height: 767px), (min-width: 900px) {
    .medium-font .aux-pane .camera img {
      height: auto;
    }
  }
  .large-font .pane,
  .large-font .road-popup,
  .large-font .incident-popup {
    font-size: 22px;
  }
  @media (min-width: 600px) and (min-height: 600px) {
    .large-font .aux-pane .camera img {
      height: 109px;
    }
  }
  @media (min-width: 768px) and (max-height: 767px), (min-width: 900px) {
    .large-font .aux-pane .camera img {
      height: auto;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .route-list-pane .btn-circle:hover,
    .route-list-pane .btn-zoom-hover:hover,
    .route-list-pane button.close:hover {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
    .incident-popup .list-item-content.force-wrap,
    .incident .list-item-content.force-wrap {
      word-break: break-all;
    }
    .page-header-logo {
      -webkit-flex-basis: 0;
      -moz-flex-basis: 0;
      -ms-flex-basis: 0;
      flex-basis: 0;
    }
    .page-header-logo-svg .page-header-logo-image,
    .page-header-logo-small-svg .page-header-logo-image,
    .page-header-logo-svg .page-header-small-logo-image,
    .page-header-logo-small-svg .page-header-small-logo-image {
      width: 100%;
    }
  }
  @media screen and (-ms-high-contrast: active) and (min-width: 615px),
    (-ms-high-contrast: none) and (min-width: 615px) {
    .page-header-logo {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-positive: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
    }
  }
  .road.list > li .list-item-content,
  .road .list > li .list-item-content,
  .traffic-item-list .list > li .list-item-content,
  .road.list > .list-item .list-item-content,
  .road .list > .list-item .list-item-content,
  .traffic-item-list .list > .list-item .list-item-content {
    width: 0;
  }
  .no-overflow-scroll.wla-android-4 .change-cities-modal .btn-circle {
    width: auto;
    white-space: nowrap;
  }
  .no-overflow-scroll .page-body {
    overflow-y: visible;
  }
  .no-overflow-scroll .aux-pane,
  .no-overflow-scroll .route-list-pane {
    bottom: auto;
    height: auto !important;
  }
  .no-overflow-scroll .aux-pane .pane-body,
  .no-overflow-scroll .route-list-pane .pane-body {
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .no-overflow-scroll .aux-pane .sheet,
  .no-overflow-scroll .route-list-pane .sheet {
    display: none;
    position: relative;
    top: auto;
    bottom: auto;
    overflow-y: visible;
  }
  .no-overflow-scroll .aux-pane .sheet.active,
  .no-overflow-scroll .route-list-pane .sheet.active {
    display: block;
  }
  .no-overflow-scroll .aux-pane.open,
  .no-overflow-scroll .route-list-pane.open {
    min-height: 50%;
  }
  .no-overflow-scroll .aux-pane.open.short,
  .no-overflow-scroll .route-list-pane.open.short {
    min-height: 25%;
  }
  .no-overflow-scroll .aux-pane.open.tall,
  .no-overflow-scroll .route-list-pane.open.tall {
    min-height: 90%;
  }
  .no-overflow-scroll .aux-pane .aux-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .no-overflow-scroll .aux-pane.open.short {
    min-height: 164px;
  }
  .no-overflow-scroll .route-list-pane.open.short {
    min-height: 114px;
  }
  .no-overflow-scroll .sheets .sheets-header .back {
    display: none;
  }
  .no-overflow-scroll .sheets.has-many-sheets .sheets-header .back {
    display: inline-block;
  }
  .no-overflow-scroll .modal-open {
    overflow: visible;
  }
  .no-overflow-scroll .modal {
    overflow-y: visible;
    position: absolute;
    bottom: auto;
    min-height: 100%;
  }
  .no-overflow-scroll .modal .btn-circle {
    border-radius: 4px;
    height: auto;
  }
  .no-overflow-scroll .modal .btn-circle:hover,
  .no-overflow-scroll .modal .btn-circle.btn-circle-active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .no-overflow-scroll .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
  }
  .no-overflow-scroll #debugList {
    overflow-y: visible;
    max-height: none;
    bottom: auto;
    top: 60%;
    opacity: 1;
    z-index: 1000;
  }
  main {
    display: block;
  }
  .sheet-instructions {
    text-align: center;
    font-weight: 700;
  }
  .sheet-instructions > div {
    padding: 0 10px;
  }
  