﻿.POP_WindowOff{
    display: none!important;
}

@media only screen and (max-width : 799px)
{
    .POP_WindowOn {
        box-sizing: border-box;
        top: 10px;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 1;
        left: 1% !important;
        width: 98% !important;
        display: block;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        font-weight: 500;
        background-color: white;
        border-style: solid;
        border-width: 1px;
        border-top-color: #404040;
        border-right-color: #404040;
        border-bottom-color: #202020;
        border-left-color: #202020;
        text-align: right;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 18px 0px rgba(0,0,0,1);
        -moz-box-shadow: 2px 2px 18px 0px rgba(0,0,0,1);
        box-shadow: 2px 2px 18px 0px rgba(0,0,0,1);
    }

    .POP_WindowHeader {
        text-align: right;
        background-color: #000000;
        width: 100%;
        padding-top: 6px;
        padding-right: 6px;
        padding-bottom: 6px;
        white-space: nowrap;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .POP_WindowHeader table {
            border-spacing: 0px;
        }

    .POP_WindowFrame {
        border-top-color: lightgray;
        border-top-style: solid;
        border-top-width: 1px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        color: #202020;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        width: 100% !important;
        padding-top: 6px;
        padding-bottom: 6px;
        white-space: nowrap;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

}
@media only screen and (min-width : 800px) {
    .POP_WindowOn {
        position: fixed;
        z-index: 1;
        width: 800px !important;
        left: 0;
        right: 0;
        top: 20px;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        font-family: Verdana;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        background-color: white;
        border-style: solid;
        border-width: 1px;
        border-top-color: #404040;
        border-right-color: #404040;
        border-bottom-color: #202020;
        border-left-color: #202020;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 18px 0px rgba(0,0,0,1);
        -moz-box-shadow: 2px 2px 18px 0px rgba(0,0,0,1);
        box-shadow: 2px 2px 18px 0px rgba(0,0,0,1);
    }

        .POP_WindowOn tr {
        }


    .POP_WindowHeader {
        text-align: right;
        background-color: #000000;
        width: 800px;
        white-space: nowrap;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .POP_WindowHeader table {
            border-spacing: 0px;
        }

    .POP_WindowFrame {
        width: 800px !important;
        overflow-x: hidden;
        overflow-y: scroll;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

}
