@font-face {
	font-family: 'customIcons';
	src:
		url('../../fonts/customIcons/customIcons.ttf?q04x4i') format('truetype'),
		url('../../fonts/customIcons/customIcons.woff?q04x4i') format('woff'),
		url('../../fonts/customIcons/customIcons.svg?q04x4i#customIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-casesensitive,
.icon-eye-selected,
.icon-eye-unselected,
.icon-pf-in-out-links,
.icon-pf-inlinks,
.icon-pf-links-with-other,
.icon-pf-links-without-other,
.icon-pf-links,
.icon-pf-outlinks,
.icon-pf-with-epmty-rows,
.icon-pf-with-no-results,
.icon-pf-with-sentiments,
.icon-pf-without-epmty-rows,
.icon-pf-without-no-results,
.icon-pf-without-sentiments,
.icon-search-twitter,
.icon-search-paused-twitter,
.icon-search-facebook,
.icon-search-paused-facebook,
.icon-search,
.icon-search-paused,
.icon-text,
.icon-sentiment,
.icon-posts,
.icon-newspaper,
.icon-tag,
.icon-flag,
.icon-status,
.icon-line-quantity,
.icon-line-percent,
.icon-clock,
.icon-bubble-chart,
.icon-download,
.icon-table,
.icon-line,
.icon-pie,
.icon-barchart,
.icon-cloud,
.icon-column-chart,
.icon-project-opened,
.icon-project-closed,
.icon-folder-opened,
.icon-folder-closed,
.icon-facebook {
	font-family: 'customIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: inherit;

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

.icon-search-twitter:before {
  content: "\41";
}
.icon-search-paused-twitter:before {
  content: "\42";
}
.icon-search-facebook:before {
  content: "\43";
}
.icon-search-paused-facebook:before {
  content: "\44";
}
.icon-search:before {
  content: "\45";
}
.icon-search-paused:before {
  content: "\46";
}
.icon-text:before {
  content: "\61";
}
.icon-sentiment:before {
  content: "\62";
}
.icon-posts:before {
  content: "\63";
}
.icon-newspaper:before {
  content: "\64";
}
.icon-tag:before {
  content: "\66";
}
.icon-flag:before {
  content: "\67";
}
.icon-status:before {
  content: "\68";
}
.icon-line-quantity:before {
  content: "\69";
}
.icon-line-percent:before {
  content: "\6a";
}
.icon-clock:before {
  content: "\6b";
}
.icon-download:before {
  content: "\6c";
}
.icon-table:before {
  content: "\6d";
}
.icon-line:before {
  content: "\6e";
}
.icon-pie:before {
  content: "\6f";
}
.icon-barchart:before {
  content: "\71";
}
.icon-cloud:before {
  content: "\72";
}
.icon-column-chart:before {
  content: "\73";
}
.icon-folder-opened:before {
  content: "\76";
}
.icon-folder-closed:before {
  content: "\77";
}
.icon-share:before {
  content: "\7a";
}
.icon-eye-selected:before {
  content: "\e600";
}
.icon-eye-unselected:before {
  content: "\e601";
}
.icon-pf-in-out-links:before {
  content: "\e602";
}
.icon-pf-inlinks:before {
  content: "\e603";
}
.icon-pf-links-with-other:before {
  content: "\e604";
}
.icon-pf-links-without-other:before {
  content: "\e605";
}
.icon-pf-links:before {
  content: "\e606";
}
.icon-pf-outlinks:before {
  content: "\e607";
}
.icon-pf-with-epmty-rows:before {
  content: "\e608";
}
.icon-pf-with-no-results:before {
  content: "\e609";
}
.icon-pf-with-sentiments:before {
  content: "\e60a";
}
.icon-pf-without-epmty-rows:before {
  content: "\e60b";
}
.icon-pf-without-no-results:before {
  content: "\e60c";
}
.icon-pf-without-sentiments:before {
  content: "\e60d";
}
.icon-casesensitive:before {
  content: "\e61e";
}
.icon-project-opened:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-project-closed:before {
  content: "\e902";
}
.icon-bubble-chart:before {
  content: ' ';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.594 17.578q0-1.219 0.891-2.109t2.109-0.891 2.109 0.891 0.891 2.109-0.891 2.109-2.109 0.891-2.109-0.891-0.891-2.109zM8.016 6q0-1.219 0.891-2.109t2.109-0.891 2.109 0.891 0.891 2.109-0.891 2.109-2.109 0.891-2.109-0.891-0.891-2.109zM3.984 14.016q0-1.219 0.891-2.109t2.109-0.891 2.109 0.891 0.891 2.109-0.891 2.109-2.109 0.891-2.109-0.891-0.891-2.109z"></path></svg>');
}