﻿.outcome-course {
    width: 100%;
    margin-bottom: 0;
}
.outcome-group > td {
    border-top: none !important;
}
.outcome-course .subject {
    width: 65%;
    text-align: left !important;
}
.outcome-course .report {
    width: 10%;
    text-align: center;
}
.course-group {
    padding-left: 1%;
}
.reportcard-signature-list > li {
    padding: 1em;
    min-width: 130px;
    /* margin-top: 30px; */
}
.reportcard-signature-list > li:not(.nestedSecondary) {
    float: left;
}
.reportcard-signature-list > li > .signature-top > img,
.reportcard-signature-list > li > .signature-top > .signature-filler {
    height: 50px;
    display: block;
    padding-bottom: 1px;
}
.reportcard-signature-list > li > .signature-name {
    border-top: 1px solid black;
    height: 19px;
}
.reportcard-signature-list > li > .signature-label {
    height: 19px;
    margin: 0;
}

.categoryreportcard-course > tbody > tr > td.categoryreportcard-course { width: 12% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-comments { width: 35% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-outercategoryname { font-weight: bold; }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-teacher { width: 10% }

.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-subcategory.hascredit { width: 20% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-subcategory { width: 3% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-grade.hascredit { width: 5% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-grade { width: 2% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-overall-nocredit { width: 2% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-overall-withcredit { width: 1% }
.categoryreportcard-course > tbody > tr > td.categoryreportcard-course-credit { width: 1% }

.reportcard-attendance2,
.reportcard-cwa-suffix {
    min-height: 115px;
}

.report-card-header .report-card-label {
    font-weight: 700;
    padding-left: 0em;
}

.report-card-template6.report-card-legend {
    display: flex;
    gap: 24px;
    margin: 2em 0;
}

.report-card-template6.report-card-term-comment {
    margin: 2em 0;
    .comment-content {
    border: 2px solid #888;
    border-radius: 8px;
    padding: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    }
}

.report-card-template6.report-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    span {
        font-style: italic;
    }
    a {
        text-decoration: underline;
    }
}

.report-card-template6 {
    .report-card-mark-standing {
        width: 66%;
    }

    .report-card-flags {
        display: flex;
        justify-content: center;
        height: 15em;
        width: 66%;
        ul {
            display: flex;
            flex-direction: column;
            justify-content: space-around; 
            padding-left: 0;
            height: 100%;
            margin: 0;
        }
    }
    
    .checkbox-label-ell {
        display: flex;
        align-items: center;
        justify-content: left;
        img {
            margin-right: 1em;
        }
    }

    .checkbox-label-dlp {
        display: flex;
        align-items: center;
        justify-content: left;
        img {
            margin-right: 1em;
        }
    }

    .checkbox-label-ipp {
        display: flex;
        align-items: center;
        justify-content: left;
        img {
            margin-right: 1em;
        }
    }

    .report-card-course-info {
        max-width: 250px;
        width: 13em;
        word-break: break-word;
    }

    .report-card-courses-table {
        table-layout: fixed;
        width: 100%;
    }

    .report-card-course-mark {
        width: 5em;
        text-align: center;
    }

    .report-card-course-info .course-teacher {
        font-style: italic;
        margin-left: 0.25em;
    }
}

.report-card-template7 {
    .report-card-course-attendance {
        white-space: nowrap;
        padding-right: 0.5em;
    }

    .report-card-course-attendance-data {
        span {
            padding-left: 0;
        }
    }

    .report-card-admin-comment {
        margin: 2em 0;
        .comment-content {
        border: 2px solid #888;
        border-radius: 8px;
        padding: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
        }
    }
}