body {
    max-width: 100vw;
    color: black;
    font-family: 'Calibri', sans-serif;
    background-color: #f2f2f2;
}

h1{
    font-size: 2vw;
}

.small {
    font-size: 8px;
    font-weight: 400;
}

@media print {
    @page {
        size: landscape;
        margin: 0.5cm;
        background-color: white;
    }
    
    p {font-size:10pt;
        font-family: Tahoma, "Times New Roman", serif;
    } 
}

.formHeader {
    font-size: 0.6vw;
    font-weight: 600;  
}

.secondLine {
    font-size: 1vw;
    padding: 5px 0 0 0;
    font-weight: 400;
}

.restType {
    font-size: 0.7vw;
    padding: 5px 0 0 0;
    font-weight: 400;
}

.thirdLine {
    font-size: 1.4vw;
    padding: 5px 0 0 0;
    font-weight: 600;
}

.minPerc {
    font-size: 1.2vw;
    padding: 5px 0 0 0;
    font-weight: 600;
}

.hidden {
    display: none;
}

.floatRight {
    float: right;
}

.narrate {
    font-size: 0.5vw;
    color: black;
}

.phototox {
    font-style: italic;
}

.emph {
    font-size: 1vw;
    color: yellow;
    font-weight: bold;
}

.currBody {
    color: black;
    font-size: 0.7vw;
    font-weight: bold;
    padding: 5px;
    background-color: #f2f2f2;
    width: 50vw;
    max-width: 50vw;
    border-style: solid;
    border-radius: 8px;
    border-width: 2px;
    box-shadow: 3px 3px #999;
}

.checkButton {
    background-color: #777;
    font-size: 1.0vw;
    font-weight: normal;
    color: white;
    padding: 2px;
    border-style: solid;
    border-color: black;
    border-radius: 8px;
    border-width: 1px;
}
.checkButton:hover {
    background-color: #555;
    color: white;
    font-weight: bold;
    border-color: red;
    border-width: 2px;
}

ul {
    /*-moz-column-count: 8;*/
    /*-moz-column-gap: 20px;*/
    /*-webkit-column-count: 8;*/
    /*-webkit-column-gap: 20px;*/
    column-count: 12;
    column-gap: 2vw;
}


.tableHeader {
    font-weight: 600;
}


.catFlexWrap {
    display: flex;
    font-size: 0.7vw;
    flex-direction: row;
    flex-wrap: wrap;
    /*align-items: left;*/
    justify-content: flex-start;
    padding: 5px;
}

.catCanFlexWrap {
    display: flex;
    font-size: 0.7vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 5px;
}

.catColumn {
  color: black;
  font-size: 0.8vw;
  text-align: center;
  padding: 2px;
  background-color: #f2f2f2;
  width: 4vw;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
  box-shadow: 3px 3px #999;
  page-break-inside: avoid;
}

.catCanColumn {
  color: black;
  font-size: 0.9vw;
  text-align: center;
  padding: 2px;
  background-color: #f2f2f2;
  width: 12vw;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
  box-shadow: 3px 3px #999;
  page-break-inside: avoid;
}

.totalMat {
    color: black;
    font-size: 1vw;
    font-weight: bold;
    padding: 2px;
    background-color: #f2f2f2;
    width: 12vw;
    border-style: solid;
    border-radius: 8px;
    border-width: 2px;
    box-shadow: 3px 3px #999;
}

.totalCanMat {
    color: black;
    font-size: 1vw;
    font-weight: bold;
    padding: 2px;
    background-color: #f2f2f2;
    width: 30vw;
    border-style: solid;
    border-radius: 8px;
    border-width: 2px;
    box-shadow: 3px 3px #999;
}

.canMat {
    color: black;
    font-size: 1vw;
    font-weight: bold;
    padding: 2px;
    background-color: #f2f2f2;
    width: 25vw;
    border-style: solid;
    border-radius: 8px;
    border-width: 2px;
    box-shadow: 3px 3px #999;
}

.totalMatPerc {
    font-size: 1vw;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

.restrictionType {
    background-color: #f2f2f2;
    text-align: left;
    /*vertical-align: left;*/
    margin:auto;
    outline: none;
    font-family: Verdana,sans-serif;
    font-size: 0.9vw;
    color: black;
    cursor: pointer;
    /*padding: 10px;*/
    width: 50vw;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 14px;
    /*box-shadow: 0 8px #999;*/
}

.present {
    border-style:solid;
}

.catList {
    background-color: lightgray;
}

.cat1 {
    background-color: #ffccd4;
}

.cat2 {
    background-color: #f2ffcc;
}

.cat3 {
    background-color: #e6e6ff;
}

.cat4 {
    background-color: #fff099;
}

.cat5a {
    background-color: dodgerblue;
}

.cat5b {
    background-color: #66b3ff;
}

.cat5c {
    background-color: #99ccff;
}

.cat5d {
    background-color: #cce6ff;
}

.cat6 {
    background-color: #cefdce;
}

.cat7a {
    background-color: #ffccff;
}

.cat7b {
    background-color: #ffe6ff;
}

.cat8 {
    background-color: #ffe6cc;
}

.cat9 {
    background-color: #ffe680;
}

.cat10a {
    background-color: #e08585;
}

.cat10b {
    background-color: #eaaeae;
}

.cat11a {
    background-color: #ccffff;
}

.cat11b {
    background-color: #e6ffff;
}

.cat12 {
    background-color: #e6e6e6;
}

.minimum {
    color: red;
    background-color: red;
}

.yellowBox {
    background-color: yellow;
}

/*for collapsible sections*/

.collapsible {
    background-color: #777;
    text-align: left;
    vertical-align: middle;
    margin:auto;
    outline: none;
    font-family: Verdana,sans-serif;
    font-size: 0.9vw;
    color: white;
    cursor: pointer;
    /*padding: 10px;*/
    width: 50vw;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 14px;
    /*box-shadow: 0 8px #999;*/
}


.attention {
    color: #ff0000;
    text-shadow: #999;
    background-color: #555;
}

.collapsible:hover {
    background-color: #666666;
    font-size: 1vw;
    font-weight: bold;
}

.collapsible span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.collapsible:after {
  content: '\00bb';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  vertical-align:middle;
}

.active:after {
  content: "\00ab";
}

.collapsible:hover span {
  padding-right: 25px;
}

.collapsible:hover span:after {
  opacity: 1;
  right: 0;
}


@media screen and (max-width:1100px) {
  .collapsible {
   font-size: 0.8vw;
  }
}

@media screen and (min-width:1100px) {
  .collapsible {
   font-size: 1.1vw;
   max-width:1100px;
  }
}

.content {
    position:relative;
    padding: 8px 9px;
    margin: 8px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.printableIfra {
    max-width: 8in;
}

.ifraHeader {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.ifraTextCenter {
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}

.ifraTextLeft {
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
}

table {
    border: 1px solid black;
    border-collapse: collapse;
    max-width: 8in;
}

th {
    border: 1px solid black;
    border-collapse: collapse;
    max-width: 230px;
}

td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}

.disclaimer {
    font-size: 8px;
    font-weight: bold;
}
