/** Override Tapestry's pageloading-mask to add buttons for Back and Reload. Depends on PageLoadingMaskFilter. */
.pageloading-dev-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  animation-name: pageloading-mask-fade-in;
  animation-duration: 250ms;
  animation-delay: 250ms;
  animation-fill-mode: forwards;
  -webkit-animation-name: pageloading-mask-fade-in;
  -webkit-animation-duration: 250ms;
  -webkit-animation-delay: 250ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: pageloading-mask-fade-in;
  -moz-animation-duration: 250ms;
  -moz-animation-delay: 250ms;
  -moz-animation-fill-mode: forwards;
}
@keyframes pageloading-mask-buttons-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pageloading-mask-buttons-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageloading-mask div:first-of-type,
.pageloading-dev-mask div:first-of-type {
  height: 100%;
  background: url("/xpro/assets/meta/313de0c7/images/pageloader-mask.gif") no-repeat center center;
}
.pageloading-mask div:not(:first-of-type),
.pageloading-dev-mask div:not(:first-of-type) {
  height: 100%;
  background-image: none;
}
.pageloading-mask div.buttons,
.pageloading-dev-mask div.buttons {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  height: 6.0rem;
  width: 24.0rem;
  background-color: #444;
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  opacity: 0;
  animation-name: pageloading-mask-buttons-fade-in;
  animation-delay: 22s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
.pageloading-mask div.buttons .btn,
.pageloading-dev-mask div.buttons .btn {
  height: 4.0rem;
  width: 10.0rem;
  color: #666;
  font-size: 1.4rem;
  padding-top: 0.8rem;
}
/* See http://stackoverflow.com/questions/1963245/multiple-submit-buttons-specifying-default-button */
.gxp-hidden-submit {
  position: absolute;
  left: -400%;
  tabindex: -1;
}
html {
  height: 100%;
}
html:not(.gxp-native-insets),
html:not(.gxp-native-insets) body.container {
  height: 100vh !important;
}
body.container {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: transparent url("/xpro/assets/meta/3b33952/images/gxp-v2/bg-workouts-2.jpeg") no-repeat center;
  background-position: 80% 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}
.title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.login-container,
.password-forgot-container,
.choose-app-container,
.enrolled-container,
.client-welcome-container {
  background: #1f0043cc;
  border: solid 1px #8645af99;
  border-radius: 5px;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  .login-container,
  .password-forgot-container,
  .choose-app-container,
  .enrolled-container,
  .client-welcome-container {
    border: none;
  }
}
.login-container a,
.password-forgot-container a,
.choose-app-container a,
.enrolled-container a,
.client-welcome-container a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 0 0;
}
.login-container a.btn-primary,
.password-forgot-container a.btn-primary,
.choose-app-container a.btn-primary,
.enrolled-container a.btn-primary,
.client-welcome-container a.btn-primary {
  color: #fff;
}
.login-container .alert.alert-warning,
.password-forgot-container .alert.alert-warning,
.choose-app-container .alert.alert-warning,
.enrolled-container .alert.alert-warning,
.client-welcome-container .alert.alert-warning {
  color: #fff;
  font-size: 18px;
  background-color: #fb8c03;
  border-color: #b58013;
}
.login-container .alert.alert-danger,
.password-forgot-container .alert.alert-danger,
.choose-app-container .alert.alert-danger,
.enrolled-container .alert.alert-danger,
.client-welcome-container .alert.alert-danger {
  color: #fff;
  font-size: 18px;
  background-color: #d9534f;
  border-color: #b94d4a;
}
.login-container .error-image img,
.password-forgot-container .error-image img,
.choose-app-container .error-image img,
.enrolled-container .error-image img,
.client-welcome-container .error-image img {
  width: 100%;
}
.login-container .late-cancellation-threshold,
.password-forgot-container .late-cancellation-threshold,
.choose-app-container .late-cancellation-threshold,
.enrolled-container .late-cancellation-threshold,
.client-welcome-container .late-cancellation-threshold {
  width: 128px;
}
.login-container .hour-label,
.password-forgot-container .hour-label,
.choose-app-container .hour-label,
.enrolled-container .hour-label,
.client-welcome-container .hour-label {
  padding: 7px 18px;
  color: #fff;
}
.login-container .title {
  display: none;
}
.login-container.login-container-with-logo .title {
  background: url("/xpro/assets/meta/5b398d16/images/gxp-v2/gxp-v2-logo-white.png");
  background-position: center;
  background-size: 85% auto;
  background-repeat: no-repeat;
  display: block;
  color: transparent;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
}
.login-container .divider {
  display: block;
  background: #b65edf;
  height: 1px;
  width: 100%;
  margin: 0 0 25px;
}
.login-container .warning-message-2 {
  margin-top: 20px;
  font-size: 85%;
}
.form-signin {
  max-width: 400px;
  padding: 15px 0 20px;
  margin: 20px auto 0;
}
.form-signin label {
  color: #eee;
  font-weight: normal;
}
.login-container.login-container-with-logo .form-signin {
  margin: 0 auto 20px;
}
.login-container.login-container-with-logo .form-signin .log-in-page-selectors {
  text-align: center;
  margin-bottom: 10px;
}
.login-container.login-container-with-logo .form-signin .log-in-page-selectors .log-in-page-authenticator-selector {
  display: inline-block;
  width: 50%;
}
.login-container.login-container-with-logo .form-signin .log-in-page-selectors .country-selector {
  display: inline-block;
  width: 30%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .login-container.login-container-with-logo .title {
    background: url("/xpro/assets/meta/5b398d16/images/gxp-v2/gxp-v2-logo-white.png");
    background-position: center;
    background-size: 85% auto;
    background-repeat: no-repeat;
  }
}
.form-signin .title,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  padding: 10px 8px;
  margin-bottom: 10px;
}
.has-error .help-block {
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fc5e5e;
}
.btn-primary {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: linear-gradient(90deg, #b964dc 5%, #b95fe1 20%, #9641fa 100%);
  width: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(255, 255, 255, 0.4);
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #a333d7;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0 none;
}
.btn-default:active,
.btn-default.active,
.btn-default.active:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
/* Use this in the class parameter of Tapestry's Errors component to simplify its styling. */
.errors-box {
  position: relative;
  font-size: 16px;
  /* From .alert */
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  /* From .alert-danger */
  color: #fff;
  background-color: #fc5e5e;
}
.errors-box.errors-box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 50;
}
.errors-box .close {
  display: none;
}
.errors-box h4 {
  display: none;
}
.errors-box > ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
}
.errors-box > ul > li {
  list-style-type: none;
  margin-top: 2px;
}
.errors-box > ul > li:first-child {
  margin-top: 0px;
}
.password-forgot-container .form-signin {
  margin-top: 0;
}
.password-forgot-container .title {
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 30px;
}
.password-forgot-container p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.password-forgot-container p.alert {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.password-forgot-container p.alert.alert-danger {
  color: #fff;
  background-color: #fc5e5e;
}
.password-forgot-container p.instructions {
  background-color: rgba(0, 0, 0, 0.3);
}
.password-forgot-container .form-group {
  font-size: 14px;
}
.password-forgot-container .form-group .control-label {
  text-align: left;
  color: #fff;
  font-weight: 400;
}
.password-forgot-container footer {
  text-align: center;
  margin-bottom: 10px;
}
.password-forgot-container footer a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.password-forgot-container footer a.btn {
  display: inline-block;
}
.password-forgot-container footer a.btn:not(.btn-primary) {
  background: transparent;
  border-color: #fff;
}
.password-forgot-container footer a.btn:not(.btn-primary):hover,
.password-forgot-container footer a.btn:not(.btn-primary):active {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.password-forgot-container .kaptcha .kaptcha-image {
  Ztext-align: center;
}
.password-forgot-container .kaptcha .kaptcha-prompt {
  color: #bbb;
  display: none;
}
.password-forgot-container .kaptcha .kaptcha-field {
  margin-top: 15px;
}
.client-welcome-container .form-signin {
  margin-top: 0;
}
.client-welcome-container .title {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/xpro/assets/meta/a5a260a5/images/logo-login.png");
  width: 250px;
  height: 150px;
  margin: 0 auto;
}
.client-welcome-container .instructions {
  margin: 0 0 18px;
}
.client-welcome-container .instructions p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.client-welcome-container .instructions p .username {
  font-weight: 500;
}
.client-welcome-container .instructions p.alert {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.client-welcome-container .instructions p.alert.alert-danger {
  color: #fff;
  background-color: #fc5e5e;
}
.client-welcome-container .instructions p a {
  margin-left: 0;
  color: #fff;
  font-size: inherit;
  font-weight: 300;
}
.client-welcome-container .instructions p a.btn-primary {
  color: #fff;
}
.device-width-too-small-container .title,
.choose-app-container .title {
  color: #fff;
  font-weight: 100;
  text-align: center;
  margin-bottom: 30px;
  font-size: 34px;
}
.device-width-too-small-container .logo,
.choose-app-container .logo {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/xpro/assets/meta/a5a260a5/images/logo-login.png");
  width: 250px;
  height: 150px;
  margin: 0 auto;
}
.device-width-too-small-container .instructions,
.choose-app-container .instructions {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.device-width-too-small-container .instructions .instruction,
.choose-app-container .instructions .instruction {
  text-align: center;
}
.device-width-too-small-container .alert.alert-warning,
.choose-app-container .alert.alert-warning {
  margin-bottom: -20px;
  color: #fff;
  font-size: 18px;
  background-color: #fb8c03;
  border-color: #b58013;
}
.device-width-too-small-container .choices,
.choose-app-container .choices {
  margin: 20px 0;
}
.device-width-too-small-container .choices .choice,
.choose-app-container .choices .choice {
  margin-bottom: 20px;
}
.device-width-too-small-container .choices .choice:first-child,
.choose-app-container .choices .choice:first-child {
  margin-top: 0;
}
.device-width-too-small-container .choices .choice:last-child,
.choose-app-container .choices .choice:last-child {
  margin-bottom: 0;
}
.device-width-too-small-container .choices .choice a,
.choose-app-container .choices .choice a {
  margin-left: 0;
}
.device-width-too-small-container .choices .choice .choice-button,
.choose-app-container .choices .choice .choice-button {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 20px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.75);
}
.device-width-too-small-container .footer,
.choose-app-container .footer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.device-width-too-small-container .footer a:not(.btn),
.choose-app-container .footer a:not(.btn) {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 20px 20px 20px;
}
.choose-app-container .instructions {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.choose-app-container .choices .choice .choice-button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.choose-app-container .footer a:not(.btn) {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.enrolled-container .title {
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 30px;
}
.enrolled-container p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.enrolled-container p.alert {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.enrolled-container p.alert.alert-danger {
  color: #fff;
  background-color: #fc5e5e;
}
.enrolled-container p.instructions {
  background-color: rgba(0, 0, 0, 0.3);
}
.enrolled-container .form-group {
  font-size: 18px;
}
.enrolled-container .form-group .control-label {
  color: #fff;
  text-align: left;
  font-weight: 400;
}
.enrolled-container .tt-suggestions p {
  color: #333;
  font-size: 14px;
}
.enrolled-container span.twitter-typeahead {
  background-color: #fff;
  border-radius: 4px;
}
.enrolled-container footer {
  text-align: center;
  margin-bottom: 10px;
}
.enrolled-container footer a {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
}
.enrolled-container footer a.btn {
  display: inline-block;
}
.enrolled-container footer a.btn:not(.btn-primary) {
  background: transparent;
  border-color: #fff;
}
.enrolled-container footer a.btn:not(.btn-primary):hover,
.enrolled-container footer a.btn:not(.btn-primary):active {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
#add-to-homescreen-ios {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 5%;
  width: 90%;
  background-color: #eee;
  border: 4px solid #eee;
  text-align: center;
  padding: 14px;
  border-radius: 8px;
}
#add-to-homescreen-ios:after,
#add-to-homescreen-ios:before {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  width: 0;
  height: 0;
  pointer-events: none;
}
#add-to-homescreen-ios:after {
  border-top-color: #eee;
  border-width: 30px;
  margin-left: -30px;
}
#add-to-homescreen-ios:before {
  border-top-color: #eee;
  border-width: 36px;
  margin-left: -36px;
}
#add-to-homescreen-ios .logo-wrapper {
  display: inline-block;
  text-align: center;
  padding: 6px;
  background-color: #f2f2f2;
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 10px 0px #6e6d6e;
  -moz-box-shadow: 0px 2px 10px 0px #6e6d6e;
  box-shadow: 0px 2px 10px 0px #6e6d6e;
}
#add-to-homescreen-ios .logo-wrapper img {
  max-width: 60px;
}
#add-to-homescreen-ios .instructions p {
  margin: 0 0 0px;
}
#add-to-homescreen-ios .instructions p:last-child {
  margin: 0;
}
#add-to-homescreen-ios .instructions img.action-icon-ios7 {
  margin: 0 6px 6px;
  max-width: 14px;
}
#add-to-homescreen-ios .close {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 24px;
  height: 24px;
  opacity: 0.3;
}
#add-to-homescreen-ios .close:hover {
  opacity: 1;
}
#add-to-homescreen-ios .close:before,
#add-to-homescreen-ios .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 24px;
  width: 4px;
  background-color: #333;
}
#add-to-homescreen-ios .close:before {
  transform: rotate(45deg);
}
#add-to-homescreen-ios .close:after {
  transform: rotate(-45deg);
}
.guide {
  padding: 12px;
  margin: auto;
  display: table;
  border-radius: 12px;
}
.guide.guide-paragraphs {
  padding: 12px;
  border-radius: 12px;
}
.guide.guide-paragraphs .title {
  color: #b65edf;
  text-align: center;
  margin-bottom: 6px;
}
.guide.guide-paragraphs .info {
  font-size: 12px !important;
  margin-bottom: 12px;
  max-width: 240px;
}
/* Hack to make Autocomplete fill full width of its container. HLS says it's a Twitter issue. */
.twitter-typeahead {
  display: block !important;
}
.twitter-typeahead .tt-dropdown-menu {
  width: 100% !important;
}
/*
 * GXP.v2 Skinning - updated 
 */
.form-signin .gxp-v2-labels {
  display: block;
  width: 100%;
  margin-bottom: 5px !important;
}
.form-signin .gxp-v2-labels label {
  color: #b65edf;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form-signin .gxp-v2-input {
  width: 100%;
  margin: 0 0 25px 0 !important;
}
