.customIcon:before {
  content: '';
  width: 20px/* width of the image */;
  height: 20px/* height of the image */;
  display: inline-block;
}

.cmdb:before {
	background:url('/client/custom/modules/bpm2bci/img/assets.svg');
	filter: invert(1) sepia(10) saturate(15) hue-rotate(90deg);
}

.ci:before {
	background:url('/client/custom/modules/bpm2bci/img/ci.svg');
}

.citype:before {
	background:url('/client/custom/modules/bpm2bci/img/citype.svg');
}

.cikind:before {
	background:url('/client/custom/modules/bpm2bci/img/cikind.svg');
}

