﻿.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    padding-top: 250px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(130, 130, 130, 0.5);
    text-align: center;
}

.divPopUpSmall {
    font-size: 9pt;
    font-weight: bold;
    color: Navy;
    border: solid 5px navy;
    border-radius: 5px;
    background-color: white;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 200px;
    padding: 15px;
}

.divPopUpMain {
    font-size: 9pt;
    color: Navy;
    border: solid 5px maroon;
    border-radius: 5px;
    background-color: white;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 600px;
    padding: 15px;
}

.popUpLockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(130, 130, 130, 0.8); /*rgb(219,229,241);*/
    text-align: center;
}



/* The Modal (background) */
.helpmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.helpmodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.helpclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .helpclose:hover, .helpclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


/* ============================== */
.PopUpOff {
    display: none;
    visibility: hidden;
}

.PopUpOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    padding-top: 25px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(130, 130, 130, 0.8);
}

.divPopUp {
    border: solid 5px navy;
    background-color: white;
    min-width: 300px;
    max-width: 600px;
    min-height: 300px;
    width: 95%;
    padding: 25px;
    margin: 0 auto;
}

.divPopUpWide {
    border: solid 5px navy;
    text-align: left;
    background-color: white;
    min-width: 300px;
    max-width: 1200px;
    min-height: 300px;
    width: 90%;
    height: 90%;
    padding: 15px;
    margin: 25px auto;
}