﻿.v2_LockOff {
    display: none;
    visibility: hidden;
}

.v2_LockOn { /*FOR ROTATING ICON*/
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    padding-top: 250px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(230, 230, 230, 0.95);
    text-align: center;
}

.v2_divLock {
    font-size: 1.0rem;
    font-weight: bold; 
    color: Navy; 
    border: none; 
    background-color: none;
    width: 85px;
    padding: 10px;
    margin: 0 auto;
}

.popUpLockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 900;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(130, 130, 130, 0.8); 
    text-align: center;
}

/* ============================== */
/* The Modal (background) */
.v2_helpmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999995; /* Sit on top */
    padding-top: 75px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(150, 150, 150, 0.85);
}

/* Modal Content */
.v2_helpmodal_content {
    /*background-color: rgb(225,240,245); */
    background-color: white;
    margin: 0 auto;
    padding: 15px;
    border: solid 1px navy;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    max-height: 800px;
    min-height: 400px;
    overflow-y: auto;
}

/* The Close Button */
.v2_helpclose {
    color: #aaaaaa;
    float: right;
    font-size: 1.65rem;
    font-weight: bold;
}

    .v2_helpclose:hover, .v2_helpclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* ============================== */
.PopUpOff {
    display: none;
    visibility: hidden;
}

.v2_PopUpOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999990;
    top: 0px;
    left: 0px;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(150, 150, 150, 0.85);
    margin: 0 0;
}

.v2_divPopMsg {
    border: solid 1px navy;
    border-radius: 15px;
    background-color: white;
    min-width: 300px;
    max-width: 800px;
    height: 350px;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto;
}

.v2_divVerticalBars {
    overflow-y: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

.v2_divPopUpTall {
    border: solid 1px navy;
    border-radius: 15px;
    background-color: white;
    min-width: 300px;
    max-width: 800px;
    height: 800px;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto;
}

.height-500 {
    height: 500px !important;
}
.height-600 {
    height: 600px !important;
}

.v2_divPopUp {
    border: solid 1px navy;
    border-radius: 15px;
    background-color: white;
    min-width: 300px;
    max-width: 800px;
    height: 600px;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto;
}

.v2_divPopUpMsg {
    border: solid 1px navy;
    border-radius: 15px;
    background-color: white;
    min-width: 300px;
    max-width: 600px;
    height: 350px;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto;
}

.v2_divPopUpWide {
    border: solid 1px navy;
    border-radius: 15px;
    background-color: white;
    min-width: 300px;
    height: 800px;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto;
}

.attachLock {
    border: solid 5px navy;
    background-color: white;
    height: 98%;
    min-height: 300px;
    /*top: 25px;*/
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.v2_PopUpOn-custom .v2_divPopUpMsg {
    max-width: 700px !important;
}