
/*Search*/
.searchResultsContainer {
	display: none;
    background: #fafafa;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 46px;
    width: 100%;
	z-index: 1000;
	box-shadow: 0px 3px 3px #888888;
}
.searchImage {
    width: 100%;
	max-height: 50px;
}
.searchImageContainer {
    
}
.searchResultName {
	font-size: 18px;
	margin: 0px;
}
.flexCenter {
	display: flex;
	align-items: center;
}
.searchLabel {
	padding: 5px;
	background: #e6e6e6;
}
.searchRow {
    display: flex;
}
.searchRow a{
	color: #231f20;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.searchRow:hover > div {
	background: #e6e6e6;
}