@font-face {
  font-family: 'tabi-font-icons';
  src: url('../font/tabi-font-icons.eot?62417203');
  src: url('../font/tabi-font-icons.eot?62417203#iefix') format('embedded-opentype'),
       url('../font/tabi-font-icons.woff2?62417203') format('woff2'),
       url('../font/tabi-font-icons.woff?62417203') format('woff'),
       url('../font/tabi-font-icons.ttf?62417203') format('truetype'),
       url('../font/tabi-font-icons.svg?62417203#tabi-font-icons') 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: 'tabi-font-icons';
    src: url('../font/tabi-font-icons.svg?62417203#tabi-font-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "tabi-font-icons";
  font-style: normal;
  font-weight: normal;
  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-download:before { content: '\3a'; }
.icon-upload:before { content: '\3b'; }
.icon-compass:before { content: '\7d'; }
.icon-wrench:before { content: '\e800'; }
.icon-cog:before { content: '\e801'; }
.icon-signal:before { content: '\e803'; }
.icon-layers:before { content: '\e804'; }
.icon-cancel:before { content: '\e805'; }
.icon-zoom-in:before { content: '\e806'; }
.icon-zoom-out:before { content: '\e807'; }
.icon-down-open:before { content: '\e808'; }
.icon-left-open:before { content: '\e809'; }
.icon-right-open:before { content: '\e80a'; }
.icon-up-open:before { content: '\e80b'; }
.icon-plus:before { content: '\e80c'; }
.icon-minus:before { content: '\e80d'; }
.icon-menu:before { content: '\e80e'; }
.icon-tags:before { content: '\e80f'; }
.icon-ok:before { content: '\e810'; }
.icon-picture:before { content: '\e811'; }
.icon-lock:before { content: '\e812'; }
.icon-lock-open:before { content: '\e813'; }
.icon-eye:before { content: '\e814'; }
.icon-eye-off:before { content: '\e815'; }
.icon-link:before { content: '\e816'; }
.icon-home:before { content: '\e817'; }
.icon-user:before { content: '\e818'; }
.icon-search:before { content: '\e819'; }
.icon-hourglass:before { content: '\e81a'; }
.icon-clock:before { content: '\e81b'; }
.icon-trash:before { content: '\e81c'; }
.icon-pencil:before { content: '\e81d'; }
.icon-docs:before { content: '\e81e'; }
.icon-bell:before { content: '\e81f'; }
.icon-warning:before { content: '\e820'; }
.icon-move:before { content: '\f047'; }
.icon-copy:before { content: '\f0c5'; }
.icon-chat:before { content: '\f0e6'; }
.icon-info:before { content: '\f129'; }
.icon-sliders:before { content: '\f1de'; }
.icon-chart:before { content: '\f1fe'; }
.icon-user-plus:before { content: '\f234'; }
.icon-user-delete:before { content: '\f235'; }
.icon-microchip:before { content: '\f2db'; }
