.tag {
	display: block;
	padding: 1px 9px;
	border-radius: 5px;
	margin: 2px 5px 3px 0;
	border: 2px solid black;
	cursor: pointer;
	white-space: nowrap;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	font-weight: bold;
	font-size: 0.9em;
	height:23px;
	/*	box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.4) */
}
main, div.megaDropDownContent
{
	.tag.active {
		color: #fff !important;
	}
	.tag:not(.active){
		background:#fff !important;
		color:black;
	}

}
.tag.active {
	color: #fff;
	background:black;
}

.tag:not(.active){
	background:#fff ;
	/* !important */
	color:black;
}


.tag i,
.tag number {
	margin: 1px -5px 0 10px;
	font-size: 1em;
}

.tag i.label{
	margin-left: 0;
	margin-right: 0;
	font-size: 1.1em;
	margin-top: 0;
}

.tag number {
	border: .15rem solid #fff;
	border-radius: 9px;
	font-size: 1.2rem;
	text-align: center;
	min-width: 18px;
	height: 18px;
	margin-top: -1px;
	padding: 1px 3px;
	background: none;
	color: #fff;
	line-height: 1.4rem;
}

.layout .minWidthFlex .tags{
	position: absolute;
	top:0px;
	right: 0;
	padding-top:3px;
	text-align: right;
}

.layout .mixnWidthFlex .tag{
	margin-right: 3px;
	margin-bottom: 3px;
	font-size:1.4rem;
	padding:2px 6px;
	border-radius: 6px;
}

.taggroup{
	display:inline-block;
}

.taggroup h3{
	display:inline-block;
	float:left;
	font-weight: 300;
}
