/* /Components/Layout/Banner.razor.rz.scp.css */
/* Hide banner when printing */
@media print {
    .banner[b-kfqrhe8xoc] {
        display: none !important;
    }
}

/* Get banner link to acceptable color contrast */
.banner a[b-kfqrhe8xoc] {
    color: #0d5ded;
 }
/* /Components/Layout/DanceTabulation.razor.rz.scp.css */
/* Tabulation is full width of page... */
.tabu[b-3cftb9mjuw] {
    width: 100%;
}

/* ...unless we are at least 920px wide, in which case it's 900px */
@media (min-width: 920px) {
    .tabu[b-3cftb9mjuw] {
        width: 900px;
    }
}

/* Tabulations print at 80% of screen size to fit 900px on 8.5x11 */
@media print {
    .tabu[b-3cftb9mjuw] {
        zoom: 80%;
    }
}
/* /Components/Layout/DanceTabulationBody.razor.rz.scp.css */
/* Table inside tabulation takes full responsive width */
.tabu table[b-abx15s9gl6] {
    width: inherit;
    table-layout: fixed;
    border-collapse: separate;
}

/* Horizontal rule between sections */
.tabu-hr[b-abx15s9gl6] {
    border-top: 1px solid black;
}

/* Tabulation columns */
.tabu-rep[b-abx15s9gl6], .tabu-phr[b-abx15s9gl6], .tabu-cou[b-abx15s9gl6] {
    vertical-align: top;
    line-height: 1.25;
}

/* Tabulation repeat */
.tabu-rep[b-abx15s9gl6] {
    width: 2em;
}

/* Tabulation phrase */
.tabu-phr[b-abx15s9gl6] {
    width: 2em;
}

/* Tabulation count */
.tabu-cou[b-abx15s9gl6] {
    width: 3em;
}

/* Bracket that stretches across multiple rows */
.tabu-brk[b-abx15s9gl6] {
    width: 4px;
}

/* Hide tra and ori columns when page is narrow */
@media (max-width: 500px) {
    .tabu-brk-tra[b-abx15s9gl6], .tabu-tra[b-abx15s9gl6], .tabu-brk-ori[b-abx15s9gl6], .tabu-ori[b-abx15s9gl6] {
        width: 0 !important;
    }
}

/* Updated time */
.tabu-upd[b-abx15s9gl6] {
    font-size: x-small;
    text-align: end;
}
/* /Components/Layout/DanceTabulationCell.razor.rz.scp.css */
/* Tabulation columns */
.tabu-ins[b-qvbyg3yvck], .tabu-com[b-qvbyg3yvck], .tabu-tra[b-qvbyg3yvck], .tabu-ori[b-qvbyg3yvck] {
    vertical-align: top;
    line-height: 1.25;
}

/* Tabulation instructions */
.tabu-ins[b-qvbyg3yvck] {
    padding-right: 4px;
}

/* Tabulation comments are italicized */
.tabu-com[b-qvbyg3yvck] {
    font-style: italic;
    padding-right: 4px;
}

/* Tabulation translation and original are small */
.tabu-tra[b-qvbyg3yvck] {
    font-size: x-small;
    padding-right: 4px;
}

.tabu-ori[b-qvbyg3yvck] {
    font-size: x-small;
}

.tabu-brk[b-qvbyg3yvck] {
    border-right: 1px solid black;
    border-radius: 0px 8px 8px 0px;
    width: 4px;
}

/* Cell that spans multiple rows */
.tabu-rws[b-qvbyg3yvck] {
    padding-left: 4px;
    vertical-align: middle;
}

/* Hide tra and ori (and their brackets) when page is narrow */
@media (max-width: 500px) {
    .tabu-tra[b-qvbyg3yvck], .tabu-ori[b-qvbyg3yvck], .tabu-brk-tra[b-qvbyg3yvck], .tabu-brk-ori[b-qvbyg3yvck] {
        display: none;
    }
}
/* /Components/Layout/DanceTabulationFoot.razor.rz.scp.css */
/* Credits */
.tabu-cre[b-5l3jgyp77u] {
    font-size: small;
    margin-bottom: 12px;
    line-height: 1.25;
}

/* Footer translation or original */
.tabu-fto[b-5l3jgyp77u] {
    font-size: x-small;
    margin-bottom: 12px;
    line-height: 1.25;
}

/* Footer Translation */
.tabu-ftr[b-5l3jgyp77u] {
    width: 50%;
    padding-right: 8px;
}

/* Footer Original */
.tabu-for[b-5l3jgyp77u] {
    width: 50%;
}

/* Notes header */
.tabu-noh[b-5l3jgyp77u] {
    font-size: medium;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px
}

/* Notes */
.tabu-not[b-5l3jgyp77u] {
    font-size: small;
    line-height: 1.25;
}
/* /Components/Layout/DanceTabulationHead.razor.rz.scp.css */
/* H1 for dance name is centered */
h1[b-xvnuh963yp] {
    text-align: center;
}

    /* No margin between dance name and name translation */
    h1:has(+.tabu-nat)[b-xvnuh963yp] {
        margin-bottom: 0;
    }

/* Center and enlarge name translation */
.tabu-nat[b-xvnuh963yp] {
    text-align: center;
    font-size: 1.25rem;
}

/* Tabulation headers left and right */
.tabu-hel[b-xvnuh963yp] {
    text-align: start;
    line-height: 1.25;
    width: 50%;
}

.tabu-her[b-xvnuh963yp] {
    text-align: end;
    line-height: 1.25;
    width: 50%;
}

    .tabu-hel p[b-xvnuh963yp], .tabu-her p[b-xvnuh963yp] {
        margin-bottom: 0;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Hide navbar when printing */
@media print {
    .navbar[b-cy7ighnymd] {
        display: none !important;
    }
}
/* /Components/Pages/Coding/CodingTeals.razor.rz.scp.css */
/* Different colors for different types of days on TEALS page */
.pd-curr-project td[b-rflvcfphp6] {
    color: green !important;
}

.pd-curr-test td[b-rflvcfphp6] {
    color: mediumblue !important;
}

.pd-curr-noclass td[b-rflvcfphp6] {
    color: darkred !important;
}
/* /Components/Pages/Dancing/DancingCheatNotes.razor.rz.scp.css */
.cheat-note[b-x4engjkp56] {
    line-height: 11.5pt;
    margin-bottom: 6pt;
    break-inside: avoid;
}

h2[b-x4engjkp56] {
    font-size: 10pt;
    margin: 0;
}

.cheat-dance[b-x4engjkp56] {
    text-transform: uppercase;
}

.cheat-formation[b-x4engjkp56] {
    font-style: italic;
    float: right;
}

p[b-x4engjkp56] {
    font-size: 10pt;
    margin: 0;
}
/* /Components/Pages/Dancing/DancingEventsEvent.razor.rz.scp.css */
.dod-links a[aria-current="page"][b-atmqqvadlu] {
    color: var(--bs-body-color);
    font-weight: bold;
    text-decoration: none;
}
/* /Components/Pages/Dancing/DancingEventsHandoutsEvent.razor.rz.scp.css */
@media print {
    .pagebreak[b-jqnghjti57] {
        page-break-before: always;
    }
}

@media not print {
    .pagebreak[b-jqnghjti57] {
        height: 2pt;
        background-color: lightgrey;
        margin: 24pt 0;
    }
}

.handout[b-jqnghjti57] {
    font-size: 10pt;
    line-height: 11.5pt;
    max-width: 4.5in;
    margin: 0 auto;
}

h1[b-jqnghjti57] {
    font-size: 30pt;
    letter-spacing: 4pt;
    text-transform: uppercase;
}

h2[b-jqnghjti57] {
    text-align: center;
    text-transform: uppercase;
    font-size: 16pt;
    letter-spacing: 2pt;
    margin-top: 6pt;
}

.cover[b-jqnghjti57] {
    text-align: center;
}

.cover-sub[b-jqnghjti57] {
    font-size: 15pt;
    font-style: italic;
}

.cover-img[b-jqnghjti57] {
    height: 460pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cover-img img[b-jqnghjti57] {
        object-fit: contain;
        width: 4.5in;
        height: 460pt;
    }

.cover-date[b-jqnghjti57] {
    font-size: 10pt;
    letter-spacing: 3pt;
    text-transform: uppercase;
}

img.full-width[b-jqnghjti57] {
    width: 100%;
}

img.mid-page[b-jqnghjti57] {
    margin: 12pt 0;
}

table.ooi[b-jqnghjti57] {
    width: 100%;
}

.ooi-header[b-jqnghjti57] {
    padding-top: 6pt;
    font-style: italic;
}

table.ooi tbody tr:first-child td.ooi-header[b-jqnghjti57] {
    padding-top: 0pt;
}

.ooi-dance[b-jqnghjti57] {
    padding: 0;
}

.ooi-dance-name[b-jqnghjti57] {
    text-transform: uppercase;
}

.ooi-source[b-jqnghjti57] {
    padding-left: 8pt;
    float: right;
}

.ooi-teacher[b-jqnghjti57] {
    text-align: right;
    padding: 0 0 0 8pt;
}

.cheat h2[b-jqnghjti57] {
    break-after: avoid
}

.cheat h3[b-jqnghjti57] {
    margin-top: 6pt;
    font-style: normal;
}

.cheat-note[b-jqnghjti57] {
    break-inside: avoid;
}

.cheat-dance[b-jqnghjti57] {
    text-transform: uppercase;
}

.cheat-formation[b-jqnghjti57] {
    font-style: italic;
    float: right;
}

.credits h3[b-jqnghjti57] {
    text-transform: uppercase;
    font-style: normal;
}

.credits p[b-jqnghjti57] {
    font-style: italic;
}

.ood-h2[b-jqnghjti57] {
    background-image: url("/images/dancing/events/handout-order.png");
    background-size: 100% auto;
    height: 84pt;
    padding-top: 32pt;
}

.ood-header[b-jqnghjti57] {
    padding-top: 12pt;
    font-style: italic;
}

.ood-dance[b-jqnghjti57] {
    text-transform: uppercase;
}

.ood-formation[b-jqnghjti57] {
    font-style: italic;
    float: right;
}

.ood-below[b-jqnghjti57] {
    margin-top: 24pt;
    text-align: center;
}
/* /Components/Pages/Dancing/DancingShop.razor.rz.scp.css */
/* Extra spacing below shop buttons */
.shopItem button[b-oxytej8b3y] {
    margin-bottom: 20px;
}
/* /Components/Pages/Debugging/DebuggingErrors.razor.rz.scp.css */
/* So Errors page can wrap URLs without whitespace */
.wrap-anywhere[b-zzkajzre5c] {
    overflow-wrap: anywhere;
}
