﻿
.autocomplete-container {
    height: 58px;
    position: absolute;
    width: 310px !important;
}

.autocomplete-input {
    float: left;
    width: 238px !important;
    height: 34px;
    padding-left: 8px;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 5px 0 0 5px;

}

.autocomplete-button {
    float: left;
    cursor: pointer;
    border: none;
    width: 60px;
    height: 36px !important;
    float: left;
    background: #015aac url(https:/center.lnzwfw.gov.cn/api/static/pay/images/but_sqd.png) no-repeat center center;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.autocomplete-button:HOVER {
    background-color: #D11E1E;
}

.proposal-box {
    position: absolute;
    height: auto;
    left: 0px;
    z-index: 1000;
    width: 238px !important;
    top: 35px !important;
}


.proposal-list {
    list-style: none;
    border-bottom: 1px solid #dcdcdc;


}

.proposal-list li {
    text-align: left;
    padding: 5px;
    font-family: inherit;

    height: 25px;
    line-height: 25px;
    background-color: #fff;
    cursor: pointer;
    padding-left: 46px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

li.proposal.selected {
    background-color: #dcdcdc;
    color: white;
}

#search-form {
    height: 40px !important;
    margin-top: 9px;
}