/* 
    Created on : 15-feb-2016, 15.00.12
    Author     : szanella
*/
span.file {
  display: table;
  width: 100%;
}
span.file > span, span.file > a {
  display: table-cell;
  vertical-align: middle;
}

span.file img.file-icon {
    vertical-align: bottom;
    height: 32px;
}
span.file a{
    line-height: 34px
}

@font-face {
    font-family: 'mimetypes';
    src:    url('../fonts/mimetypes.eot?w8xwx8');
    src:    url('../fonts/mimetypes.eot?w8xwx8#iefix') format('embedded-opentype'),
        url('../fonts/mimetypes.woff2?w8xwx8') format('woff2'),
        url('../fonts/mimetypes.ttf?w8xwx8') format('truetype'),
        url('../fonts/mimetypes.woff?w8xwx8') format('woff'),
        url('../fonts/mimetypes.svg?w8xwx8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mimetype[class^="icon-"], .mimetype[class*="icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mimetypes' !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;
}

.mimetype[class^="icon-"]:before, .mimetype[class*="icon-"]:before {
  font-size: 3.2em;
  text-align: center;
  color: #A03123;
  /*position: absolute;
  top: 15px;*/
}
span.mimetype{
  display: inline-block;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.icon-application-octet-stream:before {
    content: "\e900";
}
.icon-application-pdf:before {
    content: "\e901";
}
.icon-application-x-executable:before {
    content: "\e902";
}
.icon-audio-x-generic:before {
    content: "\e903";
}
.icon-image-x-generic:before {
    content: "\e904";
}
.icon-package-x-generic:before {
    content: "\e905";
}
.icon-text-html:before {
    content: "\e906";
}
.icon-text-plain:before {
    content: "\e907";
}
.icon-text-x-generic:before {
    content: "\e908";
}
.icon-text-x-script:before {
    content: "\e909";
}
.icon-video-x-generic:before {
    content: "\e90a";
}
.icon-x-office-presentation:before {
    content: "\e90b";
}
.icon-x-office-spreadsheet:before {
    content: "\e90c";
}