﻿
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.96;
    background-color: #fff;
    z-index: 299;
    text-align: center;
    display: none;
}

#loading-image {
    z-index: 100;
    clear: both;
    display: inline-block;
    margin: 40px 0px;
}

#loading-txt {
    clear: both;
    font-size: 20px;
    z-index: 101;
    color: #000;
}
