@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
select[multiple="multiple"].ezSelectEditor {
  height: 35px;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.div_checklist {
  width: 100%;
  line-height: 30px;

  overflow: auto;
  text-align: left;
  background-color: #fff;
  color: #444;
}
.div_checklist ul.flt_checklist {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.div_checklist li.flt_checklist_item {
  padding: 1px !important;
  margin: 0 !important;
  font-size: inherit;
  border: 0px solid #fff !important;
}
.div_checklist li.flt_checklist_item:hover {
  background-color: #335ea8 !important;
  color: #fff !important;
}
.div_checklist label {
  display: block !important;
  font-weight: inherit !important;
}
.div_checklist input {
  vertical-align: middle !important;
  margin: 2px 5px 3px 1px !important;
}
.flt_checklist_item_disabled {
  background-color: #e5e5e5;
}
.flt_checklist_slc_item {
  background-color: #335ea8 !important;
  color: #fff !important;
}
select.flt_multi {
  font-family: inherit;
  font-size: inherit;
  color: #444;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  margin: 0;
  padding: 0.2em;
  width: 100%;
  height: 90px;
  vertical-align: middle;
  box-sizing: border-box;
}
select.flt_multi option {
  padding-top: 5px;
  padding-bottom: 5px;
}
.loader {
  position: absolute;
  padding: 0.5em 0.7em;
  margin: 10em 0 0 3em;
  width: auto;
  z-index: 1000;
  font-weight: 600;
  background-color: #a7a7a8;
  vertical-align: middle;
  border-radius: 10px;
  color: #fff;
  text-shadow: 1px 1px #333;
}
.no-results {
  display: none;
  color: #333;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  max-height: 5em;
  background-color: #f4f4f4;
}
/* ORIG */


#dataTable {
  display: none;
}
.data-label {
  white-space: nowrap;
  display: block;
  margin-top: 50px;
  padding: 5px;
  font-weight: 600;
}
.value {
  width: 100%;
}
.data-property {
  display: block;
}
body {
  font-family: "Raleway", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", Roboto,
    Ubuntu, sans-serif;
  margin: auto;
}
.text {
  font-size: 16px;
}
text.title {
  font-size: 30px;
  font-weight: 600;
}
text.subTitle {
  font-weight: 500;
  font-size: 14px;
  fill: #777777;
}
text.caption {
  font-weight: 400;
  font-size: 14px;
  fill: #777777;
}
text.label {
  font-weight: 400;
}
text.yearText {
  font-size: 64px;
  font-weight: 700;
  opacity: 0.25;
}
.tick text {
  fill: #777777;
}
.xAxis .tick:nth-child(2) text {
  text-anchor: start;
}
.tick line {
  shape-rendering: CrispEdges;
  stroke: #fff;
}
.tick line.origin {
  stroke: #aaaaaa;
}
path.domain {
  display: none;
}
tbody {
  display: none;
}
.div_checklist {
  height: fit-content !important;
  max-height: 200px !important;
}
.div_checklist li.flt_checklist_item {
  line-height: 0.85em;
  font-size: 0.85em !important;
}
/* progress bar */
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 1em auto;
  background: none;
  width: 100%;
  height: 800px;
  border: 0;
}
progress::-moz-progress-bar {
  background: none;
}
progress::-webkit-progress-bar {
  display: none;
}
progress::-ms-fill {
  animation-name: none;
}
.pulse {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  color: steelblue;
  width: 800px;
  top: 100px;
  left: 100px;
  height: 800px;
  margin: auto;
}
.pulse-text {
  position: absolute;
  top: 360px;
  left: 260px;
  color: steelblue;
  margin: auto;
  font-size: 40px;
}
.pulse-progress,
.pulse::before,
.pulse::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 800px;
  height: 800px;
  border-radius: 100%;
  box-shadow: 0 0 2em 0.5em;
  animation: ripple 3s infinite;
  margin: auto;
}

.pulse::before {
  animation-delay: -0.2s;
}
.pulse::after {
  animation-delay: -0.4s;
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  100% {
    opacity: 0;
  }
}
.btn-primary {
  font-size: 1vw;
  color: #fff;
  background-color: #3c5980;
}
.btn-filtered {
  color: #333 !important;
  background-color: #96bfd8 !important;
}
.pie-result {
  height: 50px;
}
#noData {
  height: 400px;
  margin: 100px;
}
.cc-footer {
  height: 10px;
  color: #3c5980;
  bottom:0px;
  display: inline-block;
  text-align: center;
  
  position: sticky;
  width:100%;
}
.notice-number {
  font-size: 2.2em;
}
.margin-left-xaxis {
  margin-left: 70px;
}