﻿
.LoadingProgressBar {
    font-size: 0.7rem;
    display:block;
    margin-top:-0.7rem;
    text-align:left;
    line-height: 1.5;
    font-weight:bold;
    position:fixed;
    top:30%;
    left:10%;
    z-index:2001;
    border:solid 0.05rem #9FCD75;
    color: #666;
    font-weight: normal !important;
    padding: 0.5rem 0px 0.5rem 0px;
    background-color: #fff;
    max-width: 80%;
}
.LoadingBackground {display:block;width:100%;height:100%;opacity: 0.3;filter:alpha(opacity=30);background: #000;position:fixed;top:0;left:0;z-index:2000;}

.LoadingProgressIco{background: #FFF url(/img/doAjax/loading_dot.gif) no-repeat 10px 1px;padding: 0px 0.5rem 0px 2.5rem;}
.LoadingProgressFlush{
    background: #FFF;
    text-align: center;
    padding: 0px 0.5rem 0px 0.5rem;
    bottom: 10%;
    background-color: #000;
    color: #fff;
    font-size: 0.8rem;
    line-height: 2.5rem;
    position: fixed;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 0.2rem;
    left: 25%;
    text-align: center;
    z-index: 5000
}
.LoadingAgainOperation{
    margin-left: 0.5rem;
    background-color: inherit;
    border: 0px solid #FBD0AE;
    color: #0D8FD1;
    font-weight: bold;
}
.LoadingNetworkClose{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#LoadingErrorBackground{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.loadingError500{    
    padding: 1rem;    
    text-align: center;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1), 0 0 12.8rem rgba(255, 255, 255, .3);
    border-radius: 0.3rem;
    border: 0.05rem solid #999;
}
.loadingError500 span{font-size: 1rem;color: #f76e4b;margin-bottom: 0.5rem;display: block;}
.loadingError500 p{ text-align:left;}
.loadingError500Button{ text-align: right;margin-top: 0.6rem;}
.loadingError500Button a{
  display: inline-block;
  display: inline;
  margin-bottom: 0;
  margin-left: 0.3rem;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e6e6e6;
  border: 0.05rem solid #cccccc;
  border: 0;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  zoom: 1;
  background-color: #51a351;
  background-color: #51a351;
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  -moz-text-shadow: none!important;
  -ms-text-shadow: none!important;
  -o-text-shadow: none!important;
  text-shadow: none!important;
  padding: 0.25rem 0.5rem!important;
  color: #fff;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  border-color: transparent!important;
  text-decoration:none;
}




.notclick {
    pointer-events: none;
}