#table-sites div.spacer, #structure-access div.spacer {
    width: 10px;
    display: inline-block;
}

.sidebar .logo {
    background-color: white;
}

#chkContainer .dataTables_wrapper .dataTables_processing {
    z-index: 99999;
    background: white;
    font-size: xxx-large;
    top: 0!important;
}

#image_size + button {
    color:rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.imgsize > label{
    width: 215px;
}

.navbar .notification[data-count="0"] {
    display: none;
}

#chkContainer td > pre > span.material-icons {
    line-height: 1.1;
    margin-right: 2px;
    vertical-align: middle;
}

@media print {
    #chkContainer a {
        text-decoration: none!important;
    }
}