﻿:root {
    --shared-color: #49070a;
}
body
{
}

.hcc-content-header {
    text-align: center;
    font-size: 1.35em;
    font-weight: normal;
    padding: 4px 0 3px 0;
    color: black;
    border-bottom: none
}
.section-border {
    border: solid;
    border-color: #dbdbdb;
    border-radius: 5px;
    border-width: 2px;
}
.svgContainer{
    padding-right:0;
    padding-left:0;
}
.svgBodySelected{
    fill: var(--shared-color);
}
.svgBody{

    fill:white;
} 

.svgCheck{
    fill:white;
}

.svgCheckSelected{
    fill:black;
}
.home-description-dropdown {
text-align:start;
}
.number-show
{
    font-family: sans-serif;
    width: 4.1em;
    font-weight: bold;
    display: inline-block;
}

.number-show-small
{
    font-weight: bold;
}
.grid-row-spacer {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
    line-height: 0.2em;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.padding-override > div {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#chartcontainer
{
    /*max-height: 200px;*/
    height: 100%;
    width: 100%;
    position: absolute;
}

#chart-wrapper
{
    position: relative;
    padding-bottom: 40%;
    /*max-height:200px;*/
}

#graphcontainer
{
    height: 100%;
    width: 100%;
}

.number-costs-show
{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.outputtablewidth
{
    min-width: 400px;
}

.legendiconmargin
{
    margin-left: 20px;
}

#stateRadio
{
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.sliderLegends
{
    /*text-align:center;*/
    font-size: .8em;
    font-weight: bold;
}

    .sliderLegends .leftLegend
    {
        text-align: left;
    }

    .sliderLegends .rightLegend
    {
        text-align: right;
    }

    .sliderLegends .centerLegend
    {
        text-align: center;
    }

.slider-drafty .slider-selection, .slider-temperature .slider-selection,  .slider-temperature-heatcool .slider-selection {
    background-color: transparent;
}

.slider-drafty .slider-track {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, red , yellow, green); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, red, yellow, green); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, red, yellow, green); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, red , yellow, green); /* Standard syntax */
}

.slider-temperature .slider-track, .slider-temperature-heatcool .slider-track {
  background: blue; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, blue red); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, blue, red); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, blue, red); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, blue, red); /* Standard syntax */
}

/*#graphCD
{
    height:150px;
}*/
.nav-section {
    background-color: var(--shared-color);
    color: white;
}
.nav-section-mobile {
    background-color: var(--shared-color);
    color: white;
}
.nav-section-item {
    padding: 15px;
    flex-wrap:nowrap;
}
.results-nav {
    display: none;
}
.mobile-selector {
    max-width:85px;
    background-color:var(--shared-color);
    color: white;
}
.reset-button button {
    border-color: white;
    color: white;
}

@media (min-width:768px) and  (max-width: 1500px ) {
    .gridfont {
        font-size: 0.8em !important;
    }
}

@media (max-width: 1200px) and (min-width:1000px)
{ 
    #graphcontainer text
    {
        font-size: 10px !important;
    }

    .number-show
    {
        font-family: sans-serif;
        width: 4.1em;
        font-weight: bold;
        display: inline-block;
        font-size: 12px !important;
    }
}

.tooltip-max.bottom {
    margin-top: 1em;
}

@media screen and (max-width: 992px) {
    .nav-section {
        display: none;
    }


    .section-border {
        border-radius: 0;
        border-width: 0;
    }

    .icon {
        font-size: 50px;
    }

    .current-select {
        background-color: #ffffff !important;
        color: #1F2C33 !important;
    }
}
