﻿/* wgt-loading */
.wgt-loading{ background:#ddebff; border:1px solid #b1daff; text-align:center; padding:10px;}
.wgt-loading-bar{ width:74px; height:74px; display:inline-block; *display:inline; *zoom:1; background:url('../../images/public/loading.gif') no-repeat 0 0;  overflow:hidden;}
.wgt-loading2,.wgt-loading3{ padding:10px; text-align:center;}
.wgt-loading2 span,.wgt-loading3 span{display:inline-block; *display:inline; *zoom:1;  overflow:hidden; margin:auto; text-align:center;}
.wgt-loading2 span{ background:url('../../images/public/loading.gif') no-repeat 0 0; width:74px; height:74px;}
.wgt-loading3{
    padding: 10px 0 3px 0;
    text-align: center;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    clear: both;
    overflow: hidden;
    font-size: 0px;
}
.wgt-loading3 .loadingIcon{
    background:url('../../images/public/loading.gif') no-repeat center;
    width: 50px;
    height: 50px;
    float: left;
}
.wgt-loading3 .loadingFont{
    vertical-align: middle;
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

.loadingSection{
   width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.loadingSection .loadingMesk{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 998;
       color: #333333;

}

.loadingSection .loadingIcon{
width: 110px;
    height: 50px;
    position: fixed;
    left: 50%;

    padding-top: 70px;
    top: 50%;
    margin: -20px 0 0 -55px;
    z-index: 999;
    border-radius: 6px;
     background: url(/images/public/loading.gif) no-repeat center 25px #fff; 
    /*background: url(/images/ajax/ajax-loader0010.gif) no-repeat center;*/
     /*background: url(/images/ajax/ajax-loader0003.gif) no-repeat center;*/
   
    font-size: 16px;
    text-align: center;
    color: #333333;

    text-align: center;
}
