@charset "UTF-8";
/* CSS Document */
#provider-json, #provider-json-destination{
	font-family: 'Lato', sans-serif;
	color: #003893;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	height: 42px;
	display: inline-block;
	margin-top:12px;
	width: 100%;
	border: 1px solid #d9d9d9;
	font-weight: 400;
    background-color:white ;
}
.easy-autocomplete{
	position: relative;
	z-index: 999;
	font-family: 'Lato', sans-serif;
	color: #003893;
	font-weight: 400;
	font-size: 16px;
	
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus{
  	box-shadow: none;
}
.easy-autocomplete a{
  	display: block;
}
.easy-autocomplete-container{
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	-webkit-box-shadow: -1px 2px 14px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    -1px 2px 14px -9px rgba(0, 0, 0, 0.75);
	box-shadow:         -1px 2px 14px -9px rgba(0, 0, 0, 0.75); 
}
.easy-autocomplete-container ul{
	background: none repeat scroll 0 0 #ffffff;
	display: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -1px;
	z-index: 9999;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category{
	background: inherit;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.easy-autocomplete-container ul li:last-child{}
.easy-autocomplete-container ul li.selected{
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div{
  font-weight: normal;
}
.easy-autocomplete-container ul li div{
  display: block;
  font-weight: normal;
  word-break: break-all;
  border-top: 1px solid #d9d9d9;
  padding: 8px;
}
.easy-autocomplete-container ul li b{
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category{
  font-color: #aaa;
  font-style: italic;
}
@media only screen and (max-width : 790px){
	input#searchButton.aaa-btn{
		float: none;
		width: 100%;
		margin-bottom: 0px;
	}
}