:root {
    --colWidth: .2in !important;
    --headColWidth: 2in !important;
}
body {
    print-color-adjust: exact; /* this allows the shading of services to transfer to print */

    & * {
        overflow:visible !important
    } 
}

.printOnly{
    display:block;
}

.noPrint {
    display: none;
}
#banner {
    & img.headerLogo { height:.75in;}
    & section {display:none;}
}

footer {
    display: none;
}

#menuColumn {
    display: none;
    width: 0px;
}

.headerTools {
    display: none;
}


.showcase-multi-column-item {
    flex: 1 1 3in
}

.showcase-two-column-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: .25in;
    
}
.showcase-multi-column-item {
   break-inside: avoid;
}

.box {
        break-inside: avoid;
}

.customreport{
    width:3.75in;
}
.matrixGrid {
    width: 7.5in;
    height: unset;
}

.k-cell-inner {
    writing-mode: vertical-lr !important;
    /* text-orientation:mixed !important;*/
    display: block !important;
    width: .2in !important;
    transform: none !important;

    & .k-link {
        display: block;
    }
}

.k-grid-content-locked, .k-grid-header-locked {
    width: 2in !important;
    white-space: break-spaces !important;
}


.k-grid-footer {
    display: none !important;
}

.k-table-th {
    width: .2in !important;
}
.k-table-td {
    width: .2in !important;
    text-overflow: clip !important;
    vertical-align: unset !important;
}
table {
    break-inside: auto !important;
}

td, th {
    padding: 1px !important;
    height: .3in !important;
}

.tag {
    padding:0px !important;
}
@page {
    size: 8.5in 11in;
    margin: .5in;

}