﻿
#navFilterSelection,
/*.selectionmenu-teacher,*/
.selectionmenu-grade,
.selectionmenu-team,
.selectionmenu-period,
.selectionmenu-course,
.selectionmenu-section,
#pnlAdditionalOptionsCollapse {
    display: none;
}

#gvTeacherMean,
#gvTeachers {
    margin: 0;
}

    #gvTeachers > thead,
    #gvTeacherMean > thead {
        z-index: 1;
    }

        #gvTeachers > thead > tr > th,
        #gvTeacherMean > thead > tr > th {
            position: sticky;
            top: 0;
            z-index: 1
        }

tr.parent-row > td {
    color: #31708f;
    background-color: aliceblue;
}

    /*tr.parent-row > td:nth-child(-n+4){
            font-weight:bolder;
        }*/
    tr.parent-row > th:first-child > a,
    tr.parent-row > td:first-child > a {
        display: block;
        text-align: center;
    }

        tr.parent-row > th:first-child > a:before,
        tr.parent-row > td:first-child > a:before {
            position: relative;
            top: 1px;
            float: left;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

tr.parent-row.expanded > th:first-child > a:before,
tr.parent-row.expanded > td:first-child > a:before {
    content: "\2212";
}

tr.parent-row.collapsed > th:first-child > a:before,
tr.parent-row.collapsed > td:first-child > a:before {
    content: "\002b";
}

.tob-border-2x {
    border-top: 2px solid #337ab7 !important;
}

#boxChartInstructions {
    color: #31708f;
}

/*.vam-colorbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
}*/

.highcharts-container > svg {
    margin-left: auto;
    margin-right: auto;
}

#cbViewCharts {
    display: none;
}

i.fa.fa-toggle-on {
    color: chartreuse;
}

tr.table-header-sticky > th {
    position: sticky;
    top: -1px;
}

#tblTeacherValueAddedByStudent {
    /*width: auto;
    margin-left: auto;
    margin-right: auto;*/
    border-collapse: collapse;
    margin-bottom: 0;
    margin-top: 10px;
    /*font-size: initial !important;*/
}

    #tblTeacherValueAddedByStudent > thead > tr > th:nth-child(6),
    #tblTeacherValueAddedByStudent > thead > tr > th:nth-child(7),
    #tblTeacherValueAddedByStudent > thead > tr > th:nth-child(8),
    #tblTeacherValueAddedByStudent > tbody > tr > td:nth-child(6),
    #tblTeacherValueAddedByStudent > tbody > tr > td:nth-child(7),
    #tblTeacherValueAddedByStudent > tbody > tr > td:nth-child(8) {
        display: none;
        background-color: transparent;
    }

#valueAddedChartSelectorsContainer {
    position: absolute;
    top: 3px;
    left: 260px;
}

.chart-color-district {
    background-color: #e0400a !important;
}

.chart-color-school {
    background-color: #00B3F0 !important;
}

.chart-color-teacher {
    background-color: #006998 !important;
}

.chart-color-student {
    background-color: #8dbb25 !important;
}

.text-color-district {
    background-color: #e0400a !important;
}

.text-color-school {
    background-color: #00B3F0 !important;
}

.text-color-teacher {
    background-color: #006998 !important;
}

.text-color-student {
    background-color: #8dbb25 !important;
}