.webservice-error {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10000;
}
.webservice-error:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.8;
}
.webservice-error-box {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: #FFF;
  padding: 20px 0;
  text-align: center;
  margin-top: -112.5px;
}
.webservice-error-icon {
  display: block;
}
.webservice-error-icon i {
  font-size: 5em;
  line-height: 1em;
}
.webservice-error-title {
  display: block;
}
.webservice-error-subtitle {
  display: block;
  font-size: 20px;
}
.webservice-error-buttons {
  display: block;
}
