﻿
.LoadingProgressBar {
    font-size: 0.8em;
    display:block;
    margin-top:-14px;
    text-align:left;
    line-height:27px;
    font-weight:bold;
    position:fixed;
    top:30%;
    left:10%;
    z-index:2001;
    border:solid 1px #9FCD75;
    color: #666;
    font-weight: normal !important;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
}
.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 10px 0px 50px;}
.LoadingProgressFlush{
    background: #FFF;
    text-align: center;
    padding: 0px 10px 0px 10px;
    bottom: 10%;
    left: 22%;
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    line-height: 2.5em;
    position: fixed;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #fff;
    border-radius: 4px;
    left: 25%;
    text-align: center;
    font-size: 0.8em;
    z-index: 5000
}
.LoadingAgainOperation{
    margin-left: 10px;
    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: 20px;    
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);
    border-radius: 6px;
    border: 1px solid #999;
}
.loadingError500 span{ font-size: 2em; color: #f76e4b}
.loadingError500Button{ text-align: right;    margin-top: 12px;}
.loadingError500Button a{
  display: inline-block;
  display: inline;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e6e6e6;
  border: 1px solid #cccccc;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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: 5px 10px!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;
}




