
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;

	list-style: none;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}


/* Component containers
----------------------------------*/
.ui-widget {
    display: block;              
    font-family: Verdana, Arial, sans-serif;
    padding: 5px !important;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;                 
    max-width: 730px !important; 
    z-index: 999;
}
.ui-menu-item {
    display: block;              
    max-width: 700px !important; 
    white-space: nowrap;          
    overflow: hidden;             
    text-overflow: ellipsis;      
}
ul{list-style: none !important;}

/* Interaction states
----------------------------------*/

.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 {
	font-family: Verdana,Arial,sans-serif;
	color: #673ab7;
	cursor: pointer;
	display: inline-table;
}
@media (min-width: 320px) and (max-width: 480px) {
   .ui-menu-item {
    width: 90%;
}
}