/* Final accessibility layer: loaded after legacy styles and inline-safe through
   deliberately stronger selectors. */
html body a:focus-visible,
html body button:focus-visible,
html body .btn:focus-visible,
html body input:focus-visible,
html body select:focus-visible,
html body textarea:focus-visible,
html body [tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 3px solid #075fcc !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #075fcc !important;
}

.touch-target {
  min-height: 44px !important;
  min-width: 44px !important;
}

html body input.form-control:focus-visible {
  border-color: #0b66c3 !important;
  box-shadow: none !important;
  outline: 2px solid #0b66c3 !important;
  outline-offset: 2px !important;
}

.audit-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.audit-table-scroll > table {
  min-width: 680px;
}

/* The repository vendors Font Awesome 4.7. Keep the FA5-style prefixes used
   by legacy templates functional without making the application shell depend
   on a third-party CDN. */
.fas,
.far,
.fab {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-dollar-sign::before { content: "\f155"; }
.fa-money-bill-wave::before { content: "\f0d6"; }
.fa-pen::before { content: "\f040"; }
.fa-redo::before { content: "\f01e"; }
.fa-trash-alt::before { content: "\f1f8"; }
.fa-wallet::before { content: "\f09d"; }

.tooltips:focus > span,
.tooltips.tooltip-open > span {
  opacity: 1;
  transform: rotate(0);
  visibility: visible;
  z-index: 999;
}

.tooltips[tooltip-position="top"]:focus > span,
.tooltips[tooltip-position="top"].tooltip-open > span {
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position="bottom"]:focus > span,
.tooltips[tooltip-position="bottom"].tooltip-open > span {
  left: 50%;
  margin-left: -76px;
  top: 40px;
}

.tooltips[tooltip-position="left"]:focus > span,
.tooltips[tooltip-position="left"].tooltip-open > span {
  margin-right: 15px;
  margin-top: -15px;
  right: 100%;
  top: 50%;
}

.tooltips[tooltip-position="right"]:focus > span,
.tooltips[tooltip-position="right"].tooltip-open > span {
  left: 100%;
  margin-left: 15px;
  margin-top: -15px;
  top: 50%;
}

.skip-link {
  background: #fff;
  color: #075fcc;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 1100;
}

.skip-link:focus {
  top: 1rem;
}

@media (min-width: 1200px) {
  .navbar-expand-audit {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-audit > .container {
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .navbar-expand-audit .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-audit .navbar-toggler {
    display: none !important;
  }

  .navbar-expand-audit .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 1199.98px) {
  #mainNav .container {
    max-width: 100%;
  }

  #navbarResponsive {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
}

@media only screen and (max-width: 992px) {
  .site-subtitle {
    font-size: 22px !important;
  }
}
