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

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

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

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

#slidebar {
  background-color: #242424;
}

#slidebar i {
  border-bottom-color: #242424;
}

#slidebar a {
  color: #ffffff;
}

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

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

.toolbar button.active:hover {
  background-color: #3da1b0;
  border-bottom-color: #3aa6b6;
}

#slidebar i:hover {
  background-color: #3da1b0;
  border-bottom-color: #3aa6b6;
}

#history .dropdown-menu {
  background-color: #fffff3;
  border-left-color: #3aa6b6;
}

#history button {
  background-color: #3aa6b6;
  color: #ffffff;
}

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

#breadcrumb {
  background-color: #fffff3;
}

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

#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: #e97708;
}

#files td.icon i {
  color: #3aa6b6;
}

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

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

.toolbar .logo {
  background: url('https://clmftp.com/images/CLM_horizontal_white.png') no-repeat center center;
  background-size: 99px 33px;
  height: 33px;
  width: 99px;
}

@media (max-width:1000px) {
  .toolbar .logo {
    background: url('https://clmftp.com/images/CLM_horizontal_white.png') no-repeat center center;
    background-size: 99px [cp18h];
    background-position: -26px;
    width: 33px;
  }
}

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

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

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

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