/*
### logo-spinner.css ###
### Contains CSS specific to logo-spinner loaders on report directory pages
### Formerly in custom.css but transferred per repeated cache issues
*/


.loding-bg {
    background: #000;
    opacity: 0.95;
    height: 100vh;
    width:100%;
    position: fixed;
}

.loader{
    position: absolute;
    z-index: 1;
    left:50%;
    top:50%;
    margin: 0;
}
.loding-wp {
    z-index: 100;
    top: 0;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    margin:0;
    padding:50px;
    background: #000;
    opacity: 0.95;
}
.loding-wp img, .loding-wp-table img {
    margin:0 auto;
    display:block;
    top: 40%;
    position: relative;
    width: 150px !important;
    z-index: 101
}

.loding-wp-table{
    width: 20%;
    height: auto;
    position: absolute;
    right: 40%;
    margin-top: 100px;
    z-index: 99999;
}
.loding-bg-table {
    background: #000;
    opacity: 0.95;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 999;
    right: 0;
}