@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Italic.ttf");
  font-style: italic;
}
* {
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}

main {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 80rem;
  margin: auto;
}
@media (max-width: 62.5rem) {
  main {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
main h1 {
  width: 100%;
  text-align: center;
}
main h2, main h3, main h4 {
  width: 100%;
  text-align: center;
}
main h2.error, main h3.error, main h4.error {
  margin: 1rem;
  font-style: italic;
  color: rgb(103, 103, 103);
}
main .warning {
  color: rgb(228, 31, 95);
  font-style: italic;
}
main .warning.no-italic {
  font-style: normal;
}

.mobile-only {
  display: none;
}
@media (max-width: 62.5rem) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: none !important;
}
@media (min-width: 62.5rem) {
  .desktop-only {
    display: block !important;
  }
}

.center-content {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.center-element {
  left: 50%;
  transform: translateX(-50%);
}

.center-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.align-content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.inline-content {
  display: inline-flex;
}

.center-text {
  text-align: center;
}

.margin-none {
  margin: 0 !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.white {
  color: white;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.bg-green {
  background: lime;
}

.color-grey {
  color: rgb(103, 103, 103);
}

.hint {
  display: block;
  margin: 0.1rem;
}
.hint .hint-btn {
  cursor: pointer;
  background: url("/assets/img/question-circle.svg");
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  display: inline-block;
}
.hint .hint-text {
  display: none;
  background: rgb(222, 222, 222);
  border: 0.1rem dashed rgb(103, 103, 103);
  max-width: 30rem;
  word-wrap: break-word;
  padding: 0.2rem;
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  z-index: 1000000;
}
@media (max-width: 62.5rem) {
  .hint .hint-text {
    max-width: 100%;
  }
}
.hint .hint-title {
  display: inline-block;
  font-weight: bold;
  padding-left: 1.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(103, 103, 103);
}
.hint.special .hint-title {
  color: rgb(163, 24, 68);
  min-width: -moz-max-content;
  min-width: max-content;
}
.hint.visible .hint-title {
  color: unset;
  font-style: italic;
}
.hint.visible .hint-text {
  display: block;
  position: absolute;
  z-index: 10000;
  overflow-y: auto;
}
.hint.visible .hint-text .note {
  font-style: italic;
  font-size: 90%;
  display: block;
  text-align: right;
}
.hint.visible .hint-text .section {
  font-weight: bold;
  display: block;
}
.hint.visible .hint-text .section:before {
  content: "* ";
}

header #nav.profile_-1 {
  background: rgb(4, 170, 180) !important;
}
header #nav.profile_1 {
  background: rgb(228, 31, 95) !important;
}
header #nav.profile_1 a.btn {
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
header #nav.profile_1 a.btn:hover {
  background-color: rgb(163, 24, 68) !important;
}
header #nav.profile_2 {
  background: darkorange !important;
}
header #nav.profile_2 a.btn {
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
header #nav.profile_2 a.btn:hover {
  background-color: rgb(190, 118, 31) !important;
}
header #nav .navbar-selected-profile {
  position: absolute;
  color: white;
  opacity: 0.5;
  transform: rotate(-90deg);
  left: -0.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  pointer-events: none;
  z-index: 1000;
}
header #nav .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 62.5rem) {
  header #nav .navbar-nav {
    margin: auto;
    align-items: center;
    justify-content: center;
  }
}
header #nav .navbar-nav .switch-icon, header #nav .navbar-nav .logout-icon {
  filter: invert(100%);
  height: 1.2rem;
}
@media (max-width: 62.5rem) {
  header #nav .navbar-nav a {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
header #nav .navbar-nav a.logout .current-user {
  display: inline-block;
  margin-left: 0.4rem;
}
@media (max-width: 62.5rem) {
  header #nav .navbar-nav a.logout .current-user {
    display: none;
  }
}
header #nav .navbar-nav a.logout.profile_1, header #nav .navbar-nav a.logout.profile_2 {
  background: #0d6efd !important;
}
header #nav .navbar-nav a.logout.profile_1:hover, header #nav .navbar-nav a.logout.profile_1:active, header #nav .navbar-nav a.logout.profile_2:hover, header #nav .navbar-nav a.logout.profile_2:active {
  background: #0a58ca !important;
}
header #nav .navbar-brand {
  display: block;
}
@media (max-width: 62.5rem) {
  header #nav .navbar-brand .navbar-img {
    display: none;
  }
}

.btn {
  color: white;
  border-radius: 0.7rem;
  padding: 0.6rem 2rem;
}
.btn.invisible-border {
  border: 0.2rem solid rgba(0, 0, 0, 0);
  font-weight: bold;
}
.btn.highlight {
  border: 0.2rem solid rgb(228, 31, 95);
  font-weight: bold;
}
.btn:hover {
  color: white;
}
.btn.red {
  background-color: rgb(228, 31, 95);
}
.btn.red:hover {
  background-color: #ba164b;
}
.btn.blue {
  background-color: rgb(4, 170, 180);
}
.btn.blue:hover {
  background-color: #037b82;
}
.btn.green {
  background-color: rgb(0, 149, 0);
}
.btn.green:hover {
  background-color: #006200;
}
.btn.disabled {
  background-color: rgb(103, 103, 103);
}/*# sourceMappingURL=global.css.map */