﻿.eda-eligible {
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    border-radius: 2px;
    background-color: #FFFFFF;
    overflow-x: auto !important;
    width: 100%;
}

.eda-eligible-pdf {
    background-color: #FFFFFF;
    overflow-x: auto !important;
    width: 100%;
}

.table-eda-eligible {
    table-layout: fixed;
    border-collapse: collapse;
    border: 0.5px solid #000000;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    color: #242424;
    background-color: #F1F5F9;
    font-size: calc(14px + (2px * var(--ishtml)));
    min-width: 1000px;
}

    .table-eda-eligible tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .table-eda-eligible tbody tr:nth-child(even) {
        background-color: #F1F5F9;
    }

.table-eda-eligible-header6 {
    width: 6%;
}

.table-eda-eligible-header7 {
    width: 7.6%;
}

.table-eda-eligible-header12 {
    width: 12%;
}

.headerCell {
    background-color: #E6E5E5;
    height: 48px;
    padding: 0 5px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    line-height: 17px;
    white-space: normal;
    overflow-wrap: anywhere;
    color: #242424;
    border: 0.5px solid #000000;
    font-size: calc(14px + (2px * var(--ishtml)));
    border-top: 0;
}

.totalsCell {
    border: 0.5px solid #000000;
    height: 32px;
    padding: 0.5px 4.5px;
    vertical-align: middle;
    line-height: 1.15;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: calc(12px + (2px * var(--ishtml)));
}

.bodyBase {
    border: 0.5px solid #000000;
    height: 32px;
    padding: 0 5px;
    vertical-align: middle;
    line-height: 1.15;
    font-weight: 400;
    font-size: calc(12px + (2px * var(--ishtml)));
}

.thickBottom {
    border-bottom: 1px solid #000000;
}

.bodyCenterWrap {
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.bodyRightWrap {
    text-align: right;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.totalsRightWrap {
    text-align: right;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.1;
}

.bodyLeftWrap {
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
}

.border-left0 {
    border-left: 0;
}

.border-right0 {
    border-right: 0;
}

.border-bottom0 {
    border-bottom: 0;
}

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

.noteLine {
    margin: 0 0 8px 0;
}

.noteLineLast {
    margin: 0;
}

.notesBox {
    border: 0.5px solid #000000;
    background-color: #FFFFFF;
    padding: 8px;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    color: #242424;
    font-size: calc(12px + (2px * var(--ishtml)));
    line-height: 1.2;
    width: 100% !important;
    border-top: 0;
}

.noteTitle {
    font-weight: 600;
    margin: 0 0 8px 0;
}

.nodataavailable {
    background: white;
    height: 1000px;
    width: 100%;
    align-items: center;
    text-align: center;
    font-size: 13.33px;
    color: #FF0000;
    font-family: 'Verdana';
    font-weight: bold;
    font-style: italic;
}

.table-eda-eligible-tr-bg {
    background-color: #E6E5E5 !important;
    font-weight: 700;
}

    .table-eda-eligible-tr-bg td:first-child {
        text-align: left;
        padding-left: 8px;
    }

@media screen and (min-width: 375px) {
    .table-eda-eligible {
        min-width: 1000px;
    }

    .notesBox {
        min-width: 1000px;
    }
}
