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

.fileicon:before {
  font-family: "fileicon_font";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  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);
}

.fileicon-jpg:before { content: '\e800'; }
.fileicon-pdf:before { content: '\e801'; }
.fileicon-png:before { content: '\e802'; }
.fileicon-xls:before { content: '\e803'; }
.fileicon-xlsx:before { content: '\e804'; }
.fileicon-file:before { content: '\e805'; }
.fileicon-doc:before { content: '\e806'; }
.fileicon-docx:before { content: '\e807'; }
.fileicon-dwg:before { content: '\e808'; }
