body,
input,
select,
textarea,
button,
.ui-btn {
    font-family: 'SF Display', 'Open Sans', sans-serif !important;
    text-shadow: none !important;
}

div.ui-content p.confirm {
    display: inline-block;
}

.ui-panel-inner {
    padding: 0;
}

.ui-controlgroup {
    margin: 0;
}

.ui-popup-radius {
    border-radius: 1em;
}

.ui-collapsible-set .ui-collapsible-inset {
    margin: -1px -16px 0px -16px;
}

.ui-collapsible-inset, .ui-collapsible-set {
    margin: 0em;
}

.ui-input-text.never-focus {
    box-shadow: none !important;
}

#bars-button {
    margin: 7px;
}

.ui-state-disabled {
    opacity: 0.5 !important;
}

.btnLeft {
    float: left;
}

.btnRight {
    float: right;
}

#viewTypeGroup,
#resultContainer,
#manageTypeGroup {
    text-align: center;
    margin: 5px 0;
}

#durationShow {
    text-align: center;
    font-size: 200%;
}

.pdataContainer {
    text-align: left;
}

.pdataLabel {
    font-weight: bold;
    float: left;
    width: 120px;
}

.tblock {
    margin-left: 20px;
}

.verifyImg {
    width: 20px;
    height: 20px;
}

.ui-listview-filter-inset {
    margin-top: 0;
}

.inline-block-wrapper {
    display: inline-block;
    overflow: hidden;
}

.center {
    text-align: center;
}

.divider {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-stroke thead th {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.table-stroke tbody th,
.table-stroke tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.bold {
    font-weight: bold !important;
}

.edit_label {
    font-weight: bold;
}

h3 {
    margin-bottom: 5px;
}

.menuMarginFix {
    margin: 0 !important;
}

.zoneSelectBtn {
    width: 75px !important;
}

.noBottomMargin {
    margin-bottom: 0;
    margin-top: 5px;
}

.stay-left {
    float: left;
    vertical-align: middle;
    padding: 20px;
}

.stay-right {
    display: inline;
    float: right;
    width: 100%;
}

.btn-right {
    float: right;
}

.line-item-sec {
    clear: both;
    overflow: auto;
    width: 100%;
    zoom: 1;
}

.line-item-key {
    width: 50%;
    text-overflow: ellipsis;
}

.line-item-value {
    width: 50%;
    float: right;
}

.button-align-left {
    width: auto;
}

.button-align-right {
    width: auto;
}

.offerContainer {
    border-radius: 7px;
    background: linear-gradient(#FFFADF, #FFF3A5) repeat scroll 0 0 #FFF9DF;
}

.availableBalancesContainer {
    margin: 10px;
}

.capitalize {
    text-transform: uppercase;
}

.offerDiv {
    border: 2px solid;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}

.autoRechargeText {
    text-align: center;
    text-shadow: 0 0 0;
    color: #FFF;
}

.offerDetail {
    clear: both;
    overflow: auto;
    width: 100%;
    zoom: 1;
}

.offerName {
    float: left;
    text-shadow: 0 0 0;
    color: #FFF;
    padding: 20px;
}

.divRight {
    float: right;
}

.offerDesc {
    clear: both;
    overflow: auto;
    text-align: center;
    text-shadow: 0 0 0;
    zoom: 1;
}

.notFound {
    margin-top: 15%;
    text-align: center;
}

.list-item-sec {
    clear: both;
    overflow: auto;
    white-space: normal;
    width: 100%;
    zoom: 1;
}

.list-item-key {
    width: 75%;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 1em !important;
}

.list-item-value {
    width: 25%;
    float: right;
    text-align: right;
    font-weight: normal;
    font-size: 1em !important;
}

.list-item {
    background-color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    color: #FFF;
}

.zone-cash-history-list {
    padding: 0px 16px;
}

.history-list-item {
    margin-bottom: 1px;
}

.ui-collapsible-heading-toggle {
    border-bottom: none;
}

.ui-collapsible-heading-collapsed .ui-collapsible-heading-toggle {
    border-bottom: 1px solid #000;
}

.listItemNoIcon > h2 > a {
    padding-left: 40px;
}

.offerHistoryRow > h2 > a {
    padding-left: 1em !important;
    overflow-wrap: break-word;
}

.offerHistoryRow > h2 > a > .offerHistoryRowHeader > .ui-block-a {
    text-align: left;
}
.offerHistoryRow > h2 > a > .offerHistoryRowHeader > .ui-block-b,
.offerHistoryRow > h2 > a > .offerHistoryRowHeader > .ui-block-c {
    text-align: center;
}
.offerHistoryRow > h2 > a > .offerHistoryRowHeader > .ui-block-d {
    text-align: right;
}

@media only screen and (max-width: 450px) {
    .offerHistoryRow, .offerHistoryRowHeader {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 360px) {
    .offerHistoryRow, .offerHistoryRowHeader {
        font-size: 11px !important;
    }
}
@media only screen and (max-width: 320px) {
    .offerHistoryRow, .offerHistoryRowHeader {
        font-size: 9px !important;
    }
}

.footer {
    text-align: center;
    font-weight: normal;
}

.offer-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-list-item-padding {
    height: 60px;
}

.noPaddingLeft {
    padding-left: 0;
}

.cctypeIcon {
    width: 50px;
    vertical-align: middle;
}

.cardItemTextContainer {
    float: left;
    height: 30px;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cardSubText {
    display: none;
    font-size: 0.6em;
    margin-left: 4px;
}

.cardItem_makeDefault, .cardMakeDefaultDiv {
    margin: 15px 0 15px 0;
}

.cardItem_makeDefaultLabel, .cardMakeDefaultLabel {
    float: left;
}

.ccNameContracts {
    padding-right: 15px;
}

.ccTailContracts {
    padding-right: 15px;
}

.ccRemoveExisting {
}

.pickerButton p {
    font-size: 2em;
    margin: -0.15em;
}

li.pickerColumn span {
    text-align: center;
}

li.pickerColumn h1 {
    margin-bottom: -10px;
}

.pickerValue {
    text-align: center;
}

.error-in-field {
    background-color: #E6AEAE;
}

.item {
    margin: 0 0 2em;
    padding: 1em;
}

.rounded {
    border-radius: 8px;
}

.dark {
    background: none repeat scroll 0 0 #2A3333;
}

.map {
    height: 400px;
    width: 100%;
}

.right-margin {
    margin-right: 1em;
}

.zoneItem {
    font-weight: normal;
}

.zoneImage {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.zoneDetail {
    display: inline-block;
}

.zoneHeader {
    font-size: 1.1em;
    font-weight: bold;
}

.zoneAddress {
    font-size: 0.9em;
}

.zoneAddressDetail {
    font-size: 0.8em;
}

.zoneImage img {
    height: 35px;
    width: 35px;
}

.addressSpanLabel {
    font-weight: bold;
}

.zoneDetails {
    margin: 10px;
    padding: 10px;
}

.ui-loader-background {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.32);
    display: none;
    position: fixed;
    z-index: 100;
}

.ui-loading .ui-loader-background {
    display: block;
}

.content-without-margin {
    margin: 0 !important;
    padding: 15px 0 0;
}

.footer_msg {
    bottom: 3px;
    text-align: center;
}

.footer_label {
    margin: 0.15em;
}

.small {
    font-size: 0.8em;
}

.billing_parent {
    padding-top: 15px;
}

#indexFooter {
    text-align: center;
}

.convenienceFeeBreakMessage {
    text-align: left;
}

#recentlpnlist {
    margin-top: 15px;
}

.popupWithTitle {
    max-width: 1890px;
    top: 386.5px;
    left: 797px;
    min-width: 300px;
}

.margin_bottom {
    margin-bottom: 5px;
    margin-top: 5px;
}

.tagDiv {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.tagFormTitle {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
}

#regItem {
    padding-left: 5px;
}

.ui-btn,
.ui-btn-text,
.ui-title {
    white-space: normal !important;
}

#sessionParkedIn,
#sessionParkedZone {
    text-align: center;
    font-weight: bold;
}

.extendFullWidth {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui-popup-screen {
    background-color: #fff !important;
    opacity: 1 !important;
}

.line-item-value,
.line-item-key,
.list-item-key,
.list-item-value {
    width: auto !important;
    display: inline-block !important;
}

.line-item-key,
.list-item-key {
    min-width: 50px;
}

.ui-panel > .listview > .ui-btn > .ui-btn-inner > .ui-btn-text > a {
    color: #fff !important;
}

.center,
.centered {
    text-align: center;
}

.toplabelalignment {
    text-align: left;
}

.bottomlabelalignment {
    text-align: center;
}

.zc-header {
    font-size: .8em !important;
}

.zc-header > .ui-grid-c > .ui-block-a {
    text-align: left;
}
.zc-header > .ui-grid-c > .ui-block-b,
.zc-header > .ui-grid-c > .ui-block-c {
    text-align: center;
}
.zc-header > .ui-grid-c > .ui-block-d {
    text-align: right;
}

#zoneEntryImage {
    max-width: 460px;
}

/*
@media only screen and (min-width:960px){
     styles for browsers larger than 960px;
     #zoneEntryImage {
            max-width: 460px;
      }
}
*/
/*
@media only screen and (min-width:1440px){
     styles for browsers larger than 1440px;
    #zoneEntryImage {
            max-width: 460px;
    }
}
*/
/*
@media only screen and (min-width:2000px){
     for sumo sized (mac) screens
    #zoneEntryImage {
        max-width: 460px;
    }
}
*/

@media only screen and (max-device-width:600px){
    /* styles for mobile browsers smaller than 600px (iPhone) */
    #zoneEntryImage {
        max-width: 220px;
    }
}
@media only screen and (max-width:600px){
    /* styles for browsers smaller than 600px in mobiles */
    #zoneEntryImage {
        max-width: 220px;
    }
}

/*
@media only screen and (device-width:768px){
     default iPad screens
    #zoneEntryImage {
        max-width: 460px;
    }
}
*/

#backgroundImage {
    max-width: 580px;
}

#landingPageImage {
    max-width: 100%;
}

#landingPageImageEasyParkSplash {
    margin: 100px 0 40px;
    max-width: 100%;
}

#haveAccountLabel {
    margin-top: 15px;
    margin-bottom: 0;
    color: white;
    text-align: center !important;
}

#registerBtn {
    margin-right: 0;
    min-width: 90px;
}

#signinBtn {
    margin-right: 0;
    min-width: 90px;
}

#ws_welcome_title,
#ws_welcome_message2,
#ws_welcome_message {
    text-align: center;
    margin-bottom: 3px;
}

#ws_welcome_message2 {
    margin-bottom: 15px !important;
}

#ws_welcome_message {
    margin-bottom: 10px !important;
}

#pointsContainer {
    max-width: 450px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    margin-bottom: 15px;
}

.ws_point,
.splash_point_bullet {
    display: inline !important;
    vertical-align: middle !important;
}

.welcomeinfo {
    font-size: .9em !important;
}

.ws_point {
    font-size: .8em !important;
}

.ws_point4 {
    margin-top: 15px !important;
}

.splash_point_bullet {
    width: 25px;
    margin-right: 10px;
}

#downloadappdiv {
    text-align: center;
}

#downloadappdiv .downloadappimage {
    height: 50px;
}

.ui-header .ui-title,
.ui-footer .ui-title {
    margin: 0 15% !important;
}

#easyparkSplashFooterButtons {
    bottom: 20px;
    left: 20px;
    position: fixed;
    right: 20px;
}

#easyparkSplashFindLocationButton {
    margin-bottom: 20px;
}

#easyparkSplashSideBySideButtons {
    height: 52px;
}

#easyparkSplashOnlineChatButton,
#easyparkSplashEmailSupportButton {
    box-sizing: border-box;
    font-size: 12px;
    position: absolute;
}

#easyparkSplashOnlineChatButton {
    border-bottom-right-radius: 0 !important;
    border-right: 2px solid #fff;
    border-top-right-radius: 0 !important;
    left: 0;
}

#easyparkSplashEmailSupportButton {
    border-bottom-left-radius: 0 !important;
    border-left: 2px solid #fff;
    border-top-left-radius: 0 !important;
    right: 0;
}

/*------------------------------------------------*/
/* Switch SECTION START*/
/*------------------------------------------------*/
.Switch {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
    height: 18px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    float: right;
}

.Switch.Round.On {
    background: #1F1F1F;
}

body.IE7 .Switch { width: 78px; }

.Switch span { display: inline-block; width: 35px; }
.Switch span.On { color: #33d2da; }

.Switch .Toggle {
    position: absolute;
    top: 1px;
    width: 37px;
    height: 25px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    z-index: 999;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

.Switch.Disabled {
    background: grey;
    pointer-events: none;
}

/* Round Switch */
.Switch.Round {
    padding: 0px 20px;
    border-radius: 40px;
}

body.IE7 .Switch.Round { width: 1px; }

.Switch.Round .Toggle {
    background: #ECECEC;
    border-radius: 40px;
    width: 14px;
    height: 14px;
}

.Switch.Round.On .Toggle {
    left: 58%;
}
.Switch.Round.Off .Toggle {
    left: 3%;
}






#currentDateView {
    height: 100px;
}

#currentDateView #currentDateHeadingLabel {
    color: #ccc;
    font-size: 20px;
    text-align: center;
}

#currentDateView #currentDateTimeLabel {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}

#sessionTicketData {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

#sessionTicketData #sessionTicketFareName {
    font-size: 1.3em;
    font-weight: bold;
}

#sessionTicketData #sessionTicketExpiresDateWrapper {
    border-top: 1px solid #fff;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
}

#sessionTicketData #sessionTicketExpiresLabel {
    color: #ccc;
}

#sessionButtonView {
    margin-top: 20px;
    text-align: center;
}

#sessionButtonView .transitSessionButtonWrapper {
    display: inline-block;
}

#sessionButtonView .transitSessionButtonLabel {
    color: #000;
    font-size: 0.8em;
}

#sessionButtonView .transitSessionButton {
    -webkit-appearance: none;
    background-color: #f1961c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    border-radius: 5px;
    border: 0 none;
    cursor: pointer;
    height: 65px;
    margin: 5px 20px 20px;
    outline: 0 !important;
    padding: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    width: 65px;
}

#sessionButtonView .transitSessionButton:focus {
    outline: 0 !important;
}

#sessionButtonView #transitSessionDetailsButton {
    background-image: url("../images/icons/white_48/details_icon.png");
}

#sessionButtonView #transitSessionDiscountButton {
    background-image: url("../images/icons/white_48/discount_icon.png");
}

#sessionButtonView #transitSessionQRCodeButton {
    background-image: url("../images/icons/white_48/qrcode_icon.png");
}

#sessionButtonView #transitSessionShowRouteButton {
    background-image: url("../images/icons/white_48/route_icon.png");
}

#transitSession .ui-popup .ui-content p {
    text-align: left !important;
}

#transitSession #countdownTimerContainer.countdownTimerContainerTransit {
    background-color: #4d9d0a;
    border-top: none !important;
    bottom: 0;
    font-size: 2.0em;
    height: 100px;
    left: 0;
    position: fixed;
    width: 100%;
}

#transitSession #countdownTimerContainer.countdownTimerContainerTransit #countdownTimerLabel {
    float: left;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    text-align: right;
    width: 35%;
}

#transitSession #countdownTimerContainer.countdownTimerContainerTransit #countdownTimer {
    float: right;
    margin-top: 10px;
    width: 65%;
}

#transitSession #countdownTimerContainer.countdownTimerContainerTransit #countdownTimer .countdownTimetext,
#transitSession #countdownTimerContainer.countdownTimerContainerTransit #countdownTimer .countdownSectionDivider {
    color: #fff;
    text-shadow: none !important;
}

#transitTicketContent {
    background-color: #fff;
    color: #000;
    left: 0;
    min-height: 80%;
    position: absolute;
    right: 0;
    top: 165px;
}

@media all and (max-device-width: 560px) and (orientation: portrait) {
    #transitTicketContent {
        min-height: 90%;
    }
}

@media all and (max-device-width: 560px) and (orientation: landscape) {
    #transitSession #countdownTimerContainer.countdownTimerContainerTransit {
        height: 70px;
    }
    #transitSession #countdownTimerContainer.countdownTimerContainerTransit #countdownTimerLabel {
        height: 60px;
        line-height: 60px;
    }
    #transitSession #countdownTimerContainer.countdownTimerContainerTransit #countdownTimer {
        margin-top: -5px;
    }
    #transitTicketContent {
        min-height: 125%;
    }
}

#transitSession #ticketSeriesOfDots {
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1;
}

#transitSession .ticketSeriesDot {
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    height: 15px;
    margin: 6px 8px;
    width: 15px;
}

#transitSession .ticketSeriesDot:hover,
#transitSession .ticketSeriesDot.selected {
    background-color: #fff;
}

.qrcode {
    height: 256px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 256px;
}

#countdownTimerContainer {
    text-align: center;
    font-size: 2.6em;
    padding: 10px;
    color: #fff;
    background-color: #333;
    font-weight: normal;
}

.countdownSection {
    display: inline-block;
    vertical-align: top;
}

.countdownSubtext {
    font-size: .4em !important;
    display: block;
}

.countdownTimetext {
    margin-bottom: 2px;
    display: block;
}

#pickerNext {
    margin-bottom: 80px;
}

.timepickerTimeLabel,
.timepickerTimeValue {
    display: block;
}

.timepickerTimeValue {
    font-size: 2.0em;
    margin-top: 15px;
}

.timepickerTimeLabel {
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.shortcutButton {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.ui-icon-bars:after {
    background-size: 25px !important;
    border-radius: 0 !important;
}

.ui-icon-back-header:after {
    background-size: 25px !important;
}

.sidemenu {
    background-color: #333;
    /* background-color: #00001c; */
}

.supportItem {
    margin-top: 20px;
}

#lengthOfStayDesc {
    font-size: .9em !important;
}

#zoneWarningMessage,
#convenienceFeeBreakMessage {
    font-size: .8em !important;
}

#lpngridblock {
    margin-top: 4px !important;
}

#moreHistoryLabel, #moreHistoryLabelOnline {
    margin-bottom: 5px !important;
}

#moreHistoryButton {
    margin-right: 0;
}

#poweredbydiv {
    text-align: center !important;
}

#poweredby {
    opacity: .8 !important;
    height: 38px !important;
    margin-top: 15px;
}

.privacyLink,
.termsLink {
    background-color: #ccc;
    border-radius: 5px;
    padding: 3px !important;
    color: #FFF;
    text-decoration: none;
    font-weight: bold !important;
    font-size: 1.2em !important;
    margin: 5px;
}

#zoneInfo {
    border-radius: 0.3125em;
}

#zoneEntryContainer .ui-btn-icon-notext {
    height: 2em !important;
    width: 2em !important;
}

#zoneEntryContainer #addressDropdown-button {
    padding: 0.5em 1em;
}

@media only screen and (max-width: 420px) {
    #zoneEntryContainer .ui-block-a {
        margin-left: 0.5em;
        width: 78% !important;
    }

    #zoneEntryContainer .ui-block-b {
        float: right;
        width: 18% !important;
    }

    #zoneEntryContainer .ui-block-aa {
        float: left;
        margin-left: 0.5em;
        width: 18% !important;
    }

    #zoneEntryContainer .ui-block-bb {
        float: right;
        width: 78% !important;
    }
}

@media only screen and (max-width: 620px) and (min-width: 421px) {
    #zoneEntryContainer .ui-block-a {
        margin-left: 0.5em;
        width: 83% !important;
    }

    #zoneEntryContainer .ui-block-b {
        float: right;
        width: 14% !important;
    }

    #zoneEntryContainer .ui-block-aa {
        float: left;
        margin-left: 0.5em;
        width: 14% !important;
    }

    #zoneEntryContainer .ui-block-bb {
        float: right;
        width: 83% !important;
    }
}

@media only screen and (min-width: 621px) and (max-width: 820px) {
    #zoneEntryContainer .ui-block-a {
        margin-left: 0.5em;
        width: 88% !important;
    }

    #zoneEntryContainer .ui-block-b {
        float: right;
        width: 10% !important;
    }

    #zoneEntryContainer .ui-block-aa {
        float: left;
        margin-left: 0.5em;
        width: 10% !important;
    }

    #zoneEntryContainer .ui-block-bb {
        float: right;
        width: 88% !important;
    }
}

@media only screen and (min-width: 821px) and (max-width: 1020px) {
    #zoneEntryContainer .ui-block-a {
        margin-left: 0.5em;
        width: 90% ;
    }

    #zoneEntryContainer .ui-block-b {
        float: right;
        width: 8%;
    }

    #zoneEntryContainer .ui-block-aa {
        float: left;
        margin-left: 0.5em;
        width: 8% !important;
    }

    #zoneEntryContainer .ui-block-bb {
        float: right;
        width: 90% !important;
    }
}

@media only screen and (min-width: 1021px) and (max-width: 1400px) {
    #zoneEntryContainer .ui-block-a {
        margin-left: 0.5em;
        width: 93% ;
    }

    #zoneEntryContainer .ui-block-b {
        float: right;
        width: 6% ;
    }

    #zoneEntryContainer .ui-block-aa {
        float: left;
        margin-left: 0.5em;
        width: 6% !important;
    }

    #zoneEntryContainer .ui-block-bb {
        float: right;
        width: 93% !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1680px) {
    #zoneEntryContainer .ui-block-a {
      margin-left: 0.5em;
      width: 94% ;
    }

    #zoneEntryContainer .ui-block-b {
        float: right;
        width: 5% ;
    }

    #zoneEntryContainer .ui-block-aa {
        float: left;
        margin-left: 0.5em;
        width: 5% !important;
    }

    #zoneEntryContainer .ui-block-bb {
        float: right;
        width: 94% !important;
    }
}

@media only screen and (min-width: 1681px) {
    #zoneEntryContainer .ui-block-a {
        margin-left: 0.6em;
        width: 95% ;
    }

    #zoneEntryContainer .ui-block-b {
        float: right;
        width: 4%;
    }

    #zoneEntryContainer .ui-block-aa {
        float: left;
        margin-left: 0.6em;
        width: 4% !important;
    }

    #zoneEntryContainer .ui-block-bb {
        float: right;
        width: 95% !important;
    }
}

#zoneInfoWebViewIFrame {
    border: none;
    min-height: 300px;
    width: 100%;
}

#validationMerchantsWebViewIFrame {
    border: none;
    width: 100%;
}

.validationMerchants {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

#acceptTextConfirmationPopup-popup {
    width: 350px;
    left: auto;
    right: auto;
}

#report,
#offerHist {
    clear: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.termsLinkContainer {
    margin-bottom: 10px;
}

.termsLinkPopup {
    color: #0D492B !important;
    text-decoration: underline;
    font-size: 1em !important;
}

.privacyPolicyFrameContainer {
    /* approx size of greenp privacy policy iframe */
    height: 4290px;
}

.termsFrameContainer {
    /* approx size of greenp terms and conditions iframe */
    height: 5892px;
    padding-bottom: 20px;
}

.termsFrame {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.privacyPolicyFrame {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#session {
    padding-bottom: 70px;
}

.shutterpanel {
    background-color: rgba(51, 51, 51, 1);
    border-top: 1px solid #FFF;
    display: none;
    left: 0;
    height: 80%;
    position: fixed;
    top: 20%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 100;
}

.shutterpanel .shutterpanelline {
    color: #FFF;
    cursor: pointer;
    /* font-family: "Helvetica Neue" !important; */
    font-size: 40px;
    font-weight: bold;
    left: 0;
    padding-bottom: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 0 #444;
    top: -25px;
}

.shutterpanel h1 {
    color: #FFF;
    /* font-family: "Helvetica Neue"; */
    font-size: 26px;
    font-weight: 100;
    padding-top: 15px;
    text-align: center;
    text-shadow: 0 0 0 #444;
}

.shutterpanel .shutterpanelcontentwrapper {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.shutterpanel .shutterpanelcontent {
    bottom: 20px;
    left: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 20px;
    top: 100px;
    user-select: text;
}

.shutterpanel .shutterpanelcontent a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ticket_btn {
    margin: 5px;
    padding: 10px 20px;
    display: inline;
    border-radius: 5px;
    font-size: 2.5em;
}

.ticket_btn_div {
    margin: 30px 15px 19px;
}

#findParking #map-canvas-container {
    position: relative;
}

#findParking,
#map-canvas {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

#infowin-content {
    display: inline-block;
    width: 200px;
    margin: auto;
    font-weight: 400;
    text-align: center;
    color: #222;
    cursor: pointer;
}

.arrowDiv {
    text-align: right;
    width: 50px;
    display: inline-block;
}

#infowin-content a:hover {
    color: #373738;
}

#zi_address {
    font-weight: bold;
}

#zi_freeform_info {
    margin-bottom: 10px;
}

.help-overlay,
.help-overlay-mobile {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.help-overlay-background,
.help-overlay-background-mobile {
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    opacity: 0.8;
    top: 0;
    width: 100%;
    z-index: 110;
}

.help-overlay-content,
.help-overlay-content-mobile {
    box-sizing: border-box;
    color: #fff;
    position: relative;
    text-align: center;
    text-shadow: none;
    width: 100%;
    z-index: 120;
}

.help-overlay-content {
    font-size: 22px;
    padding: 60px;
}

.help-overlay-content-mobile {
    padding: 20px 15px;
}

.help-overlay-close {
    background-color: transparent;
    color: white;
    border: none;
}

img.lpnHelpImage {
    display: block;
    left: 50%;
    margin-left: -240px;
    margin-top: 25px;
    position: relative;
}

img.lpnHelpImageMobile {
    display: block;
    height: 100%;
    width: 100%;
}

.partnerlogo_class {
    display: block;
    height: 75px;
    margin: 1% auto;
    width: 75px;
}

.partnerlogo_class_detail {
    display: block;
    height: 100px;
    margin: 1% auto;
    padding-bottom: 1%;
    width: 100px;
}

.green_success_tick {
    display: block;
    height: 50px;
    margin: 1% auto;
    width: 50px;
}

/*#viewEligibility .valid_from,
#viewEligibility .valid_upto {
    font-weight: bold;
}*/

.deals_row_container {
    border: 1px solid grey;
    clear: both;
    margin-bottom: 1%;
    min-height: 80px;
    padding: 2%;
}

.operator_logo {
    float: left;
    padding-right: 0.5%;
}

.active_eligibility_label {
    padding: 2% 0;
}

.findDeals,
.backToProfile {
    display: block;
    margin-right: auto;
}

.activeSessionZoneInfoBtn_compact {
    width: 8% !important;
    background-image: url("../images/icons/white_48/info_icon.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto 30px !important;
    float: left !important;
    height: 44px;
    box-sizing: border-box !important;
}

.activeSessionZoneInfoBtn_compact:after {
    background-image: none !important;
}

.extendBtn_compact {
    width: 90% !important;
    float: right !important;
    box-sizing: border-box !important;
}

@media (max-width: 700px) {
    .activeSessionZoneInfoBtn_compact {
        width: 16% !important;
    }
    .extendBtn_compact {
        width: 80% !important;
    }
}
@media (max-width: 400px) {
    .extendBtn_compact {
        width: 75% !important;
    }
    .zoneCashAccount_selectFundingSource {
        margin-top: 30px;
    }
}
@media (max-width: 300px) {
    .extendBtn_compact {
        width: 70% !important;
    }
}

#ticketWalletLabelContainer {
    margin: 10px auto 0;
    width: 85%;
}

.availableTicketsLabel,
.tapToUseTicket,
.clearTicketSelection {
    display: inline-block;
    width: 50%;
}

.tapToUseTicket,
.clearTicketSelection {
    float: right;
    text-align: right;
}

.clearTicketSelection {
    cursor: pointer;
    display: none;
}

#ticketWallet .ticketViewContainer {
    background-color: #fff;
    cursor: pointer;
    height: 130px;
    left: 7px;
    margin: 1.5em auto;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 90%;
}

#ticketWallet .ticketEdge {
    clip-rule: evenodd;
    fill: #fff;
    fill-rule: evenodd;
    height: 130px;
    left: -15px;
    position: absolute;
    stroke: #ccc;
    stroke-width: 4px;
    top: 0;
    width: 17px;
    z-index: 1;
}

#ticketWallet .ticketViewContainer:hover .ticketEdge {
    stroke: #008813;
}

#ticketWallet .ticketViewMainContent {
    background-color: #fff;
    border: 2px solid #ccc;
    border-left: 0;
    height: 126px;
    left: -3px;
    position: relative;
    z-index: 2;
}

#ticketWallet .ticketViewContainer:hover .ticketViewMainContent {
    border: 2px solid #008813;
    border-left: 0;
}

#ticketWallet .ticketViewLetterLabel {
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    left: 10px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 60px;
}

#ticketWallet .ticketViewTextContainer {
    left: 85px;
    line-height: 2em;
    overflow: hidden;
    position: absolute;
    top: 32px;
    width: 65%;
}

#ticketWallet .ticketViewFareNameLabel {
    color: #000;
    font-size: 26px;
    line-height: 1.3em;
    max-height: 1.3em;
}

#ticketWallet .ticketViewTicketNameLabel {
    color: #ccc;
    line-height: 1.7em;
    max-height: 1.7em;
}

#ticketWallet .ticketViewFareNameLabel,
#ticketWallet .ticketViewTicketNameLabel {
    overflow: hidden;
    word-wrap: break-word;
}

#ticketWallet .ticketViewCountContainer {
    background-color: #fff;
    border: 2px solid #ccc;
    border-left: 2px dashed #ccc;
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30%;
    z-index: 3;
}

#ticketWallet .ticketViewContainer:hover .ticketViewCountContainer {
    border: 2px solid #008813;
    border-left: 2px dashed #008813;
}

#ticketWallet .ticketViewAvailableLabel {
    color: #000;
    font-size: 12px;
    margin-top: 16px;
}

#ticketWallet .ticketViewTicketNumberInput {
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    text-align: center;
    width: 40px;
}

#ticketWallet #useTicketsBtn {
    margin-top: 2em;
}

@media all and (max-device-width: 560px) and (orientation: portrait) { /* compress ticket view for vertical iPhone 5s */
    #ticketWallet .ticketViewLetterLabel {
        height: 46px;
        left: 5px;
        line-height: 46px;
        top: 42px;
        width: 40px;
    }

    #ticketWallet .ticketViewTextContainer {
        left: 52px;
        top: 36px;
        width: 70%;
    }

    #ticketWallet .ticketViewFareNameLabel {
        font-size: 14px;
    }

    #ticketWallet .ticketViewTicketNameLabel {
        font-size: 12px;
    }

    #ticketWallet .ticketViewFareNameLabel,
    #ticketWallet .ticketViewTicketNameLabel {
        line-height: 2em;
        max-height: 2em;
    }

    #ticketWallet .ticketViewCountContainer {
        width: 25%;
    }

    #ticketWallet .ticketViewAvailableLabel {
        font-size: 8px;
        margin-top: 28px;
    }
}

#ticketWallet div.ui-content p.confirm {
    display: block;
    margin-bottom: 16px;
}

#ticketWallet .ticketConfirmationViewContainer {
    background-color: #fff;
    cursor: pointer;
    height: 46px;
    margin: 0 auto 0.5em;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ticketWallet .ticketConfirmationViewLetterLabel {
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    height: 46px;
    left: 5px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    width: 40px;
}

#ticketWallet .ticketConfirmationViewTextContainer {
    left: 52px;
    overflow: hidden;
    position: absolute;
    width: 60%;
}

#ticketWallet .ticketConfirmationViewFareNameLabel {
    color: #000;
    font-size: 14px;
}

#ticketWallet .ticketConfirmationViewTicketNameLabel {
    color: #ccc;
    font-size: 12px;
}

#ticketWallet .ticketConfirmationViewFareNameLabel,
#ticketWallet .ticketConfirmationViewTicketNameLabel {
    line-height: 1.8em;
    max-height: 1.8em;
    overflow: hidden;
    word-wrap: break-word;
}

#ticketWallet .ticketConfirmationViewCountContainer {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20%;
}

#ticketWallet .ticketConfirmationViewTicketNumberInput {
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin: 2px auto 0;
    text-align: center;
    width: 40px;
}

dl.uiListView {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

dl.uiListView dt,
dl.uiListView dd {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

dl.uiListView dt {
    background-color: #ccc;
    height: 20px;
    padding: 10px;
}

dl.uiListView dd {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    margin-left: 0;
    position: relative;
}

dl.uiListView dd.uiListViewItemNoBorder {
    border-bottom: 0;
}

dl.uiListView dd:hover {
    background-color: #e0e0e0;
}

dl.uiListView dd .uiListViewItemImage {
    height: 25px;
    left: 15px;
    position: absolute;
    top: 12.5px;
    width: 25px;
}

dl.uiListView dd .uiListViewItemText {
    height: 50px;
    left: 55px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}

dl.uiListView dd.noIcon {
    cursor: default;
}

dl.uiListView dd:hover.noIcon {
    background-color: #fff;
}

dl.uiListView dd.noIcon .uiListViewItemText {
    left: 10px;
}

#findParking > .ui-content {
    padding: 0;
}

#findParking #parkingSearchViewContainer {
    background-color: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 44px;
    width: 100%;
}

#findParking .findParkingNumListHeaderBtn {
    display: none;
}

#findParking.streetView #parkingSearchViewContainer {
    display: none;
}

#findParking #parkingSearchViewContainer.active {
    background-color: #e0e0e0;
    z-index: 3;
}

#findParking #parkingSearchView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    height: 50px;
    margin: 30px;
    position: relative;
}

#findParking #parkingSearchView .inputIcon {
    cursor: pointer;
    height: 25px;
    padding: 12.5px;
}

#findParking #parkingSearchViewContainer.active #magnifyingGlass,
#findParking #parkingSearchViewContainer:not(.active) #backArrow {
    display: none;
}

#findParking #parkingSearchViewContainer #deleteIcon,
#findParking #parkingSearchViewContainer #filterIcon {
    display: none;
}

#findParking #parkingSearchField {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0 !important;
    padding: 0;
    height: 48px;
    min-width: 65%;
    outline: 0;
}

#findParking #parkingSearchViewContainer:not(.active) #parkingAutocompleteViewContainer,
#findParking #parkingSearchViewContainer:not(.recentlist) #parkingAutocompleteViewContainer {
    display: none;
}

#findParking #parkingSearchViewContainer.active.searching #parkingAutocompleteViewContainer {
    display: block;
}

#findParking #parkingAutocompleteViewContainer {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    color: #000;
    margin: 30px;
}

#findParking #parkingAutocompleteListView {
    height: 500px;
    overflow-y: auto;
}

#findParking #parkingCrosshairButtonContainer {
    background-color: #fff;
    background-image: url('../images/icons/gray_48/crosshair.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 25px;
    bottom: 20px;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 10px;
    width: 50px;
}

#findParking.streetView #parkingCrosshairButtonContainer {
    display: none;
}

#findParking #findParkingAvailabilityWrapper {
    background-color: #FFF;
    height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#findParking #parkingAvailabilityLegendTitle {
    padding: 1px;
    text-align: right;
    color: #000;
    font-size: 12px;
}

#findParking #parkingAvailabilityLegendContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    max-width: 300px;
    height: 50%;
}

#findParking .parkingAvailabilityLegend {
    width: 25%;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#findParking .parkingAvailabilityLegendText {
    color: #FFF;
    text-align: center;
}

#findParking #parkingAvailabilityLow {
    background-color: #E34E4E;
}

#findParking #parkingAvailabilityMed {
    background-color: #E2A74A;
}

#findParking #parkingAvailabilityHigh {
    background-color: #4CC64C;
}

#findParking #parkingAvailabilityNA {
    background-color: #5788D2;
}

/*** UPDATE CARD ACTIVITY ***/
#updateCard #cardInputContainer {
    position: relative;
}

#updateCard #cardNumberMaskToggle {
    position: absolute;
    color: rgba(117, 117, 117, 1.0);
    padding-right: 14px;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    right: 0;
    top: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chatMessageInbound,
.chatMessageOutbound {
    border-radius: 8px;
    margin: 16px auto;
    padding: 10px;
    position: relative;
    max-width: 75%;
    clear: both;
    word-wrap: break-word;
}
.chatMessageOutbound {
    background: #FF4C00 none repeat scroll 0% 0%;
    color: #FFF;
    float: right;
}
.chatMessageInbound {
    background: #E0E0E0 none repeat scroll 0% 0%;
    color: #272727;
    float: left;
}

.chatMessageInfoOutbound,
.chatMessageInfoInbound {
    width: 100%;
    margin-top: -10px;
    font-size: 12px;
}
.chatMessageInfoOutbound {
    float: right;
    text-align: right;
}
.chatMessageInfoInbound {
    float: left;
    text-align: left;
}


#chatContainer {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
}

#chatSupportControls {
    position: absolute;
}

#chatSupportSend {
    height: 30px;
    width: 40px;
    cursor: pointer;
    float: right;
    background-image: url("../images/icons/white_48/send_chat.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#chatSupportTextContainer {
    overflow: hidden;
}

#chatSupportText {
    background-color: #FFF;
    border-width: 2px;
    color: #000;
    padding: 16px;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* TODO(Ethan): This seems to only be for EasyPark, extract out to their additional css */
.basicMenuButton {
    background-color: #ff4c00;
    background-image: url("../images/icons/white_48/menuicon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 4px;
    cursor: pointer;
    height: 50px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 50px;
}

#webstartMenuButton {
    display: none;
}

.zoneCashAccount_offerName {
    margin: 0px;
}

.zoneCashAccount_title {
    font-size: 20px;
    font-weight: bold;
}
.zoneCashAccount_description, .zoneCashAccount_purchase_details {
    font-weight: normal;
}

.dateRangeSelect {
    margin: 0px 3px;
}

.disable_pointer_events {
    pointer-events: none;
}

/* accessibility improvements */
.recent-zones-list-header {
    margin: 15px 0px 0px 0px;
    font-size: 14px;
    padding: .5em 1.143em;
    font-weight: 700;
}

#recentZonesList {
    margin: 0 0 1em 0;
}

.ui-popup-container .ui-content>div:first-child {
    margin-top: 0;
}

/* accessibility improvements START */

.confirmation-items-list,
.terms-list,
.session-items-list,
.vehicle-items-list,
.zone-items-list {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.visually-hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

span.ui-btn-text, #ws_welcome_title,
#mobilewebstart a.ui-btn.ui-btn-a,
#termsandconditions a.ui-btn.ui-btn-a,
#verify a.ui-btn.ui-btn-a {
   font-size: 14pt !important;
}

input::-webkit-input-placeholder {
    color: rgba(0,0,0,1);
    font-weight:bold;
}
input::-moz-placeholder {
    color: rgba(0,0,0,1); /* FF still applies a opacity setting of approximately 55% on top of this */
    font-weight:bold;
}
input:-moz-placeholder {   /* Older versions of Firefox */
    color: black;
    font-weight:bold;
}
input::-ms-input-placeholder {
    color: rgba(0,0,0,1);
    font-weight:bold;
}

ul#recentZonesList li > button:focus {
    outline: 10px auto -webkit-focus-ring-color;
    border: 1px solid transparent;
    /* background-color: rgb(31, 32, 66); */
}

ul#recentZonesList li > button::-moz-focus-inner {
    outline: 10px dotted #FFFFFF;
}
/* accessibility improvements end */
