﻿/* for display wait cursor - START */

       .divWaiting{
                position: fixed;
                background: rgba(130,130,130,.9);
                z-index: 2147483647 !important;
                opacity: 0.9;
                overflow: hidden;
                text-align: center; top: 0; left: 0;
                height: 100%;
                width: 100%;
            } 
            
            .child {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                 background: rgba(130,130,130,.9);
                }
                
             .waitimage  
             {
               background:url('../Myimages/Spinner/ajax-loader.gif') center no-repeat;
             } 
                
/* for display wait cursor - START */
                