.blueSearchButton  {
margin-bottom: .3em;
margin-right: .4em;
vertical-align: middle;
justify-content: center;
text-align: center;
align-items: center;
padding-top: .5em;
padding-right: 1em;
padding-bottom: .5em;
padding-left: 1em;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
color: #FFF;
font-size: 1.1em;
overflow: none;
height: auto;
width: auto;
min-width: 5em;
border: solid 1px #61B6D8;
background-color: #61B6D8;
border-radius: 5px;
transition-duration: 0.2s;
width:100%;
-moz-user-select: none;
	}

.blueSearchButton:hover {
	background-color: #24a5d8;
	border: solid 1px #24a5d8;

}
.blueSearchButton:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #24a5d8;
}
.searchControl
{
	width:100%;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.selectdiv:after {
	content: '\f078';
	color: #45637a;
	right: 14px;
	top: 3px;
	height: 36px;
	padding: 6px 6px 0px 8px;
	position: absolute;
	pointer-events: none;
	font: normal normal normal 17px/1 FontAwesome;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 0px 16px;
	line-height: 1.75;
	color: #333;
	border-radius: 3px;
	background-color: #ffffff;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
	height: 37px;
}
