/* Minification failed. Returning unminified contents.
(51,26): run-time error CSS1039: Token not allowed after unary operator: '-color-2'
 */
.ui-autocomplete {
    text-align:right;
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */ * html .ui-autocomplete {
    height: 300px;
}

/*///////////////////////////////////////////////*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white url('../../Images/spinningred.gif') right center no-repeat;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block;
    width: 227px;
    z-index:80;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        /*background-color: #faeee7;*/
        background-color: white;
        margin: 1px 0px;
        padding: 0;
        /*border: 1px #ff8ba7 solid;*/
        border: 1px var(--color-2) solid;
        border-radius: 2px;
        /*border-top: 1px black solid;
        border-bottom: 1px black solid;*/
        /*width: 200px;*/
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
            color: #999999;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                background-color: #f2f2f2;
                /*color: #d4eaf7;*/
                color: #ff8ba7;
                font-weight: normal !important;
                margin: unset;
                border: unset !important;
                border-radius: 2px;
            }
.ui-helper-hidden-accessible {
    display: none;
}
.ui-menu .ui-menu-item:nth-child(even) {
    background-color: #f8f9fa;
}
