.ajaxBackground, .alertBackground, .popupBackground, .popupBackgroundAddtional {
    background-color: #000000;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.ajaxBackground {
    z-index: 9998;
}
.alertBackground {
    z-index: 9098;
}
.popupBackground {
    z-index: 9008;
}
.popupBackgroundAddtional {
    z-index: 9009;
}
.ajaxloderpopup {
    position: absolute;
}

.ajaxloderimg {
	background-image: url("Images/loader.svg");
	background-size: 40px;
    background-position: center top;
    background-repeat: no-repeat;
	height: 70px;
	text-align: center;
    width: 100%;	
}
.ajaxtext {
    clear: both;
    color: #75d2f6; /* #5a1919 */
    font-size: 9px;
    position: relative;
    text-align: center;
    top: 50px;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Hind Vadodara', sans-serif;
}
.ajaxloderpopup {
    text-align: center;
    width: 120px;
    z-index: 9999;
}