/*==============================================================================
// File:        marriott-gflow-style.css
// Package:     Guest Flow
// Synopsis:    Marriott Guest Flow Styles
//============================================================================*/

@font-face {
    font-family: "Roboto Light";
    src: url("/common/fonts/Roboto-Light.eot");
    src: url("/common/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
        url("/common/fonts/Roboto-Light.woff") format("woff"),
        url("/common/fonts/Roboto-Light.ttf") format("truetype"),
        url("/common/fonts/Roboto-Light.svg#Roboto-Light") format("svg");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("/common/fonts/Roboto-Condensed.eot");
    src: url("/common/fonts/Roboto-Condensed.eot?#iefix") format("embedded-opentype"),
        url("/common/fonts/Roboto-Condensed.woff") format("woff"),
        url("/common/fonts/Roboto-Condensed.ttf") format("truetype"),
        url("/common/fonts/Roboto-Condensed.svg#Roboto-Condensed") format("svg");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/common/fonts/glyphicons-halflings-regular.eot");
    src: url("/common/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("/common/fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("/common/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("/common/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
    font-weight: normal;
    font-style: normal
}

/* structure start */
body {
    background-color: #464646;
    font-family: "Roboto Light", sans-serif;
    font-weight: 300;
    padding: 0 20px;
}

.gflow-wrapper-bg {
    display: none;
    opacity: 0;
}

.gflow-wrapper {
    background-color: #fff;
    border-radius: 10px;
    margin: 50px auto;
    max-width: 660px;
    min-height: auto;
    display: table;
}

.gflow-content {
    margin: 0 40px 20px 40px;
}
.gflow-widgets {
    border: 1px solid #d2d2d2;
    display: table;
    width: 100%;
}

footer {
    background-color: transparent;
    color: #8b8b8b;
    font-size: 10px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

/* language selector */
.radiant-language-selector {
    position: relative;
    background-color: #ffffff;
    padding: 20px 20px 1px 20px;
    max-width: 620px;
    margin: 0 auto;
    text-align: left;
}
.radiant-language-selector:before {
    font-family: "Glyphicons Halflings";
    content: "\e135";
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}
.radiant-language-selector select {
    display: inline-block;
    width: 100px;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.radiant-language-selector select::-ms-expand {
    display: none;
}
.radiant-language-selector select:hover,
.radiant-language-selector select:focus {
    color: #000;
    background: #f4f4f4;
}
.radiant-language-selector select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* pseudo arrow */
.select__arrow {
    position: absolute;
    top: 28px;
    left: 120px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
.radiant-language-selector select:hover~.select__arrow,
.radiant-language-selector select:focus~.select__arrow {
    border-top-color: #000;
}
.radiant-language-selector select:disabled~.select__arrow {
    border-top-color: #d2d2d2;
}

/* main content / user options */
.gflow-maincontent {
    color: #000;
    margin: 0 auto;
    max-width: 620px;
    padding: 20px;
    text-align: left;
}

p.title,
.gflow-form p.title,
.gflow-interaction p.title,
p.title.guest-authentication-title.options-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.gflow-maincontent p.title {
    font-size: 28px;
    line-height: 28px;
}

.gflow-main-form {
    background: none;
    background-color: #ffffff;
    color: #000000;
    max-width: 620px;
    padding: 20px;
    margin: 0 auto;
}
.gflow-interaction, .gflow-form {
    background: none;
}

.display-terms-and-conditions {
    display: table;
    text-align: left;
}

/* 
.guest-options > div {
    margin: 20px 0;
}
.guest-options > div:first-child {
    margin: 0;
}
.guest-options > div > div {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 15px;
}
.guest-options > div:last-child > div {
    border: none;
}
*/

.gflow-main-form p.title {
    font-weight: bold;
    font-size: 24px;
}

p.title,
p.guest-authentication-title,
p.p1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

button[type="submit"],
.gflow-interaction button[type="submit"],
.gflow-form button[type="submit"],
button[type="submit"].bttn-selection {
    background-color: #9a1e29;
    border: none;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin:  20px auto;
    padding: 10px 30px;
    position: relative !important;
    text-transform: uppercase;
    width: auto;
}

.subtext {
    color: #8b8b8b;
    margin: 20px auto 60px;
}

a,
.gflow-content .gflow-widgets a,
.gflow-content .gflow-widgets a:hover,
.gflow-content .gflow-widgets a:focus {
    color: #9a1e29 !important;
    font-weight: bold;
}

.gflow-main-form .text-left,
.gflow-main-form .text-right,
.gflow-interaction .text-right,
.gflow-main-form p {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.guest-authentication .gflow-main-form .text-left,
.guest-authentication .gflow-main-form .text-right {
    padding: 0 15px;
}

.display-terms-and-conditions .gflow-main-form p {
    margin: 0;
    max-width: 100%;
}

.gflow-main-form p.back-to-options {
    display: none
}

.inline-error {
    color: red;
    display: none;
}

.form-control:focus {
    /* padding: 20px; */
    border-color: #9a1e29;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(154, 30, 41, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(154, 30, 41, 0.6);
}

.guest-authentication {
    color: #000;
}

.guest-authentication .text-left {
    margin-bottom: 20px;
}
.gflow-main-form p.guest-authentication-title, .gflow-main-form p.p1 {
    text-align: left;
}

.gflow-main-form p.p1.back-to-options-auth,
.gflow-main-form p.p1.back-to-options-permanent,
.gflow-main-form p.p1.back-to-options-terms {
    text-transform: none;
    text-align: right;
    margin: 20px 0;
    font-size: 13px;
}
.gflow-main-form label  {
    display: inline-block;
    padding-right: 10px;
}
/* remember device checkbox */
.one-click-checkbox label {
    display: block;
    float: right;
    width: 90%;
}
.one-click-checkbox input[name="remember_device"] {
    float: left;
}

/* purchase options */
.gflow-element {
    padding: 20px;
    /* display: table; */
}

.options-title {
    margin: 30px auto;
}
.title-container {
    background-color: #f4f4f4;
    padding: 20px 10px 10px 10px;
    margin: 0;
}
.purchase-option-title {
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px 0;
}
.purchase-option-detail {
    font-weight: bold;
    font-size: 18px;
    background-color: #f4f4f4;
    margin: 0 0 0 0;
}
.price-and-duration {
    text-align: left;
}
.price-and-duration label {
    font-weight: 300;
}
.purchase-plan-detail {
    background-color: #f4f4f4;
    margin: 0 0 20px 0;
    padding: 10px 10px 30px;
}

/* footer */
.gflow-pad-footer {
    padding: 0 55px 30px;
}

/* modal popup */
.modal-header .close {
    font-size: 11px;
}
.modal-header .close-button {
    float: right;
    border: none;
}
.modal-header .close-text {
    display: none;
}
.modal-body p {
    color: #000;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
    .gflow-content p.title {
        font-size: 26px;
        margin: 20px 0 0 0;
        padding: 20px 10px;
    }
    .gflow-element form {
        border-bottom: 1px solid #d2d2d2;
    }
    .purchase-option-title {
        padding: 20px 10px;
    }
    
}
/* End Custom 767px to 100px */

@media screen and (min-width: 571px) and (max-width: 767px) {
    .one-click-checkbox label {
        width: 95%;
    }
}
/* End Custom 767px to 571px */

@media screen and (min-width: 100px) and (max-width: 570px) {
    .gflow-content {
        margin: 0 20px 20px 30px;
    }
    .display-terms-and-conditions .gflow-main-form {
        max-width: 250px;
        padding: 15px 5px;
    }

    .one-click-checkbox label {
        width: 85%;
    }
}
/* End Custom 570px to 100px */

@media screen and (min-width: 570px) and (max-width: 900px) {
    .one-click-checkbox label {
        width: 90%;
    }
}
/* End Custom 570px to 900px */
