﻿#map {
    width: 100%;
    height: 400px;
}

#searchInput {
    padding: 5px;
    font-size: 14px;
    width: 100%;
    height: 40px;
    margin-bottom: 2px;
    border-radius: 0;
}

.pac-container {
    background-color: #FFF;
    z-index: 120;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal {
    z-index: 110;
}

.modal-backdrop {
    z-index: 100;
}

.border-dashed {
    border-style: dashed !important;
}

.prev a, .next a {
    border-radius: 0 !important;
    background-color: transparent !important;
}
