﻿body {
  padding-bottom: 20px;
  background-color: whitesmoke;
  --blue: #29485d;
}

.hidden {
  display: none;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #dbe2e8;
  margin-top: 10px;
  width: 100%;
  max-width: 700px;
}

a {
  color: var(--blue);
  border-bottom: thin solid;
}

footer a, a.navbar-backbutton {
  text-decoration: none;
  border-bottom: unset;
}

a:hover {
  color: #83A7BF;
  text-decoration: none;
}

.btn {
  background-color: var(--blue);
  border-color: var(--blue);
  color: white;
}

.navbar {
  background-color: var(--blue);
  border: 0px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.navbar-header .navbar-brand {
  color: white;
  text-align: left;
}

.navbar-header {
  width: 100%;
  max-width: 700px;
  margin-left: 1px;
}

.navbar-backregion {
  width: 30px;
}

.navbar-backbutton {
  font-weight: bold;
  text-decoration: none;
  color: white;
}

  .navbar-backbutton:hover {
    text-decoration: none;
    color: #83A7BF;
  }

.arrow-back {
  font-family: Calibri;
}

.blue-button {
  /*
  background-color: transparent;
  background-image: none;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
    */
}

.box {
  display: table;
  width: 100%;
  border: 0px;
  background-color: whitesmoke;
  border-radius: 0px;
  margin: 5px 5px 10px 0px;
  padding: 5px;
}

  .box:hover {
    background-color: #83A7BF;
  }

.content {
  max-width: 90%;
  width: 90%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.title {
  color: #007bff;
  float: left;
  width: 100%;
  text-align: left;
  color: var(--blue);
  font-weight: bold;
}

.description {
  color: #474747;
  float: left;
  width: 100%;
  text-align: left;
}

.page-description {
  color: #474747;
  margin-top: 15px;
  margin-bottom: 15px;
}

.arrowbox {
  display: block;
  margin-right: 0px;
  float: right;
  background-color: var(--blue);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.row {
  background-color: whitesmoke;
  margin: 5px;
  margin-left: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.time-button:hover {
  text-decoration: none;
  background-color: #83A7BF;
}

a.time-button {
  color: white;
  background-color: var(--blue);
  border: 0px;
  border-radius: 8px;
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 4px;
  padding: 5px;
}

.date-label {
  font-weight: bold;
  color: dimgray;
  margin: 0px;
  padding: 0px 0px 0px 4px;
}

.time-box {
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.arrowbox i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  align-content: center;
  margin-left: 14px;
  margin-top: 16px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.copyright {
  font-style: italic;
  font-size: 10pt;
  margin-top: 30px;
}

@media screen {
  .onlyprint {
    display: none;
  }
}

@media print {
  .onlyprint {
    background-color: red;
  }
}

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin-top: -20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}

.navbar-brand h1 {
  display: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

main h2 {
  font-size: 1.75em;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
}

form textarea {
  min-height: 4em;
}
