/*PERSONALIZZAZIONE*/
.immagine {height:52px;}
.imgSearch, .imgSearch.ui-state-active {height:auto !important;float:left !important;margin:0;padding:8px !important;border:solid 1px #ddd !important;}
.contentSearch, .contentSearch.ui-state-active {width:calc(100% - 70px); height:50px; line-height:initial; padding-top:10px !important; margin:0; float:left; white-space:normal; overflow:hidden; text-overflow:ellipsis; font-size:.8em; border:0 !important; color:#000;}

ul.ui-autocomplete.search-box {z-index:1000;}
ul.ui-autocomplete.search-box li {height:auto; padding:5px 10px 5px 5px; margin-right:1%; overflow:hidden; cursor:pointer; margin:0; list-style-type:none; border:1px solid #ccc; border-width:0 0 1px; background-color:#fff; transition:all linear .3s;}
ul.ui-autocomplete.search-box li.ui-menu-item:hover {background:#ddd; text-transform:0 1px 0 #fff;}

ul.ui-autocomplete.search-box li.ui-menu-item:last-child:hover {background-color:transparent;}

ul.ui-autocomplete.search-box li em {font-weight:bold; font-style:normal; color:#333; background:#fff000;}
ul.ui-autocomplete.search-box li:last-child .contentSearch,
ul.ui-autocomplete.search-box li:last-child .contentSearch.ui-state-active {width:100%; height:30px; line-height:30px; padding:0 !important; float:left; white-space:normal; overflow:hidden; text-overflow:ellipsis; font-size:.9em; text-align:center; background-color:#ddd; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
/* ui-menu-item-wrapper ui-state-active */
ul.ui-autocomplete.search-box .ui-menu-item-wrapper.ui-state-active {background:transparent !important; }