.w3g_locker {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 8999;
    cursor: wait;
}

.w3g_locker_light {
    background: rgba(255,255,255, 0.6) !important;
}

.w3g_locker_dark {
    background: rgba(0,0,0, 0.75) !important;
}

.w3g_locker_in {
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20px auto auto;
    padding: 0 10px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.w3g_locker_text {
    line-height: 40px;
    text-align: right;
    padding: 0 32px 0 0;
    font-family: Samim;
    font-size: 11px;
    color: #585858;
    background: url("../images/loading-spinner-grey.gif") right center no-repeat;
}

.w3g_locked {
    -webkit-filter: blur(2px);
}