.form-loader {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url(/images/loader.gif) 0 0 no-repeat;
}




.ui-autocomplete {
    position: absolute;
    z-index: 500;
    max-height: 300px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #666;
    border-top: 0;
    border-radius: 4px;
}
.ui-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    color: #000;
    padding: 4px 7px;
    border: 0;
    cursor: default;
}
.ui-helper-hidden-accessible{display: none}