﻿.Page-Loading-Dialog{
	padding:0;
	border-radius:10px;
	width:430px !important;
	box-shadow:0 10px 6px -6px #333;
	background:linear-gradient(-45deg, #ffd6b8, #b7e0ff, #fff, #e8fba7);
	background-size: 400% 400%;
	animation:_Animate-LS-BKG 10s ease infinite;
	pointer-events:none;
   user-select: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -ms-user-select: none; 
}
.Page-Loading-Dialog .ui-dialog-titlebar{
	display:none;
}
.Page-Loading-Dialog .ui-dialog-content{
	padding:0;
	min-height: 0 !important;
}
.Page-Loading.jQ{
	display:none;
}
.Page-Loading>div{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	height:150px;
}
.Page-Loading>div>div:nth-child(1)>img{
    width:80px;
    height:80px;
    animation: _Rotation 1s infinite linear;
}
.Page-Loading>div>div:nth-child(2){
	font-size:2em;
	font-weight:bold;
	margin-left: 8px;
	color:#ff5e00;
	font-family:verdana;
	text-align:center;
	font-variant:small-caps;
	text-shadow: 2px 4px 3px rgba(0,0,0,.3);
	animation:_Animate-LS-TextColor 10s ease infinite;
}
.Element-Loading>.El-Content{
	display: flex;
	justify-content: center;
	align-items: center;
}
.Element-Loading>.El-Content>div:nth-child(2){
	font-size:1.25em;
	font-weight:bold;
	margin-left:8px;
	font-variant:small-caps;
	letter-spacing:1px;
	color:#ff5e00;
	text-shadow: 2px 4px 3px rgba(0,0,0,.3);
	animation:_Animate-LS-TextColor 10s ease infinite;
}
.Page-Loading>div>div:nth-child(2) span{
	-webkit-animation:_Animate-Blink 1.4s infinite both;
	-moz-animation:_Animate-Blink 1.4s infinite both;
	-o-animation:_Animate-Blink 1.4s infinite both;
	animation:_Animate-Blink 1.4s infinite both;
}
.Page-Loading>div>div:nth-child(2)>span:nth-child(2){
	-webkit-animation-delay:.2s;
	-moz-animation-delay:.2s;
	-o-animation-delay:.2s;
	animation-delay:.2s;
}
.Page-Loading>div>div:nth-child(2)>span:nth-child(3){
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;
	-o-animation-delay:.4s;
	animation-delay:.4s;
}