﻿.processDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-image: url('../../Content/images/progress.gif');
    background-size: 100px 100px;
    z-index: 34249322;
}

.fullDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
    z-index: 3424565656;
    opacity: 20;
    top: 0;
    left: 0;
}
