* {
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-family: Lucida Grande;
  font-size: 3.7mm;
  /* letter-spacing: -0.5pt; */
}

.page {
  position: relative;
  height: 297mm;
  width: 210mm;
  border: thin solid;
  /* float: left; */
  display: flex;
  padding: 2mm;
}

.header {
  /* margin-left: 1mm; */
  margin-top: 0mm;
  display: block;
  /* position: absolute; */
}

nav {
  /* position: absolute; */
  top: 0;
  right: 0;
  z-index: 99;
  /* display: inline-block;
  float: left;
  clear: both; */
  margin-bottom: 5pt;
  background-color: #1E72B9;
  padding: 5px;
}

nav span {
  font-size: 20pt;
  margin-right: 10pt;
}

nav a {
  display: inline-block;
  background: grey;
  padding: 6pt;
  text-decoration: none;
  color: white;
  font-size: 12pt;
  border: thin solid black;
  margin-right: 5pt;
}

select {
  font-size: 18pt;
  background-color: lightblue;
}

@media print {
  nav {
    display: none;
  }

  .page {
    border: none;
    margin: none;
    background: none;
  }
}

.registration {
  font-size: 19pt;
  display: inline;
}

.type {
  font-size: 19pt;
  display: inline;
  color: #a1a1a1;
}

/* .checklists {
  width: 33.3%;
  float: left;
} */

.checklist {
  width: 51mm;
  /* float: right; */
  /* overflow-wrap: break-word; */
  /* border: thin solid; */
}

.checklist.width-2 {
  width: 130%;
  padding: 0 15%;
}

.checklist.width-3 {
  width: 285%;
  padding: 0 5%;
}

.checklist.width-3 h3.title {
  width: 91%;
}

ul {
  list-style-type: none;
  margin: 1mm 0 1.5mm 0;
  padding-left: 0;
}

li {
  display: flex;
  padding: 0.3mm 1mm;
}

li.red,
li.red .response {
  color: #d11e1e;
}

li.blue,
li.blue .response {
  color: #1E72B9;
}

li.green,
li.green .response {
  color: #11be14;;
}

li.note {
  display: block;
  width: 100%;
  text-align: center;
}

li.note.black {
  font-weight: bold;
}

li.note.blue {
  color: #1E72B9;
}

li.note.red {
  color: #d11e1e;
  font-weight: bold;
}

li.note.green {
  color: #11be14;
  font-weight: bold;
}

li.note.gray {
  color: #5e5e5e;
}

li.note.white {
  color: #fff;
}

li.bold {
  font-weight: 900;
}


h3.title {
  width: 93%;
  background-color: #F7EE82;
  font-weight: bold;
  color: #2E4F9E;
  text-align: center;
  padding: 1mm;
  margin: 0;
  margin-left: 0;
  text-transform: uppercase;
  border-radius: 8pt;
  box-shadow: 0px 2px 1px 0 black;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  filter: opacity(1);
  -webkit-filter: opacity(1);
}

.followUp h3.title {
  background: #77ad77;
  color: #fff;
  border: 1.2mm solid #77ad77; /* 2AA837 */
  padding: 0.5mm;
  font-weight: bolder;
  text-shadow: 0 0 #11be14;
  /* font-size: 9pt; */
}

.briefing h3.title,
.outside-briefing h3.title {
  background: #1E72B9;
  color: #fff;
  border: 1.2mm solid #1E72B9;
  padding: 0.5mm;
  font-size: 9pt;
}

.speedreference h3.title {
  background: transparent;
  color: #1E72B9;
  border: none;
  box-shadow: none;
  padding: 2mm 0 5mm;
  font-size: 9pt;
}

.checklist.followUp {
  background-color: #dfdfdf;
  border-radius: 3mm;
}

.checklist.briefing {
  /*background-color: #c1daff;*/
  border-radius: 3mm;
}

.checklist.outside-briefing {
  /*background-color: #c1daff;*/
  /*border: thin solid #c1daff;*/
  border-radius: 3mm;
}

.checklist.speedreference {
  background-color: #fcee7f;
  border-radius: 3mm;
  color: #1E72B9;
}

.checklist.width-2 h3.title {
  width: 98%;
  margin-left: 0;
  margin-top: 5mm;
}

.checklist.emergency h3.title {
  background-color: red;
  color: white;
}

.challenge {
  margin-right: 0.5mm;
  font-weight: bold;
  position: relative;
}

.margin1-5 {
  margin-bottom: 1.5mm;
}

.margin0 {
  margin-bottom: 0;
}

.margin1-5-top {
  margin-top: 1.5mm;
}

.padding-0-bottom {
  padding-bottom: 0;
}

.indent-7 {
  margin-left: 7mm;
}

.indent-10 {
  margin-left: 10mm;
}

.numbered .challenge::before {
  content: " ";
  display: block;
  width: 5.5mm;
  height: 5.5mm;
  border: thin solid;
  border-radius: 5mm;
  position: absolute;
  left: -1.5mm;
  top: -0.7mm;
}
.numbered.wide .challenge::before {
  width: 8mm;
}

.numbered.wider .challenge::before {
  width: 12mm;
}

.numbered.ultrawide .challenge::before {
  width: 15.5mm;
}

.response {
  color: #5e5e5e;
  text-align: right;
  flex-grow: 1;
  /* display: inline-block; */
  /* overflow: hidden;
  */
  white-space: nowrap;
  border-bottom: 1pt dashed #c6c6c6;
  /* margin-bottom: 1pt; */
  letter-spacing: -1pt;
}

.response b {
  color: black;
}

/* .response:before { 
  text-align: right;
  content: "..................................................................................";
} */

#safetywant {
  width: 30%;
  position: absolute;
  bottom: 2mm;
  right: 2mm;
  display: none;
}

.template {
  display: none;
}

table {
  border: 1mm solid #2E4F9E;
  border-collapse: collapse;
}

th {
  color:#1E72B9;
  text-align: left;
  border-left: thin solid;
  padding: 0 5pt;
}
th[colspan] {
  text-align: center;
  border: thin solid;
  padding: 3pt 0;
}

td {
  font-size: 9pt;
  white-space: nowrap;
  border-left: thin solid;
  /* border: thin solid; */
  padding: 0 5pt;
}

td:first-child {
  background-color: #2E4F9E;
  color: white;
  width: 4mm;
  text-align: center;
}

.vspeed {
  display: inline-block;
  width: 25px;
}

.vspeed-value {
  margin-top: 3px;
  text-transform: uppercase;
  position: absolute;
  width: 15px;
}

.challenge:has(.table3),
.challenge:has(table) {
  width: 100%;
}

.table3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3pt;
}

.table3 span:nth-child(2) {
  font-weight: normal;
  flex-grow: 1;
  padding-left: 15pt;
}

.table3 span:nth-child(3) {
  white-space: nowrap;
}

.table3dual .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.table3dual .row + .row {
  font-weight: normal;
  margin-top: 2pt;
  margin-bottom: 5pt;
}
img {
  width: 100%;
  height: auto;
}
.page-header {
  width: 100%;
  font-size: 19pt;
  text-align: right;
  color: grey;
}

.challenge:has(.page-header) {
  flex-grow: 1;
}
