.btn.drilldown > span.text:after {
	content: "";
    float: right;
    margin-top: 6px;
    margin-right: -6px;
	border-color: #888 transparent transparent transparent;
    border-top: 5px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.btn.drilldown {
	overflow: hidden;
	text-overflow: ellipsis;
    border: 1px solid #ededed;
    border-radius: 0px !important;
    height: 40px !important;
    display: table !important;
    width: 100% !important;
    background-color: #fff;
    text-align: left;
}
.hasChild > a:after {
	content: "";
	float: right;
	top: 50%;
	margin-right: 0px;
	border-color: #888 transparent transparent transparent;
	border-left: 5px dashed;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: sticky;
}
.filter_cat .dropdown-menu{
	padding: 0;
	position:relative;
	max-height: 211px;
}
.filter_cat .dropdown-menu, .btn.drilldown{
	box-shadow:none;
	min-height:40px;
	height:auto !important;
	white-space: normal;
}
.filter_cat ul{
	border:1px solid #eee;
}
.filter_cat ul li:not(:last-child){
	border-bottom:1px solid #f4f4f4;
}
.filter_cat ul li a{
	font-size:14px;
}
/*# sourceMappingURL=bootstrap-drilldown-select.css.map */