body.ui-overlay-a #splash{
    background-color: #425866;
	min-height: 100%;
	height: 100%;
	max-height: 100%;
	padding: 0;
}

#splash .SplashTitle{
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 500 !important;
	top: 40px !important;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 1px 8px #191919;
	width: 100vw;
}

#splash #loader {
  position: fixed;
  left: 49%;
  top: 50%;
  z-index: 999999;
  margin: 130px -15px 0;
  border: 4px solid #c2c2c2;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#splash .LogoTextLoader{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#splash #SplashFooter{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 10px;
	left: 0;
	text-align: center;
	display: inline;
}
#splash .PoweredBy{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em !important;
	padding-top: 17px;
	padding-right: 3px;
	width: 51%;
	text-align: right;
	color: #ffffff;
	display: inline;
	float: left;
	text-shadow: none !important;
}
#splash .PoweredByImg{
	float: left;
	width: 47%;
	text-align: left;
}
#splash .PBImg{
	opacity: 1;
}
