body {
  /*overflow: hidden;*/
}
body,
table,
td {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #565656;
}
.hidden {
  display: none;
  width: 1px;
  height: 1px;
}
.fullpage {
  width: 100%;
  text-align: center;
}
.chart_container {
  width: 100%;
  float: left;
  position: relative;
  height: 430px;
}
.chart_container.large {
  height: 650px;
}
.chart_container.dashboard {
  height: auto;
}
.header {
  /*margin-bottom: 30px;*/
  width: 500px;
  position: relative;
  height: 40px;
}
.header_intro {
  padding-top: 10px;
  float: left;
  width: 60%;
}
.header_intro_long {
  padding-top: 10px;
  float: left;
}
.header_text {
  font-size: 1.7em;
  font-weight: 300;
  color: #878787;
  padding-left: 25px;
  padding-top: 15px;
}
.header_sub_text {
}
.header_filter {
  float: right;
  width: 40%;
}
.chart_render_window {
  position: relative;
}

.chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  transition: height 300ms;
}

.chart:first-of-type {
  top: 30;
}
.chart.large {
  height: 530px;
}
.chart.dashboard {
  height: 255px;
}
.progress_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 80%;
  height: 300px;
  transition: height 300ms;
  padding-top: 140px;
  margin-left: 80px;
}
.progress_container.large {
  height: 530px;
}
.progress_container_hidden {
  display: none;
  width: 1px;
  height: 1px;
}
.opaque {
  opacity: 0.1;
}
.dashboard_filter_container {
  background-color: #f9f9f9;
  height: 80px;
}
.dashboard_filter_container header_text {
  height: auto;
  font-size: 18px;
}
.dashboard_filter_intro {
  font-size: 1.7em;
  font-weight: normal;
  float: left;
  width: 40%;
  position: relative;
  background-color: #f9f9f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif;
  color: #000;
  padding-top: 20px;
  padding-left: 25px;
}
.dashboard_filter {
  float: left;
  width: 40%;
  position: relative;
  background-color: #f9f9f9;
}
.headerNav {
  position: relative;
  height: 42px;
  margin-top: 10px;
  border-bottom: 1px solid gray;
}
.headerNavSegment {
  width: 24%;
  float: left;
  position: relative;
  text-align: center;
  border-right: 1px solid #f9f9f9;
}
.headerNavSegment:last-of-type {
  border-right: 0px;
}
.headerNavLink,
headerNavLink:hover {
  text-decoration: none;
  color: #fe893c;
  font-size: 1.3em;
  font-weight: 400;
}

.select-wrapper > input {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.dashboard_header {
  height: 20px;
  float: right;
  margin-top: 15px;
}
.dashboard_legend {
  margin-right: 25px;
  float: left;
}
.dashboard_legend_box {
  width: 12px;
  height: 12px;
  position: relative;
  float: left;
  margin-right: 5px;
  border: 1px solid #b2b2b2;
  margin-top: 2px;
}
.dashboard_legend_box.orange {
  background: #fe893c;
  position: relative;
}
.dashboard_legend_box.yellow {
  background: #bbb81b;
  position: relative;
}
.dashboard_legend_box.green {
  background: #60baa7;
  position: relative;
}
.dashboard_legend_text {
  position: relative;
  float: left;
}

.chart_header_labels_merp {
  margin-top: 25px;
  float: left;
  width: 100%;
}
.chart_header_label {
  float: left;
  position: relative;
  width: 18%;
  align-content: center;
  padding-left: 45px;
}
.chart_header_label.b {
  padding-left: 25px;
}
.chart_header_label.c {
  padding-left: 5px;
}
.chart_header_label.d {
  padding-left: 15px;
}
.chart_header_label.e {
  padding-left: 10px;
}
.chart_header_label_buffer {
  float: left;
  width: 10%;
}

.summary_text {
  position: absolute;
  top: 300px;
  width: 100%;
}
.summary_section {
  float: left;
  width: 17%;
  position: relative;
}
.summary_section:first-of-type {
  width: 10%;
}
.summary_section_push {
  float: left;
  width: 2%;
}
.summary_section_content {
  text-align: center;
}
.summary_section_content.large {
  font-size: 18pt;
  font-weight: 400;
  color: #88cbbe;
}
.summary_section_content.large.offtrack {
  color: #e8e535;
}
.summary_section_content.large.atrisk {
  color: #f78134;
}
.summary_section_content.bold {
  font-weight: 700;
}
.summary_section_value {
  font-weight: 400;
}
.newcolumn {
  margin-top: 15px;
  border-top: 1px solid #cfcfcf;
}
.shortbumpfilter {
  margin-right: 8px;
}
.tabulator {
  font-size: 11px;
}
.modal {
  max-height: 90%;
  width: 65%;
}

.dashboard_filter_container_new {
  height: 60px;
  width: 100%;
}
.dashboard_filter_intro_new {
  float: left;
  height: 60px;
  width: 250px;
  padding-left: 24px;
  font-size: 1.7em;
  color: #878787;
}
.dashboard_filter_new {
  float: left;
  height: 60px;
  color: #878787;
  font-size: 1rem;
}
.chart_filter_option_container {
  display: block;
  padding-top: 10px;
}
.chart_filter_option_container.filtershidden {
  display: none;
}
.chart_filter_container.filtershidden {
  display: none;
}
.dashboard_alternative_container {
  display: block;
}
.dashboard_alternative_container_row {
  display: block;
  background: #e3f4fc;
  height: 30px;
  border-top: #fff solid 1px;
}
.dashboard_alternative_container_desc {
  float: left;
  width: 70%;
  padding-left: 24px;
  padding-top: 4px;
}
.dashboard_alternative_container_label {
  float: left;
  padding-top: 5px;
}
.dashboard_alternative_container_options {
  float: left;
  padding-top: 2px;
  padding-left: 15px;
}
.lbltxt {
  float: left;
  padding-right: 10px;
}

.top-level-loader-on {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0.7;
  background: #000;
  padding-left: 40%;
  padding-top: 50%;
  font-size: 16pt;
  font-weight: bolder;
}
.top-level-loader-off {
  display: none;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
