﻿.CellOutlineBad {
    color: orangered;
    border: 1px solid orangered;
    border-radius: 5px;
    text-align: center
}
.CellOutlineWarning {
    color: yellow;
    border: 1px solid yellow;
    border-radius: 5px;
    text-align: center
}

.StudentInfoCol {
    padding: 2px;
    text-align: center;
}
.transcriptheader{
    background-color:gray !important;
    font-size:0.9em;
}
.textcenter{
    text-align:center;
}
.textright{
    text-align:right;
}
.textleft{
    text-align:left;
}
.textnowrap {
    white-space: nowrap;
}
.tablewellred {
    border-color: orangered !important;
    border-width: 1px;
    color: white;
    background-color: red !important;
    padding: 1px 5px !important;
    font-weight: 700 !important;
    width: 30px;
    margin-bottom: 0px !important;
    margin: auto;
}
.tablewellredwa {
    border-color: orangered !important;
    border-width: 1px;
    color: white;
    background-color: red !important;
    padding: 1px 2px !important;
    font-weight: 700 !important;
    width: 45px;
    margin-bottom: 0px !important;
    margin: auto;
}
.tablewellgreen {
    font-weight: 700 !important;
    border-color: green !important;
    border-width: 1px;
    color: white;
    background-color: green !important;
    padding: 1px 5px !important;
    width: 30px;
    margin-bottom: 0px !important;
    margin:auto;
}
.tablewellgreenwa {
    font-weight: 700 !important;
    border-color: green !important;
    border-width: 1px;
    color: white;
    background-color: green !important;
    padding: 1px 2px !important;
    width: 45px;
    margin-bottom: 0px !important;
    margin: auto;
}
.tablewellgreencircle {
    font-weight: 700 !important;
    border-color: green !important;
    border-width: 1px;
    color: green;
    border-radius: 20px !important;
    padding: 2px 5px !important;
}
.tablewellyellow {
    font-weight: 700 !important;
    border-color: yellow !important;
    border-width: 1px;
    color: black;
    background-color: yellow !important;
    padding: 1px 5px !important;
    width: 30px;
    margin-bottom: 0px !important;
    margin: auto;
}
.tablewellyellowwa {
    font-weight: 700 !important;
    border-color: black !important;
    border-width: 1px;
    color: black;
    background-color: yellow !important;
    padding: 1px 2px !important;
    width: 45px;
    margin-bottom: 0px !important;
    margin: auto;
}
.tablewellblue {
    font-weight: 700 !important;
    border-color: blue !important;
    border-width: 1px;
    color: blue;
    padding: 2px 5px !important;
}
.tablewellpurple {
    font-weight: 700 !important;
    border-color: purple !important;
    border-width: 1px;
    color: purple;
    padding: 2px 5px !important;
}
.tablewellorange {
    font-weight: 700 !important;
    border-color: orange !important;
    border-width: 1px;
    color: orange;
    padding: 2px 5px !important;
}
.tablewellcyan {
    font-weight: 700 !important;
    border-color: cyan !important;
    border-width: 1px;
    color: cyan;
    padding: 2px 5px !important;
}
.tablewellgray {
    font-weight: 700 !important;
    border-color: gray !important;
    border-width: 1px;
    color: gray;
    padding: 2px 5px !important;
}
.tablewellmagenta {
    font-weight: 700 !important;
    border-color: magenta !important;
    border-width: 1px;
    color: magenta;
    padding: 2px 5px !important;
}
.form-control{
    background-color: lightgray !important;
}
.form-control-blank {
    background-color: white !important;
    border-style: none;
    box-shadow: none !important;
}
.input-group-blank{
    background-color: white;
    border-style:none;
}
.processingpopup{
    font-size:24px;
    font-weight:bold;
}
.dataTables_processing
{
    z-index: 105;
    min-height:70px;
    min-width:300px;
    border-radius:10px;
}
.fontblack{
    color: black;
}
label{
    margin-bottom: 0px !important;
}
