﻿div.ModalBlockUI, div.EngagementModalBlockUI {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 200;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

div.ModalPopup, div.EngagementModalPopup {
    background-color: white;
    padding: 3px;
    border-radius: 3px;
    z-index: 201;
    position: fixed;
    top: 50px;
    left: 25%;
    min-width: 750px;
    max-width: 750px;
    border: solid black 1px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

div.EngagementPadding
{
    padding-top: 0px;
    padding-bottom: 0px;
}


table.ModalWait
{
    height: 70px;
}

@media (max-width: 800px) {
    div.ModalPopup, div.EngagementModalPopup {
        left: 5%;
        min-width: 90%;
    }
}

@media (max-width: 1200px) {
    div.ModalPopup, div.EngagementModalPopup {
        left: 5%;
    }
}

div.BlockAll {
    z-index: 300;
}

div.ModalAll {
    z-index: 301;
}


div.Loading {
    font-size: 1.1em;
    font-weight: bold;
}