@font-face {
  font-family: 'mobiz-icons';
  font-style: normal;
  font-weight: normal;
  src: url('../font/mobiz-icons.eot?46187393');
  src: url('../font/mobiz-icons.eot?46187393#iefix') format('embedded-opentype'), url('../font/mobiz-icons.woff2?46187393') format('woff2'),
    url('../font/mobiz-icons.woff?46187393') format('woff'), url('../font/mobiz-icons.ttf?46187393') format('truetype'),
    url('../font/mobiz-icons.svg?46187393#mobiz-icons') format('svg');
}

/* 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: 'mobiz-icons';
    src: url('../font/mobiz-icons.svg?46187393#mobiz-icons') format('svg');
  }
}
*/

[class^='mobiz-icon-']::before,
[class*=' mobiz-icon-']::before {
  display: inline-block;
  font-family: 'mobiz-icons';

  /* 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;
  font-style: normal;

  /* opacity: .8; */

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

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

  /* Animation center compensation - margins should be symmetric */

  /* remove if not needed */
  margin-left: 0.2em;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.mobiz-icon-layout::before {
  content: '\e800';
} /* '' */
.mobiz-icon-plus-circled::before {
  content: '\e801';
} /* '' */
.mobiz-icon-cancel::before {
  content: '\e802';
} /* '' */
.mobiz-icon-list::before {
  content: '\e803';
} /* '' */
.mobiz-icon-trash::before {
  content: '\e804';
} /* '' */
.mobiz-icon-user::before {
  content: '\e805';
} /* '' */
.mobiz-icon-users::before {
  content: '\e806';
} /* '' */
.mobiz-icon-user-add::before {
  content: '\e807';
} /* '' */
.mobiz-icon-user-delete::before {
  content: '\e808';
} /* '' */
.mobiz-icon-left::before {
  content: '\e809';
} /* '' */
.mobiz-icon-info-circled::before {
  content: '\e80a';
} /* '' */
.mobiz-icon-minus-circled::before {
  content: '\e80b';
} /* '' */
.mobiz-icon-up::before {
  content: '\e80c';
} /* '' */
.mobiz-icon-down::before {
  content: '\e80d';
} /* '' */
.mobiz-icon-right::before {
  content: '\e80e';
} /* '' */
.mobiz-icon-cog::before {
  content: '\e80f';
} /* '' */
.mobiz-icon-deny::before {
  content: '\e810';
} /* '' */
.mobiz-icon-allow::before {
  content: '\e811';
} /* '' */
.mobiz-icon-attention::before {
  content: '\e812';
} /* '' */
.mobiz-icon-loading::before {
  content: '\e839';
} /* '' */
.mobiz-icon-toggle-off::before {
  content: '\f204';
} /* '' */
.mobiz-icon-toggle-on::before {
  content: '\f205';
} /* '' */
