﻿body {
    margin: 0px;
    background-color: #ffffff;
    font-size: 11px;
    color: #000;
}

div {
    padding: 0px;
    font-size: 14px;
    margin: 0 0 0 0;
}

/*clear out defaults set on teachtown.css*/
.BodyStyle {
    background: none;
    background-image: none;
}

.epd_pageTitle {
    color: #1F85D0;
    font-size: 33px;
    font-weight: bold;
}

.PageHeader {
    background-color: transparent;
}


.params {
    float: left;
    font-size: 12px;
}

.link {
    margin: 0px;
    font-size: 12px;
}

.controlWrapper {
    margin-left: auto;
    margin-right: auto;
}

.parentDiv {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.teachTownAppLogo {
    font-family: "Gill Sans", "Gill Sans MT", "Calibri", "arial", sans-serif;
    color: #1596D4;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
}

/* anything with #report should override #ttcontent defaults*/
#report .columnHeadingPadding {
    padding-right: 5px;
    padding-left: 5px;
}

#report .date {
    padding-right: 7px;
}

#report .districtData {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-color: gray;
}

/* the tabular report.  any headers, etc that are not IN the table should be */
/* outside of this class.  */
.reportTable {
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid gray;
}

#report .tableHeader,
#report .tableHeader td {
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    border: none;
    margin: 0;
    height: 26px;
    text-align: center;
    vertical-align: bottom;
}

#report .columnHeader,
#report .columnHeader td {
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
}

.columnSubHeader,
.columnSubHeader td {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
}

/* to make a particular cell's text bigger!*/
#ttcontent .tableHeader .bigColumnHeader,
#ttcontent .columnHeader .bigColumnHeader,
#ttcontent .columnSubHeader .bigColumnHeader {
    font-size: 20px;
}

.columnDivision,
#report .columnDivision,
#report .tableHeader .columnDivision {
    border-right: 1px solid gray;
}

.doubleColumnDivision {
    border-right: 5px double gray;
}

.thickColumnDivision {
    border-right: 3px solid gray;
}

.summaryRow,
.summaryRow td {
    width: auto;
    font-size: 14px;
    height: 25px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
}

.summaryRowBorders,
.summaryRowBorders td {
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

.districtData,
.districtData td,
.districtData th {
    width: auto;
    font-size: 14px;
    height: 25px;
    margin: 0;
    vertical-align: bottom;
    text-align: left;
    border-bottom: 1px solid gray;
    font-weight: bold;
}

.alternatingTableRow:nth-child(even) {
    background-color: #EEEEEE;
}



.grayBottomBorder {
    border-bottom: 1px solid gray;
}

.thickBottom {
    border-bottom: 3px solid gray;
}

.grayBottomBorder {
    border-bottom: 1px solid gray;
}

.thickBottom {
    border-bottom: 3px solid gray;
}

#studentInfoTable {
    margin: 0;
    padding: 0;
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid;
    border-color: #928885;
    margin-left: auto;
    margin-right: auto;
}

    #studentInfoTable thead tr {
        border-bottom: none;
    }

    #studentInfoTable tr {
        border-bottom: 1px solid;
        border-color: #928885;
    }

.percentBarDiv {
    clear: both;
    padding-top: 3px;
    width: 95%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.reportIcon {
    padding: 0px !important;
}

.hideMe {
    display: none;
}

#ttcontent .alignLeft {
    text-align: left;
}

#ttcontent .alignRight {
    text-align: right;
}
