#map {
    height: 100%;
    width: 100%;
}
#floating-panel {
    position: absolute;
    bottom: 22px;
    right: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
}

#floating-panel button {
    margin-top: 0;
}

#right-panel {
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#right-panel select, #right-panel input {
    font-size: 15px;
}

#right-panel select {
    width: 100%;
}

#right-panel i {
    font-size: 12px;
}

#right-panel {
    height: 100%;
    float: right;
    width: 100%;
    overflow: auto;
}

#floating-panel {
    background: transparent;
    font-size: 14px;
    font-family: Arial;
    border: none;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    display: none;
}

#floating-panel button {
    background: transparent;
}

#map-wrap {
    height: 100%;
    width: 100%;
    display: block;
    background-color: whitesmoke;
}

#show-hide-route {
    width: 80px;
    height: 60px;
    position: fixed;
    bottom: 22px;
    left: 75%;
    z-index: 5;
    padding: 5px;
    border: none;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 5px;
    background: transparent;
}

#show-hide-route #show-map{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: none;
    opacity: 1;
    background: transparent;
}

#show-hide-route #show-route{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    opacity: 1;
    background: transparent;
}
