html, body {
  height : 100%
}
body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto
}
.hider {
  display: none!important;
}
.fixed-font {
  font-family:Consolas,"courier new";
  font-size:16px;
}
.stat-table {
  margin: auto;
}
.stat-table th {
  font-weight: 500;
  text-align: center;
}
.stat-table td {
  text-align: center;
}
.lhr-walker {
  background-color: lightyellow;
  border: 2px solid yellow;
}
.lhr-assisted {
  background-color: lavender;
}
.lhr-wheelchair {
  background-color: lightcyan;
}
.footer {
  height: 100px;
  width: 100%;
  flex-shrink: 0;
}
.clear-text:hover {
  cursor: pointer;
}
.delimiter-bar {
  display: flex;
  flex-direction: row;
  min-height: 60px;
  flex-wrap: nowrap;
  box-sizing: border-box;
  justify-items: left;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lookup-item {
  display: flex;
  padding: 5px;
}
.lookup-item ul {
  padding: 0 2px 0 2px;
  margin: 0;
}
.lookup-item li {
  list-style-type: none;
  padding: 0;
}
.lookup {
  position: relative;
  border: 1px solid #767676;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  padding: 3px 6px;
  min-height: 40px;
  xbackground-color: lightblue;
  xbox-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.name_entry {
  position: relative;
  border: 1px solid #767676;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  padding: 3px 6px;
  min-height: 70px;
  xbackground-color: lightblue;
  xbox-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.lookup-fieldset {
 display: none;
 position: relative;
 background-color: #f9f9f9;
 min-width: 50px;
 max-height: 60vh;
 overflow: auto;
 xbox-shadow: 0px 8px, 16px, 0px rgba(0,0,0,0.2);
 padding: 5px 8px;
 z-index: 1; 
}
.lookup-submit {
  max-height: 40px;
}
.lookup-search {
  align-self: center;
}
.lookup:hover .lookup-fieldset {
  display: block;
  border: 1px solid;
}
.check-list { 
  list-style-type: none;
}
.check-left-label {
  margin-right: 5px;
}
.button-42 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.button-42:hover:enabled,
.button-42:hover[enabled] {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.button-42:disabled,
button-42[disabled] {
  background-color: gray;
  background-image: linear-gradient(-180deg, #A8A8A8, #6C6B6B);
}
