﻿.printDoNotDisplay {
    display: none !important;
}
.app-td-title, .app-title, .app-ac, .test, .InfoHeader {
    background-color: white;
    color: black;
}
th{
    background-color: white;
    color: black;
    font-weight: bold;
    border: none;
}
    th a {
        color: black !important;
    }
td{
    text-align: center;
}
.printMainContent{
    margin: auto;
    border: none;
}
.printSectionHeader{
    background-color: white;
    color: black;
    text-align: center;
    font-weight: bold;
    border-top: solid 3px black;
    padding-top: 5px;
    font-size: 1.2em;
}
.ViewListingLabel {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

.ViewListingValue {
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
}
#pnlAllCategories {
    display: block;
}
.AlignCenter {
    text-align: center;
}
.AlignLeft {
    text-align: left;
}
.AlignRight {
    text-align: right;
}
.VAlignTop {
    vertical-align: top;
}
.VAlignMiddle {
    vertical-align: middle;
}
.VAlignBottom {
    vertical-align: bottom;
}
.FloatLeft {
    float: left;
}
.FloatRight {
    float: right;
}
.PaddingLeft5px {
    padding-left: 5px;
}
.PaddingTopBottom2Sides7 {
    padding: 2px 7px;
}
.TableCentered {
    margin: 0 auto;
}
.BoldNoSize {
    font-weight: bold;
}
.MarginLeft10pct {
    margin-left: 5%;
}
.PaddingLeft10Right10 {
    padding: 0px 10px;
}
.DivClearBoth {
    clear: both;
}
textarea{
    width:100%;
}
.PrintLink::after {
    content: " (" attr(href) ")"; /* Show URL of link, instead of just the text */
}
caption {
    background-color: white;
    color: black;
    border: 1px solid black;
    caption-side: top !important;
    text-align: center !important;
    font-size: 1.75em;
    font-weight: bold;
}
.PrintBorder {
    border: 1px solid black;
}
label { /*Overwrite bootstrap*/
    margin-bottom: 0 !important;
}
/*Simulate a double column table layout without using tables*/
.AlignInputs {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-column-gap: .5em;
    grid-row-gap: .3em;
    text-align: left;
    padding: 5px;
}

    .AlignInputs label {
        text-align: right;
    }

        .AlignInputs label:after {
            content: ":";
        }

    .AlignInputs textarea {
        width: 100%;
    }
#MainContent_gridBasisWqaa tr td {
    border: none;
    text-align: left;
}

.InnerGrid table tr td {
    border: 1px solid black !important;
    text-align: center !important;
}

/*These Category classes are set in DataManager.GetCategoryCssClass()
    They also require the browser print settings to allow background graphics; otherwise the print version will ignore these colors.
*/
.Category1 {
    background-color: #00D600;
}
.Category2 {
    background-color: #FFFF73;
}
.Category3 {
    background-color: #DEDEDE;
}
.Category4A {
    background-color: #FF7A00;
}
.Category4B {
    background-color: #CD892B;
}
.Category4C {
    background-color: #E366FF;
}
.Category5 {
    background-color: #FF7070;
}