/*
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: #353535!important;
}

.toolbar button {
  background-color: #353535!important;
  border-bottom-color: #353535!important;
}

.toolbar button.inactive {
  color: #c0c0c0!important;
}

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

#slidebar {
  background-color: #353535!important;
}

#slidebar i {
  border-bottom-color: #353535!important;
}

#slidebar a {
  color: #ffffff!important;
}

#modal-editor .file-path {
  border-color: #353535!important;
}

#modal-editor .modal-footer {
  background-color: #353535!important;
  color: #ffffff!important;
}

.toolbar button.active:hover {
  background-color: #2e2e2e!important;
  border-bottom-color: #efa72e!important;
}

#slidebar i:hover {
  background-color: #2e2e2e!important;
  border-bottom-color: #efa72e!important;
}

#history .dropdown-menu {
  background-color: #fffff3!important;
  border-left-color: #4094fa!important;
}

#history button {
  background-color: #4094fa!important;
  color: #ffffff!important;
}

#history ul li:hover {
  background-color: #fafaec!important;
}

#breadcrumb {
  background-color: #fffff3!important;
}

#modal-editor .file-path {
  background-color: #fffff3!important;
}

#files .ui-selecting, #files .ui-selected {
  background-color: #feffe4!important;
}

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

#files td.icon .fa-folder, #files td.icon .fa-level-up {
  color: #eea147!important;
}

#files td.icon i {
  color: #5590bc!important;
}

#modal-transfers .icon i {
  color: #5590bc!important;
}

.dropdown-menu li a:hover, .dropdown-menu .active a:hover {
  background-color: #4094fa!important;
}

.toolbar .logo {
  background: url('../images/monsta-logo-400w.png') no-repeat center center!important;
  background-size: 216px 50px!important;
  height: 33px!important;
  width: 244px!important;
}

@media (max-width:1000px) {
  .toolbar .logo {
    background: url('../images/monsta-logo-400w.png') no-repeat center center!important;
    background-size: 144px [cp18h]!important;
    background-position: -26px!important;
    width: 29px!important;
  }
}

#modal-editor .modal-footer .logo {
  background: url('../images/monsta-logo-400w.png') no-repeat center center!important;
  background-size: 100px 23px!important;
  height: 23px!important;
  width: 100px!important;
}

@media (max-width:1000px) {
  #modal-editor .modal-footer .logo {
    background: url('../images/monsta-logo-400w.png') no-repeat center center!important;
    background-size: 100px [cp19h]!important;
    background-position: -17px!important;
    width: 23px!important;
  }
}

.label-warning {
  background-color: #4094fa!important;
  color: #ffffff!important;
  
}

.btn-primary {
  background-color: #337ab7!important;
  color: #ffffff!important;
}