@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg') format('svg');

	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'newIcon';
    src:url('../fontnew/icomoon.svg') format('svg'),
    url('../fontnew/icomoon.ttf') format('trueType'),
    url('../fontnew/icomoon.woff') format('woff'),
    url('../fontnew/icomoon.eot') format('embedded-opentype');
  }

@font-face {
    font-family: 'helpIcon';
    src:url('../fonthelp/icomoon.svg') format('svg'),
    url('../fonthelp/icomoon.ttf') format('trueType'),
    url('../fonthelp/icomoon.woff') format('woff'),
    url('../fonthelp/icomoon.eot') format('embedded-opentype');
  }

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}

.icon-chevron-thin-right:before {
    content: "\e90b";
}
.icon-chevron-thin-left:before {
    content: "\e90c";
}
.icon-list2:before {
    content: "\e90a";
}
.icon-lines:before {
    content: "\e909";
}
.icon-list-nested:before {
    content: "\e907";
}
.icon-list:before {
    content: "\e908";
}
.icon-cart:before {
    content: "\e906";
}
.icon-exit:before {
    content: "\e903";
}
.icon-download:before {
    content: "\e902";
}
.icon-plus:before {
    content: "\e900";
}
.icon-info:before {
    content: "\e901";
}
.icon-loop:before {
    content: "\e60e";
}
.icon-cancel-circle:before {
    content: "\e610";
}
.icon-file-excel:before {
    content: "\e602";
}
.icon-file-pdf:before {
    content: "\e603";
}
.icon-briefcase:before {
    content: "\e604";
}
.icon-stats-bars:before {
    content: "\e605";
}
.icon-pie-chart:before {
    content: "\e606";
}
.icon-printer:before {
    content: "\e607";
}
.icon-price-tag:before {
    content: "\e608";
}
.icon-star-full:before {
    content: "\e904";
}
.icon-star-empty:before {
    content: "\e905";
}
.icon-filter:before {
    content: "\e600";
}
.icon-file-excel-2:before {
    content: "\e609";
}
.icon-dollar:before {
    content: "\e60b";
}
.icon-menu:before {
    content: "\e601";
}
.icon-more-vert:before {
    content: "\e60d";
}
.icon-edit:before {
    content: "\e60c";
}
.icon-add:before {
    content: "\e60a";
}
.icon-keyboard_arrow_down:before {
    font-family: "newIcon";
    content: "\e313";
}
.icon-keyboard_arrow_right:before {
    font-family: "newIcon";
    content: "\e315";
}

.icon-question:before {
  font-family: "helpIcon";
  content: "\ea09";
}

