﻿.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(200, 200, 200, 0.7);
    text-align: center;
}

.divLock {
    font-size: 9pt;
    font-weight: bold;
    color: var(--black);
    width: 95px;
    padding: 10px;
    margin: 0 auto;
    background-color: white;
}

.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: 3px solid Navy;
    border-radius: 5px;
    width: 80%;
    max-width:600px;
}

/* 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: 800px;
    min-height: 250px;
    width: 95%;
    padding: 10px;
    margin: 0 auto;
}

.attachLockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.attachLock {
    border: solid 5px navy;
    background-color: white;
    height: 98%;
    min-height: 300px;
    /*top: 25px;*/
    width: 98%;
    padding: 10px;
    margin: 0 auto;
}

.divPopUp.sml-popup {
    max-width: 400px;
}

    .divPopUp.sml-popup .div-field {
        padding:4px 2px;
    }


