/*
*
*   START BASE CLASSES FOR DEFAULT BACKGROUND, FONT, LINKS etc.
*
*/

body,
html {
  margin: 0;
  padding: 0;
  font-family: Roboto, Helvetica, Verdana, Arial, sans-serif;
  font-size: 28px;
  color: #c2c2c2;
}
html {
  background-color: #121212;
}
.vudu-body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 800px;
  position: relative;
}
body,
html,
.vudu-body,
#widgetContainer,
#widgetContainer > div {
  height: 100%;
}
a,
a:visited,
a:active {
  color: #fff;
  text-decoration: none;
}

/*
*
*   START BASE CLASSES FOR COMMON VUDU WIDGETS
*
*/

/**** textured panels ****/
.gray-textured-panel {
  height: 100%;
}

/* Flow Popup*/
.flow-popup {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed !important;
  background-color: #121212;
}
.flow-popup.mobile-popup-zoom {
  zoom: 50%;
}
.flow-popup.mobile-popup-zoom table.button-panel {
  display: inline-block;
  margin-left: 20%;
}
.flow-popup .popupContent {
  height: 90%;
  width: 90%;
  padding: 5%;
}
.flow-popup .content {
  max-height: 75%;
  overflow: hidden;
}
.flow-popup .primary-text {
  font-size: 32px;
  color: #dfdfdf;
}
.flow-popup .secondary-text {
  margin-top: 20px;
  font-size: 24px;
}
.flow-popup .gwt-Image {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 170px;
  left: 50%;
  margin: -16px;
}
.flow-popup .button-panel {
  margin: 50px auto;
}
.flow-popup .button-panel .custom-button {
  margin: 0 5px;
}
.flow-popup .button-panel .ticker {
  display: inline-block;
  width: 50px;
  text-align: center;
}
.primary-text .skip-billing-warning-msg-2 {
  padding-top: 20px;
}
/* Closeable Popup */
.closeable-popup {
  z-index: 998;
  width: 100%;
  height: 100%;
  position: fixed !important;
}
.closeable-popup .closeable-popup-close-button {
  position: absolute;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
  background-image: url("/resources/buttons/grey-popup-X_Close_Window_Button_Normal.png");
  width: 25px;
  height: 26px;
  background-color: transparent;
  border: 0 none;
}
.closeable-popup .closeable-popup-close-button:active {
  background-image: url("/resources/buttons/grey-popup-X_Close_Window_Button_Over.png");
}
.closeable-popup .popupContent,
.closeable-popup .popupContent > div,
.closeable-popup .popupContent .closeable-popup-content {
  height: 100%;
}

/*
 ***** Custom VUDU Button *****
*/
.flow-popup-fandango .custom-button .custom-button-center {
  width: 320px;
  height: 40px;
}

.flow-popup-fandango .custom-button {
  outline: none;
  padding: 0 24px 0 24px;
}

.custom-button {
  outline: none;
  min-width: 240px;
}
.custom-button .custom-button-center {
  text-align: center;
  font-size: 32px;
}

/*
 ***** Facebook Button *****
*/
.facebook-button .custom-button-left {
  background-image: url("/resources/mobile/buttons/fb_btn_W_v1.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 75px;
}
.facebook-button .custom-button-right {
  background-image: url("/resources/mobile/buttons/fb_btn_E_v1.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 11px;
}
.facebook-button .custom-button-center {
  background-image: url("/resources/mobile/buttons/fb_btn_C_v1.png");
  background-repeat: repeat-x;
  height: 70px;
  font-size: 30px;
  color: #ffffff;
}
.facebook-button .custom-button-center .small-font {
  font-weight: normal;
  font-size: 26px;
}

/*
 ***** Walmart Button *****
*/
.walmart-button .custom-button-left {
  background-image: url("/resources/mobile/buttons/big_green_btn_W.png");
  background-repeat: no-repeat;
  height: 69px;
  width: 114px;
}
.walmart-button .custom-button-right {
  background-image: url("/resources/mobile/buttons/big_green_btn_E.png");
  background-repeat: no-repeat;
  height: 69px;
  width: 114px;
}
.walmart-button .custom-button-center {
  background-image: url("/resources/mobile/buttons/big_green_btn_C.png");
  background-repeat: repeat-x;
  height: 69px;
  color: #cff816;
  font-size: 40px;
}
.walmart-button .custom-button-center .small-font {
  font-weight: normal;
  font-size: 26px;
}

/***** PayPal Button *****/
.paypal-button {
  border: none;
  background-image: url("/resources/paypal/paypal_button.png");
  background-repeat: no-repeat;
  height: 24px;
  width: 69px;
  background-color: transparent;
  background-size: cover;
}
.paypal-button:hover {
  cursor: pointer;
}

/*
 ***** Green Button *****
*/

/*
 ***** Big Green Button *****
*/
.green-button .custom-button-left,
.big-green-button .custom-button-left {
  width: 0;
}
.green-button .custom-button-right,
.big-green-button .custom-button-right {
  width: 0;
}
.green-button .custom-button-center,
.big-green-button .custom-button-center {
  height: 80px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 10px;
}

/*
 ***** Gray Button *****
*/
.gray-button .custom-button-left {
  width: 0;
}
.gray-button .custom-button-right {
  width: 0;
}
.gray-button .custom-button-center {
  height: 80px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 0 10px;
}
.green-button:active .custom-button-center,
.big-green-button:active .custom-button-center,
.gray-button:active .custom-button-center {
  background-color: rgba(51, 255, 255, 0.15);
}

/**** Vudu text box with label ****/
.vudu-text-box-with-label {
  position: relative;
  background-color: transparent;
  border: 2pt solid rgba(255, 255, 255, 0.2);
  width: 90%;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.vudu-text-box-with-label .gwt-Label {
  font-size: 28px;
  position: absolute;
  bottom: 28px;
  left: 16px;
  color: #999999;
}
.vudu-text-box-with-label .text-box {
  font-size: 28px;
  background-color: transparent;
  height: 70px;
  width: 94%;
  padding: 10px 3%;
  border: 0;
  line-height: 40px;
  outline: none;
  color: #fff;
}

/****** List box with label ******/
.vudu-list-box-with-label {
  height: 80px;
  font-size: 28px;
  padding: 0 5%;
  border: 0 none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
.vudu-list-box-with-label-label-visible {
  color: #999999;
  background-image: url(/resources/mobile/misc/listbox_arrow.png);
  background-repeat: no-repeat;
  background-position: 93% center;
}
.vudu-list-box-with-label option {
  color: #2f2f2f;
}

/**** date picker ****/
.datePicker .vudu-list-box-with-label {
  width: 90%;
}

/**** vudu-checkBox ****/
.vudu-checkBox {
  background: url(/resources/mobile/misc/checkbox.png) no-repeat;
  padding-left: 65px;
  min-height: 37px;
  padding-top: 5px;
  text-align: left;
  font-size: 22px;
  margin-top: 10px;
}
.vudu-checkBox-checked {
  background: url(/resources/mobile/misc/checkbox_checked.png) no-repeat;
}

/**** radio btn ****/
.gwt-RadioButton input {
  height: 22px;
  width: 22px;
}

/*
*
*   END BASE CLASSES FOR COMMON VUDU WIDGETS
*
*/

/*
*
*   START CLASSES FOR PAGE TEMPLATE
*
*/

.page-container {
  min-height: 100%;
}

/*
*
*   END CLASSES FOR PAGE TEMPLATE
*
*/

/*
*
*   START CLASSES FOR SIGN IN / UP
*
*/

/**** Options Panel *****/
.mobile-options-panel {
  background-color: rgba(255, 255, 255, 0.07);
  width: 100%;
  display: inline-block;
}

.sign-in-panel .mobile-options-panel {
  margin-top: 40px;
}

.vudu-auth-panel .mobile-options-panel {
  position: relative;
  margin-top: 40px;
}

.vudu-auth-panel .btn-panel {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mobile-options-panel .option {
  min-height: 40px;
  padding: 25px 110px 25px 25px;
  font-size: 32px;
  color: #fff;
  background-image: url("/resources/mobile/misc/right_arrow.png");
  background-repeat: no-repeat;
  background-position: 94% center;
  text-align: left;
}
.mobile-options-panel .custom-button {
  margin: 20px auto;
  width: 70%;
}
.mobile-options-panel .splitter {
  background-image: url("/resources/mobile/misc/splitter_single_dot.png");
  background-repeat: repeat-x;
  height: 4px;
}

/**** Custom flow header *****/
.custom-flow-header .vudu-logo {
  height: 330px;
  background-image: url("/resources/mobile/logos/vudu_logo_white_new_movies_&_tv_410x267.png");
  background-position: center;
  background-repeat: no-repeat;
}
.custom-flow-header .vudu-logo-small {
  height: 170px;
  background-image: url("/resources/mobile/logos/vudu10_logo_white_v2_227x61.png");
  background-position: center;
  background-repeat: no-repeat;
}
.custom-flow-header .vudu-hdx-starter-pack-banner {
  height: 440px;
  background-image: url("/resources/mobile/banners/5_hdx_on_us.png");
  background-position: center;
  background-repeat: no-repeat;
}
.custom-flow-header .vudu-uvshare {
  height: 440px;
  background-image: url("/resources/mobile/banners/uvshare_signup_mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-flow-header .flow-header {
  position: relative;
  margin-bottom: 20px;
}
.custom-flow-header .flow-header .heading {
  width: 90%;
  margin: 20px auto 10px;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
}
.custom-flow-header .flow-header .sub-heading {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.custom-flow-header .flow-header-with-poster:after {
  clear: both;
  content: "";
  display: block;
}
.custom-flow-header .flow-header-with-poster .movie-poster {
  float: left;
  margin: 5px 30px 0;
}
.custom-flow-header .flow-header-with-poster .heading {
  text-align: left;
}
.custom-flow-header .flow-header-with-poster .sub-heading {
  text-align: left;
}
/**** Custom flow header - more for InstaWatch *****/
.custom-flow-header .flow-header .insta-watch-banner {
  height: 60px;
  width: 90%;
  padding: 20px 5%;
  background-color: #007dc6;
}
.custom-flow-header .flow-header .insta-watch-banner .insta-watch-logo {
  background-image: url("/resources/idc/Insta-Vudu-Fandango-mWeb.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 65px;
}
/* .custom-flow-header .flow-header .insta-watch-banner .walmart-logo {
    background-image: url("/resources/mobile/idc/walmart_logo.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    width: 212px;
    float: left;
} */

.custom-flow-header .flow-header .insta-watch-welcome {
  background-image: url("/resources/mobile/idc/yellow_arrow.png");
  background-repeat: no-repeat;
  height: 181px;
  color: #007dc6;
  text-align: center;
}
.custom-flow-header .flow-header .insta-watch-welcome .header {
  padding: 10px 0 5px;
  font-weight: bold;
}
.custom-flow-header .flow-header .insta-watch-welcome .message {
  text-align: justify;
  font-size: 20px;
  width: 90%;
  margin: 0 auto;
}
.custom-flow-header .flow-header .insta-watch-welcome .faq-label {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.custom-flow-header .flow-header .insta-watch-welcome .faq-link {
  margin-left: 5px;
  text-decoration: underline;
  color: #007dc6;
  font-size: 20px;
  font-weight: bold;
}
/**** Sign Up *****/
.sign-up-panel .custom-button {
  margin: 20px auto;
  width: 70%;
}
.sign-up-panel .mobile-options-panel {
  position: absolute;
  bottom: 0px;
}

/**** Sign In *****/
.custom-flow-header .flow-header .title {
  font-size: 48px;
  color: #fff;
  margin: 20px 5%;
  text-align: center;
}
.sign-in-panel .vudu-sign-in-container {
  margin: 20px auto;
  text-align: center;
}
.sign-in-panel .vudu-sign-in-container .message {
  margin: 20px auto;
  width: 90%;
}
.sign-in-panel .vudu-sign-in-container .vudu-text-box-with-label {
  margin: 10px 5%;
}
.sign-in-panel .vudu-sign-in-container .btn-panel {
  margin: 20px auto;
  width: 90%;
  height: 100px;
}
.sign-in-panel .vudu-sign-in-container .btn-panel .custom-button {
  width: 100%;
}
.sign-in-panel .vudu-sign-in-container .btn-panel .gray-button {
  float: left;
}
.sign-in-panel .vudu-sign-in-container .btn-panel .green-button {
  float: right;
}

/**** Forgot Password *****/
.forgot-password-panel {
  text-align: center;
}
.forgot-password-panel .header-text {
  margin: 40px;
  font-size: 48px;
  color: #fff;
}
.forgot-password-panel .message-text {
  margin: 40px;
  color: #fff;
}
.forgot-password-panel .vudu-text-box-with-label {
  margin: 40px auto;
}
.forgot-password-panel > .custom-button {
  margin: 50px auto;
}
.forgot-password-panel .btn-panel {
  margin: 50px auto;
  width: 90%;
  height: 100px;
}
.forgot-password-panel .btn-panel .gray-button {
  float: left;
}
.forgot-password-panel .btn-panel .green-button {
  float: right;
}

/**** Vudu Auth *****/
.vudu-auth-panel {
  text-align: center;
}
.vudu-auth-panel .header-text {
  font-size: 48px;
  color: #fff;
  width: 80%;
  margin: 30px auto;
}
.vudu-auth-panel .message-text {
  margin: 30px auto;
  width: 80%;
}
.vudu-auth-panel .vudu-text-box-with-label {
  margin: 10px 5%;
}
.vudu-auth-panel .big-green-button {
  margin: 30px auto 0;
}
.vudu-auth-panel .create-account-panel .custom-button {
  margin: 50px auto;
  min-width: 80%;
}
.vudu-auth-panel .create-account-panel .splitter {
  background-image: url("/resources/mobile/misc/splitter_single_dot.png");
  background-repeat: repeat-x;
  height: 4px;
  margin: 50px 0;
}

/**** Account Suspended Panel *****/
.account-suspended-panel {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  text-align: center;
}
.account-suspended-panel .header {
  padding-top: 50px;
  font-size: 48px;
  color: #fff;
  width: 80%;
  margin: auto;
}
.account-suspended-panel .sub-header {
  margin: 40px auto;
  width: 80%;
}
.account-suspended-panel .buttons-panel {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.account-suspended-panel .buttons-panel .green-button {
  margin: 20px auto;
}

/**** Password Expired Panel *****/
.password-expired-panel {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  text-align: center;
}
.password-expired-panel .header {
  padding-top: 50px;
  font-size: 48px;
  color: #fff;
  width: 80%;
  margin: auto;
}
.password-expired-panel .sub-header {
  margin: 40px auto;
  width: 80%;
}
.password-expired-panel .buttons-panel {
  margin: 20px auto;
  width: 90%;
  height: 65px;
}
.password-expired-panel .buttons-panel .gray-button {
  float: left;
}
.password-expired-panel .buttons-panel .green-button {
  float: right;
}
.password-expired-panel .buttons-panel .centered {
  float: none;
  margin: auto;
}

/*
*
*   END CLASSES FOR SIGN IN / UP
*
*/

/*DMA*/
.account-linkdma-container .success-message {
  width: 90%;
  margin: auto;
}

/*scan in store*/

.login-sis-wmt-header {
  text-align: center;
}

.login-sis-wmt-logo {
  display: inline-block;
  vertical-align: middle;
}

.login-sis-digitalLabel {
  display: inline-block;
}

.signin-bottom-container-items {
  margin-top: 50px;
  margin-bottom: 0px;
}

.login-signin-optionlink {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.login-button-wide {
  width: 90%;
}

.signin-bottom-container {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #c2c2c2;
  font-size: 33px;
}

.vudu-password-hint-panel {
  width: 100%;
  margin: 10px 0px;
}
.account-setup
  .user-data-form
  .vudu-password-hint-panel
  .vudu-password-text-box-with-label {
  width: 80%;
  display: inline-block;
}
.vudu-password-hint {
  width: 50px;
  height: 40px;
  display: inline-block;
  margin-left: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 28px;
  padding: 6px 0px 0px;
}

.codeBasedSignupHeader_icon {
  width: 90px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(/images/code_based_signup_devices.svg);
}

.codeBasedSignupHeader_header {
  display: inline-block;
  padding-left: 14px;
  position: relative;
  top: -18px;
  font-weight: bolder;
  font-size: 18px;
}

@media (max-width: 420px) {
  .codeBasedSignupHeader_icon {
    display: block;
    width: 100%;
    background-position: center;
  }
  .codeBasedSignupHeader_header {
    top: 5px;
  }
}
