/*
 * THIS FILE ONLY APPLIES FOR PRINT (NOT SCREENS)
*/

body {
    font-family: Verdana, Helvetica, Arial, Geneva, Sans-Serif;
    font-size: small;
    background-color: transparent;
    margin-top: 1em;
}
a[href]:after { /* remove href link from print. !important to overwrite bootstrap */
    content: none !important;
}
table.pagetable {
    width: 98%
}
table.contentstable {
    width: 100%;
    font-size: 70%
}
table.table {
    width: 100%;
    font-size: 70%
}
table.qualificationTable {
    border-collapse: collapse;
    font-size: x-small;
    text-align: left;
    border-style: solid;
    background-color: White;
}
table.qualificationTable th {
    font-weight: bold;
    text-align: center;
    border-style: solid;
}
table.qualificationTable td {
    border-style: solid;
    border-width: thin;
}
tr.links {
    display: none;
}
td.logoutcell {
    display: none;
}
td.gomobilebutton {
    display: none;
}
table.dontPrint {
    display: none;
}
.dontPrint {
    display: none;
}
tr.dontPrint {
    display: none;
}
th.dontPrint {
    display: none;
}
td.dontPrint {
    display: none;
}
div.dontPrint {
    display: none;
}
div.printOnly {
    display: inline;
}
tr.printOnly {
    display: inline;
}
tr.coloredRow {
    background-color: #D3D3D3;
}
tr.blackRow {
    background-color: Black;
    height: 1pt;
    border-bottom: 1px solid black;
}
td.center {
    text-align: center
}
td#appname {
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
}
.hidden-from-screen {
    display: block;
}
.monospace-font{
    font-size: 90%;
}

/* 
----------------------------------------------------------------------------------------------
ROSTER PAGE 
----------------------------------------------------------------------------------------------
*/

table.employment th {
    font-size: 30%;
}
table.employment td {
    font-size: 30%;
}
.activity-table-header {
    font-size: 80%;
}
table.activityTableStyle {
    width: 100%;
    border-collapse: collapse;
}
.panel-roster {
    margin-bottom: 5px;
}
.panel-heading {
    border-bottom: 0px;
}

td.lineLeft {
    border-left-style: solid;
    border-color: Black;
    border-width: 1px
}
td.lineRight {
    border-right-style: solid;
    border-color: Black;
    border-width: 1px
}
.lineTop td {
    border-top: 1px solid black;
}
.lineBottom td {
    border-bottom: 1px solid black;
}
tr.blackRow {
    background-color: Black;
    height: 1px
}

.visible-none-custom {
    display: none;
}