﻿/*
 *   Forms
 */

.stdForm {
    padding: 0;
    margin: 0 auto;
    max-width: 674px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0 0 30px;
    padding: 6px 12px;
    font-size: 0.875rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (min-width: 768px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    textarea {
        height: 60px;
        line-height: 60px;
        font-size: 1rem;
    }
}

.stdForm textarea {
    height: 100px;
    line-height: 140%;
    resize: vertical;
    padding: 12px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .stdForm textarea {
        height: 160px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    line-height: initial;
    width: 100%;
    margin: 0 0 30px;
    padding: 6px 12px;
}

    select:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

@media only screen and (min-width: 768px) {
    select {
        height: 60px;
        font-size: 1rem;
    }
}

#CollectionAddress .collectionAddressContainerLabel {
    margin:20px 0 20px 0;
}

#CollectionAddress .collectionAddressContainerLabel label {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1.5em;
    font-family: 'BMWTypeNextLatin-Light';
}


.editor-label label {
    font-size: 0.75rem;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 0.08em;
    color: #666;
    text-transform: uppercase;
    font-family: 'BMWTypeNextLatin-Bold', sans-serif;
}

p label,
.labelCopy {
    display: block;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    p label.checkRadioHolder {
        text-transform: none;
    }

@media only screen and (min-width: 768px) {

    #CollectionAddress .collectionAddressContainerLabel label {
        font-size: 1.125rem;
    }

    .editor-label label {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

    p label,
    .labelCopy {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

        p label.smallLab {
            font-size: 0.625rem;
            margin-top: 12px;
        }

    .jobCommentsCounter {
        font-size: 0.5rem
    }
}

form p {
    padding: 0;
}

    form p.info {
        line-height: 22px;
        margin-bottom: 25px;
    }

    form p.info.subheading {
        text-align: center;
    }

.checkRadioHolder {
    display: block;
    position: relative;
    padding: 2px 42px 0 38px;
    margin: 0 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    color: #262626;
    letter-spacing: initial;
    line-height: 140%;
}

    .checkRadioHolder .labelLineBreak {
        padding-top: 8px;
        display: block;
    }

    .checkRadioHolder .labelwithToolTips {
        padding-top: 0px;
        display: block;
        padding-right: 30px;
        margin-bottom: 30px;
    }

        .checkRadioHolder .labelwithToolTips .toolTip {
            position: absolute;
            top: -10px;
            right: -10px;
        }


    .checkRadioHolder .originalPrice {
        text-decoration: line-through;
        opacity: 0.5;
        font-size: 0.75rem;
        color: #262626;
        margin-left: 5px;
    }

.inlineRadio .checkRadioHolder {
    float: left;
}

.iconChecks {
    margin-top: 30px;
}

    .iconChecks .checkRadioHolder {
        padding: 4px 20px 26px 90px;
        position: relative;
    }

        .iconChecks .checkRadioHolder:before {
            content: "";
            width: 46px;
            height: 46px;
            background: url("../../images/v2/icons/serviceIcons.png") 0 0 no-repeat transparent;
            background-size: 46px 609px;
            position: absolute;
            top: -11px;
            left: 35px;
        }

    .iconChecks .brakeFluid:before {
        background-position: 0 0;
    }

    .iconChecks .dieselParticulateFilter:before {
        background-position: 0 -46px;
    }

    .iconChecks .frontBrakes:before {
        background-position: 0 -92px;
    }

    .iconChecks .microfilter:before {
        background-position: 0 -138px;
    }

    .iconChecks .mot:before {
        background-position: 0 -184px;
    }

    .iconChecks .oilService:before {
        background-position: 0 -230px;
    }

    .iconChecks .rearBrakes:before {
        background-position: 0 -276px;
    }

    .iconChecks .sparkPlugs:before {
        background-position: 0 -322px;
    }

    .iconChecks .vehicleCheck:before {
        background-position: 0 -368px;
    }

    .iconChecks .airfilter:before {
        background-position: 0 -565px;
    }

    .iconChecks .fuelfilter:before {
        background-position: 0 -520px;
    }

    .iconChecks .doubleClutchTransmission:before {
        background-position: 0 -420px;
    }

    .iconChecks .rearAxleDifferential:before {
        background-position: 0 -470px;
    }

    .iconChecks .gasPressureProps:before {
        background-position: 0 -470px;
    }

@media only screen and (min-width: 768px) {
    .checkRadioHolder {
        font-size: 1rem;
    }
}

.checkRadioHolder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #262626;
}

.radioMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #262626;
    border-radius: 50%;
}

    .checkmark:after,
    .radioMark:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkRadioHolder input:checked ~ .checkmark:after,
.checkRadioHolder input:checked ~ .radioMark:after {
    display: block;
}

.checkRadioHolder .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkRadioHolder .radioMark:after {
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.checkList .checkRadioHolder {
    float: left;
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .checkList .checkRadioHolder {
        width: 20%;
    }
}

.field-validation-error {
    background: url(../../images/v2/icons/iconStack.svg#ErrorTip) -12px -11px transparent no-repeat;
    color: #E22718;
    position: relative;
    top: -26px;
    padding: 3px 0 0 28px;
    display: block;
    font-size: 0.875rem;
}

select.input-validation-error,
textarea.input-validation-error,
input.input-validation-error {
    border-color: #E22718;
}

.stdForm p a {
    font-size: 0.875rem;
    text-decoration: none;
    padding-bottom: 20px;
    /* display: block; */
    /* position: relative; */
    /* top: -23px; */
}

    .stdForm p a:hover {
        /* text-decoration: underline; */
    }

.resetPassword {
    padding-bottom: 20px;
}

.marketingChannelsTip {
    position: relative;
}

    .marketingChannelsTip .toolTip {
        font-size: 0.875rem;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -13px;
        padding-bottom: 0px;
    }



/*
 *   Tool tips
 */

.toolTip {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    top: -9px;
}

.tipContent {
    clear: both;
    background-color: #f5f5f5;
    padding: 5% calc(5% + 44px) 5% 5%;
    position: relative;
    top: -30px;
}

.tipClose {
    background: url("../../images/v2/icons/iconStack.svg#IconSmallCloseGrey") no-repeat 0 0 transparent;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    box-shadow: none;
    text-indent: -9999px;
}

.tipContent ul {
    margin-left: 0;
    padding-left: 20px;
}

.tipContent a,
.tipContent ul li,
.tipContent p,
.tipContent div {
    font-size: 0.875rem;
    top: unset;
}

.tipContent p,
.tipContent ul li,
.tipContent div {
    color: #666;
}

.tipContent a {
    text-decoration: none;
}

.hiddenTip {
    display: none;
}

    .hiddenTip.tipOpen {
        display: block;
    }


/*
 *   Service select form mods
 */

.serviceSelection p.contain {
    position: relative;
}

.serviceSelection .toolTip {
    position: absolute;
    top: auto;
    bottom: -12px;
    right: 0;
}

.serviceSelection .tipContent {
    top: 0;
}

.serviceSelection .checkRadioHolder {
    margin-top: 10px;
}

.serviceContainer.servicejob.group .checkRadioHolder {
    padding-right: 0px;
}

.serviceSelection .checkRadioHolder.promoPrice {
    padding-right: 0px;
}

.serviceContainer.servicejob.group.has-comments .stdForm.contain {
    display: none;
}

.marketing-prefs-container .checkRadioHolder {
    /* margin-top: 20px; */
    margin-bottom: 22px;
    display: inline-block;
}

.marketing-prefs-container .consent {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
}

.serviceSelection .toolTip.jobInformationLink {
    position: relative;
    display: inline-block;
    top: -2px;
    width: 24px;
    height: 24px;
    background-position: -10px -10px;
    float: right;
}

.marketing-prefs-container .tipContent {
    margin-bottom: 20px;
}

.marketing-prefs-container .labelCopy {
    color: #262626;
}


.serviceContainer.servicejob.group .checkRadioHolder {
    margin: 0px;
}


@media only screen and (min-width: 768px) {
    .serviceSelection .checkRadioHolder {
        font-size: 0.875rem;
    }

    .serviceSelection textarea {
        height: 100px;
        font-size: 0.875em;
    }
}

@media only screen and (min-width: 768px) {
    textarea {
        font-size: 0.875em;
    }
}

/* new CSS for booking process */

/* .addOns,
.termsAndSubmit,

*/
#invisibleListWrapper,
.aprNote,
.appointmentForm,
.tyresFormStep,
.iconChecks,
.estimateStep,
.flexWrapper .serviceItem,
.timeChoosePm,
.unsureAboutYourNeedsTop,
.unsureAboutYourNeedsBottom,
.warningLightList,
.bookingBox.tyres,
.warningLightList input[type="submit"].btnPrimary {
    display: none;
}

#ServiceList {
    margin-top: 10px;
}

.flexWrapper {
    display: flex;
    flex-direction: column;
}

.serviceItem {
    order: 10;
}

.motServiceItem {
    order: 5;
}

    .motServiceItem h4 {
        padding-top: 1em;
    }

.textTransformUpper {
    text-transform: uppercase;
}

.strikethroughServiceJob label,
.strikethroughServiceJob .checkRadioHolder.promoPrice .labelLineBreak {
    pointer-events: none;
    text-decoration: line-through 1px solid #cdcdcd;
    color: #cdcdcd;
}

.strikethroughServiceJob .checkRadioHolder input:checked ~ .checkmark {
    background: #e6e6e6;
    border: 1px solid #cdcdcd;
}

    .strikethroughServiceJob .checkRadioHolder input:checked ~ .checkmark:after {
        border-color: #c0c0c0;
    }

.strikethroughServiceJob .toolTip {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}


.radio-button-list input[type=radio],
#results input[type=radio],
#AppointmentWaitingOptionsList input[type=radio],
#AppointmentDatesList input[type=radio],
#AppointmentTimesList input[type=radio],
#DropOffTimes input[type=radio],
#PickUpTimes input[type=radio] {
    position: absolute;
    left: -100px;
    height: 0px;
    width: 0px;
    /* n.b: DONT use display: none - as it breaks .net clientside validation;*/
    visibility: hidden; /*display: none;*/
}

.dateChoose {
    display: block;
}

.is-environmental-charge .itemTitle .remove-service-item {
    display: none;
}

.manageBookingTitle {
    font-size: 0.875rem;
}

.manageBookingListItems,
.benefits {
    padding-left: 20px;
    margin-bottom: 15px;
}

    .manageBookingListItems li,
    .benefits li {
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 0px;
        margin: 0px;
    }


.manageBookingListItems,
.benefits {
    padding-left: 20px;
    margin-bottom: 15px;
}

    .manageBookingListItems li,
    .benefits li {
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 0px;
        margin: 0px;
    }

@media only screen and (min-width: 768px) {
    .benefits li {
        font-size: 1rem;
    }
}

.benefitsTitle {
    margin-top: 10px;
}

.createAccountGroup {
    margin-bottom: 20px;
    margin-top: 6px;
}

.address-picklist > div {
    padding: 16px 12px;
    border-bottom: 1px solid #E6E6E6;
}

.address-picklist-container {
    margin: 0px 0px 20px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);
    margin-top: -30px;
    overflow: auto;
    height: 400px;
    margin-left: 2px;
}

.use-address-entered em {
    padding: 12px 12px;
    font-size: 12px;
    line-height: 1rem;
    text-decoration: underline;
    font-style: normal;
    display: block;
}

.customerDetails {
    margin-top: 37px;
}


/*  appountment page  button fixes */

#postPlan {
    margin-bottom: 28px;
    width: 100%;
}

#postPlan .btnPrimary {
    width: 100%;
}

.forceShow {
    display: block !important;
}

.selectSize {
    font-size: 0.875rem;
    line-height: 22px;
    display: inline-block;
    padding-right: 40px;
    position: relative;
    margin-top: 18px;
    margin-bottom: 25px;
}

.selectSize .toolTip {
    position: absolute;
    top: -10px;
    right: -10px;
}


.tyreInfoCopy {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}


.search-again-link {
    margin-bottom:30px;
}

.alertText {
    color: red;
}

.cancelBookingOverlay {
    padding: 1em;
}

/*Temporary - remove once KL fix their endpoint*/
label[for=cancelAndRebook] {
    display: none !important;
}

.security-answers {
    margin: 25px 0;
}

.cancelBookingOverlay button {
    float: none !important;
}

.mandatory-checkbox-error, .mandatory-radiobutton-error {
    background: url(/images/v2/icons/iconStack.svg#ErrorTip) -1em 0em transparent no-repeat;
    padding: 0.8em 0 1em 2em;
    clear: both;
    color: #E22718;
    display: none;
    font-size: 0.875rem;
}

.use-address-entered:hover  {
    cursor: pointer;
}