@font-face {
	font-family: 'icomoon';
	src:url('/webapp/font/icomoon.eot');
	src:url('/webapp/font/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/webapp/font/icomoon.woff') format('woff'),
		url('/webapp/font/icomoon.ttf') format('truetype')
		url('/webapp/font/icomoon.svg#icomoon') 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: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

 	/* Better Font Rendering =========== */
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
}

/* 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-"]:before {
*/

.icon-home, .icon-warning, .icon-document-alt-stroke, .icon-checkmark, .icon-x, .icon-remove, .icon-floppy, .icon-trashcan, .icon-user, .icon-search, .icon-envelope, .icon-user-2, .icon-comments, .icon-download, .icon-upload, .icon-copy, .icon-undo, .icon-redo, .icon-cog, .icon-twitter {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\e000";
}
.icon-warning:before {
	content: "\e002";
}
.icon-document-alt-stroke:before {
	content: "\e003";
}
.icon-checkmark:before {
	content: "\e004";
}
.icon-x:before {
	content: "\e005";
}
.icon-remove:before {
	content: "\e006";
}
.icon-floppy:before {
	content: "\e007";
}
.icon-trashcan:before {
	content: "\e008";
}
.icon-user:before {
	content: "\e009";
}
.icon-search:before {
	content: "\e00a";
}
.icon-envelope:before {
	content: "\e00b";
}
.icon-user-2:before {
	content: "\e001";
}
.icon-comments:before {
	content: "\e00c";
}
.icon-download:before {
	content: "\e00d";
}
.icon-upload:before {
	content: "\e00e";
}
.icon-copy:before {
	content: "\e00f";
}
.icon-undo:before {
	content: "\e010";
}
.icon-redo:before {
	content: "\e011";
}
.icon-cog:before {
	content: "\e012";
}
.icon-twitter:before {
	content: "\e013";
}

/*.icon-home:before, .icon-warning:before, .icon-document-alt-stroke:before, .icon-checkmark:before, .icon-x:before, .icon-remove:before, .icon-floppy:before, .icon-trashcan:before, .icon-user:before, .icon-search:before, .icon-envelope:before, .icon-user-2:before, .icon-comments:before, .icon-download:before, .icon-upload:before, .icon-copy:before, .icon-undo:before, .icon-redo:before, .icon-cog:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\e000";
}
.icon-warning:before {
	content: "\e002";
}
.icon-document-alt-stroke:before {
	content: "\e003";
}
.icon-checkmark:before {
	content: "\e004";
}
.icon-x:before {
	content: "\e005";
}
.icon-remove:before {
	content: "\e006";
}
.icon-floppy:before {
	content: "\e007";
}
.icon-trashcan:before {
	content: "\e008";
}
.icon-user:before {
	content: "\e009";
}
.icon-search:before {
	content: "\e00a";
}
.icon-envelope:before {
	content: "\e00b";
}
.icon-user-2:before {
	content: "\e001";
}
.icon-comments:before {
	content: "\e00c";
}
.icon-download:before {
	content: "\e00d";
}
.icon-upload:before {
	content: "\e00e";
}
.icon-copy:before {
	content: "\e00f";
}
.icon-undo:before {
	content: "\e010";
}
.icon-redo:before {
	content: "\e011";
}
.icon-cog:before {
	content: "\e012";
}*/
