#Window_1_Burger {
    float: left;
}

.menu_button:hover {
    cursor: pointer
}

#layer_menu {
    margin-left: 48px;
    z-index: 1;
}

#bottom_banner {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -1px 2px #888888;
    padding-top: 17px;
    height: 49px;
    background-color: rgba(255, 255, 255, .95);
    border-top: 1px solid #eeeeed;
    border-bottom: 1px solid #eeeeed;
    z-index: 200;
}

.bottom_banner_section {
    float: left
}

.bottom_button {
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.Basic_Btn div {
    margin-top: 8px;
    float: left;
}

.Side_Pane_Dynamic {
    display: none
}

#routeABSearch .abRouteInput {
    width: 190px;
    padding: 7px;
    padding-right: 0px;

}

.abRouteInput {
    width: 190px;
    padding: 0px;
    outline: none;
    border: none;
    box-shadow: none;
    margin-left: 0px;
    margin-top: 0px;
}

.offscreen {
    position: absolute;
    left: -1000px;
    top: -1000px;
}
