#suggestion-box {
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
}

#suggestion-box li {
    background: #ccc;
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 5px;
    cursor: pointer;
}

.result-drop-down.result {
    height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: -1;
    width: 88%;
}

.where-input {
    position: relative;
}

#result {
    width: 93% !important;
    top: 61px;
    z-index: 9;
}

#result1 {
    display: none;
    width: 100%;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    background: #444;
    position: absolute;
}

#result2 {
    display: none;
    width: 100%;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    background: #444;
    position: absolute;
}

.itemshow {
    border-top: solid 1px #fff !important;
    margin: 0px;
    padding: 4px 7px;
    cursor: default;
    display: block;
    overflow: hidden;
    background: #e4e4e4;
}

.itemshow span {
    display: inline
}

.itemshow:hover {
    background: #3b5998;
    color: #FFFFFF;
    cursor: pointer;
}

.remove_waypoint:hover{
    cursor: pointer;
}

#shade {
    background-color: #00CCFF;
}

.spinner {
    background-image: url(../../../../images/spinner.gif) !important;
    border-bottom: 2px solid #1c81c3 !important;
}
.spinner {
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 14px auto;
}
.sentence{
    text-transform: capitalize;
}
.loader{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    text-align: center;
    text-align: center;
    z-index: 999;
}
.quote-map{
    width: 100%;
    height: 350px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
    float: left;
}
.bookings tr:hover{
    cursor: pointer;
}