#page-loading-container {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:grey;
    opacity:.5;
    z-index:1000;
}

#page-loading-container i {
	position:fixed;
    top:50%;
    left:50%;
    color:white;
}
