.loading {
    z-index: 10001;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
}

.loading .status {
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 60px;
    margin: -30px 0px 0px -30px;
    text-align: center;
}