﻿div.pair {
    float: left;
    width: 100%;
}
#sugesstion_containers_desktop {
    list-style: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    margin-left: 0;
    -webkit-box-shadow: 4px 3px 6px 0px rgb(232 225 232);
    -moz-box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
    box-shadow: 4px 3px 6px 0px rgb(232 225 232);
    border: 1px solid #cacaca;
    top: 0;
    left: 0;
    height: 200px;
    overflow-y: scroll;
    display: none;
}
.pair input {
    margin-bottom: 5px !important;
}
.netsuiteautocomplete{
    margin-left: 0;
    list-style: none;
    margin-left: 0;
    -webkit-box-shadow: 4px 3px 6px 0px rgb(232 225 232);
    -moz-box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
    box-shadow: 4px 3px 6px 0px rgb(232 225 232);
    border: 1px solid #cacaca;
    margin: 0px !important;
    padding: 0px !important;
}

.netsuiteautocomplete li{
margin: 0 !important;
padding: 0 !important;
}
.netsuiteautocomplete li.list-group-item{
    border-radius: 0;
    padding: .4rem 1rem!important;
    cursor: pointer;
}
/*#suggestion_list {
    list-style: none;
    position: relative;
    width: 100%;
    z-index: 1000;
    margin-left: 0;
    -webkit-box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
    -moz-box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
    box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
    border: 1px solid #cacaca;
}*/

.list-group {
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    min-width: 100%;
}

.list-group-item {
    /* position: relative; */
    display: flex;
    align-items: center;
    padding: .4rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.item-img {
    margin-right: 15px;
    margin-top: 0px;
}

    .item-img svg {
        fill: currentColor;
        color: #9e9e9e;
    }

.item-info {
    font-size: .8rem;
    color: #465280;
}

.placeName {
    margin: .2rem 0px;
    color: #001959;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0px
}

.list-group-item:hover {
    background-color: #e8e8e8;
}

#suggestion_list:hover {
    cursor: pointer;
}

#txtCityTo {
    margin-bottom: 0px;
}
b {
    font-weight: 500;
}

.address {
    font-size: 13px;
    color: #9e9e9e;
    line-height: 16px;
}

.list-group-item:hover {
    background-color: #f8f7f7;
}
@media (min-width: 980px) {
    .address {
        width: 375px;
    }
}