﻿/*AJAX LOADING*/
.loading-container
{
    display: none;
}

.loading-backdrop
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    text-align: center;
    padding-top: 23%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=6);
    z-index: 9998;
}

.loading-img
{
    width: 62px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -10%;
    z-index: 9999;
    width: 20%;
    text-align: center;
}

.loading-img span
{
    font-size: 12px;
    width: 100%;
    color: #002E6A;
}
