/** Search ********************************************************************/

#edit-search-block-form--2 {
	background-color: white;
	color: #4B4B4B;
	border: 2px solid #E0E0E0;
	padding: 0 15px 0 10px;
	height: 41px;
	font-size: 0.9em;
	float: left;
	width: 150px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#edit-search-block-form--2:focus {
	width: 300px;
}
#edit-search-block-form--2:focus {
	width: 250px;
}
html.js input.form-autocomplete {
	background-image: none;
	background-position: 100% 2px;
	background-repeat: no-repeat;
}
.form-item.form-type-textfield.form-item-search-block-form label {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.responsive-layout-mobile #search #env-utils-block-view-search-form .form-submit, .responsive-layout-narrow #search #env-utils-block-view-search-form .form-submit {
	margin: 0 3px 0 0;
	padding: 0 7px;
	font-size: 1.4em;
}
.responsive-layout-mobile #env-utils-block-view-search-form .form-item-keyword, .responsive-layout-narrow #env-utils-block-view-search-form .form-item-keyword {
	border-left: 1px solid #E0E0E0;
	width: 10em;
}
.responsive-layout-narrow #edit-search-block-form--2 {
	margin-bottom: 1em;
}
/* Search results */
.page-search .search-results {
	padding: 0;
}
.page-search .search-result {
	border-bottom: solid 1px #CCC;
	margin-bottom: 1.25em;
	padding-bottom: 1.25em;
}
.page-search .result-type {
	background: #e7e7e7;
	border-radius: 4px;
	font-size: 0.8em;
	padding: 3px;
}
h2.search-title a {
	font-size: 0.70em;
	color: #01528B!important;
}
.page-search .result-type {
	font-size: 0.50em;
	padding: 0.2em;
}
.attached a, .url a {
	color: #093;
}
.spelling-suggestions dt {
	font-size: 1.1em;
	border-top: 1px dotted #ccc;
	padding-top: 0.5em;
}
.spelling-suggestions dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5em;
}
.search-results-total-num, .view-total-results-num {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0 0.5em 0;
	margin-bottom: 1.5em;
	font-size: 0.85em;
}
.apachesolr_autocomplete.suggestion {
	color: black;
}
.ac_over {
	background-color: #ccc;
	color: black;
}
