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

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

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

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

#slidebar {
    background-color: #353535;
}

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

#slidebar a {
    color: #ffffff;
}

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

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

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

#slidebar i:hover {
    background-color: #2e2e2e;
    border-bottom-color: #166687;
}

#history .dropdown-menu {
    background-color: #f3faff;
    border-left-color: #229dcc;
}

#history button {
    background-color: #229dcc;
    color: #ffffff;
}

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

#breadcrumb {
    background-color: #f3faff;
}

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

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

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

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

#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/file_manager_logo.png') no-repeat center center;
    background-size: 144px 33px;
    height: 33px;
    width: 144px;
}

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

#modal-editor .modal-footer .logo {
    background: url('../application/frontend/images/file_manager_logo.png') no-repeat center center;
    background-size: 100px 23px;
    height: 23px;
    width: 100px;
}

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

.label-warning {
    background-color: #166687;
    color: #ffffff;

}

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