/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 27, 2016, 4:19:16 PM
    Author     : DURGA
*/

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
   text-align: center;
}
#loading-image {
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 100;
}