/**
 * Colors
 *
 */
/** FOR THE NEW STUFF **/
.progress.is-info {
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
}
.btn {
  color: white;
}
.clc {
  fill: none;
  stroke: orange;
  stroke-width: 1;
}
.clc-text {
  fill: orange;
}
.blc {
  stroke: blue !important;
  fill: none;
  stroke-dasharray: 5;
  stroke-width: 1;
}
.blc-text {
  fill: blue;
}
.purple {
  fill: url(#grad2);
  opacity: 0.5;
  width: 4.4%;
  background: linear-gradient(#e66465, #9198e5);
}
.plc {
  stroke: green !important;
  fill: none;
  stroke-dasharray: 5;
  stroke-width: 1;
}
.plc-text {
  fill: green;
}
.right {
  text-align: right;
  font-weight: bold;
}
.chart-bg {
  fill-opacity: 0 !important;
}
#visualization {
  margin-top: -148px;
  position: absolute;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, 0%);
  z-index: -1 !important;
}
.xlabels {
  transform: rotate(270deg);
  position: absolute;
  font-style: italic;
  color: #696969;
  float: left;
  width: 250px;
  opacity: 0.5 !important;
}
.xlabels-1 {
  position: absolute;
  font-style: italic;
  color: #696969;
  float: left;
  width: 250px;
  opacity: 1 !important;
  text-align: center;
}
#x1-1 {
  color: #A71401;
}
#x2-2 {
  color: #D46F00;
}
#x3-3 {
  color: #D7D801;
}
#x4-4 {
  color: #21D35B;
}
#x5-5 {
  color: #00A6DA;
}
#x6-6 {
  color: #1155D4;
}
#x7-7 {
  color: #6937F9;
}
#activeLevelsLabel {
  color: red;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  font-family: 'Cinzel Decorative';
}
.quad-label {
  font-family: 'Cinzel Decorative';
  text-align: center;
  position: absolute;
  font-size: 14px;
}
.quad-label.left {
  color: red;
}
.quad-label.right {
  color: blue;
}
#chart_div {
  background: rgba(255, 255, 255, 0);
  margin-top: -148px;
  position: absolute;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, 0%);
  z-index: -2 !important;
  opacity: 1;
}
.image-centered {
  position: absolute;
  top: 3px;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, 0%);
}
.copy {
  margin-top: 740px;
}
.chart-centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.toggle-off.btn {
  color: black !important;
}
#toggleButtons {
  position: absolute;
  top: 143px;
  left: 89%;
}
#toggleButtonsMedian {
  position: absolute;
}
#hideblc {
  position: absolute;
  width: 53px;
  height: 21px;
  background-color: white;
  z-index: 999;
}
#hideplc {
  position: absolute;
  width: 53px;
  height: 21px;
  background-color: white;
  z-index: 999;
}
#hideclc {
  position: absolute;
  width: 54px;
  height: 21px;
  background-color: white;
  z-index: 999;
}
.percents {
  position: absolute;
  font-size: 9px;
  text-decoration: underline;
  opacity: 0.4;
}
#percents {
  position: absolute;
  font-size: 9px;
  text-decoration: underline;
}
#percents ul li {
  margin-top: 0 !important;
  margin-bottom: 91%;
  opacity: 0.33;
  font-size: 9px;
}
#fourFs {
  position: absolute;
  opacity: 0.69;
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg);
}
#fourFs p {
  color: purple;
  font-size: 11px;
}
#blcToggle,
#plcToggle,
#plcToggle {
  margin: 5px;
}
.toggle.btn-xs {
  margin-bottom: 3px;
}
.cap {
  font-size: 13px;
}
/*

@media screen and (max-width: 1096px) {
    #visualization {
        margin-top: 0px !important;
    }


}
*/
.aerial-view-title {
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-48%, 0%);
}
.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #f7f7f9;
  border-width: 0.2rem 0 0;
}
@media (min-width: 576px) {
  .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}
#emprow {
  margin-top: 200px;
}
#slider label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: 20px;
}
/* below is not necessary, just for style */
#slider {
  width: 50%;
  margin: 2em auto;
}
.btn-ilc {
  color: #212529;
  background-color: #ecb0b0;
  border-color: #ecb0b0;
}
#airsFinal {
  position: absolute;
  opacity: 0;
}
#energyGuideAll p,
#airsFinal p,
#aspirePath p {
  font-size: 14px;
}
#energyGuideAll:hover {
  cursor: pointer;
}
#energyGuideAll:hover p {
  text-decoration: underline;
}
#aspirePath:hover {
  cursor: pointer;
}
#aspirePath:hover p {
  text-decoration: underline;
}
.aspire-radio {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 25px;
  height: 25px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  top: 10px;
  display: grid;
  place-content: center;
}
.aspire-radio:checked + label {
  background: url("/images/gmark.png");
  background-size: 35px;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  display: grid;
  margin-left: 0 !important;
}
.aspire-check-label:hover {
  cursor: pointer;
}
.aspire-option-outer-div {
  background-image: linear-gradient(165deg, #3843C1, #2DDF24, #CA8A07, #F24C00);
  padding: 2px;
}
.aspire-option-inner-div {
  background-color: #FFF;
  padding: 20px 5px;
}
#redLine {
  position: absolute;
}
.ui-slider-handle {
  cursor: pointer;
  background-color: blue;
}
.ui-slider-handle:hover {
  cursor: pointer;
  background-color: green !important;
}
.ui-slider-handle:active {
  cursor: pointer;
  background-color: green !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: blue;
}
.reader-click {
  color: blue;
}
.reader-click:hover {
  color: darkblue;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
