svg {
    font: 10px Times;
}

.background path {
    fill: none;
    stroke: #ddd;
    shape-rendering: crispEdges;
}

.foreground path {
    fill: none;
}

.brush .extent {
    fill-opacity: .3;
    stroke: #fff;
    shape-rendering: crispEdges;
}

.axises line,
.axises path {
    fill: none;
    /*stroke: #000;*/
    shape-rendering: crispEdges;
}

/*.axises text {*/
    /*font-size: 10px;*/
    /*!*stroke: black;*!*/
    /*font-family: Times;*/
    /*font-weight: lighter;*/
    /*text-shadow: 0 1px 0 darkblue, 1px 0 0 #fff, 0 -1px 0 darkblue, -1px 0 0 #fff;*/
    /*cursor: move;*/
/*}*/

.header {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1;
    text-shadow: lightblue 3px 2px 0;
    position: absolute;
    top: 0;
    left: 1px;
    width:1400px;
    height:40px;
    text-align: center;
    background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
    background-size: 10px 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -5;
    display: block;
    text-shadow: none;

}
.header{
    background-color: black;
}


#chart-area{
    float: left;
    border: 1px solid black;
    position:absolute;
    width:705px;
    height:400px;
}
.filter{
    top:40px;
    width:700px;
    height:80px;
}
#theGraph{
    float: left;
    border: 1px solid black;
    position:absolute;
    left:713px;
    width:630px;
    height:400px;
}
/*Slider style*/
input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
    -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
    0 0 0 1px hsla(0,0%,0%,.6),
    0 2px 3px hsla(0,0%,0%,.6),
    0 4px 3px hsla(0,0%,0%,.4),
    0 6px 6px hsla(0,0%,0%,.2),
    0 10px 6px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    position: relative;
    width: 10px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: lightgray;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
    0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    height: 7px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 7px;
}
input[type="radio"]:checked:after {
    background-color: green;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
    inset 0 2px 2px hsla(0,0%,100%,.4),
    0 1px 1px hsla(0,0%,100%,.8),
    0 0 2px 2px hsla(0,70%,70%,.4);
}
input[type=submit] {padding:5px 15px; background:#ccc; border:0 none;
    top: 5px;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    text-align: center;
}

h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    text-align: center;
}

#slider-time{
    position: relative;
    width: 200px;
    height: 100px;
}
.col-sm-1{
    position: relative;
    width: 200px;
    height: 100px;
}

#slider{
    position: relative;
    width:250px;
    height:100px;
}
#legend-chart {
    position: absolute;
    top: 50px;
    left: 300px;
}
div.tooltip {
    position: absolute;
    top: 205px;
    left:1220px;
    text-align: left;
    width: 120px;
    height: 130px;
    padding: 2px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}
