/*
Use our theme wizard to easily rebrand with your own colors and logo
http://redirect.monstaftp.com/theme-wizard

Rebranding is only available in the Enterprise Edition
http://redirect.monstaftp.com/upgrade
*/

.toolbar {
  background-color: rgb(24,36,51);
}

.toolbar button {
  background-color: rgb(24,36,51);
  border-bottom-color: rgb(24,36,51);
}

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

.toolbar button.active {
  color: #ffffff;
}

#slidebar {
  background-color: rgb(24,36,51);
}

#slidebar i {
  border-bottom-color: rgb(24,36,51);
}

#slidebar a {
  color: #ffffff;
}

#modal-editor .file-path {
  border-color: rgb(24,36,51);
}

#modal-editor .modal-footer {
  background-color: rgb(24,36,51);
  color: #ffffff;
}

.toolbar button.active:hover {
  background-color: rgb(13,20,29);
  border-bottom-color: rgb(6,111,209);
}

#slidebar i:hover {
  background-color: rgb(13,20,29);
  border-bottom-color: rgb(6,111,209);
}

#history .dropdown-menu {
  background-color: #ffffff;
  border-left-color: rgb(6,111,209);
}

#history button {
  background-color: rgb(6,111,209);
  color: #ffffff;
}

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

#breadcrumb {
  background-color: #ffffff;
}

#modal-editor .file-path {
  background-color: #ffffff;
}

#files .ui-selecting, #files .ui-selected {
  background-color: #e4e6e6;
}

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

#files td.icon .fa-folder, #files td.icon .fa-level-up {
  color: rgb(24,36,51);
}

#files td.icon i {
  color: rgb(6,111,209);
}

#modal-transfers .icon i {
  color: rgb(6,111,209);
}

.dropdown-menu li a:hover, .dropdown-menu .active a:hover {
  background-color: rgb(6,111,209);
}

.toolbar .logo {
  background: url('/blank.svg') no-repeat center center;
  background-size: 144px 33px;
  height: 33px;
  width: 144px;
}

@media (max-width:1000px) {
  .toolbar .logo {
    background: url('/blank.svg') no-repeat center center;
    background-size: 144px [cp18h];
    background-position: -26px;
    width: 29px;
  }
}

#modal-editor .modal-footer .logo {
  background: url('/blank.svg') no-repeat center center;
  background-size: 100px 23px;
  height: 23px;
  width: 100px;
}

@media (max-width:1000px) {
  #modal-editor .modal-footer .logo {
    background: url('/blank.svg') no-repeat center center;
    background-size: 100px [cp19h];
    background-position: -17px;
    width: 23px;
  }
}

.label-warning {
  background-color: rgb(24,36,51);
  color: #ffffff;
  
}

.btn-primary {
  background-color: rgb(6,111,209);
  color: #ffffff;
}
