/**
 * @file
 * Styles for SPT Auth module
 */


/* Age Gate
--------------------------------------------------------------------------------*/

/* Structure
----------------------------------------*/
.pane-widget-player .age-gate {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 850px;
  overflow: hidden;
  right: 0;
  top: 0;
}

.pane-widget-player .pane-content {
  -webkit-backface-visibility: hidden; /* fixes background artifacts on player load */
}

.video-gate-slide.loading:before {
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  content: '\f110';
  display: block;
  font-family: FontAwesome;
  font-size: 500%;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -37px 0 0 -37px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.video-gate-slide.loading:after {
  background: rgba(0, 0, 0, .8);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Content Rating
----------------------------------------*/
.player .age-gate h3 {
  padding-bottom: 5px;
}

.player .age-gate .content-rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 15px;
}

.age-gate .content-rating {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}

.age-gate .content-rating .icon {
  font-size: 38px;
  line-height: 1.2em;
}

.age-gate .parental-control-disclaimer {
  margin: 15px 0 10px;
}

.age-gate .form-item {
  font-size: 14px;
}

.age-gate .form-type-password label {
  float: left;
  margin: 5px 10px;
}

.age-gate .form-type-password input {
  display: inline-block;
  margin-right: 10px;
  width: 100px;
}

.age-gate .pin-disclaimer {
  display: block;
  margin-top: 30px;
}

.btn-spt-auth-gate {
  bottom: 20px;
  font-size: 125%;
  left: 20px;
  line-height: 150%;
  position: absolute;
}
