/*+clearfix {*/
.rules-group-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.rules-group-container {
	display: block;
	*height: 1px;
}

/*+}*/
.rules-group-header .btn-group {
	display: inline-block;
	padding-left: 10px;
}

/*[clearfix]*/
.rules-group-container {
}

#firewall .actions DIV {
	
	display: inline-block;
}

#firewall .select2-container {
	min-width: 240px;
}

.groupName {
	padding: 5px !important;
}

#firewall .actions LABEL {
	display: block;
}

.rules-group-header .btn-group LABEL {
	width: auto;
	min-width: 25px;
	padding: 5px;
	background-color: rgba(240, 240, 240, 0.9);
	font-weight: bold;
	color: #555;
	border: 1px solid rgba(190, 190, 190, 0.9);
	cursor: pointer;
}

.rules-group-header .btn-group LABEL.active {
	background-color: #FAFAFA;
}
