.ConfigProfileGrades {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.ConfigProfileGrades-addRemoveToggleSection {
    display: flex;
    flex-grow: 0;
    flex-direction: column;
}

.ConfigProfileGrades-tableContainer {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.ConfigProfileGrades-tableHead {
    flex-grow: 0;
    width: 100%;
}

.ConfigProfileGrades-headerCell {
    border-top: none;
    cursor: pointer;
    user-select: none;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ConfigProfileGrades-validationBreadcrumb {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 2px;
}

.ConfigProfileGrades-noGradesHelperText {
    padding: 0 0 0 20px;
}

.ConfigProfileGrades-GradesToggle {
    padding: 20px 0 10px 20px;
}

.ConfigProfileGrades-gradeCell {
    vertical-align: middle !important;
}

.ConfigProfileGrades-forDeletion .ConfigProfileGrades-gradeCell {
    text-decoration: line-through;
}

.ConfigProfileGrades-actionsColumnHeader {
    width: 64px;
}

.ConfigProfileGrades-actionButton {
    width: 32px;
    height: 32px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ConfigProfileGrades .table {
    table-layout: fixed !important;
}

.ConfigProfileGrades-rows td {
    vertical-align: middle !important;
}

.ConfigProfileGrades-AddRemoveGrades-btn {
    width: 200px;
    white-space: nowrap;
    padding: 0 20px 20px;
}
