﻿.popupOpen {
  height: 100%;
  overflow: hidden;
}

#loginPopup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#login-popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.modal {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
  font-size: 13px;
  z-index: 999999;
}

@media screen and (min-width: 420px) {
  .modal {
    margin: 30px auto;
    width: 410px;
    font-size: 12px;
  }

  #interstitial-popup .modal-content,
  #missing-details-popup .modal-content {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 12px;
  }
}

@media screen and (max-width: 419px) {
  #interstitial-popup .modal-content,
  #missing-details-popup .modal-content,
  .modal,
  #loginPopup {
    height: 100%;
  }
}

#interstitial-popup * {
  box-sizing: border-box;
}

#interstitial-popup h2 {
  color: #4d96d1;
  font-size: 15px;
  font-weight: normal;
}

#missing-details-popup .modal-content,
#interstitial-popup .modal-content {
  position: relative;
  overflow: hidden;
  background: white;
  padding-bottom: 18px;
}

#missing-details-popup .modal-content {
  padding: 20px;
}

#interstitial-popup .logo-primary #disney-account {
  background: url('../../images-2015/disney-en-US.png') center no-repeat no-repeat;
  height: 100px;
  width: 206px;
}

#interstitial-popup .logo-primary #dmr {
  background: url('../../images-2015/interstitial-modal-dmr-logo.jpg') center no-repeat;
  width: 100px;
  height: 100px;
  float: right;
}

#interstitial-popup .logo-primary span {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

#interstitial-popup .header {
  margin: 18px 32px;
}

#interstitial-popup .modal-main {
  margin: 0 40px;
  position: relative;
}

#interstitial-popup .modal-field-group {
  margin: 0 0 25px 0;
}

#interstitial-popup .modal-label {
  margin: 0 0 10px 0;
}

#interstitial-popup label {
  font-size: 14px;
}

#missing-details-popup .modal-field,
#interstitial-popup .modal-field {
  margin: 0 0 18px 0;
}

#interstitial-popup .modal-field--last {
  margin: 0 0 5px 0;
}

#interstitial-popup .modal-field-explanation {
  margin: 0 0 5px 0;
}

#interstitial-popup .ie8 {
  display: none;
}

#interstitial-popup .error,
#interstitial-popup .field,
#interstitial-popup .btn-group,
#interstitial-popup h2 {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}

#interstitial-popup .field td {
  padding: 0
}

#interstitial-popup table.field {
  margin-left: -2px;
  margin-right: -2px;
}

#interstitial-popup .error {
  display: none;
}

#interstitial-popup .btn {
  width: 100%;
  display: block;
  background: #00a1cf;
  position: relative;
  min-width: 42px;
  max-width: 400px;
  margin: 0 auto 1em;
  padding: 0 18px;
  line-height: 42px;
  border: 0 none;
  outline: 0 none;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  height: 42px;
}

#interstitial-popup .btn:focus,
#interstitial-popup .btn:hover {
  text-decoration: none;
  background: #3f6dac;
}

#interstitial-popup input:not([type="checkbox"]):not([type="radio"])[type="password"],
#interstitial-popup select[type="password"] {
  font-size: 1.25em;
}

#interstitial-popup input:not([type="checkbox"]):not([type="radio"]),
#interstitial-popup select {
  height: 42px;
  line-height: 42px;
  padding: 0 9px;
  border: 1px solid #d7d7d7;
  background: white;
  outline: none;
  border-radius: 4px;
  box-shadow: none;
  color: #999;
  display: block;
  width: 100%;
  font-size: 1.25em;
  font-family: 'Matterhorn', Arial, sans-serif;
}

#interstitial-popup input:not([type="checkbox"]):not([type="radio"]):focus,
#interstitial-popup select:focus {
  border: 2px solid #0593e9;
  padding: 0 8px;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
}

#interstitial-popup select {
  cursor: pointer;
}

#interstitial-popup #login-a-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

#interstitial-popup #login-a-close:after {
  content: '';
  background-image: url('../../images-2015/interstitial-modal-close.gif');
  background-size: cover;
  display: block;
  height: 15px;
  opacity: 0.55;
  width: 15px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

#interstitial-popup #login-a-close:hover::after,
#interstitial-popup #login-a-close:focus::after {
  opacity: 1;
}

#interstitial-popup .loading-indicator {
  position: absolute;
  background: #fff url("../../images-2015/loading-indicator.gif") no-repeat center center/32px 32px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 12px;
  top: 0;
  left: 0;
  opacity: .8;
  display: none;
}

#interstitial-popup .other-link {
  font-size: 15px;
  text-align: center;
}

#interstitial-popup .other-link a {
  color: #3f6dac;
}

#interstitial-popup .other-link a:hover,
#interstitial-popup .other-link a:focus {
  text-decoration: underline;
}

#interstitial-popup hr {
  margin: 2.5em 0;
  border: none;
  height: 1px;
  background: #e1e1e1;
}




#missing-details-popup {
  position: absolute;
  min-width: 320px;
  z-index: 99999;
  margin: 30px auto;
  width: 410px;
  font-size: 12px;
  font-family: 'Matterhorn', Arial, sans-serif;
  letter-spacing: .01em;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}

#missing-details-popup * {
  box-sizing: border-box;
}

#missing-details-popup h2 {
  color: #4d96d1;
  font-size: 15px;
  font-weight: normal;
}

#missing-details-popup .content {
  position: relative;
  overflow: hidden;
  background: white;
  padding-bottom: 18px;
  min-height: 23em;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

#missing-details-popup .logo-primary #disney-account {
  background: url('../../images-2015/disney-en-US.png') center no-repeat no-repeat;
  height: 100px;
  width: 206px;
}

#missing-details-popup .logo-primary #dmr {
  background: url('../../images-2015/interstitial-modal-dmr-logo.jpg') center no-repeat;
  width: 100px;
  height: 100px;
  float: right;
}

#missing-details-popup .logo-primary span {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

#missing-details-popup .main {
  margin: 0 40px;
  position: relative;
}

#missing-details-popup label {
  font-size: 14px;
}

#missing-details-popup .ie8 {
  display: none;
}

.ie8 #missing-details-popup .ie8 {
  display: block;
}

#missing-details-popup .error,
#missing-details-popup .field,
#missing-details-popup .btn-group,
#missing-details-popup h2 {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}

#missing-details-popup .field td {
  padding: 0
}

#missing-details-popup table.field {
  margin-left: -2px;
  margin-right: -2px;
}

#missing-details-popup .error {
  display: none;
}

/*button*/

#missing-details-popup .btn {
  width: 100%;
  display: block;
  background: #00a1cf;
  position: relative;
  min-width: 42px;
  max-width: 400px;
  margin: 0 auto 1em;
  padding: 0 18px;
  line-height: 42px;
  border: 0 none;
  outline: 0 none;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  height: 42px;
}

#missing-details-popup .btn:focus,
#missing-details-popup .btn:hover {
  text-decoration: none;
  background: #3f6dac;
}

#missing-details-popup .btn-disabled {
  background: #ccc !important;
}

/*field*/

#missing-details-popup input:not([type="checkbox"]):not([type="radio"])[type="password"],
#missing-details-popup select[type="password"] {
  font-size: 1.25em;
}

#missing-details-popup input:not([type="checkbox"]):not([type="radio"]),
#missing-details-popup select {
  height: 42px;
  line-height: 42px;
  padding: 0 9px;
  border: 1px solid #d7d7d7;
  background: white;
  outline: none;
  border-radius: 4px;
  box-shadow: none;
  color: #111;
  display: block;
  width: 100%;
  font-size: 1.25em;
  font-family: 'Matterhorn', Arial, sans-serif;
}

#missing-details-popup input:not([type="checkbox"]):not([type="radio"]):focus,
#missing-details-popup select:focus {
  border: 2px solid #0593e9;
  padding: 0 8px;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
}

#missing-details-popup select {
  cursor: pointer;
}

#missing-details-popup #missing-details-a-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

#missing-details-popup #missing-details-a-close:after {
  content: '';
  background-image: url('../../images-2015/interstitial-modal-close.gif');
  background-size: cover;
  display: block;
  height: 15px;
  opacity: 0.55;
  width: 15px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

#missing-details-popup #missing-details-a-close:hover::after,
#missing-details-popup #missing-details-a-close:focus::after {
  opacity: 1;
}

#missing-details-popup .loading-indicator {
  position: absolute;
  background: #fff url("../../images-2015/loading-indicator.gif") no-repeat center center/32px 32px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 12px;
  top: 0;
  left: 0;
  opacity: .8;
  display: none;
}

#missing-details-popup .other-link {
  font-size: 15px;
  text-align: center;
}

#missing-details-popup .other-link a {
  color: #3f6dac;
}

#missing-details-popup .other-link a:hover,
#missing-details-popup .other-link a:focus {
  text-decoration: underline;
}

#missing-details-popup hr {
  margin: 2.5em 0;
  border: none;
  height: 1px;
  background: #e1e1e1;
}

.did-ui-checking .login-popup {
  width: 100%;
  position: absolute;
  margin-top: 0;
}

@media screen and (max-width: 419px) {
  .login-popup1.modal {
    border-radius: 0;
  }
}

.did-ui-checking .login-popup p {
  padding: 20px;
  font-size: 16px;
}

.popupOpen #missing-details-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

#missing-details-popup .headerText {
  font-size: 1.2em;
  margin: 0 0 1em;
}

#missing-details-popup .missing-details-explanation {
  margin: 0 0 1em;
  line-height: 1.2;
}

.alert-element {
  border: 2px solid #ca2881 !important;
  color: #ca2881 !important;
}

.alert-error-text {
  margin: 5px 0 15px;
  display: none;
}

#globalError.error-message {
  display: none;
  background: #f4d7e7;
  border: 1px solid #e897c3;
  color: #aa0f63;
  border-radius: 4px;
  padding: 18px;
  margin-bottom: 18px;
  line-height: 1.3;
}