﻿.v2_LockOff {
    display: none;
    visibility: hidden
}

.v2_LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    padding-top: 250px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(210,210,210,.95);
    text-align: center
}

.v2_divLock {
    font-size: 1rem;
    font-weight: 700;
    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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: rgba(130,130,130,.8);
    text-align: center
}

.v2_helpmodal {
    display: none;
    position: fixed;
    z-index: 999995;
    padding-top: 75px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(150,150,150,.85)
}

.v2_helpmodal_content {
    background-color: #fff;
    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
}

.v2_helpclose {
    color: #aaa;
    float: right;
    font-size: 1.65rem;
    font-weight: 700
}

    .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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(150,150,150,.85);
    margin: 0 0
}

.v2_divPopMsg {
    border: solid 1px navy;
    border-radius: 15px;
    background-color: #fff;
    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: #fff;
    min-width: 300px;
    max-width: 800px;
    height: 800px;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto
}

.v2_divPopUp {
    border: solid 1px var(--main-brand);
    border-radius: 15px;
    background-color: #fff;
    min-width: 300px;
    max-width: 960px;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto
}

.v2_divPopUpSmallMsg, .v2_divPopUpMsg {
    margin-block: 3rem !important;
    border-radius: 12px;
    background: var(--white);
    padding: 1rem;
}

.v2_divPopUpMsg {
    background-color: #fff;
    min-width: 300px;
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
}

.v2_divPopUpSmallMsg {
    min-width: 300px;
    max-width: 400px;
    max-height: 350px;
    height: 200px;
    width: 95%;
    margin: 0 auto
}

.v2_divPopUpWide {
    border-radius: 12px;
    background-color: #fff;
}

.attachLock {
    border: solid 5px navy;
    background-color: #fff;
    height: 98%;
    min-height: 300px;
    width: 100%;
    padding: 10px;
    margin: 0 auto
}
