.filter_panel_rpa_title:hover {
	color: #82bc00;
}

.filter_panel_rpa {
	border-bottom: 1px solid #E6E7E8;
}
.filter_panel_rpa_title {
	font-family:'Helvetica W01 Cn';
	font-size: 20px;
	color: #4b494f;
	cursor: pointer;
	position: relative;
	line-height: 40px;
}
.filter_panel_rpa_title:after {
	font-family: FontAwesome;
	content: '\f107';
	position: absolute;
	right: 8px;
	font-size: 20px;
}
.filter_panel_rpa_options_container {
	font-family:'Helvetica W01 Cn';
	font-size: 14px;
	color: #58575b;
	margin-left: 5px;
}
.filter_panel_rpa_options_container input {
	cursor: pointer;
	margin-right: 5px;
	vertical-align: top;
}
.filter_panel_rpa_options_container input[checked="checked"] + label {
	color: #82bc00;
}
#rpa_sort {
	float: right;
}
.filter_submit {
	background-color: #4B494F; /* bold-gray */
	color: #EEEEEE;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	width: 100%;
	margin-top: 10px;
	border: none;
	padding: 8px;
}
.filter_submit:hover {
	background-color: #82bc00; /* bold lt-green */
}
.filter_submit[disabled="disabled"] {
	background-color: #E6E7E8;
}
.filter_submit[disabled="disabled"]:hover {
	background-color: #E6E7E8;
}