
path
{ 
	stroke: steelblue;
	stroke-width: 1;
	fill: none;
}

.axis .tick {
    stroke: #c0c0c0;
}

.axis .minor
{
    stroke: #f0f0f0;
}

.axis path,
.axis line
{
	fill: none;
	stroke: grey;
	stroke-width: 1;
	shape-rendering: crispEdges;
}
.graph
{
    width: 630px;
    float:left;
    margin: 1em;
}


.chartLegend
{
    box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.25);
    padding: 0.5em 0.5em 0.5em 1.5em;
    border-radius: 5px;
    margin : 0;
    display: inline-block;
    vertical-align: middle;
}

.chartLegend li:hover
{
    color: #3F3F3F !important;
}

.chartLegend .currentValue
{
    float: right;
    margin-left: 1em;
}

.axis text
{
    font-size: smaller;
}

.noArrow
{
    display: none;
}

.logPointPath:before
{
    content: "(";
}

.logPointPath:after
{
    content: ")";
}

.logPointPath
{
    font-size: smaller;
    font-style: italic;
}

.brushBack .domain
{
    fill: #afafaf;
    stroke: #afafaf;
    stroke-width: 2;
    shape-rendering: crispEdges;
}

.brush .extent
{
    fill: #ffffff;
    shape-rendering: crispEdges;
}

.brushBack .resize
{
    fill: none;
    stroke: #afafaf;
}

.brushBack .resize:hover
{
    fill: #afafaf;
}

svg
{
    /*position: static;*/
    vertical-align: middle;
}
.chartFull
{
    position: fixed;
    left: 0;
    top: 50%;
}

.overlayInactive
{
    display: none;
}

.chartOverlay
{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
}

#kWhTotal
{
    font-weight: bold;
    color: darkblue;
}

#kWhPrice
{
    font-weight: bold;
    color: darkred;
/*    text-decoration: blink;*/
}

.tooltip
{
    padding: 0.5em 1em;
    border-radius: 0.5em;
    background-color: rgba(240, 240, 255,0.75);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.25);
    display: none;
}

.scheduleStatus
{
    margin-top: 0;
    font-size: smaller;
    font-style: italic;
    text-align: right;
}

.scheduleStatusStart
{
    margin-left: 3em;
    float: left;
    text-align: left;
}

.scheduleStatusStop
{
/*    float: right;
    text-align: right;*/
}

.x .tick
{
    stroke-dasharray: 3, 5;
    stroke-opacity: 0.5;
}
