/* Spacewww panel theme for Monsta FTP */

/* ---- Toolbar (top bar) ---- */
.toolbar {
  background-color: #fff;
  border-bottom: 1px solid #dde3ea; }

.toolbar button {
  background-color: #fff;
  border-bottom-color: #fff; }

.toolbar button.inactive {
  color: #bbb; }

.toolbar button.active {
  color: #1992c7; }

.toolbar button.active:hover {
  background-color: #f5f7fa;
  border-bottom-color: #1992c7; }

/* ---- Slidebar (left sidebar) ---- */
#slidebar {
  background-color: #1992c7; }

#slidebar i,
#slidebar button {
  border-bottom-color: #1992c7; }

#slidebar a {
  color: #fff; }

#slidebar button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 5px solid #1992c7;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: center;
}

#slidebar button.fa {
  border-bottom: 5px solid #1992c7;
  cursor: pointer;
  font-size: 165%;
  padding: 25px 0 21px 0;
  width: 75px;
}

@media (max-width: 1000px) {
  #slidebar button.fa {
    padding: 15px 0 11px 0;
    width: 52px;
  }
}

#slidebar i:hover,
#slidebar button:hover {
  background-color: #1480b0;
  border-bottom-color: #fff; }

#slidebar a:hover {
  background-color: #1480b0;
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none; }

/* ---- History bar ---- */
#history .dropdown-menu {
  background-color: #edf4fb;
  border-left-color: #1992c7; }

#history button {
  background-color: #1992c7;
  color: #fff; }

#history ul li:hover {
  background-color: #d0e6f5; }

/* ---- Breadcrumb ---- */
#breadcrumb {
  background-color: #edf4fb; }

/* ---- File editor ---- */
#modal-editor .file-path {
  border-color: #1992c7;
  background-color: #edf4fb; }

#modal-editor .modal-footer {
  background-color: #1992c7;
  color: #fff; }

/* ---- File selection ---- */
#files .ui-selecting,
#files .ui-selected {
  background-color: #edf4fb; }

#files .ui-selecting:first-child,
#files .ui-selected:first-child {
  border-top-color: #edf4fb; }

/* ---- File icons ---- */
#files td.icon .fa-folder,
#files td.icon .fa-level-up {
  color: #e67e22; }

#files td.icon i {
  color: #1992c7; }

#modal-transfers .icon i {
  color: #1992c7; }

/* ---- Dropdowns ---- */
.dropdown-menu li a:hover,
.dropdown-menu .active a:hover {
  background-color: #1992c7; }

/* ---- Buttons ---- */
.btn-primary {
  background-color: #1992c7;
  border-color: #1480b0;
  color: #fff; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1480b0;
  border-color: #0d4a7c; }

.label-warning {
  background-color: #1992c7;
  color: #fff; }

/* ---- Logo: keep original Monsta FTP branding (rebranding requires Host Edition) ---- */
.toolbar .logo {
  background: url("../application/frontend/images/spacewww-logo.png") no-repeat center center;
  background-size: 144px 33px;
  height: 33px;
  width: 144px; }

@media (max-width: 1000px) {
  .toolbar .logo {
    background: url("../application/frontend/images/spacewww-logo.png") no-repeat center center;
    background-size: 144px 33px;
    background-position: -26px;
    width: 29px; } }

#modal-editor .modal-footer .logo {
  background: url("../application/frontend/images/spacewww-logo.png") no-repeat center center;
  background-size: 100px 23px;
  height: 23px;
  width: 100px; }

/* ---- Restricted fields ---- */
.mftp-restricted-field {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
}
