@charset "utf-8";
@font-face {
	font-family: "checkicon";
	src:url("checkicon.eot");
	src:url("checkicon.eot?#iefix") format("embedded-opentype"),
		url("checkicon.woff2") format("woff2"),
		url("checkicon.woff") format("woff"),
		url("checkicon.ttf") format("truetype"),
		url("checkicon.svg#checkicon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="checkicon_"]:before, [class*=" checkicon_"]:before{
	font-family: "checkicon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.checkicon_cheque:before {
	content: "\e010";
}
