.searchBox
{
	height: 20px;
	float:left;
	border: 0;
	width: 50%;
	font-size: 1rem;
	padding-left: 5px;
	border-width: 0.3pt;
    border-style: solid;
    border-color: #003466
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.searchBox:focus
{
	outline: none !important;
	border:1px solid #003466;
	box-shadow: 0 0 10px #6091ba;
	width:51%;
}


.ico-mglass {
  position:relative;
  display:inline-block;
  background: #003466;
  border-radius: 30px;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;  
  margin: 5px 0 0 6px;
}

.ico-mglass:after {
    content: "";
    height: 3px;
    width: 8px;
    background: #fff;
    position:absolute;
    top: 16px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  
.searchbutton{
	float:left;
	height: 32px;
	width:35px;
	cursor:pointer;
	font-size: 1rem;
	border-width: 0.3pt;
    border-style: solid;
    border-color: #003466;
	background: #003466;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#eds-container{
    width:100%;
}