/*
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: #3c3c3c;
}

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

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

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

#slidebar {
  background-color: #3c3c3c;
}

#slidebar i {
  border-bottom-color: #3c3c3c;
}

#slidebar a {
  color: #ffffff;
}

#modal-editor .file-path {
  border-color: #3c3c3c;
}

#modal-editor .modal-footer {
  background-color: #3c3c3c;
  color: #ffffff;
}

.toolbar button.active:hover {
  background-color: #ff6600;
  border-bottom-color: #ff6600;
}

#slidebar i:hover {
  background-color: #ff6600;
  border-bottom-color: #3c3c3c;
}

#history .dropdown-menu {
  background-color: #fff0e7;
  border-left-color: #fff0e7;
}

#history button {
  background-color: #ff6600;
  color: #ffffff;
}

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

#breadcrumb {
  background-color: #fff0e7;
}

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

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

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

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

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

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

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

.toolbar .logo {
  background: url('../images/result-logo-white.png') no-repeat center center;
  background-size: 87px 33px;
  height: 33px;
  width: 87px;
}

@media (max-width:1000px) {
  .toolbar .logo {
    background: url('../images/result-logo-white.png') no-repeat center center;
    background-size: 87px;
    background-position: 0;
    width: 100px;
  }
}

#modal-editor .modal-footer .logo {
  background: url('../images/result-logo-white.png') no-repeat center center;
  background-size: 60px 21px;
  height: 21px;
  width: 60px;
}

@media (max-width:1000px) {
  #modal-editor .modal-footer .logo {
    background: url('../images/result-logo-white-.png') no-repeat center center;
    background-size: 60px [cp19h];
    background-position: -17px;
    width: 21px;
  }
}

.label-warning {
  background-color: #ff6600;
  color: #ffffff;
  
}

.btn-primary {
  background-color: #ff6600;
  color: #ffffff;
}