/* This stylesheet is used to style the public-facing components of the plugin. */

.ui-autocomplete{
    z-index:1002 !important;
}
.ui-autocomplete{
    z-index:1002 !important;
    background: #fff !important;
    padding: 0;
}
.ui-autocomplete .ui-menu-item{
    margin: 0;
    padding: 2px 10px;
    zoom: 1;
    width: 100%;
}
.ui-autocomplete li.search-group-header, 
.ui-autocomplete li.ui-menu-item a{
    color: #000;
}
.ui-autocomplete .search-group-header,
.ui-autocomplete .search-group-header:hover{
    background: #fff !important;
    font-weight: bold;
    border:none;
    padding: 5px;
}
.ui-autocomplete .search-group-item:hover,
.ui-autocomplete .search-group-item.ui-state-focus{
    border:none;
}
.hide-label label{
    display: none;
}


