.map {
    height: 100%;
    width: 100%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.legend-value {
    /*background-color: black;*/
    border-radius: 0px 3px 3px 0px;
    padding: 0.2em;
    margin-bottom: 0.5em;
}
#legend {
    top: 100px !important;
}

#refresh-button {
    /*color: dodgerblue;*/
    display: none;
    z-index: 99999;
    position: absolute;
    bottom: 0px;
    left: 45vw;
    background-color: white;
    /*height: 48px;*/
    /*width: 48px;*/
    /*margin-left: 40vw;*/
}

#menu-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    color: #636b72;
    height: 40px;
    width: 40px;
    padding-left: 0.55em;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#trip-info {
    position: absolute;
    bottom: 2rem;
    width: 18rem;
    margin-left: 2vw;
    margin-right: auto;
    background-color: #1e1e1ee0;
    color: #f9e3e3eb;
    /*padding: 0.6em;*/
    /*border-radius: 3px;*/
    border: 2px solid white;

    -webkit-box-shadow: -8px -8px 16px -8px rgba(0,0,0,0.85) !important;
    -moz-box-shadow: -8px -8px 16px -8px rgba(0,0,0,0.85) !important;
    box-shadow: -8px -8px 16px -8px rgba(0,0,0,0.85) !important;
}

#trip-info-icon {
    position: absolute;
    right: 0.4em;
    top: 0.4em;
}

/*li.list-group-item.focused {*/
/*    background-color:#6b9799;*/
/*    color: white !important;*/
/*}*/

/*li.list-group-item.old {*/
/*    color: #bdbdbd;*/
/*}*/
