div.files-block a,
div.files-block a:hover {
  text-decoration: none; }
div.files-block > label {
  display: block;
  margin-bottom: 2px; }
div.files-block > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }
  div.files-block > ul li {
    margin: 0 10px 10px 0;
    position: relative; }
    div.files-block > ul li a.f12-file-object {
      margin: 0 10px 10px 0;
      width: 70px;
      height: 70px;
      overflow: hidden;
      position: relative;
      border-radius: 3px;
      display: flex;
      background-size: cover;
      flex-direction: column;
      background-color: #e9e9e9;
      align-items: center; }
      div.files-block > ul li a.f12-file-object svg {
        width: 50px;
        height: 38px !important;
        min-height: 38px;
        margin: 5px 0 0 0; }
      div.files-block > ul li a.f12-file-object span {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 8px;
        margin: 3px 5px;
        text-align: center;
        overflow-wrap: break-word;
        max-width: 65px; }
    div.files-block > ul li a.files-download-btn {
      position: absolute;
      top: 0;
      right: 10px;
      padding: 1px 5px;
      background: #ffffffc4;
      z-index: 10;
      border-bottom-left-radius: 3px; }
    div.files-block > ul li a.f12-files-btn-download-all {
      border: 0;
      background: #e9e9e9;
      padding: 4px 10px;
      border-radius: 2px;
      margin: 30px 0 0 0;
      display: block; }

/*# sourceMappingURL=yii2-floor12-files-block.css.map */
