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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-sign-out:before {
  content: "\f08b";
}
.icon-arrow-left:before {
  content: "\f104";
}
.icon-arrow-right:before {
  content: "\f105";
}
.icon-arrow-up:before {
  content: "\f106";
}
.icon-arrow-down:before {
  content: "\f107";
}

.icon-logout:before {
    content: "\e900";
}
.icon-login:before {
    content: "\e901";
}
.icon-arrow-circle-right:before {
    content: "\e604";
}
.icon-arrow-circle-down:before {
    content: "\e605";
}
.icon-arrow-circle-up:before {
    content: "\e606";
}
.icon-arrow-circle-left:before {
    content: "\e607";
}
.icon-tab:before {
    content: "\e602";
}
.icon-grid:before {
    content: "\e601";
}
.icon-star-o:before {
    content: "\e608";
}
.icon-star:before {
    content: "\e609";
}
.icon-filter:before {
    content: "\e603";
}
.icon-page-multi:before {
    content: "\e600";
}

