html {
  background: #6696cc;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  margin: 0;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#wrapper {
  margin: 0 auto;
  width: 720px;
}

#header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  background: #f5f7ff;
}

#facility-chooser, #signout {
  margin-right: 20px;
}

#content {
  float: left;
  width: 720px;
  height: calc(100vh - 80px - 16px - 1.5px); /* total height minus header minus footer minus fudge to remove scrollbar */
  background: #ffffff;
  overflow-y: auto;
}

#footer {
  width: 720px;
  height: 16px;
  background: #ebebff;
  clear: both;
}

#footer p {
  text-align: center;
  font-size: 8px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
}

.hidden {
  display: none;
}

.logo {
  margin-bottom: 15px;
  margin-top: 5px;
  padding-top: 0;
  margin-left: 20px;
  margin-right: 10px;
}

.logo img {
  height: 60px;
  margin-top: 15px;
  margin-bottom: 0;
}

.vertical-align {
  padding-top: 20px;
}

figure {
  margin-inline-start: 0;
  margin-inline-end: 5px;
  margin-block-start: -20px;
}

figcaption {
  margin-top: -10px;
  font-variant: small-caps;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
}

.surgeon-table {
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  height: calc(100vh - 80px - 16px - 1.5px);
}

.pretty-table {
  border: solid 1px #ddeeee;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
  width: 100%;
  table-layout: fixed;
}

.pretty-table thead {
  position: relative;
  top: -1px;
}

.pretty-table th {
  background-color: #ddefef;
  border: solid 1px #ddeeee;
  color: #336b6b;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
  position: sticky;
  top: -1px;
}

.pretty-table th:nth-child(1) {
  width: 8%;
}
.pretty-table th:nth-child(2) {
  width: 25%;
}
.pretty-table th:nth-child(3) {
  width: 32%;
}
.pretty-table th:nth-child(4) {
  width: 15%;
}
.pretty-table th:nth-child(5) {
  width: 20%;
}

.pretty-table tbody td {
  border: solid 1px #ddeeee;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}

.signin-form-container {
  overflow: auto;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 20vh;
}

form {
  display: flex;
  flex-direction: column;
  border-collapse: separate;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  background: #83d1f71c;
}

.form-item {
  margin: 5px;
  padding-bottom: 10px;
  display: flex;
}

.form-item label {
  display: block;
  padding: 2px;
  font-size: 20px;
  width: 100px;
}

.form-item input {
  width: 320px;
  height: 35px;
  padding-left: 1em;
  padding-right: 1em;
  border: 2px solid #e1dede69;
  border-radius: 20px;
  background: #e1dede69;
  color: grey;
}

.form-btns {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 10px 0;
}

.form-btn button {
  margin: auto;
  font-size: 20px;
  padding: 5px 15px;
  border: 2px solid;
  border-radius: 15px;
  color: white;
  background: #178cc6;
  width: 280px;
  cursor: pointer;
}

.process-btn button {
  background: url("3654957_chat_comment_communication_message_sms_icon.svg") no-repeat;
  background-size: 37%;
  background-position-x: center;
  background-position-y: 7px;
  padding-top: 35px;
  width: 80px;
  outline: none;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reset-btn button {
  background: url("6632043_arrow_reload_repeat_replay_reset_icon.svg") no-repeat;
  background-size: 40%;
  background-position-x: center;
  background-position-y: 5px;
  padding-top: 35px;
  width: 80px;
  outline: none;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sync-btn button {
  background: url("4265043_cloud_refresh_reload_sync_synchronize_icon.svg") no-repeat;
  background-size: 40%;
  background-position-x: center;
  background-position-y: 5px;
  padding-top: 35px;
  width: 80px;
  outline: none;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-btn button {
  background: url("4148100_document_files_pages_paper_sheet_icon.svg") no-repeat;
  background-size: 40%;
  background-position-x: center;
  background-position-y: 5px;
  padding-top: 35px;
  width: 80px;
  outline: none;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.signout-btn button {
  background: url("9022899_sign_out_duotone_icon.svg") no-repeat;
  background-size: 40%;
  background-position-x: center;
  background-position-y: 5px;
  padding-top: 35px;
  width: 80px;
  outline: none;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

button:disabled {
  opacity: 0.1;
}

.options {
  padding-top: 15px;
  margin: auto;
}

.options a {
  text-decoration: none;
  color: black;
  margin: 0 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.options a:hover {
  color: grey;
}

.button-container {
  padding-left: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display:none;
}

.modal-content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  display: block;
}
