@charset "UTF-8";

@font-face {
	font-family: "myvelsoft-icons";
	src:url("fonts/myvelsoft-icons.eot");
	src:url("fonts/myvelsoft-icons.eot?#iefix") format("embedded-opentype"),
		url("fonts/myvelsoft-icons.woff") format("woff"),
		url("fonts/myvelsoft-icons.ttf") format("truetype"),
		url("fonts/myvelsoft-icons.svg#myvelsoft-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "myvelsoft-icons" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "myvelsoft-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\61";
}
.icon-softskills:before {
	content: "\62";
}
.icon-admin:before {
	content: "\63";
}
.icon-certificates:before {
	content: "\64";
}
.icon-checkmark:before {
	content: "\65";
}
.icon-computer:before {
	content: "\66";
}
.icon-coursebuilder:before {
	content: "\67";
}
.icon-courses:before {
	content: "\68";
}
.icon-dashboard:before {
	content: "\69";
}
.icon-emptycircle:before {
	content: "\6a";
}
.icon-freeimages:before {
	content: "\6b";
}
