﻿@media screen and (max-height: 829px) {
    /* long enough to make it support multiple buttons per row, to reduce height */
    .navPanel {
        width: 160px;
    }
}

/* If screen is too small in either direction, we need to reduce button size so users can see more than a few at a time */
@media screen and (max-height: 829px), screen and (max-width:799px) {
    .userButton {
        width: 150px !important;
        height: 80px !important;
        font-size: 16px !important;
        background-size: contain !important;
    }

    .rrNonResidentPageTitle_UserScreen {
        font-size: 16px !important;
    }
}

@media screen and (max-height:1049px) and (min-height: 830px) {
    .navPanel {
        width: 105px;
    }

    .navButton {
        padding-top: 0;
    }
}

@media screen and (min-height:1050px) {
    .navPanel {
        width: 135px;
        padding-bottom: 23px;
    }

    .navButton {
        padding-top: 23px;
        padding-right: 4px;
    }
}

.userButtonContainer
{
    text-align: center;
    position: absolute;
    top:0px;
    left:150px;
    width: calc(100% - 285px); /* 150 for the left, 135 for the size of the sort panel */
    height: 100%;
}

.userButton {
    position: relative;
    display: inline-block;
    background-image: url('../Images/login_init/userSelButton.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #074803;
    height: 127px;
    width: 237px;
    font-size: 26px;
    padding: 10px;
    text-align: left;
}

.UserSelFirstName
{
    padding-left:15px;
    max-width:210px;
    overflow:hidden;
    padding-top: 10px;
    height:100%;
}

.userLogin_Modal_Panel
{
    background-color: transparent;
    width: 100%;
    height:100%;
    left: 0 !important;
    top: 0 !important;
}
.userLogin_Modal_Base {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(197,197,197,1) 7%, rgba(151,151,151,1) 23%, rgba(189,189,189,1) 79%, rgba(255,255,255,1) 100%);
    border-radius: 16px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,1);
    max-width: 512px;
    width: 100%;
    max-height: 845px;
    height: 96%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
}
.userLogin_modal_PINTextbox
{
    padding-top: 33px;
    width: 100%;
    height: 11%;
}
.userLogin_modal_Keypad
{
    padding-left: 0px; 
    width: 100%;
    height: 55%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.userLogin_Modal_UserName
{
    position: relative;
    font-size: 34pt;
    color: #003300;
    height: 12%;
    width: 100%;
    overflow: hidden;
    top: 10px;
}

.navPanel {
    background: rgb(255,255,255,.3);
    box-shadow: 0 0 5px 1px rgb(20,20,20);
    border-radius: 8px 0 0 8px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5000;
}

.navButton
	{
		z-index:5000;
	}

.AuthCopyRightMessage {
    font-weight:bold;
    background: transparent;
    font-family: Arial;
    font-size: 11px;
    z-index: 6500;
    color: #000000;
}

.PINButton {
    max-width: 154px;
    max-height: 81px;
    width: 30%;
    height: 10%;
}