.loading-container {
  background: #F4F4F4;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.loading-container > .loading-spinner {
  background-image: url("../images/Spinner_Blue_68x68.gif");
  margin: auto;
  width: 68px;
  height: 68px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.gateway-error {
  font-size: 20px;
  text-align: center;
  margin-top: 300px;
}

html {
  height: 100%;
}

.network-failure-error {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.network-failure-error > #reload-error-button {
  width: 142px;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  border-radius: 25px;
  background-color: transparent;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #30CA77;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  cursor: pointer;
  
}
.network-failure-error > #reload-error-button:hover {
  background-color: #30CA77;
}
.network-failure-error > h1 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
} 
.network-failure-error > h2 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}  
.network-error-body {
  background-image: linear-gradient(to bottom, #064495, #6589A4) !important;
}