﻿a {
    text-decoration: none;
    color: blue;
}

body {
    font-size: 11.5pt;
    overflow: auto;
}

h2 {
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}

h3 {
    margin: 0px;
}

p {
    margin-top: 0px;
}


.cell {
    position: relative;
    width: 50%;
}

.centeredTitleText {
    padding-top: 0px;
}

.container {
    padding: .8%;
    width: 97%;
    margin-left: .7%;
}

.mapTitle {
    position: relative;
    width: fit-content;
    margin: auto;
    /*box-shadow: 0px 0px 5px 2px gray;*/
}

.nowrap {
    white-space: nowrap
}

.selected {
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    white-space: nowrap;
}

.unselected {
    padding: 10px;
    border-radius: 10px;
    background-color: lightgray;
    cursor: pointer;
    white-space: nowrap;
}


#accessibilityAndRecordingNotice {
    width: 100%;
    display: inline-block;
    text-align: center;
}

#accessibilityMain {
    margin-bottom: 10px;
    margin-top: 24px;
}

#accessibilityMainCellLeft {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

#accessibilityMainCellRight {
    min-width: 520px;
    vertical-align: top;
}

#accessibilityMainWrapper {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
    text-align: left;
}

#adaContactInfo {
    display: inline-block;
    width: 38.5%;
    vertical-align: top;
    text-align: left;
}

#closedCaptioning {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    text-align: left;
}

#collapseIcon {
    cursor: pointer;
    vertical-align: top;
    margin-top: 2%;
    position: fixed;
}

#imgExpand {
    cursor: pointer;
    width: 50px;
    vertical-align: top;
    top: 1%;
    right: 1%;
    position: absolute;
}

#imgLinks {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-bottom: 2px;
}

#imgSwapper {
    display: block;
    width: 100%;
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
}

#mapWrapper {
    position: relative;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

#mainouter {
    top: 8px !important;
    position: static !important;
}

#mainbody {
    position: relative;
    width: 100%;
    height: 100%;
}

#parkingMapDIV {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: fit-content;
    font-weight: bold;
}

#popUp {
    position: fixed;
    top: 120px;
    left: 0px;
    width: 100%;
    height: calc(100% - 120px);
    text-align: center;
    background-color: white;
    overflow: auto;
    display: none;
}

#popUpIMG
{
    width: 85%;
}

#topMenu {
    width: 101.2% !important;
}

@media screen and (orientation:landscape) {
    #mainbody {
        overflow: hidden !important;
    }
}

@media screen and (orientation:portrait) {
    body {
        font-size: 20pt !important;
    }

    h1 {
        font-size: 32pt !important;
    }

    h2 {
        font-size: 28pt !important;
    }

    .cell {
        display: block !important;
        width: 96% !important;
        padding-bottom: 50px !important;
    }

    #accessibilityMainCellLeft {
        padding-top: 80px !important;
    }

    #imgExpand
    {
        display: none !important;
    }

    .mapTitle {
        margin-top: 42px !important;
    }

    .nowrap {
        white-space: normal !important;
    }

    .selected, .unselected {
        line-height: 94px !important;
    }
}
