.ajax_loader{
    background: url("/images/rebrand/wg-2021-icon-WHITE-2.gif") no-repeat scroll center center rgba(0, 0, 0, 0.31);
    background-size: 150px auto;
    cursor: wait;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.ajax_loading > .ajax_loader{
    display: block;
}

body .loader-full_page{
	height: 0px;
	width: 0px;
	overflow: hidden;
    position: fixed;
    z-index: 1011;
    top: 0;
    left: 0;
    background-color: #000000;
	background-color: rgba(0,0,0,.2);
	cursor: progress;
}

body .loader-full_page .restrict-width{
    height: 100%;
    margin: 0 0 0;
    position: absolute;
    width: 100%;
}

body .loader-full_page .contents {
    background-image: url("/images/rebrand/wg-2021-icon-WHITE-2.gif");
    background-position: center 3px;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px solid rgba(0, 0, 0, 0.18);
    height: 150px;
    left: 0;
    margin: auto;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 22%;
    width: 150px;
}

body .loader-full_page .contents > div {
    font-size: 12px;
    margin-top: 94px;
    text-align: center;
}

body.loading .loader-full_page{
    display: block;
    width: 100%;
    height: 100%;
}