﻿.skip-link {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    position: static;
    left: auto;
}

.td24 { /*Used with td38 for 3 menu items*/
    width: 24%
}

.td38 {
    width: 38%
}

.td25 { /*Used for 4 menu items*/
    width: 25%
}

.td76 {
    width: 76%;
}

#btnSearch {
    margin-left: 4px;
    font-size: 12pt;
}

#menuIcon {
    display: block;
    margin: auto;
    margin-top: -30px;
}

#mobilePageMenuDIV {
    display: none !important;
    position: absolute;
    top: -9px;
    left: 242px;
    width: calc(100% - 252px);
    height: 100%;
}

#mobilePageMenuDIV table {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 24pt;
    border-collapse: collapse;
}

#bannerBG td {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    text-shadow: 3px 3px black;
    padding-top: 30px;
}

#bannerIMG {
    cursor: pointer;
}

#imgSearch {
    position: absolute;
    right: 44px;
    width: 68px;
    top: 27px;
}

#pageContent {
    z-index: 0;
    position: relative;
    overflow: auto;
    height: calc(100vh - 136px);
    padding-bottom: 14px;
}

#rolladex {
    white-space: nowrap;
    overflow: auto;
    font-size: 30pt;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 5px black;
    width: 100vw;
    border: 1px solid white;
}

#rolladex a {
    border: none !important;
    width: auto !important;
}

#SearchBar
{
    margin-top: 5px !important;
    position: absolute;
    right: 14px;
}

#txtBillSearch {
    margin-left: 16px;
    font-size: 34pt;
    width: 54vw;
}

#txtSearch {
    margin-bottom: -3px;
    margin-right: 4px;
    font-size: 12pt;
}

@media screen and (orientation:landscape) {
    .td24 {
        width: 10% !important;
    }
}

@media only screen and (hover: none) and (pointer: coarse) {
    @media screen and (orientation:landscape) {
        #pageContent {
            height: calc(100vh - 92px) !important;
        }
    }

    @media screen and (orientation:portrait) {
        #pageContent {
            height: calc(100vh - 400px) !important;
        }
    }
}
