.livesearch-input {
	background: #ffffff url(ico-search.png) no-repeat 5px !important;
}

.livesearch-loading {	
	background: #ffffff url(loading16-grey-pulse.gif) no-repeat 5px !important;
}

.livesearch-input::-webkit-input-placeholder { color: #ddd; }
.livesearch-input::-moz-placeholder { color: #ddd; }
.livesearch-input:-moz-placeholder { color: #ddd; }
.livesearch-input:-ms-input-placeholder { color: #ddd; }

.livesearch-loading-results {
	background: #ffffff !important;
	border-color: #00a8ff;
	border-bottom-left-radius: 0;
}

.jquery-live-search {	
	padding: 5px 10px;
	overflow: auto;	
	position:absolute !important;
	left: 0 !important;
	top: 33px !important;
	height: auto !important;
	z-index: 99999999;
	border: 1px solid #00a8ff;	
	border-top: none;
	border-radius: 0 0 3px 3px;	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);		
	background: #fff;
}

.jquery-live-search > div {
	max-height: calc(100vh - 120px);
	overflow-y: auto;
}

.livesearch-botonera {
	text-align:center;
	padding: 10px 0;
}