﻿/******AJAX LOADER******/
.overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    opacity: 0.8;
    /*background-color : #f5f5f5;*/
    width: 100%;
    height: 100%;
}

.page-loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url("../Images/ajax-loader.gif") no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
