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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Odette-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
[data-icon]{
	font-style:normal;
}

.icon-id-icon, .icon-drawer, .icon-file-xml, .icon-wrench, .icon-coin, .icon-shield, .icon-phone, .icon-truck, .icon-group, .icon-file, .icon-file-2, .icon-file-3, .icon-cart, .icon-cog, .icon-folder-close-alt, .icon-folder-close, .icon-user, .icon-cog-2, .icon-trash, .icon-ok, .icon-remove, .icon-calendar, .icon-shopping-cart, .icon-warning-sign, .icon-remove-sign, .icon-ok-sign, .icon-download-alt, .icon-dashboard, .icon-truck-2, .icon-tree, .icon-file-word, .icon-file-pdf, .icon-libreoffice, .icon-file-excel, .icon-file-zip, .icon-code {
	font-family: 'Odette-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-id-icon:before {
	content: "\69";
}
.icon-drawer:before {
	content: "\35";
}
.icon-file-xml:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\37";
}
.icon-coin:before {
	content: "\38";
}
.icon-shield:before {
	content: "\39";
}
.icon-phone:before {
	content: "\30";
}
.icon-truck:before {
	content: "\61";
}
.icon-group:before {
	content: "\62";
}
.icon-file:before {
	content: "\63";
}
.icon-file-2:before {
	content: "\64";
}
.icon-file-3:before {
	content: "\65";
}
.icon-cart:before {
	content: "\66";
}
.icon-cog:before {
	content: "\67";
}
.icon-folder-close-alt:before {
	content: "\68";
}
.icon-folder-close:before {
	content: "\6a";
}
.icon-user:before {
	content: "\6b";
}
.icon-cog-2:before {
	content: "\6c";
}
.icon-trash:before {
	content: "\6d";
}
.icon-ok:before {
	content: "\6e";
}
.icon-remove:before {
	content: "\6f";
}
.icon-calendar:before {
	content: "\70";
}
.icon-shopping-cart:before {
	content: "\71";
}
.icon-warning-sign:before {
	content: "\72";
}
.icon-remove-sign:before {
	content: "\73";
}
.icon-ok-sign:before {
	content: "\74";
}
.icon-download-alt:before {
	content: "\75";
}
.icon-dashboard:before {
	content: "\76";
}
.icon-truck-2:before {
	content: "\77";
}
.icon-tree:before {
	content: "\78";
}
.icon-file-word:before {
	content: "\79";
}
.icon-file-pdf:before {
	content: "\7a";
}
.icon-libreoffice:before {
	content: "\31";
}
.icon-file-excel:before {
	content: "\32";
}
.icon-file-zip:before {
	content: "\33";
}
.icon-code:before {
	content: "\34";
}
