﻿body {
}

.loadingDiv {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/Pulse.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.hide {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.spinbox {
    width: 100%;
    justify-content: center;
    display: flex;
}