@font-face {
	font-family: 'icomoon';
	src:url('../../fonts/icomoon.eot');
	src:url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/icomoon.woff') format('woff'),
		url('../../fonts/icomoon.ttf') format('truetype'),
		url('../../fonts/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;
}

/* 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-"] {
*/
.icon-checkmark, .icon-close, .icon-notebook, .icon-checkbox-checked, .icon-link, .icon-file, .icon-file-2, .icon-share, .icon-cloud, .icon-cloud-2, .icon-stats, .icon-pencil, .icon-minus, .icon-plus, .icon-trashcan, .icon-remove, .icon-remove-2, .icon-arrow-down, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down-2, .icon-arrow-up-2, .icon-arrow-right-2, .icon-arrow-left-2, .icon-arrow-down-3, .icon-arrow-up-3, .icon-arrow-right-3, .icon-arrow-left-3, .icon-move-horizontal, .icon-transfer, .icon-loop, .icon-loop-2, .icon-loop-3, .icon-zoom-out, .icon-zoom-in, .icon-search, .icon-info, .icon-list, .icon-star, .icon-tags, .icon-cog, .icon-coguser, .icon-groupselect2, .icon-sun, .icon-sun-2, .icon-radio-checked, .icon-radio-unchecked {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-checkmark:before {
	content: "\e02a";
}
.icon-close:before {
	content: "\e029";
}
.icon-notebook:before {
	content: "\e027";
}
.icon-checkbox-checked:before {
	content: "\e026";
}
.icon-link:before {
	content: "\e023";
}
.icon-file:before {
	content: "\e025";
}
.icon-file-2:before {
	content: "\e024";
}
.icon-share:before {
	content: "\e022";
}
.icon-cloud:before {
	content: "\e021";
}
.icon-cloud-2:before {
	content: "\e020";
}
.icon-stats:before {
	content: "\e01f";
}
.icon-pencil:before {
	content: "\e01e";
}
.icon-minus:before {
	content: "\e01d";
}
.icon-plus:before {
	content: "\e01c";
}
.icon-trashcan:before {
	content: "\e01b";
}
.icon-remove:before {
	content: "\e01a";
}
.icon-remove-2:before {
	content: "\e019";
}
.icon-arrow-down:before {
	content: "\e018";
}
.icon-arrow-up:before {
	content: "\e017";
}
.icon-arrow-right:before {
	content: "\e016";
}
.icon-arrow-left:before {
	content: "\e015";
}
.icon-arrow-down-2:before {
	content: "\e014";
}
.icon-arrow-up-2:before {
	content: "\e013";
}
.icon-arrow-right-2:before {
	content: "\e012";
}
.icon-arrow-left-2:before {
	content: "\e011";
}
.icon-arrow-down-3:before {
	content: "\e010";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e00e";
}
.icon-arrow-left-3:before {
	content: "\e00d";
}
.icon-move-horizontal:before {
	content: "\e00c";
}
.icon-transfer:before {
	content: "\e00b";
}
.icon-loop:before {
	content: "\e00a";
}
.icon-loop-2:before {
	content: "\e009";
}
.icon-loop-3:before {
	content: "\e008";
}
.icon-zoom-out:before {
	content: "\e004";
}
.icon-zoom-in:before {
	content: "\e003";
}
.icon-search:before {
	content: "\e007";
}
.icon-info:before {
	content: "\e006";
}
.icon-list:before {
	content: "\e005";
}
.icon-star:before {
	content: "\e002";
}
.icon-tags:before {
	content: "\e001";
}
.icon-cog:before {
	content: "\e000";
}
.icon-coguser:before {
	content: "\e028";
}
.icon-groupselect2:before {
	content: "\e02b";
}
.icon-sun:before {
	content: "\e02c";
}
.icon-sun-2:before {
	content: "\e02d";
}
.icon-radio-checked:before {
	content: "\e02e";
}
.icon-radio-unchecked:before {
	content: "\e02f";
}
