.filter-container {
	margin-bottom: 30px;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
}

.filter-group {
	margin-bottom: 20px;
	padding: 10px 20px 0px 20px;


}
.filter-group ul {
	padding-left: 0px;
	list-style: none;
}
.filter-group-title {
	border-radius: 3px;
	display: block;
	clear: both;
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 9px;
	line-height: 24px;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width:767px) {
	.filter-group {
		overflow-y: scroll;
		border-bottom: 1px solid #ddd;
		max-height:200px;
	}
}
.filter-group-title--green {
	/*color: #fff !important;
	background: #59b210;*/
}

.filter-item {
	margin: 0;
	cursor: pointer;
	line-height: 35px;
}

.filter-item * {
	color: #6f6f6f;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
}

.filter-item--green *:hover {
	color: #1e5480;
}

.filter-item--half {
	display: inline-block;
	width: 90%;
	white-space: normal;
	overflow-x: hidden;
	margin-right: 3px
}

.filter-item--check-box input {
	display: none;
}

.filter-item--check-box .fa {
	margin-right: 5px;
	width: 14px;
	margin-left: 1px;
	/*border: solid 1px #a4a4a4;*/
	height: 14px;
	border-radius: 3px;
	font-size: 15px;
}
.filter-item--check-box .fa::before {
	border: none;
}

.filter-item--check-box input + .fa:before {
	content: "\f096";
}

.filter-item--check-box input:checked + .fa:before {
	content: "\f14a";
	color: #41b75e;
}

#nprogress .bar {
	background: #41b75e;
}

#nprogress .spinner-icon {
	border-top-color: #41b75e;
	border-left-color: #41b75e;
}

.filter-container__selected-filter {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.filter-container__selected-filter-header {
	margin-bottom: 5px;
	padding: 5px 23px;
	
}

.filter-container__selected-filter-header-title {
	font-size: 18px;
	font-weight: bold;
	color: #0038AE;
}

.filter-container__clear-all {
	float: right;
	color: #333;
	margin-top: 3px;
}

.filter-container__selected-filter-item {
	padding: 3px 0;
}

.filter-container__selected-filter-item > a {
	color: #333;
	font-size: 13px;
}

.filter-container__selected-filter-item .fa {
	margin-right: 10px;
	color: #F44336;
}
.filter-item--half:first-child {display:none;}