.filter-new {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 3px 3px 7px !important;
	border-radius: 5px;
	background-color: #E1F5FE;
	border: 1px solid #0288D1;
	color: #0288D1;
}

.filter-new.clear-all {
	background-color: #FFEBEE;
	border: 1px solid #D32F2F;
	color: #D32F2F;
}

.filter-text {
	display: inline-block;
	float: left;
	padding-right: 3px;
	height: 16px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filter-close-icon {
	display: inline-block;
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAnklEQVQoz2Pg7LnIxNRxcSoQ+zHgAEC5DCCeztV7kQnEmQnE/4H4JxAHYFGcAsR/oWomowv8BuIQJMVJaHJBuCTCgDgOl0EwTQloClAMwOU5ZFNhiiNwBQYD1Cm/kTSANMfhUhyCpPgvGjsJXXEAmgKQ0yLQxFJgiv2gcQCTSMDhRJBcBgM0lrFbjenU6QzQpDETbiV2/4GcPJkLqBYAvYXFxs2nTDkAAAAASUVORK5CYII=');
	background-position: 2px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.filter-new.clear-all .filter-close-icon {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAm0lEQVQoz3WS0QmAMAxEgwv5pWOIiIhfIuJH9xER19JpREQvkEqNTeGg9l7Sqy3tWZbsaTpDBRkDnoOWLc8T/lihGzqgMgKP0CXMpBdOqA7gQXmVZTRQZzXyRb0CPg2sw4VdPdxaP4MkyhkUcHFnwXUAX2o+aLhUAEdr1dro4ULuwBu9EZE9R3LL8a3/UReSp7G+W8bPx5EnfhoPK4i2CRhXS4gAAAAASUVORK5CYII=');
}

.filter_reset {
	text-align: right;
	line-height: 24px;
	display: block;
	position: relative;
	float: right;
}

.header_quicklinks {
	display: flex !important;
	flex-direction: row;
	align-items: center;
}

.header_quicklinks>div {
	margin-right: 15px;
}