/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 févr. 2015, 16:43:19
    Author     : TJ
*/
.ui-autocomplete-category {
    font-weight: bold !important;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}
.ui-widget-content {
    background: none !important;
    border-radius: 10px 10px 10px 10px;
    margin-left: 25px !important;
    box-shadow: 2px 2px 2px 2px #737373 !important;
}
.ui-menu 
{
    background-color: #FFFFFF !important;
    width: 56% !important;
    overflow-x: hidden !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background: #36b500 !important;
    color: #FFFFFF !important;
    border: none !important;
}
.ui-autocomplete li.ui-menu-item 
{
    padding-left: 35px !important;  
}
