@charset "UTF-8";
/* breakpoints */
.file-list {
  font-size: 12px;
  padding: 15px 15px 15px 15px;
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  /* FONT PATH
 * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* Deprecated as of 4.4.0 */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
  /* breakpoints */
}

.file-list .component-content {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  background-color: #f7f7f7;
  color: #5e5e5e;
  border-radius: 5px;
  padding: 15px 15px 15px 15px;
}

.file-list .component-content > h1,
.file-list .component-content > h2,
.file-list .component-content > h3,
.file-list .component-content > h4,
.file-list .component-content > h5,
.file-list .component-content > h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  font-weight: 500;
  padding-bottom: 15px;
  font-size: 14px;
  color: #5e5e5e;
}

.file-list .component-content ul .list-item {
  margin: 0 0 5px 0;
  background: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

.file-list .component-content ul .list-item * {
  color: #5e5e5e;
}

.file-list .component-content ul .list-item > .scEnabledChrome {
  width: 100%;
}

.file-list .component-content ul .list-item > .scEnabledChrome .scEmptyPlaceholder {
  width: 100%;
  margin-left: 0;
}

.file-list .component-content ul .list-item > *,
.file-list .component-content ul .list-item > .scEnabledChrome > * {
  display: inline-block;
  vertical-align: middle;
}

.file-list .component-content ul .list-item:last-child {
  border-bottom-color: transparent;
}

.file-list .component-content ul .list-item .field-linktext,
.file-list .component-content ul .list-item .field-description,
.file-list .component-content ul .list-item .field-customimage,
.file-list .component-content ul .list-item .field-size {
  color: #5e5e5e;
  font-size: 12px;
}

.file-list .component-content ul .list-item .field-filetypeicon span {
  display: block;
  height: 17px;
}

.file-list .component-content ul .list-item .field-filetypeicon span:before {
  font-size: 18px;
}

.file-list .component-content ul .list-item .field-title {
  color: #5e5e5e;
  font-weight: 600;
}

.file-list .component-content ul .list-item .field-updated {
  text-align: right;
  padding: 0 15px 0 15px;
  color: #969696;
}

.file-list .component-content ul .list-item .field-updated .scWebEditInput,
.file-list .component-content ul .list-item .field-updated span {
  color: #969696;
}

.file-list .component-content ul .list-item .field-linktext a:hover {
  color: #474747;
  font-size: 12px;
  text-decoration: none;
}

@font-face {
  .file-list {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0");
    src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.file-list .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.file-list .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.file-list .fa-2x {
  font-size: 2em;
}

.file-list .fa-3x {
  font-size: 3em;
}

.file-list .fa-4x {
  font-size: 4em;
}

.file-list .fa-5x {
  font-size: 5em;
}

.file-list .fa-fw {
  width: 1.28571em;
  text-align: center;
}

.file-list .fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.file-list .fa-ul > li {
  position: relative;
}

.file-list .fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.file-list .fa-li.fa-lg {
  left: -1.85714em;
}

.file-list .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.file-list .fa-pull-left {
  float: left;
}

.file-list .fa-pull-right {
  float: right;
}

.file-list .fa.fa-pull-left {
  margin-right: .3em;
}

.file-list .fa.fa-pull-right {
  margin-left: .3em;
}

.file-list .pull-right {
  float: right;
}

.file-list .pull-left {
  float: left;
}

.file-list .fa.pull-left {
  margin-right: .3em;
}

.file-list .fa.pull-right {
  margin-left: .3em;
}

.file-list .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.file-list .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.file-list .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.file-list .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.file-list .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.file-list .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.file-list .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.file-list :root .fa-rotate-90,
.file-list :root .fa-rotate-180,
.file-list :root .fa-rotate-270,
.file-list :root .fa-flip-horizontal,
.file-list :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.file-list .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.file-list .fa-stack-1x, .file-list .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.file-list .fa-stack-1x {
  line-height: inherit;
}

.file-list .fa-stack-2x {
  font-size: 2em;
}

.file-list .fa-inverse {
  color: #fff;
}

.file-list .fa-glass:before {
  content: "";
}

.file-list .fa-music:before {
  content: "";
}

.file-list .fa-search:before {
  content: "";
}

.file-list .fa-envelope-o:before {
  content: "";
}

.file-list .fa-heart:before {
  content: "";
}

.file-list .fa-star:before {
  content: "";
}

.file-list .fa-star-o:before {
  content: "";
}

.file-list .fa-user:before {
  content: "";
}

.file-list .fa-film:before {
  content: "";
}

.file-list .fa-th-large:before {
  content: "";
}

.file-list .fa-th:before {
  content: "";
}

.file-list .fa-th-list:before {
  content: "";
}

.file-list .fa-check:before {
  content: "";
}

.file-list .fa-remove:before,
.file-list .fa-close:before,
.file-list .fa-times:before {
  content: "";
}

.file-list .fa-search-plus:before {
  content: "";
}

.file-list .fa-search-minus:before {
  content: "";
}

.file-list .fa-power-off:before {
  content: "";
}

.file-list .fa-signal:before {
  content: "";
}

.file-list .fa-gear:before,
.file-list .fa-cog:before {
  content: "";
}

.file-list .fa-trash-o:before {
  content: "";
}

.file-list .fa-home:before {
  content: "";
}

.file-list .fa-file-o:before {
  content: "";
}

.file-list .fa-clock-o:before {
  content: "";
}

.file-list .fa-road:before {
  content: "";
}

.file-list .fa-download:before {
  content: "";
}

.file-list .fa-arrow-circle-o-down:before {
  content: "";
}

.file-list .fa-arrow-circle-o-up:before {
  content: "";
}

.file-list .fa-inbox:before {
  content: "";
}

.file-list .fa-play-circle-o:before {
  content: "";
}

.file-list .fa-rotate-right:before,
.file-list .fa-repeat:before {
  content: "";
}

.file-list .fa-refresh:before {
  content: "";
}

.file-list .fa-list-alt:before {
  content: "";
}

.file-list .fa-lock:before {
  content: "";
}

.file-list .fa-flag:before {
  content: "";
}

.file-list .fa-headphones:before {
  content: "";
}

.file-list .fa-volume-off:before {
  content: "";
}

.file-list .fa-volume-down:before {
  content: "";
}

.file-list .fa-volume-up:before {
  content: "";
}

.file-list .fa-qrcode:before {
  content: "";
}

.file-list .fa-barcode:before {
  content: "";
}

.file-list .fa-tag:before {
  content: "";
}

.file-list .fa-tags:before {
  content: "";
}

.file-list .fa-book:before {
  content: "";
}

.file-list .fa-bookmark:before {
  content: "";
}

.file-list .fa-print:before {
  content: "";
}

.file-list .fa-camera:before {
  content: "";
}

.file-list .fa-font:before {
  content: "";
}

.file-list .fa-bold:before {
  content: "";
}

.file-list .fa-italic:before {
  content: "";
}

.file-list .fa-text-height:before {
  content: "";
}

.file-list .fa-text-width:before {
  content: "";
}

.file-list .fa-align-left:before {
  content: "";
}

.file-list .fa-align-center:before {
  content: "";
}

.file-list .fa-align-right:before {
  content: "";
}

.file-list .fa-align-justify:before {
  content: "";
}

.file-list .fa-list:before {
  content: "";
}

.file-list .fa-dedent:before,
.file-list .fa-outdent:before {
  content: "";
}

.file-list .fa-indent:before {
  content: "";
}

.file-list .fa-video-camera:before {
  content: "";
}

.file-list .fa-photo:before,
.file-list .fa-image:before,
.file-list .fa-picture-o:before {
  content: "";
}

.file-list .fa-pencil:before {
  content: "";
}

.file-list .fa-map-marker:before {
  content: "";
}

.file-list .fa-adjust:before {
  content: "";
}

.file-list .fa-tint:before {
  content: "";
}

.file-list .fa-edit:before,
.file-list .fa-pencil-square-o:before {
  content: "";
}

.file-list .fa-share-square-o:before {
  content: "";
}

.file-list .fa-check-square-o:before {
  content: "";
}

.file-list .fa-arrows:before {
  content: "";
}

.file-list .fa-step-backward:before {
  content: "";
}

.file-list .fa-fast-backward:before {
  content: "";
}

.file-list .fa-backward:before {
  content: "";
}

.file-list .fa-play:before {
  content: "";
}

.file-list .fa-pause:before {
  content: "";
}

.file-list .fa-stop:before {
  content: "";
}

.file-list .fa-forward:before {
  content: "";
}

.file-list .fa-fast-forward:before {
  content: "";
}

.file-list .fa-step-forward:before {
  content: "";
}

.file-list .fa-eject:before {
  content: "";
}

.file-list .fa-chevron-left:before {
  content: "";
}

.file-list .fa-chevron-right:before {
  content: "";
}

.file-list .fa-plus-circle:before {
  content: "";
}

.file-list .fa-minus-circle:before {
  content: "";
}

.file-list .fa-times-circle:before {
  content: "";
}

.file-list .fa-check-circle:before {
  content: "";
}

.file-list .fa-question-circle:before {
  content: "";
}

.file-list .fa-info-circle:before {
  content: "";
}

.file-list .fa-crosshairs:before {
  content: "";
}

.file-list .fa-times-circle-o:before {
  content: "";
}

.file-list .fa-check-circle-o:before {
  content: "";
}

.file-list .fa-ban:before {
  content: "";
}

.file-list .fa-arrow-left:before {
  content: "";
}

.file-list .fa-arrow-right:before {
  content: "";
}

.file-list .fa-arrow-up:before {
  content: "";
}

.file-list .fa-arrow-down:before {
  content: "";
}

.file-list .fa-mail-forward:before,
.file-list .fa-share:before {
  content: "";
}

.file-list .fa-expand:before {
  content: "";
}

.file-list .fa-compress:before {
  content: "";
}

.file-list .fa-plus:before {
  content: "";
}

.file-list .fa-minus:before {
  content: "";
}

.file-list .fa-asterisk:before {
  content: "";
}

.file-list .fa-exclamation-circle:before {
  content: "";
}

.file-list .fa-gift:before {
  content: "";
}

.file-list .fa-leaf:before {
  content: "";
}

.file-list .fa-fire:before {
  content: "";
}

.file-list .fa-eye:before {
  content: "";
}

.file-list .fa-eye-slash:before {
  content: "";
}

.file-list .fa-warning:before,
.file-list .fa-exclamation-triangle:before {
  content: "";
}

.file-list .fa-plane:before {
  content: "";
}

.file-list .fa-calendar:before {
  content: "";
}

.file-list .fa-random:before {
  content: "";
}

.file-list .fa-comment:before {
  content: "";
}

.file-list .fa-magnet:before {
  content: "";
}

.file-list .fa-chevron-up:before {
  content: "";
}

.file-list .fa-chevron-down:before {
  content: "";
}

.file-list .fa-retweet:before {
  content: "";
}

.file-list .fa-shopping-cart:before {
  content: "";
}

.file-list .fa-folder:before {
  content: "";
}

.file-list .fa-folder-open:before {
  content: "";
}

.file-list .fa-arrows-v:before {
  content: "";
}

.file-list .fa-arrows-h:before {
  content: "";
}

.file-list .fa-bar-chart-o:before,
.file-list .fa-bar-chart:before {
  content: "";
}

.file-list .fa-twitter-square:before {
  content: "";
}

.file-list .fa-facebook-square:before {
  content: "";
}

.file-list .fa-camera-retro:before {
  content: "";
}

.file-list .fa-key:before {
  content: "";
}

.file-list .fa-gears:before,
.file-list .fa-cogs:before {
  content: "";
}

.file-list .fa-comments:before {
  content: "";
}

.file-list .fa-thumbs-o-up:before {
  content: "";
}

.file-list .fa-thumbs-o-down:before {
  content: "";
}

.file-list .fa-star-half:before {
  content: "";
}

.file-list .fa-heart-o:before {
  content: "";
}

.file-list .fa-sign-out:before {
  content: "";
}

.file-list .fa-linkedin-square:before {
  content: "";
}

.file-list .fa-thumb-tack:before {
  content: "";
}

.file-list .fa-external-link:before {
  content: "";
}

.file-list .fa-sign-in:before {
  content: "";
}

.file-list .fa-trophy:before {
  content: "";
}

.file-list .fa-github-square:before {
  content: "";
}

.file-list .fa-upload:before {
  content: "";
}

.file-list .fa-lemon-o:before {
  content: "";
}

.file-list .fa-phone:before {
  content: "";
}

.file-list .fa-square-o:before {
  content: "";
}

.file-list .fa-bookmark-o:before {
  content: "";
}

.file-list .fa-phone-square:before {
  content: "";
}

.file-list .fa-twitter:before {
  content: "";
}

.file-list .fa-facebook-f:before,
.file-list .fa-facebook:before {
  content: "";
}

.file-list .fa-github:before {
  content: "";
}

.file-list .fa-unlock:before {
  content: "";
}

.file-list .fa-credit-card:before {
  content: "";
}

.file-list .fa-feed:before,
.file-list .fa-rss:before {
  content: "";
}

.file-list .fa-hdd-o:before {
  content: "";
}

.file-list .fa-bullhorn:before {
  content: "";
}

.file-list .fa-bell:before {
  content: "";
}

.file-list .fa-certificate:before {
  content: "";
}

.file-list .fa-hand-o-right:before {
  content: "";
}

.file-list .fa-hand-o-left:before {
  content: "";
}

.file-list .fa-hand-o-up:before {
  content: "";
}

.file-list .fa-hand-o-down:before {
  content: "";
}

.file-list .fa-arrow-circle-left:before {
  content: "";
}

.file-list .fa-arrow-circle-right:before {
  content: "";
}

.file-list .fa-arrow-circle-up:before {
  content: "";
}

.file-list .fa-arrow-circle-down:before {
  content: "";
}

.file-list .fa-globe:before {
  content: "";
}

.file-list .fa-wrench:before {
  content: "";
}

.file-list .fa-tasks:before {
  content: "";
}

.file-list .fa-filter:before {
  content: "";
}

.file-list .fa-briefcase:before {
  content: "";
}

.file-list .fa-arrows-alt:before {
  content: "";
}

.file-list .fa-group:before,
.file-list .fa-users:before {
  content: "";
}

.file-list .fa-chain:before,
.file-list .fa-link:before {
  content: "";
}

.file-list .fa-cloud:before {
  content: "";
}

.file-list .fa-flask:before {
  content: "";
}

.file-list .fa-cut:before,
.file-list .fa-scissors:before {
  content: "";
}

.file-list .fa-copy:before,
.file-list .fa-files-o:before {
  content: "";
}

.file-list .fa-paperclip:before {
  content: "";
}

.file-list .fa-save:before,
.file-list .fa-floppy-o:before {
  content: "";
}

.file-list .fa-square:before {
  content: "";
}

.file-list .fa-navicon:before,
.file-list .fa-reorder:before,
.file-list .fa-bars:before {
  content: "";
}

.file-list .fa-list-ul:before {
  content: "";
}

.file-list .fa-list-ol:before {
  content: "";
}

.file-list .fa-strikethrough:before {
  content: "";
}

.file-list .fa-underline:before {
  content: "";
}

.file-list .fa-table:before {
  content: "";
}

.file-list .fa-magic:before {
  content: "";
}

.file-list .fa-truck:before {
  content: "";
}

.file-list .fa-pinterest:before {
  content: "";
}

.file-list .fa-pinterest-square:before {
  content: "";
}

.file-list .fa-google-plus-square:before {
  content: "";
}

.file-list .fa-google-plus:before {
  content: "";
}

.file-list .fa-money:before {
  content: "";
}

.file-list .fa-caret-down:before {
  content: "";
}

.file-list .fa-caret-up:before {
  content: "";
}

.file-list .fa-caret-left:before {
  content: "";
}

.file-list .fa-caret-right:before {
  content: "";
}

.file-list .fa-columns:before {
  content: "";
}

.file-list .fa-unsorted:before,
.file-list .fa-sort:before {
  content: "";
}

.file-list .fa-sort-down:before,
.file-list .fa-sort-desc:before {
  content: "";
}

.file-list .fa-sort-up:before,
.file-list .fa-sort-asc:before {
  content: "";
}

.file-list .fa-envelope:before {
  content: "";
}

.file-list .fa-linkedin:before {
  content: "";
}

.file-list .fa-rotate-left:before,
.file-list .fa-undo:before {
  content: "";
}

.file-list .fa-legal:before,
.file-list .fa-gavel:before {
  content: "";
}

.file-list .fa-dashboard:before,
.file-list .fa-tachometer:before {
  content: "";
}

.file-list .fa-comment-o:before {
  content: "";
}

.file-list .fa-comments-o:before {
  content: "";
}

.file-list .fa-flash:before,
.file-list .fa-bolt:before {
  content: "";
}

.file-list .fa-sitemap:before {
  content: "";
}

.file-list .fa-umbrella:before {
  content: "";
}

.file-list .fa-paste:before,
.file-list .fa-clipboard:before {
  content: "";
}

.file-list .fa-lightbulb-o:before {
  content: "";
}

.file-list .fa-exchange:before {
  content: "";
}

.file-list .fa-cloud-download:before {
  content: "";
}

.file-list .fa-cloud-upload:before {
  content: "";
}

.file-list .fa-user-md:before {
  content: "";
}

.file-list .fa-stethoscope:before {
  content: "";
}

.file-list .fa-suitcase:before {
  content: "";
}

.file-list .fa-bell-o:before {
  content: "";
}

.file-list .fa-coffee:before {
  content: "";
}

.file-list .fa-cutlery:before {
  content: "";
}

.file-list .fa-file-text-o:before {
  content: "";
}

.file-list .fa-building-o:before {
  content: "";
}

.file-list .fa-hospital-o:before {
  content: "";
}

.file-list .fa-ambulance:before {
  content: "";
}

.file-list .fa-medkit:before {
  content: "";
}

.file-list .fa-fighter-jet:before {
  content: "";
}

.file-list .fa-beer:before {
  content: "";
}

.file-list .fa-h-square:before {
  content: "";
}

.file-list .fa-plus-square:before {
  content: "";
}

.file-list .fa-angle-double-left:before {
  content: "";
}

.file-list .fa-angle-double-right:before {
  content: "";
}

.file-list .fa-angle-double-up:before {
  content: "";
}

.file-list .fa-angle-double-down:before {
  content: "";
}

.file-list .fa-angle-left:before {
  content: "";
}

.file-list .fa-angle-right:before {
  content: "";
}

.file-list .fa-angle-up:before {
  content: "";
}

.file-list .fa-angle-down:before {
  content: "";
}

.file-list .fa-desktop:before {
  content: "";
}

.file-list .fa-laptop:before {
  content: "";
}

.file-list .fa-tablet:before {
  content: "";
}

.file-list .fa-mobile-phone:before,
.file-list .fa-mobile:before {
  content: "";
}

.file-list .fa-circle-o:before {
  content: "";
}

.file-list .fa-quote-left:before {
  content: "";
}

.file-list .fa-quote-right:before {
  content: "";
}

.file-list .fa-spinner:before {
  content: "";
}

.file-list .fa-circle:before {
  content: "";
}

.file-list .fa-mail-reply:before,
.file-list .fa-reply:before {
  content: "";
}

.file-list .fa-github-alt:before {
  content: "";
}

.file-list .fa-folder-o:before {
  content: "";
}

.file-list .fa-folder-open-o:before {
  content: "";
}

.file-list .fa-smile-o:before {
  content: "";
}

.file-list .fa-frown-o:before {
  content: "";
}

.file-list .fa-meh-o:before {
  content: "";
}

.file-list .fa-gamepad:before {
  content: "";
}

.file-list .fa-keyboard-o:before {
  content: "";
}

.file-list .fa-flag-o:before {
  content: "";
}

.file-list .fa-flag-checkered:before {
  content: "";
}

.file-list .fa-terminal:before {
  content: "";
}

.file-list .fa-code:before {
  content: "";
}

.file-list .fa-mail-reply-all:before,
.file-list .fa-reply-all:before {
  content: "";
}

.file-list .fa-star-half-empty:before,
.file-list .fa-star-half-full:before,
.file-list .fa-star-half-o:before {
  content: "";
}

.file-list .fa-location-arrow:before {
  content: "";
}

.file-list .fa-crop:before {
  content: "";
}

.file-list .fa-code-fork:before {
  content: "";
}

.file-list .fa-unlink:before,
.file-list .fa-chain-broken:before {
  content: "";
}

.file-list .fa-question:before {
  content: "";
}

.file-list .fa-info:before {
  content: "";
}

.file-list .fa-exclamation:before {
  content: "";
}

.file-list .fa-superscript:before {
  content: "";
}

.file-list .fa-subscript:before {
  content: "";
}

.file-list .fa-eraser:before {
  content: "";
}

.file-list .fa-puzzle-piece:before {
  content: "";
}

.file-list .fa-microphone:before {
  content: "";
}

.file-list .fa-microphone-slash:before {
  content: "";
}

.file-list .fa-shield:before {
  content: "";
}

.file-list .fa-calendar-o:before {
  content: "";
}

.file-list .fa-fire-extinguisher:before {
  content: "";
}

.file-list .fa-rocket:before {
  content: "";
}

.file-list .fa-maxcdn:before {
  content: "";
}

.file-list .fa-chevron-circle-left:before {
  content: "";
}

.file-list .fa-chevron-circle-right:before {
  content: "";
}

.file-list .fa-chevron-circle-up:before {
  content: "";
}

.file-list .fa-chevron-circle-down:before {
  content: "";
}

.file-list .fa-html5:before {
  content: "";
}

.file-list .fa-css3:before {
  content: "";
}

.file-list .fa-anchor:before {
  content: "";
}

.file-list .fa-unlock-alt:before {
  content: "";
}

.file-list .fa-bullseye:before {
  content: "";
}

.file-list .fa-ellipsis-h:before {
  content: "";
}

.file-list .fa-ellipsis-v:before {
  content: "";
}

.file-list .fa-rss-square:before {
  content: "";
}

.file-list .fa-play-circle:before {
  content: "";
}

.file-list .fa-ticket:before {
  content: "";
}

.file-list .fa-minus-square:before {
  content: "";
}

.file-list .fa-minus-square-o:before {
  content: "";
}

.file-list .fa-level-up:before {
  content: "";
}

.file-list .fa-level-down:before {
  content: "";
}

.file-list .fa-check-square:before {
  content: "";
}

.file-list .fa-pencil-square:before {
  content: "";
}

.file-list .fa-external-link-square:before {
  content: "";
}

.file-list .fa-share-square:before {
  content: "";
}

.file-list .fa-compass:before {
  content: "";
}

.file-list .fa-toggle-down:before,
.file-list .fa-caret-square-o-down:before {
  content: "";
}

.file-list .fa-toggle-up:before,
.file-list .fa-caret-square-o-up:before {
  content: "";
}

.file-list .fa-toggle-right:before,
.file-list .fa-caret-square-o-right:before {
  content: "";
}

.file-list .fa-euro:before,
.file-list .fa-eur:before {
  content: "";
}

.file-list .fa-gbp:before {
  content: "";
}

.file-list .fa-dollar:before,
.file-list .fa-usd:before {
  content: "";
}

.file-list .fa-rupee:before,
.file-list .fa-inr:before {
  content: "";
}

.file-list .fa-cny:before,
.file-list .fa-rmb:before,
.file-list .fa-yen:before,
.file-list .fa-jpy:before {
  content: "";
}

.file-list .fa-ruble:before,
.file-list .fa-rouble:before,
.file-list .fa-rub:before {
  content: "";
}

.file-list .fa-won:before,
.file-list .fa-krw:before {
  content: "";
}

.file-list .fa-bitcoin:before,
.file-list .fa-btc:before {
  content: "";
}

.file-list .fa-file:before {
  content: "";
}

.file-list .fa-file-text:before {
  content: "";
}

.file-list .fa-sort-alpha-asc:before {
  content: "";
}

.file-list .fa-sort-alpha-desc:before {
  content: "";
}

.file-list .fa-sort-amount-asc:before {
  content: "";
}

.file-list .fa-sort-amount-desc:before {
  content: "";
}

.file-list .fa-sort-numeric-asc:before {
  content: "";
}

.file-list .fa-sort-numeric-desc:before {
  content: "";
}

.file-list .fa-thumbs-up:before {
  content: "";
}

.file-list .fa-thumbs-down:before {
  content: "";
}

.file-list .fa-youtube-square:before {
  content: "";
}

.file-list .fa-youtube:before {
  content: "";
}

.file-list .fa-xing:before {
  content: "";
}

.file-list .fa-xing-square:before {
  content: "";
}

.file-list .fa-youtube-play:before {
  content: "";
}

.file-list .fa-dropbox:before {
  content: "";
}

.file-list .fa-stack-overflow:before {
  content: "";
}

.file-list .fa-instagram:before {
  content: "";
}

.file-list .fa-flickr:before {
  content: "";
}

.file-list .fa-adn:before {
  content: "";
}

.file-list .fa-bitbucket:before {
  content: "";
}

.file-list .fa-bitbucket-square:before {
  content: "";
}

.file-list .fa-tumblr:before {
  content: "";
}

.file-list .fa-tumblr-square:before {
  content: "";
}

.file-list .fa-long-arrow-down:before {
  content: "";
}

.file-list .fa-long-arrow-up:before {
  content: "";
}

.file-list .fa-long-arrow-left:before {
  content: "";
}

.file-list .fa-long-arrow-right:before {
  content: "";
}

.file-list .fa-apple:before {
  content: "";
}

.file-list .fa-windows:before {
  content: "";
}

.file-list .fa-android:before {
  content: "";
}

.file-list .fa-linux:before {
  content: "";
}

.file-list .fa-dribbble:before {
  content: "";
}

.file-list .fa-skype:before {
  content: "";
}

.file-list .fa-foursquare:before {
  content: "";
}

.file-list .fa-trello:before {
  content: "";
}

.file-list .fa-female:before {
  content: "";
}

.file-list .fa-male:before {
  content: "";
}

.file-list .fa-gittip:before,
.file-list .fa-gratipay:before {
  content: "";
}

.file-list .fa-sun-o:before {
  content: "";
}

.file-list .fa-moon-o:before {
  content: "";
}

.file-list .fa-archive:before {
  content: "";
}

.file-list .fa-bug:before {
  content: "";
}

.file-list .fa-vk:before {
  content: "";
}

.file-list .fa-weibo:before {
  content: "";
}

.file-list .fa-renren:before {
  content: "";
}

.file-list .fa-pagelines:before {
  content: "";
}

.file-list .fa-stack-exchange:before {
  content: "";
}

.file-list .fa-arrow-circle-o-right:before {
  content: "";
}

.file-list .fa-arrow-circle-o-left:before {
  content: "";
}

.file-list .fa-toggle-left:before,
.file-list .fa-caret-square-o-left:before {
  content: "";
}

.file-list .fa-dot-circle-o:before {
  content: "";
}

.file-list .fa-wheelchair:before {
  content: "";
}

.file-list .fa-vimeo-square:before {
  content: "";
}

.file-list .fa-turkish-lira:before,
.file-list .fa-try:before {
  content: "";
}

.file-list .fa-plus-square-o:before {
  content: "";
}

.file-list .fa-space-shuttle:before {
  content: "";
}

.file-list .fa-slack:before {
  content: "";
}

.file-list .fa-envelope-square:before {
  content: "";
}

.file-list .fa-wordpress:before {
  content: "";
}

.file-list .fa-openid:before {
  content: "";
}

.file-list .fa-institution:before,
.file-list .fa-bank:before,
.file-list .fa-university:before {
  content: "";
}

.file-list .fa-mortar-board:before,
.file-list .fa-graduation-cap:before {
  content: "";
}

.file-list .fa-yahoo:before {
  content: "";
}

.file-list .fa-google:before {
  content: "";
}

.file-list .fa-reddit:before {
  content: "";
}

.file-list .fa-reddit-square:before {
  content: "";
}

.file-list .fa-stumbleupon-circle:before {
  content: "";
}

.file-list .fa-stumbleupon:before {
  content: "";
}

.file-list .fa-delicious:before {
  content: "";
}

.file-list .fa-digg:before {
  content: "";
}

.file-list .fa-pied-piper-pp:before {
  content: "";
}

.file-list .fa-pied-piper-alt:before {
  content: "";
}

.file-list .fa-drupal:before {
  content: "";
}

.file-list .fa-joomla:before {
  content: "";
}

.file-list .fa-language:before {
  content: "";
}

.file-list .fa-fax:before {
  content: "";
}

.file-list .fa-building:before {
  content: "";
}

.file-list .fa-child:before {
  content: "";
}

.file-list .fa-paw:before {
  content: "";
}

.file-list .fa-spoon:before {
  content: "";
}

.file-list .fa-cube:before {
  content: "";
}

.file-list .fa-cubes:before {
  content: "";
}

.file-list .fa-behance:before {
  content: "";
}

.file-list .fa-behance-square:before {
  content: "";
}

.file-list .fa-steam:before {
  content: "";
}

.file-list .fa-steam-square:before {
  content: "";
}

.file-list .fa-recycle:before {
  content: "";
}

.file-list .fa-automobile:before,
.file-list .fa-car:before {
  content: "";
}

.file-list .fa-cab:before,
.file-list .fa-taxi:before {
  content: "";
}

.file-list .fa-tree:before {
  content: "";
}

.file-list .fa-spotify:before {
  content: "";
}

.file-list .fa-deviantart:before {
  content: "";
}

.file-list .fa-soundcloud:before {
  content: "";
}

.file-list .fa-database:before {
  content: "";
}

.file-list .fa-file-pdf-o:before {
  content: "";
}

.file-list .fa-file-word-o:before {
  content: "";
}

.file-list .fa-file-excel-o:before {
  content: "";
}

.file-list .fa-file-powerpoint-o:before {
  content: "";
}

.file-list .fa-file-photo-o:before,
.file-list .fa-file-picture-o:before,
.file-list .fa-file-image-o:before {
  content: "";
}

.file-list .fa-file-zip-o:before,
.file-list .fa-file-archive-o:before {
  content: "";
}

.file-list .fa-file-sound-o:before,
.file-list .fa-file-audio-o:before {
  content: "";
}

.file-list .fa-file-movie-o:before,
.file-list .fa-file-video-o:before {
  content: "";
}

.file-list .fa-file-code-o:before {
  content: "";
}

.file-list .fa-vine:before {
  content: "";
}

.file-list .fa-codepen:before {
  content: "";
}

.file-list .fa-jsfiddle:before {
  content: "";
}

.file-list .fa-life-bouy:before,
.file-list .fa-life-buoy:before,
.file-list .fa-life-saver:before,
.file-list .fa-support:before,
.file-list .fa-life-ring:before {
  content: "";
}

.file-list .fa-circle-o-notch:before {
  content: "";
}

.file-list .fa-ra:before,
.file-list .fa-resistance:before,
.file-list .fa-rebel:before {
  content: "";
}

.file-list .fa-ge:before,
.file-list .fa-empire:before {
  content: "";
}

.file-list .fa-git-square:before {
  content: "";
}

.file-list .fa-git:before {
  content: "";
}

.file-list .fa-y-combinator-square:before,
.file-list .fa-yc-square:before,
.file-list .fa-hacker-news:before {
  content: "";
}

.file-list .fa-tencent-weibo:before {
  content: "";
}

.file-list .fa-qq:before {
  content: "";
}

.file-list .fa-wechat:before,
.file-list .fa-weixin:before {
  content: "";
}

.file-list .fa-send:before,
.file-list .fa-paper-plane:before {
  content: "";
}

.file-list .fa-send-o:before,
.file-list .fa-paper-plane-o:before {
  content: "";
}

.file-list .fa-history:before {
  content: "";
}

.file-list .fa-circle-thin:before {
  content: "";
}

.file-list .fa-header:before {
  content: "";
}

.file-list .fa-paragraph:before {
  content: "";
}

.file-list .fa-sliders:before {
  content: "";
}

.file-list .fa-share-alt:before {
  content: "";
}

.file-list .fa-share-alt-square:before {
  content: "";
}

.file-list .fa-bomb:before {
  content: "";
}

.file-list .fa-soccer-ball-o:before,
.file-list .fa-futbol-o:before {
  content: "";
}

.file-list .fa-tty:before {
  content: "";
}

.file-list .fa-binoculars:before {
  content: "";
}

.file-list .fa-plug:before {
  content: "";
}

.file-list .fa-slideshare:before {
  content: "";
}

.file-list .fa-twitch:before {
  content: "";
}

.file-list .fa-yelp:before {
  content: "";
}

.file-list .fa-newspaper-o:before {
  content: "";
}

.file-list .fa-wifi:before {
  content: "";
}

.file-list .fa-calculator:before {
  content: "";
}

.file-list .fa-paypal:before {
  content: "";
}

.file-list .fa-google-wallet:before {
  content: "";
}

.file-list .fa-cc-visa:before {
  content: "";
}

.file-list .fa-cc-mastercard:before {
  content: "";
}

.file-list .fa-cc-discover:before {
  content: "";
}

.file-list .fa-cc-amex:before {
  content: "";
}

.file-list .fa-cc-paypal:before {
  content: "";
}

.file-list .fa-cc-stripe:before {
  content: "";
}

.file-list .fa-bell-slash:before {
  content: "";
}

.file-list .fa-bell-slash-o:before {
  content: "";
}

.file-list .fa-trash:before {
  content: "";
}

.file-list .fa-copyright:before {
  content: "";
}

.file-list .fa-at:before {
  content: "";
}

.file-list .fa-eyedropper:before {
  content: "";
}

.file-list .fa-paint-brush:before {
  content: "";
}

.file-list .fa-birthday-cake:before {
  content: "";
}

.file-list .fa-area-chart:before {
  content: "";
}

.file-list .fa-pie-chart:before {
  content: "";
}

.file-list .fa-line-chart:before {
  content: "";
}

.file-list .fa-lastfm:before {
  content: "";
}

.file-list .fa-lastfm-square:before {
  content: "";
}

.file-list .fa-toggle-off:before {
  content: "";
}

.file-list .fa-toggle-on:before {
  content: "";
}

.file-list .fa-bicycle:before {
  content: "";
}

.file-list .fa-bus:before {
  content: "";
}

.file-list .fa-ioxhost:before {
  content: "";
}

.file-list .fa-angellist:before {
  content: "";
}

.file-list .fa-cc:before {
  content: "";
}

.file-list .fa-shekel:before,
.file-list .fa-sheqel:before,
.file-list .fa-ils:before {
  content: "";
}

.file-list .fa-meanpath:before {
  content: "";
}

.file-list .fa-buysellads:before {
  content: "";
}

.file-list .fa-connectdevelop:before {
  content: "";
}

.file-list .fa-dashcube:before {
  content: "";
}

.file-list .fa-forumbee:before {
  content: "";
}

.file-list .fa-leanpub:before {
  content: "";
}

.file-list .fa-sellsy:before {
  content: "";
}

.file-list .fa-shirtsinbulk:before {
  content: "";
}

.file-list .fa-simplybuilt:before {
  content: "";
}

.file-list .fa-skyatlas:before {
  content: "";
}

.file-list .fa-cart-plus:before {
  content: "";
}

.file-list .fa-cart-arrow-down:before {
  content: "";
}

.file-list .fa-diamond:before {
  content: "";
}

.file-list .fa-ship:before {
  content: "";
}

.file-list .fa-user-secret:before {
  content: "";
}

.file-list .fa-motorcycle:before {
  content: "";
}

.file-list .fa-street-view:before {
  content: "";
}

.file-list .fa-heartbeat:before {
  content: "";
}

.file-list .fa-venus:before {
  content: "";
}

.file-list .fa-mars:before {
  content: "";
}

.file-list .fa-mercury:before {
  content: "";
}

.file-list .fa-intersex:before,
.file-list .fa-transgender:before {
  content: "";
}

.file-list .fa-transgender-alt:before {
  content: "";
}

.file-list .fa-venus-double:before {
  content: "";
}

.file-list .fa-mars-double:before {
  content: "";
}

.file-list .fa-venus-mars:before {
  content: "";
}

.file-list .fa-mars-stroke:before {
  content: "";
}

.file-list .fa-mars-stroke-v:before {
  content: "";
}

.file-list .fa-mars-stroke-h:before {
  content: "";
}

.file-list .fa-neuter:before {
  content: "";
}

.file-list .fa-genderless:before {
  content: "";
}

.file-list .fa-facebook-official:before {
  content: "";
}

.file-list .fa-pinterest-p:before {
  content: "";
}

.file-list .fa-whatsapp:before {
  content: "";
}

.file-list .fa-server:before {
  content: "";
}

.file-list .fa-user-plus:before {
  content: "";
}

.file-list .fa-user-times:before {
  content: "";
}

.file-list .fa-hotel:before,
.file-list .fa-bed:before {
  content: "";
}

.file-list .fa-viacoin:before {
  content: "";
}

.file-list .fa-train:before {
  content: "";
}

.file-list .fa-subway:before {
  content: "";
}

.file-list .fa-medium:before {
  content: "";
}

.file-list .fa-yc:before,
.file-list .fa-y-combinator:before {
  content: "";
}

.file-list .fa-optin-monster:before {
  content: "";
}

.file-list .fa-opencart:before {
  content: "";
}

.file-list .fa-expeditedssl:before {
  content: "";
}

.file-list .fa-battery-4:before,
.file-list .fa-battery:before,
.file-list .fa-battery-full:before {
  content: "";
}

.file-list .fa-battery-3:before,
.file-list .fa-battery-three-quarters:before {
  content: "";
}

.file-list .fa-battery-2:before,
.file-list .fa-battery-half:before {
  content: "";
}

.file-list .fa-battery-1:before,
.file-list .fa-battery-quarter:before {
  content: "";
}

.file-list .fa-battery-0:before,
.file-list .fa-battery-empty:before {
  content: "";
}

.file-list .fa-mouse-pointer:before {
  content: "";
}

.file-list .fa-i-cursor:before {
  content: "";
}

.file-list .fa-object-group:before {
  content: "";
}

.file-list .fa-object-ungroup:before {
  content: "";
}

.file-list .fa-sticky-note:before {
  content: "";
}

.file-list .fa-sticky-note-o:before {
  content: "";
}

.file-list .fa-cc-jcb:before {
  content: "";
}

.file-list .fa-cc-diners-club:before {
  content: "";
}

.file-list .fa-clone:before {
  content: "";
}

.file-list .fa-balance-scale:before {
  content: "";
}

.file-list .fa-hourglass-o:before {
  content: "";
}

.file-list .fa-hourglass-1:before,
.file-list .fa-hourglass-start:before {
  content: "";
}

.file-list .fa-hourglass-2:before,
.file-list .fa-hourglass-half:before {
  content: "";
}

.file-list .fa-hourglass-3:before,
.file-list .fa-hourglass-end:before {
  content: "";
}

.file-list .fa-hourglass:before {
  content: "";
}

.file-list .fa-hand-grab-o:before,
.file-list .fa-hand-rock-o:before {
  content: "";
}

.file-list .fa-hand-stop-o:before,
.file-list .fa-hand-paper-o:before {
  content: "";
}

.file-list .fa-hand-scissors-o:before {
  content: "";
}

.file-list .fa-hand-lizard-o:before {
  content: "";
}

.file-list .fa-hand-spock-o:before {
  content: "";
}

.file-list .fa-hand-pointer-o:before {
  content: "";
}

.file-list .fa-hand-peace-o:before {
  content: "";
}

.file-list .fa-trademark:before {
  content: "";
}

.file-list .fa-registered:before {
  content: "";
}

.file-list .fa-creative-commons:before {
  content: "";
}

.file-list .fa-gg:before {
  content: "";
}

.file-list .fa-gg-circle:before {
  content: "";
}

.file-list .fa-tripadvisor:before {
  content: "";
}

.file-list .fa-odnoklassniki:before {
  content: "";
}

.file-list .fa-odnoklassniki-square:before {
  content: "";
}

.file-list .fa-get-pocket:before {
  content: "";
}

.file-list .fa-wikipedia-w:before {
  content: "";
}

.file-list .fa-safari:before {
  content: "";
}

.file-list .fa-chrome:before {
  content: "";
}

.file-list .fa-firefox:before {
  content: "";
}

.file-list .fa-opera:before {
  content: "";
}

.file-list .fa-internet-explorer:before {
  content: "";
}

.file-list .fa-tv:before,
.file-list .fa-television:before {
  content: "";
}

.file-list .fa-contao:before {
  content: "";
}

.file-list .fa-500px:before {
  content: "";
}

.file-list .fa-amazon:before {
  content: "";
}

.file-list .fa-calendar-plus-o:before {
  content: "";
}

.file-list .fa-calendar-minus-o:before {
  content: "";
}

.file-list .fa-calendar-times-o:before {
  content: "";
}

.file-list .fa-calendar-check-o:before {
  content: "";
}

.file-list .fa-industry:before {
  content: "";
}

.file-list .fa-map-pin:before {
  content: "";
}

.file-list .fa-map-signs:before {
  content: "";
}

.file-list .fa-map-o:before {
  content: "";
}

.file-list .fa-map:before {
  content: "";
}

.file-list .fa-commenting:before {
  content: "";
}

.file-list .fa-commenting-o:before {
  content: "";
}

.file-list .fa-houzz:before {
  content: "";
}

.file-list .fa-vimeo:before {
  content: "";
}

.file-list .fa-black-tie:before {
  content: "";
}

.file-list .fa-fonticons:before {
  content: "";
}

.file-list .fa-reddit-alien:before {
  content: "";
}

.file-list .fa-edge:before {
  content: "";
}

.file-list .fa-credit-card-alt:before {
  content: "";
}

.file-list .fa-codiepie:before {
  content: "";
}

.file-list .fa-modx:before {
  content: "";
}

.file-list .fa-fort-awesome:before {
  content: "";
}

.file-list .fa-usb:before {
  content: "";
}

.file-list .fa-product-hunt:before {
  content: "";
}

.file-list .fa-mixcloud:before {
  content: "";
}

.file-list .fa-scribd:before {
  content: "";
}

.file-list .fa-pause-circle:before {
  content: "";
}

.file-list .fa-pause-circle-o:before {
  content: "";
}

.file-list .fa-stop-circle:before {
  content: "";
}

.file-list .fa-stop-circle-o:before {
  content: "";
}

.file-list .fa-shopping-bag:before {
  content: "";
}

.file-list .fa-shopping-basket:before {
  content: "";
}

.file-list .fa-hashtag:before {
  content: "";
}

.file-list .fa-bluetooth:before {
  content: "";
}

.file-list .fa-bluetooth-b:before {
  content: "";
}

.file-list .fa-percent:before {
  content: "";
}

.file-list .fa-gitlab:before {
  content: "";
}

.file-list .fa-wpbeginner:before {
  content: "";
}

.file-list .fa-wpforms:before {
  content: "";
}

.file-list .fa-envira:before {
  content: "";
}

.file-list .fa-universal-access:before {
  content: "";
}

.file-list .fa-wheelchair-alt:before {
  content: "";
}

.file-list .fa-question-circle-o:before {
  content: "";
}

.file-list .fa-blind:before {
  content: "";
}

.file-list .fa-audio-description:before {
  content: "";
}

.file-list .fa-volume-control-phone:before {
  content: "";
}

.file-list .fa-braille:before {
  content: "";
}

.file-list .fa-assistive-listening-systems:before {
  content: "";
}

.file-list .fa-asl-interpreting:before,
.file-list .fa-american-sign-language-interpreting:before {
  content: "";
}

.file-list .fa-deafness:before,
.file-list .fa-hard-of-hearing:before,
.file-list .fa-deaf:before {
  content: "";
}

.file-list .fa-glide:before {
  content: "";
}

.file-list .fa-glide-g:before {
  content: "";
}

.file-list .fa-signing:before,
.file-list .fa-sign-language:before {
  content: "";
}

.file-list .fa-low-vision:before {
  content: "";
}

.file-list .fa-viadeo:before {
  content: "";
}

.file-list .fa-viadeo-square:before {
  content: "";
}

.file-list .fa-snapchat:before {
  content: "";
}

.file-list .fa-snapchat-ghost:before {
  content: "";
}

.file-list .fa-snapchat-square:before {
  content: "";
}

.file-list .fa-pied-piper:before {
  content: "";
}

.file-list .fa-first-order:before {
  content: "";
}

.file-list .fa-yoast:before {
  content: "";
}

.file-list .fa-themeisle:before {
  content: "";
}

.file-list .fa-google-plus-circle:before,
.file-list .fa-google-plus-official:before {
  content: "";
}

.file-list .fa-fa:before,
.file-list .fa-font-awesome:before {
  content: "";
}

.file-list .fa-handshake-o:before {
  content: "";
}

.file-list .fa-envelope-open:before {
  content: "";
}

.file-list .fa-envelope-open-o:before {
  content: "";
}

.file-list .fa-linode:before {
  content: "";
}

.file-list .fa-address-book:before {
  content: "";
}

.file-list .fa-address-book-o:before {
  content: "";
}

.file-list .fa-vcard:before,
.file-list .fa-address-card:before {
  content: "";
}

.file-list .fa-vcard-o:before,
.file-list .fa-address-card-o:before {
  content: "";
}

.file-list .fa-user-circle:before {
  content: "";
}

.file-list .fa-user-circle-o:before {
  content: "";
}

.file-list .fa-user-o:before {
  content: "";
}

.file-list .fa-id-badge:before {
  content: "";
}

.file-list .fa-drivers-license:before,
.file-list .fa-id-card:before {
  content: "";
}

.file-list .fa-drivers-license-o:before,
.file-list .fa-id-card-o:before {
  content: "";
}

.file-list .fa-quora:before {
  content: "";
}

.file-list .fa-free-code-camp:before {
  content: "";
}

.file-list .fa-telegram:before {
  content: "";
}

.file-list .fa-thermometer-4:before,
.file-list .fa-thermometer:before,
.file-list .fa-thermometer-full:before {
  content: "";
}

.file-list .fa-thermometer-3:before,
.file-list .fa-thermometer-three-quarters:before {
  content: "";
}

.file-list .fa-thermometer-2:before,
.file-list .fa-thermometer-half:before {
  content: "";
}

.file-list .fa-thermometer-1:before,
.file-list .fa-thermometer-quarter:before {
  content: "";
}

.file-list .fa-thermometer-0:before,
.file-list .fa-thermometer-empty:before {
  content: "";
}

.file-list .fa-shower:before {
  content: "";
}

.file-list .fa-bathtub:before,
.file-list .fa-s15:before,
.file-list .fa-bath:before {
  content: "";
}

.file-list .fa-podcast:before {
  content: "";
}

.file-list .fa-window-maximize:before {
  content: "";
}

.file-list .fa-window-minimize:before {
  content: "";
}

.file-list .fa-window-restore:before {
  content: "";
}

.file-list .fa-times-rectangle:before,
.file-list .fa-window-close:before {
  content: "";
}

.file-list .fa-times-rectangle-o:before,
.file-list .fa-window-close-o:before {
  content: "";
}

.file-list .fa-bandcamp:before {
  content: "";
}

.file-list .fa-grav:before {
  content: "";
}

.file-list .fa-etsy:before {
  content: "";
}

.file-list .fa-imdb:before {
  content: "";
}

.file-list .fa-ravelry:before {
  content: "";
}

.file-list .fa-eercast:before {
  content: "";
}

.file-list .fa-microchip:before {
  content: "";
}

.file-list .fa-snowflake-o:before {
  content: "";
}

.file-list .fa-superpowers:before {
  content: "";
}

.file-list .fa-wpexplorer:before {
  content: "";
}

.file-list .fa-meetup:before {
  content: "";
}

.file-list .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-list .sr-only-focusable:active, .file-list .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.file-list .field-filetypeicon > a > span, .file-list .pdf, .file-list .xls, .file-list .xlsx, .file-list .pptx, .file-list .ppt, .file-list .docx, .file-list .doc, .file-list .bmp, .file-list .png, .file-list .jpg, .file-list .jpeg, .file-list .psd, .file-list .gif, .file-list .avi, .file-list .mp4, .file-list .wmv, .file-list .mov, .file-list .mp3, .file-list .wma, .file-list .txt, .file-list .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.file-list .field-filetypeicon > a > span:before, .file-list .pdf:before, .file-list .xls:before, .file-list .xlsx:before, .file-list .pptx:before, .file-list .ppt:before, .file-list .docx:before, .file-list .doc:before, .file-list .bmp:before, .file-list .png:before, .file-list .jpg:before, .file-list .jpeg:before, .file-list .psd:before, .file-list .gif:before, .file-list .avi:before, .file-list .mp4:before, .file-list .wmv:before, .file-list .mov:before, .file-list .mp3:before, .file-list .wma:before, .file-list .txt:before, .file-list .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-list .field-filetypeicon span:before {
  content: "";
}

.file-list .field-filetypeicon .pdf:before {
  content: "";
}

.file-list .field-filetypeicon .xlsx:before, .file-list .field-filetypeicon .xls:before {
  content: "";
}

.file-list .field-filetypeicon .pptx:before, .file-list .field-filetypeicon .ppt:before {
  content: "";
}

.file-list .field-filetypeicon .docx:before, .file-list .field-filetypeicon .doc:before {
  content: "";
}

.file-list .field-filetypeicon .bmp:before, .file-list .field-filetypeicon .png:before, .file-list .field-filetypeicon .jpg:before, .file-list .field-filetypeicon .jpeg:before, .file-list .field-filetypeicon .psd:before, .file-list .field-filetypeicon .gif:before, .file-list .field-filetypeicon .tif:before {
  content: "";
}

.file-list .field-filetypeicon .avi:before, .file-list .field-filetypeicon .mp4:before, .file-list .field-filetypeicon .wmv:before, .file-list .field-filetypeicon .mov:before, .file-list .field-filetypeicon .mpg:before, .file-list .field-filetypeicon .mkv:before, .file-list .field-filetypeicon .vp6:before, .file-list .field-filetypeicon .vid:before, .file-list .field-filetypeicon .rv:before, .file-list .field-filetypeicon .webm:before, .file-list .field-filetypeicon .swf:before, .file-list .field-filetypeicon .flv:before, .file-list .field-filetypeicon .m4v:before, .file-list .field-filetypeicon .h264:before, .file-list .field-filetypeicon .mk3d:before, .file-list .field-filetypeicon .gifv:before, .file-list .field-filetypeicon .oggv:before, .file-list .field-filetypeicon .movie:before, .file-list .field-filetypeicon .divx:before {
  content: "";
}

.file-list .field-filetypeicon .mp3:before, .file-list .field-filetypeicon .wma:before, .file-list .field-filetypeicon .wav:before, .file-list .field-filetypeicon .fla:before, .file-list .field-filetypeicon .flac:before, .file-list .field-filetypeicon .ra:before, .file-list .field-filetypeicon .rma:before, .file-list .field-filetypeicon .aif:before, .file-list .field-filetypeicon .aiff:before, .file-list .field-filetypeicon .aa:before, .file-list .field-filetypeicon .aac:before, .file-list .field-filetypeicon .mid:before, .file-list .field-filetypeicon .midi:before, .file-list .field-filetypeicon .aax:before, .file-list .field-filetypeicon .ac3:before, .file-list .field-filetypeicon .au:before, .file-list .field-filetypeicon .ogg:before, .file-list .field-filetypeicon .avr:before, .file-list .field-filetypeicon .m4a:before, .file-list .field-filetypeicon .mp4a:before, .file-list .field-filetypeicon .amz:before, .file-list .field-filetypeicon .mka:before, .file-list .field-filetypeicon .asx:before, .file-list .field-filetypeicon .pcm:before, .file-list .field-filetypeicon .m3u:before, .file-list .field-filetypeicon .xwma:before {
  content: "";
}

.file-list .field-filetypeicon .txt:before {
  content: "";
}

.file-list .field-filetypeicon .zip:before, .file-list .field-filetypeicon .zipx:before, .file-list .field-filetypeicon .rar:before, .file-list .field-filetypeicon .tar:before, .file-list .field-filetypeicon .gz:before, .file-list .field-filetypeicon .dmg:before, .file-list .field-filetypeicon .iso:before {
  content: "";
}

.file-list .field-filetypeicon .css:before, .file-list .field-filetypeicon .js:before, .file-list .field-filetypeicon .py:before, .file-list .field-filetypeicon .git:before, .file-list .field-filetypeicon .py:before, .file-list .field-filetypeicon .cpp:before, .file-list .field-filetypeicon .h:before, .file-list .field-filetypeicon .ini:before, .file-list .field-filetypeicon .config:before {
  content: "";
}

.file-list .field-filetypeicon .exe:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .dll:before, .file-list .field-filetypeicon .bat:before, .file-list .field-filetypeicon .pl:before, .file-list .field-filetypeicon .scr:before, .file-list .field-filetypeicon .msi:before, .file-list .field-filetypeicon .app:before, .file-list .field-filetypeicon .deb:before, .file-list .field-filetypeicon .apk:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .vb:before, .file-list .field-filetypeicon .prg:before, .file-list .field-filetypeicon .sh:before {
  content: "";
}

.file-list .field-filetypeicon .com:before, .file-list .field-filetypeicon .net:before, .file-list .field-filetypeicon .org:before, .file-list .field-filetypeicon .edu:before, .file-list .field-filetypeicon .gov:before, .file-list .field-filetypeicon .mil:before, .file-list .field-filetypeicon .html:before, .file-list .field-filetypeicon .htm:before, .file-list .field-filetypeicon .xhtml:before, .file-list .field-filetypeicon .jhtml:before, .file-list .field-filetypeicon .php:before, .file-list .field-filetypeicon .php3:before, .file-list .field-filetypeicon .php4:before, .file-list .field-filetypeicon .php5:before, .file-list .field-filetypeicon .phtmle:before, .file-list .field-filetypeicon .asp:before, .file-list .field-filetypeicon .aspx:before, .file-list .field-filetypeicon .cfm:before {
  content: "";
}

.file-list.file-list-images .file-list-items li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30%;
}

.file-list.file-list-files .component-content > ul > li,
.file-list.file-list-files .component-content > ul li > .scLooseFrameZone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.file-list.file-list-files li {
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}

.file-list.file-list-files li:last-child {
  padding-bottom: 0;
}

.file-list.file-list-files .field-filetypeicon {
  width: 3%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-width: 23px;
}

.file-list.file-list-files .field-filetypeicon span {
  width: 20px;
  height: 20px;
}

.file-list.file-list-files .field-filetypeicon span:before {
  font-size: 20px !important;
}

.file-list.file-list-files .field-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 5px;
  width: 50%;
}

.file-list.file-list-files .field-updated {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 45%;
  text-align: right;
  color: #969696;
}

.file-list.file-list-files .field-linktext {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  font-weight: 600;
}

/* breakpoints */
.file-list.file-list-horizontal .component-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-list.file-list-horizontal .component-content > ul > li {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.file-list.file-list-horizontal li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  margin: 0;
  padding: 15px;
  max-width: 100%;
}

.file-list.file-list-horizontal li:last-child {
  border-bottom-color: #cccccc;
}

.file-list.file-list-horizontal li .field-filetypeicon {
  margin: 15px 0;
}

.file-list.file-list-horizontal li .field-filetypeicon span {
  width: 100%;
}

.file-list.file-list-horizontal li .field-filetypeicon span:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.file-list.file-list-horizontal li .field-customimage img {
  max-width: 100%;
}

.file-list.file-list-horizontal li .field-linktext {
  padding: 0;
}

.file-list.file-list-horizontal .list-item > *,
.file-list.file-list-horizontal .list-item > .scEnabledChrome > * {
  display: block;
  text-align: center;
}
