/*
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 Host Edition
http://redirect.monstaftp.com/upgrade
*/
.toolbar {
  background-color: #353535; }

.toolbar button {
  background-color: #353535;
  border-bottom-color: #353535; }

.toolbar button.inactive {
  color: silver; }

.toolbar button.active {
  color: white; }

#slidebar {
  background-color: #353535; }

#slidebar i {
  border-bottom-color: #353535; }

#slidebar a {
  color: white; }

#modal-editor .file-path {
  border-color: #353535; }

#modal-editor .modal-footer {
  background-color: #353535;
  color: white; }

.toolbar button.active:hover {
  background-color: #2e2e2e;
  border-bottom-color: #efa72e; }

#slidebar i:hover {
  background-color: #2e2e2e;
  border-bottom-color: #efa72e; }

#history .dropdown-menu {
  background-color: #fffff3;
  border-left-color: #c3c645; }

#history button {
  background-color: #c3c645;
  color: white; }

#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: #eea147; }

#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("../application/frontend/images/ci-logo.png") no-repeat center center;
    background-size: 160px 33px;
    height: 33px;
    width: 160px
}

@media (max-width: 1000px) {
    .toolbar .logo {
        background: url("../application/frontend/images/ci-logo.png") no-repeat center center;
        background-size: 107px 22px;
        background-position: 4px;
        width: 107px
    }
}

#modal-editor .modal-footer .logo {
    background: url("../application/frontend/images/ci-logo.png") no-repeat center center;
    background-size: 160px 33px;
    height: 33px;
    width: 160px
}

@media (max-width: 1000px) {
    #modal-editor .modal-footer .logo {
        background: url("../application/frontend/images/ci-logo.png") no-repeat center center;
        background-size: 107px 22px;
        background-position: 4px;
        width: 107px
    }
}

.label-warning {
  background-color: #efa72e;
  color: white; }

.btn-primary {
  background-color: #337ab7;
  color: white; }
