/* ***********************************************************************************************
// *** FORMS: Ajax loader ************************************************************************
// **********************************************************************************************/

#body[theme="ssep"] [control="loadingAction"] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: none;
}

#body[theme="ssep"] [control="loadingAction"] .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#body[theme="ssep"] [control="loadingAction"] .shadow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    background-color: #000;
    z-index: 10001;
}

#body[theme="ssep"] [control="loadingAction"] img {
    vertical-align: middle;
    z-index: 10002;
    margin: auto;
    width: 60px;
    position: relative;
    left: 50%;
    margin-left: -30px;
}
