﻿@font-face {
  font-family: 'gr8icons';
  src: url('../font/gr8icons.eot');
  src: url('../font/gr8icons.eot') format('embedded-opentype'),
       url('../font/gr8icons.woff2') format('woff2'),
       url('../font/gr8icons.woff') format('woff'),
       url('../font/gr8icons.ttf') format('truetype'),
       url('../font/gr8icons.svg') 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: 'gr8icons';
    src: url('../font/gr8icons.svg') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "gr8icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  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-ok:before { content: '\e800'; }
.icon-link:before { content: '\e801'; }
.icon-eye:before { content: '\e802'; }
.icon-pencil:before { content: '\e803'; }
.icon-trash:before { content: '\e804'; }
.icon-doc-text:before { content: '\e805'; }
.icon-sun-filled:before { content: '\e806'; }
.icon-cursor:before { content: '\e807'; }
.icon-left-hand:before { content: '\e808'; }
.icon-fire:before { content: '\e809'; }
.icon-mail:before { content: '\e80a'; }
.icon-edit:before { content: '\e80b'; }
.icon-add:before { content: '\e80c'; }
.icon-download:before { content: '\e80d'; }
.icon-delete:before { content: '\e80e'; }
.icon-key:before { content: '\e80f'; }
.icon-upload:before { content: '\e810'; }
.icon-calendar:before { content: '\e811'; }
.icon-search:before { content: '\e812'; }
.icon-plus:before { content: '\e813'; }
.icon-minus:before { content: '\e814'; }
.icon-minus-circled:before { content: '\e815'; }
.icon-attention:before { content: '\e816'; }
.icon-ok-circled:before { content: '\e817'; }
.icon-list:before { content: '\e818'; }
.icon-signal:before { content: '\e819'; }
.icon-star:before { content: '\e81a'; }
.icon-star-empty:before { content: '\e81b'; }
.icon-cancel:before { content: '\e81c'; }
.icon-camera:before { content: '\e81d'; }
.icon-save:before { content: '\e81e'; }
.icon-clipboard:before { content: '\e81f'; }
.icon-print:before { content: '\e821'; }
.icon-vcard:before { content: '\e820'; }
.icon-spinner:before { content: '\e838'; }
.icon-menu:before { content: '\f0c9'; }
.icon-crop:before { content: '\f125'; }
.icon-thumbs-up-alt:before { content: '\f164'; }
.icon-thumbs-down-alt:before { content: '\f165'; }
.icon-add-user:before { content: '\f234'; }
.icon-calendar-check:before { content: '\f274'; }
.icon-pause-circle:before { content: '\f28b'; }
.icon-ellipsis:before { content: '\f141'; }
.icon-cancel-bold:before { content: '\e822'; }
