.dash_filter {
	width: auto;
}
.dash_filter fieldset {
	border: 1px solid #ddd;
}
.dash_filter > fieldset {
	display: flex;
	flex-wrap: wrap;
}
.dash_filter legend {
	padding: 0 0.5em;
	margin: 0 0.5em;
	white-space: nowrap;
	font-weight: bold;
}
.dash_filter .filter_top {
	max-width: 48%;
	flex: 1;
	margin-right: 6px;
	max-height: 196px;
	overflow-y: auto;
	overflow-x: hidden;
}
.dash_filter div.clear {
	height: 4px;
	clear: both;
}
.dash_filter .filter_state {
	background-color: #ff9c4a;
	color: #616161;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #000;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 0.6em;
}
.dash_filter .filter_state_active {
	background-color: #a1a1a1;
	color: #94d639;
	cursor: pointer;
}
.dash_filter ul.filter_group {
	margin: 0;
	padding: 2px 20px 2px 6px;
	list-style-type: none;
	white-space: nowrap;
}
.dash_filter ul.filter_group li {
	margin-bottom: 2px;
}
.dash_filter .filter_top ul.filter_group li.opt {
	max-width: 20em;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.dash_filter .filter_param {
	width: 10em;
}
.dash_filter .field {
	float: none;
	width: 100%;
	height: auto;
}
.dash_filter .field ul li {
	float: left;
	margin-right: 10px;
}
#left input,
#left select { width: 100%; }
.emptyopt {
	display: inline-block;
	width: 16px;
}
.halfopt {
	display: inline-block;
	width: 8px;
}
.ui-dialog-content {
	max-height: 60vh !important;
}
.ui-widget-content {
	background-color: #dadada;
	background-image: none;
	color: #464646;
}
.ui-widget legend {
	color: #464646;
	padding: 0 0.5em;
	margin: 0 0.5em;
	font-weight: bold;
}
.ui-widget fieldset {
	padding: 0 0.5em 0.5em 0.5em;
	margin-bottom: 6px;
	border-radius: 4px;
}
.ui-dialog {
	z-index: 2001 !important;
}
.parcel_search {
	float: right;
	background-color: #fff;
	border: 1px solid #ddd;
}
.parcel_search legend {
	padding: 0 0.5em;
	margin: 0 0.5em;
	font-weight: bold;
	background-color: #fff;
}
.ui-widget-content .button--block {
	margin-bottom: 4px;
}
th.option, td.option {
	width: 1%;
	white-space: nowrap;
}
td.option a {
	font-size: 20px;
}
