/* Hide the whole-page vertical scrollbar but still allow scrolling */
html {
  scrollbar-width: none; /* Firefox */
}

body {
  overflow-y: scroll; /* Allow scroll */
  -ms-overflow-style: none; /* IE and Edge */
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #e50000;
}

.validation-message {
  color: #e50000;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI9MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

.login-block {
  margin: 10px;
  justify-self: flex-end;
}

.form {
  margin: 10px 0 10px 0;
}

.smalltxt {
  font-size: 13px;
}

.bluebox {
  background: #6FC2F2;
}

.trade-mark {
  position: relative;
  font-size: 20%;
  line-height: 0;
  vertical-align: baseline;
  top: -1.2em;
  left: 1px;
}

.note {
  margin-left: 2px;
}

.red-alert {
  color: #b23838;
}

.mhAppForm {
  margin: 10px 10px 30px 0;
}
.mhAppForm .form-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mhAppForm .form-group label {
  /*margin: 8px 0;*/
}
.mhAppForm input, .mhAppForm select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f7fafc;
  border: 1px solid darkgray;
  border-radius: 0;
  box-shadow: none;
}
.mhAppForm input[disabled], .mhAppForm select[disabled] {
  background-color: #dddddd;
  border: 1px solid darkgray;
}
.mhAppForm input[type=date], .mhAppForm select[type=date] {
  background-color: unset;
}
.mhAppForm input[type=checkbox], .mhAppForm select[type=checkbox] {
  width: 18px;
  height: 18px;
}
.mhAppForm input, .mhAppForm .valid.modified:not([type=checkbox]) {
  outline: 1px solid #eff3f7;
}
.mhAppForm .invalid {
  outline: 1px solid #b23838;
}
.mhAppForm .validation-message {
  color: #b23838;
  font-size: 12px;
}
.mhAppForm button:disabled {
  cursor: not-allowed;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
  margin: 0;
}
.toggle-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch input[type=checkbox]:checked + .toggle-slider {
  background-color: black;
}
.toggle-switch input[type=checkbox]:checked + .toggle-slider:before {
  transform: translateX(24px);
}
.toggle-switch input[type=checkbox]:disabled + .toggle-slider {
  opacity: 0.5;
  cursor: not-allowed;
}
.toggle-switch input[type=checkbox]:focus + .toggle-slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 20px;
}
.toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.check-box-group {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: nowrap;
}

.check-box-wrap {
  margin-top: 3px;
  width: fit-content;
}

.dropdown-with-arrow {
  position: relative;
}
.dropdown-with-arrow::after {
  color: black;
  content: "";
  position: absolute;
  right: 25px;
  top: 35%;
  width: 10px;
  height: 10px;
  border-top: 3px solid darkgray;
  border-left: 3px solid darkgray;
  transform: rotate(-135deg);
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

#mhr-auth .btn {
  border: none;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: Arial;
}
#mhr-auth .btn.btnPrimary {
  background-image: linear-gradient(to bottom, #fcb81e, #f9850b) !important;
  color: #333 !important;
}
#mhr-auth .btn.btnSecondary {
  background-image: linear-gradient(to bottom, #125a76, #07222d);
  color: white;
}

.btnAuth0 {
  max-width: 400px;
  min-width: 200px;
  width: 100%;
  height: 2.6rem;
}

.navbar-toggler.hamburger-toggle:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.mh-logo {
  height: 40px;
}

.mhApp-logo {
  height: 70px;
}

.spinner {
  border: 16px solid silver;
  border-top: 16px solid red;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
  top: 40%;
  left: 45%;
  position: absolute;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  top: 40%;
  left: 45%;
  position: absolute;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.1em solid;
  border-right: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  top: 40%;
  left: 45%;
  position: absolute;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.mh-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.mh-spinner {
  animation: rotate 1s linear infinite;
  background: url("../spinner.svg") no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
}

.full-page-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

#mhr-auth {
  position: relative;
}

@media (min-width: 992px) {
  #mhr-auth .global-navigation.hamburger-nav-open:before {
    opacity: 0;
    pointer-events: none;
  }
}
#mhr-auth .page-header a {
  color: #006d9d;
}
#mhr-auth .page-header .heading-1 {
  text-align: left;
}
#mhr-auth a.smalltxt {
  color: #1a598a;
}
#mhr-auth footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-top: 32px;
  padding-bottom: 0.5em;
  border-top: 2px solid #fdb825;
  overflow: visible;
}
#mhr-auth .footer_grey {
  color: #fff;
  background-color: #2C373F !important;
}
#mhr-auth .footer_grey div {
  font-size: 11px;
  padding-top: 15px;
  text-align: center;
}
#mhr-auth .footer_blue {
  color: #fff;
  background-color: #2a5d84 !important;
}
#mhr-auth .footer_blue div {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  padding-top: 0.9375rem;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}

.col-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 3px;
}

.m-2 {
  margin: 5px;
}

.m-3 {
  margin: 10px;
}

.m-4 {
  margin: 20px;
}

.m-5 {
  margin: 30px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 3px;
}

.mt-2 {
  margin-top: 5px;
}

.mt-3 {
  margin-top: 10px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 3px;
}

.mb-2 {
  margin-bottom: 5px;
}

.mb-3 {
  margin-bottom: 10px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 30px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 3px;
}

.p-2 {
  padding: 5px;
}

.p-3 {
  padding: 10px;
}

.p-4 {
  padding: 20px;
}

.p-5 {
  padding: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

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

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.content {
  padding-top: 1.1rem;
}

h1:focus {
  outline: none;
}

#mhr-auth .row-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}
#mhr-auth .col-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
#mhr-auth .page-title {
  font-size: 24px;
  line-height: 1.0625;
  margin-bottom: 0.5rem;
  color: #005557;
}

.highlight-bar {
  background-color: #ffcd55;
  width: 5rem;
  height: 4px;
  margin-top: 0.25rem;
}

/*# sourceMappingURL=style.css.map */
