﻿body
{
}

.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;
}*/



@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 (max-width: 1000px)
    {
        /*#graphcontainer text
    {
        font-size: 8px !important;
    }*/

        .number-show-small
        {
            /*font-family: sans-serif;
        font-size: 8px;*/
            font-weight: bold;
        }

        .number-show
        {
            /*font-family: sans-serif;*/
            width: 4.1em;
            font-weight: bold;
            display: inline-block;
            /*font-size: 8px !important;*/
        }
    }
