﻿#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../Images/spinner.gif') 50% 50% no-repeat rgb(249,249,249);*/
    background:  url('../Content/images/spinner.gif') 50% 50% no-repeat;
    background:  url('../Content/images/spinner.gif') 50% 50% no-repeat;
}



.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb( 255, 255, 255) url('../Content/images/loading-small.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('../Content/images/loading-small.gif') 50% 50% no-repeat;
}        