﻿/******************************************************  
/******************************************************
*  CSS for ContactUsV3 Development Only.  
*  These styles must eventually be placed into the css bundle / gulp
*
*  IMPORTANT: Do not use any global styles as they will affect every sub-domain of *.subway.com
*/

.contactusv3-mainlistbutton {
    background: green;
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    margin-bottom: 7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    text-decoration: none;
}

    .contactusv3-mainlistbutton:hover,
    .contactusv3-mainlistbutton:focus {
        color: #fff;
    }

.contactusv3-sublistbutton {
    /*background: #048c3c;*/
    background-color: #ffffff;
    text-align: center;
    color: #048c3c;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border: none;*/
    margin-bottom: 7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    border-color: #048c3c;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    text-transform: none;
}

.contactusv3-mainpanel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    /* background-color: #04acec; */
    background-color: #000;
    margin-bottom: 40px;
}

.contactusv3-subpanel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    /*background-color: #04acec;*/
    margin-bottom: 40px;
}

.contactusv3-header {
    display: block;
    /* background: #8ccc2c; */
    background: #000;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: xxx-large;
    text-align: center;
    font-weight: bold;
}

.contactusv3-header2 {
    display: block;
    background: #048c3c;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: x-large;
    text-align: left;
    font-weight: bold;
    padding-left: 5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contactusv3-subheader {
    display: block;
    /* background: #04acec; */
    background: #000;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
}

.contactusv3-subheader2 {
    display: block;
    /*background: #048c3c;*/
    margin-bottom: 5px;
    font-weight: bold;
    font-size: large;
    text-align: left;
    padding-left: 7%;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contactv3-header-right {
    padding-left: 50px;
}

.contactusv3-stub {
    background-color: #04acec;
    color: #ffffff;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contactusv3-form {
    /*background-color: #8ccc2c;*/
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.guestcare-formfield {
    display: block;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-weight: 800;
}

.guestcare-textInput {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #767676;
}

.guestcare-formfield input,
.guestcare-formfield select,
.guestcare-formfield textarea {
    color: #545454;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.privacyText {
    font-weight:400;
    font-size:16px;
    line-height:26px;
}

.privacycontainer {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
}

.privacy-bg-input {
    width: 24px;
    height: 24px;
    accent-color: #008938;
}

    .privacy-bg-input:hover {
        accent-color: #008938;
    }

.col-xs-2.col-sm-1.col-md-1.privacypolicy {
    width: 4%;
}

@media only screen and (max-width: 767px) {
    .col-xs-2.col-sm-1.col-md-1.privacypolicy {
        width: 11%;
    }
}

    .contactusv3-formHeader {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #ffffff;
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contactusv3-formSubHeader {
        display: block;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: x-large;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contactusv3-formSubHeader2 {
        display: block;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #ffffff;
        padding-bottom: 20px;
    }

    .contactusv3-formSubHeader2Inner {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 98%;
        text-align: left;
    }

    .contactusv3-formHeaderInner {
        display: block;
        background: #048c3c;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px;
        font-weight: 500;
        font-size: large;
        text-align: left;
        padding-left: 20px;
    }

    .guestcare-IdkMargin {
        margin-top: 4px;
        display: inline-block;
    }

    /*for Toggle switch*/
    .guestcare-switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-top: 4px;
    }

        .guestcare-switch input {
            opacity: 0;
        }

    .guestcare-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .guestcare-slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .guestcare-slider {
        background-color: #048c3c;
    }

    input:focus + .guestcare-slider {
        box-shadow: 0 0 1px #048c3c;
    }

    input:checked + .guestcare-slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .guestcare-slider.round {
        border-radius: 34px;
    }

        .guestcare-slider.round:before {
            border-radius: 50%;
        }

    .guestcare-pad-right-0 {
        padding-right: 0;
    }

    .guestcare-formsubmit {
        text-align: center;
    }

        .guestcare-formsubmit .btn-gray {
            width: 20%;
            color: #fff !important;
            background: #048c3c;
            border-color: #048c3c;
            border-radius: 0;
            box-shadow: none;
        }

            .guestcare-formsubmit .btn-gray:focus,
            .guestcare-formsubmit .btn-gray:hover {
                color: #fff !important;
                background: #048c3c;
                border-color: #048c3c;
                border-radius: 0;
                box-shadow: none;
            }

    .contactusv3-form .guestcare-textInput.dateVisit {
        width: 90%;
    }

    .guestcare-formfield .ui-datepicker-trigger {
        right: 20px;
        top: 0px;
        width: 30px;
        height: 30px;
        position: absolute;
    }

    .contactusv3-form .errorFieldNew {
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 12px;
        /* color: red; */
        color: #b70707;
    }

    .guestcare-formfield .requiredFieldIndicator {
        /* color: red; */
        color: #b70707;
    }

    .guestcare-formfield #cs_comments {
        border: 1px solid #767676;
    }

    .guestcare-searchIcon {
        width: 25px;
        height: 25px;
    }

    .contactusv3-Success {
        background-image: none;
        display: block;
        background-color: #048c3c;
        color: #ffffff;
        margin-bottom: 5px;
        font-size: x-large;
        text-align: center;
        font-weight: bold;
        padding-left: 0%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .contactusv3-CloseButton {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px;
        color: #fff;
        border: 1px solid #048C3C;
        padding-top: 5px;
        padding-bottom: 10px;
        width: 120px;
        height: 30px;
        background: #048C3C;
        font-weight: bold;
        text-decoration: none;
    }

        .contactusv3-CloseButton:hover,
        .contactusv3-CloseButton:focus {
            color: #fff;
        }

    .guestcare-FieldLabel {
        text-transform: none;
        color: #545454;
        font-weight: 400;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-align: left;
    }

    .guestcare-countryStateField .col-md-6.FieldLabel {
        text-align: left !important;
        font-weight: 800;
        font-size: 14px;
    }

    .guestcare-countryStateField .col-md-6.field {
        height: 30px;
    }

    .guestcare-countryStateField .fieldRow .col-md-6.field {
        margin-bottom: 20px;
    }

    .guestcare-countryStateField .col-md-6.FieldLabel span.requiredFieldIndicator {
        position: relative;
        left: 3px;
        top: -3px;
    }

    .guestcare-countryStateField .col-md-6.field select {
        width: 100% !important;
        height: 30px !important;
        display: block;
        border: 1px solid #767676;
        margin-bottom: 20px;
    }

    .guestcare-countryStateField .col-md-6.FieldLabel span:last-child {
        float: left;
    }

    .guestcare-countryStateField .col-md-6.field select#ddlState {
        margin-bottom: 0px;
    }

    .guestcare-formfield #giftCardEntryArea label {
        font-weight: 800;
    }

    .contactusv3-subheader {
        text-transform: uppercase;
    }

    .guestcare-formfield .last-four {
        width: 157px;
        border: 1px solid #767676;
        height: 30px;
    }

    .contactusv3-form .errorFieldCol {
        text-align: left;
    }

        .contactusv3-form .errorFieldCol span.errorFieldNew {
            padding-left: 5px;
            position: relative;
            top: -10px;
        }

    .guestcare-formfield .restaurantTextBelowLbl {
        display: block;
    }

    .guestcare-formfield input:-webkit-autofill,
    .guestcare-formfield input:-webkit-autofill:hover,
    .guestcare-formfield input:-webkit-autofill:focus,
    .guestcare-formfield textarea:-webkit-autofill,
    .guestcare-formfield textarea:-webkit-autofill:hover,
    .guestcare-formfield textarea:-webkit-autofill:focus,
    .guestcare-formfield select:-webkit-autofill,
    .guestcare-formfield select:-webkit-autofill:hover,
    .guestcare-formfield select:-webkit-autofill:focus {
        background-color: #fff !important;
        font-weight: 400 !important;
        color: #545454 !important;
        -webkit-text-fill-color: #545454;
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    }

    .contactusv3-nonFormSubTitle {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .contactusv3-nonFormSubTitle span {
            color: #000;
            font-weight: 500;
            font-size: 14px;
        }

    .contactusv3-NonFormComtent {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
    }

        .contactusv3-NonFormComtent p {
            color: #545454;
            font-weight: 400;
            font-size: 14px;
        }

            .contactusv3-NonFormComtent p a {
                color: #048c3c;
                text-decoration: none;
            }

    .guestcare-btnQuestionMark {
        background-color: #028940;
        margin-left: 4px;
        width: 20px;
        height: 20px;
    }

    .guestcare-receiptArea {
        width: 250px;
        border: 1px solid #999999;
        box-shadow: 5px 5px #ccc;
        z-index: 1001;
        position: absolute;
        right: 70px;
        top: -120px;
        background-color: white;
    }

    .guestcare-pad-left-10 {
        padding-left: 10px;
    }

    .sw-footerpane .sw-container--100.sw-container--inset {
        z-index: 3;
    }

    /* Small devices */
    @media only screen and (max-width: 767px) {
        .captchaContainer {
            margin: 0 auto;
            width: 75%;
        }

        .disabledQA {
            font-size: 16px;
            font-weight: bold;
            color: red;
            background-color: black;
            text-align: center;
            position: relative;
            top: -40px;
            width: 105%;
        }

        #Google_Recaptcha .rc-anchor-pt {
            margin: 2px 42px 0 0 !important;
            background: red;
        }

        .contactusv3-form {
            background-color: #fff;
        }

        .contactusv3-formHeader,
        .contactusv3-formSubHeader,
        .contactusv3-formSubHeader2 {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .contactusv3-formHeaderInner,
        .contactusv3-formSubHeader2Inner,
        .contactusv3-mainpanel {
            width: 100%;
        }

        .contactusv3-form .guestcare-formfield {
            width: 100% !important;
            padding: 10px 0;
        }

        .contactusv3-form .guestcare-textInput {
            display: block;
            width: 100%;
            height: 30px;
            border: 1px solid #767676;
        }

        .guestcare-textInput.txtDateVisit {
            width: 90%;
        }

        .guestcare-formfield .ui-datepicker-trigger {
            right: 15px;
        }

        .guestcare-formfield #cs_comments {
            border: 1px solid #767676;
            padding: 3px 5px;
        }

        .guestcare-formsubmit .btn-gray {
            width: 50%;
        }

        .contactusv3-subpanel,
        .contactusv3-Success {
            width: 100%;
        }

        .contactusv3-Success {
            text-align: left;
            padding-left: 10px;
            padding-right: 10px;
        }

        .contactusv3-nonFormSubTitle {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }

        .contactusv3-NonFormComtent {
            padding-left: 20px;
            width: 100%;
        }

        .guestcare-receiptArea {
            width: 250px;
            border: 1px solid #999999;
            box-shadow: 5px 5px #ccc;
            z-index: 1001;
            position: absolute;
            right: 60px;
            top: -120px;
        }
    }

    @media only screen and (max-width: 991px) {

        .guestcare-formfield .guestcare-textInput.dateVisit {
            width: 90%;
        }
    }

    @media only screen and (min-width: 768px) {
        .captchaContainer {
            margin: 0 auto;
            width: 28%;
        }

        .disabledQA {
            font-size: 16px;
            font-weight: bold;
            color: red;
            background-color: black;
            text-align: center;
            position: relative;
            top: -40px;
            width: 109%;
        }

        .guestcare-countryStateField .col-md-6.FieldLabel {
            width: 25%;
            text-align: left !important;
            font-weight: 800;
            font-size: 14px;
        }

        .guestcare-countryStateField .col-md-6.field {
            width: 41.66666666666667%;
        }

        /*.contactusv3-form .mainContainerContactUsSmall   .guestcare-locatorContainer {
        overflow-y: hidden;
    }*/
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .guestcare-countryStateField .col-md-6.FieldLabel {
            width: 33.33333333333333%;
        }
    }

    /*locator-specific styles*/
    @media screen and (max-width: 767px) {
        .contactusv3-form .mainContainerContactUsSmall {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            box-sizing: border-box;
            background-color: white;
            z-index: 1050;
            overflow: hidden;
        }

        #subwayLocator_CloseButton {
            display: none;
        }

        .guestcare-locatorContainer {
            overflow-y: initial !important;
            height: auto;
            bottom: 0;
            height: 100%;
            height: calc(100% - 30px);
            box-sizing: border-box;
        }

            .guestcare-locatorContainer #locatorIframe {
                height: 98%;
                box-sizing: border-box;
                border: none;
                overflow: hidden;
            }
    }

    /*generic for ipad portrait*/
    @media screen and (min-width: 768px) {

        .contactusv3-form .mainContainerContactUsSmall {
            z-index: 1050;
            position: fixed;
            width: 700px;
            height: 700px;
            margin: 0;
            top: 50px;
            left: 50px;
            left: calc(50% - 350px);
            right: auto;
            box-sizing: border-box;
            background-color: white;
        }

        #subwayLocator_CloseButton {
            top: -20px;
            left: auto;
            right: -20px;
            height: 21px;
            width: 21px;
            position: absolute;
        }

        .guestcare-locatorContainer #locatorIframe {
            height: 100%;
            box-sizing: border-box;
            z-index: 2000;
        }
    }

    /*various styles to make it look decent in all resolutions*/

    @media screen and (min-width: 992px) {
        .contactusv3-form .mainContainerContactUsSmall {
            width: 900px;
            left: 40px;
            left: calc(50% - 450px);
        }
    }

    @media screen and (min-height: 480px) and (min-width:480px) {
        .contactusv3-form .mainContainerContactUsSmall {
            top: 30px;
            height: 440px;
        }

        .guestcare-locatorContainer {
            height: 440px;
        }
    }

    @media screen and (min-height: 600px) and (min-width:600px) {
        .contactusv3-form .mainContainerContactUsSmall {
            top: 30px;
            height: 550px;
        }

        .guestcare-locatorContainer {
            height: 550px;
        }
    }

    @media screen and (min-height: 768px) and (min-width:600px) {
        .contactusv3-form .mainContainerContactUsSmall {
            top: 30px;
            height: 720px;
        }

        .guestcare-locatorContainer {
            height: 720px;
        }
    }

    @media screen and (min-height: 1024px) and (min-width:600px) {
        .contactusv3-form .mainContainerContactUsSmall {
            top: 50px;
            height: 950px;
        }

        .guestcare-locatorContainer {
            height: 950px;
        }
    }

    .contactusv3-form .cta-startorder-text {
        font-size: 28px;
        font-weight: 900;
        color: #008938;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        display: inline-block;
        height: 35px;
        margin-top: 12px;
        float: left;
    }

        .contactusv3-form .cta-startorder-text li {
            list-style-type: none;
        }

        .contactusv3-form .cta-startorder-text ul {
            padding-left: 20px;
        }

    .contactusv3-form div#cta-startorder-close {
        float: right;
    }

    .contactusv3-form .mainContainerContactUsSmall {
        top: 135px;
    }

        .contactusv3-form .mainContainerContactUsSmall iframe {
            border: 0;
        }

    .contactusv3-form div#cta-startorder-close button {
        cursor: pointer;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        line-height: normal;
        font-size: 12px;
        color: green;
        font-size: 100%;
        margin: 0;
        vertical-align: baseline;
        background: transparent;
        border: 0;
        font-weight: 800;
        margin-top: 12px;
        margin-right: 10px;
    }

        .contactusv3-form div#cta-startorder-close button span {
            font-size: 20px;
        }
