﻿.noPrint{ display: block }
@media print {
    .noPrint{ display: none !important; }
    .yesPrint{ display: block !important; }
    .holiday {
        background-color: #f9f9f9 !important;         		
    }
    body {
        margin: none;
    }
    .solidthin {
        background-color: lightgray;
    }
}
body {
    margin-left: 1px !important;
}
.printtable th, .printtable td {
    position: relative;
}
.solid:after {
	pointer-events: none;
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;   
    bottom: 1px;    
    left: 1px;
    border: 2px solid black;
}

.solidthin:after {
	pointer-events: none;
}

.bg-saved {
  background-color: lightgreen !important;
}
.bg-editing {
  background-color: lightpink !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.dropdown-link {
    padding: 0 1rem;
    white-space: pre;
    display: block;
}
#EmployersTable table {
    border: 1px solid black;
}
#scheduleIDsList li label{
    margin-bottom: 0;
    display: block;
    text-align: left;
}
#scheduleIDsList li {
    padding: 0;
}
table.signature  {
    width: min-content;
    border-collapse: initial;
}
table.signature tr td {
    margin: 0 1em;
}
table.signature tr:nth-child(1) td,
table.signature tr:nth-child(5) td,
table.signature tr:nth-child(9) td {
    vertical-align: bottom;
}
table.signature tr:nth-child(2),
table.signature tr:nth-child(6),
table.signature tr:nth-child(10)
{
    height: 1px;
    padding: 0px;
    margin: 0px;
}
table.signature tr:nth-child(2) td,
table.signature tr:nth-child(6) td,
table.signature tr:nth-child(10) td
{
    height: 1px;
    padding: 0px;
    margin: 0px;
}
table.signature tr td:nth-child(1),
table.signature tr td:nth-child(9)
{
    width: 25mm;
} 
table.signature tr td:nth-child(3),
table.signature tr td:nth-child(11)
{
    width: 40mm;
}  
table.signature tr td:nth-child(5),
table.signature tr td:nth-child(13)
{
    width: 20mm;
} 
table.signature tr td:nth-child(7),
table.signature tr td:nth-child(15)
{
    width: 40mm;
}  
table.signature tr td:nth-child(8)
{
    width: 15mm;
}  
table.signature tr:nth-child(3) td,
table.signature tr:nth-child(7) td,
table.signature tr:nth-child(11) td 
{
    vertical-align: top;
    text-align: center;
    font-size: 7pt;
    border-bottom:none;
}