/*
 * DO NOT EDIT THIS FILE.
 * Edit .pcss.css file instead and recompile.
*/

/**
 * @file
 * Default style for file module.
 */

/*
  Custom CSS properties and mixins.
  These are "compiled" by postcss/postcss-custom-properties for IE11 compatibility.
  CSS variables (those that start with --) are included in the generated CSS. Sass style variables (those that start with $) are for internal processing.
*/

/* Internal variables */

/*1px */

/*16px */

/*4px */

/*5.33333333px */

/*8px */

/*12px */

/*20px */

/*24px, */

/*32px */

/*44px (named after omicron variant BS.2.75.2) */

/*48px */

/*desktop + 32px; */

/*max-width + 64px; */

/* RGB colors, useful for when you need to include a color in an RGBA set. */

/* Mixins */

/* */

/* Hide elements visually, but keep them available for screen-readers. */

/* */

/* Used for information required for screen-reader users to understand and use */

/* the site where visual display is undesirable. Information provided in this */

/* manner should be kept concise, to avoid unnecessary burden on the user. */

/* "!important" is used to prevent unintentional overrides. */

/* */

/*stable9 css */

/* File icons. */

.file--general,
.file--application-octet-stream {
  background-image: url(../../images/icons/file.svg);
}

.file--package-x-generic {
  background-image: url(../../images/icons/file-archive.svg);
}

.file--x-office-spreadsheet {
  background-image: url(../../images/icons/file-excel.svg);
}

.file--x-office-document {
  background-image: url(../../images/icons/file-word.svg);
}

.file--x-office-presentation {
  background-image: url(../../images/icons/file-powerpoint.svg);
}

.file--text-x-script {
  background-image: url(../../images/icons/file.svg);
}

.file--text-html {
  background-image: url(../../images/icons/file-code.svg);
}

.file--text-plain {
  background-image: url(../../images/icons/file.svg);
}

.file--application-pdf {
  background-image: url(../../images/icons/file-pdf.svg);
}

.file--application-x-executable {
  background-image: url(../../images/icons/file.svg);
}

.file--audio {
  background-image: url(../../images/icons/file-audio.svg);
}

.file--video {
  background-image: url(../../images/icons/file-video.svg);
}

.file--text {
  background-image: url(../../images/icons/file.svg);
}

.file--image {
  background-image: url(../../images/icons/file-image.svg);
}

.file--image {
  background-image: url(../../images/icons/file-image.svg);
}

/* charza styles */

.file {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
  min-height: 40px;
  padding-left: 44px;
}

/* LTR */

.file a {
    padding-top: 4px;
    display: inline-block;
  }

.file__size {
    font-size: 0.8em;
    white-space: nowrap;
  }
