#custom-loading{
	background-color:#00496e;
}
#custom-loading #app-loading{
	position: absolute;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#custom-loading #loading-gif{
	position: absolute;
	background-image: url('images/predefined_loading_1.gif');
	background-repeat: no-repeat;
	width:58px;
	height:29px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 20px;
}
#custom-loading #loading-gif span {
	display: block;
	margin-top: 45px;
	color: #fff;
	font-size: 20px !important;
	text-indent: -20px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
#custom-loading #loading-logo {
	position: absolute;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -120px;
}