.toolbar {
    background-color: #000;
}

.toolbar .logo {
    background: url(../../../../../assets/img/logo.jpg) no-repeat center center;
    width: 225px;
}

#modal-editor .modal-footer .logo {
    background: url(../../../../../assets/img/logo.jpg);
    background-size: 100px 23px;
}


.toolbar button {
    background-color: #000000;
}

.toolbar button.active:hover {
    border-bottom-color: #fc3c28;
}

.toolbar button.inactive {
    color: #666666;
}

#slidebar i:hover {
    border-bottom: 5px solid #fc3c28;
}

.label-warning {
    background-color: #f20000;
}

#history button {
    background-color: #fc3c28;
}

#breadcrumb {
    background-color: rgb(255, 255, 255);
}

#history .dropdown-menu {
    background-color: #ffffff;
    border-left: 75px solid #fc3c28;
}

#history ul li:hover {
    background-color: #ffe6e6;
}

#slidebar {
    background-color: #000000;
}

#files td.icon .fa-folder, #files td.icon .fa-level-up {
    color: #fc3c28;
}

.label-success {
    background-color: #fc3c28;
}

#files .ui-selecting, #files .ui-selected {
    background-color: #ffe6e6;
}

#modal-editor .modal-footer {
    background-color: #000;
}

.modal {
    position: fixed;
    top: 5%;
    right: 5%;
    bottom: 10%;
    left: 5%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}