/* CSS Document */

.ui-helper-hidden-accessible {
  display: none !important;
}

body .ui-autocomplete {
  /* font-family to all */
	width: 134.328px;
	padding-left: 0px;
	background-color:  #f1f2f2 !important;
	border-left: 2px solid #f1f2f2;
	border-right: 2px solid #f1f2f2;
	border-radius: 0px 0px 10px 10px;
}

body .ui-autocomplete .ui-menu-item {
   /* all <a> */
	background-color: white;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 2px solid #f1f2f2;
	border-right: 2px solid #f1f2f2;
	border-bottom: 2px solid #f1f2f2;
}

body .ui-autocomplete .ui-menu-item:last-child {
   /* all <a> */
	border-radius: 0px 0px 10px 10px;
}

body .ui-autocomplete .ui-menu-item .ui-state-focus {
   /* selected <a> */
}

.ui-autocomplete { z-index:2147483647; }

.ui-menu
{
  height: 0px ! important
}
