/* Computed Fees at the bottom */

.computed-row {
  display: table;
  width: 100%;
}

.computed-row:first-of-type {
  padding-top: 1em;
}

.computed-label {
  font-weight: bold;
  float: left;
  width: 30%;
}

.computed-fee {
  font-weight: bold;
  float: left;
  border: none;
}

.computed-row:after {
  content: "";
  clear: both;
  display: block;
}

label {
  margin-bottom: 0;
}

#reg-fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 6001;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#reg-confirmation,
#reg-post-pay-confirmation,
.reg-modal-window {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 70%;
  height: 70%;
  text-align: center;
  border: 0.1em solid black;
  z-index: 6002;
  overflow: auto;
  background-color: #dfd;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 1em;
  margin: 1em;
  -webkit-overflow-scrolling: touch;
}

#reg-confirmation-iframe {
  width: 95%;
  height: 70%;
  border: 0.1em solid #ccf;
  border-radius: 1em;
  margin: 0.5em;
  overflow-y: auto;
  clear: both;
}

#reg-step-box {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  border: 1px solid black;
  z-index: 6002;
  overflow: visible;
  background-color: #fff;
  padding: 0.5em;
  box-sizing: border-box;
  border-radius: 1em;
  margin: 0.5em;

  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.3);
}

.reg-button {
  background-color: #33c3f0;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 10px;
  border: 0.1em solid #33c3f0;
  float: left;
  margin-left: 1em;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.reg-button-link,
.reg-button-link:visited,
.reg-button-link:link,
.reg-button-disabled-link,
.reg-button-disabled-link:visited,
.reg-button-disabled-link:link,
.reg-button-disabled-link:active {
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
}

.reg-button:active {
  transform: translateY(2px) translateX(2px);
}

.reg-button-hidden {
  display: none;
}

.reg-button-disabled {
  background-color: #c0c0c0;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 10px;
  border: 0.1em solid #808080;
  float: left;
  margin-left: 1em;
  text-align: center;
}

.reg-button:hover,
.reg-button-link:hover {
  color: #fff;
  background-color: #11a0d0;
  text-decoration: none;
}

.reg-button-disabled-link:hover {
  text-decoration: none !important;
}

.reg-add-button {
  float: none;
  padding: 0.3em;
  margin: auto;
  box-sizing: border-box;
  width: 50%;
  height: auto;
}

.reg-remove-button {
  box-sizing: border-box;
  padding: 0.3em;
  width: auto;
  background-color: #f00;
  float: right;
}

.reg-remove-button:hover {
  background-color: #d00;
}

fieldset {
  border: 1px solid #888;
  border-radius: 1em;
  padding: 1em;
  margin: 1em;
  background: #fff;
}

legend {
  padding: 1em;
  background: #00875a;
  border-radius: 0.5em;
  font-weight: bold;
  color: #fff;
}

.waiver-textarea {
  width: 100%;
  height: 8em;
}

.reg-debug-box {
  z-index: 6001;
  border: 2px solid black;
  padding: 0.5em;
  margin: 0.5em;
}

.reg-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  vertical-align: super;
}

.reg-tooltip .reg-tooltip-text {
  visibility: hidden;
  width: 20em;
  color: white;
  background-color: #00875a;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.reg-tooltip:hover .reg-tooltip-text {
  visibility: visible;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.reg-spinner-hidden {
  display: none;
  background: url("../images/spin.svg") no-repeat;
  height: 38px;
  width: 38px;
}

.reg-spinner-visible {
  display: block;
  background: url("../images/spin.svg") no-repeat;
  height: 38px;
  width: 38px;
}

.payment-spin-graphic-small {
  animation-name: spinnerRotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: table;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

/* Up/down counters for t-shirts and meals */

/* The main container */
.reg-inc-dec {
  vertical-align: middle;
}

.reg-inc-button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 50%;
  text-align: right;
  /*text-shadow: 1px 1px 2px #000020; */
}

.reg-spinner-input {
  width: 1em !important ;
  float: right;
  /*  margin-right: 1em; */
  padding: 0.1em 0.1em !important;
  border: none !important;
  background-color: #ddd !important;
  font-size: 1.6em;
}

.reg-family-set {
  /*  display: inline-block; */
  border: 0.2em black #ccc;
  border-radius: 1em;
  padding: 2em;
  margin: 1em;
}

.reg-family-member-container {
  display: block;
  margin-bottom: 0.5em;
}

.reg-tshirt-option {
  display: inline-block;
  /*width: 8em; */
  /*border:  1px double #ccc; */
  background-color: #ddd;
  border-radius: 1em;
  padding: 0.25em;
  margin: 0.5em;
  vertical-align: middle;
}

.reg-tshirt-option-name {
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.reg-paypal-button {
  background-color: #33c3f0;
  opacity: 1;
  color: #33c3f0;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 10px;
  border: 1px solid #33c3f0;
  float: left;
  margin-left: 1em;
  text-align: center;
  box-shadow: 4px 4px 8px rgba(255, 215, 0, 0.7);
}

#paypal-button-id {
  background-color: #33c3f0;
  border: 0.5em solid #fc0;
  font-size: larger;
  height: auto;
  margin: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#paypal-button-id:hover {
  color: #fff;
  border: 0.5em solid #fd0;
}

@keyframes spinnerRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.reg-spin-graphic,
.payment-spin-graphic {
  animation-name: spinnerRotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 50%;
  height: 50%;
}

.reg-center-box {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  top: 5%;
  left: 5%;
  width: 70%;
  /*  height: 70%; */
  border: 0.1em solid black;
  z-index: 6002;
  overflow: auto;
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 1em;
  margin: 1em;
  -webkit-overflow-scrolling: touch;
}

.reg-route-set {
  /*  display: inline-block; */
  border: 0.2em black #ccc;
  border-radius: 1em;
  padding: 2em;
  margin: 1em;
  background-color: #e8e8ff;
}

.reg-route-set legend {
  background-color: #008;
}
