.dialog-background{
    background: none repeat scroll 0 0 rgba(168, 168, 168, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.dialog-loading-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 100px;
    left: 50%;
    margin-left: -10%;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    width: 100px;
    z-index: 9999999;
}

@media only screen and (max-width: 600px) {
	.dialog-loading-wrapper {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border: 0 none;
	    height: 100px;
	    left: 50%;
	    margin-left: -35%;
	    margin-top: -50px;
	    position: fixed;
	    top: 50%;
	    width: 100px;
	    z-index: 9999999;
	}
}


.dialog-loading-icon {
    background-color: #FFFFFF !important;
    border-radius: 13px;
    display: block;
    line-height: 100px;
    margin: 0;
    padding: 1px;
    text-align: center;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
}