﻿@media screen and (min-width: 39.9375em) {
    .container-fluid {
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
}

@media screen and (max-width: 27em) {
    .container-fluid {
        padding-left: var(--bs-gutter-x, 0.25rem);
    }
    a{
        word-break:break-all;
    }
}
.tabContent {
    border: 2px solid black;
    padding: 10px;
    width: 100%;
    margin-left: 0;
}

#btnContinue {
    margin-left: 10px;
    width: 150px;
}

.errfield {
    color:red;
}

#tabTitle {
    font-size:24px;
    color:navy;
}
#lblWheretogo{
    margin-top: 30px;
    margin-bottom: 15px;
}
.tabContent .subHeadConfirmation {
    padding-left: 0px;
}
.disabletabs {
    pointer-events: none;
}
.k-tooltip-content {
    background-color: white !important;
    color: black !important;
}

.k-tooltip {
    border: 1px solid black;
    background-color: white !important;
}
.viewAllLink {
    padding: 0.375rem 0.30rem !important;
    text-decoration: underline !important;
    color: #0266d1 !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

/*@media screen and (min-width: 19em) and (max-width: 27em) {
    #btrConfirmation .k-grid-header {
        float: left;
        padding: 0 !important;
    }

    #btrConfirmation .k-grid-content {
        width: 1000px;
        height: 300px !important
    }

    #btrConfirmation table {
        width: auto;
        white-space: nowrap;
    }

    #btrConfirmation tr {
        display: inline-block;
    }

    #btrConfirmation thead tr {
        display: inline;
    }

    #btrConfirmation th, #btrConfirmation td {
        display: block;
        border: 1px solid black;
        height: 30px;
        padding: 15px;
    }
}*/
/*#divAbsenteeBallot {
    overflow-x: auto;
}*/

/* ── Visible focus indicator for grid cells (ADA / screen-reader) ─── */
#btrConfirmation td[aria-label]:focus {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
    background-color: #e8f0fe;
}

/* ── Visually-hidden live region (replaces inline style blocked by CSP) ── */
.sr-only-live {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

#divUnorganizedCityTown {
    position: relative;
    display: inline-block;
    width: 80% !important;
}

#divUnorganizedCityTown.warning-failed:after,
#divUnorganizedCityTown.success-checkmark:after {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}