﻿.table-eligible-asahe th {
    border: 0.5px solid black;
    padding: 6px 10px;
    text-align: left;
}

.table-eligible-asahe td {
    padding: 6px 10px;
    text-align: left;
}

.table-eligible-asahe {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    border: 0.5px solid black;
    border-collapse: collapse;
}

    .table-eligible-asahe th {
        background-color: #E6E5E5;
        text-align: center;
        max-width: 859px !important;
        min-height: 0;
        height: auto;
    }

.eligible-asahe-cell {
    background-color: white;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    border: 0.1px solid black;
    height: auto;
    min-height: 32px;
}

.eligible-asahe-cell-bordernone {
    background-color: white;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: center;
    border: none;
    height: auto;
    min-height: 32px;
}

.tr-alternate {
    background-color: #F1F3F9 !important;
}

.eligible-asahe-footer {
    display: flex;
    justify-content: stretch;
    background-color: white;
}

.eligible-asahe-footer-font {
    display: flex;
    padding: 0 10px;
    font-style: italic;
}

.eligible-asahe-first-footer {
    width: 99.6%;
    margin-left: 1px;
}

.eligible-asahe-sec-footer {
    width: 99%;
    padding-bottom: 2rem;
}

.eligible-asahe-report-bg {
    background-color: var(--report-bg, #ffffff);
}

.eligible-asahe-even {
    width: 100%;
    margin-right: 5px;
    border-radius: 10px;
}

.eligible-asahe-odd {
    width: 100%;
    margin-left: 4px;
}

.eligible-asahe-cell-4th {
    border-bottom: 5px double #0000008a;
}

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

@media screen and (max-width: 1024px) {
    .eligible-asahe-even,
    .eligible-asahe-odd {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .table-eligible-asahe {
        font-size: 12px;
    }

        .table-eligible-asahe th,
        .table-eligible-asahe td {
            padding: 4px 6px;
        }

    .eligible-asahe-category {
        height: 32px;
    }
}

.eligible-asahe-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-items: center;
    font-size: 16px;
    justify-content: center;
    border: 0.1px solid black;
    width: 100%;
}

.eligible-asahe-category {
    display: flex;
    height: 40px;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    padding: 5px;
    text-align: left
}

.pad-top-2rem {
    padding-top: 2rem;
}

.float-right {
    float: right;
}

.eligible-asahe-item {
    width: 100%;
    box-sizing: border-box;
}

.eligible-asahe-container {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    display: flex;
    float: left;
}

.pdf-render .eligible-asahe-container.eligible-asahe-container-pdf {
    display: block !important;
    width: 50% !important;
    float: left !important;
}

    .pdf-render .eligible-asahe-container.eligible-asahe-container-pdf > .eligible-asahe-item {
        width: 100% !important;
        box-sizing: border-box !important;
        float: left !important;
        break-inside: avoid-page;
        page-break-inside: avoid;
    }

        .pdf-render .eligible-asahe-container.eligible-asahe-container-pdf > .eligible-asahe-item .eligible-asahe-even,
        .pdf-render .eligible-asahe-container.eligible-asahe-container-pdf > .eligible-asahe-item .eligible-asahe-odd {
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

@media screen and (min-width: 1025px) {
    .eligible-asahe-item {
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

    .eligible-asahe-container {
        display: block;
        width: 50%;
    }

    .eligible-asahe-odd {
        width: 99.6%;
    }
}

/*@media screen and (min-width: 1020px) and (max-width: 1024px) {
    .eligible-asahe-item {
        width: 100%;
        box-sizing: border-box;
        float: left;
    }

    .eligible-asahe-container {
        display: block;
        width: 100%;
    }
}
*/