/*-webkit-transition: all 1s ease;*/
/*-moz-transition: all 1s ease;*/
/*-ms-transition: all 1s ease;*/
/*-o-transition: all 1s ease;*/
/*transition: all 1s ease;*/


/*whole document*/
* {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}


/*header*/
#header-div {
    height: 7.5vh;
    background-color: #343A40;
    opacity: 0.9;
    padding-left: 1vw;
    position: sticky;
    top: 0;
}
#header-div:hover {
    background-color: #363E45;
}
#header-content-title-href {
    color: #FFFFFF;
}
#header-content-title-href:hover {
    color: #F2F2F2;
}


/*content*/
#content-div {
    height: 92.5vh;
    align-items: stretch;
}
.content-row {
    font-size: small;
}
@media screen and (min-width: 576px) {
    .content-row {
        min-height: 100%;
    }
}

/*menu*/
.side-col {
    padding: 1vw;
}


/*map*/
.main-col {
    padding: 1vw;
}
@media screen and (min-width: 576px) {
    #map-svg {
        height: calc(92.5vh - 2vw);
    }
    #chart-svg {
        height: calc(92.5vh - 2vw);
    }
}

@media screen and (max-width: 575px) {
    .side-col {
        width: 100%;
    }
    .main-col {
        width: 100%;
    }
}



/*!*header bar*!*/
/*#header-div {*/
/*    height: 5vh;*/
/*    display: block;*/
/*    margin: 0%;*/
/*    padding: 1%;*/
/*    opacity: 0.9;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background-color: #343A40;*/
/*    vertical-align: center;*/
/*}*/




/*!*content wrap*!*/
/*#content-div {*/
/*    height: 95vh;*/
/*    display: block;*/
/*    background-color: lightblue;*/
/*}*/


/*#menu-div {*/
/*    width: 25%;*/
/*    background-color: lightgreen;*/
/*    height: 90vh;*/
/*}*/

/*#map-div {*/
/*    width: 75%;*/
/*    height: 90vh;*/
/*}*/

/*#chart-div {*/
/*    width: 75%;*/
/*    height: 90vh;*/
/*    !*width: 75%;*!*/
/*    !*padding: 5%;*!*/
/*}*/

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    stroke-width: 0.5;
    shape-rendering: crispEdges;
}

.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.0;
}

.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}

/*!** {*!*/
/*!*    margin: 0;*!*/
/*!*    padding: 0;*!*/
/*!*    border: 0;*!*/
/*!*    box-sizing: border-box;*!*/
/*!*    font-family: Roboto, "Helvetica Neue", sans-serif !important;*!*/
/*!*    font-weight: 300 !important;*!*/
/*!*    text-decoration: none !important;*!*/
/*!*}*!*/

/*!*html, body {*!*/
/*!*    height: 99.9%;*!*/
/*!*}*!*/

/*!*#wrapper-div {*!*/
/*!*    height: 100vh;*!*/
/*!*    display: -webkit-flex;*!*/
/*!*    display: flex;*!*/
/*!*    -webkit-flex-direction: column;*!*/
/*!*    flex-direction: column;*!*/
/*!*    outline: 1px solid red;*!*/
/*!*}*!*/

/*!*#header-div {*!*/
/*!*    background-color: #343A40;*!*/
/*!*    color: #FFFFFF;*!*/
/*!*    -webkit-flex: 0 0 auto;*!*/
/*!*    flex: 0 0 auto;*!*/
/*!*    position: absolute;*!*/
/*!*    width: 100%;*!*/
/*!*    padding: 1%;*!*/
/*!*}*!*/

/*!*#menu-div {*!*/
/*!*    width: 25%;*!*/
/*!*    background-color: #E7E7E8;*!*/
/*!*}*!*/

/*!*#map-div {*!*/
/*!*    -webkit-flex: 1 1 auto;*!*/
/*!*    flex: 1 1 auto;*!*/
/*!*    display: -webkit-flex;*!*/
/*!*    display: flex;*!*/
/*!*    -webkit-flex-direction: row;*!*/
/*!*    flex-direction: row;*!*/
/*!*}*!*/

/*!*#map-svg {*!*/
/*!*    padding: 2% 0% 2% 0%;*!*/
/*!*    width: 100%;*!*/
/*!*    height: 95vh;*!*/
/*!*}*!*/
