/*@font-face {
    font-family: "BebasNeue";
    src: url("/Content/fonts/bebasneue-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "QuestrialRegular";
    src:
        url("/Content/fonts/questrial-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}*/

html {
    font-size: 14px;
}

body {
    background-color: #808080;
    padding: 0px;
}

.main-image {
    background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/main.gif");
}

body.offers .main-image {
    background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/main_no_prompt.gif");
}

.header-container {
    background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/header.jpg");
}

.body-divider > #body_inside {
    background-image: none;
}

.body-divider > #body_inside.with-content-image {
    background-image: none;
}

body.offers .main-image.with-content-image {
    background-image: none;
    height: 54vw;
    min-height:172px;
}

.footer {
    border-radius: 0;
}

.footer {
    background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/footer.gif");
}

.footer-placeholder {
    max-width: 600px;
    margin: 0 auto;
    height: 15vw;
    max-height: 75px;
}

.footer-table {
    height: 100%;
    position: static;
    padding-top: 0;
    width: 85%;
}

.footer-cell a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.link-div {
    position: relative;
}

.footer-cell.tulalip-link {
    width: 33%;
}

.footer-cell.qcc-link {
    width: 25%;
}

.footer-cell.bingo-link {
    width: 42%;
}

.tulalip-bold {
    font-weight: bold;
}

.tulalip-block {
    display: block;
}

.tulalip-offer h2 {
    padding: 5px 5px 5px 0px;
}

.tulalip-offer div {
    padding-bottom: 5px;
}

.tulalip-offer p {
    padding-bottom: 5px;
}

.myplaycredits-dialog {
    display: none;
}

.myplaycredits-dialog div {
    background-color: white;
    color: black;
    padding: 3px;
}

.myplaycredits-dialog h2 {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 1.5em;
}

.myplaycredits-dialog p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.myplaycredits-dialog ol li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.view-voucher-container {
    margin-top: 5px;
    text-align: center;
    font-size: 0.85em;
}

.tulalip-block {
    line-height: 125%;
}

#PrivacyPolicyLink {
    float: right;
}

.tulalip-offer-terms-container {
    margin-bottom:10px;
}

.outer-container {
    border-radius: 0;
    border: none;
    margin-top: 0;
}

.header-container {
    border-radius: 0;
}

.footer {
    padding-top: 0;
    height: 15vw;
    max-height: 75px;
}

@media screen and (max-width: 500px) {
    .footer-table {
        width: 95%;
    }
}

@media screen and (min-width:500px) and (max-width: 550px) {
    .footer-table {
        width: 90%;
    }
}

@media screen and (min-width:600px) {
    .outer-container {
        max-width: initial;
    }

    .main-image {
        background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/main_long.gif");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 301px;
        padding-top: 0;
}

body.offers .main-image {
        background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/main_long_no_prompt.gif");
}

body.offers .main-image.with-content-image {
background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/trailing_long.gif");
    background-position: center;
    background-repeat: repeat-y;
    background-size: auto;
    height: 325px;

}

.header-container {
        background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/header_long.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 170px;
        padding-top: 0;
}

.body-divider > #body_inside {
background-image: url(https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/content_long.gif);
    background-position: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: auto;
}

.body-divider {
        background-color: #808080;
        background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/trailing_long.gif");
        background-position: center;
        background-repeat: repeat-y;
    }

    .footer {
        border-radius: 0;
        background-image: url("https://test-r-standardedge-com.azurewebsites.net/offers/mytulalipoffers/images/footer_long.gif");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 75px;
        padding-top: 0;
    }

    .wizard-pane {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .wizard-pane-content {
        width: 600px;
        margin: 0 auto;
        padding: 0;
        padding-top: 3%;
    }

    #div_reservationButtons {
        display: flex;
    }

    #div_reservationButtons input[type="submit"] {
        flex: 1;
    }
}

@media screen and (min-width:1800px) {
    .header-container {
        background-size: contain;
    }

    .main-image {
        background-size: contain;
    }
}

.ui-dialog {
    max-width: 600px;
    max-height: 800px;
}

/* common property styles */

input[type=text],input[type=tel],select {
    padding: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    box-shadow: 0px 1px 1px #e4e4e4, 0px 1px 9px #e2e1e1 inset;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    font-size: 14px;
}

.form-input::after {
    content: " ";
    display: inline-block;
    white-space: pre;
}

.Signup-Form dt {
    margin-top: 0;
}

select {
    background: white;
    padding: 10px;
    height: 42px;
    border-radius: 2px;
}

.btn, .btn:hover, btn:active, #div_reservationButtons input[type="submit"] {
    background-color: #4a4a4a;
    color: white;
    font-weight: normal;
    text-shadow: 1px 1px black;
    border-radius: 3px;
    border: 1px solid black;
    box-shadow: inset 0 1px 0 #808080;
    margin-top: 15px;
    cursor: pointer;
}

.btn:active, #div_reservationButtons input[type="submit"]:active {
    box-shadow: inset 0 1px 0 #505050;
    background-color: #3a3a3a;
}

.btn:disabled:not(.wizardbutton-prev), 
.btn[disabled]:not(.wizardbutton-prev), 
#div_reservationButtons input[type="submit"]:disabled,
#div_reservationButtons input[type="submit"][disabled] {
    color: lightgrey;
    background-color: #7a7a7a;
    box-shadow: inset 0 1px 0 #b0b0b0;
    border: 1px solid #606060;
    text-shadow: 1px 1px #606060;
    text-decoration: none;
    cursor: default;
}

#div_reservationButtons input[type="submit"] {
    margin-top: 0;
    margin-right: 5px;
    padding: 10px;
}

#div_reservationButtons input[type="submit"]:last-of-type {
    margin-left: 0px;
}

@media screen and (max-width: 637px) {
    #div_reservationButtons input[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }
}

.tulalip-offer-terms-container {
    font-size: 0.85em;
}

.btn:hover, btn:active {
    text-decoration: underline;
}

btn:active {
    color: lightgrey;
}

.wizardbutton-prev, .wizardbutton-prev:active, .wizardbutton-prev:hover {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #d50008;
    padding: 0;
    border: none;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    margin-top: 15px;
    margin-left: 0;
}

.wizard-button {
    display: block;
    margin: inherit auto;
    width: 100%;
}

.country-drop-down, .region-drop-down {
    width: 100%;
}

.mailing-address-checkbox input[type=checkbox] {
    margin-left: 0;
}

input[type=text,disabled],input[type=tel,disabled],select[disabled] {
    box-shadow: 0px 1px 1px #e4e4e4, 0px 1px 9px #e2e1e1 inset;
    background-color: #e2e1e1;
}

input[type=checkbox] {
    zoom: 2;
}

#ctl00_DescriptionLayout_DateInput_Birthdate_ctl00_BaseTextBox[style] {
    width: 100% !important;
}

dd {
    margin-left: 0;
}

.outer-container {
    margin-top: 0;
    max-width: 100%;
    border: none;
    border-radius: 0;
}

.wizard-prompt {
    text-align: center;
}

.wizard-pane-content {
    padding: 0;
    padding-top: 3%;
    padding-bottom: 5%;
    width: 100%;
}

.more-profile-actions {
    background-color: rgba(230, 230, 230, 0.5);
    border: none;
}

.more-profile-actions > * {
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (min-width:638px) {
    .wizard-pane {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .wizard-pane-content {
        width: 600px;
        margin: 0 auto;
        padding: 0;
        padding-top: 3%;
    }

    .wizard-button {
        height: 42px;
    }

    .footer {
        padding-top: 0;
        height: 90px;
    }

    .footer-cell {
        padding-top: 20px;
    }
}

.wizard-pane-content.center-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-address {
}

.offer-question-td {
    display: block;
}

.PromoBox-Container {
    float: none;
    padding-left: 0;
}

.promo-box {
    width: initial !important;
}

.form-box {
    background-color: transparent;
}

.hotel-payment-form .phone-number[style] {
    width: 100% !important;
}

.hotel-stay-form td span {
    display: block;
}

.hotel-stay-form .date-input[style] {
    width: 100% !important;
}