.folder-files {
  margin: 1rem 0;
}

.folder-files .row {
  row-gap: 2rem;
}

.folder-files .file {
  border: 1px solid #ddd;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.folder-files .file .file-text {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.folder-files .file .file-text .file-name {
  margin-bottom: .5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.folder-files .file .file-text p {
  margin: 0;
}

.folder-files .file .file-image,
.folder-files .file .file-type {
  margin: .5rem 0 .75rem;
  height: 150px;
  position: relative;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.folder-files .file .file-image img,
.folder-files .file .file-type img {
  -o-object-fit: contain;
     object-fit: contain;
}

.folder-files .file .file-image {
  position: relative;
}

.folder-files .file .file-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.folder-files .file .download-file {
  width: 100%;
  margin-bottom: 0;
}

#mediabank-login .tab-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mediabank-login .tab-group:after {
  content: "";
  display: table;
  clear: both;
}

#mediabank-login .tab-group li {
  margin-left: 0;
}

#mediabank-login .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #111111;
  font-size: 16px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#mediabank-login .tab-group li a:hover {
  background: #D9F2FF;
  color: #1D2F5B;
}

#mediabank-login .tab-group .active a {
  background: #1D2F5B;
  color: white;
}

#mediabank-login .tab-content > div:last-child {
  display: none;
}

#mediabank-login .tab-content {
  padding: 1rem 1.5rem;
  background: #1D2F5B;
  color: white;
}

#mediabank-login .form-group {
  margin-bottom: .5rem;
}

#mediabank-login input[type="submit"] {
  width: 100%;
  background-color: #E0675D;
  color: #1D2F5B;
}

.file-popup {
  position: relative;
  background: #ffffff;
  padding: 2em;
  width: auto;
  max-width: 1400px;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.55);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.55);
}

.file-popup .file-details {
  background: #fafafa;
  padding: 1rem;
}

.file-popup .file-meta {
  margin-bottom: 1rem;
}

.file-popup .file-meta p {
  margin: 0;
}

.file-popup .file-image img {
  background: #ddd;
}

.file-popup .file-terms {
  font-size: 0.8rem;
  line-height: 1.1;
}

.file-popup .no-preview {
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ddd;
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */