﻿.ui-menu .ui-state-focus {
    border: solid 2px #428BCA;
    background-color: #428BCA !important;
}

    .ui-menu .ui-state-focus a {
        color: white;
        /*background-color: #428BCA !important;     */
    }
    
    .ui-menu .ui-menu-item a:hover {
        background-image: none !important;
        background: white !important;
    }

    .ui-menu .ui-state-focus a:hover {
        color: white;
        background: #428BCA !important;
    }   
    
.ui-autocomplete {
    max-height: 200px;
    /*width:150px;*/
    font-size: 0.8em;
    font-weight: 100;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.invalid-input{
    border-color: red !important;
    box-shadow: red !important;
}