.stats-login-required {
  filter: blur(6px);
}

@media print {
  .gchart {
    transform: scale(0.8) translateX(-10%);
  }
}
.stats-login-notice {
  text-align: center;
  background-color: #f6d167;
  z-index: 1;
  position: fixed;
  right: 10px;
  width: 400px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.stats-login-notice h3 {
  margin-top: 10px;
}

#examiner-tabs a {
  color: #212529;
}

h4 {
  text-align: center;
  font-size: 1.1rem;
}

#timeline, #barchart-comparison, #barchart-recent, #histogram {
  text-align: center;
  height: 200px;
}

#appeal-outcomes, #appeal-outcomes-comparison, #ptab-decisions, #ptab-decisions-comparison, #pac-decisions, #pac-decisions-comparison {
  text-align: center;
  height: 180px;
}

#histogram {
  width: 90%;
}

#scatter-count, #scatter-art-unit, #scatter-relative, #scatter-comparison, #scatter-interview {
  text-align: center;
}

#scatter-comparison {
  width: 800px;
  margin: 0 auto;
}

.graph {
  display: inline-grid;
  position: relative;
  margin: auto;
  width: 150px;
  border: 2px solid;
  border-radius: 20px;
}
.graph .bar {
  display: block;
  position: relative;
  background: linear-gradient(to right, #62C107, #f6d167, #ED5D5E);
  text-align: center;
  border-radius: 20px;
  color: #212529;
  height: 1em;
  line-height: 1em;
  width: 100%;
}
.graph .bar-marker {
  display: block;
  position: relative;
  text-align: center;
  color: #212529;
  line-height: 1em;
  border-right: 3px solid #212529;
  height: 1.75em;
  margin-top: -0.375em;
}

#percentile {
  display: none;
}

.great-appeal-outcome {
  background-color: #8143CF !important;
}

.good-appeal-outcome {
  background-color: #62C107 !important;
}

.bad-appeal-outcome {
  background-color: #ED5D5E !important;
}

.neutral-appeal-outcome {
  background-color: #f6d167 !important;
}

.uninformative-appeal-outcome {
  background-color: #e9ecef !important;
}

@media print {
  tr.great-appeal-outcome td {
    background-color: #8143CF !important;
  }
  tr.good-appeal-outcome td {
    background-color: #62C107 !important;
  }
  tr.bad-appeal-outcome td {
    background-color: #ED5D5E !important;
  }
  tr.neutral-appeal-outcome td {
    background-color: #f6d167 !important;
  }
  tr.uninformative-appeal-outcome td {
    background-color: #e9ecef !important;
  }
}
.pb-stats svg > g > g:last-child {
  pointer-events: none;
}

.rd-table td:nth-child(4) {
  white-space: nowrap;
}

/*# sourceMappingURL=stats.css.map */
