* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  box-sizing: initial !important;
}

body {
  line-height: normal !important;
  display: block;
  accent-color: #00768a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #52718d;
  margin: 0;
  padding: 0;
}

footer {
  flex-shrink: 0;
  line-height: 20px;
  background: linear-gradient(to right, white, #dfe8e0, white);
  text-align: center;
  color: #fff;
  padding-bottom: 2px;

  /* Keep it at the bottom */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
}

.wrapper {
  display: flex;
  min-height: 100vh;
  position: relative;
}

#Layer_Wrapper {
  width: 980px;
  margin: 0px auto 0px auto;
  padding-bottom: 1.5rem;
}

.banner-underneath {
  height: 15px;
  background-color: #e6e7e9;
  border-radius: 0 0 15px 0;
  margin-top: 3px;
}

.help-menu-block-fade {
  width: 30px;
  background-image: linear-gradient(to left, #e6e7e9, white);
  height: 24px;
  width: 45px;
  float: left;
  margin-top: 4px;
  z-index: -1;
}

.help-menu-block-fade.without-links {
  height: 15px;
  width: 100px;
  z-index: 0;
  margin-top: 0px;
}

.login-container {
  text-align: center;
  margin-top: 130px;
}

.login-box {
  width: 300px;
  background-color: #e6e7e9;
  padding: 20px 10px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px grey;
}

.login-box .text {
  width: 95%;
  background-color: white;
  height: 1.75em;
  font-size: 13px;
  border-radius: 3px;
  padding: 3px 5px;
  border: 1px solid #cccccc;
}

.login-box .text:active {
  /* border: 1px solid grey; */
  /* box-shadow: 1px 1px 5px #82bd5e; */
}

.login-box .text:focus {
  /* border: 1px solid grey; */
  /* box-shadow: 1px 1px 5px #82bd5e; */
}

.login-button {
  font-size: 12px;
  line-height: 13px;
  color: white;
  width: 97%;
  height: 28px;
  border: 0px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: #00768a;
  margin-top: 15px;
}

.login-button-secondary {
  font-size: 11px;
  line-height: 13px;
  color: #00768a;
  background-color: #e6e7e9;
  border: 1px solid #00768a;
  width: 97%;
  height: 28px;
  border: 0px;
  padding-left: 5px;
  border-radius: 3px;
}

.login-button-secondary:hover {
  opacity: 0.8;
  cursor: pointer;
}

.login-button:hover {
  opacity: 0.8;
  cursor: pointer;
  box-shadow: 0px 0px 4px #82bd5e;
}

.login-box h3 {
  color: #00768a;
  margin: 16px 0px;
  font-weight: 600;
  font-size: 18px;
}

.login-box .login-label-sm {
  font-size: 13px;
  width: 40px;
}

.login-box .login-label-lg {
  width: 195px;
  font-size: 13px;
}

.login-box .login-label-xl {
  width: 235px;
}

.login-alert {
  font-size: 11px;
  margin: 0.5em 2.25em;
}

.alert {
  position: relative;
  padding: 0.75rem 1.05rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 12px;
}

.alert-info {
  background-color: rgba(112, 171, 166, 0.2) !important;
  border-color: rgba(112, 171, 166, 1) !important;
}

.alert-success {
  background-color: rgba(130, 189, 94, 0.2) !important;
  border-color: rgba(130, 189, 94, 1) !important;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #85640460;
}

.make-svg-blue {
  filter: invert(31%) sepia(84%) saturate(1007%) hue-rotate(154deg)
    brightness(91%) contrast(101%);
}

.make-svg-gray {
  filter: invert(49%) sepia(0%) saturate(1006%) hue-rotate(172deg)
    brightness(102%) contrast(90%);
}

.tinylink,
.tinylink:visited {
  font-size: 9px;
  line-height: 10px;
  color: #00768a;
  text-decoration: none;
  cursor: pointer;
}

.tinylink:hover {
  font-size: 9px;
  line-height: 10px;
  color: #00768a80;
  text-decoration: none;
  cursor: pointer;
}

a:link,
a:visited {
  font-size: 11px;
  line-height: 13px;
  color: #00768a;
  text-decoration: none;
}
a:hover {
  font-size: 11px;
  line-height: 13px;
  color: #00768a80;
  text-decoration: none;
}

.spinner-container {
	height: 40px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 11px;
  margin-left: -13px;
  border-radius: 50%;
  border-top: 2px solid #00768a;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.btn-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: -9px;
  margin-left: -6px;
  border-radius: 50%;
  border-top: 2px solid #00768a;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    height: 15px;
    width: 15px;
    margin: 0 10px 0 0;
}

.spinner-border {
    border: 0.25em solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0);
}

.spinner-border, .spinner-grow {
    display: inline-block;
    width: 1.25rem; /* This value replaces the --bs-spinner-width */
    height: 1.25rem; /* This value replaces the --bs-spinner-height */
    vertical-align: -0.125em; /* This value replaces the --bs-spinner-vertical-align */
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border; /* This value replaces the --bs-spinner-animation-speed and --bs-spinner-animation-name */
}

