.ftnt-profile-antivirus,
.ftnt-profile-application,
.ftnt-profile-casi,
.ftnt-profile-dlp,
.ftnt-profile-dnsfilter,
.ftnt-profile-emailfilter,
.ftnt-profile-filefilter,
.ftnt-profile-group,
.ftnt-profile-icap,
.ftnt-profile-ips,
.ftnt-profile-mms,
.ftnt-profile-protocol-options,
.ftnt-profile-ssl-ssh-inspection,
.ftnt-profile-voip,
.ftnt-profile-waf,
.ftnt-profile-webfilter{
	color: #fff;
	text-indent: 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	width: 36px;
	margin-top: 5px;
	margin-right: 8px;
}

.ftnt-profile-antivirus::before,
.ftnt-profile-application::before,
.ftnt-profile-casi::before,
.ftnt-profile-dlp::before,
.ftnt-profile-dnsfilter::before,
.ftnt-profile-emailfilter::before,
.ftnt-profile-filefilter::before,
.ftnt-profile-group::before,
.ftnt-profile-icap::before,
.ftnt-profile-ips::before,
.ftnt-profile-mms::before,
.ftnt-profile-protocol-options::before,
.ftnt-profile-ssl-ssh-inspection::before,
.ftnt-profile-voip::before,
.ftnt-profile-waf::before,
.ftnt-profile-webfilter::before{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 30px;
	padding: .3em;
}

.ftnt-profile-antivirus::before {
	content: 'AV';
	background-color: #ff4d00
}

.ftnt-profile-webfilter::before {
	content: 'WEB';
	background-color: #189fba
}

.ftnt-profile-dnsfilter::before {
	content: 'DNS';
	background-color: #383fba
}

.ftnt-profile-waf::before {
	content: 'WAF';
	background-color: #0041c2
}

.ftnt-profile-emailfilter::before {
	content: 'EF';
	background-color: #333
}

.ftnt-profile-filefilter::before {
	content: 'FF';
	background-color: #9F17BA
}

.ftnt-profile-application::before {
	content: 'APP';
	background-color: #009848
}

.ftnt-profile-dlp::before {
	content: 'DLP';
	background-color: #4e18ba
}

.ftnt-profile-ips::before {
	content: 'IPS';
	background-color: #aeb948
}

.ftnt-profile-icap::before {
	content: 'ICAP';
	background-color: #8bb2f8
}

.ftnt-profile-voip::before {
	content: 'VOIP';
	background-color: #3678b0
}

.ftnt-profile-protocol-options::before {
	content: 'PRX';
	background-color: #90bd90
}

.ftnt-profile-ssl-ssh-inspection::before {
	content: 'SSL';
	background-color: #be9e6f
}

.ftnt-profile-group::before {
	content: 'GRP';
	background-color: #06c
}

.ftnt-profile-mms::before {
	content: 'MMS';
	background-color: #47a3ff
}

.ftnt-profile-casi::before {
	content: 'CASI';
	background-color: #6c0
}
.ftnt-profile-disabled::before {
	background-color: lightgray
}
