/*
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: #1f1f28;
}

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

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

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

#slidebar {
  background-color: #1f1f28;
}

#slidebar i {
  border-bottom-color: #1f1f28;
}

#slidebar a {
  color: #ffffff;
}

#modal-editor .file-path {
  border-color: #1f1f28;
}

#modal-editor .modal-footer {
  background-color: #1f1f28;
  color: #ffffff;
}

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

#slidebar i:hover {
  background-color: #c8ad55;
  border-bottom-color: #c8ad55;
}

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

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

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

#breadcrumb {
  background-color: #f9f6ec;
}

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

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

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

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

#files td.icon i {
  color: #e84b17;
}

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

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

.toolbar .logo {
  background: url('https://ftp.acronym.com/images/ACR_Logo_v2.png') no-repeat center center;
  background-size: 96px 33px;
  height: 33px;
  width: 96px;
}

@media (max-width:1000px) {
  .toolbar .logo {
    background: url('https://ftp.acronym.com/images/ACR_Logo_v2.png') no-repeat center center;
    background-size: 96px [cp18h];
    background-position: -26px;
    width: 29px;
  }
}

#modal-editor .modal-footer .logo {
  background: url('https://ftp.acronym.com/images/ACR_Logo_v2.png') no-repeat center center;
  background-size: 67px 23px;
  height: 23px;
  width: 67px;
}

@media (max-width:1000px) {
  #modal-editor .modal-footer .logo {
    background: url('https://ftp.acronym.com/images/ACR_Logo_v2.png') no-repeat center center;
    background-size: 67px [cp19h];
    background-position: -17px;
    width: 23px;
  }
}

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

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