﻿

/*.form-inline > label,
.form-horizontal > label {
    margin-right: 0.5em;
}

    .form-inline > label:last-child,
    .form-horizontal > label:last-child {
        margin-right: 0;
    }*/

.d-block {
    display: block !important;
}


#cblGradeLevels {
    display: block !important;
}

.list-group > li label {
    margin-left: 0.5em;
}

.btn-group > label.btn.active,
.btn-group > label.btn:active,
.btn-group > label.btn.active:hover {
    background-color: #419641 !important;
    border-color: #3e8f3e !important;
    color: #fff !important;
}

.list-group[data-toggle="list-horizontal"] {
    border: 1px solid #ccc;
    margin: 0;
}

    .list-group[data-toggle="list-horizontal"] > li {
        position: relative;
        display: inline-block;
        padding: 6px 0.25em;
        margin: 0;
    }

        .list-group[data-toggle="list-horizontal"] > li:first-child {
            padding-left: 12px;
        }

        .list-group[data-toggle="list-horizontal"] > li:last-child {
            padding-right: 12px;
        }

        .list-group[data-toggle="list-horizontal"] > li > label {
            margin: 0 0 0 .5em;
        }

table.highchart-table {
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

    table.highchart-table > thead > tr > th {
        font-weight: bold;
        text-align: center;
    }

        table.highchart-table > thead > tr > th:first-child,
        table.highchart-table > tbody > tr > td:first-child,
        table.highchart-table > tbody > tr > th:first-child {
            text-align: left;
        }

        table.highchart-table > thead > tr > th > span {
            display: inline-block;
            padding-left: 0.75em;
        }

div.highcharts-container-set {
    position: relative;
    color: #31708f;
    border: 2px solid #337ab7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)";
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
}

    div.highcharts-container-set > div.chart-container {
        position: relative;
        color: #31708f;
        border: none;
        border-radius: 0;
        padding: 10px 0;
        height: 420px;
        background-color: #fbfcff;
        -ms-filter: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: none;
    }

    div.highcharts-container-set div.chart-table-container {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        -ms-filter: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: none;
        display: none;
    }

div.chart-table-container > table {
    width: 100%;
    margin: 0;
}

.table-toggle {
    z-index: 10;
    position: absolute;
    top: -25px;
    left: 0;
    font-size: smaller;
}

.highcharts-series-label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000000)"; /*IE 8*/
    text-shadow: 1px 1px 0 #000000; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000000); /*IE 5.5-7*/
}

#pnlSchoolCharts div.panel-body > div.row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

    #pnlSchoolCharts div.panel-body > div.row > div:first-child {
        padding-left: 15px
    }

    #pnlSchoolCharts div.panel-body > div.row > div:last-child {
        padding-right: 15px;
    }

#pnlSchoolCharts div.panel-body > div.row:last-child {
    margin-bottom: 0;
}

.vam-result-container {
    margin: 0 -.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

    .vam-result-container.vam-results-main {
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

.vam-cell {
    margin: 0 .5em;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

    .vam-cell > table {
        margin-bottom: 0 !important;
    }

    .vam-cell.alert-success {
        border-color: #d6e9c6 !important;
    }

    .vam-cell.alert-info {
        border-color: #9acfea !important;
    }

    .vam-cell.alert-danger {
        border-color: #ebccd1 !important;
    }

.teacher-details-container {
    margin-top: 1em;
    padding-top: .5em;
    border-top: 1px solid #28a4c9;
}

.btn-xs.btn-round {
    padding: 1px 4px !important;
    border-radius: 50% !important;
    position: relative;
}

    .btn-xs.btn-round > i.glyphicon {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .btn-xs.btn-round[aria-expanded="true"] > i.glyphicon {
        transform: rotate(180deg);
    }

.teacher-students,
.teacher-students-container {
    position: relative;
    display: none;
}

.btn-hide-parent {
    position: absolute;
    top: -1em;
    right: 0;
}

div[id^=pnlTeacherStudents] > div {
    position: relative;
    border: 1px solid #ccc;
    max-height: 52vh;
    overflow-y: auto;
}

table[id^=gvTeacherStudents] > thead > tr.table-header {
    position: sticky;
    z-index: 1;
}

    table[id^=gvTeacherStudents] > thead > tr.table-header:nth-child(1) {
        top: 0;
    }

    table[id^=gvTeacherStudents] > thead > tr.table-header:nth-child(2) {
        top: 27.5px;
    }

tr.selected > td {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
    background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.teacher-overalls {
    position: relative;
    padding: .5em .75em;
    border: 1px solid #bce8f1;
    border-radius: .5em;
}

    .teacher-overalls > h5 {
        margin: 0;
        margin-bottom: .5em;
        padding-bottom: .35em;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #337ab7;
    }

    .teacher-overalls table > tbody > tr > th,
    .teacher-overalls table > tbody > tr > td {
        border-bottom: 1px solid #ccc;
    }

    .teacher-overalls table > tbody > tr:last-child > th,
    .teacher-overalls table > tbody > tr:last-child > td {
        border-bottom: none;
    }

.table-description th,
.table-description td {
    vertical-align: middle !important;
}

th.label-primary,
th.label-success,
th.label-warning,
th.label-danger {
    color: #ffffff;
    text-align: center;
}

.chart-container {
    height: 350px
}

.chart-table {
    border: none;
    border-collapse: collapse;
    border-color: transparent;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

    .chart-table > thead > tr > th,
    .chart-table > tbody > tr > th,
    .chart-table > tbody > tr > td {
        padding: 6px;
        line-height: 1.42857143;
        border: none;
        border-color: transparent;
        vertical-align: middle !important;
    }

    .chart-table > thead > tr > th {
        border-bottom: 1px solid #cccccc;
    }

#gvTeacherComparison > thead > tr > th,
#gvTeacherComparison > thead > tr > td,
#gvTeacherComparison > tbody > tr > th,
#gvTeacherComparison > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

#gvTeacherComparison_filter {
    padding-top: 15px;
    padding-right: 20px;
}

#gvTeacherComparison_info {
    padding-bottom: 10px;
    padding-left: 15px;
}

#ddlSchools_chosen,
#ddlTeacher_chosen {
    display: grid;
    font-weight: normal;
}

#gvTeacherComparison > thead > tr:nth-child(1) > th {
    position: sticky;
    top: 0;
}

#gvTeacherComparison > thead > tr:nth-child(2) > th {
    position: sticky;
    top: 28px;
}


i.fa.fa-toggle-on {
    color: chartreuse;
}

.borderLeft2 {
    border-left-width: 2px !important;
    border-left-color: #bce8f1 !important;
}

.border-bottom-1 {
    border-bottom-width: 1px !important;
}

#selectorsContainer {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

button {
    font-family: "Segoe UI","Microsoft Sans Serif", "Arial";
}

.vam-teacher-container {
    /*page-break-inside: avoid !important;*/
    page-break-after: always;
    overflow:hidden;
}

#cblGradeLevels {
    opacity: 1;
}

div[id^=eacherOverallsContainer] > div.teacher-overalls {
    margin-left: 0;
    margin-right: 1em;
}

    div[id^=eacherOverallsContainer] > div.teacher-overalls:last-child {
        margin-right: 0;
    }

@media print {

    @page {
        size: letter landscape;
        margin: .5in .5in .5in .5in;
    }


    form {
        margin-left: auto;
        margin-right: auto;
    }

    section {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        page-break-inside: avoid;
    }

    #pnlSchoolCharts {
        width: 100%;
    }

        #pnlSchoolCharts div.row > div {
            display: block;
            width: 100%;
            text-align: center;
        }

    .chart-table-container::after {
        display: block !important;
    }

    .page-break {
        page-break-after: always !important;
    }

    #carousel_VAM > div.panel {
        border-color: transparent !important;
    }

    .vam-teacher-container {
        margin-bottom: 1.25em !important;
    }

        .vam-teacher-container > div.panel-heading > h3 > div {
            float: none !important;
            text-align: left !important;
        }

            .vam-teacher-container > div.panel-heading > h3 > div:first-child {
                margin-bottom: .5em;
            }

    .teacher-students,
    .teacher-students-container,
    div[id^=pnlTeacherStudents] > div {
        display: block !important;
        overflow: unset !important;
        max-height: unset !important;
        height: auto !important;
        width: auto !important;
    }

    .btn-hide-parent {
        display: none !important;
    }

    div[id^=pnlTeacherStudents] > div {
        position: relative;
        border: 1px solid #ccc;
        max-height: 52vh;
        overflow-y: auto;
    }

    table[id^=gvTeacherStudents] > thead > tr.table-header {
        position: unset;
        z-index: 1;
    }

        table[id^=gvTeacherStudents] > thead > tr.table-header:nth-child(1) {
            top: unset !important;
        }

        table[id^=gvTeacherStudents] > thead > tr.table-header:nth-child(2) {
            top: unset !important;
        }

    div[data-teachersummery] {
        display: block !important;
    }

    tr[data-teacherssn] {
        display: table-row !important;
    }
}
