/* File Manager */
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-Bold.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro Book";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-BookItalic.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-BoldItalic.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-ThinItalic.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro Book";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-Book.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-LightItalic.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-Thin.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-Regular.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-Light.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/BebasNeuePro/BebasNeuePro-Italic.woff2") format("woff2"), url("../fonts/BebasNeuePro/BebasNeuePro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
:root {
  --theme-primary-color: #7d3392;
  --theme-primary-color-rgb: 125, 51, 146;
}

:root {
  --theme-primary-color-alt: #8f59a3;
  --theme-primary-color-alt-rgb: 143, 89, 163;
}

:root {
  --theme-primary-color-dark: #3a1345;
  --theme-primary-color-dark-rgb: 58, 19, 69;
}

:root {
  --theme-secondary-color: #f16927;
  --theme-secondary-color-rgb: 241, 105, 39;
}

:root {
  --theme-secondary-color-alt: #f7a171;
  --theme-secondary-color-alt-rgb: 247, 161, 113;
}

:root {
  --theme-secondary-color-dark: #a43f23;
  --theme-secondary-color-dark-rgb: 164, 63, 35;
}

:root {
  --theme-color-dark: #000000;
  --theme-color-dark-rgb: 0, 0, 0;
}

:root {
  --theme-tertiary-color: #FFC917;
  --theme-tertiary-color-rgb: 255, 201, 23;
}

:root {
  --theme-tertiary-color-alt: #E8CB09;
  --theme-tertiary-color-alt-rgb: 232, 203, 9;
}

:root {
  --theme-tertiary-color-dark: #E5B103;
  --theme-tertiary-color-dark-rgb: 229, 177, 3;
}

:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
}

:root {
  --theme-text-color: #040404;
  --theme-text-color-rgb: 4, 4, 4;
}

:root {
  --theme-yellow-color: #FFCA19;
}

:root {
  --theme-yellow-color-alt: #FFD356;
}

:root {
  --theme-yellow-color-dark: #E5B223 ;
}

:root {
  --theme-orange-color: #fa5e23;
}

:root {
  --theme-orange-color-alt: #ad3507;
}

:root {
  --theme-purple-color: #641aaf;
}

:root {
  --theme-purple-color-alt: #4b1483;
}

:root {
  --theme-teal-color: #07fbce;
}

:root {
  --theme-warning-color: #ffca19;
}

:root {
  --text-light-color: #8a99b3;
}

:root {
  --text-gray-color: #c3c3c3;
}

:root {
  --theme-general-color: #000000;
}

:root {
  --theme-white-color: #fff;
}

:root {
  --theme-light-color: #f8f9fa;
}

:root {
  --theme-light-gray-color: #f8f8f8;
}

:root {
  --theme-gray-color: #efefef;
}

:root {
  --theme-dark-color: #000000;
}

:root {
  --theme-extra-color: #1d2a40;
}

:root {
  --theme-primary-background-opacity: rgba(56, 56, 232, 0.5);
}

:root {
  --theme-danger-background-opacity: rgba(241, 6, 91, 0.5);
}

.file-viewer,
.file-viewer ul,
.file-viewer ol,
.file-viewer p {
  font-family: "Heebo", sans-serif;
}

.file-toolbar {
  padding: 5px 0;
  text-align: center;
}

.file-toolbar .btn-file-toolbar {
  padding: 0;
  display: inline-block;
  float: none !important;
}

.file-toolbar .btn-file-toolbar .btn {
  padding: 6px;
}

.file-toolbar .btn-file-toolbar a {
  color: #7a878e;
}

@media (min-width: 768px) {
  .file-panel {
    border-top: 0;
    margin-top: 0;
  }
  .file-manager .file-sidebar {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
  }
  .file-toolbar {
    padding: 5px 0;
    text-align: left;
  }
  .file-toolbar .btn-file-toolbar {
    padding: 0 10px;
    display: inline-block;
  }
  .file-toolbar .btn-file-toolbar.pull-right {
    float: right !important;
  }
  .file-toolbar .btn-file-toolbar:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
  }
  .file-toolbar .btn-file-toolbar:first-child {
    padding-left: 0;
  }
}
.file-list {
  list-style: none;
  padding: 5px 0;
  line-height: 1.42857143;
  margin-bottom: 0;
}

.file-list li {
  position: relative;
  padding: 12px;
  border-radius: 1px;
}

.file-list li:after {
  content: "";
  display: table;
  clear: both;
}

.file-list li:nth-child(odd) {
  background: var(--theme-primary-color-rgb);
  background: rgba(var(--theme-primary-color-rgb), 0.025);
}

.file-list li:hover {
  background: var(--theme-primary-color-rgb);
  background: rgba(var(--theme-primary-color-rgb), 0.04);
}

.file-list li.selected {
  background-color: #f2f0c2;
}

.file-list .file-control {
  float: left;
  width: 50px;
  line-height: 3em;
}

.file-list .media {
  overflow: hidden;
  margin: 0 20px 0 0;
}

.file-list .media-block .media-left {
  font-size: 2.4em;
  line-height: 1.2em !important;
}

.file-list .media-block .media-body {
  vertical-align: middle;
}

.file-list .file-details {
  display: block;
  overflow: hidden;
  margin-right: 50px;
}

.file-list .file-name {
  color: #4d627b;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-list .file-name.single-line {
  line-height: 2.5em;
}

.file-list .file-settings {
  float: right;
  font-size: 85%;
  text-align: right;
}

.file-list .file-settings a,
.file-list .file-settings button {
  padding: 10px 5px;
  display: inline-block;
}

a.file-details,
.file-list .file-settings a {
  color: #7a878e;
}

.file-settings a i {
  font-size: 1.5em;
}

input[type=radio].magic-radio,
input[type=checkbox].magic-checkbox {
  position: fixed;
  z-index: -50;
  top: -2000px;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.input-group-addon .magic-radio + label,
.input-group-addon .magic-checkbox + label {
  vertical-align: text-top;
}

.input-group-addon .magic-radio + label:before,
.input-group-addon .magic-checkbox + label:before {
  left: 0;
}

.magic-radio + label,
.magic-checkbox + label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  min-width: 1.34em;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  border-color: #25476a;
  transition: all 0.3s;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
  content: "";
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
  transition: all 0.3s;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
  content: "";
  display: none;
  position: absolute;
}

.magic-radio + label:not(:empty),
.magic-checkbox + label:not(:empty) {
  margin: 0 5px 0 0;
  text-indent: 25px;
}

.magic-checkbox + label {
  min-height: 17px;
  min-width: 17px;
}

.btn-group .magic-radio + label,
.btn-group .magic-checkbox + label {
  min-height: 1em;
  vertical-align: baseline;
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  animation-name: none;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio:focus + label:before,
.magic-checkbox:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s;
}

.magic-radio:checked:focus + label:before,
.magic-checkbox:checked:focus + label:before {
  box-shadow: 0 0 0 10px rgba(37, 71, 106, 0.17), inset 0 0 0 10px rgba(22, 119, 179, 0.17);
}

.magic-checkbox + label:before {
  border-radius: 2px;
}

.magic-checkbox + label:after {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  height: 13px;
  left: 6px;
  top: 0;
  transform: rotate(48deg);
  width: 6px;
}

.magic-checkbox:focus + label:before {
  transition: all 0.3s;
}

.magic-checkbox:checked + label:before {
  background: #25476a;
  border-color: #25476a;
}

.magic-radio + label:before {
  border-radius: 50%;
}

.magic-radio + label:after {
  background: #25476a;
  border-radius: 50%;
  height: 9px;
  left: 4px;
  top: 4px;
  width: 9px;
}

.magic-radio:checked + label:before {
  border: 2px solid #25476a;
}

ul.file-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
}

ul.file-options li {
  padding: 5px 10px;
}

ul.file-options li a {
  color: #4d627b;
}

ul.file-options li a i {
  font-size: 0.8em;
}

ul.file-options li:hover {
  background: #f7f7f7;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

/* File Card */
.card.file-manager-card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}/*# sourceMappingURL=file-list.css.map */