body.ui-loading{top:0;left:0;width:100%;height:120%;z-index:500}.ui-loading .ui-loader{display:block}.ui-loader-default{background:0;filter:Alpha(Opacity=90);opacity:.9;width:2.875em;height:2.875em;margin-left:-1.4375em;margin-top:-1.4375em}.ui-loader{z-index:100;display:none;position:fixed;top:50%;left:50%;border:0}#underLayer{background-color:gray;display:none;position:fixed;top:0;left:0;width:100%;height:120%;opacity:.2;filter:alpha(opacity=60);z-index:99}#underLayerPopup{background-color:gray;display:none;position:fixed;top:0;left:0;width:100%;height:120%;opacity:.2;filter:alpha(opacity=60);z-index:99}#ajax-spinner{position:absolute;width:50px;height:50px;background:#5196df;border:6px solid #fff;border-top-color:#5196df;border-bottom-color:#5196df;border-radius:100px;left:50%;top:50%;margin-top:-25px;margin-left:-25px;animation:spinner .5s linear infinite;-webkit-border-radius:2.25em}@keyframes spinner{to{transform:rotate(360deg)}}