/*
 *   Core layout classes
 */

.pageWrap {
    position: relative;
}

.contentHolder {
    display: block;
    margin: 0 5%;
    position: relative;
}

.widthHolder {
    margin: 0 auto;
    max-width: 1440px;
    height: 100%;
    position: relative;
}

.basePage {
    padding-top: 69px;
    padding-bottom: 40px;
    min-height: 100vh;
    max-width: 100%;
}

.spacer {
    flex: 1;
}

@media only screen and (min-width: 768px) {
    .basePage {
        padding-top: 100px;
        padding-bottom: 80px;
        min-height: 100vh;
        max-width: 100%;
    }
}

/*
 *   alternative backgrounds and special padding
 */

.mainBodyHolder {
    background-color: #fff;
}

@media only screen and (min-width: 1280px) {
    .mainBodyHolder .contentHolder {
        margin-left: 10%;
        margin-right: 10%;
    }
}


/*
 *   Layout z-index
 */

header {
    z-index: 10;
}

.heroPageHead {
    z-index: 7;
}

.alertArea {
    z-index: 11;
}

.menuOpen .alertArea {
    opacity: 0;
    z-index: -1;
}

.navButton {
    z-index: 11;
}

.menu {
    z-index: -1;
}

.menuOpen .menu {
    z-index: 9;
}

.loading {
    z-index: 12;
}

.social {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

    .social li {
        float: left;
        margin-right: 15px;
        display: block;
    }

    .social a {
        text-indent: -9999px;
        display: block;
        width: 32px;
        height: 32px;
    }

    .social .facebook a {
        background: url(../../images/v2/icons/socialStack.svg#Facebook) 0 0 no-repeat transparent;
    }

    .social .twitter a {
        background: url(../../images/v2/icons/socialStack.svg#Twitter) 0 0 no-repeat transparent;
    }

    .social .instagram a {
        background: url(../../images/v2/icons/socialStack.svg#Instagram) 0 0 no-repeat transparent;
    }

    .social .linkedin a {
        background: url(../../images/v2/icons/socialStack.svg#Linkedin) 0 0 no-repeat transparent;
    }

    .social .youtube a {
        background: url(../../images/v2/icons/socialStack.svg#Youtube) 0 0 no-repeat transparent;
    }

/*
 *   Margin bottom between main body and footer content Generic
 */

.marginBtPad {
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
    .marginBtPad {
        margin-bottom: 92px;
    }
}

@media only screen and (min-width: 1200px) {
    .marginBtPad {
        margin-bottom: 125px;
    }
}

.animatePanels2 {
    padding-bottom: 88px;
}


/*
 *   Title areas
 */

.title {
    padding: 20px 0 40px;
}

    .title h2 {
        font-size: 1.5rem;
        text-align: center;
        padding: 0;
    }

    .title p {
        text-align: center;
        padding-top: 16px;
    }

        .title p span {
            font-size: 0.80rem;
        }

@media only screen and (min-width: 768px) {
    .title {
        padding: 40px 0 60px;
    }

        .title h2 {
            font-size: 2.25rem;
        }

        .title p {
            padding-top: 24px;
        }
}


/*
 *   Your vehicle
 */

.vehicleSelect h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 20px 0;
}

.vehicleSelectBox {
    border: 1px solid #e6e6e6;
    padding: 28px 22px;
    margin-bottom: 28px;
}


    .vehicleSelectBox h4 {
        font-size: 1.25rem;
        text-transform: uppercase;
        padding-bottom: 0.25em;
    }

    .vehicleSelectBox ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .vehicleSelectBox li {
        margin: 0 0 0 2px;
        font-size: 0.625rem;
        color: #666;
        letter-spacing: 0.08em;
        display: inline;
        padding-left: 19px;
        position: relative;
        text-transform: uppercase;
    }

        .vehicleSelectBox li:first-child {
            padding-left: 0;
        }

        .vehicleSelectBox li:before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 2px;
            background-color: #666666;
            position: absolute;
            left: 5px;
            top: 5px;
        }

        .vehicleSelectBox li:first-child:before {
            display: none;
        }

    .vehicleSelectBox a {
        text-decoration: none;
        font-size: 0.75rem;
        text-align: center;
        display: block;
        padding: 20px 0;
    }

.vehicleSelect .addVehicleControl {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .vehicleSelect h3 {
        font-size: 1.5rem;
        padding: 40px 0 25px;
    }

    .vehicleSelectBox {
        border: 1px solid #e6e6e6;
        padding: 38px 32px;
        margin-bottom: 38px;
    }

        .vehicleSelectBox h4 {
            font-size: 1.25rem;
        }

        .vehicleSelectBox li {
            font-size: 0.875rem;
            letter-spacing: 0.06em;
            padding-left: 20px;
        }

            .vehicleSelectBox li:before {
                top: 7px;
                left: 5px;
            }
}

.optionSelectBox {
    border: 1px solid #e6e6e6;
    padding: 30px 20px 20px;
    margin-bottom: 28px;
}

    .optionSelectBox h4 {
        font-size: 1rem;
        text-transform: uppercase;
        padding-bottom: 1.5em;
    }

    .optionSelectBox h5 {
        font-size: 1rem;
        padding-bottom: 1em;
    }

    .optionSelectBox input.btnPrimary {
        width: 100%;
        max-width: 288px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

@media only screen and (min-width: 768px) {
    .optionSelectBox {
        margin-bottom: 38px;
    }

        .optionSelectBox h4,
        .optionSelectBox h5 {
            font-size: 1.125rem;
        }
}

.savedCarSwitch {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

    .savedCarSwitch li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .savedCarSwitch a {
        display: block;
        border: 1px solid #262626;
        height: 30px;
        border-radius: 15px;
        text-align: center;
        color: #262626;
        text-decoration: none;
        padding: 5px 20px 0;
        font-size: 0.75rem;
        margin: 0;
    }

        .savedCarSwitch a.selected {
            display: block;
        }

@media only screen and (min-width: 768px) {
    .savedCarSwitch {
        margin: 0 0 20px;
    }
}


/*
 *   Estimate view layout
 */

@media only screen and (min-width: 768px) {
    .serviceSelection {
        width: calc(100% - 328px);
        max-width: 842px;
        padding-right: 5%;
        float: left;
    }
}

/** Accordions **/

.accordion {
    background: url("../../images/v2/icons/iconStack.svg#ArrowDownBlack") 0 0 no-repeat transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    position: relative;
    /*right: 5%;*/
    top: -12px;
    width: 44px;
}

    .accordion.closed {
        background: url("../../images/v2/icons/iconStack.svg#ArrowUpBlack") 0 0 no-repeat transparent;
    }

.accordionContent {
    clear: both;
    font-size: 0.75rem;
    margin: 10px auto;
    max-width: 674px;
}

/** end Accordions **/

/*
 *   Campaign notice
 */
.campaignActive {
    background-color: rgba(6, 83, 182, 0.05);
    padding: 16px 15% 16px 5%;
}

    .campaignActive p {
        font-size: 0.75rem;
        margin: 0 auto;
        max-width: 674px;
    }

        .campaignActive p.showText {
            display: none;
            padding-top: 1em;
        }

    .campaignActive a {
        color: #262626;
    }

    .campaignActive .accordion{
        
    }

@media only screen and (min-width: 768px) {
    .campaignActive {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1000px) {
    .campaignActive {
        padding-right: 5%;
    }
}

/*
 * Service Discounts
 */

.serviceDiscounts {
    margin-left: 2.5em;
    /*margin-top: 2em;*/
    /*padding: 5px;*/
    right: 5%;
    top: 6px;
}

    .serviceDiscounts p {
        font-size: 0.75rem;
        margin: 0 auto;
        /*max-width: 674px;*/
    }

        .serviceDiscounts p.showText {
            display: none;
            padding-top: 1em;
        }

    .serviceDiscounts a {
        color: #262626;
    }

    .serviceContainer hr {
        color: silver;
        margin-bottom: 1em;
    }

.serviceDiscounts div.discounts {
    background-color: rgba(6, 83, 182, 0.05);
    padding: 0.85em;
    right: 5%;
    top: 6px;
    display: flex;
    flex-wrap: wrap;
}

        .serviceDiscounts div.discounts div.source {
            padding-bottom: 10px;
            width: 70%;
        }

        .serviceDiscounts div.discounts div.price {
            padding-bottom: 10px;
            text-align: right;
            width: 30%;
        }

p.serviceDiscountsTitle {
    color: gray;
    font-size: 0.7em !important;
}

/*
 *   Service selection
 */
#ServiceList .recommendedModule {
    background-color: #f3f6fb;
    padding: 0 0 30px 0;
}

#ServiceList .moreModule {
    background-color: #ffffff;
    padding: 30px 0 30px 0;
}


#ServiceList .recommendedModule .serviceList {
    width: 90%;
    margin: auto;
}

    #ServiceList .serviceList ul,
    #ServiceList .serviceList p {
        width: 90%;
        margin: auto;
    }

    #ServiceList .serviceList p {
        padding-bottom: 20px;
    }

#ServiceList .serviceListWrapper .minimise{
    text-align: center;
}

#ServiceList .serviceListWrapper .minimise a {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.75em;
}


.serviceSelection p {
    font-size: 0.75rem;
    margin-bottom: 20px;
    
}

    .serviceSelection p.intro {
        text-align: center;
        margin-bottom: 20px;
    }

.bookingBox {
    padding: 16px 5%;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .bookingBox {
        margin-bottom: 30px;
    }
}

.bookingBox.withCarousel {
    padding-left: 0;
    padding-right: 0;
}

.bookingBox h3,
.bookingBox p.appointmentDetails {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bookingBox.withCarousel h3,
.bookingBox.withCarousel h4 {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.bookingBox.withCarousel h4,
.bookingBox.motServiceItem h4,
.bookingBox.selectionSummaryBox h4 {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 2em;
}

.bookingBox p {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .bookingBox.withCarousel h3,
    .bookingBox.withCarousel h4 {
        text-align: left;
    }
}

.selectionSummaryBox {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bookingBox.selectionSummaryBox h4 {
    text-align: center;
    padding: 0 0 1em;
}

.selectionSummaryBox p.appointmentDetails {
    padding: 0;
    color: #666;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .selectionSummaryBox {
        display: none;
    }
}

.selectionSummaryBox.selectedState p.appointmentDetails {
    color: #262626;
}

/*
 *   Bottom furniture 
 */

.altNav p {
    text-align: center;
    padding-bottom: 4px;
}

.altNav a,
.altNav label {
    text-align: center;
    text-decoration: none;
    display: block;
}

.altNav label {
    cursor: pointer;
}

    .altNav label input[type=radio] {
        position: absolute;
        left: -100px;
        height: 0px;
        width: 0px;
        visibility: hidden;
    }

.navArrow {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    margin-bottom: 32px;
    cursor: pointer;
}

.previousSection {
    padding-left: 60px;
    float: left;
}

.nextSection,
.tyresNav {
    padding-right: 60px;
    float: right;
}

.navArrow:disabled,
.navStepBtn:disabled {
    cursor: default;
    opacity: 0.3;
}

.termsSection {
    background-color: #f5f5f5;
    color: rgba(102,102,102,0.6);
    font-size: 0.75rem;
    padding: 16px 5%;
}

    .termsSection div {
        padding-bottom: 1em;
        line-height: 2em;
    }

@media only screen and (min-width: 768px) {
    .termsSection {
        padding: 24px 5%;
    }
}


/*
 *   Appointment view
 */

.slotCarousel {
    margin-bottom: 20px;
}

    .slotCarousel .dateChoose {
        width: 58px;
        height: 58px;
        padding: 7px;
        color: #262626;
        border: 1px solid #e6e6e6;
        margin: 0 5px;
        text-align: center;
        font-size: 0.75rem;
        cursor: pointer;
    }

        .slotCarousel .dateChoose.selected,
        .slotCarousel .dateChoose:hover {
            color: #fff;
        }

        .slotCarousel .dateChoose span {
            display: block;
        }

        .slotCarousel .dateChoose.buffer {
            border: none; 
            width:30px;
        }

    .slotCarousel .flickity-button {
        display: none;
    }

    .slotCarousel .flickity-viewport:after {
        content: "";
        height: 60px;
        width: 60px;
        background: url("../../images/v2/furniture/rightFadeMobile.png") 100% 50% no-repeat transparent;
        display: block;
        position: relative;
        float: right;
    }

.bookingBox .dateInfo {
    color: #E22718;
    text-align: center;
    padding: 0 5% 10px;
}

.bookingBox .callPrompt {
    text-align: center;
    padding: 0 5% 16px;
}

    .bookingBox .callPrompt a {
        text-align: center;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #262626;
    }


.laterDatePrompt .dateInfo {
    color: #E22718;
    text-align: center;
    padding: 0 5% 25px;
    display: none;
}

.laterDatePrompt .callPrompt {
    text-align: center;
    padding: 0 5% 25px;
    font-weight: bold;
}

    .laterDatePrompt .callPrompt a {
        text-align: center;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #262626;
        font-weight: lighter;
        font-size: 1.4em;
        margin-top: 10px;
    }

@media only screen and (min-width: 550px) {
    .slotCarousel .dateChoose {
        width: 60px;
        height: 60px;
        padding: 11px 7px;
    }

    .slotCarousel .flickity-button {
        display: block;
        z-index: 2;
    }

        .slotCarousel .flickity-button:disabled {
            display: none;
        }

    .slotCarousel .flickity-button-icon {
        display: none;
    }

    .slotCarousel .flickity-button.next {
        right: 0;
    }

    .slotCarousel .flickity-button.previous {
        left: 0;
    }

    .slotCarousel .flickity-viewport:after {
        width: 103px;
        background: url("../../images/v2/furniture/rightFade.png") 100% 50% no-repeat transparent;
        right: -26px;
    }

    .slotCarousel .flickity-viewport:before {
        content: "";
        height: 60px;
        width: 103px;
        background: url("../../images/v2/furniture/leftFade.png") 100% 50% no-repeat transparent;
        display: block;
        position: relative;
        float: left;
        left: -40px;
        z-index: 1;
    }
}

.timeOptions {
    margin: 10px 5%;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.bookingBox .timeOptions h4 {
    padding-left: 0;
    padding-right: 0;
}

.timeList {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .timeList .timeChoose {
        text-align: center;
        float: left;
        cursor: pointer;
    }

        .timeList .timeChoose.selected .appointment-time,
        .timeList .timeChoose:hover .appointment-time {
            color: #fff;
        }

.appointment-time {
    width: 75px;
    height: 44px;
    margin-right: 6px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 5px;
    // float: left;
    border: 1px solid #e6e6e6;
    font-size: 0.75rem;
    cursor: pointer;
    display: block;
}


@media only screen and (min-width:360px) {
    .timeList .timeChoose {
        margin-right: 10px;
    }
}

.loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
}

.spinner {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*@keyframes busy {
    to {
        transform: rotate(360deg);
    }
}

.busy:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
}*/

.hidden {
    display: none;
}

/*
 *   Your vehicle selection
 */

.vehicleSelection h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 20px 0;
}

.vehicleSelectionBox {
    border: 1px solid #e6e6e6;
    padding: 28px 22px;
    margin-bottom: 28px;
}


    .vehicleSelectionBox h4 {
        font-size: 1.25rem;
        text-transform: uppercase;
        padding-bottom: 0.25em;
    }

.vehicleselectionDate {
    font-size: 0.75rem;
    color: #666;
    letter-spacing: 0.08em;
    display: inline;
    text-transform: uppercase;
}

.vehicleSelectionBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vehicleSelectionBox li {
    margin: 0 0 0 2px;
    font-size: 0.625rem;
    color: #666;
    letter-spacing: 0.08em;
    display: inline;
    padding-left: 19px;
    position: relative;
    text-transform: uppercase;
}

    .vehicleSelectionBox li:first-child {
        padding-left: 0;
    }

    .vehicleSelectionBox li:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #666666;
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .vehicleSelectionBox li:first-child:before {
        display: none;
    }

.vehicleSelectionBox a {
    text-decoration: none;
    font-size: 0.75rem;
    text-align: center;
    display: block;
    padding: 20px 0;
}

    .vehicleSelectionBox a.amendBtn {
        text-align: left;
    }



@media only screen and (min-width: 768px) {
    .vehicleSelection h3 {
        font-size: 1.5rem;
        padding: 40px 0 25px;
    }

    .vehicleSelectionBox {
        border: 1px solid #e6e6e6;
        padding: 38px 32px;
        margin-bottom: 38px;
    }

        .vehicleSelectionBox h4 {
            font-size: 1.25rem;
        }

    .vehicleselectionDate {
        font-size: 1rem;
        letter-spacing: 0.06em;
    }

    .vehicleSelectionBox li {
        font-size: 0.875rem;
        letter-spacing: 0.06em;
        padding-left: 20px;
    }

        .vehicleSelectionBox li:before {
            top: 7px;
            left: 5px;
        }
}


.vehicleselectionItem {
    border-top: 1px solid #E6E6E6;
    padding-top: 31px;
}

    .vehicleselectionItem:first-child {
        border-top: none;
        padding-top: 0px;
    }


.updateDetailed .btnPrimary {
    width: 100%;
}

.updateDetailed a {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.75rem;
    text-align: center;
    display: block;
    padding: 20px 0;
}


@media only screen and (min-width: 768px) {

    .updateDetailed .btnPrimary,
    .updateDetailed a {
        width: 288px;
        float: right;
        display: block;
        clear: both;
    }
}


.deleteAccountBox {
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .deleteAccountBox {
        margin-top: 50px;
    }
}

#userAccount-vehicles {
    padding-top: 88px;
}

/* Address auto-complete UI */
.address-picklist div:hover,
.address-picklist .selected {
    cursor: pointer;
    background: #f4f4f4;
    border-bottom: 1px solid #1789ef;
    border-top: 1px solid #1789ef;
}

/* end of Address auto-complete UI */

.agreeToPrices {
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.mandatory-checkbox {
    font-family: Arial, Helvetica, sans-serif !important;
    float: left;
    height: 24px;
    margin-right: 15px;
    width: 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #262626;
    position: relative;
    top: -5px;
    left: -3px;
}

    .mandatory-checkbox:checked:after {
        left: 0.15em;
        top: 0.15em;
        width: 5px;
        height: 10px;
        border-width: 0 1px 1px 0;
        content: "\2714";
        position: absolute;
        font-size: 1.4em;
    }


.mandatory-field-error-container .field-validation-error {
    margin-top: 35px;
}

/*Group page*/
.group-page-container {
    margin: auto;
}

    .group-page-container .spaced-div {
        margin-bottom: 20px;
    }

.dealers-in-group {
    margin: auto;
    width: 98%;
}

.group-name {
    font-size: 2.5em !important;
    letter-spacing: 0px !important;
    padding: 15px !important;
}

.group-dealer {
    background-color: #FFFFFF;
    border: 1px solid gray;
    display: inline-block;
    margin: 10px 10px;
    vertical-align: top;
    width: 250px;
}

.group-dealer-title {
    background-color: #1789ef;
    color: white;
    font-size: .95em;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    text-align: left;
}

    .group-dealer-title a {
        color: #ffffff;
        text-decoration: none;
    }

.group-dealer-content {
    background-color: #e7e7e7;
    color: black;
    font-size: 0.9em;
    padding: 10px 10px;
    text-align: left;
    text-transform: none;
}
/*end of Group page*/

.iconChecks,
.warningLightList,
.warningLightList input[type="submit"].btnPrimary {
    display: none;
}

.no-charge {
    display: none !important;
}

.cookie-banner.tinted {
    position: fixed;
    background-color: rgba(111,111,111,.5);
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0px;
}

/* no FF support */
/*.cookie-banner.tinted:has(button) {
    position: fixed;
    background-color: rgba(111,111,111,.5);
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0px;
}*/

.personalised-pricing-info-for-vehicle {
    background-color: #F4F8FD;
    font-size: 0.75em;
    margin-bottom: 3em;
    margin-top: 1em;
    padding: 1em 2em 1.5em 2em;
}

.personalised-pricing-info-for-vehicle .caption {
    color: black;
    font-size: 0.8em;
    font-weight: bolder;
    letter-spacing: 0.15em;
}

a.personalised-pricing-info {
    display: inline;
    font-family: 'BMWTypeNextLatin-Bold', sans-serif;
    text-decoration: none;
}

    a.personalised-pricing-info:focus, a.personalised-pricing-info:visited {
        color: #1C69D4;
    }

.flex-multi-line {
    display: flex;
    flex-wrap: wrap ;
}

.flex-single-line {
    display: flex;
    flex-wrap: nowrap;
}

.flex-item-right {
    margin-left: auto;
}

.bolder {
    font-weight: bolder;
}

.personalised-pricing-info-in-basket {
    background-color: #0653B60D;
    font-size: 0.8em;
    margin: 0.5em 0 0.5em 0;
    padding: 1em;
}

.servicesSelected .serviceDiscounts {
    clear: both;
    margin: 1em 0em 1em 0em;
    padding-top: 1em;
}

.servicesSelected .serviceDiscounts hr {
    display: none;
}

.servicesSelected .serviceDiscounts .serviceDiscountsTitle {
    background-color: #F3F6FB;
    padding: 1em;
}

.servicesSelected .accordion {
    top: 0px;
}

.servicesSelected .accordionContent {
    margin: 0px;
    position: relative;
    top: -0.2em;
}

.address-lookup-label {
    display: inline-block;
}

progress:not([value]) {
    margin-left: 1em;
    width: 100px;
}
