.clearfix {
  /* *zoom: 1; */
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  /* *line-height: 0; */
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
::-moz-selection,
::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
.page-container {
  max-width: 1200px;
  margin: 0 auto;
}
.file-list {
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -ms-flex ;
  display: -o-flex ;
  display: flex ;
  flex-wrap: wrap;
}
.file-list > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.file-list__item {
  width: 20%;
  padding: 10px;
}
.file-list__item.is-checked {
  background: #c00;
}
.file-list__item__header {
  position: relative;
  background: #ccc;
}
.file-list__item__preview {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.file-list__item__preview img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.file-list__item__preview__extension {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.5vw;
  font-weight: bold;
  color: #fff;
}
.file-list__item__preview__extension i {
  display: block;
  text-align: center;
  font-size: 4vw;
}
.file-list__item__tools {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.file-list__item__footer {
  padding: 15px 10px;
  background: #fff;
}
.file-list__item__name {
  padding: 5px 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.file-list__item__name:focus {
  outline: 1px solid #ccc !important;
}
.file-list__item:hover [class*="__tools"] {
  display: block;
}
.folder-list li,
.folder-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.folder-list a {
  display: block;
  padding: 7px 10px;
}
.folder-list li li a {
  padding-left: 30px;
}
.folder-list li li li a {
  padding-left: 50px;
}
.folder-list li li li li a {
  padding-left: 70px;
}
.folder-list li.active > a {
  background: #1e88e5;
  color: #fff;
}
.admin-form__image {
  max-width: 400px;
}
.admin-form__image input {
  display: none;
}
.admin-form__image__preview {
  position: relative;
  padding-bottom: 100%;
  background: #eee;
}
.admin-form__image__preview img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.admin-form__image__buttons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.admin-form__image:not(.has-image) [class*="__delete"],
.admin-form__image:not(.has-image) [class*="__update"],
.admin-form__image:not(.has-image) [class*="__crop"],
.admin-form__image:not(.has-image) img {
  display: none;
}
.admin-form__image.has-image [class*="__delete"],
.admin-form__image.has-image [class*="__update"],
.admin-form__image.has-image [class*="__crop"],
.admin-form__image.has-image [class*="__add"] {
  display: none;
}
.admin-form__image.has-image:hover [class*="__delete"],
.admin-form__image.has-image:hover [class*="__update"],
.admin-form__image.has-image:hover [class*="__crop"] {
  display: inline-block;
}
.admin-form__image[data-preview-mode="max"] .admin-form__image__crop {
  display: none !important;
}
.admin-form__file input {
  display: none;
}
.admin-form__file__preview {
  background: #eee;
  padding: 20px;
}
.admin-form__file__name,
.admin-form__file__buttons {
  display: inline-block;
}
.admin-form__file__name {
  padding-left: 30px;
}
.admin-form__file:not(.has-file) [class*="__delete"],
.admin-form__file:not(.has-file) [class*="__update"],
.admin-form__file:not(.has-file) [class*="__crop"],
.admin-form__file:not(.has-file) img {
  display: none;
}
.admin-form__file.has-file [class*="__add"] {
  display: none;
}
.new-login-register .new-login-box {
  margin: 10% auto;
}
iframe.site-preview {
  position: fixed;
  left: 0;
  top: 119px;
  width: 100vw;
  height: calc(100vh - 120px);
  border: 0;
  z-index: 10;
  background: #fff;
}
@media (min-width: 768px) {
  iframe.site-preview {
    left: 60px;
    width: calc(100vw - 60px);
  }
}
.modal-full {
  width: calc(100% - 70px);
}
.modal-full .modal-body {
  min-height: 70vh;
}
.preloader {
  opacity: .5;
}
