﻿#listView {
  padding: 10px 5px;
  margin-bottom: -1px;
}

.crop {
  float: left;
  position: relative;
  width: 120px;
  height: 300px;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.crop img {
  max-width: 120px;
  max-height: 120px;
  padding: 10px;
}

.crop h3 {
  margin: 0;
  padding: 3px 5px 0 0;
  max-width: 192px;
  overflow: hidden;
  line-height: 1.1em;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase;
  color: #999;
}

.crop p {
  visibility: hidden;
}

.crop:hover p {
  visibility: visible;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  margin: 0;
  padding: 0;
  line-height: 120px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  transition: background 0.2s linear, color 0.2s linear;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
}

.k-listview:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.file-icon {
  display: inline-block;
  float: left;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  margin-top: 13.5px;
}

.img-file {
  background-image: url(../img/fileicons/jpg.png);
}

.doc-file {
  background-image: url(../img/fileicons/doc.png);
}

.pdf-file {
  background-image: url(../img/fileicons/pdf.png);
}

.xls-file {
  background-image: url(../img/fileicons/xls.png);
}

.zip-file {
  background-image: url(../img/fileicons/zip.png);
}

.default-file {
  background-image: url(../img/fileicons/default.png);
}

.file-heading {
  font-family: Arial;
  font-size: 1.1em;
  display: inline-block;
  float: left;
  width: 60%;
  margin: 0 0 0 20px;
  height: 25px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file-name-heading {
  font-weight: bold;
  margin-top: 20px;
}

.file-size-heading {
  font-weight: normal;
  font-style: italic;
}

li.k-file div.file-wrapper {
  position: relative;
  height: 75px;
}
