@font-face {
  font-family: 'basicTheme';
  src:  url('../fonts/basicTheme.eot?1roy30');
  src:  url('../fonts/basicTheme.eot?1roy30#iefix') format('embedded-opentype'),
    url('../fonts/basicTheme.ttf?1roy30') format('truetype'),
    url('../fonts/basicTheme.woff?1roy30') format('woff'),
    url('../fonts/basicTheme.svg?1roy30#basicTheme') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-basic"], [class*=" icon-basic"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'basicTheme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basicsidebar:before {
  content: "\e900";
}

