.horizontal-filter {
	position: relative;
	margin-bottom: 0;
}

.fill-horizontal-filter {
	background-color: white;
}

.horizontal-filter:after {
	content: "";
}

.horizontal-filter > .row > .span2 {
	margin-bottom: 10px;
}

.horizontal-filter .rooms_num {
	min-width: 210px;
}

.horizontal-filter .price, .horizontal-filter .area {
	min-width: 240px;
}

.horizontal-filter .sub_locality_id, .horizontal-filter .street_id {
	padding-top: 20px;
}

.horizontal-filter .search input {
	width: calc(100% - 10px);
}

.horizontal-filter .id input {
	width: 100%;
}


.horizontal-filter .range-wrapper {
	display: flex;
}

.horizontal-filter .range-wrapper .column {
	width: 50%;
	position: relative;
}

.horizontal-filter .range-wrapper .column > input {
	width: 65%;
}

.horizontal-filter .input-range:not(.custom) .range-wrapper .column > input {
	width: 67%;
	padding-right: 28%;
}

.horizontal-filter .input-range:not(.custom) .range-wrapper .column .suffix {
	position: absolute;
	right: 4px;
	top: 6px;
}


.horizontal-filter .btn-extend-filter {
	border: 1px solid #bdbdbd;
	color: #333;
	background-color: #fff;
	position: relative;
	width: 100%;
	padding: 3px 10px 3px 6px;
	cursor: pointer;
	text-align: left;
	border-radius: 0.2rem;
	box-shadow: none;
	line-height: 1.8rem;
}

.horizontal-filter .btn-extend-filter.active {
	background-color: #eee;
}

.horizontal-filter .btn-extend-filter.active:hover {
	border-color: #bdbdbd;
	background-color: #e0e0e0;
}

.horizontal-filter .btn-extend-filter:focus {
	outline: 0;
}

.horizontal-filter .btn-extend-filter:hover {
	border-color: #49bd3b;
	background-color: transparent;
}

.horizontal-filter .btn-extend-filter:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 3px;
	bottom: 6px;
	width: 14px;
	height: 14px;
	background-image: url("/css/img/glyphicons-halflings.png");
	background-position: -432px 0;

}

.horizontal-filter .btn-search:hover {
	color: #fff;
	border-color: #398439;
	background-color: #449d44;
}

.horizontal-filter .extented-filter {
	box-sizing: border-box;
	position: absolute;
	display: none;
	padding: 20px 0 20px 15px;
	margin-top: 7px;
	z-index: 101;
	border-radius: 2px;

	background-color: #fff;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.15);
}

.horizontal-filter .extented-filter.active {
	display: block;
}

.horizontal-filter .btn-extend-filter-close {
	float: right;
	opacity: 0.8;
	margin-top: -20px;
}

.horizontal-filter .extented-filter .row:not(:first-child) {
	margin-bottom: 20px;
}

/** start checkbox */
.horizontal-filter .input.checkbox {
	padding-left: 0;
}

.horizontal-filter .checkbox.inline {
	padding-top: 0;
	margin-left: 0;
}

.horizontal-filter .checkbox.inline + .checkbox.inline {
	margin-left: 0;
}

.horizontal-filter .hide-checkbox .checkbox.inline {
	padding-left: 0;
}

.horizontal-filter .hide-checkbox .checkbox.inline label {
	background: #fff;
	border: 0.1rem solid #bdbdbd;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	line-height: 30px;
	max-width: 100%;
	min-height: 0;
	min-width: 33px;
	padding: 0 2px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.horizontal-filter .hide-checkbox .checkbox.inline > input[type="checkbox"] {
	display: none;
}

.horizontal-filter .hide-checkbox .checkbox.inline > input[type="checkbox"]:checked + label {
	color: #fff;
	border-color: #61bd4f;
	background-color: #61bd4f;
}

/** end checkbox */

.horizontal-filter .extented-filter .input.range {
	display: flex;
}

.ml-0 {
	margin-left: 0;
}

.mr-20 {
	margin-right: 20px;
}

.horizontal-filter .extented-filter .input.range label {
	width: 34%;
}

.horizontal-filter .extented-filter .input.range label b {
	vertical-align: baseline;
	vertical-align: -webkit-baseline-middle;
	word-break: break-all;
}

.horizontal-filter .extented-filter .input.range .range-wrapper {
	width: 66%;
}

.horizontal-filter .extented-filter .custom .input.range .range-wrapper input {
	width: calc(100% - 12px);
}

.horizontal-filter .extented-filter .label-prefix {
	display: inline-block;
	width: 34%;
}

.horizontal-filter .extented-filter .select-column {
	width: 66%;
	display: inline-block;
}

.horizontal-filter .extented-filter .select-column select {
	width: 100%;
}



