/******************************************
    Student Grade Report
******************************************/
.StudentGradeReport .dropdown-label {
    font-size: 1.1em;
    width: 110px;
    white-space: nowrap;
}
.StudentGradeReport .select2-container {
    width: 160px !important;
}

@media (max-width: 350px) {
    .selectContainer.select2-container--open {
        left: 0 !important;
        width: 100%;
    }
}
.StudentGradeReport td.sgr-narrative-grade ul, .StudentGradeReport td.sgr-narrative-grade li {
    list-style: inherit !important;
}

.StudentGradeReport .sr-accordion-header a {
    text-decoration: none;
}

.StudentGradeReport .sgr-narrative-grade .text-muted {
    color: #707070
}

.StudentGradeReport #select2-stuGradeTermSelect-container {
    background-color: #F7F7F7
}

.StudentGradeReport #select2-stuGradePeriodSelect-container {
    background-color: #f7f7f7
}

.StudentGradeReport .footable-details > tbody > tr > td {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
}