body {
    padding: 0px;
    margin:0px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}
/* Needed else the map goes screwy :o, why this isn't part of the leaflet css I don't know */
.leaflet-container{
    height: 100%;
    width: 100%;
    cursor: default;
}
.loading{
    text-align: center;
    margin-top: 25%;
}
#loading-text{
    color: black;
    font-size: large;
}
.loading-spinner{
    padding: 20px;
    font-size: 40px;
    color: black;
}

#app-container{
    /* height: 100%; */
    /* width: 100%; */
}

#header{
    position:absolute;
    z-index: 2;
    height: 50px;
    width: 100%;
    background-color: #e4c7c7
}

#side-panel{
    position:absolute;
    z-index: 1;
    margin-top: 0px;
    height: calc(100% - 0px);
    width: 400px;
    background-color: white;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 40px 0;
}
.side-panel-back {
    position: absolute;
    left: 360px;
    top: 20;
    font-size: 28px;
    color: #bcbecea6;
    cursor: pointer;
}
.side-panel-back:hover {

    color: rgba(80, 82, 91, 0.65);
}
#side-panel-fluff{
}

#side-panel-heading{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #03304A;
}
.side-panel-subheading{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #07364F;
    padding-top: 5px;
    padding-bottom: 5px;

}
.side-panel-description{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #0B5076;
    padding-bottom: 5px;
}

#side-panel-device-info{
    font-family: 'Roboto', sans-serif;
}
#side-panel-device-city{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

#side-panel-device-name{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color: #07364F;
}
#side-panel-device-suburb{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-top: 0px;
    color: #0B5076;
}
.current-value-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 6px;
}
.current-value{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #0B5076;
    font-weight: bold;
}
.current-values{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #0B5076;
    padding-top: 10px;
    padding-bottom: 5px;
}
.current-values-title{
    font-size: 22px;
    padding-bottom: 8px;
    color: black;
    margin-top: 10px;
}
#map-container{
    height: 100%;
    width: 100%;
}

.data-popup{
    /* height: 100px; */
    /* width: 100px; */
}

#time-scrubber{
    position:absolute;
    z-index: 1;
    height: 50px;
    width: calc(100% - 700px);
    bottom: 27px;
    right: 280px;
    background-color: aliceblue;
    border-radius: 12px;
    display: flex;
}
.time-scrubber-slider{
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
.pause-play{
    font-size: 30px;
    display: flex;
    height: 100%;
    align-items: center;
    margin-right: 10px;
    margin-left: -30px;
    cursor: pointer;
    color: #4b4b4b;
}
.pause-play:hover{
    color: black;
}

#map-legend{
    position:absolute;
    z-index: 1;
    height: 50px;
    width: 200px;
    bottom: 27px;
    right: 60px;
    background-color: aliceblue;
    display: flex;
    justify-content: space-around;
    border-radius: 12px;
}

.location-name{
    font-size: medium;
}

.slidecontainer {
    width: 100%;
    display: inline-block;
    align-self: flex-end;
}

.sparkline-container{
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    align-items: start;
    padding-top: 5px;
    justify-content: start;
    margin-bottom: 4px;
}
.sparkline-name{
    width: 400px;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 40px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-left: -40px;
    color: #0B5076;
    /*background-color: #e2e2e2;*/
}
.sparkline-chart{
    width: 400px;
    /* margin-left: -40px; */
    /* border-top-style: solid; */
    border-top-width: 1px;
/* border-color: #eaeaea; */
/* box-sizing: border-box; */
/* box-shadow: 3px 3px 5px 0px rgba(183, 183, 183, 0.75); */
/* border-radius: 6px; */
/* height: 21px;*/
}

#street-view{
margin-top: 24px;
height: 300px;
width: 400px;
margin-left: -40px;
bottom: 0;
}

.legend-image{
width: 60%
}

.warnings-container{
display: flex;
flex-direction: row;
margin-top: 12px;
}
.warnings-text{
padding-left: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.warnings-text-top{
color: #0066ff;
font-size: 18px;
font-weight: bold;
}
.warnings-text-bottom{
color: #000000;
font-size: 24px;
}