/* Main styling for public WoW site */
#content {
  max-width: 800px;
  margin: 10px auto;
}
#content .buttons {
  padding-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #FF006C;
}

.action-link {
  display: block;
  padding: 10px;
  font-size: 2rem;
  color: white;
  background-color: #FF006C;
  text-align: center;
}
.action-link:hover {
  color: white;
  background-color: #cc0056;
  text-decoration: none;
}

hr {
  border-color: #ff3389;
}

.type-submit .btn {
  color: white;
  background-color: #cc0056;
}
.type-submit .btn:hover {
  color: white;
  background-color: #FF006C;
}

#survey-question legend {
  color: #ff3389;
  border-bottom-color: #ff3389;
}
#survey-question legend .total {
  font-size: 80%;
  margin-left: 4px;
}
#survey-question .form-actions {
  border-top: none;
}
#survey-question .form-control[type=text] {
  background-color: #fff5f9;
}

.modal-overlay.modal-overlay-level-1 {
  z-index: 1032;
}

.modal-overlay.modal-overlay-level-2 {
  z-index: 1033;
}

.modal-overlay.modal-overlay-level-3 {
  z-index: 1034;
}

/* modal overlay - full screen dialog - below normal dialog */
.modal-overlay {
  position: fixed;
  z-index: 1031;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-overlay > div {
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
}
.modal-overlay .modal-overlay-close {
  position: fixed;
  z-index: 2033;
  right: 0px;
  top: 0;
  padding: 15px 23px 4px;
  font-size: 48px;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
}
.modal-overlay .modal-overlay-close:hover {
  text-decoration: none;
}
.modal-overlay .sticky {
  position: sticky;
  top: 0;
  z-index: 1032;
}
.modal-overlay .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1032;
  padding: 10px;
  background-color: white;
}
.modal-overlay .sticky-bottom > div {
  max-width: 52rem;
  margin: 0 auto;
}
.modal-overlay .overlay-content-wrapper {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.modal-overlay .overlay-content-wrapper .overlay-content {
  overflow: hidden;
  padding: 15px 15px;
}
.modal-overlay .overlay-content-wrapper .overlay-content .body {
  max-width: 70rem;
  margin: 0 auto;
}

body.overlay-open,
body.modal-open {
  overflow: hidden;
}

#content .pregcalc {
  margin: 1rem 2rem;
  max-width: 51rem;
  padding: 1rem;
  border: 1px solid #ff3389;
}
#content .pregcalc p {
  padding-left: 0;
}
#content .pregcalc select {
  width: auto;
  display: inline-block;
  margin-bottom: 1rem;
}

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