﻿.captchaContainer {
    width: 300px;
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.errorFieldNewStore, .errorFieldComment, .errorFieldNewStoreNum, .errorFieldNew {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size: 12px;
    color: red;
}




@media screen and (max-width: 767px) {
    .field > input, select {
        line-height: 25px !important;
        font-size: 16px !important;
        margin-left: 0px !important;
        padding-left: 5px;
        height: 44px !important;
    }

        .field > input, select:not(.ignoreFullWidth) {
            width: 98%;
            margin-bottom: 5px;
            height: 44px !important;
        }

    .ignoreFullWidth {
        /*width: 30%;*/
    }



    #pnlFormPanel a.btn-gray, a.btn-gray:visited, a.btn-gray:hover {
        width: 220px;
        line-height: 44px !important;
        font-size: 18px !important;
        position: relative;
        cursor: pointer;
        display: table;
        text-decoration: none;
        padding: 5px 0px 0px 0px;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .textAlign {
        text-align: left !important;
    }

    .textAlignRight {
        text-align: left !important;
    }

    [dir="rtl"] .field > input, select {
        padding-right: 5px;
    }


    .FieldLabel {
        text-transform: none;
        color: #545454;
        font-weight: 400;
        font-family: Roboto , Arial, Helvetica, sans-serif;       
        font-size: 14px;
        text-align: left;
    }

  
    .errorFieldInvalidState {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size: 12px;
        color: red;
    }

    .errorFieldInvalidState {
	    font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight:300;
        font-size: 12px;
        color: red;
    }

    #subwayContactUsTabletAndMobile {
        border: gray solid 0px;
        margin-left: -7px;
        background-color: white;
        width: 100%;
    }

    .webApp.searchMode .navBackButton, .webApp.mapMode .navBackButton, .webApp.listMode .navBackButton {
        display: block !important;
    }

    .lblFindYourRestaurantCss {
        line-height: 50px;
    }


    .captcha {
        margin-top: 30px;
        margin-right: auto;
        width: 310px;
    }


    .buttonArea {
        /*background-color:pink;*/
        width: 100%;
        /*margin-left:100px;*/
        margin-top: 20px;
    }

    .lblOrEnterStoreNumCss {
        line-height: 19px;
        padding-left: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .receiptArea {
        width: 250px;
        /*margin-top: -100px;
        margin-left: 580px;*/
        border: 1px solid #999999;
        box-shadow: 5px 5px #CCC;
        z-index: 1001;
        position: absolute;
        left: 18%;
        top: -280px;
        background-color: white;
    }

    .lblFindYourRestaurantCss {
        display: inline-block;
        margin-top:0px;
        margin-left: 12px;
    }

    .storenumberArea {
        /*background-color:pink;*/
        margin-left: 10%;
    }

    .storedateVisit {
        margin-top: 10px;
        /*margin-left: 18px;*/
    }

    .storedateVisitTime {
        /*margin-left: 18px;*/
        margin-bottom: -10px;
    }

    
    #CustomValidatorStoreNum {
        /*padding-left: 10%;
     margin-left: 24px;*/
    }

    .errorFieldInvalidCaptcha {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
     font-size: 12px;
    color: red;
    margin-top: -10px;
    margin-left: 100px;
    }

    div.ui-datepicker {
        font-size: 18px !important;
    }

    .ui-datepicker td a {
        color: black !important;
        text-align: center !important;
        padding: 3px;
    }


    .backLink {
        display: block;
        /*margin-top: 10px;*/
        height: 30px;
    }


    .backText {
        height: 30px;
        text-align: left;
        /* margin-left: 20px; */
        border-bottom: none;
        padding-left: 10px;
        display: table-cell;
        font-family: Roboto , Arial, Helvetica, sans-serif;
        font-weight:400; 
        color: #00652D !important;
        font-size: 14px;
        cursor: pointer;
        vertical-align: bottom;
    }

    .backArrow {
        color: #00652D !important;
        display: table-cell;
        vertical-align: bottom;
        padding-left: 10px;
    }
}

@media screen and (min-width:768px) {

    .textAlignRight {
        text-align: right !important;
    }

    .errorFieldInvalidState {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size: 12px;
        color: red;
    }


    .captcha {
        margin-top: 30px;
        margin-right: auto;
        margin-left: 45%;
        width: 310px;
    }


    .buttonArea {
        text-align: center;
        margin-top: 30px;
    }

    .receiptArea {
        width: 250px;
        border: 1px solid #999999;
        box-shadow: 5px 5px #CCC;
        z-index: 1001;
        position: absolute;
        right: -180px;
        top: -120px;
    }

    .lblOrEnterStoreNumCss {
        margin-left: 12px;
    }

    .storedateVisit {
        margin-top: 10px;
        margin-left: 18px;
    }

    .storedateVisitTime {
        margin-left: 18px;
        margin-bottom: -10px;
    }

    .errorFieldInvalidCaptcha {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size: 12px;
        color: red;
        margin-top: -10px;
        margin-left: 100px;
    }

    .backLink {
        display: none;
    }

    .backArrow {
        display: none;
    }
}
/*Desktop*/
@media screen and (min-width:960px) {
    .backArrow {
        display: none;
    }

    .textAlignRight {
        text-align: right !important;
    }
}

.errorFieldInvalidCaptcha {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size: 12px;
    color: red;
    margin-top: -10px;
    margin-left: -2px;
}

.captcha {
    margin-top: 30px;
    margin-right: auto;
    margin-left: 45%;
    width: 310px;
}


.buttonArea {
    /*background-color:pink;*/
    text-align: center;
    margin-top: 50px;
}

.receiptArea {
    width: 250px;
    /*margin-top: -100px;
        margin-left: 580px;*/
    border: 1px solid #999999;
    box-shadow: 5px 5px #CCC;
    z-index: 1001;
    position: absolute;
    right: -180px;
    top: -120px;
    background-color: white;
}

.lblFindYourRestaurantCss {
    display: inline-block;
    margin-top: 20px;
    margin-left: 11px;
}

.storedateVisit {
    margin-top: 10px;
    margin-left: 18px;
}

.storedateVisitTime {
    margin-left: 18px;
    margin-bottom: -10px;
}

}

#pnlUpdatePanel {
    margin-left: 10px !important;
}


.ovelayPanel {
    /*background-color: rgba(128,128,128,0.5);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}

.buttonHolder {
    text-align: center;
    padding: 20px;
}

.disclaimerPanelParent {
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 150px;
    width: 700px;
    height: 100%;
    background-color: rgba(128,128,128,0.5);
}

.disclaimerPanelContent {
    position: relative;
    width: 500px;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    top: 100px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    border: 1px solid black;
    padding: 20px;
}

.logoOverlay {
    position: absolute;
    top: 0px;
    left: 180px;
    width: 300px;
    padding-top: 15px;
}

.fieldRow {
    padding-top: 5px;
}

.FieldLabel {
    text-transform: none;
    color: #545454;
    font-weight: 400;
    font-family: Roboto , Arial, Helvetica, sans-serif;  
    font-size: 13px;
    text-align: left;
}


.col-xs-12.field, .col-xs-12.field > input, .col-xs-12.field > select {
    margin-left: 0px;
    text-align: left;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    font-weight: normal;
    font-size: 13px;
}


.field, .field > input, .field > select {
    text-align: left;
    font-family:Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 13px;
}


.dottedLine {
    border-top: 1px dotted #CCC;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 0px;
}

.commentsRow {
    /*text-align: center;*/
}

.validationRow {
    margin-bottom: 5px;
}

.sectionRow {
    margin-top: 20px;
}

span.requiredFieldIndicator {
    /*color: #000000;*/
    color: red;
    font-size: 14px;
    font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
}

span.requiredFieldIndicatorMessage {
    /*color: #000000;*/
    color: red;
    font-size: 14px;
    font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
     margin-left: -20px;
}

#commentsLabel {
    text-align: center;
    margin-top: 20px;
}

#lblInfoAboutYou, #lblSlocInfo {
    color: #527a4b;
    font-size: 15px;
    font-weight: normal;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:400; 
    margin-bottom: 13px;
}

#Reg_ValidationSummary {
    color: #ff0000;
    font-size: 14px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
}


#rblTitle label {
    font-size: 16px;
    text-align: left;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    margin-right: 5px;
}

#Visit_ampm, #Visit_ampm label {
    font-size: 13px;
    text-align: left;
    font-family: Roboto , Arial, Helvetica, sans-serif;
    font-weight:400; 
    margin-right: 5px;
    color: #A4A4A4;
    /*width: 80px;*/
    margin-left: 10px;
    /*vertical-align: top;*/
}

#vRegExpComment {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
      font-size: 14px;
    font-weight: bold;
}

#btnSubmit, #btnReset {
       font-family: Roboto , Arial, Helvetica, sans-serif;
        font-weight:400; 
}

#lblSubmitText {
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
       font-size: 13px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

#lblDisplayMsg {
    font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
       font-size: 16px;
}


#lblDateText, #lblDate {
    color: #747474;
    font-weight: normal;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
       font-size: 14px;
}

#dvResult {
    text-align: center;
    margin-top: 20px;
}

#remLen {
    text-align: right;
}


#cs_comments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: none;
}

#rblCategory label {
    font-size: 13px;
    text-align: left;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:400; 
    margin-right: 15px;
    color: #545454;
    vertical-align: middle;
}

#rblCategory input {
    margin-right: 10px !important;
}

#rblContacted label {
    font-size: 12px;
    text-align: left;
  	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300;
    margin-right: 15px;
}

#rblContacted input {
    margin-right: 10px !important;
}

/* gift card entry styles */
#giftCardEntryArea label {
    font-weight: 400;
}
#giftCardEntryArea .gift-card-disclaimer-wrapper {
    margin-bottom: 15px;
}
#giftCardEntryArea .last-four {
    width: 70px;
}
#giftCardEntryArea .gift-card-prefix {
    vertical-align: top;
}


.storeSelected {
    font-style: italic;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300; 
    font-size: 13px;
    /*color: #527a4b;*/
    color: white;
    margin-left: 10px;
}

.storeAddress {
    /*font-style:italic;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:300; 
    font-size: 14px;
    text-decoration: underline;
    color: white;
    margin-left: 10px;
}

.newFormTitle {
    font-size: 21px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:400; 
    color: #028940;
    margin-left: -10px;
    margin-top: 0px;
    font-weight: 400;
    text-align: left !important;
}


.newFormTitleMessage {
    font-size: 21px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #527a4b;
    margin-top: -10px;
    font-weight: 700;
    text-align: left !important;
}

.aboutyouLabel {
    text-align: left !important;
}

.fieldLabelLeft {
    text-transform: none;
    color: #a4a4a4;
    font-family: Roboto, Arial, Helvetica, sans-serif;
     font-weight:400; 
    font-size: 13px;
    text-align: left;
    margin-top: 6px;
}

.fieldLabelRight {
    text-transform: none;
    color: #a4a4a4;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:400; 
    font-size: 13px;
    text-align: right;
    margin-top: 6px;
}


.col-xs-12.fieldNew {
    /*margin-left:0px !important;*/
}



.aboutyouArea {
    margin-bottom: 26px;
    margin-top: 10px;
}

#FWHMapHolderArea {
    width: 100% !important;
    /*height:auto !important;*/
}

[dir="rtl"] .field {
    text-align: right;
}

[dir="rtl"] .FieldLabel {
    float: right;
    text-align: left;
}

[dir="rtl"] .hidden-xs.col-sm-4 {
    float: right;
}

[dir="rtl"] .hidden-xs.col-sm-8 {
    margin-right: -21px;
    margin-left: 0 !important;
}

[dir="rtl"] #commentsLabel .col-xs-12 {
    text-align: right !important;
}


/* STYLES FOR STORE LOCATOR */
#searchBoxWrapper {
    /*width: 65% !important;*/
}

.getDirections {
    display: none !important;
}


.resultsHolder, .resultsHolderAlter {
    /*height: 195px !important;*/
}

.pagingHolder {
    padding-bottom: 40px !important;
}

.searchUnitDistance {
    /*right: 25% !important;*/
}

#textAreaCounter {
    /*margin-left: 12px;*/
}

.rdb label {
    display: inline-block;
}


.storeInfoAreaCS {
    background-color: #028940;
    margin-top: 12px;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

.FieldLabelWhite {
    text-transform: none;
    color: white;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size: 13px;
    text-align: left;
}


.ignoreFullWidthStoreNum {
    width: 48% !important;
    /*margin-left:12px;*/
}

.ignoreFullWidthSatelliteNum {
    width: 20% !important;
}


.btnQuestionMark {
    margin-left: 6px;
}


.timeRestaurantVisit {
    display: -webkit-inline-box;
}


/*locator-specific styles*/
@media screen and (max-width: 767px) {
    #mainContainerSmall {
        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;
    }

    #locatorContainer {
        overflow-y: auto;
        height: auto;
        bottom: 0;
        height: 100%;
        height: calc(100% - 30px);
        box-sizing: border-box;
    }

    #locatorIframe {
        height: 98%;
        box-sizing: border-box;
        border: none;
        overflow: hidden;
    }
}

/*generic for ipad portrait*/
@media screen and (min-width: 768px) {

    .backLink {
        display: none;
    }

    #mainContainerSmall {
        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;
    }

    #locatorContainer {
        box-sizing: border-box;
        height: 700px;
        overflow-y: auto;
    }

    .iFrameLocator #locatorContainer {
        overflow-y: hidden;
    }

    #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) {
    #mainContainerSmall {
        width: 900px;
        left: 40px;
        left: calc(50% - 450px);
    }
}

@media screen and (min-height: 480px) and (min-width:480px) {
    #mainContainerSmall {
        top: 30px;
        height: 440px;
    }

    #locatorContainer {
        height: 440px;
    }
}

@media screen and (min-height: 600px) and (min-width:600px) {
    #mainContainerSmall {
        top: 30px;
        height: 550px;
    }

    #locatorContainer {
        height: 550px;
    }
}

@media screen and (min-height: 768px) and (min-width:600px) {
    #mainContainerSmall {
        top: 30px;
        height: 720px;
    }

    #locatorContainer {
        height: 720px;
    }
}

@media screen and (min-height: 1024px) and (min-width:600px) {
    #mainContainerSmall {
        top: 50px;
        height: 950px;
    }

    #locatorContainer {
        height: 950px;
    }
}

.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;
}

.cta-startorder-text li{
        list-style-type: none;
}

.cta-startorder-text ul{
    padding-left:20px;
}

div#cta-startorder-close{
    float:right;
}

#mainContainerSmall iframe{
    border:0;
}

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;
}

div#cta-startorder-close button span{
    font-size:20px;
}

