﻿.powder-blue {
    background-color: rgb(0, 176, 240);
    color: black;
}

.blue {
    background-color: rgb(0, 32, 96);
    color: white;
}

.peach {
    background-color: #FDE9D9;
    color: black;
}

.gray {
    background-color: #C0C0C0;
    color: black;
}

.lightgray {
    background-color: rgb(245, 245, 245);
}

.embers {
    background-color: rgb(174, 53, 26);
    color: white;

}

.empty-line{
    height: 4px;
}

.report-name {
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    background-color: rgb(0, 32, 96);
    color: white;
    height: 20px;
    padding-top: 5px !important;
    text-align: center;
    vertical-align: bottom;
    width: auto !important;
}

div.program-name {
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(174, 53, 26);
    color: white;
    height: 20px;
    padding-top: 10px !important;
    text-align: center;
    vertical-align: bottom;
    width: auto !important;
}


td.program-name {
    vertical-align: bottom;
}


.rotate {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 1.5em;
}

div.rotate {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    margin-left: -0.8em;
    margin-right: -0.8em;
}

td.year-height {
    height: 80px; /* Min height for if there aren't enough courses in that year*/
}

div.year-height{
    width: 53px !important;
}

td.term-height {
    height: 80px; /* Min height for if there aren't enough courses in that year*/
}

div.term-height {
    width: 33px !important;
}

.width17 {
    width: 17px !important;
}

td.border {
    border: 1px solid #f2f2f2;
}

td.white-top-border {
    border: 1px solid #f2f2f2;
    border-top: 4px solid white;
}

td.white-right-border {
    border-right: 3px solid white;
}

td.white-right-thin-border {
    border-right: 1px solid white;
}

td.white-right-med-border {
    border-right: 2px solid white;
}

td.small-top-black-border {
    border: 1px solid #f2f2f2;
    border-top: 2px solid #727272;
}

td.small-top-border {
    border-top: 2px solid white !important;
}

td.large-top-border {
    border-top: 4px solid white;
}
.align-left{
    text-align: left !important;
}

.bold {
    font-weight: bold;
}

.small-font {
    font-size: 10px;
    font-family: "Helvetica", Arial, sans-serif;
}

.medium-font {
    font-size: 11px;
    font-family: "Helvetica", Arial, sans-serif;
}

.medium-large-font {
    font-size: 12px;
    font-family: "Helvetica", Arial, sans-serif;
}

.large-font {
    font-size: 20px;
    font-family: "Helvetica", Arial, sans-serif;
}

.year-total{
    color: rgb(0,129,255);
}

.overall-total {
    color: rgb(100,100,100);
}

div.margin-top-30{
    margin-top: 30px;
}

div.margin-top-15 {
    margin-top: 15px;
}

.bar0 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 0%, rgba(0,0,0,0) 0%);
}

.bar10 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 10%, rgba(0,0,0,0) 0%);
}

.bar20 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 20%, rgba(0,0,0,0) 0%);
}

.bar30 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 30%, rgba(0,0,0,0) 0%);
}

.bar40 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 40%, rgba(0,0,0,0) 0%);
}

.bar50 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 50%, rgba(0,0,0,0) 0%);
}

.bar60 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 60%, rgba(0,0,0,0) 0%);
}

.bar70 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 70%, rgba(0,0,0,0) 0%);
}

.bar80 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 80%, rgba(0,0,0,0) 0%);
}

.bar90 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 90%, rgba(0,0,0,0) 0%);
}

.bar100 {
    background-image: linear-gradient(to right, rgba(99,142,98,1) 100%, rgba(0,0,0,0) 0%);
}

td.highlight-search.row{
    border-top: 2px solid yellowgreen !important;
    border-bottom: 2px solid yellowgreen !important;
    /* border-color: yellowgreen !important; */
}

div.highlight-search.top-course{
    border: 2px solid yellowgreen !important;
}

.searchBarCell{
    padding-top: 5px;
}

/*Adds some space between thead and tbody*/
tbody:before {
    content:"@";
    display:block;
    line-height: 2px;
    text-indent:-99999px;
    font-size: 5px;
}

.foot-note-info{
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 12px;
}