html {
    min-width: 0;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.vudu-body {
    width: 100%;
    min-height: 460px;
    padding: 0;
    margin: 60px 0 100px;
    position: relative;
}

.vudu-body table,
.vudu-body td,
select,
p,
ul,
li {
    font-family: ProximaNova, sans-serif;
    color: #000;
}

.vudu-text-box-with-label-error {
    border-radius: 7px;
}

#widgetContainer {
    position: static;
    /*position: absolute;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);*/
    color: #041c2c;
    margin: 0;
}

/* Hide old UI gray loading spinner */
#widgetContainer + div > img[alt="Loading..."] {
    display: none;
}

.vudu-text-box-with-label {
    width: auto;
    background-color: inherit;
}

.middleCenterInner {
    background-image: inherit !important;
    background-color: white !important;
    border-radius: 6px;
    color: #041c2c;
    padding: 0 !important;
    width: 500px !important;
}

.sign-in-panel .sign-in-container .oauth-sign-in-panel {
    background-position: right 0px;
}

.gwt-Label {
    font-weight: bold;
}

/** HEADERS **/
.vudu-title {
    font-family: ProximaNova, sans-serif;
}

.vudu-auth-container .vudu-auth-panel .header,
.forgot-vudu-password-panel .header,
.sign-in-panel .sign-in-container .header {
    font-weight: bolder;
    font-size: 24px;
    color: #041c2c;
    margin-left: 1px;
}

.sign-in-panel .sign-in-container .vudu-sign-in-panel .sign-up-link {
    position: relative;
    z-index: 1;
    display: block;
}

.gray-textured-panel-with-header .custom-flow-header .flow-header .heading,
.gray-textured-panel-with-header .custom-flow-header .flow-header .sub-heading {
    font-weight: bolder;
}

.vudu-label-title,
.vudu-label-subtitle,
.vudu-label-orange,
.vudu-label-orange-small {
    font-family: ProximaNova, sans-serif;
}

.vudu-auth-container .vudu-auth-panel .sub-header {
    color: #000;
}

.vudu-auth-container .create-account-panel .header {
    color: #000;
}

/*********************/

.vudu-text-box-with-label .gwt-Label {
    color: #6f6f6f;
    opacity: 0.3;
    line-height: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 22px;
    font-size: 16px;
    bottom: inherit;
}

.sub-heading,
.heading {
    color: #041c2c !important;
}

.vudu-text-box-with-label .text-box {
    color: #041c2c;
    font-size: 17px;
    font-weight: 700;
    border-radius: 6px;
    border: solid 2px #d0d0d0;
    background-color: white;
    display: block;
    outline: none;
    padding: 13px 20px;
    width: 270px;
    height: inherit;
    line-height: inherit;
}

.vudu-text-box-with-label .text-box:active,
.vudu-text-box-with-label .text-box:focus,
.white-background > .focus-visible.vudu-list-box-with-label:active,
.white-background > .focus-visible.vudu-list-box-with-label:focus {
    color: #041c2c;
    border-color: #007bc4;
    outline: none;
}

/*************************************************************************************/
/***************************************** BUTTONS ***********************************/
/*************************************************************************************/
.big-green-button .custom-button-left,
.big-green-button .custom-button-center,
.big-green-button .custom-button-right {
    height: 40px;
}

.big-green-button:hover .custom-button-center {
    text-decoration: none;
}

.gray-button .custom-button-left,
.gray-button .custom-button-right,
.green-button .custom-button-right,
.green-button .custom-button-left {
    display: none;
}

.green-button .custom-button-center:hover {
    opacity: 0.7;
}

.green-button-disabled .custom-button-center,
.green-button-disabled:hover .custom-button-center {
    color: #fff;
}

.green-button .custom-button-center:active {
    background-color: #00569b;
    outline: none;
}

.gray-button .custom-button-center,
.green-button .custom-button-center {
    background-image: none;

    font-weight: normal;
    border-radius: 5px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    outline: none;
    font-size: 20px;
    height: 50px;
    min-width: 130px;
}

.green-button .custom-button-center {
    background-color: #007bc4;
}

.gray-button .custom-button-center {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border: solid 2px #007bc4;
    padding: 0 10px 0 10px;
    color: #007bc4;
    height: 47px;
}

.gray-button .custom-button-center:active {
    border-color: #00569b;
    outline: none;
}

/*************************************************************************************/
/***************************************** FOOTER ************************************/
/*************************************************************************************/

.centered.vudu-page-footer {
    border-top: solid 1px #324553;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 320px;
}

.old-footer,
.footer-sitemap,
.copyright {
    color: white;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: inherit;
}

.footer-sitemap a,
.footer-sitemap a:hover,
.footer-sitemap a:active,
.footer-sitemap a:focus,
.footer-sitemap a:visited {
    color: white;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
}

.footer-sitemap {
    bottom: 70px;
}

.footer-sitemap td {
    min-width: 250px;
}

.old-footer {
    bottom: 20px;
    width: auto;
    left: calc(50% - 360px);
}

.copyright {
    background-color: #171c20;
    width: auto;
    bottom: 20px;
    font-size: 12px;
    left: inherit;
    right: calc(50% - 590px);
}

.follow-vudu-table a {
    height: 11px;
}
.footer-buttons {
    margin: 0;
}
.footer-buttons > .follow-vudu-table {
    height: 30px;
}

.default-banner {
    margin: 10px;
}

/*** Walmart and Facebook Buttons ***/
.walmart-button .custom-button-left,
.facebook-button .custom-button-left {
    display: none;
}

.walmart-button .custom-button-center,
.facebook-button .custom-button-center {
    width: 240px;
    height: 50px;
    border-radius: 5px;
    position: relative;
    font-size: 0;
}

.walmart-button .custom-button-center:hover,
.facebook-button .custom-button-center:hover {
    opacity: 0.7;
}

.walmart-button .custom-button-center {
    background: #007bc4;
}

.walmart-button .custom-button-center .small-font,
.facebook-button .custom-button-center .small-font {
    font-size: 0;
}

.facebook-button .custom-button-center {
    background: #415b94;
    color: #415b94;
}

.walmart-button .small-font:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 40px;
    background: url("/resources/logos/walmart-logo.svg") no-repeat center center;
    background-size: 125px;
}

.facebook-button .custom-button-center:before {
    content: "Facebook";
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: ProximaNova, sans-serif;
    font-weight: bold;
    text-align: center;
}

.walmart-button .custom-button-right,
.facebook-button .custom-button-right {
    display: none;
}

/** Popup Close Button **/
.closeable-popup .closeable-popup-close-button,
.vudu-decorated-close-button {
    width: 0;
    background-image: none;
    top: 15px;
    right: 20px;
    color: #000;
}

.gwt-DecoratedPopupPanel .popupBottomLeft,
.gwt-DecoratedPopupPanel .popupBottomCenter,
.gwt-DecoratedPopupPanel .popupBottomRight {
    background-image: none;
}

.gray-textured-panel .middleCenterInner {
    height: auto;
    min-height: 325px;
}

.closeable-popup .gray-textured-panel-close-button:hover,
.vudu-decorated-close-button:hover {
    background-image: none;
}

.closeable-popup .closeable-popup-close-button:before,
.vudu-decorated-close-button:before {
    content: "x";
    background: #fff;
    z-index: 2;
    font-size: 25.5px;
    font-weight: bold;
    opacity: 0.2;
    position: relative;
    right: 8px;
}

.closeable-popup .closeable-popup-close-button:hover:before,
.vudu-decorated-close-button:hover:before {
    opacity: 0.5;
}

/** Password Hint Box/Tooltip **/
.tooltip {
    background: #fff;
    border: 1px solid #007bc4;
    font-size: 14px;
}

.tooltip > ul {
    margin-top: 10px;
}

.bottom-nav-buttons .small-gray-button * {
    background-image: none;
}

/* Walmart Sign In */
.sign-in-panel .sign-in-container .oauth-sign-in-panel .custom-button .custom-button-center {
    width: 400px;
}

.gray-button:hover .custom-button-center {
    opacity: 0.7;
}

/* Facebook Sign In Link Account */
.vudu-auth-container .create-account-panel .custom-button {
    margin: 20px auto;
}

/* Small Gray Button */
.small-gray-button .custom-button-center {
    font-family: ProximaNova, sans-serif;
    font-weight: bold;
}

/* Sign In Popup */
.gwt-PopupPanel .sign-in-panel .sign-in-container .vudu-sign-in-panel {
    bottom: 5px;
}

/* Flow Popup */
.flow-popup .content {
    max-height: none;
}

/* Center Decorated Popups */
.gwt-DecoratedPopupPanel {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.account-suspended-panel .header {
    color: #000;
}

.account-suspended-panel .sub-header {
    font-size: 14px;
    color: #000;
}

@media (max-width: 1363px) {
    body {
        overflow-x: hidden;
    }
}

/**** IE11 styles go here ****/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .wmt-gift-card-panel .gift-card-buttons.buttons-container {
        top: 215px;
    }

    .walmart-button .small-font:before {
        background-size: 525px;
    }
}
