﻿.Modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 34249320342;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}


.ModalOpen {
    overflow: hidden;
}

.model-full-width {
    width: auto;
    padding: 0 8%;
}

.is-hidden {
    display: none;
}

.is-visuallyHidden {
    opacity: 0;
}

.processDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    /*background-image: url('../../Content/Admin/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;
}
