﻿.button:hover, .button:focus {
	background-color: #8e9fbc;
}

.button {
	background: #002855;
	-webkit-transition-duration: 0.4s; /* Safari */
	/* ReSharper disable once CssBrowserCompatibility */
	transition-duration: 0.4s;
}

.hideFromUmbraco {
	display: none;
}

/* keep IE from displaying ...h when selecting a County from a dropdown. */
/* Internet Explorer 11- (All but IE8) from css-hacks*/
@media screen and (min-width:0\0) and (min-resolution:+72dpi), \0screen\,screen\9 {
	.ListSearchExtenderPrompt {
		display: none;
	}
}

.textbox {
	border-color: #98a4ae;  /* #eeeeee; too light  purple; to show on UI while testing */
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
}