.workflowrules-field-selector {
	max-width: 500px;
}

.workflowrules-field-selector .workflowrules-search {
	width: 100%;
	margin-bottom: 5px;
}

.workflowrules-checkboxes {
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
}

.workflowrules-group-label {
	font-weight: bold;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	margin: 5px 0 3px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
}

.workflowrules-group-label:first-child {
	margin-top: 0;
}

.workflowrules-checkbox-label {
	display: block;
	padding: 2px 5px;
	margin: 0;
	font-weight: normal;
	cursor: pointer;
}

.workflowrules-checkbox-label:hover {
	background-color: #f5f5f5;
}

.workflowrules-checkbox-label input[type="checkbox"] {
	margin-right: 5px;
}

.workflowrules-checkbox-label.workflowrules-hidden {
	display: none;
}
