﻿@media screen and (min-width:1024px) and (min-height:800px) {
    .inputTD {
        width: 61%;
    }

    #tblUserButtons {
        height: 720px;
        width: 1024px;
    }

    #imgBtnLogin {
        position: absolute;
        left: 105px;
        top: 92px;
    }

    #tdLoginButton {
        width: 39%;
    }

    .keyboardButton {
        width: 84px;
        height: 84px;
    }

        .keyboardButton.Login_Uninit_SpecialKey {
            font-size: 14pt;
        }

        .keyboardButton.Login_Uninit_SpecialKey_Left {
            margin-right: 40px;
        }

        .keyboardButton.Login_Uninit_SpecialKey_Right {
            margin-left: 40px;
        }

}

@media not screen and (min-width:1024px) and (min-height:800px) {
    .inputTD {
        width: 80%;
    }

    /* Build the transparent background image to mock up the actual image that is used for 1024x720. We can't use it because it has an empty spot for the login button that doesn't scale well. */
    #tblUserButtons {
        height: 80%;
        width: 80%;
        background-image: none !important;
        background-color: rgb(255, 255, 255, .2);
        box-shadow: -1px 2px 2px rgb(0,0,0, .1);
    }

    .loginButton {
        max-height:60%;
    }

    #tdLoginButton {
        width: 20%;
    }

    #tblKeyPad {
        width: 100%;
    }

    #tdTopKeys, #tdMidKeys, #tdBotKeys {
        width: 100%;
    }

    #tblKeyPad > table {
        width: 100%;
    }

    .keyboardButton {
        min-width: 40px;
        min-height: 40px;
    }
}

.inputTD {
    text-align: left;
    padding-left: 30px;
}

#tdLoginButton {
    position: relative;
}

.keyboardButton {
    background-image: url('../Images/Login_Uninit/btnNumeric.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none;
    outline: none;
    color: #767676;
}

    #ctl00_plcContent_upaLogin {
        height: 100%;
    }

.inputOverlay {
    font-size: 70px;
    color: #206619;
    height: 54%;
    width: 95%;
    background-color: white;
    border-radius: 16px;
    box-shadow: inset 1px 2px grey;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
}

.inputDiv {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    outline: none;
    width: 85%;
    height: 100%;
    padding-left: 5px;
}

.userIDTextBox {
    z-index: 2;
    border-width: 0px;
}

.backspaceContainer {
    position: absolute;
    right: 0;
    display: inline-block;
    height: 100%;
    width: 15%;
}

.backspaceButton {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    height: 100%;
    width: auto;
}

.Login_Uninit_Special_Button { background-position: center; background-image: url('../Images/Login_Uninit/btnSpecial.png'); background-repeat: no-repeat; width: 70px; }
.Login_Uninit_Special_Button_Table_Left { position: absolute; top: 120px; height: 725px; left: 25px; }
.Login_Uninit_Special_Button_Table_Right { position: absolute; top: 120px; height: 725px; left: 1185px; }

.AuthCopyRightMessage {
    font-weight:bold;
    background: transparent;
    font-family: Arial;
    font-size: 11px;
    z-index: 6500;
    color: #000000;
}