.active{
	border-bottom: 1px solid black;
	background: #EEEEEE;
	cursor: pointer;
}
.checkboxes{
	min-width: 140px;
	width: 10%;
	text-align: left;
	margin-bottom: 10px;
}
.search-input p{
	color: red;
}
.check-block label{
	font-size: 14px;
}
i.fa.fa-search {
	left: 13px;
	top: 14px;
	font-size: 18px;
	color: #ccc;
}
.line-block{
	height: 46px;
}
.sidebar #hstngr_widget-2 div#input-style{
	margin-top: 0; !important;
}
.search-input input[type="submit"]{
	width: 28%;
	height: 46px;
	background: red;
	border: 1px solid black;
	font-size: 18px;
	float: right;
	border-radius: 0;
}
.search-result {
	width: 69%;
	background: white;
	float: left;
	max-height: 325px;
	overflow: scroll;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);

}
.search-result ul{
	margin: 0;
}
.search-result ul div{
	padding: 5px 0 5px;
}
.search-result ul li{
	list-style-type: none;
	padding-left: 10px;
}
.search-result b{
	font-weight: bold;
}
[v-cloak] {
	display:none;
}