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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-add_circle:before { 
  content: "\e900";
}
.icon-remove_circle:before {
  content: "\e901";
}
.icon-help:before {
  content: "\e902";
}
.icon-sort_by_alpha:before {
  content: "\e903";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-comment:before {
  content: "\f075";
}
.icon-pie-chart:before {
  content: "\e99a";
}
