@font-face {
  font-family: 'fontello';
  src: url('/tools/static/public/fontello/font/fontello-6fc8b3134e5b274c0b26af55b830fe84.eot?80782963');
  src: url('/tools/static/public/fontello/font/fontello-6fc8b3134e5b274c0b26af55b830fe84.eot?80782963#iefix') format('embedded-opentype'),
       url('/tools/static/public/fontello/font/fontello-cb509101575001b22b995e3478972764.woff2?80782963') format('woff2'),
       url('/tools/static/public/fontello/font/fontello-2885a1ec8e199f00b071d146c9289f7c.woff?80782963') format('woff'),
       url('/tools/static/public/fontello/font/fontello-799854862f7b91276888abebb16bf4b7.ttf?80782963') format('truetype'),
       url('/tools/static/public/fontello/font/fontello-eba4fed5226aca078ff5fd9311d83a08.svg?80782963#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/tools/static/public/fontello/font/fontello-eba4fed5226aca078ff5fd9311d83a08.svg?80782963#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-print:before { content: '\2757'; } /* '❗' */
.icon-download:before { content: '\e800'; } /* '' */
.icon-attention-circled:before { content: '\e801'; } /* '' */
.icon-left:before { content: '\e802'; } /* '' */
.icon-user:before { content: '\e803'; } /* '' */
.icon-lock:before { content: '\e804'; } /* '' */
.icon-cancel-circled:before { content: '\e805'; } /* '' */
.icon-right-open-mini:before { content: '\e806'; } /* '' */
.icon-down-open-mini:before { content: '\e807'; } /* '' */
.icon-ok:before { content: '\e808'; } /* '' */
.icon-back:before { content: '\e809'; } /* '' */
.icon-down-open:before { content: '\e80a'; } /* '' */
.icon-circle:before { content: '\e80b'; } /* '' */
.icon-plus:before { content: '\e80c'; } /* '' */
.icon-cancel:before { content: '\e80d'; } /* '' */
.icon-circle-empty:before { content: '\e80e'; } /* '' */
.icon-doc-text:before { content: '\e80f'; } /* '' */
.icon-help-circled:before { content: '\e810'; } /* '' */
.icon-save:before { content: '\e811'; } /* '' */
.icon-forward:before { content: '\e812'; } /* '' */
.icon-edit:before { content: '\e813'; } /* '' */
.icon-error:before { content: '\e814'; } /* '' */
.icon-up-open:before { content: '\e815'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
