@font-face {
  font-family: 'loop-icons';
  src: url('../../assets/fonts/loop-icons.eot?88513498');
  src: url('../../assets/fonts/loop-icons.eot?88513498#iefix') format('embedded-opentype'),
       url('../../assets/fonts/loop-icons.woff2?88513498') format('woff2'),
       url('../../assets/fonts/loop-icons.woff?88513498') format('woff'),
       url('../../assets/fonts/loop-icons.ttf?88513498') format('truetype'),
       url('../../assets/fonts/loop-icons.svg?88513498#loop-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: 'loop-icons';
    src: url('../font/loop-icons.svg?88513498#loop-icons') format('svg');
  }
}
*/

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

  display: inline-block;
  text-decoration: inherit;
  text-align: center;

  /* 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;

  /* 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-assignments:before { content: '\e801'; } /* '' */
.icon-backarrow:before { content: '\e802'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-cameraoff:before { content: '\e804'; } /* '' */
.icon-cameraon:before { content: '\e805'; } /* '' */
.icon-coaching:before { content: '\e806'; } /* '' */
.icon-complete:before { content: '\e808'; } /* '' */
.icon-content:before { content: '\e809'; } /* '' */
.icon-documents:before { content: '\e80a'; } /* '' */
.icon-duration:before { content: '\e80b'; } /* '' */
.icon-email:before { content: '\e80c'; } /* '' */
.icon-exitsession:before { content: '\e80d'; } /* '' */
.icon-filter:before { content: '\e80e'; } /* '' */
.icon-invite:before { content: '\e80f'; } /* '' */
.icon-loopsession:before { content: '\e810'; } /* '' */
.icon-newsession:before { content: '\e812'; } /* '' */
.icon-pin:before { content: '\e815'; } /* '' */
.icon-responses:before { content: '\e817'; } /* '' */
.icon-select:before { content: '\e826'; } /* '' */
.icon-search:before { content: '\e818'; } /* '' */
.icon-sessions:before { content: '\e819'; } /* '' */
.icon-showdoc:before { content: '\e81a'; } /* '' */
.icon-showme:before { content: '\e81b'; } /* '' */
.icon-sort:before { content: '\e81c'; } /* '' */
.icon-views:before { content: '\e81e'; } /* '' */
.icon-loop-logo:before { content: '\e81f'; } /* '' */
.icon-notificationbubble:before { content: '\e821'; } /* '' */
.icon-pause:before { content: '\e82b'; } /* '' */
.icon-play:before { content: '\e82c'; } /* '' */
.icon-stop:before { content: '\e82d'; } /* '' */
.icon-record:before { content: '\e82e'; } /* '' */
.icon-menu:before { content: '\e82f'; } /* '' */
.icon-pin-alt:before { content: '\e830'; } /* '' */
.icon-scenario:before { content: '\e832'; } /* '' */
.icon-topic:before { content: '\e835'; } /* '' */
.icon-close:before { content: '\e836'; } /* '' */
.icon-star:before { content: '\e837'; } /* '' */
.icon-assignmentcheck:before { content: '\e838'; } /* '' */
.icon-setup-session:before { content: '\e839'; } /* '' */
.icon-emptyactivity:before { content: '\e827'; } /* '' */
.icon-emptydoc:before { content: '\e828'; } /* '' */
