#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

#cover-spin>img {
    display:block;
    position:absolute;
    left:48%;top:40%;
}

.dataTables_processing{
    top:57px;
    background: rgba(255,255,255,0.7);
    margin-top: unset;
    /* padding-top: ; */
}