﻿.search_picker {
	flex: 1;
}

.search_box {
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
}

.pickerHeader {
	margin-top: 4px;
	color: dodgerblue !important;
	cursor: default !important;
}

.pickerItem {
}

ul.results > li.pickerHeader:hover {
	color: dodgerblue !important;
	background: inherit !important;
}

.search_check_all {
	display: flex;
}
