/* Placeholder body styles to simulate PSR system */
body1 {
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #363636;
    font-weight: normal;
    margin: 0;
    text-align: left;
    background-color: #fff;
    padding: 10px;
}
/* Placeholder body styles to simulate PSR system */

#PageBody #MainContent .naep-available-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #004C97;
    border-collapse: collapse;
}
#PageBody #MainContent .table-first {
    border-bottom: none;
}
#PageBody #MainContent .table-second {
    border-top: none;
}
#PageBody #MainContent .naep-available-table tbody tr:nth-of-type(odd) {
    background-color: #dbe2e9;
}
#PageBody #MainContent .naep-available-table td, #PageBody #MainContent .naep-available-table th {
    width: 25%;
    padding: .25rem;
    vertical-align: top;
    border-top: 0px solid #004C97;
    text-align: center;
    font-weight: normal;
}
#PageBody #MainContent .naep-available-table td:first-child, #PageBody #MainContent .naep-available-table th:first-child {
    text-align: left;
    font-weight: 600;
}
#PageBody #MainContent .naep-available-table thead th {
    font-weight: 700;
    background-color: #004C97;
    color: #fff;
    vertical-align: bottom;
    border-top: 1px solid #004C97;
    border-bottom: 1px solid #004C97;
    white-space: nowrap;
    padding: .5rem;
}
#PageBody #MainContent .naep-available-table thead td:first-child, #PageBody #MainContent .naep-available-table thead th:first-child {
    border-left: 1px solid #004C97;
}
#PageBody #MainContent .naep-available-table thead td:last-child, #PageBody #MainContent .naep-available-table thead th:last-child {
    border-right: 1px solid #004C97;
}
#PageBody #MainContent .icon-checkmark {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-checkmark.svg);
    background-size: 30px 30px;
    vertical-align: middle;
    margin: 0 auto;
}
#PageBody #MainContent .icon-temp-checkmark {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-temp-checkmark.svg);
    background-size: 30px 30px;
    vertical-align: middle;
    margin: 0 auto;
}
#PageBody #MainContent .icon-dash {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-dash.svg);
    background-size: 30px 30px;
    vertical-align: middle;
    margin: 0 auto;
}
#PageBody #MainContent .temp-icon-legend {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding-left: 40px;
    text-align: center;
}
#PageBody #MainContent .temp-icon-legend:first-child {
    margin-top: 20px;
}
#PageBody #MainContent .temp-icon-legend:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: url(../images/icon-temp-checkmark.svg);
    background-size: 30px 30px;
}
#PageBody #MainContent .temp-icon-legend.dash:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: url(../images/icon-dash.svg);
    background-size: 30px 30px;
}
#PageBody #MainContent .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media only screen and (max-width: 768px) {

    #PageBody #MainContent .naep-available-table td, #PageBody #MainContent .naep-available-table th {
        padding: .25rem;
        font-size: 14px;
    }

    #PageBody #MainContent .icon-checkmark {
        display: block;
        text-indent: -9999px;
        width: 25px;
        height: 25px;
        background: url(../images/icon-checkmark.svg);
        background-size: 25px 25px;
        vertical-align: middle;
        margin: 0 auto;
    }
}



/*  ********************************   */
/* 	ORF Design Study - https://naeppreview3.naepims.org/nationsreportcard/studies/orf/design.aspx */
/*  ********************************   */
table.orf-design-study {
    width: 99.9%;
    border-collapse: collapse;
}
table.orf-design-study caption {
    margin: 10px 0;
}
table.orf-design-study th, table.orf-design-study td {
    border: 1px solid #a7a9ac;
    padding: 5px;
    vertical-align: top;
}
table.orf-design-study thead {
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #001871;
}
table.orf-design-study thead th {
    vertical-align: middle;
}
table.orf-design-study tbody th {
    text-align: left;
    color: #001871;
}
table.orf-design-study tbody th.col-heading {
    font-weight: normal;
}
table.orf-design-study tfoot td {
    color: #5e5f61;
    border: 0;
    font-size: 0.9em;
}
table.orf-design-study td ul {
    margin: 0;
    padding: 0 0 0 20px;
}
table.orf-design-study.assessment-design tbody td {
    text-align: center;
    padding: 5px 10px;
}
table.orf-design-study.assessment-design tbody td:nth-child(odd) {
    background-color: #dbe2e9;
}
table.orf-design-study.comparison-study tbody th:first-child {
    width: 70px;
}
table.orf-design-study.comparison-study tbody th:nth-child(2) {
    width: 140px;
}


@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
    .orf-table-container {
        float: none;
        margin: 7px auto 30px auto;
    }
}

/*  ********************************   */
/* 	ORF Scoring - https://naeppreview3.naepims.org/nationsreportcard/studies/orf/scoring.aspx */
/*  ********************************   */
table.orf-scoring {
    width: 100%;
    border-collapse: collapse;
}
table.orf-scoring thead {
    font-weight: bold;
    color: #fff;
    text-align: left;
    background-color: #001871;
}
table.orf-scoring tbody th {
    font-weight: normal;
}
table.orf-scoring.scale_rubric tbody td:nth-child(2) { /* every 2nd table column */
    color: #001871;
    font-weight: bold;
    font-style: italic;
}
table.orf-scoring.scale_rubric tbody tr:nth-last-of-type(-n+2) { /* last 2 table rows */
    background-color: #eee;
}
table.orf-scoring.scale_rubric th, table.orf-scoring.scale_rubric td {
    border-bottom: 1px solid #666;
    padding: 5px;
    vertical-align: top;
}
table.orf-scoring tfoot td {
    border: 0;
    font-size: 0.9em;
}
table.orf-scoring td ul {
    margin: 0;
    padding: 0 0 0 20px;
}
table.orf-scoring.reliability tfoot {
    border-top: 1px solid #001871;
}
table.orf-scoring.reliability thead th:nth-last-of-type(-n+3), /* last 3 th within thead */
table.orf-scoring.reliability tbody td {
    text-align: right;
}
table.orf-scoring.reliability tbody th {
    text-align: left;
}


/*  ********************************   */
/* 	Blog: Gains for Large Cities - https://www.naepims.org/sites/cf/Pages/NCES%20NAEP/blog/gains_for_large_cities_on_naep.aspx */
/*  ********************************   */
#PageBody #MainContent table.blog.gains-for-large-city {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 0.8em;
    line-height: 110%;
}
table.blog.gains-for-large-city caption {
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
}
table.blog.gains-for-large-city th {
    padding: 3px 5px;
}
table.blog.gains-for-large-city th, table.blog.gains-for-large-city td {
    border: 1px solid #333;
    text-align: center;
}
table.blog.gains-for-large-city thead tr:first-child {
    color: #fff;
    background-color: #001871;
}
table.blog.gains-for-large-city thead tr:last-child {
    color: #fff;
    background-color: #0e7580;
}
table.blog.gains-for-large-city tbody th {
    border: 0;
    border-left: 1px solid #333;
}
table.blog.gains-for-large-city tbody th, table.blog.gains-for-large-city tbody td {
    vertical-align: top;
}
table .blog.gains-for-large-city thead th, table.blog.gains-for-large-city tbody td {
    border: 0;
}
table.blog.gains-for-large-city thead th:nth-child(even), table.blog.gains-for-large-city tbody td:last-child {
    border-right: 1px solid #333;
}
table.blog.gains-for-large-city tfoot td {
    font-size: 0.8em;
    line-height: 120%;
    padding: 3px 10px;
    text-align: left;
}
table.blog.gains-for-large-city tfoot tr:last-child td {
    border: 0;
}
table.blog.gains-for-large-city th.font-normal {
    font-weight: normal;
}


/*  ********************************   */
/* 	/nationsreportcard/researchcenter/process_data_2017.aspx */
/*  ********************************   */
table.bgqtable {
    width: 100%;
    border-collapse: collapse;
    margin: auto;
}
table.bgqtable th, table.bgqtable td {
    border: 1px solid #a7a9ac;
    padding: 5px;
}
table.bgqtable tfoot td {
    color: #5e5f61;
    border: 0;
    font-size: 0.9em;
}
table.bgqtable thead th, table.bgqtable tbody th, table.bgqtable tbody td {
    text-align: center;
}
table.bgqtable tbody th:first-child {
    text-align: left;
}
table.bgqtable caption { margin-bottom: 10px; }
table.bgqtable th {
    font-weight: normal;
}
table.bgqtable thead th, table.bgqtable tbody td {
    text-align: left;
}
table.bgqtable tbody td:nth-child(2) {
    min-width: 120px;
}
table.bgqtable tbody th, table.bgqtable tbody td {
    vertical-align: top;
}

/*  ********************************   */
/* 	FAQ About the Hispanic-White Achievement Gap Report - https://www.naepims.org/sites/cf/Pages/NCES%20NAEP/studies/gaps/hwfaq_202011230936.aspx */
/*  ********************************   */
table.hwfaq-table {
    width: 100%;
    border-collapse: collapse;
}
table.hwfaq-table th, table.hwfaq-table td {
    border: 1px solid #a7a9ac;
    padding: 5px;
}
table.hwfaq-table tfoot td {
    color: #5e5f61;
    border: 0;
    font-size: 0.9em;
}
table.hwfaq-table thead th, table.hwfaq-table tbody th, table.hwfaq-table tbody td {
    text-align: center;
}
table.hwfaq-table thead th {
    background-color: #d9eaff;
}

/*  ********************************   */
/* 	NAEP Accommodations Increase Inclusiveness - https://www.naepims.org/sites/cf/Pages/NCES%20NAEP/about/accom_table.aspx */
/*  ********************************   */
table.accom-table {
    width: 100%;
    border-collapse: collapse;
}
table.accom-table caption {
    margin: 10px;
}
table.accom-table th, table.accom-table td {
    border: 1px solid #a7a9ac;
    padding: 5px;
}
table.accom-table tfoot td {
    color: #5e5f61;
    border: 0;
    font-size: 0.9em;
}
table.accom-table tbody td {
    text-align: center;
}
table.accom-table thead th:first-child, table.accom-table tbody th,
table.accom-table.universal thead th:first-child, table.accom-table.universal tbody td {
    text-align: left;
}
table.accom-table thead th {
    background-color: #001871;
    color: #fff;
}

/*  ********************************   */
/* 	Differences Between Long-Term Trend NAEP and Main NAEP - https://www.naepims.org/sites/cf/Pages/NCES%20NAEP/about/ltt_main_diff.aspx */
/*  ********************************   */
table.diff-ltt-main-table {
    width: 100%;
    border-collapse: collapse;
}
table.diff-ltt-main-table th, table.diff-ltt-main-table td {
    border: 1px solid #a7a9ac;
    padding: 5px;
}
table.diff-ltt-main-table tbody th, table.diff-ltt-main-table tbody td {
    vertical-align: top;
}
table.diff-ltt-main-table thead th:first-child, table.diff-ltt-main-table tbody th {
    text-align: left;
}
table.diff-ltt-main-table thead th, table.diff-ltt-main-table thead td {
    background-color: #001871;
    color: #fff;
    text-align: center;
}

/*  ********************************   */
/* 	Interpreting NAEP U.S. History Results - https://www.naepims.org/sites/cf/Pages/NCES%20NAEP/ushistory/interpret_results.aspx */
/*  ********************************   */
table.interpret-results-table {
    width: 100%;
    border-collapse: collapse;
}
table.interpret-results-table caption {
    margin: 10px;
}
table.interpret-results-table th, table.interpret-results-table td {
    border: 1px solid #a7a9ac;
    padding: 5px;
}
table.interpret-results-table tbody th, table.interpret-results-table tbody td {
    vertical-align: top;
}
table.interpret-results-table thead th, table.interpret-results-table thead td {
    background-color: #001871;
    color: #fff;
    text-align: center;
}

/*  ********************************   */
/* 	SIMPLE table styles - 
    /nationsreportcard/hsts/2019_table1.aspx */
/*  ********************************   */
table.simple-table {
    width: 100%;
    border-collapse: collapse;
}
table.simple-table caption {
    margin: 10px;
}
table.simple-table thead th, 
table.simple-table thead td {
    background-color: #001871;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
}
table.simple-table th, 
table.simple-table td {
    border: 1px solid #a7a9ac;
    padding: 5px;
}
table.simple-table tbody th, 
table.simple-table tbody td {
    vertical-align: top;
}
table.simple-table tbody th {
    font-weight: normal;
}
table.simple-table tbody td {
    text-align: right;
}
table.simple-table tfoot.footnote td {
    font-size: 0.8em;
    border: 0;
}
table.simple-table .text-left {
    text-align: left !important;
}
table.simple-table .text-right {
    text-align: right !important;
}
table.simple-table .asterisk {
    display: inline-block;
    width: 10px;
}


/*  ********************************   */
/* 	/guides/groups.aspx 			   */
/*  ********************************   */
table.ses-index {
    width: 99.9%;
    border-collapse: collapse;
}
table.ses-index caption {
    margin: 10px 0;
}
table.ses-index th, 
table.ses-index td {
    border: 1px solid #a7a9ac;
    padding: 5px;
    vertical-align: top;
}
table.ses-index thead {
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #001871;
}
table.ses-index thead th {
    vertical-align: middle;
    text-align: left;
}
table.ses-index tbody th {
    text-align: left;
    color: #001871;
}
table.ses-index tfoot td {
    color: #5e5f61;
    border: 0;
    font-size: 0.9em;
}
table.ses-index td ul {
    margin: 0 0 1em 1em;
}
#PageBody #MainContent #naepPanels .naep-panel table.ses-index td ul li {
    font-size: 14px;
}
table.ses-index td p {
    margin-bottom: 0;
}