﻿.auto-complete {
/*    
    background-color: transparent;
    outline: 0px;
    border: 0;
    height: 46px;
    padding: 10px;
    border-bottom: 2px solid #FFE5E5;
    caret-color: aqua;
    position: relative;

*/
}

.auto-complete::placeholder {
    transition: 1s;
}

.auto-complete:focus::placeholder {
    opacity: 0;
}

.auto-complete-tracker {
    /*position: absolute;*/
    width: 0%;
    height: 5px;
    bottom: 0px;
    border-radius:10px;
}

input[type="text"]:focus {
    /*border-color: rgb(243, 248, 242, 0.00);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    border-bottom: 2px solid #FFE5E5;
*/
    box-shadow: none;
    outline: 0 none;
}

.search-ui-autocomplete {
    border-radius: 4px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
}

    .search-ui-autocomplete .top-field {
        font-weight: 400;
        text-decoration: solid;
        padding: 2px;
        font-size: small;
    }

    .search-ui-autocomplete .description {
        font-weight: bold;
        font-size: small;
        padding: 2px;
    }
    .search-ui-autocomplete .star {
        position:absolute;
        top:0;
        right:0;
        width:20px;
        height:100%;
        background-color:#ff6a00;
        color:#fff;
    }
        .search-ui-autocomplete .star .star-desc {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(180deg);
        }
.ui-autocomplete {
    /*width: 100%;*/
    width: 500px;
    border-color: #FFE5E5;
    z-index:2;
}

.ui-autocomplete .ui-menu-item .ui-corner-all {
}

.ui-autocomplete .ui-menu-item .ui-state-focus {
}
